@font-face {
  font-family: 'Jam Sessions';
    src:  url('./fonts/JamSessions.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*vars*/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /*font-family: 'Inter' ,'helvetica neue', sans-serif;*/
  font-family: 'Lora', serif;
  letter-spacing: 0.02em;
  font-size: 16px;
  background-color: #f9f9f9;
  overflow-x: hidden;
  outline: none !important; }

a {
  color: #f34837; }
  a.fade-link {
    color: #afafaf !important;
    opacity: 1; 
  font-family: 'Inter'}
  a:hover, a:active, a:focus {
    color: #f34837;
    opacity: 0.8;
    text-decoration: none; }

a.nav-brand img{
  height: 126px;
}

.btn {
  border: none;
  border-radius: 0;
  padding: 16px 30px;
font-family: 'Inter';}
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important; 
  font-family: 'Inter';}

.btn-danger {
  background-color: #f34837;
  font-size: 18px;
  font-weight: 900;
font-family: 'Inter';}
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background-color: #e9220e; }
  .btn-danger i {
    margin-left: 40px; }

.btn-primary {
  background-color: #fff;
  color: #f34837;
  font-size: 18px;
  font-weight: 900; }

.fa-arrow-right {
  margin-left: 10px; }

.form-control, .custom-select {
  border-radius: 0;
  border: none;
  height: 59px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  color: #afafaf; }
  .form-control::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder {
    color: #afafaf; }
  .form-control:-ms-input-placeholder, .custom-select:-ms-input-placeholder {
    color: #afafaf; }
  .form-control::-ms-input-placeholder, .custom-select::-ms-input-placeholder {
    color: #afafaf; }
  .form-control::placeholder, .custom-select::placeholder {
    color: #afafaf; }
  .form-control:focus, .form-control:active, .custom-select:focus, .custom-select:active {
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
            box-shadow: none; }

h3 {
  font-weight: 300;
  font-size: 30px;
  color: #515151;
  font-family: 'Playfair Display'; }

strong {
  font-weight: 700; }

.col-md-12 h1 {
  padding-left: 0.25em;
}

.container {
  max-width: 1170px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.rp-l {
  padding-left: 0; }

.rp-r {
  padding-right: 0; }

header {
  position: absolute;
  top: 0px;
  z-index: 1000; }
  header .dropdown-item.active, header .dropdown-item:active {
    background-color: #f34837; }
  header .dropdown {
    position: absolute;
    right: 0px;
    top: 38px;
    display: inline-block;
    text-align: right;
    vertical-align: middle; }
    header .dropdown .btn:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    header .dropdown .dropdown-menu {
      left: -30px !important;
      border: none; }
  header .dropdown-toggle::after {
    border: none; }

#hero-slider .slider-img {
  height: 640px;
  width: 100%;
  background-size: cover;
  background-color: #f34837; }
#hero-slider .carousel-indicators {
  bottom: 30px; }
  #hero-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px; }
#hero-slider .carousel-caption {
  text-align: left;
  bottom: 20%; }
  #hero-slider .carousel-caption h2 {
    font-family: 'Jam Sessions', cursive;
    font-size: 55px;
    line-height: 73px;
    max-width: 480px; }
  #hero-slider .carousel-caption .btn-outline-light {
    border-radius: 0;
    border: 3px solid #fff;
    font-weight: 700;
    padding: 15px 30px; 
  font-family: 'Inter';}
    #hero-slider .carousel-caption .btn-outline-light .fas {
      margin-left: 20px; }

#our-brand {
  margin-top: -30px; }
  #our-brand .col-lg-12 .brand-container {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08); }
  #our-brand p {
    font-size: 19px;
    color: #515151; }

.store-carousel {
  background: transparent;
  margin-left: 7%; 
    margin-right: 7%;
    overflow: hidden;}

  .store-carousel .carousel-cell {
    width: 210px;
    height: 380px;
    margin-right: 30px; }
    .store-carousel .carousel-cell .store-img {
      width: 100%;
      height: 270px;
      background-size: cover;
      background-position: center center;
      border-radius: 4px; }
    .store-carousel .carousel-cell a h6 {
      margin: 20px 0;
      line-height: 23px; 
    color: #444;}
    .store-carousel .carousel-cell a {
      font-weight: 900; }

#features .people,
#features .deal,
#features .delivery,
#features .feature-card{
  padding: 60px 0px 120px;
  min-height: 800;
  position: relative; 
}
#features .feature-card img{
  width:100%;
}
#features .btn-container {
  display: block;
  width: 100%;
  bottom: 70px;
  position: absolute; }
