/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * CSS Lock
 * @param  float     $min-size:  1            Lowest value for the lock
 * @param  float     $max-size:  1.4          Highest value for the lock
 * @param  integer   $min-width: 20           Smallest width for lock
 * @param  integer   $max-width: 100          Largest width for lock
 * @param  string    $property:  font-size    Property to apply the lock on
 * @param  string    $unit:      px           Unit of the property to apply
 */
/**
 * Fonts
 **/
@font-face {
  font-family: "Archer";
  src: url("../fonts/archer/Archer-Bold-Pro.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Archer";
  src: url("../fonts/archer/Archer-Book-Pro.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Brandon";
  src: url("../fonts/brandon/BrandonText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Brandon";
  src: url("../fonts/brandon/BrandonText-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Brandon";
  src: url("../fonts/brandon/BrandonText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/**
 * Colours
 **/
/**
 * Hover state
 **/
/**
 * CSS
 **/
/**
 * LAYOUT
 **/
/**
 * Breakpoints
 **/
h1, h2, h3, h4, h5, h6, p, span, ul, li {
  color: #707070;
  font-family: 'Brandon', sans-serif;
  font-weight: normal;
}

a {
  font-family: 'Brandon', sans-serif;
  color: #f57e29;
  text-decoration: none;
  -webkit-transition: color linear 150ms;
  transition: color linear 150ms;
}

a:hover {
  color: #d46a33;
}

/**
 * Font Familes
 **/
/**
 * Font sizes
 **/
h1,
h2,
h3,
h4 {
  color: #707070;
  line-height: 1;
  margin-bottom: 0;
}

h1 {
  font-size: calc(30px + (70 - 30) * ((100vw - 321px) / (1920 - 321)));
  font-weight: 700;
}

@media (max-width: 321px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: calc(21px + (37 - 21) * ((100vw - 321px) / (1920 - 321)));
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
  margin: .5em 0;
}

@media (max-width: 321px) {
  h2 {
    font-size: 21px;
  }
}

@media (min-width: 1920px) {
  h2 {
    font-size: 37px;
  }
}

h3 {
  font-size: calc(24px + (27 - 24) * ((100vw - 321px) / (1920 - 321)));
  font-weight: 700;
  letter-spacing: 2px;
}

@media (max-width: 321px) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  h3 {
    font-size: 27px;
  }
}

h4 {
  font-size: calc(20px + (25 - 20) * ((100vw - 321px) / (1920 - 321)));
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 321px) {
  h4 {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  h4 {
    font-size: 25px;
  }
}

h6 {
  font-size: calc(16px + (20 - 16) * ((100vw - 321px) / (1920 - 321)));
  line-height: 2;
  margin: 1em 0;
}

@media (max-width: 321px) {
  h6 {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  h6 {
    font-size: 20px;
  }
}

p {
  font-size: calc(16px + (18 - 16) * ((100vw - 321px) / (1920 - 321)));
  color: #707070;
  line-height: 1.75;
  margin: 1em 0;
}

@media (max-width: 321px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  p {
    font-size: 18px;
  }
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 1em;
}

ul li:before {
  content: "\2022";
  color: #f57e29;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

span {
  font-weight: inherit;
}

/*
*   Franchise Page
*/
.single-column {
  padding: 2em 0;
}

ul.doubleColumn {
  -webkit-columns: 1;
          columns: 1;
  list-style: none;
  padding: 0 1em;
}

@media (min-width: 769px) {
  ul.doubleColumn {
    -webkit-columns: 2;
            columns: 2;
    padding: 0;
  }
}

ul.doubleColumn li {
  margin-right: 0em;
  margin-bottom: .5em;
  font-weight: 700;
}

@media (min-width: 769px) {
  ul.doubleColumn li {
    margin-right: 2em;
    margin-bottom: 1.5em;
  }
}

ul.doubleColumn li:before {
  content: "\2022";
  color: #f57e29;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  color: #000;
  margin: 0;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.underline {
  display: block;
  margin: .45em .1em;
  border-bottom: 5px solid #f57e29;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 150px;
}

@media (min-width: 769px) {
  .underline {
    width: 200px;
  }
}

.row-width {
  max-width: 920px;
}

.compact {
  max-width: 720px;
}

.padding {
  padding: 1rem;
}

@media (min-width: 769px) {
  .padding {
    padding: 3rem;
  }
}

@media (min-width: 1024px) {
  .padding {
    padding: 5rem;
  }
}

.paddingtb {
  padding: 1rem 0;
}

@media (min-width: 769px) {
  .paddingtb {
    padding: 3rem 0;
  }
}

.sbmenu-active {
  display: block !important;
}

.tab-active {
  background: #f57e29 !important;
}

.extra-padding {
  margin-right: .5em;
}

.loader {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../sanchurro/assets/img/ajax-loader.gif");
  display: none;
  height: 30px;
  width: 30px;
  z-index: 99999;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordion {
  margin: 1em auto;
  max-width: 980px;
  padding: 2em;
}

@media (min-width: 769px) {
  .accordion {
    margin: 3em auto;
  }
}

.accordion .accHeader h4 {
  color: #f57e29;
  margin: 1em 0;
}

.accordion .acc_tab {
  border-bottom: 1px solid #707070;
  cursor: pointer;
  padding: .25em 0 .5em;
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
}

@media (min-width: 769px) {
  .accordion .acc_tab {
    padding: 1em 0;
  }
}

.accordion .acc_tab:after {
  display: inline-block;
  content: '';
  background-image: url("../../../sanchurro/assets/img/icon-down.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: .75em;
  width: 1.25em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  right: 0;
  top: 50%;
  position: absolute;
}

.accordion .acc_tab .panel-title {
  color: #707070;
  font-weight: 700;
}

.accordion .acc_tab h4 {
  line-height: 1.25;
  max-width: 95%;
}

.accordion .acc-active, .accordion .tab:hover {
  border-bottom: 2px solid #f57e29;
}

.accordion .acc-active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion .acc_panel {
  padding-top: .25em;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

/*
** Buttons
*/
button {
  background: #e68440;
  border: 0px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-family: "Archer", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: .5em 0;
  padding: .5em .75em;
  position: relative;
  outline: 0;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
  text-transform: uppercase;
}

@media (min-width: 500px) {
  button {
    padding: .5em 1.25em;
  }
}

button:hover {
  background: #d36a57;
}

button.white-btn {
  background: #fff;
  color: #f57e29;
  margin: .5em 0;
}

button.white-btn:hover {
  background: #f57e29;
  color: #fff;
}

button.orange-btn {
  background: #d46a33;
  color: #fff;
  font-family: "Archer", serif;
}

button.orange-btn:hover {
  background: #d36a57;
}

button.inverted {
  background: transparent;
  border: 3px solid #f57e29;
  border-radius: 15px;
  color: #f57e29;
  cursor: pointer;
  font-family: "Brandon", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 1px;
  padding: .25em 2em .25em 1em;
  position: relative;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
}

button.inverted:hover {
  opacity: .7;
}

button.menu-btn-order {
  background: #f57e29;
  border: 2px #fff solid;
  border-radius: 15px;
  cursor: pointer;
  font-family: "Brandon", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 4rem;
  padding: .35em 2em .35em .5em;
  position: relative;
}

button.menu-btn-order:hover {
  background: #d36a57;
}

.shortcode {
  display: inline-block;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 25%;
  margin-left: 0px;
  left: -1.75%;
  display: block !important;
  border: 0px solid black;
}

@media (min-width: 1330px) {
  .owl-prev {
    left: 0%;
  }
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 25%;
  right: -1.75%;
  display: block !important;
  border: 0px solid black;
}

@media (min-width: 1330px) {
  .owl-next {
    right: 1%;
  }
}

.owl-prev span,
.owl-next span {
  color: #fff;
  font-size: 5em;
}

.owl-prev img,
.owl-next img {
  width: 15px;
  display: block;
  z-index: 99;
}

@media (min-width: 1330px) {
  .owl-prev img,
  .owl-next img {
    display: none;
  }
}

form label {
  color: #707070;
  display: block;
  font-family: "Brandon", sans-serif;
  font-weight: 700;
  margin: 0 1em;
}

@media (min-width: 769px) {
  form label {
    margin: 0;
  }
}

form input,
form select,
form textarea {
  border-radius: 25px;
  border: 0;
  font-family: "Brandon", sans-serif;
  font-size: .9em;
  margin: .5em .5em 1em;
  outline: 0;
  padding: .5em .75em;
  width: 90%;
}

@media (min-width: 500px) {
  form input,
  form select,
  form textarea {
    margin: .5em 1em 1em;
  }
}

@media (min-width: 769px) {
  form input,
  form select,
  form textarea {
    margin: .5em 0 1em;
    padding: .5em .75em;
    width: 100%;
  }
}

form select {
  max-width: 200px;
  padding: 1em .75em;
}

form textarea {
  height: 125px;
  border-radius: 15px;
  margin-bottom: 1.25em;
}

form input[type=submit] {
  background: #e68440;
  border: 0px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-family: "Archer", serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  margin: .5em auto;
  max-width: 200px;
  padding: .65em 1.5em;
  position: relative;
  outline: 0;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
  text-transform: uppercase;
  text-align: center;
}

form input[type=submit]:hover {
  background: #d36a57;
}

form .select {
  display: block;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: .5em;
  margin-bottom: 1em;
  border-radius: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

form .select::-ms-expand {
  display: none;
}

form .select option {
  font-weight: normal;
}

.social-icon {
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 2.25em;
  margin: .35em;
  width: 2.25em;
}

.fb {
  background-image: url("../../../sanchurro/assets/img/icon-fb.svg");
  background-size: contain;
}

.tw {
  background-image: url("../../../sanchurro/assets/img/icon-tw.svg");
  background-size: contain;
}

.ig {
  background-image: url("../../../sanchurro/assets/img/icon-ig.svg");
  background-size: contain;
}

/*
*  Taxonomy Icons
*/
.icon-vegan {
  background-image: url("../../../sanchurro/assets/img/icon/icon-vegan-cir.svg");
}

.icon-vegan-option-available {
  background-image: url("../../../sanchurro/assets/img/icon/icon-voa-cir.svg");
}

.icon-dairy-free {
  background-image: url("../../../sanchurro/assets/img/icon/icon-dairy-cir.svg");
}

.icon-nut-free {
  background-image: url("../../../sanchurro/assets/img/icon/icon-nut-cir.svg");
}

.icon-fairtrade-coffee-tea {
  background-image: url("../../../sanchurro/assets/img/icon/icon-fairtrade-cir.svg");
}

.icon-low-gluten {
  background-image: url("../../../sanchurro/assets/img/icon/icon-gluten-cir.svg");
}

.icon-gluten-friendly-recipe {
  background-image: url("../../../sanchurro/assets/img/icon/icon-gluten-cir.svg");
}

/*
*  Franchise Location Icons
*/
.icon-cal-start,
.icon-cal-term,
.icon-pin,
.icon-price,
.icon-space {
  position: relative;
}

.icon-cal-start:before,
.icon-cal-term:before,
.icon-pin:before,
.icon-price:before,
.icon-space:before {
  display: inline-block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
}

.icon-cal-start:before {
  background-image: url("../../../sanchurro/assets/img/icon/icon-cal-start.png");
}

.icon-cal-term:before {
  background-image: url("../../../sanchurro/assets/img/icon/icon-cal-term.png");
}

.icon-pin:before {
  background-image: url("../../../sanchurro/assets/img/icon/icon-pin.png");
}

.icon-space:before {
  background-image: url("../../../sanchurro/assets/img/icon/icon-space.png");
}

.icon-price:before {
  background-image: url("../../../sanchurro/assets/img/icon/icon-price.png");
}

header#header {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header#header .container {
  margin: 0 auto;
  padding: 3em;
}

@media (min-width: 769px) {
  header#header .container {
    padding: 0;
  }
}

header#header .container .outline-btn-container {
  display: block;
  position: absolute;
  top: 47%;
  left: 4%;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
}

@media (min-width: 769px) {
  header#header .container .outline-btn-container {
    display: none;
  }
}

header#header .container .outline-btn-container .outline-btn {
  border-radius: 5px;
  border: 2px solid #fff;
  background: transparent;
  font-size: .75em;
  letter-spacing: .05rem;
  padding: .5rem .25rem;
}

header#header .container .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

header#header .container .logo img {
  max-width: 145px;
}

@media (min-width: 769px) {
  header#header .container .logo img {
    max-width: 130px;
  }
}

@media (min-width: 1024px) {
  header#header .container .logo img {
    max-width: 145px;
  }
}

header#header .container #main-menu-toggle-close {
  display: block;
  position: absolute;
  right: 10px;
  top: -20px;
  z-index: 999999;
}

header#header .container #main-menu-toggle-close a {
  color: #fff;
  font-size: 4.25em;
}

header#header .container #main-menu-toggle-close a:hover {
  color: #f7b587;
}

@media (min-width: 769px) {
  header#header .container #main-menu-toggle-close {
    display: none;
  }
}

header#header .container #main-menu-toggle {
  width: 31px;
  height: 32px;
  position: absolute;
  top: 47%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media (min-width: 769px) {
  header#header .container #main-menu-toggle {
    display: none;
    pointer-events: none;
  }
}

