/*
Theme Name: &amp;Joy Dining
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
  background-size: contain;
  font-family: serenity, sans-serif;
  line-height: 1.4;
}
h1,
h2 {
  font-weight: bold;
  line-height: 1.1;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.2em;
}
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: serenity, sans-serif;
  line-height: 1.1;
}
p {
  margin-bottom: 10px;
}
.bello-header h1,
.bello-header h2,
.bello-header h3,
.bello-header h4,
.bello-header h5,
.bello-header h6 {
  /*font-family: "bello-pro",sans-serif;
		letter-spacing: 0.02em;*/
  font-weight: bold;
}
.res-text {
  font-size: 14px;
}
body #wrapper,
body #main {
  font-family: serenity, sans-serif;
  background: #f6f6f4;
  min-height: 90vh;
}
.button.primary {
  border: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.align-top {
  align-items: flex-start;
  vertical-align: top;
}
.yellow-border {
  border-left: 15px solid #f9a126;
}
.header {
  background-color: white;
}
.header-shadow .header-wrapper {
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.6);
}
.searchform {
  display: none;
}
/*
	Menu
*/
.nav > li > a {
  font-weight: 600;
  padding: 0;
}
.header-fade {
  position: absolute;
  width: 100%;
  height: 150px;
  background: #000000;
  background: -webkit-linear-gradient(top, #000000, #000000 0);
  background: -moz-linear-gradient(top, #000000, #000000 0);
  background: linear-gradient(to bottom, #000000, #000000 0);
}
.nav-dropdown {
  border-bottom-left-radius: 0 !important;
  min-width: 250px;
}
.nav-column li > a,
.nav-dropdown > li > a {
  padding: 7px 20px;
}
.nav-line-grow > li > a:before {
  top: 28%;
  transform: translate(-50%);
}
.header-main:not(.nav-dark) .nav .nav-dropdown > li > a {
  color: #56585b;
}
.header-main:not(.nav-dark) .nav .nav-dropdown > li > a:hover,
.nav-dropdown.dark > li > a:hover {
  color: #e9501c;
}
.header-block,
.header-bottom {
  min-height: 0 !important;
}
.header-nav.header-nav-main.nav-left {
  position: absolute;
  right: 0;
  top: 0;
}
.side-follow.social-icons {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 10;
}
.side-follow.social-icons a.button.icon:not(.is-outline),
.side-follow.social-icons a.button.icon:hover {
  background-color: #f36822 !important;
  border-radius: 0 !important;
  display: block;
  min-width: 40px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.side-follow.social-icons a.button.icon:not(.is-outline) i,
.side-follow.social-icons a.button.icon:hover i {
  line-height: 40px;
  top: 0;
}
/*
	Utilities
*/
.h-200 {
  height: 200px;
}
.w-100 {
  width: 100% !important;
}
.jumbotron {
  font-size: 40px;
  margin-bottom: 5px;
}
.top0 {
  top: 0;
  bottom: auto;
}
.bottom0 {
  bottom: 0;
  top: auto;
}
.left0 {
  left: 0;
  right: auto;
}
.right0 {
  right: 0;
  left: auto;
}
.orange-gap {
  background: #f36822;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.d-none {
  display: none;
}
/*
	Mobile Header
*/
.header-main .flex-col.show-for-medium {
  align-self: flex-start;
}
@media screen and (max-width: 849px) {
  .header-main .header-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-button {
  position: absolute;
  top: 0;
  right: -0.2em;
}
.header-button a.button {
  display: block;
  margin: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  font-size: 1.4em;
  padding-left: 0.5em;
  padding-right: 0.7em;
  min-height: 0;
  line-height: 50px;
}
/*
	Mobile Menu
*/
.mobile-sidebar {
  background: #f36822;
}
.mobile-sidebar::after {
  content: "";
  background: url(img/pattern-bg3.png) no-repeat right top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  z-index: 10;
}
.mobile-sidebar .nav {
  padding-left: 24px;
  padding-top: 0;
}
.mobile-sidebar .header-block {
  margin-bottom: 1em !important;
}
.mobile-sidebar .header-block .img {
  margin: 0 auto;
}
.mobile-sidebar .section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-sidebar .nav-sidebar.nav-vertical > li + li {
  border-top: 0;
}
.mobile-sidebar .nav .sub-menu {
  padding-left: 24px;
}
.mfp-wrap .mfp-close {
  display: none;
}
/*
	Megamenu
*/
.header-main .menu-item:not(.menu-item-design-full-width) .nav-dropdown {
  background-color: white;
}
.menu-item-design-full-width .sub-menu {
  box-shadow: none;
  border: 0;
}
.ux-menu-link__link {
  padding: 0;
  align-items: center;
  border-bottom: 0;
  min-height: 2em;
  transition: all 0.2s ease;
}
.ux-menu-link__link:hover {
  transform: translateX(5px);
}
.row.row-large.align-center {
  margin: auto !important;
}
.brand-logos .img {
  padding: 10px;
  background-color: white;
  display: none;
}
.ux-builder-iframe .brand-logos .img {
  display: block;
}
/*
	Homepage
*/
.perspective {
  perspective: 1000px;
  overflow: hidden;
}
.homepage-slider .flickity-page-dots {
  bottom: 175px;
}
.homepage-slider .banner {
  height: calc(100vh - 69px);
  max-height: 600px;
  background-color: black;
}
.homepage-slider .banner .text-inner p {
  font-size: 18px;
}
@media screen and (max-width: 849px) {
  .homepage-slider .flickity-page-dots {
    bottom: 110px;
  }
  .home .homepage-slider .flickity-page-dots {
    bottom: 175px;
  }
}
@media screen and (max-width: 549px) {
  .homepage-slider .flickity-page-dots {
    bottom: 110px;
  }
  .home .homepage-slider .flickity-page-dots {
    bottom: 175px;
  }
}
.homepage-location-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  background: #fef4f0;
  padding-left: 2em;
  padding-bottom: 2em;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.4);
  transform: rotateX(-90deg);
  transform-origin: 50% 100%;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  /* the pin */
}
.wf-active .homepage-location-menu {
  transform: rotateX(0deg);
}
.homepage-location-menu h2,
.homepage-location-menu h3,
.homepage-location-menu h4 {
  margin-bottom: 0.2em;
  line-height: 1.1;
}
.homepage-location-menu .col-inner p {
  margin-bottom: 0.4em;
}
.homepage-location-menu .col-inner::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: -15px;
  background: #fef4f0 url(img/pin.png) no-repeat center / contain;
  width: 28.57142857px;
  height: 50px;
}
@media screen and (min-width: 550px) and (max-width: 849px) {
  .homepage-location-menu .col-inner::before {
    display: none;
  }
}
.homepage-location-menu .col-inner h6 {
  margin: 0;
  padding: 0.3em 1em;
  background: #fa4d09;
  color: white;
  position: relative;
  display: inline;
}
.homepage-location-menu .col-inner h6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 0.86em solid transparent;
  border-left: 0.86em solid #fa4d09;
}
.homepage-location-menu .col-inner h6 a {
  color: white;
}
.homepage-location-menu .col {
  padding-top: 1.5em;
  padding-bottom: 1em;
  cursor: pointer;
  /* the line */
  /* the dot */
}
.homepage-location-menu .col::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 0.4em;
  background: #f36822;
}
.homepage-location-menu .col::after {
  content: "";
  position: absolute;
  left: -0.5em;
  bottom: -14px;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: #f36822;
}
.homepage-location-images {
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
}
.wf-active .homepage-location-images {
  transform: translateY(0%);
}
@media only screen and (min-width: 550px) {
  .row-divided > .col + .col:not(.large-12) {
    border-left: 1px solid #666;
  }
}
@media only screen and (max-width: 549px) {
  .perspective {
    padding-bottom: 78px !important;
  }
  .homepage-location-menu {
    bottom: -78px;
    max-width: 300px !important;
    transform: rotateX(0deg) translateY(150%);
    padding-bottom: 10px;
    overflow: hidden;
  }
  .wf-active .homepage-location-menu {
    transform: rotateX(0deg) translateY(0%);
  }
  .homepage-location-menu .col {
    padding-top: 1.5em;
    padding-left: 30px;
    padding-bottom: 0;
  }
  .homepage-location-menu .col::before {
    left: -20%;
    width: 120%;
  }
  .homepage-location-menu .col-inner::before {
    bottom: 0;
  }
  .homepage-location-menu .col-inner h6 {
    display: none;
  }
}
/*
	Homepage - Uniting people section
*/
.uniting-people {
  counter-reset: unitecount;
}
.uniting-people .icon-box-img {
  width: 60% !important;
}
.uniting-people .icon-box h3 {
  line-height: 1.1;
  margin-bottom: 0.2em;
  font-weight: 500;
}
.uniting-people .icon-box::before {
  counter-increment: unitecount;
  content: "0" counter(unitecount);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 4.5em;
  font-weight: 900;
  line-height: 0.6;
  color: #76777b;
  display: block;
}
@media only screen and (max-width: 549px) {
  .uniting-people .icon-box::before {
    font-size: 3.5em;
  }
}
.icon-glow .icon-box-img,
.uniting-people .icon-box-img {
  background: white !important;
  border-radius: 100%;
  box-shadow: 0 0 25px 0px rgba(233, 80, 28, 0.2);
  border: 0 !important;
}
.icon-glow .icon-box-img .icon,
.uniting-people .icon-box-img .icon {
  padding: 18%;
}
.icon-glow .icon-box:hover .has-icon-bg .icon .icon-inner,
.uniting-people .icon-box:hover .has-icon-bg .icon .icon-inner {
  background-color: transparent;
}
/*
	Homepage - Featured promotions
*/
.featured-promotions {
  background: #fef4f0 url(img/pattern-home.png);
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
}
.featured-promotions > .col,
.featured-promotions + .row .col {
  padding: 0;
}
.featured-promotions .box {
  display: flex;
  align-items: center;
}
.featured-promotions .box-image {
  flex-basis: 210px;
}
.featured-promotions .box-text {
  flex: 1;
}
.featured-promotions .box-image .image-cover {
  width: 210px;
  height: 297px;
}
.featured-promotions .post-title {
  font-weight: 600;
  line-height: 1.1;
}
.featured-promotions .post-brands {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.featured-promotions .post-outlets,
.featured-promotions .post-expire {
  line-height: 1.1;
  font-size: 0.9em;
}
.featured-promotions .post-outlets-values {
  display: none;
}
@media only screen and (min-width: 550px) {
  .featured-promotions > .col:first-child .box-image,
  .featured-promotions > .col:nth-child(2) .box-image,
  .featured-promotions > .col:nth-child(5) .box-image,
  .featured-promotions > .col:nth-child(6) .box-image,
  .featured-promotions > .col:nth-child(9) .box-image,
  .featured-promotions > .col:nth-child(10) .box-image,
  .featured-promotions > .col:nth-child(13) .box-image,
  .featured-promotions > .col:nth-child(14) .box-image {
    order: 2;
  }
  .featured-promotions > .col:first-child .box-text,
  .featured-promotions > .col:nth-child(2) .box-text,
  .featured-promotions > .col:nth-child(5) .box-text,
  .featured-promotions > .col:nth-child(6) .box-text,
  .featured-promotions > .col:nth-child(9) .box-text,
  .featured-promotions > .col:nth-child(10) .box-text,
  .featured-promotions > .col:nth-child(13) .box-text,
  .featured-promotions > .col:nth-child(14) .box-text {
    order: 1;
  }
}
@media only screen and (min-width: 550px) and (max-width: 849px) {
  .featured-promotions {
    width: 100%;
    margin: 0 auto !important;
  }
  .featured-promotions + .row {
    width: 100%;
    margin: 0 auto !important;
  }
  .featured-promotions .box-image,
  .featured-promotions .box-text {
    flex-basis: 50%;
  }
  .featured-promotions .box-image .image-cover {
    width: 25vw;
    height: 35.357vw;
  }
}
@media only screen and (max-width: 549px) {
  .featured-promotions {
    max-width: 420px;
    margin: 0 auto !important;
  }
  .featured-promotions + .row {
    max-width: 420px;
    margin: 0 auto !important;
  }
  .featured-promotions .box-image,
  .featured-promotions .box-text {
    flex-basis: 50%;
  }
  .featured-promotions > .col:nth-child(odd) .box-image {
    order: 2;
  }
  .featured-promotions > .col:nth-child(odd) .box-text {
    order: 1;
  }
}
@media only screen and (max-width: 420px) {
  .featured-promotions .box-image .image-cover {
    width: 50vw;
    height: 70.714vw;
  }
}
.block-html-after-header {
  position: absolute !important;
}
.hide-arrows .flickity-button {
  display: none;
}
.section-title b {
  background-color: transparent;
}
.section-title-center .section-title-main {
  position: relative;
}
/*
	Homepage - Brands Carousel
*/
.home .brands-carousel .image-overlay-remove:hover + .overlay {
  opacity: 0;
}
.home .brands-carousel .flickity-prev-next-button {
  opacity: 1;
}
.is-divider.divider.clearfix {
  position: relative;
  background: transparent !important;
}
.is-divider.divider.clearfix::after {
  display: table;
  clear: both;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 9px;
  width: calc(91%);
  height: 1px;
  background: #847872;
}
.flickity-prev-next-button svg,
.flickity-prev-next-button .arrow {
  transition: none;
}
.button.is-outline,
input[type='submit'].is-outline,
input[type='reset'].is-outline,
input[type='button'].is-outline {
  background-color: rgba(255, 255, 255, 0.8);
  border-width: 1px;
}
.header-button .button.is-outline {
  background-color: transparent;
}
.button.is-outline:hover {
  border-color: white !important;
}
.box.has-hover {
  cursor: pointer;
}
.box-image + .box-text p span {
  display: block;
}
.box.has-hover .box-text {
  
}
/*
	Locations
*/
.location-lead-para {
  background: #f36822;
  position: relative;
  top: -147px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
.wf-active .location-lead-para {
  opacity: 1;
  transform: translateY(0);
}
.location-lead-para .col:first-child .col-inner {
  padding: 30px;
}
.location-lead-para .col:first-child .col-inner p:last-child {
  margin-bottom: 0;
}
.location-lead-para h3 {
  line-height: 1.1;
}
.location-lead-para + .uniting-people {
  position: relative;
  top: -50px;
}
@media screen and (max-width: 849px) {
  .location-lead-para {
    top: -79px;
  }
  .location-lead-para + .uniting-people {
    top: 0px;
  }
}
@media screen and (max-width: 549px) {
  .location-lead-para {
    top: -30px;
  }
  .location-lead-para + .uniting-people {
    top: 30px;
  }
}
.orange-bar {
  background: #f36822;
  max-width: none;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.orange-bar .section-title {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 35px 15px 15px;
  border-bottom: 0;
  font-size: 1.4em;
  line-height: 1.1;
  display: block;
}
.orange-bar .section-title-main {
  color: white;
  border-bottom: 0;
}
.orange-bar.hat .section-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(img/hat.png) no-repeat center;
  background-size: cover;
  margin-bottom: 8px;
}
/*
	Pages
*/
.page-title.featured-title {
  height: 10em;
  display: flex;
  align-items: flex-end;
  background-color: black;
}
.page-title.featured-title .page-title-inner {
  padding-top: 0;
  padding-bottom: 0;
  align-items: stretch;
  justify-content: flex-end;
}
.page-title.featured-title .page-title-inner .title-wrapper {
  padding: 15px 35px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: left !important;
}
.page-title.featured-title .page-title-inner .title-wrapper h1 {
  line-height: 1.1;
}
.page-title.featured-title .page-title-inner .title-wrapper p {
  color: #f36822;
  text-shadow: none;
}
.page-title.featured-title .page-title-inner .page-title-sub {
  display: none;
}
.page-title.featured-title .page-title-inner .entry-title {
  color: #f36822;
  text-shadow: none;
  font-weight: 600;
  font-size: 2.4em;
}
.page-title.featured-title .page-title-bg .title-bg {
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.4) inset;
}
@media screen and (max-width: 849px) {
  .page-title.featured-title .page-title-inner {
    flex-flow: row nowrap;
    padding: 0;
  }
  .page-title.featured-title .page-title-inner .title-wrapper {
    padding: 12px 15px;
  }
  .page-title.featured-title .title-content {
    width: auto !important;
  }
}
@media screen and (max-width: 1080px) {
  .page-title.featured-title .page-title-inner {
    padding: 0;
  }
}
@media screen and (max-width: 549px) {
  .page-title.featured-title {
    height: 8em;
  }
}
.dropdown-filter {
  background: white !important;
  color: #f36822;
  border-radius: 2em;
  padding: 0.1em 4em 0.1em 2em;
  position: relative;
  line-height: 1.8em;
  min-height: 1.8em;
  font-weight: normal;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-filter span {
  line-height: 1;
  min-width: 100px;
}
.dropdown-filter i[class^=icon] {
  position: absolute;
  right: 0;
  top: -0.18em;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.4em;
  background: #f36822;
  color: white;
  line-height: 1.8em;
  border-radius: 100%;
  display: block;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-filter i[class^=icon].cross {
  font-family: sans-serif;
}
.dropdown-filter i[class^=icon].cross::before {
  content: "✗";
}
.dropdown-filter:hover {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  color: #f36822;
}
.promotions .post-outlets,
.promotions .is-divider,
.promotions .post-outlets-values {
  display: none;
}
.promotions .col > .col-inner > a .box-image {
  transition: all 0.5s ease;
}
.promotions .col > .col-inner > a:hover .box-image {
  transform: scale(1.05);
}
.brands-pages > .bg-fill,
.promotion-listing > .bg-fill,
.order-section > .bg-fill {
  background-size: 1600px !important;
  background-position: top center !important;
}
.outlet-list {
  list-style: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: -1;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  width: 100%;
  background: white;
  padding: 10px 0;
  margin: 0;
  border-radius: 1em;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.outlet-list li {
  text-align: left;
  margin: 0 !important;
  padding-left: 1em;
}
.outlet-list li:hover {
  background: rgba(0, 0, 0, 0.2);
}
.outlet-list li:hover a {
  color: white;
  display: block;
}
.outlet-list.appear {
  z-index: 10;
  opacity: 1;
  transform: translateY(0px);
}
.header-lead-img {
  position: absolute;
  right: 0;
  top: -160px;
  z-index: 5;
}
@media screen and (max-width: 575px) {
  .header-lead-img {
    right: -10%;
    top: -30vw;
  }
}
/***************  Homepage   ***************/
/*
@media only screen and (min-width: 1200px) {
	.slider-nav-outside.slider-nav-circle .previous{
		transform: translateX(0%) !important;
	}
	.slider-nav-outside.slider-nav-circle .next{
		transform: translateX(0%) !important;
	}
}
.homepage-brands .box-text-inner h3{
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}
.homepage-brands .box-text-inner p{
	font-size: 1em;
	font-weight: bold;
}

.homepage-brands a.plain .overlay{
	transition: background 0.3s ease;
}

.homepage-brands a.plain:hover .overlay{
	background: rgba(0,0,0,0.25) !important;
}
.homepage-contact-us .text-box{
	pointer-events: none;
}
/***************  Banners   ***************/
/*
.banner, .featured-title{
	background-color: #75777b !important;
}

/***************  Galleries   ***************/
.gallery-box.box-default p {
  color: #847872;
}
.gallery-box.box-default:hover p {
  color: #e9501c;
}
/***************  Footer   ***************/
/*
.footer-1{
	background: url(img/footer-image-min.png) no-repeat top right / cover;
	position: relative;
	border-top: 0;
	padding-top: 5vw;
}
@media only screen and (max-width: 1199px) {
	.footer-1{
		padding-top: 5em;
	}
}
@media only screen and (max-width: 575px) {
	.footer-1{
		background: url(img/footer-image-mobile-min.png) no-repeat 75% top  / cover;
	}

}
.footer-1::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24,28,32,0.75);
}
.footer-1 .widget-title{
	color: #e9501c;
	font-size: 1.2em;
}
.footer-1 .widget-title + .is-divider{
	display: none;
}
@media only screen and (min-width: 575px) {
	.footer-1 .col{
		max-width: 30%;
		flex-basis: 30%;
	}
	.footer-1 #text-3{
		max-width: 40%;
		flex-basis: 40%;
	}
}

.footer-1 #text-3 p{
	margin-top: 0.5em;
}
.footer-1 ul.menu>li+li, .footer-1 .widget>ul>li+li{
	border-top: 0;
}
.footer-1 ul.menu>li>a{
	padding: 3px 0;
}
.orange-line{
	position: relative;
	width: 100%;
	height: 12px;
}
.orange-line::before, .orange-line::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	background: #e9501c;
}
.orange-line::after{
	top: 6px;
	background: #f2a579;
}
*/
.absolute-footer.dark {
  color: white;
}
/***************  Brands Pages   ***************/
.brands-slider {
  margin-bottom: 6em !important;
}
.brands-slider.slider-wrapper .flickity-prev-next-button {
  display: inline-block;
}
.brands-slider .flickity-viewport {
  border-radius: 2em;
  border-bottom-left-radius: 0;
}
.brands-slider .flickity-page-dots {
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-top: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: auto !important;
  touch-action: manipulation;
}
.brands-slider .flickity-page-dots li.dot {
  max-width: 33.3333%;
  flex-basis: 33.3333%;
  flex: 1;
  height: auto;
  border: 0;
  margin: 0 2px;
}
.brands-slider .flickity-page-dots li.dot:first-child {
  margin-left: 0;
}
.brands-slider .flickity-page-dots li.dot:last-child {
  margin-right: 0;
}
.brands-slider .flickity-page-dots li img {
  pointer-events: none;
}
.brands-pages h1 {
  font-size: 2em;
  margin-bottom: 0;
}
.brands-pages h1 + h2 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  color: #847872;
  margin-top: 0;
  margin-bottom: 1em;
}
.brands-pages h3 {
  margin-bottom: 0;
}
.brands-pages .button {
  border-radius: 1em !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 3em;
}
.brand-outlets {
  margin-bottom: 10px;
}
/*
.brand-outlets span{
	background: #847872;
	border-radius: 3px;
	padding: 0.1em 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 25px;
}*/
.brand-outlets span {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 1.2em;
}
.brand-outlets span:first-child {
  margin-left: 0em;
}
.footer-secondary {
  display: none;
}
.social-icons {
  margin-top: 0.5em;
}
.social-icons a.icon.plain {
  font-size: 1.5em;
  margin-right: 0.5em;
}
.social-icons a:first-child {
  margin-left: 0;
}
.lightbox-content .box-text {
  display: none;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