#features .btn-primary {
  vertical-align: baseline;
  bottom: 10px;
  display: inline-block;
font-family: 'Inter';}
  #features .btn-primary i {
    margin-left: 25px; }
#features .people {
  background-image: linear-gradient(137deg, #ffc40a 0%, #ffa00a 100%); }
  #features .people .btn-primary {
    color: #ffb00a; 
  font-family: 'Inter';}
    #features .people .btn-primary:hover, #features .people .btn-primary:active, #features .people .btn-primary:focus {
      background-color: #d69100;
      color: #fff; }
#features .deal {
  background-image: linear-gradient(139deg, #02b5ef 0%, #017eda 100%);
  background-color: #017edb; }
  #features .deal .btn-primary {
    color: #017eda; 
  font-family: 'Inter';}
    #features .deal .btn-primary:hover, #features .deal .btn-primary:active, #features .deal .btn-primary:focus {
      background-color: #0161a7;
      color: #fff; }
#features .delivery {
  background-image: linear-gradient(149deg, #FF0000 0%, #AA0000 100%) }
  #features .delivery .btn-primary {
    color: #AA0000; }
    #features .delivery .btn-primary:hover, #features .delivery .btn-primary:active, #features .delivery .btn-primary:focus {
      background-color: #900000;
      color: #fff; }
#features .card-container {
  display: inline-block;
  max-width: 400px;
  padding: 0 15px;
  height: 100%;
  color: #fff;
font-family: 'Playfair Display';}
  #features .card-container .img-container {
    max-width: 230px;
    display: inline-block;
    margin-bottom: 35px; }
  #features .card-container h3 {
    color: #fff;
    margin-bottom: 30px; }
  #features .card-container p {
    margin-bottom: 50px; }

#jobs {
  background-color: #f9f9f9;
  padding-bottom: 30px; }
  #jobs .job-list {
    max-width: 1170px;
    margin: 0 auto; }
  #jobs .job-item {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    padding: 10px 15px;
    max-width: 1170px;
    margin-bottom: 20px; }
    #jobs .job-item .job-title {
      font-weight: 700;
      color: #f34837;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0; }
    #jobs .job-item p {
      display: inline-block;
      vertical-align: top;
      width: 80%;
      margin-bottom: 0;
      line-height: 25px;
      color: #515151; }
    #jobs .job-item .fa-map-pin,
    #jobs .job-item .fa-calendar-alt {
      display: inline-block;
      width: 15px;
      color: #515151;
      margin-right: 10px;
      padding-top: 5px; }
    #jobs .job-item .job-id {
      color: #afafaf; }
    #jobs .job-item a {
      font-weight: 900; }
  #jobs .btn {
    font-weight: 900;
    font-family: 'Inter';
    font-size: 18px;
    padding: 16px 30px; }
  #jobs .banner {
    border-radius: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    font-family: 'Playfair Display';
    padding: 40px;
    position: relative; }
    #jobs .banner .btn {
      position: absolute;
      bottom: 40px; }
    #jobs .banner h3 {
      color: #fff; }
    #jobs .banner h4 {
      font-size: 18px;
      font-weight: 700; }
  #jobs .subscription {
    background-image: linear-gradient(140deg, #ffc30a 0%, #ffb00a 100%);
    padding: 40px;
    border-radius: 5px; }
    #jobs .subscription h3 {
      font-size: 28px;
      color: #fff;
      font-weight: 400;
      margin-bottom: 30px; }

#status {
  background-color: #f34837;
  padding: 100px 15px 80px; }
  #status .status-container {
    max-width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    #status .status-container .img, #status .status-container .text {
      vertical-align: middle;
      display: inline-block; }
    #status .status-container .img {
      max-width: 60px;
      margin-right: 15px; }
    #status .status-container .text {
      width: 200px;
      color: #fff; }
      #status .status-container .text h4 {
        font-weight: 900;
        padding-top: 5px;
        font-size: 30px;
        font-family: 'Playfair Display';
        margin-bottom: 5px; }
      #status .status-container .text h6 {
        font-weight: 700;
        font-family: 'Playfair Display';}