header#header .container #main-menu-toggle .con,
header#header .container #main-menu-toggle .special-con {
  cursor: pointer;
  display: inline-block;
}

header#header .container #main-menu-toggle .bar {
  display: block;
  height: 3px;
  width: 25px;
  background: #fff;
  margin: 6px auto 3px;
}

header#header .container #main-menu-toggle .col {
  display: inline-block;
  width: 24%;
  text-align: center;
  height: auto;
  position: relative;
}

header#header .container #main-menu-toggle .arrow-middle-fall {
  opacity: 1;
}

header#header .container #main-menu-toggle.active .special-con:hover .arrow-top-fall {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(-45deg) translate(-5.5px, 6px);
          transform: rotate(-45deg) translate(-5.5px, 6px);
}

header#header .container #main-menu-toggle.active .arrow-bottom-fall,
header#header .container #main-menu-toggle.active .arrow-middle-fall,
header#header .container #main-menu-toggle.active .arrow-top-fall {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header#header .container #main-menu-toggle.active .special-con:hover .arrow-middle-fall {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header#header .container #main-menu-toggle.active .special-con:hover .arrow-bottom-fall {
  -webkit-transform: rotate(45deg) translate(-5.5px, -6px);
          transform: rotate(45deg) translate(-5.5px, -6px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header#header .container #main-menu {
  padding: 0;
  right: -100px;
  width: 0%;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 769px) {
  header#header .container #main-menu {
    padding: 1em 0;
    right: 0%;
    width: 100%;
  }
}

header#header .container #main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  margin-left: 0;
  padding: .25rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  header#header .container #main-menu ul {
    margin-left: 1.5em;
    padding: .25rem 0 .85rem;
  }
}

header#header .container #main-menu ul li.menu-item {
  border-bottom: 2px solid #fff;
  padding: 0;
  position: relative;
}

@media (min-width: 769px) {
  header#header .container #main-menu ul li.menu-item {
    margin: 0 0 0 .75em;
  }
}

@media (min-width: 1024px) {
  header#header .container #main-menu ul li.menu-item {
    margin: 0 0 0 1em;
  }
}

@media (min-width: 1330px) {
  header#header .container #main-menu ul li.menu-item {
    margin: 0 0 0 2em;
  }
}

header#header .container #main-menu ul li.menu-item:hover a {
  color: #f7b587;
}

header#header .container #main-menu ul li.menu-item:before {
  display: none;
}

header#header .container #main-menu ul li.menu-item:nth-child(1), header#header .container #main-menu ul li.menu-item:nth-child(4) {
  padding: 0;
}

header#header .container #main-menu ul li.menu-item:nth-child(3):after, header#header .container #main-menu ul li.menu-item:last-child:after {
  display: none;
}

header#header .container #main-menu ul li.menu-item:after {
  display: none;
}

@media (min-width: 769px) {
  header#header .container #main-menu ul li.menu-item:after {
    border-bottom: 2px solid #fff;
    bottom: -5%;
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    width: .75em;
  }
}

@media (min-width: 1024px) {
  header#header .container #main-menu ul li.menu-item:after {
    width: 2.5em;
  }
}

header#header .container #main-menu ul li.menu-item a {
  color: #fff;
  font-size: 1.25em;
  font-family: "Brandon", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: capitalize;
  text-decoration: none;
  padding-bottom: 2px;
  text-decoration: none;
  position: relative;
  width: 110%;
}

@media (min-width: 769px) {
  header#header .container #main-menu ul li.menu-item a {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  header#header .container #main-menu ul li.menu-item a {
    font-size: 1.25em;
  }
}

header#header .container #main-menu ul li.menu-item a:hover {
  color: #f7b587;
}

header#header .container #main-menu ul li.menu-item a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header#header .container #main-menu ul li.menu-item.current-menu-item a, header#header .container #main-menu ul li.menu-item.current_page_parent a {
  color: #f7b587;
}

@media only screen and (max-width: 768px) {
  header#header .container #main-menu {
    display: block;
    position: absolute;
    top: 0;
    right: -100px;
    background-color: #f57e29;
    height: 100vh;
    width: 0%;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 999999;
    max-width: 450px;
  }
  header#header .container #main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60%;
  }
  header#header .container #main-menu ul li {
    border-bottom: 2px solid #f7b587;
    font-size: 1em;
    margin: 0;
    max-width: 85%;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) and (min-width: 769px) {
  header#header .container #main-menu ul li {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 768px) {
  header#header .container #main-menu ul li:last-child {
    border-bottom: 0;
  }
  header#header .container #main-menu ul li a {
    font-weight: 600;
    letter-spacing: 1px;
  }
  header#header .container #main-menu.active {
    pointer-events: initial;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 1;
  }
}