#history {
  padding: 80px 0 50px;
  text-align: center;
  background-color: #f0f0f0; }



  #history h3 {
    margin-bottom: 70px; }
  #history .flickity-prev-next-button {
    background-color: transparent; }
    #history .flickity-prev-next-button .flickity-button-icon {
      fill: #f34837;
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
    #history .flickity-prev-next-button.previous {
      left: 80px; }
    #history .flickity-prev-next-button.next {
      right: 80px; }
  #history .carousel {
    margin-top: 40px; }
  #history .carousel-info .carousel-cell, #history .carousel-info button {
    opacity: 0;
    width: 785px;
    border-radius: 0; }
  #history .carousel-info .carousel-cell.is-selected {
    opacity: 1;
    width: 785px; }
  #history .carousel-info h3 {
    font-weight: 700;
    color: #f34837;
    margin-bottom: 20px; }
  #history .carousel-info p {
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    color: #afafaf;
    margin-bottom: 60px;
    width: 100%; }
  #history .flickity-page-dots {
    display: none; }
  #history .carousel-cell {
    min-width: 320px;
    min-height: 320px;
    border-radius: 100%;
    margin-right: 170px;
    text-align: center;
    counter-increment: carousel-cell; }
    #history .carousel-cell div.history-img {
      width: 180px;
      height: 180px;
      margin-top: 65px;
      border-radius: 100%;
        background-size: cover;
    background-position: center center}
  #history .is-selected div.history-img {
    width: 320px;
    height: 320px;
    margin: 0; }

.history-cell img 
{
    margin: 0 auto;
    border-radius: 100%;
}
  
  
#review {
  padding: 30px 0 70px;
  min-height: 500px;
  margin-top: 0px;
  position: relative;
  background-image: linear-gradient(139deg, #f34837 0%, #f37b37 100%); }
  #review .carousel-container {
    position: absolute;
    height: auto;
    top: -30px;
    width: 100%; }
  #review .store-carousel {
    height: 380px; }
    #review .store-carousel .carousel-cell {
      width: 255px;
      height: 340px;
      margin-right: 50px;
      padding: 30px 25px;
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.04);
              box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.04);
      position: relative;
      color: #515151; }
      #review .store-carousel .carousel-cell .client-photo {
        margin-bottom: 20px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        overflow: hidden; }
        #review .store-carousel .carousel-cell .client-photo img {
          width: 100%;
          height: auto; }
      #review .store-carousel .carousel-cell .rate-box {
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        padding: 0 25px;
        bottom: 30px; }
        #review .store-carousel .carousel-cell .rate-box .checked {
          color: #ffc30a; }
        #review .store-carousel .carousel-cell .rate-box .client-name {
          font-size: 18px;
          color: #515151;
          font-weight: 700;
          margin-bottom: 0;
          margin-top: 5px; }

        div#review.review-color-override
        {
            background-color: #FFF;
            background-image: none;
        }
        
.deals-container {
  background-color: #323232;
  margin-top: 360px;
  border-radius: 5px;
  padding: 30px 40px 30px 50px; }
  .deals-container h3 {
    font-weight: 400;
    color: #fff; }

#news {
  padding: 70px 0;
  position: static; }
  #news .store-carousel {
    height: 300px; }
  #news .carousel-cell {
    width: 275px;
    height: 300px; }
    #news .carousel-cell .news-img {
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 170px; }
    #news .carousel-cell .date {
      font-family: 'Inter', sans-serif;
      color: #afafaf;
      padding: 20px 0 10px; }
      #news .carousel-cell .date i {
        margin-right: 10px; }
    #news .carousel-cell a {
      font-weight: 400;
      color: #515151;
      line-height: 23px; }

#instagram {
  padding: 0; }
  #instagram .img {
    width: 20%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: red;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    #instagram .img .instagram-info {
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      padding-top: 80px; }
      #instagram .img .instagram-info .fa-instagram {
        font-size: 60px; }
      #instagram .img .instagram-info h4 {
        margin-top: 10px;
        font-size: 30px; }
        #instagram .img .instagram-info h4 strong {
          font-weight: 900; }