@media (min-width: 769px) {
  header#header .container #main-menu {
    display: block;
  }
  header#header .container #main-menu ul li:nth-child(3) {
    margin-right: 3em;
    -webkit-transition: margin-right linear 150ms;
    transition: margin-right linear 150ms;
  }
  header#header .container #main-menu ul li:nth-child(4) {
    -webkit-transition: margin-left linear 150ms;
    transition: margin-left linear 150ms;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  header#header .container #main-menu ul li:nth-child(4) {
    margin-left: 12em;
  }
}

@media (min-width: 769px) and (min-width: 1024px) {
  header#header .container #main-menu ul li:nth-child(4) {
    margin-left: 15em;
  }
}

.main-menu-mob {
  right: -100px;
  width: 0;
}

.mobile-nav-logo {
  display: block;
  text-align: center;
}

@media (min-width: 769px) {
  .mobile-nav-logo {
    display: none;
  }
}

.mobile-nav-logo img {
  max-width: 145px;
}

.mobile-only {
  display: block;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

.mobile-only .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-only .cta button {
  font-family: "Brandon", sans-serif;
  font-size: 1.25em;
  margin: .25em 0;
  outline: 0;
  padding: .25em 1.25em;
  text-transform: capitalize;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile-only .social-icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}

.header-scroll {
  background: #f57e29;
}

.header-scroll .container {
  padding: 2em !important;
}

@media (min-width: 769px) {
  .header-scroll .container {
    padding: 0em !important;
  }
}

.header-scroll .logo img {
  max-width: 100px !important;
}

@media (min-width: 769px) {
  .header-scroll .logo img {
    max-width: 130px !important;
  }
}

@media (min-width: 1024px) {
  .header-scroll .logo img {
    max-width: 145px !important;
  }
}

.menu-scroll {
  padding: 0.35em 0 !important;
}

.menu-resize:nth-child(3) {
  margin-right: 0em !important;
}

.mobile-cta {
  border-top: 2px solid #FFF;
  width: 85%;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-family: "Brandon", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: capitalize;
  text-decoration: none;
}

/* Footer */
footer {
  padding: 0;
  position: relative;
  height: auto;
  width: 100%;
}

@media (min-width: 769px) {
  footer {
    height: 100px;
    clear: both;
  }
}

footer .container {
  max-width: 100%;
  padding: 0;
}

footer .container .row {
  background: #f57e29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  footer .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .container .row p,
footer .container .row a {
  color: #fff;
}

footer .container .row .logo__container {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  footer .container .row .logo__container {
    margin: 0;
  }
}

footer .container .row .logo__container .footer-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 6rem;
  width: 8rem;
}

@media (min-width: 769px) {
  footer .container .row .logo__container .footer-logo {
    height: 6rem;
    width: 8rem;
  }
}

footer .container .row .secondary-logo__container {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  footer .container .row .secondary-logo__container {
    margin: 0;
  }
}

footer .container .row .secondary-logo__container .footer-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 6rem;
  margin-left: 0;
  width: 8rem;
}

@media (min-width: 1024px) {
  footer .container .row .secondary-logo__container .footer-logo {
    margin-left: 3rem;
  }
}

footer .container .row .nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5em 0;
}

@media (min-width: 769px) {
  footer .container .row .nav__container {
    padding: 0;
  }
}

footer .container .row .nav__container nav.footer-nav ul.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}

@media (min-width: 769px) {
  footer .container .row .nav__container nav.footer-nav ul.footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .container .row .nav__container nav.footer-nav ul.footer-menu li.menu-item {
  font-weight: 500;
  margin-right: 0;
  margin-bottom: 0;
  padding: .5em;
}

@media (min-width: 769px) {
  footer .container .row .nav__container nav.footer-nav ul.footer-menu li.menu-item {
    padding: 0 .5em;
  }
}

footer .container .row .nav__container nav.footer-nav ul.footer-menu li.menu-item a {
  color: #fff;
  font-size: 1.25em;
}

@media (min-width: 769px) {
  footer .container .row .nav__container nav.footer-nav ul.footer-menu li.menu-item a {
    font-size: 1em;
  }
}

footer .container .row .nav__container nav.footer-nav ul.footer-menu li.menu-item a:hover {
  color: #d36a57;
}

footer .container .row .social-icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 1em;
}

@media (min-width: 769px) {
  footer .container .row .social-icon_container {
    padding: 0 3em .5em;
  }
}

@media (min-width: 1024px) {
  footer .container .row .social-icon_container {
    padding: 0 3em;
  }
}

footer .container .row .copyright {
  background: #d46a33;
  text-align: center;
  width: 100%;
}

footer .container .row .copyright:before {
  background-image: url("../../../sanchurro/assets/img/footer-pattern.svg");
  background-size: contain;
  content: '';
  display: block;
  height: 3em;
  width: 100%;
}

footer .container .row .copyright .copy {
  font-size: .8rem;
  padding: .25rem;
}

footer .container .flexrow > :nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

footer .container .flexrow > :nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

footer .container .flexrow > :nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

footer .container .flexrow > :nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 769px) {
  footer .container .flexrow > :nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .container .flexrow > :nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .container .flexrow > :nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .container .flexrow > :nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1024px) {
  footer .container .flexrow > :nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .container .flexrow > :nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .container .flexrow > :nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .container .flexrow > :nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/* Menu Products */
.product_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1350px;
  margin: 0 auto;
  padding: 2em 0;
  width: 100%;
}

@media (min-width: 769px) {
  .product_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    max-width: 970px;
  }
}

@media (min-width: 1330px) {
  .product_container {
    max-width: 1170px;
  }
}

.product_container.product_container--page-menu {
  padding-top: 6em;
  padding-bottom: 2em;
}

.product_container .product {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 1;
          flex: 50% 0 1;
  max-width: 450px;
  padding: 0 0 1.5em;
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .product_container .product {
    border-bottom: 0;
    max-width: 400px;
    padding: 1em;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .product_container .product {
    max-width: 450px;
  }
}

@media (min-width: 1330px) {
  .product_container .product {
    max-width: 550px;
  }
}

.product_container .product:before {
  border-bottom: 1px solid #707070;
  display: block;
  content: '';
  width: 88%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .product_container .product:before {
    display: none;
  }
}

.product_container .product:first-child:before {
  border-bottom: 0;
}

.product_container .product .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product_container .product .row .col {
  padding: 1em 1em 0 0;
  width: 45.25%;
}

.product_container .product .row .col:first-child {
  width: 40.25%;
}

@media (min-width: 769px) {
  .product_container .product .row .col:first-child {
    width: 45.25%;
  }
}

.product_container .product .row .col .product-title {
  font-size: calc(16px + (20 - 16) * ((100vw - 321px) / (1920 - 321)));
  color: #f57e29;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 321px) {
  .product_container .product .row .col .product-title {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .product_container .product .row .col .product-title {
    font-size: 20px;
  }
}

.product_container .product .row .col .featured-image_container {
  position: relative;
  text-align: center;
}

.product_container .product .row .col .featured-image_container .featured-image {
  max-width: 200px;
  padding: .5em 0;
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .product_container .product .row .col .featured-image_container .featured-image {
    max-width: 240px;
    width: 100%;
    height: auto;
  }
}

.product_container .product .row .col .featured-image_container.featured-image--new:before {
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../../sanchurro/assets/img/icon/icon-new.svg");
  position: absolute;
  height: 30px;
  width: 30px;
}

.product_container .product .row .col .featured-image_container.featured-image--special:before {
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../../sanchurro/assets/img/icon/icon-special.svg");
  position: absolute;
  height: 30px;
  width: 30px;
}

.product_container .product .row .col .featured-image_container.churro:before {
  left: 5%;
  top: 15%;
}

.product_container .product .row .col .featured-image_container.cold-drink:before {
  left: 27.5%;
  top: 15%;
}

.product_container .product .row .col .featured-image_container.hot-drink:before {
  left: 15.5%;
  top: 5%;
}

.product_container .product .row .col .featured-image_container.tapas:before {
  left: 15%;
  top: 15%;
}

.product_container .product .row .col .featured-image_container.icecream:before {
  left: 11.5%;
  top: 20%;
}

.product_container .product .row .col .featured-image_container.snackpack:before {
  left: 5%;
  top: 10.5%;
}

.product_container .product .row .col .featured-image_container.mini-snackpack:before {
  left: 20%;
  top: 15%;
}

.product_container .product .row .col .tax-icon {
  display: inline-block;
  height: 2em;
  width: 2em;
}

.product_container .product .row .col .sub_row {
  border-bottom: 0;
  padding-top: 1em;
}

.product_container .product .row .col .sub_row .sub_col:first-child {
  float: left;
  text-align: left;
  width: 90px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (min-width: 769px) {
  .product_container .product .row .col .sub_row .sub_col:first-child {
    width: 100px;
  }
}

.product_container .product .row .col .sub_row .sub_col:nth-child(2) {
  float: right;
  text-align: right;
  width: 60px;
  padding: 0;
}

@media (min-width: 769px) {
  .product_container .product .row .col .sub_row .sub_col:nth-child(2) {
    width: 100px;
  }
}

.product_container .product .row .col .sub_row .sub_col .btn-expand {
  font-size: calc(16px + (18 - 16) * ((100vw - 321px) / (1920 - 321)));
  color: #707070;
  cursor: pointer;
  position: relative;
}

@media (max-width: 321px) {
  .product_container .product .row .col .sub_row .sub_col .btn-expand {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .product_container .product .row .col .sub_row .sub_col .btn-expand {
    font-size: 18px;
  }
}

.product_container .product .row .col .sub_row .sub_col .btn-expand:before {
  display: inline-block;
  content: '';
  border-bottom: 1px solid #707070;
  width: 67px;
  position: absolute;
  bottom: 0;
}

.product_container .product .row .col .sub_row .sub_col .btn-expand:after {
  display: inline-block;
  content: '';
  background-image: url("../../../sanchurro/assets/img/icon-down.svg");
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  height: .75em;
  margin-left: .25em;
  width: .75em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.product_container .product .row .col .sub_row .sub_col .price-tier {
  margin: 0;
}

.product_container .panel {
  display: none;
  margin: 0 auto;
  max-width: 450px;
  padding: 5px;
  width: 100%;
}

.product_container .panel .description_container {
  padding: 0 1em;
}

.product_container .panel .panel_row {
  padding: 0 1em;
}

.product_container .panel .panel_row .col:first-child {
  float: left;
  padding-right: 1em;
  width: 55%;
}

.product_container .panel .panel_row .col:nth-child(2) {
  float: right;
  padding-left: 1em;
  width: 30%;
}

.product_container .panel .panel_row .col .taxonomy-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .25em;
}

.product_container .panel .panel_row .col .taxonomy-type .icon-md {
  margin-right: .5em;
  max-width: 40px;
}

.product_container .panel .panel_row .col .taxonomy-type .tax-label {
  line-height: 1.2;
  margin: .5em 0;
}

.product_container .panel .panel_row .col .values_container p {
  margin: 0;
  padding-bottom: 1em;
}

.product_container .panel .panel_row .col .panel-close-btn {
  margin-top: 1em;
}

.product_container .panel .panel_row .col .panel-close-btn:after {
  cursor: pointer;
  display: block;
  text-align: center;
  content: '';
  background-image: url("../../../sanchurro/assets/img/icon-down.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2em;
  left: 50%;
  bottom: 0%;
  position: absolute;
  width: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 769px) {
  .product_container .panel .panel_row .col .panel-close-btn:after {
    bottom: -2.5%;
    height: 1em;
  }
}

.product_container .icon {
  max-width: 25px;
}

@media (min-width: 769px) {
  .product_container .icon {
    max-width: 30px;
  }
}

.product_container .price-tier {
  font-size: calc(16px + (20 - 16) * ((100vw - 321px) / (1920 - 321)));
  line-height: 1.5;
}

@media (max-width: 321px) {
  .product_container .price-tier {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .product_container .price-tier {
    font-size: 20px;
  }
}

.btn-expand-active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Menu Page - Product container height */
.product_container--page-menu {
  padding-top: 0;
}

@media (min-width: 769px) {
  .product_container--page-menu {
    padding-top: 0;
  }
}

/* Menu Page - Dietary disclaimer */
.tax-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
}

@media (min-width: 769px) {
  .tax-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tax-footer .taxonomy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .25em 0;
  padding-right: 1em;
  min-width: 120px;
}

@media (min-width: 769px) {
  .tax-footer .taxonomy-list {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tax-footer .taxonomy-list .tax-icon-container .tax-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
}

@media (min-width: 769px) {
  .tax-footer .taxonomy-list .tax-icon-container .tax-icon {
    height: 40px;
    width: 40px;
  }
}

.tax-footer .taxonomy-list span.tax-footer-title p {
  border-bottom: 0;
  color: #707070;
  font-family: "Brandon", sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0 auto;
  padding: .5em;
}

.menu-disclaimer .container {
  max-width: 1170px;
  padding: 1em;
  text-align: center;
}

.menu-disclaimer .container p {
  font-size: .9em;
  line-height: 1.5;
  padding-left: 1em;
}

.category-header-container {
  -webkit-transition: padding-top .3s linear;
  transition: padding-top .3s linear;
  padding-top: 50px;
}

@media (min-width: 769px) {
  .category-header-container {
    padding-top: 110px;
  }
}

@media (min-width: 900px) {
  .category-header-container {
    padding-top: 77px;
  }
}

@media (min-width: 1024px) {
  .category-header-container {
    padding-top: 130px;
  }
}

.taxonomy-header-container {
  -webkit-transition: padding-top .3s linear;
  transition: padding-top .3s linear;
  padding-top: 77px;
}

@media (min-width: 769px) {
  .taxonomy-header-container {
    padding-top: 115px;
  }
}

@media (min-width: 1024px) {
  .taxonomy-header-container {
    padding-top: 130px;
  }
}

.cat-header-padding {
  padding-top: 220px;
}

@media (min-width: 500px) {
  .cat-header-padding {
    padding-top: 235px;
  }
}

@media (min-width: 769px) {
  .cat-header-padding {
    padding-top: 125px;
  }
}

.padding80 {
  padding-top: 50px;
}

@media (min-width: 769px) {
  .padding80 {
    padding-top: 85px;
  }
}

.padding130 {
  padding-top: 130px;
}

.category-header-container,
.taxonomy-header-container {
  width: 100%;
}

.category-header-container .category-banner,
.taxonomy-header-container .category-banner {
  display: block;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.category-header-container .category-description,
.taxonomy-header-container .category-description {
  padding: 1em;
  text-align: center;
}

.category-header-container .category-description h3,
.category-header-container .category-description p,
.taxonomy-header-container .category-description h3,
.taxonomy-header-container .category-description p {
  margin: .5em 0;
}

.category-header-container .category-description h3,
.taxonomy-header-container .category-description h3 {
  color: #f57e29;
  text-transform: uppercase;
}

.category-header-container .category-description p,
.taxonomy-header-container .category-description p {
  line-height: 1.5;
}

.subcategory-container {
  background: #f4eee4;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

.subcategory-container h4, .subcategory-container p {
  margin: 0 auto;
  max-width: 800px;
}

.subcategory-container h4 {
  line-height: 1.75;
}

@media (min-width: 769px) {
  .subcategory-container h4 {
    line-height: 1.5;
  }
}

.subcategory-container P {
  line-height: 1.2;
  padding: 0 1em;
}

section.menu-footer {
  background: rgba(255, 255, 255, 0.8);
}

section.menu-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 400px;
}

/*
**  Menu Navigation - category
*/
.cat-menu-nav {
  background: #f0e4d4;
  display: none;
  position: absolute;
  height: 340px;
  -webkit-transition: height 300ms linear;
  transition: height 300ms linear;
  width: 100%;
  z-index: 1;
}

@media (min-width: 769px) {
  .cat-menu-nav {
    height: 130px;
  }
}

.cat-menu-nav .wrapper {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 300px;
  outline: none;
  padding: .25em 1.5em;
  text-align: center;
}

@media (min-width: 769px) {
  .cat-menu-nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding: 0em 1.5em .5em;
  }
}

@media (min-width: 769px) {
  .cat-menu-nav .wrapper {
    padding: 0 1.5em;
  }
}

@media (min-width: 1024px) {
  .cat-menu-nav .wrapper {
    height: 80px;
    padding: 1.5em;
  }
}

.cat-menu-nav .wrapper a {
  font-size: 1em;
  letter-spacing: 1px;
  white-space: nowrap;
  border-top: 3px solid transparent;
  border-bottom: 1px solid #707070;
  color: #707070;
  font-weight: 700;
  height: 20px;
  padding: .35em 0;
  margin: 0 auto;
  max-width: 240px;
  -webkit-transition: color linear 150ms;
  transition: color linear 150ms;
}

@media (min-width: 769px) {
  .cat-menu-nav .wrapper a {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    color: #707070;
    font-size: .9em;
    height: 20px;
    margin: .25em .5em;
  }
  .cat-menu-nav .wrapper a:hover, .cat-menu-nav .wrapper a:active {
    border-bottom: 3px solid #f7b587;
    color: #f7b587;
  }
}

@media (min-width: 1024px) {
  .cat-menu-nav .wrapper a {
    font-size: 1em;
    margin: .25em .75em;
  }
}

@media (min-width: 1330px) {
  .cat-menu-nav .wrapper a {
    font-size: 1.25em;
    height: 28px;
    margin: .25em 1em;
  }
}

.cat-menu-nav .wrapper a p {
  font-weight: 700;
  margin: .5em 0;
}

.cat-menu-nav .wrapper a p:after {
  display: block;
  content: '';
  border-bottom: 2px solid #cccccc;
  max-width: 245px;
  margin: 0 auto;
}

.cat-active {
  border-bottom: 3px solid #f7b587 !important;
  color: #f7b587 !important;
}

.owl-stage {
  margin: 0 auto;
}

.cat-carousel-nav button {
  background: transparent;
  top: 0;
  height: 45px;
  margin: 0;
  padding: 0;
  width: 0px;
}

.cat-carousel-nav button span {
  color: #707070;
  font-size: 2.5em;
  line-height: .2;
}

.cat-carousel-nav .owl-prev {
  left: -5%;
}

.cat-carousel-nav-desktop button {
  background: transparent;
  top: 0;
  height: 35px;
  margin: 0;
  padding: 0;
}

.cat-carousel-nav-desktop button span {
  color: #707070;
  font-size: 2.5em;
  line-height: .2;
}

.cat-nav-carousel-dots {
  display: none;
}

.cat-nav-mobile {
  display: block !important;
}

@media (min-width: 769px) {
  .cat-nav-mobile {
    display: none !important;
  }
}

.cat-nav-desktop {
  display: none !important;
}

@media (min-width: 769px) {
  .cat-nav-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*
**  Menu Navigation - taxonomy
*/
.tax-menu-nav {
  background: #f0e4d4;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.tax-menu-nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 230px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5em 1.5em 0;
  -webkit-transition: all 150ms linear 150ms;
  transition: all 150ms linear 150ms;
}

@media (min-width: 769px) {
  .tax-menu-nav .wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 122px;
  }
}

.tax-menu-nav .wrapper a {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: .5em;
  width: auto;
}

@media (min-width: 500px) {
  .tax-menu-nav .wrapper a {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 90px;
  }
}

.tax-menu-nav .wrapper a p {
  border-bottom: 1px solid #bbb;
  color: #707070;
  font-weight: 700;
  padding: .25em 0 0;
}

.tax-menu-nav .wrapper a .tax-icon-container {
  background: #fff;
  border-radius: 50%;
  font-size: 1.25em;
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 65px;
  outline: 0;
}

.tax-menu-nav .wrapper a .tax-icon-container .tax-icon {
  border: 4px solid white;
  border-radius: 50%;
  background-size: 103%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  margin: 0;
  height: 3.25em;
  width: 3.25em;
  -webkit-transition: border 150ms linear;
  transition: border 150ms linear;
}

.tax-menu-nav .wrapper a .tax-icon-container .tax-icon:hover {
  border: 4px solid #f57e29;
}

.tax-menu-nav .wrapper a span.tax-title p {
  border-bottom: 0;
  color: #707070;
  font-family: "Archer", serif;
  font-size: .6em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto;
  padding-top: .5em;
  text-transform: uppercase;
  max-width: 75px;
}

@media (min-width: 769px) {
  .tax-menu-nav .wrapper a span.tax-title p {
    font-size: .75em;
    margin-top: .5em;
    padding-top: 0;
  }
}

.tax-nav-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 270px;
  overflow: hidden;
  padding-top: 1em;
}

@media (min-width: 769px) {
  .tax-nav-desktop {
    max-width: 100%;
    padding-top: 0;
  }
}

.tax-nav-desktop-active {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 300px;
}

.tax-nav-desktop-active a {
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom: 0 !important;
}

.tax-nav-mobile {
  display: block !important;
}

@media (min-width: 769px) {
  .tax-nav-mobile {
    display: none !important;
  }
}

.tax-icon-sm {
  height: 1.85em !important;
  width: 1.85em !important;
}

.tax-icon-smx {
  height: 1.85em !important;
  width: 1.85em !important;
}

.tax-icon-container-sm {
  max-width: 40px !important;
}

.tax-icon-container-smx {
  max-width: 37px !important;
}

#sticky {
  z-index: 10;
}

.remove-border:after {
  display: none !important;
}

.sticky {
  position: fixed !important;
  top: 120px;
  width: 100%;
}

.sticky + .product_wrapper {
  padding-top: 120px;
}

/* Sub-navigation Mobile*/
ul#subnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  height: 2.7em;
  margin: 0;
  padding: 0;
  z-index: 1;
  /*show the second levele menu of the selected voice*/
  /*style for the second level menu*/
}

@media (min-width: 769px) {
  ul#subnav-menu {
    display: none;
  }
}

ul#subnav-menu > li {
  float: left;
  list-style-type: none;
  position: relative;
  width: 100%;
}

ul#subnav-menu > li:before {
  display: none;
}