#footer {
  z-index: 10000;
  position: relative;
  font-size: 18px;
  color: #515151; }
  #footer p {
    max-width: 270px;
    margin: 30px 0 20px; }
  #footer h6 {
    font-size: 18px;
    width: 100%;
    font-family: 'Playfair Display';
    font-weight: 700;
    color: #515151;
    opacity: 0.7;
    margin-bottom: 12px; }
  #footer .list-unstyled {
    width: 100%; }
    #footer .list-unstyled li {
      line-height: 35px; }
      #footer .list-unstyled li a {
        color: #515151; }
  #footer .contact-info span {
    display: block;
    margin-bottom: 5px; }
    #footer .contact-info span i {
      margin-right: 12px; }
#footer img{
  height: 126px;
}

#social-links {
  background-color: #323232;
  color: #fff; }
  #social-links .list-inline .list-inline-item {
    font-size: 18px;
    margin: 0 15px; }
    #social-links .list-inline .list-inline-item a {
      padding-top: 12px;
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 100%;
      display: inline-block;
      color: #323232; }

#privacy {
  margin-top: 170px;
  margin-bottom: 80px; }
  #privacy .privacy-container {
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    padding: 30px;
    color: #515151; }
    #privacy .privacy-container p, #privacy .privacy-container h4 {
      margin-bottom: 30px;
      line-height: 28px; }
    #privacy .privacy-container h4 {
      font-weight: 700;
      font-size: 20px; }
  #privacy #sideMenu {
    padding-left: 30px;
    margin-top: 18px; }
    #privacy #sideMenu li {
      margin-bottom: 20px; }
      #privacy #sideMenu li a {
        color: #afafaf;
        font-weight: 700;
        font-size: 16;
        line-height: 28px; }
      #privacy #sideMenu li.active a {
        color: #f34837; }
        #privacy #sideMenu li.active a:before {
          content: '- '; }

#locations {
  position: relative;
  /* Marker tweaks */ }
  #locations .mapboxgl-ctrl-logo,
  #locations .mapboxgl-ctrl-attrib-inner {
    display: none; }
  #locations .btn-danger {
    width: 100%;
    height: 58px;
    padding: 0px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding-top: 10px; }
    #locations .btn-danger i {
      margin: 0; }
  #locations * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #locations .glmapbox-sidebar {
    width: 100%;
    height: auto;
    margin-top: 170px;
    left: 15px;
    overflow: hidden; }
  #locations .pad2 {
    padding: 20px; }
  .glmapbox-map-inner,
  #locations .glmapbox-map {
    right: 15px;
    min-height: 800px;
    width: 100%; }
  #locations h1.glmapbox-list-header-h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 2px; }
  #locations a {
    color: #404040;
    text-decoration: none; }
  #locations a:hover {
    color: #101010; }
  #locations .glmapbox-heading {
    background: #fff;
    min-height: 60px;
    line-height: 60px;
    padding-left: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22); }
    #locations .glmapbox-heading .form-control {
      border-radius: 0px; }
  #locations .glmapbox-listings {
    height: 564px;
    overflow-y: scroll;
    padding-bottom: 60px;
    padding-top: 30px; }
    #locations .glmapbox-listings .item {
      display: block;
      padding: 0px;
      text-decoration: none;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
      background-color: #fff;
      margin-bottom: 18px;
      border-radius: 5px; }
      #locations .glmapbox-listings .item img {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 150px;
        height: 160px; }
      #locations .glmapbox-listings .item .text {
        display: inline-block;
        width: 365px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px; }
        #locations .glmapbox-listings .item .text h2 {
          font-size: 18px;
          font-weight: 700;
          color: #f34837;
          margin-bottom: 20px; }
        #locations .glmapbox-listings .item .text p {
          font-size: 15px;
          margin-bottom: 8px;
          color: #515151; }
          #locations .glmapbox-listings .item .text p a {
            float: right;
            text-transform: uppercase;
            font-weight: 700;
            color: #afafaf;
            font-size: 13px; }
        #locations .glmapbox-listings .item .text i {
          color: #afafaf;
          width: 18px;
          margin-right: 5px;
          text-align: center; }
  #locations ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1); }
  #locations ::-webkit-scrollbar-track {
    background: none; }
  #locations ::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0; }
  
  .glmapbox-marker-wendys {
    border: none;
    cursor: pointer;
    height: 81px;
    width: 56px;
    background-image: url("/images/XZ0d8MT.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0); }
  
  .glmapbox-marker-tim-hortons {
    border: none;
    cursor: pointer;
    height: 81px;
    width: 56px;
    background-image: url("/images/tims-pin.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0); }
  
  /* contact form styles */
  .col-by-3
  {
      width: 30%;
      float: left;
  }
  
  .inner-form input[type="text"],
  .inner-form textarea,
  .inner-form select
  {
      width: 100%;
      line-height: 1.5em;
      padding: 2px;
  }
  
   .inner-form input[type="text"],
   .inner-form select
   {
       height: 2em;
   }
  
  .inner-form textarea
  {
      height: 6em;
  }
  
  .inner-form input[type="radio"]
  {
      margin: 0 15px;
  }
  
  .inner-form .row
  {
      margin-bottom: 10px;
  }
  
  #locations .clearfix {
    display: block; }
  #locations .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #locations .mapboxgl-popup {
    padding-bottom: 62px; }
  #locations .mapboxgl-popup-close-button {
    display: none; }
  #locations .mapboxgl-popup-content {
    padding: 0;
    width: 180px; }
  #locations .mapboxgl-popup-content-wrapper {
    padding: 1%; }
  #locations .mapboxgl-popup-content h3 {
    background: #f34837;
    font-size: 18px;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px; }
  #locations .mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    font-size: 15px; }
  #locations .mapboxgl-popup-content div {
    padding: 10px; }
  #locations .mapboxgl-container .leaflet-marker-icon {
    cursor: pointer; }
  #locations .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px; }
  #locations .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949; }

.checkbox-container {
  display: inline-block;
  padding-left: 15px;
  border-left: 1px solid #d8d8d8; }
  .checkbox-container .check-container {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    margin-right: 15px;
    color: #afafaf;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 20px; }
    .checkbox-container .check-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .checkbox-container .check-container .label {
      color: #afafaf !important;
      vertical-align: top; }
    .checkbox-container .check-container .checkmark {
      position: absolute;
      top: 20px;
      left: 0;
      height: 18px;
      width: 18px;
      border: 2px solid #afafaf;
      border-radius: 0px;
      background: #fff; }
    .checkbox-container .check-container .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .checkbox-container .check-container input:checked ~ .checkmark {
      background-color: #f34837;
      border: 2px solid #f34837; }
    .checkbox-container .check-container input:checked ~ .label {
      color: #f34837 !important; }
    .checkbox-container .check-container input:checked ~ .checkmark:after {
      display: block; }
  .checkbox-container .check-container:hover input ~ .checkmark {
    border: 2px solid #f34837; }
  .checkbox-container .check-container:hover input ~ .label {
    color: #f34837 !important; }

#options .item {
  max-width: 100%;
  height: 255px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  padding-top: 75px;
  background-size: cover;
  margin-bottom: 30px; }
  #options .item h3 {
    color: #fff;
    margin-top: 17px; }

#block-text p {
  font-size: 18px;
  color: #515151; }

#features-sm {
  padding: 70px 0;
  background-color: #52677b;
  color: #fff; }
  #features-sm .icon {
    display: inline-block;
    width: 25px;
    margin-bottom: 5px;
    vertical-align: top;
    margin-right: 10px;
    padding-top: 2px; }
  #features-sm .text {
    display: inline-block;
    width: 80%; }
    #features-sm .text h4 {
      font-size: 28px;
      font-weight: 700; }

#r-location {
  margin-top: 80px; }
  #r-location .location-container {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    overflow: hidden; }
    #r-location .location-container .map {
      display: inline-block;
      vertical-align: top;
      max-height: 100%;
      float: right;
    width: 65%;
    margin: 10px auto;}
      #r-location .location-container .map img {
        height: 100%; }
    #r-location .location-container .content {
      padding: 40px 20px 5px 40px;
      display: inline-block; }
      #r-location .location-container .content h5 {
        color: #f34837;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px; }
      #r-location .location-container .content .icon {
        width: 20px;
        display: inline-block;
        vertical-align: top;
        padding-top: 1px; }
        #r-location .location-container .content .icon i {
          color: #afafaf; }
      #r-location .location-container .content .text {
        display: inline-block;
        color: #515151;
        font-size: 15px; }
        #r-location .location-container .content .text span {
          display: block; }
        #r-location .location-container .content .text .list-unstyled {
          margin-top: 10px; }
          #r-location .location-container .content .text .list-unstyled li {
            margin-bottom: 10px; }
            #r-location .location-container .content .text .list-unstyled li:last-child {
              border-bottom: none; }
          #r-location .location-container .content .text .list-unstyled span {
            display: inline-block;
            width: 100px; }