ul#subnav-menu label {
  position: relative;
  display: block;
  font-weight: 700;
  padding: .25em 1em;
  line-height: 2em;
  font-size: 1.25em;
  letter-spacing: 2px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

ul#subnav-menu label:after {
  background-image: url("../../../sanchurro/assets/img/arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  display: block;
  top: 20%;
  right: 0%;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

ul#subnav-menu input {
  display: none;
}

ul#subnav-menu input:checked ~ ul.submenu {
  margin-top: 0;
  max-height: 320px;
  -webkit-transition: max-height 300ms ease-in;
  transition: max-height 300ms ease-in;
}

ul#subnav-menu ul.submenu {
  margin: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
  position: absolute;
  min-width: 100%;
  z-index: 99;
}

ul#subnav-menu ul.submenu li {
  margin-bottom: 0;
}

ul#subnav-menu ul.submenu li:before {
  display: none;
}

ul#subnav-menu ul.submenu li a {
  display: block;
  font-size: 1.25em;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

@media (min-width: 769px) {
  ul#subnav-menu ul.submenu li a {
    white-space: nowrap;
  }
}

ul#subnav-menu ul.submenu li a:hover {
  color: #f57e29;
}

.label-active:after {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.label-inactive:after {
  display: none !important;
}

.menu-masthead {
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
  color: #fff;
  position: relative;
  height: 450px;
  width: 100%;
}

.menu-masthead .container {
  height: 100%;
  padding-top: 10.5rem;
  position: relative;
  text-align: center;
}

.menu-masthead .container .page-title {
  color: #fff;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.search-filter {
  display: block;
  margin: 1em auto;
  max-width: 405px;
  width: 100%;
}

.search-filter .dropdown {
  border-radius: 15px;
  border: 1px solid #fff;
  font-family: "Brandon", sans-serif;
  font-size: 1em;
  padding: .5rem .75rem;
  outline: 0;
  width: 100%;
  text-align: left;
}

.ap-dropdown-menu {
  text-align: left;
}

.ap-suggestion-icon {
  display: none;
}

.ap-footer {
  display: none;
}

.ap-icon-clear {
  display: none;
}

.menu_tab {
  border-bottom: none;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  .menu_tab {
    border-bottom: 2px solid #f57e29;
  }
}

.menu_tab .menu_container {
  border-bottom: 2px solid #f57e29;
  margin: 0 auto;
  max-width: 257px;
  position: relative;
  width: 100%;
  height: 44px;
}

@media (min-width: 769px) {
  .menu_tab .menu_container {
    border-bottom: 0;
    height: auto;
  }
}

.menu_tab .menu_container .tab {
  background: rgba(211, 106, 87, 0.5);
  border-radius: 27px 27px 0px 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  outline: 0;
  padding: .5rem 1.35rem;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
}

.menu_tab .menu_container .tab span {
  color: #fff;
}

.menu_tab .menu_container .tab:hover, .menu_tab .menu_container .tab:active, .menu_tab .menu_container .tab:focus {
  background: #f57e29;
}

.menu_tab .menu_container .tab:first-child {
  margin-right: .2em;
  float: left;
}

.menu_tab .menu_container .tab:last-child {
  float: right;
}

#sticky {
  width: 100%;
  margin: 0 auto;
}

.menu-tab-sticky {
  background: #f0e4d4;
  padding-top: 1em;
}

section.error404 {
  background: #f0e4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  text-align: center;
  width: 100%;
}

.archive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.archive-header h1 {
  color: #fff;
}

.archive-container {
  min-height: 40vh;
  padding: 2em;
  text-align: center;
}

.archive-container a {
  color: #fff;
}

.archive-container h3 {
  margin-top: 0;
}

section.web-form {
  background: #f0e4d4;
}

section.web-form .container {
  max-width: 900px;
  padding: 3em 1em;
}