#menu {
  margin-top: 90px;
  max-width: 1170px; }
  #menu .menu-card {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px; }
    #menu .menu-card .img {
      width: 100%;
      height: auto;
      overflow: hidden; }
    /*background-image*/
    .menu-card .img {
      width: 100%;
      height: auto; }
    .menu-card .img img {
        width: 100%;
        height: auto; }
    #menu .menu-card .text {
      height: 60px;
      padding-top: 10px; }
      #menu .menu-card .text h5 {
        font-size: 16px;
        font-weight: 700;
        color: #515151; }

.deals-ad img {
  width: 100%;
  height: auto; }

#ad {
  padding: 0;
  margin-top: 80px; }
  #ad iframe {
    border: none; }

#text-block-lg {
  margin: 100px 0 80px;
  padding: 0; }
  #text-block-lg .store-carousel {
    min-height: 460px; }
  #text-block-lg .text-block {
    max-width: 550px;
    display: inline-block;
    padding-top: 90px; }
    #text-block-lg .text-block img {
      margin-bottom: 30px; }
    #text-block-lg .text-block h3 {
      margin-bottom: 40px; }
    #text-block-lg .text-block p {
      font-size: 19px;
      color: #515151; }
  #text-block-lg .image-block {
    max-width: 695px;
    max-height: 460px;
    display: inline-block;
    vertical-align: middle;
    float: right; }

#gallery {
  margin-bottom: 80px; }
  #gallery .img-1, #gallery .img-2, #gallery .img-3, #gallery .img-4, #gallery .img-5, #gallery .img-5, #gallery .img-6, #gallery .img-7, #gallery .img-8, #gallery .img-9, #gallery .img-10 {
    background-color: red;
    min-height: 170px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-image: url(/images/gallery.png);
    background-size: cover;
    background-position: 50%; }
  #gallery .img-1, #gallery .img-4 {
    min-height: 370px; }

   .history-cell
   {
       width: 100%;
       clear: both;
   }
  
   .history-cell div.pull-image
  {
      width: 30%;
      float: right;
      margin-left: 30px;
  }
  
   .history-cell div.pull-image div.history-img
   {
       width: 300px;
       height:  300px;
       background-position: center center;
       background-size: cover;
       border-radius: 100%;
   }

   .history-cell h3
   {
       margin-top: 30px;
   }

   #privacy .container-fluid .store-carousel
   {
       margin-left: auto;
       margin-right: auto;
   }
  
  .history-cell:nth-child(2n) div.pull-image
  {
      float: left;
       margin-left: auto;
       margin-right: 30px;
  }
  
  .menu-card .img
  {
      overflow: hidden;
  }
  
  .menu-card .img img
  {
      width: 100%;
      height: auto;
  }


.notify_remote_form div.thank_you
  {
    background-image: url('/images/thankyou_cat.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 223px;
    width: 400px;
    margin: auto;
  }

.remote_form div.thank_you
  {
    background-image: url('/images/thankyou_dog.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 313px;
    width: 500px;
    margin: auto;
  }
  
/* Media */
@media screen and (max-width: 1950px) {
  .store-carousel {
    margin-left: 19%;
    margin-right: 19%; 
    }
}

@media screen and  (max-width: 1850px) {
  .store-carousel {
    margin-left: 18%; 
    margin-right: 18%; 
  }
}

@media screen and (max-width: 1750px) {
  .glmapbox-heading {
    padding: 10px;
    padding-right: 15px;
  }

  .checkbox-container {
    border-left: none !important;
  }

  .glmapbox-listings img {
    display: none !important;
  }

  .glmapbox-listings .text {
    width: 100% !important;
  }

  .store-carousel {
    margin-left: 16%;
    margin-right: 16%;
  }
}


@media screen and  (max-width: 1650px) {
  .store-carousel {
    margin-left: 13%;
    margin-right: 13%;
  }
}

@media screen and  (max-width: 1550px) {
  .store-carousel {
    margin-left: 10%; 
    margin-right: 10%; 
  }
}

@media screen and (max-width: 1400px) {
  #text-block-lg .image-block {
    width: 50%;
  }
}

@media  screen and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }

  .store-carousel {
    margin-left: 1%;
    margin-right: 1%;
  }

  #text-block-lg .image-block {
    width: 30%;
  }
}