@media (min-width: 769px) {
  section.web-form .container {
    padding: 5em 0;
  }
}

section.about .container .image {
  padding-bottom: 3em;
}

section.about .container .image img {
  max-width: 1307px;
  margin: 0;
  width: 100%;
}

section.about .container .text {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 769px) {
  section.about .container .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.about .container .text .l-text,
section.about .container .text .r-text {
  width: 100%;
}

section.about .container .text .r-text {
  padding-top: 3em;
  padding-right: 1em;
}

@media (min-width: 769px) {
  section.about .container .text .r-text {
    padding-top: 0;
  }
}

.page-title-menu {
  margin-top: 0;
}

.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 920px;
}

@media (min-width: 769px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.row a:hover {
  color: #707070;
}

.row .out {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: .5em auto;
}

@media (min-width: 769px) {
  .row .out {
    width: 47%;
  }
}

@media (min-width: 1024px) {
  .row .out {
    width: 48.5%;
  }
}

@media (min-width: 1330px) {
  .row .out {
    width: 49%;
  }
}

.row .out:nth-child(odd) {
  margin-right: 1em;
}

.row .out:nth-child(even) {
  margin-right: 0em;
}

.row .out .column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.row .out .column .card {
  display: block;
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: 350ms cubic-bezier(0.33, 0, 0.2, 1);
  transition: 350ms cubic-bezier(0.33, 0, 0.2, 1);
}

@media (min-width: 769px) {
  .row .out .column .card {
    height: 300px;
  }
}

@media (min-width: 1330px) {
  .row .out .column .card {
    height: 435px;
  }
}

.row .out .column .card:hover {
  opacity: 1;
}

@media (min-width: 769px) {
  .row .out .column .card:hover {
    opacity: 0;
  }
}

.row .out .column .title {
  font-size: 1.5em;
  font-family: 'Chivo-Regular';
  position: absolute;
  padding: 4.5em 2em;
  opacity: 0;
  text-align: center;
  z-index: -1;
  width: 100%;
  max-width: 275px;
}

@media (min-width: 500px) {
  .row .out .column .title {
    max-width: 400px;
  }
}

@media (min-width: 769px) {
  .row .out .column .title {
    font-size: 1.5em;
    padding: 5em 0;
    max-width: 300px;
  }
}

@media (min-width: 1330px) {
  .row .out .column .title {
    font-size: 2.5em;
    padding: 4.5em 0;
    max-width: 500px;
  }
}

section.blocks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

section.blocks .row .case_study {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  position: relative;
  cursor: pointer;
}

@media (min-width: 500px) {
  section.blocks .row .case_study {
    -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%;
  }
}

@media (min-width: 769px) {
  section.blocks .row .case_study {
    -ms-flex-preferred-size: 44.5%;
        flex-basis: 44.5%;
  }
}

@media (min-width: 1024px) {
  section.blocks .row .case_study {
    -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
  }
}

section.blocks .row .case_study:after {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

section.blocks .row .background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: 120%;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

@media (min-width: 1024px) {
  section.blocks .row .background {
    padding-top: 120%;
  }
}

section.blocks .row .background:hover {
  opacity: 0.2;
}

section.blocks .row .text {
  display: block;
  position: relative;
}

section.blocks .row .text .container {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

section.blocks .row .text .container .block-title {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
}

section.blocks .row .text .container .block-title a {
  color: #fff;
  visibility: hidden;
}

section.blocks .row .text .container .block-title a:after {
  display: block;
  content: '';
  border-bottom: 3px solid #eee;
  margin: 0 auto;
  padding-top: 3.5%;
  width: 35px;
}

section.custom-row {
  background: #f0e4d4;
  overflow: hidden;
  padding: 1em 0;
}

section.custom-row .container {
  padding: 3em 0 2em;
}

@media (min-width: 769px) {
  section.custom-row .container {
    padding: 3em 0 7em;
  }
}

section.custom-row .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px !important;
}

@media (min-width: 769px) {
  section.custom-row .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.custom-row .container .row .column {
  display: inline;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: left;
}

@media (min-width: 769px) {
  section.custom-row .container .row .column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

section.custom-row .container .row .column.col-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  width: 100%;
  padding: 20em 1.5em 0;
}

@media (min-width: 769px) {
  section.custom-row .container .row .column.col-2 {
    padding: 0;
    max-width: 450px;
  }
}

section.custom-row .container .row .column .featured {
  max-width: 300px;
  position: absolute;
}

section.custom-row .container .row .column .featured.one {
  display: none;
  left: -130%;
  top: 0;
}

@media (min-width: 769px) {
  section.custom-row .container .row .column .featured.one {
    display: block;
    left: -20%;
  }
}

section.custom-row .container .row .column .featured.two {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (min-width: 769px) {
  section.custom-row .container .row .column .featured.two {
    left: 30%;
    top: 0;
  }
}

section.wide-carousel {
  width: 100%;
}

section.wide-carousel .multi-carousel {
  position: relative;
}

section.wide-carousel .multi-carousel .image {
  background: #f0e4d4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}

section.wide-carousel .multi-carousel-dot-container {
  bottom: 5%;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.wide-carousel .multi-carousel-dot-container .multi-carousel-dot {
  background: rgba(245, 126, 41, 0.5);
  border-radius: 50%;
  margin: 0 .15em;
  padding: .25em;
  top: -10%;
}

section.wide-carousel .multi-carousel-dot-container .multi-carousel-dot.active {
  background: #f57e29;
}

section.cat_header {
  background: #0d727c;
  padding-top: 4.9em;
}

section.cat_header .cat_banner-image {
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(13, 114, 124, 0.7);
          box-shadow: inset 0 0 0 2000px rgba(13, 114, 124, 0.7);
  border-bottom: 0.75em solid #0d727c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px;
  width: 100%;
}

section.cat_header .cat_header-text {
  text-align: center;
  padding: 1em;
}

section.cat_header .cat_header-text h2 {
  font-weight: 700;
  letter-spacing: 3px;
  padding-bottom: .25em;
}

section.cat_header .cat_header-text h2:after {
  display: none;
}

section.cat_header .cat_header-text h2,
section.cat_header .cat_header-text p {
  color: #fff;
  margin: 0 auto;
  max-width: 450px;
}

section.cta-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #f0e4d4;
  padding: .5em 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 769px) {
  section.cta-block .container {
    padding: 1.5em 0;
  }
}

section.cta-block .container .featured_button:first-child {
  border-right: 0;
  margin-left: 0;
  margin-right: 1em;
}

@media (min-width: 769px) {
  section.cta-block .container .featured_button:first-child {
    border-right: 1px solid #bbb;
    margin-left: 4em;
    margin-right: 2em;
  }
}

section.cta-block .container .featured_button:nth-child(2) {
  margin: 0 .5em;
}

section.cta-block .container button {
  font-size: 1.25em;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  height: 70px;
  padding: .25em 2.5em .25em .5em;
  text-align: left;
  text-transform: capitalize;
}

@media (min-width: 500px) {
  section.cta-block .container button {
    font-size: 1.5em;
  }
}

@media (min-width: 769px) {
  section.cta-block .container button {
    padding: .25em 2.5em .25em 1em;
    font-size: 1.45em;
    height: 50px;
    margin-right: 2em;
    margin-top: 0;
    margin-bottom: 0;
  }
  section.cta-block .container button br {
    display: none;
  }
}

.icon-menu:after {
  content: '';
  display: inline-block;
  background-image: url("../../../sanchurro/assets/img/icon-churro.svg");
  background-position: 30% 20%;
  background-repeat: no-repeat;
  background-size: 140%;
  height: 3em;
  width: 2em;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 769px) {
  .icon-menu:after {
    background-position: 50%;
    height: 2em;
  }
}

.icon-marker:after {
  content: '';
  display: inline-block;
  background-image: url("../../../sanchurro/assets/img/icon-pin.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.75em;
  width: 1.75em;
  position: absolute;
  right: 5%;
  top: 17.5%;
}

@media (min-width: 769px) {
  .icon-marker:after {
    height: 1.55em;
    top: 10%;
  }
}

section.column {
  padding: 1em 0;
}

section.column .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

section.column .container .block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em .5em;
  position: relative;
}

@media (min-width: 769px) {
  section.column .container .block {
    padding: 1em 0;
  }
}

section.column .container .block.image {
  text-align: center;
}

section.column .container .block.image img {
  max-width: 250px;
}

@media (min-width: 769px) {
  section.column .container .block.image img {
    max-width: 300px;
  }
}

section.column .container .block.image img.round {
  border-radius: 50%;
}

section.column .container .block.fixed {
  left: 45%;
  position: absolute;
  top: 7.5%;
}

@media (min-width: 769px) {
  section.column .container .block.fixed {
    position: relative;
    left: 0%;
  }
}

section.column .container.reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 769px) {
  section.column .container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.column .container.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 769px) {
  section.column .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.column .container.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.column .container.bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  section.column .container .block {
    padding: 1em;
  }
  section.column .container .block:first-child {
    padding-left: 0;
  }
  section.column .container .block:last-child {
    padding-right: 0;
  }
}

section.flex-block {
  background: #d46a33;
}

section.flex-block .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3em 0;
}

section.flex-block .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section.flex-block .container .row .column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

section.flex-block .container .row .column h2, section.flex-block .container .row .column p {
  color: #fff;
}

section.flex-block .container .row .column p {
  line-height: 1.5;
}

section.flex-block .container .row .column img {
  max-width: 150px;
}

section.flex-block .container .row .image-container {
  text-align: center;
}

section.circle-carousel .container {
  padding: 2em 0 0 0;
}

@media (min-width: 769px) {
  section.circle-carousel .container {
    padding: 2em 0;
  }
}

section.circle-carousel .container .cat-carousel .cat-attr {
  height: 325px;
  width: 325px;
}

@media (min-width: 500px) {
  section.circle-carousel .container .cat-carousel .cat-attr {
    height: 400px;
    width: 400px;
  }
}

section.circle-carousel .container .cat-carousel .cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 50%;
  margin: .5em auto;
  position: relative;
  height: 325px;
  width: 325px;
}

@media (min-width: 500px) {
  section.circle-carousel .container .cat-carousel .cat-item {
    height: 385px;
    width: 385px;
  }
}

@media (min-width: 1024px) {
  section.circle-carousel .container .cat-carousel .cat-item {
    height: 400px;
    width: 400px;
  }
}

section.circle-carousel .container .cat-carousel .cat-item .cat-item_image {
  border-bottom-left-radius: 250px;
  border-top-left-radius: 250px;
  background-size: cover;
  width: 50%;
  position: absolute;
  left: 0px;
  height: 100%;
}

section.circle-carousel .container .cat-carousel .cat-item .cat-item_header {
  border-bottom-right-radius: 250px;
  border-top-right-radius: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 4%;
  width: 50%;
  position: absolute;
  right: 0px;
  height: 100%;
}

section.circle-carousel .container .cat-carousel .cat-item .cat-item_header h3,
section.circle-carousel .container .cat-carousel .cat-item .cat-item_header .subheader {
  color: #fff;
  margin: 0 0 .5em;
  line-height: 1;
}

section.circle-carousel .container .cat-carousel .cat-item .cat-item_header h3 {
  font-size: 1.55em;
  font-weight: 700;
}

section.circle-carousel .container .cat-carousel .cat-item .cat-item_header hr {
  border: 2px solid #fff;
  margin: .5em 0 0;
  width: 100px;
}

.featured-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.5em;
  width: 100%;
}

@media (min-width: 769px) {
  .featured-carousel {
    display: none;
  }
}

.featured-carousel .carousel-dot {
  background: rgba(245, 126, 41, 0.5);
  margin-right: .5em;
  padding: .25em;
}

.featured-carousel .carousel-dot.active {
  background: #f57e29 !important;
}

section.franchise-post .container {
  max-width: 920px;
}

section.franchise-post .container .blurb {
  padding-top: 2em;
}

section.franchise-post .container .tax-nav {
  padding-bottom: 1em;
}

section.franchise-post .container .tax-nav:before {
  display: block;
  content: '';
  border-top: 1px solid #ddd;
  padding: 1em 0;
  width: 99%;
}

section.franchise-post .container .location .location-carousel {
  max-width: 440px;
}

section.franchise-post .container .location .location-carousel .location-image {
  background: #f0e4d4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}

section.franchise-post .container .location .location--title {
  color: #f57e29;
  padding-bottom: 1em;
}

section.franchise-post .container .location .location_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 769px) {
  section.franchise-post .container .location .location_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.franchise-post .container .location .location_row .location_column {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 1;
          flex: 50% 0 1;
}

section.franchise-post .container .location .location_row .location_column img {
  width: 100%;
  height: auto;
}

section.franchise-post .container .location .location_row .location_column .location_column--desc {
  padding: 0;
}

@media (min-width: 769px) {
  section.franchise-post .container .location .location_row .location_column .location_column--desc {
    padding: 0 1.25em;
  }
}

section.franchise-post .container .location .location_row .location_column .location_column--desc p {
  margin-top: 0;
}

section.franchise-post .container .location .location_row .location_column .location_list-container {
  padding-left: .25em;
  padding-bottom: .5em;
}

@media (min-width: 769px) {
  section.franchise-post .container .location .location_row .location_column .location_list-container {
    padding-left: 0;
    padding-bottom: 0;
  }
}

section.franchise-post .container .location .location_row .location_column .location_list-container ul.location_list {
  -webkit-columns: 1;
          columns: 1;
  list-style-type: none;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0 2em 0 1em;
  position: relative;
}

@media (min-width: 769px) {
  section.franchise-post .container .location .location_row .location_column .location_list-container ul.location_list {
    -webkit-columns: 2;
            columns: 2;
    padding: 0 1.4em 0 1em;
  }
}

section.franchise-post .container .location .location_row .location_column .location_list-container ul.location_list li.location-value {
  margin: 0;
  margin-bottom: .45em;
  padding-left: 1em;
  font-weight: 500;
}

section.franchise-post .container .location .location_cta {
  display: block;
  margin-bottom: 2em;
  width: 100%;
}

section.franchise-post .container .location .location_cta:before {
  display: none;
  content: '';
  border-bottom: 1px solid #ddd;
  width: 50%;
}

@media (min-width: 769px) {
  section.franchise-post .container .location .location_cta:before {
    display: inline-block;
  }
}

section.franchise-post .container .location .location_cta button {
  margin-left: 0;
}

@media (min-width: 769px) {
  section.franchise-post .container .location .location_cta button {
    margin-left: 1em;
  }
}

.franchise-carousel button {
  background: transparent;
}

.franchise-carousel .owl-prev {
  margin-left: 0px;
  left: -4%;
}

.franchise-carousel .owl-next {
  right: 1%;
}

@media (min-width: 769px) {
  .franchise-carousel .owl-next {
    right: -1%;
  }
}

.franchise-carousel .owl-prev,
.franchise-carousel .owl-next {
  top: 21.5%;
}

@media (min-width: 769px) {
  .franchise-carousel .owl-prev,
  .franchise-carousel .owl-next {
    top: 25%;
  }
}

.franchise-carousel .owl-prev span, .franchise-carousel .owl-next span {
  color: #fff;
  font-size: 3.5em;
  font-weight: 300;
}

/* Expand and collapse column description */
.location_column--desc,
.small {
  height: 210px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .location_column--desc,
  .small {
    height: 225px;
  }
}

@media (min-width: 1410px) {
  .location_column--desc,
  .small {
    height: 230px;
  }
}

.exp {
  height: auto;
  -webkit-transition: height 150ms linear;
  transition: height 150ms linear;
}

.expand-btn {
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 3;
  padding: 0;
}

@media (min-width: 769px) {
  .expand-btn {
    padding: 1em;
    font-size: 1.2em;
  }
}

section.hero-banner .container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

section.hero-banner .container .carousel .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
  height: 82vh;
  padding: 0;
  position: relative;
  width: 100%;
}

@media (min-width: 769px) {
  section.hero-banner .container .carousel .item {
    width: 100vw;
  }
}

section.hero-banner .container .carousel .item.item-desktop {
  display: none;
}

@media (min-width: 769px) {
  section.hero-banner .container .carousel .item.item-desktop {
    display: block;
  }
}

section.hero-banner .container .carousel .item.item-mobile {
  display: block;
}

@media (min-width: 769px) {
  section.hero-banner .container .carousel .item.item-mobile {
    display: none;
  }
}

section.hero-banner .container .carousel .item .item_header {
  left: 10%;
  height: 100%;
  margin: 0 auto;
  max-width: 1100px;
  position: absolute;
  top: 37.5%;
}

section.hero-banner .container .carousel .item .item_header h1.header {
  font-size: calc(40px + (92 - 40) * ((100vw - 321px) / (1920 - 321)));
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  max-width: 700px;
  padding-top: .1em;
}

@media (max-width: 321px) {
  section.hero-banner .container .carousel .item .item_header h1.header {
    font-size: 40px;
  }
}

@media (min-width: 1920px) {
  section.hero-banner .container .carousel .item .item_header h1.header {
    font-size: 92px;
  }
}

section.hero-banner .container .carousel .item .item_header span.subheader {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: .25em;
}

section.hero-banner .container .carousel .item .item_header .btn {
  margin-top: 2em;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .hero-carousel {
  position: absolute;
  bottom: 11.5%;
  left: 9.5%;
}

@media (min-width: 769px) {
  .owl-carousel .hero-carousel {
    bottom: 14.5%;
  }
}

.owl-carousel .hero-carousel .hero-carousel-dot {
  background: transparent;
  outline: 0;
  padding: .1em;
}

.owl-carousel .hero-carousel .hero-carousel-dot span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-carousel .hero-carousel .hero-carousel-dot.active span {
  background: none repeat scroll 0 0 #FFFFFF;
  opacity: 1;
}

@media screen and (max-height: 800px) {
  .hero-carousel {
    bottom: 11% !important;
  }
}

.masthead {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  height: 500px;
  width: 100%;
}

.masthead .container {
  padding-top: .5rem;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  .masthead .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 950px;
    text-align: left;
  }
}

.masthead .container .page-title {
  color: #fff;
  letter-spacing: .25em;
  max-width: 100%;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .masthead .container .page-title {
    letter-spacing: .05em;
  }
}

section.find-store {
  background-color: rgba(245, 126, 41, 0.5);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

section.find-store .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 100%;
}

section.find-store .container .page-title {
  color: #f57e29;
  padding: 2em 0;
  text-align: center;
  margin: 0 auto;
}

form#store_locator_embedded_search {
  width: 100%;
}