@media screen and (max-width: 1100px) {
  #r-location .map {
    width: 50%;
  }

  .remote_form div.thank_you{
    width: 500px;
    height:219px;
  }
}


@media screen and (max-width: 990px) {
  .mapboxgl-canvas {
    width: 100%;
    margin-left: 30px;
    overflow: hidden;
  }
}

@media screen and (max-width: 830px) {
  #text-block-lg {
    margin: 90px 0 0px;
  }

  #text-block-lg .text-block {
    min-width: 100%;
    height: auto !important;
    padding: 0 15px;
  }

  #text-block-lg .image-block {
    display: none;
  }

  #ad iframe {
    height: 400px !important;
  }
}

@media screen and (max-width: 750px) {
  #r-location .map {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  #r-location .map img {
    width: 100%;
    height: auto;
  }

  .pr-3 {
    padding-right: 3px !important;
  }

  #instagram .img {
    display: none;
  }

  #instagram .img:nth-child(3), #instagram .img:nth-child(4) {
    display: block;
    width: 50%;
  }

  #history .flickity-prev-next-button.previous {
    left: 5px;
  }
  #history .flickity-prev-next-button.next {
    right: 5px;
  }
  #history .carousel-cell {
    width: 500px !important;
  }
  #history .carousel-info .carousel-cell.is-selected {
    width: 500px !important;
  }
}

@media screen and (max-width: 650px) {
  #our-brand {
    text-align: center;
  }

  #hero-slider .carousel-caption {
    bottom: 11%;
  }

  #hero-slider .carousel-caption h2 {
    font-size: 45px;
  }

  .notify_remote_form div.thank_you{
    height: 112px;
    width: 200px;
  }
}

@media screen and (max-width: 550px) {
  #history .carousel-cell {
    width: 400px !important;
  }

  #history .carousel-info .carousel-cell.is-selected {
    width: 400px !important;
  }

  .remote_form div.thank_you{
    width: 250px;
    height:157px;
  }
}

@media screen and (max-width: 480px) {
  #text-block-lg .image-block {
    display: none;
  }

  #footer {
    text-align: center;
  }

  #footer p {
    margin: 20px auto;
  }

  #social-links .list-inline .list-inline-item {
    margin: 5px;
  }

  #social-links .list-inline .list-inline-item a {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
}

@media screen and (max-width: 400px) {
  #history .carousel-cell {
    width: 320px !important;
  }
  #history .carousel-info .carousel-cell.is-selected {
    width: 320px !important;
  }
}

.news .news-text-container
{
    width: 100%;
}

.news
{
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
}

.news .news-text-container
{
    width: 100%;
}

.news-image .news-text-container
{
    float: left;
    width: 45%;
    margin-left: 5%;
}

.news-image .news-image-container
{
    background-position: center center;
    background-size: cover;
    width: 50%;
    float: left;
    height: 200px;
}

.news .news-text-container p 
{
    color: #000;
}

span.night-job
{
    display: inline-block;
    padding: 5px;
    background-color: #014187;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 20px;
}

.deal-print{
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
}


.deal-image
{
    float: left;
    width: 50%;
    height: 200px;
    background-size: contain;
    background-position:  center center;
    background-repeat: no-repeat;
}
.deal-info
{
    float: left;
    margin-left: 5%;
    width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
    font-size: 2em;
}
h1,h2,h3
{
    /*color: #515151;*/
    font-family: 'Playfair Display';
}

div.job-row
{
    width: 100%;
    clear: both;
}

div.job-data h3
{
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.breadcrumbs
{
    width: 100%;
    clear: both;
    height: 1.5em;
    padding-left:15px;
}

ul.breadcrumbs li 
{
    float: left;
    clear: none;
    list-style: none;
}

div.error-404 div.pull-left{
    float: left;
    width: 75%;
}

div.error-404 div.image
{
    width: 25%;
}

div.error-404 div.image img
{
    width: 100%;
}

div.error-404 div.row
{
    width: 100%;
    clear: both;
}

div.error-404 div.row a.btn
{
    width: 30%;
    margin: 0 auto;
    display: block;
    margin-top: 100px;
    font-family: 'Inter' ,'helvetica neue', sans-serif;
}


/*# sourceMappingURL=styles.css.map */