form#store_locator_embedded_search #store_locator_get_my_position {
  background: #e68440;
  border: 0px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Archer", serif;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: .5em;
  padding: .65em 1.25em;
  position: relative;
  outline: 0;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 260px;
}

@media (min-width: 769px) {
  form#store_locator_embedded_search #store_locator_get_my_position {
    margin: .5em 0;
  }
}

form#store_locator_embedded_search #store_locator_get_my_position:hover {
  background: #d36a57;
}

form#store_locator_embedded_search #store_locator_get_my_position i {
  font-style: normal;
}

form#store_locator_embedded_search #store_locator_address_field {
  border-radius: 25px;
  border: 0;
  font-family: "Archer", serif;
  font-weight: 700;
  font-size: .9em;
  letter-spacing: 1px;
  margin: .5em;
  max-width: 250px;
  outline: 0;
  padding: .65em 2em .65em .75em;
  text-align: center;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 100%;
}

@media (min-width: 769px) {
  form#store_locator_embedded_search #store_locator_address_field {
    margin: .5em 0 1em;
  }
}

form#store_locator_embedded_search #store_locator_search_box {
  padding: 0;
}

form#store_locator_embedded_search .store-locator-row {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

form#store_locator_embedded_search .store-locator-row .store-locator-col-xs-12 {
  padding: 0;
}

#store_locator_find_stores_button {
  background-image: url("../../../sanchurro/assets/img/icon/icon-glass.png");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  position: absolute;
  right: 5%;
  top: 2%;
  padding: 1.185em;
  width: auto;
}

@media (min-width: 769px) {
  #store_locator_find_stores_button {
    top: 2%;
    right: 7.5%;
    padding: 1.165em;
  }
}

#store_locator {
  padding: 0;
  overflow-x: hidden;
}

#store_locator #store_locator_sidebar_content {
  padding: 0;
  padding-left: 1em;
}

#store_locator .store_locator_address_field {
  border-radius: 25px;
  font-family: "Brandon", sans-serif;
  font-size: .9em;
  padding: 15px;
}

#store_locator #store_locator_search_box:nth-child(3) {
  display: none;
}

#store_locator .sidebar-header {
  display: none;
  text-align: center;
}

@media (min-width: 769px) {
  #store_locator .sidebar-header {
    display: block;
  }
}

#store_locator .sidebar-header p {
  margin-bottom: 1em;
}

#store_locator h3.store_locator_name {
  color: #f57e29;
  font-size: 1.25em;
  letter-spacing: 1px;
  padding: 0;
}

#store_locator h3.store_locator_name i.fa-chevron-right {
  display: none;
}

#store_locator #store_locator_map {
  height: 42vh !important;
}

@media (min-width: 769px) {
  #store_locator #store_locator_map {
    height: 92vh !important;
  }
}

#store_locator #store_locator_result_list_box {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  #store_locator #store_locator_result_list_box {
    padding-left: 15px;
    padding-right: 15px;
    height: 50vh;
  }
}

#store_locator #store_locator_result_list {
  height: auto !important;
  position: relative;
}

@media (min-width: 769px) {
  #store_locator #store_locator_result_list {
    height: 100vh !important;
  }
}

#store_locator #store_locator_result_list .store_locator_result_list_item,
#store_locator #store_locator_result_list .store_locator_street,
#store_locator #store_locator_result_list .store_locator_city,
#store_locator #store_locator_result_list .store_locator_zip {
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.4;
}

#store_locator #store_locator_result_list .store_locator_result_list_item:hover,
#store_locator #store_locator_result_list .store_locator_street:hover,
#store_locator #store_locator_result_list .store_locator_city:hover,
#store_locator #store_locator_result_list .store_locator_zip:hover {
  color: #f57e29;
}

#store_locator .store_locator_result_list_item {
  padding: 1.5em;
}

#store_locator .store_locator_contact {
  line-height: 1;
}

#store_locator .store_locator_tel a {
  font-size: .9em;
  letter-spacing: 1px;
}

#store_locator .store_locator_tel a:hover {
  color: #f57e29;
}

#store_locator .store_modal_title {
  display: none;
}

#store_locator .store_locator_icon {
  margin-top: 0;
}

#store_locator .fa-map-marker {
  float: none;
}

#store_locator .store_locator_actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 90%;
}

#store_locator .store_locator_get_direction {
  background: #e68440;
  border: 0px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-family: "Archer", serif;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1em 0 .5em;
  max-width: 300px;
  padding: .3em 1.75em;
  position: relative;
  outline: 0;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
  text-transform: uppercase;
  text-align: center;
}

#store_locator .store_locator_get_direction i.fa-compass {
  display: none;
}

#store_locator .store_locator_distance {
  font-weight: 700;
}

#store_locator .grey {
  border: 1px solid #f57e29;
}

#store_locator .store_locator_visit_store {
  color: #707070;
  font-size: .9em;
  font-weight: 700;
}

#store_locator .store_locator_visit_store:after {
  display: block;
  content: '';
  width: 85px;
  border-bottom: 2px solid #f57e29;
}

#store_locator .store_locator_visit_store:hover {
  color: #f57e29;
}

#store_locator .store_locator_visit_store i.fa-long-arrow-right {
  display: none;
}

.single-store-masthead {
  height: 400px;
}

.store.container {
  padding: .5em;
}

.store .store-header {
  margin: 0 auto;
  max-width: 900px;
  padding: 2em .5em 0;
}

@media (min-width: 769px) {
  .store .store-header {
    padding: 2em 1em 0;
  }
}

.store .store-header .store-title {
  color: #f57e29;
  margin: 0;
}

.half-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0;
}

.half-column.column-left {
  min-width: 320px;
  padding-right: 0;
}

@media (min-width: 769px) {
  .half-column.column-left {
    min-width: 400px;
    padding-right: 2em;
  }
}

.store-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .store-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.store-content.container {
  padding: 0;
}

@media (min-width: 769px) {
  .store-content.container {
    padding: 0 1em 2.5em;
  }
}

.store-map.container {
  padding: 0 .5em;
}

.store-opening-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
}

.store-opening-hours p {
  line-height: 1.25;
  margin: 0;
}

.store-opening-hours .store-day {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
}

.store-opening-hours .store-day p {
  display: inline;
}

.store-opening-hours .store-day .store-date {
  float: right;
  padding-right: 5px;
}

.store-opening-hours .store-hour {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  text-align: left;
}

@media (min-width: 769px) {
  .store-opening-hours .store-hour {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.store_locator_single_map {
  height: 300px;
  margin-top: 0px;
}

@media (min-width: 769px) {
  .store_locator_single_map {
    height: 500px;
  }
}

.store_locator_single_address,
.store_locator_single_contact,
.store_locator_single_opening_hours {
  padding: 0 .5em;
  width: 100%;
}

.store_locator_single_address p,
.store_locator_single_contact p,
.store_locator_single_opening_hours p {
  margin: 0;
}

.additional-content {
  font-size: 14px;
  font-weight: 500;
  max-width: 280px;
  width: 100%;
  padding: .5em;
}

@media (min-width: 321px) {
  .additional-content {
    max-width: 310px;
  }
}

@media (min-width: 769px) {
  .additional-content {
    max-width: 395px;
  }
}

.store-wrapper {
  padding-bottom: 80px;
}

.store-cta {
  bottom: 0;
  left: 0%;
  padding: 1.5em 0 2em;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width: 769px) {
  .store-cta {
    padding: 2em 0;
  }
}

.store-cta button.cta-button {
  margin: 0 .25em;
  font-size: .8em;
}

@media (min-width: 321px) {
  .store-cta button.cta-button {
    font-size: .9em;
  }
}

@media (min-width: 769px) {
  .store-cta button.cta-button {
    font-size: 1em;
    margin: 0 1em;
  }
}
