/*!
Theme Name: CityCenterDC

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
@font-face {
  font-family: 'TomsRomanITCbyBT-Regular';
  src: url("fonts/32DEA5_0_0.eot");
  src: url("fonts/32DEA5_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/32DEA5_0_0.woff2") format("woff2"), url("fonts/32DEA5_0_0.woff") format("woff"), url("fonts/32DEA5_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Bold-Oblique";
  src: url("fonts/GT-Walsheim-Bold-Oblique.eot");
  src: url("fonts/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("fonts/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url("fonts/GT-Walsheim-Bold.eot");
  src: url("fonts/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Walsheim-Bold.woff") format("woff"), url("fonts/GT-Walsheim-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Medium-Oblique";
  src: url("fonts/GT-Walsheim-Medium-Oblique.eot");
  src: url("fonts/GT-Walsheim-Medium-Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("fonts/GT-Walsheim-Medium-Oblique.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url("fonts/GT-Walsheim-Medium.eot");
  src: url("fonts/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Walsheim-Medium.woff") format("woff"), url("fonts/GT-Walsheim-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Regular-Oblique";
  src: url("fonts/GT-Walsheim-Regular-Oblique.eot");
  src: url("fonts/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("fonts/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url("fonts/GT-Walsheim-Regular.eot");
  src: url("fonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Walsheim-Regular.woff") format("woff"), url("fonts/GT-Walsheim-Regular.ttf") format("truetype");
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@-webkit-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}

@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}

@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}

.svg-icon {
  fill: currentColor;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
}

.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.row:last-child {
  margin-bottom: 0;
}

.row.group {
  margin-bottom: 0;
}

/*! 16 grid, 50px margins */
.row > [class*="span"],
.row > [class*="col"],
.wpb_row.vc_row-fluid > [class*="vc_span"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: -50px;
  margin-left: calc(-50px);
}

.row > [class*="span"],
.row > [class*="col"],
.wpb_row.vc_row-fluid > [class*="vc_span"] {
  margin-left: 50px;
  margin-left: calc(50px);
}

.row > .col1_10 {
  width: 10%;
  width: calc(10% - 50px);
}

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: calc(10% + 50px);
}

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: calc(20% - 50px);
}

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: calc(20% + 50px);
}

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: calc(25% - 50px);
}

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: calc(25% + 50px);
}

.row > .col3_10 {
  width: 30%;
  width: calc(30% - 50px);
}

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: calc(30% + 50px);
}

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: calc(40% - 50px);
}

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: calc(40% + 50px);
}

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: calc(50% - 50px);
}

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: calc(50% + 50px);
}

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: calc(60% - 50px);
}

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: calc(60% + 50px);
}

.row > .col7_10 {
  width: 70%;
  width: calc(70% - 50px);
}

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: calc(70% + 50px);
}

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: calc(75% - 50px);
}

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: calc(75% + 50px);
}

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: calc(80% - 50px);
}

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: calc(80% + 50px);
}

.row > .col9_10 {
  width: 90%;
  width: calc(90% - 50px);
}

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: calc(90% + 50px);
}

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: calc(100% - 50px);
}

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: calc(100% + 50px);
}

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: calc(33.333% - 50px);
}

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: calc(33.333% + 50px);
}

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: calc(66.667% - 50px);
}

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: calc(66.667% + 50px);
}

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: calc(16.667% - 50px);
}

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: calc(16.667% + 50px);
}

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: calc(83.333% - 50px);
}

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: calc(83.333% + 50px);
}

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: calc(14.286% - 50px);
}

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: calc(14.286% + 50px);
}

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: calc(28.571% - 50px);
}

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: calc(28.571% + 50px);
}

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: calc(42.857% - 50px);
}

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: calc(42.857% + 50px);
}

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: calc(57.143% - 50px);
}

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: calc(57.143% + 50px);
}

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: calc(71.429% - 50px);
}

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: calc(71.429% + 50px);
}

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: calc(85.714% - 50px);
}

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: calc(85.714% + 50px);
}

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: calc(12.5% - 50px);
}

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: calc(12.5% + 50px);
}

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: calc(37.5% - 50px);
}

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: calc(37.5% + 50px);
}

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: calc(62.5% - 50px);
}

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: calc(62.5% + 50px);
}

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: calc(87.5% - 50px);
}

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: calc(87.5% + 50px);
}

.row > .col1_9 {
  width: 11.111%;
  width: calc(11.111% - 50px);
}

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: calc(11.111% + 50px);
}

.row > .col2_9 {
  width: 22.222%;
  width: calc(22.222% - 50px);
}

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: calc(22.222% + 50px);
}

.row > .col4_9 {
  width: 44.444%;
  width: calc(44.444% - 50px);
}

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: calc(44.444% + 50px);
}

.row > .col5_9 {
  width: 55.556%;
  width: calc(55.556% - 50px);
}

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: calc(55.556% + 50px);
}

.row > .col7_9 {
  width: 77.778%;
  width: calc(77.778% - 50px);
}

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: calc(77.778% + 50px);
}

.row > .col8_9 {
  width: 88.889%;
  width: calc(88.889% - 50px);
}

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: calc(88.889% + 50px);
}

.row > .col1_11 {
  width: 9.091%;
  width: calc(9.091% - 50px);
}

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: calc(9.091% + 50px);
}

.row > .col2_11 {
  width: 18.182%;
  width: calc(18.182% - 50px);
}

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: calc(18.182% + 50px);
}

.row > .col3_11 {
  width: 27.273%;
  width: calc(27.273% - 50px);
}

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: calc(27.273% + 50px);
}

.row > .col4_11 {
  width: 36.364%;
  width: calc(36.364% - 50px);
}

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: calc(36.364% + 50px);
}

.row > .col5_11 {
  width: 45.455%;
  width: calc(45.455% - 50px);
}

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: calc(45.455% + 50px);
}

.row > .col6_11 {
  width: 54.545%;
  width: calc(54.545% - 50px);
}

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: calc(54.545% + 50px);
}

.row > .col7_11 {
  width: 63.636%;
  width: calc(63.636% - 50px);
}

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: calc(63.636% + 50px);
}

.row > .col8_11 {
  width: 72.727%;
  width: calc(72.727% - 50px);
}

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: calc(72.727% + 50px);
}

.row > .col9_11 {
  width: 81.818%;
  width: calc(81.818% - 50px);
}

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: calc(81.818% + 50px);
}

.row > .col10_11 {
  width: 90.909%;
  width: calc(90.909% - 50px);
}

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: calc(90.909% + 50px);
}

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: calc(8.333% - 50px);
}

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: calc(8.333% + 50px);
}

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: calc(41.667% - 50px);
}

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: calc(41.667% + 50px);
}

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: calc(58.333% - 50px);
}

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: calc(58.333% + 50px);
}

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: calc(91.667% - 50px);
}

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: calc(91.667% + 50px);
}

.row > .col1_13 {
  width: 7.692%;
  width: calc(7.692% - 50px);
}

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: calc(7.692% + 50px);
}

.row > .col2_13 {
  width: 15.385%;
  width: calc(15.385% - 50px);
}

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: calc(15.385% + 50px);
}

.row > .col3_13 {
  width: 23.077%;
  width: calc(23.077% - 50px);
}

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: calc(23.077% + 50px);
}

.row > .col4_13 {
  width: 30.769%;
  width: calc(30.769% - 50px);
}

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: calc(30.769% + 50px);
}

.row > .col5_13 {
  width: 38.462%;
  width: calc(38.462% - 50px);
}

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: calc(38.462% + 50px);
}

.row > .col6_13 {
  width: 46.154%;
  width: calc(46.154% - 50px);
}

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: calc(46.154% + 50px);
}

.row > .col7_13 {
  width: 53.846%;
  width: calc(53.846% - 50px);
}

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: calc(53.846% + 50px);
}

.row > .col8_13 {
  width: 61.538%;
  width: calc(61.538% - 50px);
}

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: calc(61.538% + 50px);
}

.row > .col9_13 {
  width: 69.231%;
  width: calc(69.231% - 50px);
}

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: calc(69.231% + 50px);
}

.row > .col10_13 {
  width: 76.923%;
  width: calc(76.923% - 50px);
}

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: calc(76.923% + 50px);
}

.row > .col11_13 {
  width: 84.615%;
  width: calc(84.615% - 50px);
}

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: calc(84.615% + 50px);
}

.row > .col12_13 {
  width: 92.308%;
  width: calc(92.308% - 50px);
}

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: calc(92.308% + 50px);
}

.row > .col1_14 {
  width: 7.143%;
  width: calc(7.143% - 50px);
}

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: calc(7.143% + 50px);
}

.row > .col3_14 {
  width: 21.429%;
  width: calc(21.429% - 50px);
}

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: calc(21.429% + 50px);
}

.row > .col5_14 {
  width: 35.714%;
  width: calc(35.714% - 50px);
}

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: calc(35.714% + 50px);
}

.row > .col9_14 {
  width: 64.286%;
  width: calc(64.286% - 50px);
}

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: calc(64.286% + 50px);
}

.row > .col11_14 {
  width: 78.571%;
  width: calc(78.571% - 50px);
}

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: calc(78.571% + 50px);
}

.row > .col13_14 {
  width: 92.857%;
  width: calc(92.857% - 50px);
}

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: calc(92.857% + 50px);
}

.row > .col1_15 {
  width: 6.667%;
  width: calc(6.667% - 50px);
}

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: calc(6.667% + 50px);
}

.row > .col2_15 {
  width: 13.333%;
  width: calc(13.333% - 50px);
}

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: calc(13.333% + 50px);
}

.row > .col4_15 {
  width: 26.667%;
  width: calc(26.667% - 50px);
}

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: calc(26.667% + 50px);
}

.row > .col7_15 {
  width: 46.667%;
  width: calc(46.667% - 50px);
}

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: calc(46.667% + 50px);
}

.row > .col8_15 {
  width: 53.333%;
  width: calc(53.333% - 50px);
}

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: calc(53.333% + 50px);
}

.row > .col11_15 {
  width: 73.333%;
  width: calc(73.333% - 50px);
}

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: calc(73.333% + 50px);
}

.row > .col13_15 {
  width: 86.667%;
  width: calc(86.667% - 50px);
}

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: calc(86.667% + 50px);
}

.row > .col14_15 {
  width: 93.333%;
  width: calc(93.333% - 50px);
}

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: calc(93.333% + 50px);
}

.row > .col1_16 {
  width: 6.25%;
  width: calc(6.25% - 50px);
}

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: calc(6.25% + 50px);
}

.row > .col3_16 {
  width: 18.75%;
  width: calc(18.75% - 50px);
}

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: calc(18.75% + 50px);
}

.row > .col5_16 {
  width: 31.25%;
  width: calc(31.25% - 50px);
}

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: calc(31.25% + 50px);
}

.row > .col7_16 {
  width: 43.75%;
  width: calc(43.75% - 50px);
}

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: calc(43.75% + 50px);
}

.row > .col9_16 {
  width: 56.25%;
  width: calc(56.25% - 50px);
}

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: calc(56.25% + 50px);
}

.row > .col11_16 {
  width: 68.75%;
  width: calc(68.75% - 50px);
}

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: calc(68.75% + 50px);
}

.row > .col13_16 {
  width: 81.25%;
  width: calc(81.25% - 50px);
}

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: calc(81.25% + 50px);
}

.row > .col15_16 {
  width: 93.75%;
  width: calc(93.75% - 50px);
}

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: calc(93.75% + 50px);
}

.grid {
  position: relative;
}

.grid:after {
  content: ' ';
  display: block;
  clear: both;
}

.grid > [class*="col"] {
  float: left;
}

.grid > .col1_4 {
  width: 25%;
}

.grid > .col1_2,
.grid > .col2_4,
.grid > .col3_6 {
  width: 50%;
}

.grid > .col3_4 {
  width: 75%;
}

.grid > .col1_1,
.grid > .col2_2,
.grid > .col3_3,
.grid > .col4_4,
.grid > .col5_5,
.grid > .col6_6 {
  width: 100%;
}

.grid > .col1_3,
.grid > .col2_6 {
  width: 33.333%;
}

.grid > .col2_3,
.grid > .col4_6 {
  width: 66.666%;
}

.grid > .col1_5 {
  width: 20%;
}

.grid > .col2_5 {
  width: 40%;
}

.grid > .col3_5 {
  width: 60%;
}

.grid > .col4_5 {
  width: 80%;
}

.grid > .col1_6 {
  width: 16.666%;
}

.grid > .col5_6 {
  width: 83.333%;
}

.grid > .col1_7 {
  width: 14.285%;
}

.grid > .col1_8 {
  width: 12.5%;
}

.grid > .col1_9 {
  width: 11.111%;
}

.grid > .col1_10 {
  width: 10%;
}

.grid > .offset1_1 {
  margin-left: 100%;
}

.grid > .offset1_2 {
  margin-left: 50%;
}

.grid > .offset1_3 {
  margin-left: 33.333%;
}

.grid > .offset1_4 {
  margin-left: 25%;
}

.grid > .offset1_5 {
  margin-left: 20%;
}

.grid > .offset1_6 {
  margin-left: 16.666%;
}

.grid > .offset1_7 {
  margin-left: 14.285%;
}

.grid > .offset1_8 {
  margin-left: 12.5%;
}

.grid > .offset1_9 {
  margin-left: 11.111%;
}

.grid > .offset1_10 {
  margin-left: 10%;
}

.table-grid {
  display: table;
  border-collapse: separate;
}

.table-grid > .row {
  display: table-row;
  margin-left: 0;
  margin-bottom: 5px;
}

.table-grid > .row > [class*="col"] {
  display: table-cell;
  float: none;
  width: auto;
  margin-left: 0;
  vertical-align: middle;
}

.table-grid > .row > .col1_2 {
  width: 50%;
}

.table-grid > .row > .col1_3 {
  width: 33.333%;
}

.table-grid > .row > .col2_3 {
  width: 66.666%;
}

.table-grid > .row > .col3_8 {
  width: 37.5%;
}

.table-grid > .row > .col5_8 {
  width: 62.5%;
}

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}

.show-grid [class*="span"],
.show-grid [class*="col"] {
  background-color: #578ec8;
  text-align: center;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .row,
  .row > [class*="span"],
  .row > [class*="col"],
  .table-grid > .row,
  .grid,
  .grid > [class*="col"] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0;
  }
  .row > [class*="span"],
  .row > [class*="col"] {
    margin-bottom: 2em;
  }
  .table-grid,
  .table-grid > .grid,
  .table-grid > .grid > [class*="col"],
  .table-grid > .row > [class*="col"] {
    float: none;
    display: block;
    width: auto;
  }
}

/* @end */
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "GT-Walsheim-Regular", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  color: #000;
  letter-spacing: 0.03em;
  text-align: left;
  min-width: 320px;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body {
  padding: 0 0 0px 0;
  background: #fff;
}

strong, b {
  font-weight: bold;
  font-family: "GT-Walsheim-Bold", sans-serif;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

.mobile-only {
  display: none;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: "GT-Walsheim-Regular", sans-serif;
}

.text-serif {
  font-family: Times, serif;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #e65925;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

a.more {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
}

a.card {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

p {
  margin: 0.25em 0 0.5em 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.page-dining p {
  margin: 0.25em 0 1em 0;
}

iframe {
  max-width: 100%;
}

.fb_iframe_widget iframe {
  max-width: none;
}

.intro {
  margin: 0 0 1em;
  font-size: 18px;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 130px;
  margin: -130px 0 0;
}

ul {
  margin: 0 0 1em;
}

hr {
  margin: 2.5em auto;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  border-top: none;
  border-left: none;
  border-right: none;
}

th, td {
  border: 0;
}

blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 1.7em 0;
  padding: 10px 20px;
  font-weight: 400;
  border-left: 5px solid #009caf;
}

blockquote p {
  position: relative;
  z-index: 1;
}

blockquote cite {
  display: block;
  margin: 5px 0 0 0;
  font-style: normal;
  font-size: 85%;
  line-height: normal;
  text-transform: uppercase;
}

blockquote cite:before {
  content: '\2014';
  margin-right: 0.25em;
}

blockquote.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}

blockquote.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}

.toggle {
  cursor: pointer;
}

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6;
}

.expandable {
  cursor: pointer;
  position: relative;
}

.expandable img {
  margin-bottom: 0.5em;
}

.expandable:hover {
  color: #006a9e;
}

.expandable:hover img {
  opacity: 0.7;
}

.expandable > .i {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.expand-content {
  display: none;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
  body.single {
    font-size: 18px !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}

.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

.resizing {
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  clear: both;
  font-family: "TomsRomanITCbyBT-Regular", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
}

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline;
  margin-right: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 4em;
  font-weight: 300;
  text-transform: none;
}

h2 {
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
}

h3 {
  margin-bottom: 5px;
  font-size: 1.999em;
}

h4 {
  margin-bottom: 15px;
  font-size: 1.414em;
}

h5 {
  margin-bottom: 10px;
  font-size: 1em;
}

h6 {
  margin-bottom: 10px;
  font-size: 0.707em;
}

h2.expandable {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}

h2.expandable:before {
  margin-right: 17px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  content: "+";
  bottom: -2px;
}

h2.expandable.opened:before {
  content: '\2013';
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  table,
  tr,
  td {
    display: block;
  }
  td {
    margin-bottom: 1em;
  }
}

input[type="submit"],
input[type="button"],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 15px 30px;
  font-family: "GT-Walsheim-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #e65925;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type="submit"] > span,
input[type="button"] > span,
button > span,
.button > span,
.btn > span {
  margin-left: 5px;
}

input[type="submit"].aligncenter, input[type="submit"].center,
input[type="button"].aligncenter,
input[type="button"].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
.btn:hover {
  background-color: #d94d19;
  text-decoration: none;
}

input[type="submit"].green,
input[type="button"].green,
button.green,
.button.green,
.btn.green {
  background-color: green;
}

input[type="submit"].green:hover,
input[type="button"].green:hover,
button.green:hover,
.button.green:hover,
.btn.green:hover {
  background-color: #006700;
}

input[type="submit"].blue,
input[type="button"].blue,
button.blue,
.button.blue,
.btn.blue {
  background-color: #006a9e;
}

input[type="submit"].blue:hover,
input[type="button"].blue:hover,
button.blue:hover,
.button.blue:hover,
.btn.blue:hover {
  background-color: #005985;
}

input[type="submit"].teal,
input[type="button"].teal,
button.teal,
.button.teal,
.btn.teal {
  background-color: #569eb5;
}

input[type="submit"].teal:hover,
input[type="button"].teal:hover,
button.teal:hover,
.button.teal:hover,
.btn.teal:hover {
  background-color: #4a91a8;
}

input[type="submit"].orange,
input[type="button"].orange,
button.orange,
.button.orange,
.btn.orange {
  background-color: #e65925;
}

input[type="submit"].orange:hover,
input[type="button"].orange:hover,
button.orange:hover,
.button.orange:hover,
.btn.orange:hover {
  background-color: #d94d19;
}

input[type="submit"].gray,
input[type="button"].gray,
button.gray,
.button.gray,
.btn.gray {
  color: #bbb;
  background-color: #bbb;
}

input[type="submit"].gray:hover,
input[type="button"].gray:hover,
button.gray:hover,
.button.gray:hover,
.btn.gray:hover {
  background-color: #aeaeae;
}

input[type="submit"].loading:after,
input[type="button"].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: ' ';
  -webkit-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}

input[type="submit"].done,
input[type="button"].done,
button.done,
.button.done,
.btn.done {
  cursor: default;
  color: #555;
  border-color: #555;
  background: none;
}

input[type="submit"].done:hover,
input[type="button"].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial,sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: 1;
  margin: 0;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #000;
}

:-moz-placeholder {
  text-transform: uppercase;
  color: #000;
}

::-moz-placeholder {
  text-transform: uppercase;
  color: #000;
}

:-ms-input-placeholder {
  text-transform: uppercase;
  color: #000;
}

.input.select {
  position: relative;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.input.select strong {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 30px 7px 10px;
  min-width: 100px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #000;
}

.input.select strong .text {
  display: inline-block;
  min-width: 170px;
}

.input.select strong .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.input.select.on strong .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input.select > select {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.input.select .select {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 0px 0px 0px;
  background: white;
  border-bottom: 1px solid #000;
}

.input.select .select .option {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  white-space: normal;
  line-height: normal;
  background: white;
  border: 1px solid #000;
  border-top: 0;
}

.input.select .select .option.selected, .input.select .select .option:hover {
  color: #e65925;
}

.input.select .select .option:last-child {
  border-bottom: 0;
}

.input.select > .select {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.input.select > .select::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.input.select.on > .select {
  display: block !important;
}

.input.select .scroll-wrapper {
  overflow: hidden;
}

.input.select .scroll-wrapper .scroll-content {
  display: block !important;
  overflow: scroll;
  height: auto;
  max-height: 300px !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.input.select .scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.input.select .scroll-wrapper .scroll-element.scroll-x {
  display: none;
}

.input.select .scroll-wrapper .handley {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0%;
  right: 0px;
  width: 5px;
  height: 100%;
}

.input.select .scroll-wrapper .handley .scroll-element_size,
.input.select .scroll-wrapper .handley .scroll-element_outer {
  position: absolute;
  height: 100%;
  width: 100%;
}

.input.select .scroll-wrapper .handley .scroll-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: #e65925;
}

.input.select .scroll-wrapper .handley.scroll-scrolly_visible {
  display: block;
}

@media screen and (max-width: 767px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}

@media screen and (max-height: 600px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}

form.subscribe.slim {
  position: relative;
  font-size: 14px;
  font-family: "GT-Walsheim-Medium", sans-serif;
  line-height: 22px;
  letter-spacing: 1.5px;
  border-bottom: 2px solid #000;
  background: white;
}

form.subscribe.slim:after {
  clear: both;
  content: ' ';
  display: block;
}

form.subscribe.slim .toggle {
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form.subscribe.slim .toggle:hover {
  color: #e65925;
}

form.subscribe.slim .fields {
  display: none;
  line-height: 22px;
}

form.subscribe.slim .message {
  z-index: 100;
  display: none;
  letter-spacing: 1px;
  text-align: left;
  min-width: 200px;
}

form.subscribe.slim .message.success {
  text-transform: uppercase;
}

form.subscribe.slim .message.error {
  position: absolute;
  top: 100%;
  margin: 5px 0 0;
  color: red;
  background: white;
  padding: 5px;
}

form.subscribe.slim input[type="email"] {
  float: left;
  display: block;
  padding: 0px;
  border: 0;
  margin: 0;
  width: calc(100% - 26px);
  background: none;
  font-size: 14px;
  font-family: "GT-Walsheim-Medium", sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form.subscribe.slim button {
  float: right;
  display: block;
  padding: 0;
  width: 26px;
  text-align: center;
  background: none;
}

form.subscribe.slim button .svg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  stroke: #000;
  stroke-width: 4;
}

form.subscribe.slim button:hover .svg-icon {
  stroke: #e65925;
}

body.subscribe-on form.subscribe.slim .toggle {
  display: none;
}

body.subscribe-on form.subscribe.slim .fields {
  display: block;
}

body.subscribe-on form.subscribe.slim .message.success, body.subscribe-on form.subscribe.slim .message.error {
  display: block;
}

body.subscribe-on form.subscribe.slim.success .fields {
  display: none;
}

body.subscribe-on form.subscribe.slim.success .message {
  display: block;
}

.nf-form-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.nf-form-cont {
  padding: 20px 0 0;
}

.nf-before-form-content .nf-form-fields-required {
  display: none;
  margin: 0 0 20px 0;
  font-size: 12px;
}

.ninja-forms-form-wrap .nf-field-container.layout-half-wrap {
  display: inline-block;
  width: 47%;
}

.ninja-forms-form-wrap .nf-field-container.layout-half-wrap + .layout-half-wrap {
  margin-left: 5%;
}

.ninja-forms-form-wrap .nf-field-container.layout-half-wrap.layout-left-wrap {
  margin-left: 0;
}

.ninja-forms-form-wrap .nf-field-container.layout-third-wrap {
  display: inline-block;
  width: 31.2%;
  margin-left: 2.5%;
}

.ninja-forms-form-wrap .nf-field-container.layout-third-wrap .nf-after-field {
  position: absolute;
  margin: -5px 0 0;
  font-size: 12px;
}

.ninja-forms-form-wrap .nf-field-container.layout-third-wrap.layout-left-wrap {
  margin-left: 0;
}

@media screen and (max-width: 600px) {
  .ninja-forms-form-wrap .nf-field-container.layout-third-wrap {
    display: block;
    width: auto;
    margin: 0 0 15px 0;
  }
}

.ninja-forms-form-wrap .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-wrap a {
  border: 0;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  overflow: hidden;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em;
}

.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0;
}

.wp-caption.alignnone {
  margin: 1.5em auto;
}

.wp-caption .wp-caption-text {
  position: relative;
  width: auto;
  margin: 0;
  padding: 20px 0 15px;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
}

#main .wp-caption img.size-full-width-pull {
  margin-left: 0;
  margin-right: 0;
}

.gallery {
  position: relative;
  text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: text-top;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery .gallery-item img {
  display: block;
  margin: 0 auto 10px auto;
  border: 0;
  border-radius: 5px;
}

.gallery .gallery-item .gallery-caption {
  line-height: normal;
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    display: block;
    width: auto !important;
  }
}

.carousel, .wp-block-theme-blocks-fashion-slider {
  position: relative;
}

.carousel .viewport-wrap, .wp-block-theme-blocks-fashion-slider .viewport-wrap {
  position: relative;
}

.carousel .viewport, .wp-block-theme-blocks-fashion-slider .viewport {
  overflow: hidden;
}

.carousel .scroller, .wp-block-theme-blocks-fashion-slider .scroller {
  overflow: hidden;
}

.carousel .scroll-wrapper, .wp-block-theme-blocks-fashion-slider .scroll-wrapper {
  overflow: visible;
}

.carousel .scroll-content, .wp-block-theme-blocks-fashion-slider .scroll-content {
  position: relative;
  overflow: scroll;
  overflow-y: hidden;
  padding: 0 0 80px 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.carousel .scroll-content::-webkit-scrollbar, .wp-block-theme-blocks-fashion-slider .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.carousel .items, .wp-block-theme-blocks-fashion-slider .items {
  position: relative;
}

.carousel .action, .wp-block-theme-blocks-fashion-slider .action {
  margin: 30px 0 0 0;
  text-align: center;
}

.carousel .scrollbar, .wp-block-theme-blocks-fashion-slider .scrollbar {
  position: relative;
  margin: 50px auto 0 auto;
  width: 100%;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px solid #000;
}

.carousel .scrollbar .scroll-bar, .wp-block-theme-blocks-fashion-slider .scrollbar .scroll-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #000;
  width: 40px;
  cursor: default;
}

.carousel .nav, .wp-block-theme-blocks-fashion-slider .nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 30px 0;
  background: no-repeat center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}

.carousel .nav .icon, .wp-block-theme-blocks-fashion-slider .nav .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #5F5F61;
  stroke-width: 5;
}

.carousel .nav:hover .icon, .wp-block-theme-blocks-fashion-slider .nav:hover .icon {
  stroke: #000000;
}

.carousel .nav.next, .wp-block-theme-blocks-fashion-slider .nav.next {
  right: -70px;
}

.carousel .nav.prev, .wp-block-theme-blocks-fashion-slider .nav.prev {
  left: -70px;
}

.carousel .items, .wp-block-theme-blocks-fashion-slider .items {
  white-space: nowrap;
}

.carousel .items .hentry, .wp-block-theme-blocks-fashion-slider .items .hentry {
  white-space: normal;
}

.carousel.initialized .scrollbar,
.carousel.initialized .nav, .wp-block-theme-blocks-fashion-slider.initialized .scrollbar,
.wp-block-theme-blocks-fashion-slider.initialized .nav {
  opacity: 1;
}

.carousel.scroll-start .nav.prev, .wp-block-theme-blocks-fashion-slider.scroll-start .nav.prev {
  opacity: 0;
  cursor: default;
}

.carousel.scroll-end .nav.next, .wp-block-theme-blocks-fashion-slider.scroll-end .nav.next {
  opacity: 0;
  cursor: default;
}

.carousel.scroll-start.scroll-end .scrollbar, .wp-block-theme-blocks-fashion-slider.scroll-start.scroll-end .scrollbar {
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .carousel .items .hentry .content, .wp-block-theme-blocks-fashion-slider .items .hentry .content {
    font-size: 14px;
  }
}

.appear {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

.appear.no-transition {
  -webkit-transition: none;
  transition: none;
}

.appear.on, .appear.appeared {
  opacity: 1;
}

#header {
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}

#header .wrap {
  position: relative;
}

#header .logo {
  max-width: 420px;
  margin: 0 auto 25px auto;
}

#header .logo a {
  display: block;
}

#header .logo a img {
  display: block;
}

#header #nav-toggle {
  display: none;
}

#header .nav-wrap {
  position: relative;
}

#header .subscribe {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 12px;
}

body.subscribe-on #header .subscribe {
  width: 238px;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  #header .subscribe .condense {
    display: none;
  }
  body.subscribe-on #header .subscribe {
    width: 110px;
  }
}

#header .social {
  position: absolute;
  right: 5px;
  top: 10px;
}

@media screen and (min-width: 768px) {
  #header .social .label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header .copyright {
    display: block;
    position: relative;
    padding: 20px 0 0;
    color: #bbb;
    font-size: 12px;
    font-family: "GT-Walsheim-Regular", sans-serif;
    text-align: left;
  }
}

@media screen and (min-width: 1430px) {
  #header .subscribe {
    left: 50%;
    margin-left: -700px;
  }
  #header .social {
    right: 50%;
    margin-right: -700px;
  }
}

@media screen and (min-width: 768px) {
  body.fixed-header #header {
    position: fixed;
    padding: 0;
  }
  body.fixed-header #header .logo {
    display: none;
  }
}

.admin-bar #header {
  border-top: 40px solid white;
}

@media screen and (max-width: 782px) {
  .admin-bar #header {
    border-top-width: 46px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar.has-alert-bar #header {
    border-top-width: 0;
  }
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px 15px;
  }
  body.has-alert-bar #header {
    position: absolute;
  }
  body.has-alert-bar.fixed-header #header {
    position: fixed;
  }
  #header .nav-wrap {
    margin: 0 -15px;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #header .logo {
    margin: 0;
    width: 200px;
  }
  #header #nav-toggle {
    display: block;
  }
  #header .subscribe,
  #header .social {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
    text-align: center;
  }
  #header .subscribe {
    width: 270px;
    margin: 15px auto;
    padding: 5px 0;
  }
  #header .subscribe a {
    display: inline-block;
  }
  #header .social {
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
  }
  #header .social .fa {
    font-size: 24px;
  }
  body.nav-on #header {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (max-height: 750px) {
  body.nav-on #header {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  body.nav-on #header .nav-wrap {
    border-top: 4px solid #000;
    max-height: 2000px;
    margin-top: 15px;
  }
}

#nav,
#nav-secondary {
  position: relative;
  padding: 15px 0;
  text-transform: uppercase;
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

#nav ul, #nav li,
#nav-secondary ul,
#nav-secondary li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav a,
#nav-secondary a {
  color: #000;
  font-weight: normal;
  letter-spacing: 1.25px;
}

#nav a:hover,
#nav-secondary a:hover {
  color: #e65925;
  text-decoration: none;
}

#nav > ul > li,
#nav-secondary > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

#nav > ul > li > a,
#nav-secondary > ul > li > a {
  display: inline-block;
  padding: 0 15px;
}

@media screen and (max-width: 850px) {
  #nav > ul > li > a,
  #nav-secondary > ul > li > a {
    padding: 0 7px;
  }
}

@media screen and (max-width: 767px) {
  #nav,
  #nav-secondary {
    text-align: left;
  }
  #nav > ul > li,
  #nav-secondary > ul > li {
    display: block;
  }
}

#nav li.current-menu-item > a {
  color: #e65925;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #nav {
    font-size: 18px;
    padding: 0;
  }
  #nav > ul > li {
    border-bottom: 1px solid #c7c7c7;
  }
  #nav > ul > li > a {
    display: block;
    padding: 14px 0px;
  }
}

#nav-secondary {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  border-top: 0px solid #cfcfcf;
}

#nav-secondary a {
  color: #bbb;
}

@media screen and (min-width: 768px) {
  body.fixed-header #nav-secondary {
    max-height: 5em;
    padding: 15px 0;
    border-top-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  #nav-secondary {
    max-height: none !important;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 10px;
  }
  #nav-secondary > ul > li {
    margin: 0;
  }
  #nav-secondary > ul > li > a {
    display: block;
    padding: 12px 0;
  }
}

#nav-toggle {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: 0px 0 0 0;
  background: none;
  cursor: pointer;
}

#nav-toggle:before, #nav-toggle:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 2px;
  margin: -7px 0 0 0;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#nav-toggle:after {
  top: auto;
  bottom: 50%;
  margin: 0 0 -9px 0;
}

#nav-toggle .bar {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0px;
  height: 2px;
  width: 80%;
  background: #000;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-on #nav-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 26px;
  margin: -8px 0 0 25px;
}

.nav-on #nav-toggle:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 26px;
  margin: 0 0 -13px 23px;
}

.nav-on #nav-toggle .bar {
  left: 20px;
  opacity: 0;
  width: 0;
  /*
            left: 50%;
            top: 50%;
            margin: -10px 0 0 -10px;
            width: 20px;
            height: 20px;
            background:red;
            opacity: 0.5;
            */
}

#footer {
  border-top: 1px solid #000;
  padding: 25px 0 25px 0;
}

#footer .subscribe {
  display: none;
}

#footer .content {
  text-align: right;
}

#footer .content .logo {
  float: left;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  text-align: left;
}

#footer .content .logo a {
  display: block;
  height: 36px;
  width: 320px;
  background: url(images/logo-footer.svg) no-repeat left center;
  text-indent: -10000px;
  overflow: hidden;
}

#footer .content .nav {
  text-align: left;
}

#footer .copyright {
  display: block;
  position: relative;
  padding: 50px 0 0;
  color: #bbb;
  font-size: 12px;
  font-family: "GT-Walsheim-Regular", sans-serif;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #footer .content {
    text-align: center;
  }
  #footer .content .logo {
    display: none;
    float: none;
    margin: 0 auto 20px auto;
  }
  #footer .subscribe {
    max-width: 270px;
    display: block;
    margin: 0 auto 40px auto;
  }
}

#footer-nav {
  display: inline-block;
  vertical-align: text-top;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.09em;
}

#footer-nav ul, #footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-nav a {
  color: #000;
  text-decoration: none;
}

#footer-nav a:hover {
  color: #e65925;
}

#footer-nav > ul {
  display: block;
}

#footer-nav > ul > li {
  display: inline-block;
  vertical-align: text-top;
  width: 150px;
  padding: 0 20px 0 0;
  white-space: nowrap;
}

#footer-nav > ul > li.footer3 {
  width: auto;
  padding-right: 3px;
}

#footer-nav > ul > li li {
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  #footer-nav {
    display: block;
    clear: both;
    margin: 0 auto;
    max-width: 400px;
  }
  #footer-nav > ul > li {
    margin: 0 0 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#banner {
  position: relative;
  margin: 0 0 40px 0;
  padding: 250px 0;
  color: white;
  background: #aaa no-repeat center;
  background-size: cover;
}

#banner h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 0.85;
}

#banner h1 small {
  display: block;
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-size: 30px;
}

#banner.archive {
  color: #000;
  text-align: center;
}

#banner .caption {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

body.page-dining #banner {
  color: #000;
}

@media screen and (max-width: 1220px) {
  #banner {
    padding: 200px 0;
  }
}

@media screen and (max-width: 1024px) {
  #banner {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  #banner {
    padding: 108px 0;
    margin: 0 0 15px 0;
  }
  #banner h1 {
    font-size: 60px;
  }
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1430px) {
  .wrap {
    margin: 0 15px;
  }
}

.wrap2 {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1190px) {
  .wrap2 {
    margin: 0 15px;
  }
}

.wrap .wrap2 {
  margin: 0 auto;
}

.wrap-single {
  max-width: 690px;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .wrap-single {
    margin: 0 15px;
  }
}

.wrap-single .button {
  display: table;
  margin: 0 auto;
}

.row.border-bottom > .clear.bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
}

@media screen and (min-width: 768px) {
  .row.border-bottom > .clear.bottom {
    margin-left: 25px;
  }
}

#pagetitle {
  text-transform: uppercase;
}

#wrap {
  padding: 248px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #wrap {
    padding: 55px 0 0;
  }
}

#main {
  padding: 0 0 70px;
  min-height: 300px;
}

#main:after {
  content: ' ';
  display: block;
  clear: both;
}

body.archive #main {
  padding-bottom: 0;
}

#main #pagetitle {
  margin: 30px 0 0;
  text-align: center;
}

#main #pagetitle + .subtitle {
  text-align: center;
  max-width: 690px;
  margin: -0.5em auto 0;
}

@media screen and (max-width: 767px) {
  #main {
    min-height: 10px;
    padding: 0 0 50px;
  }
  body.page-overview #main {
    padding: 0;
  }
  #main #pagetitle {
    line-height: 0.90;
  }
  #main #pagetitle + .subtitle {
    margin: 0;
  }
}

.social .label {
  display: inline-block;
  vertical-align: middle;
}

.social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.social a:hover {
  color: #e65925;
}

form.browse {
  padding: 0 0 15px 0;
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-size: 16px;
}

form.browse .input.select {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

form.browse .input.select strong {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}

@media screen and (max-width: 550px) {
  form.browse .input.select strong {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  form.browse .input.select {
    display: block;
    margin: 0 0 10px 0;
  }
}

@media screen and (min-width: 401px) {
  form.browse .input.select + .input.select {
    margin-left: 15px;
  }
}

#query-posts {
  position: relative;
  min-height: 100px;
}

#query-posts:after {
  display: none;
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  -webkit-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}

#query-posts.loading:after {
  display: block;
}

body.page-style #query-posts, #query-posts body.page-dining {
  padding-top: 60px;
  margin-top: 50px;
  border-top: 1px solid #cfcfcf;
}

body.home #main {
  padding-bottom: 41px;
}

body.home .query {
  margin: 2em 0;
}

@media screen and (max-width: 767px) {
  body.home .query.retail {
    border-top: 6px solid black;
    padding-top: 2em;
    margin-top: 4em;
  }
}

body.home .query p {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap;
}

body.home .query p:hover a {
  color: #e65925;
  text-decoration: none;
}

body.home .query p a {
  color: inherit;
  font-size: 14px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.home .query p a {
    padding: .5em;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  body.home .query {
    margin-left: -15px;
    text-align: center;
    width: 100vw;
  }
  body.home .query p {
    font-size: 16px;
  }
  body.home .query p a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body.home #side-promos .inner {
    overflow: hidden !important;
    white-space: normal;
  }
  body.home #instagram {
    margin: 0;
  }
}

#hero {
  position: relative;
  margin: 0 0 60px 0;
  padding: 250px 0;
  background: #000 no-repeat center;
  background-size: cover;
  color: white;
  text-align: center;
}

#hero .wrap {
  position: relative;
  z-index: 1;
}

#hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#hero .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #hero .bg {
    display: none;
  }
}

#hero .play {
  display: block;
  margin: -35px auto 20px auto;
  width: 75px;
  height: 75px;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: white;
  text-decoration: none;
}

#hero .play .icon {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-indent: 5px;
}

#hero .play:hover {
  background: white;
  color: #e65925;
}

#hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: normal;
  line-height: 1;
}

#hero h1 small {
  display: block;
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-size: 36px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  #hero {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 650px) {
  #hero {
    padding: 120px 0;
    margin: 0 0 30px 0;
  }
  #hero h1 {
    font-size: 70px;
  }
  #hero h1 small {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  #hero h1 {
    font-size: 50px;
  }
  #hero h1 small {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

#main-promos {
  float: left;
  display: block;
  vertical-align: text-top;
  margin: 0 0 50px 0;
  width: calc(100% - 370px);
}

#main-promos .promo {
  position: relative;
  margin: 0 0 30px 0;
}

#main-promos .promo .content {
  display: block;
  width: 54%;
  height: 570px;
  padding: 10px 65px;
  border-top: 6px solid #000;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main-promos .promo .content2 {
  display: table;
  width: 100%;
  height: 100%;
}

#main-promos .promo .content2 .content3 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#main-promos .promo .image {
  position: absolute;
  top: 0;
  width: 46%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

#main-promos .promo .image:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

#main-promos .promo a.image:hover:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#main-promos .promo .title {
  display: inline-block;
  font-size: 90px;
  line-height: 0.8;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
}

#main-promos .promo .title a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

#main-promos .promo .title a:hover {
  color: #e65925;
}

#main-promos .promo h3 {
  margin-bottom: 0;
  font-size: 28px;
  text-transform: none;
}

#main-promos .promo .more {
  text-transform: uppercase;
  text-decoration: none;
}

#main-promos .promo .more .icon {
  position: relative;
  top: -2px;
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

#main-promos .promo .more:hover {
  color: #000;
}

#main-promos .promo.even .image {
  left: 0;
}

#main-promos .promo.even .content {
  margin-left: 46%;
  border-right: 1px solid #cfcfcf;
}

#main-promos .promo.odd .image {
  right: 0;
}

#main-promos .promo.odd .content {
  border-left: 1px solid #cfcfcf;
}

@media screen and (max-width: 1200px) {
  #main-promos .promo .content {
    height: 500px;
  }
  #main-promos .promo h2 {
    font-size: 80px;
  }
  #main-promos .promo h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  #main-promos .promo .content {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1000px) {
  #main-promos .promo .content {
    height: 450px;
    padding: 10px 15px;
  }
  #main-promos .promo .content p {
    display: none;
  }
  #main-promos .promo .content p.hasMore {
    display: block;
    position: relative;
  }
  #main-promos .promo .content p.hasMore a.more {
    font-size: 17px;
    letter-spacing: 2px;
  }
  #main-promos .promo h2 {
    font-size: 70px;
  }
  #main-promos .promo h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 850px) {
  #main-promos .promo .content {
    height: 400px;
  }
  #main-promos .promo h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  #main-promos {
    float: none;
    width: auto;
  }
  #main-promos .promo {
    margin: 0 0 15px 0;
  }
  #main-promos .promo-top {
    padding: 30px 0;
    margin: 0 0 30px 0;
    border-top: 6px solid #000;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
  }
  #main-promos .promo-top h3 {
    margin: 0;
    text-transform: none;
  }
  #main-promos .promo-top h3 a {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  #main-promos .promo-top h3 a:hover {
    color: #e65925;
  }
  #main-promos .promo-extra-html {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 600px) {
  #main-promos .promo .content {
    height: 300px;
  }
  #main-promos .promo .content p.hasMore {
    bottom: 17px;
  }
  #main-promos .promo .content h2 {
    border-bottom: 0;
    line-height: 0.9;
  }
  #main-promos .promo .content h3 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #main-promos .promo .content {
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  #main-promos .promo .content {
    height: 200px;
    width: 50%;
  }
  #main-promos .promo .image {
    width: 50%;
  }
  #main-promos .promo h2 {
    font-size: 30px;
  }
  #main-promos .promo.even .content {
    margin-left: 50%;
  }
}

#side-promos {
  position: relative;
  display: block;
  width: 300px;
  float: right;
  vertical-align: text-top;
}

#side-promos .promo-top {
  padding: 15px 0 15px;
  margin: 0 0 30px 0;
  border-top: 6px solid #000;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
}

#side-promos .promo-top h3 {
  margin: 0;
  font-size: 1.7em;
  text-transform: none;
}

#side-promos .promo-top h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#side-promos .promo-top h3 a:hover {
  color: #e65925;
}

#side-promos .promo-top-video {
  position: relative;
  margin: 60px auto 40px;
  border: 1px solid #000;
  border-top-width: 6px;
  padding: 10px 10px 20px 10px;
  text-align: left;
}

#side-promos .promo-top-video:before {
  position: absolute;
  content: ' ';
  display: block;
  top: -40px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #cfcfcf;
}

#side-promos .promo-top-video h4 {
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: none;
  border-top: 0;
}

#side-promos .promo-top-video .image {
  position: relative;
  display: block;
  margin: 0 0 10px;
}

#side-promos .promo-top-video .image img {
  display: block;
}

#side-promos .promo-top-video .image .icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: white;
  text-decoration: none;
  text-align: center;
  text-indent: 5px;
}

#side-promos .promo-top-video .image:hover .icon {
  background: white;
  color: #e65925;
}

#side-promos .promo-extra-html {
  margin: 0 auto 40px auto;
}

#side-promos h4 {
  margin: 15px 0 15px;
  padding: 10px 0 0;
  border-top: 6px solid #000;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  font-weight: normal;
}

#side-promos .type-promo.hentry:last-child {
  border-bottom: 0;
}

#side-promos .dots {
  display: none;
  text-align: center;
  padding: 20px 5px;
}

#side-promos .dots .dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfcfcf;
  border: 10px solid white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

#side-promos .dots .dot.on {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  #side-promos {
    float: none;
    margin: 0 auto 0 -15px;
    width: auto;
    /*.hentry.side.type-promo {
            display: block;
            width: auto;
            margin: 20px auto 0;
        }
        */
  }
  #side-promos:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: white;
  }
  #side-promos .inner {
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #side-promos .inner::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  #side-promos .dots {
    display: none;
  }
  #side-promos .promo {
    display: inline-block;
    vertical-align: text-top;
    width: 265px;
    margin: 0 15px 0px 15px;
    white-space: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #side-promos .promo-extra-html,
  #side-promos .promo-top {
    display: none;
  }
  #side-promos .promo-top-video {
    margin-right: 0;
  }
  #side-promos .promos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: text-top;
    margin-left: 15px;
  }
  #side-promos .promos h4 {
    max-width: 265px;
    margin-top: 0;
  }
  #side-promos .hentry.side {
    padding-bottom: 1px;
    border-bottom: 0;
    white-space: normal;
  }
  #side-promos .hentry.side:first-child {
    margin-left: 10px;
  }
  #side-promos .hentry.side:last-child {
    margin-right: 0;
  }
  #side-promos h4 + .hentry.side {
    margin-left: 0;
    width: calc(100% - 15px);
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 500px) {
  #side-promos .promo {
    width: 230px;
  }
  #side-promos .promos h4 {
    max-width: 230px;
    font-size: 24px;
  }
}

.hentry {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hentry .title a {
  color: inherit;
  text-decoration: none;
  text-transform: none;
}

.hentry .title a:hover {
  color: #e65925;
}

.hentry .more {
  display: inline-block;
  text-transform: uppercase;
  color: #e65925;
  text-decoration: none;
}

.hentry .more .icon {
  position: relative;
  top: -2px;
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.hentry .more:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .hentry .more {
    font-size: 13px;
  }
}

.hentry.excerpt {
  padding: 42px 0 0 0;
  margin: 42px 0 0 0;
  border-top: 1px solid #cfcfcf;
}

.hentry.excerpt:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.hentry.excerpt .wrap2 {
  position: relative;
  margin: 0 auto;
}

.hentry.excerpt .content {
  display: block;
  width: 51%;
  height: 415px;
  padding: 20px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
}

.hentry.excerpt.type-event .content, .hentry.excerpt.type-news .content {
  height: 480px;
}

.hentry.excerpt.content-too-tall .content {
  height: auto !important;
}

.hentry.excerpt .content2 {
  display: table;
  width: 100%;
  height: 100%;
}

.hentry.excerpt .content2 .content3 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hentry.excerpt .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 100%;
  overflow: hidden;
  background: #000 center no-repeat;
  background-size: cover;
}

.hentry.excerpt .image:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

.hentry.excerpt .image img {
  display: none;
}

.hentry.excerpt .image .retailer {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  background: white;
  color: #000;
  text-transform: uppercase;
  padding: 1.5em;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.hentry.excerpt .image:hover:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.hentry.excerpt .terms {
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 0.2em;
  font-size: 15px;
}

.hentry.excerpt .terms a {
  color: inherit;
}

.hentry.excerpt .title {
  margin: 0;
}

.hentry.excerpt .meta-bottom {
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 15px;
}

.hentry.excerpt.odd .image {
  right: auto;
  left: 0;
}

.hentry.excerpt.odd .image .retailer {
  right: auto;
  left: 30px;
}

.hentry.excerpt.odd .content {
  margin-left: 49%;
}

.hentry.excerpt.no-post-thumbnail .image {
  display: none;
}

.hentry.excerpt.no-post-thumbnail .content {
  margin-left: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .hentry.excerpt .content {
    height: 400px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .hentry.excerpt .image .retailer {
    left: 15px;
    bottom: 15px;
    right: auto;
  }
  .hentry.excerpt.odd .image .retailer {
    left: 15px;
  }
  .hentry.excerpt .terms {
    font-size: 13px;
  }
  .hentry.excerpt .meta-bottom {
    font-size: 13px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 600px) {
  .hentry.excerpt .content {
    height: 300px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .hentry.excerpt {
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
  }
  .hentry.excerpt .image {
    width: 100%;
    position: relative;
  }
  .hentry.excerpt .image img {
    display: block;
  }
  .hentry.excerpt .image .retailer {
    font-size: 10px;
    display: none;
  }
  .hentry.excerpt .content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .hentry.excerpt .content p.hasMore {
    display: block;
  }
  .hentry.excerpt.odd.has-post-thumbnail .content {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .hentry.excerpt .terms {
    margin: 0 auto 10px auto;
  }
}

@media screen and (max-width: 400px) {
  .hentry.excerpt .content {
    height: auto !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 350px) {
  .hentry.excerpt .image .retailer {
    display: none;
  }
  .hentry.excerpt .content {
    min-height: 150px;
  }
}

.hentry.excerpt.press {
  border-top: 0;
  padding-top: 0;
}

.hentry.excerpt.press .wrap2 {
  max-width: none;
}

.hentry.excerpt.press .title {
  margin: 20px auto;
}

.hentry.excerpt.press .content {
  border-top: 6px solid #000;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.hentry.excerpt.press.no-post-thumbnail .content {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

@media screen and (max-width: 500px) {
  .hentry.excerpt.press.odd .content {
    border-right: none;
    border-left: 0;
  }
  .hentry.excerpt.press.no-post-thumbnail .content {
    border-left: none;
    border-right: none;
  }
}

.hentry.excerpt.type-event {
  border-top: 0;
  padding-top: 0;
}

.hentry.excerpt.type-event .content {
  border-top: 6px solid #000;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.hentry.excerpt.type-event .content.event-location {
  color: #000;
  margin-bottom: 1.5em;
}

.hentry.excerpt.type-event .content .more {
  display: none;
}

.hentry.excerpt.type-event.odd .content {
  border-right: 1px solid #cfcfcf;
  border-left: 0;
}

.hentry.excerpt.type-event.no-post-thumbnail .content {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

@media screen and (max-width: 500px) {
  .hentry.excerpt.type-event.odd .content {
    border-right: none;
    border-left: 0;
  }
  .hentry.excerpt.type-event.no-post-thumbnail .content {
    border-left: none;
    border-right: none;
  }
}

.hentry.side {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #cfcfcf;
}

.hentry.side .title {
  margin: 0;
  font-size: 27px;
  text-transform: none;
}

.hentry.side .image {
  display: block;
  margin: 0 0 15px 0;
}

.hentry.side .image img {
  display: block;
}

.hentry.card {
  padding: 20px;
  border: 1px solid #cfcfcf;
  border-top: 6px solid #000;
  background: white;
  color: #bbb;
  text-align: center;
}

.hentry.card .category {
  text-transform: uppercase;
  margin: 20px 0 40px;
  display: none;
}

.hentry.card .title-wrap {
  display: block;
  height: 100px;
  margin: 0 auto 15px;
}

.hentry.card .title {
  display: table;
  width: 100%;
  height: 100%;
  color: #e65925;
  text-transform: none;
  font-size: 30px;
  margin: 15px auto;
}

.hentry.card .title > .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hentry.card .title > .inner span {
  display: block;
}

.hentry.card a {
  color: inherit;
}

.hentry.card .field + p {
  margin-top: 0;
}

.hentry.card .content {
  font-size: 75%;
  color: #727271;
  padding: 0 10px;
  line-height: 20px;
  max-height: 200px;
  overflow: auto;
}

@media screen and (max-width: 600px) {
  .hentry.card {
    padding: 10px;
  }
  .hentry.card .title-wrap {
    height: 70px;
  }
  .hentry.card .title {
    font-size: 26px;
  }
}

.hentry.card-image {
  height: 400px;
  overflow: hidden;
  text-align: center;
}

.hentry.card-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555 no-repeat center;
  background-size: cover;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

.hentry.card-image .wrap2 {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0;
}

.hentry.card-image .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.hentry.card-image .content .title {
  color: white;
  font-size: 25px;
}

.hentry.card-image .content .field.address {
  font-size: 85%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hentry.card-image .content .field.map {
  font-size: 85%;
  padding-top: 5px;
}

.hentry.card-image.on .bg, .hentry.card-image:hover .bg {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.hentry.card-image.on .content, .hentry.card-image:hover .content {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.hentry.mlog {
  font-family: "GT-Walsheim-Regular", sans-serif;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hentry.mlog {
    margin-bottom: 100px;
  }
}

.hentry.mlog .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

@media screen and (max-width: 767px) {
  .hentry.mlog .thumbnail {
    padding-bottom: 70%;
  }
}

.hentry.mlog .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  max-width: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hentry.mlog:first-of-type .content {
  position: relative;
  bottom: unset;
  left: 10%;
  margin-top: -10em;
  width: 48%;
  padding: 40px 50px 20px;
}

@media screen and (max-width: 767px) {
  .hentry.mlog:first-of-type .content {
    position: absolute;
    padding: 15px;
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
    bottom: -4.25em;
  }
}

.hentry.mlog .content {
  background: #fff;
  padding: 40px;
  position: absolute;
  bottom: -4.25em;
  left: 75px;
}

@media screen and (max-width: 767px) {
  .hentry.mlog .content {
    padding: 15px;
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
  }
}

.hentry.mlog .content .category {
  font-family: "GT-Walsheim-Bold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hentry.mlog .content .category {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.hentry.mlog .content .title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 15px;
  font-size: 60px;
  word-wrap: break-word;
}

.hentry.mlog .content .title a {
  text-transform: inherit;
}

@media screen and (max-width: 767px) {
  .hentry.mlog .content .title {
    font-size: 8.5vw;
    word-break: break-word;
    margin-left: 0;
  }
}

.hentry.mlog .content .subtitle {
  font-family: "GT-Walsheim-Regular", sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .hentry.mlog .content .subtitle {
    font-size: .9em;
    word-break: break-word;
    margin-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .hentry.mlog:not(:first-of-type) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hentry.mlog:not(:first-of-type) .thumbnail {
    width: 66.66667%;
    padding-bottom: 44.44444%;
  }
  .hentry.mlog:not(:first-of-type) .content {
    position: static;
    bottom: inherit;
    left: inherit;
    width: 50%;
    -webkit-transform: translateX(27%);
            transform: translateX(27%);
  }
}

@media screen and (min-width: 1025px) and (min-width: 1201px) {
  .hentry.mlog:not(:first-of-type) .content {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .hentry.mlog:not(:first-of-type).odd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hentry.mlog:not(:first-of-type).odd .content {
    -webkit-transform: translateX(-27%);
            transform: translateX(-27%);
  }
}

.page-parking h4 a {
  color: #000;
}

.page-parking h4 a:hover {
  color: #e65925;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-parking .row .c.col1_3.odd {
    text-align: center;
  }
}

.section {
  padding-top: 67px;
  margin-top: 67px;
  border-top: 1px solid #cfcfcf;
}

.section:first-child {
  border-top: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.section.bottom-content {
  padding-bottom: 67px;
}

.section.gray-block {
  margin: 60px auto;
  padding: 60px 0;
  background: #f1f1f1;
  border-top: 0;
}

.terms-conditions {
  color: #bbb;
  font-size: 12px;
  font-family: "GT-Walsheim-Regular", sans-serif;
  text-align: left;
}

.boilerplate {
  margin: 0.25em 0 -10px;
  font-size: 12px;
  color: #bbb;
  letter-spacing: 0.1em;
}

#retailers {
  position: relative;
  border-top: 1px solid #cfcfcf;
  margin-top: 50px;
  padding-top: 60px;
}

#retailers h2 {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#retailers form {
  float: right;
}

#retailers form > .select:last-child {
  display: none !important;
}

@media screen and (max-width: 930px) {
  #retailers h2, #retailers form {
    margin: 0 0 15px 0;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #retailers {
    margin-top: 0;
  }
}

@media screen and (max-width: 550px) {
  #retailers form.browse .input.select {
    display: block;
    margin: 0 0 15px;
  }
  #retailers form.browse .input.select strong {
    display: block;
  }
}

#retailers .carousel {
  clear: both;
}

#retailers .carousel .viewport,
#retailers .carousel .scroller {
  height: 800px !important;
}

@media screen and (max-width: 800px) {
  #retailers .carousel .viewport,
  #retailers .carousel .scroller {
    height: 700px !important;
  }
}

@media screen and (max-width: 600px) {
  #retailers .carousel .viewport,
  #retailers .carousel .scroller {
    height: 400px !important;
  }
}

@media screen and (max-width: 600px) {
  #retailers .carousel .viewport-wrap .viewport, #retailers .carousel .viewport-wrap .scroller, #retailers .carousel .viewport-wrap #retailer-posts {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #retailers .carousel .viewport-wrap.active-card-scroller .viewport, #retailers .carousel .viewport-wrap.active-card-scroller .scroller, #retailers .carousel .viewport-wrap.active-card-scroller #retailer-posts {
    height: 400px !important;
  }
}

#retailers .carousel .nav {
  margin-top: -30px;
}

#retailers .carousel .nav.next {
  right: -120px;
}

#retailers .carousel .nav.prev {
  left: -120px;
}

@media screen and (max-width: 1680px) {
  #retailers .carousel .nav.next {
    right: -60px;
  }
  #retailers .carousel .nav.prev {
    left: -60px;
  }
}

@media screen and (max-width: 1220px) {
  #retailers .carousel .nav {
    top: 100%;
    margin-top: 20px;
  }
  #retailers .carousel .nav.next {
    right: 0px;
    margin-right: 0;
  }
  #retailers .carousel .nav.prev {
    left: 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #retailers .carousel .scrollbar {
    margin: 75px auto 0 auto;
    max-width: none !important;
  }
}

#retailers .carousel .items {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#retailers #retailer-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 204px;
}

#retailers #retailer-posts .hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23%;
  margin-bottom: 1.5em;
  padding: 0;
  border: 1px solid #cfcfcf;
  height: 75px;
}

@media screen and (max-width: 767px) {
  #retailers #retailer-posts .hentry {
    width: 100%;
    margin-bottom: 1em;
    height: 65px;
  }
}

#retailers #retailer-posts .hentry .wrap2 {
  width: 100%;
  height: 100%;
}

#retailers #retailer-posts .hentry.empty {
  margin: 0;
  padding: 0;
  height: 0;
  border: none !important;
}

#retailers #retailer-posts .hentry .title {
  color: #000;
  font-size: 15px;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#retailers #retailer-posts .hentry .title a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #retailers #retailer-posts {
    height: unset;
  }
  #retailers #retailer-posts.card {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #retailers #retailer-posts.card .content {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #retailers #retailer-posts.card.active-card {
    height: 400px;
  }
  #retailers #retailer-posts.card.active-card .content {
    opacity: 1;
    max-height: 200px;
  }
}

#retailers .action {
  text-align: center;
}

.map-embed {
  margin: 0 0 30px 0;
  height: 470px;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .map-embed {
    height: 340px;
  }
}

.map-button {
  text-align: center;
  margin-bottom: 30px;
}

#map-info .col1_4 {
  text-align: center;
}

#map-info .col1_4 h4 {
  margin: 0;
  text-transform: uppercase;
}

#bottom-promo {
  border-top: 1px solid #cfcfcf;
  padding: 67px 0;
  border-bottom: 0;
  margin-bottom: 0;
}

#bottom-promo > .row {
  display: table;
  width: 100%;
  margin-left: 0;
}

#bottom-promo > .row > .col1_2 {
  float: none;
  display: table-cell;
  width: 50%;
  height: 100%;
  margin-left: 0;
  padding: 0 15px;
  vertical-align: middle;
}

#bottom-promo .row .col1_2.content .inner-content {
  margin-top: 20px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  #bottom-promo .row .col1_2.content .inner-content {
    width: 100%;
  }
}

#bottom-promo img {
  width: 360px;
}

@media screen and (max-width: 767px) {
  #bottom-promo {
    padding: 45px 0 34px 0;
  }
  #bottom-promo > .row {
    display: block;
  }
  #bottom-promo > .row > .col1_2 {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  #bottom-promo img {
    display: block;
    margin: 0 auto;
  }
}

#featured-posts {
  padding: 80px 20px;
  margin: 0 0 67px 0;
  background: #f6f6f6;
  border-top: 0;
}

@media screen and (max-width: 767px) {
  #featured-posts {
    padding: 57px 20px;
  }
}

#featured-posts h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #featured-posts h2 {
    margin-bottom: 22px;
    font-size: 1.5em;
  }
}

#featured-posts .carousel {
  max-width: 900px;
  margin: 0 auto;
}

#featured-posts .carousel .viewport,
#featured-posts .carousel .scroller {
  height: 400px;
}

#featured-posts .carousel .items {
  white-space: nowrap;
}

#featured-posts .carousel .items .hentry {
  white-space: normal;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 15px 0 0;
  width: 30%;
  width: calc(33.333% - 10px);
}

#featured-posts .carousel .items .hentry:last-child {
  margin-right: 0;
}

#featured-posts .carousel .scrollbar {
  max-width: 360px;
}

#featured-posts .carousel .hasMore {
  width: 100%;
  margin: 43px 0 0 0;
  text-align: center;
}

#featured-posts .carousel .hasMore .more {
  display: inline-block;
  text-transform: uppercase;
  color: #e65925;
  text-decoration: none;
}

#featured-posts .carousel .hasMore .more .icon {
  position: relative;
  top: -2px;
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

#featured-posts .carousel .hasMore .more:hover {
  color: #000;
}

@media screen and (max-width: 1070px) {
  #featured-posts .carousel {
    max-width: 700px;
  }
  #featured-posts .carousel .viewport,
  #featured-posts .carousel .scroller {
    height: 335px;
  }
  #featured-posts .carousel .items .hentry {
    height: 335px;
  }
}

@media screen and (max-width: 890px) {
  #featured-posts .carousel .nav.next {
    right: 0;
    top: 100%;
    margin: 20px 0 0;
    width: 50px;
  }
  #featured-posts .carousel .nav.prev {
    left: 0;
    top: 100%;
    margin: 20px 0 0;
    width: 50px;
  }
  #featured-posts .carousel .scrollbar {
    max-width: 200px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 600px) {
  #featured-posts .carousel .items .hentry {
    width: 45%;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 600px) {
  #featured-posts .carousel .items .hentry {
    width: 80%;
  }
}

.featured-image {
  text-align: center;
  margin: 20px auto 66px auto;
}

.featured-image img {
  display: block;
  margin: 0 auto;
}

.featured-image a {
  color: inherit;
}

.featured-image .retailer {
  margin: 55px 0 0;
  text-transform: uppercase;
}

.featured-image .caption {
  margin: 20px 0 0;
  color: #cfcfcf;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .featured-image {
    margin: 20px auto 56px auto;
  }
}

.meta-top {
  color: #bbb;
  margin: 0 0 1.5em;
  font-size: 90%;
}

.meta-top .dates {
  text-transform: uppercase;
}

body.single h1 {
  font-size: 3em;
  line-height: 1.1em;
}

body.single #main {
  padding-bottom: 170px;
}

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 67px 0;
  white-space: nowrap;
}

.posts-nav.no-ajax {
  visibility: visible;
}

.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}

.posts-nav.done {
  display: none;
}

.posts-nav:after {
  content: ' ';
  display: block;
  clear: both;
}

.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}

.posts-nav ul li.page_info {
  display: none;
}

.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
  color: #000;
}

.posts-nav ul li a:hover {
  color: white;
  background: #bbb;
}

.posts-nav ul li.active_page {
  color: white;
  background: #e65925;
}

.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}

.posts-nav.ajax-pager {
  text-align: center;
}

.posts-nav.ajax-pager .button.done {
  display: none;
}

/* @end */
#instagram {
  text-align: center;
  border-top: 0;
  padding: 0 15px;
  margin: 50px 0;
}

#instagram .intro {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1em;
}

#instagram h3 {
  text-transform: uppercase;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #instagram .intro {
    border-top: 1px solid #cfcfcf;
    padding: 50px 0px 25px 0;
  }
  #instagram .intro .social {
    padding-top: 10px;
  }
  #instagram .intro .social .fa {
    font-size: 24px;
  }
}

#instagram-photos {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 0;
}

#instagram-photos:after {
  display: none;
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  -webkit-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}

#instagram-photos.loading:after {
  display: block;
}

#instagram-photos .viewport,
#instagram-photos .scroller {
  height: 280px;
}

#instagram-photos .scrollbar {
  margin: 30px auto 0;
  max-width: 300px;
}

#instagram-photos .all-photos {
  position: relative;
  padding: 0px 0;
}

#instagram-photos .photo {
  position: relative;
  display: inline-block;
  width: 264px;
  margin: 0 20px 0 0;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#instagram-photos .photo img {
  display: block;
  width: 100%;
  height: auto;
}

#instagram-photos .photo:last-child {
  margin-right: 0;
}

#instagram-photos.error {
  display: none;
}

@media screen and (max-width: 1580px) {
  #instagram-photos {
    max-width: 1115px;
  }
}

@media screen and (max-width: 1300px) {
  #instagram-photos {
    max-width: 1024px;
  }
  #instagram-photos .viewport,
  #instagram-photos .scroller {
    height: 204.8px;
  }
  #instagram-photos .photo {
    width: 188.8px;
  }
}

@media screen and (max-width: 1200px) {
  #instagram-photos {
    max-width: 815px;
  }
}

@media screen and (max-width: 1000px) {
  #instagram-photos {
    max-width: 606px;
  }
}

@media screen and (max-width: 767px) {
  #instagram-photos {
    display: none;
    max-width: 767px;
  }
  #instagram-photos .viewport,
  #instagram-photos .scroller {
    height: 153.4px;
  }
  #instagram-photos .photo {
    width: 145.4px;
    margin: 0 10px 0 0;
  }
  #instagram-photos .nav {
    top: 100%;
    margin: 20px 0 0;
    width: 50px;
  }
  #instagram-photos .nav.next {
    right: 0;
  }
  #instagram-photos .nav.prev {
    left: 0;
  }
  #instagram-photos .scrollbar {
    max-width: 200px;
  }
}

body.error404 #main {
  text-align: center;
  min-height: 500px;
}

body.section-directory #main, body.single-retailer #main {
  min-height: 10px;
  padding-bottom: 0;
}

body.section-directory #main .row .c.col3_8, body.single-retailer #main .row .c.col3_8 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  body.section-directory #main .row .c.col3_8, body.single-retailer #main .row .c.col3_8 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body.section-directory #location, body.single-retailer #location {
    text-align: center;
  }
}

body.section-directory #bottom-content, body.single-retailer #bottom-content {
  text-align: center;
  border-top: 0;
  padding-top: 0;
  margin-top: 2em;
}

body.section-directory #map-info a, body.single-retailer #map-info a {
  color: black;
  text-decoration: none;
}

body.section-directory #map-info a:hover, body.single-retailer #map-info a:hover {
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  color: #e65925;
}

@media screen and (max-width: 500px) {
  body.section-directory #retailers h2, body.single-retailer #retailers h2 {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  body.section-directory #retailers h2, body.single-retailer #retailers h2 {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  body.section-directory #retailers h2, body.single-retailer #retailers h2 {
    font-size: 40px;
  }
  body.section-directory #bottom-content h2, body.single-retailer #bottom-content h2 {
    font-size: 40px;
  }
}

body.section-directory #main.popup, body.single-retailer #main.popup {
  display: none;
}

body.page-subscribe #main {
  text-align: center;
  min-height: 100px;
}

body.page-subscribe #pagetitle {
  margin: 0;
}

@media screen and (max-width: 500px) {
  body.page-subscribe #pagetitle {
    font-size: 3em;
  }
}

body.page-subscribe #banner {
  padding-top: 400px;
  padding-bottom: 100px;
  color: #000;
  background-position: 80% 50%;
}

@media screen and (max-width: 767px) {
  body.page-subscribe #banner {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  body.page-subscribe #banner {
    padding-top: 100px;
    padding-bottom: 25px;
  }
  body.page-subscribe #banner h1 {
    font-size: 30px;
  }
  body.page-subscribe #banner h1 small {
    font-size: 12px;
  }
}

form.subscribe {
  text-align: center;
}

form.subscribe .inputs {
  margin: 0 0 30px;
}

form.subscribe .inputs input[type="text"],
form.subscribe .inputs input[type="email"] {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  form.subscribe .inputs input[type="text"],
  form.subscribe .inputs input[type="email"] {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

form.subscribe .message.error {
  color: red;
}

body.page-contact #main {
  text-align: center;
}

body.page-contact #main .row + h2 {
  margin-top: 50px;
}

body.page-contact #main .input.select strong {
  display: block;
  padding: 11px 10px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

body.page-contact #main hr {
  margin: 3.5em auto;
}

.page-overview .intro {
  max-width: 690px;
  margin: 0 auto 60px auto;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .page-overview .intro {
    margin: 0 15px 30px 15px;
  }
}

#overview-promos {
  display: block;
  vertical-align: text-top;
  margin: 0 auto 100px auto;
}

#overview-promos .promo {
  position: relative;
  margin: 0 auto 67px auto;
  padding: 0 0 67px 0;
  border-bottom: 1px solid #cfcfcf;
}

#overview-promos .promo:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#overview-promos .promo .wrap3 {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
}

#overview-promos .promo .content {
  display: block;
  width: 51%;
  height: 400px;
  padding: 10px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#overview-promos .promo .content2 {
  display: table;
  width: 100%;
  height: 100%;
}

#overview-promos .promo .content2 .content3 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#overview-promos .promo .image {
  position: absolute;
  top: 0;
  width: 49%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

#overview-promos .promo .image:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

#overview-promos .promo .image:hover:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#overview-promos .promo .title {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

#overview-promos .promo .title a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

#overview-promos .promo .title a:hover {
  color: #e65925;
}

#overview-promos .promo h3 {
  margin-bottom: 0;
  font-size: 30px;
}

#overview-promos .promo .more {
  text-transform: uppercase;
}

#overview-promos .promo .more .icon {
  position: relative;
  top: -2px;
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

#overview-promos .promo.even .image {
  right: 0;
}

#overview-promos .promo.odd .image {
  left: 0;
}

#overview-promos .promo.odd .content {
  margin-left: 49%;
}

@media screen and (max-width: 1200px) {
  #overview-promos .promo .content {
    height: 500px;
  }
  #overview-promos .promo h2 {
    font-size: 80px;
  }
  #overview-promos .promo h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  #overview-promos .promo .content {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1000px) {
  #overview-promos .promo .content {
    height: 450px;
    padding: 10px 15px;
  }
  #overview-promos .promo .content p {
    display: none;
  }
  #overview-promos .promo .content p.hasMore {
    display: block;
  }
  #overview-promos .promo h2 {
    font-size: 70px;
  }
  #overview-promos .promo h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 850px) {
  #overview-promos .promo .content {
    height: 400px;
  }
  #overview-promos .promo h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  #overview-promos {
    float: none;
    width: auto;
  }
  #overview-promos .promo {
    margin: 0 auto 25px auto;
    padding: 0 0 25px 0;
  }
}

@media screen and (max-width: 600px) {
  #overview-promos .promo .content {
    height: 300px;
  }
  #overview-promos .promo .content h2 {
    border-bottom: 0;
  }
  #overview-promos .promo .content h3 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #overview-promos .promo .content {
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  #overview-promos .promo .content {
    height: 200px;
    width: 50%;
  }
  #overview-promos .promo .image {
    width: 50%;
  }
  #overview-promos .promo h2 {
    font-size: 30px;
  }
}

body.page-benefit-card #main {
  min-height: 10px;
  padding-bottom: 0;
  text-align: center;
}

body.page-benefit-card #retailers {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 100px;
}

body.page-benefit-card #retailers form > .select:last-child {
  display: inline-block !important;
}

body.page-benefit-card #retailers #retailer-posts {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

body.page-benefit-card #retailers #retailer-posts .hentry {
  position: absolute;
  display: inline-block;
  white-space: normal;
  margin: 0;
  height: 430px;
  width: 32%;
  border-top: 6px solid #000;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  body.page-benefit-card #retailers #retailer-posts .hentry {
    height: 95%;
    padding: 10px;
  }
}

body.page-benefit-card #retailers #retailer-posts .hentry .title {
  display: table;
  color: #e65925;
  text-transform: none;
  font-size: 30px;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  body.page-benefit-card #retailers #retailer-posts .hentry .title {
    font-size: 26px;
  }
}

body.page-benefit-card #retailers #retailer-posts .hentry.empty {
  display: none !important;
}

body.page-benefit-card h1#pagetitle {
  /*@media screen and (max-width:640px) {
            font-size: 3.5em;
        }
        @media screen and (max-width:550px) {
            font-size: 3em;
        }
        @media screen and (max-width:480px) {
            font-size: 2.5em;
        }
        @media screen and (max-width:420px) {
            font-size: 2em;
        }
        @media screen and (max-width:350px) {
            font-size: 1.9em;
        }*/
}

@media screen and (max-width: 767px) {
  body.page-benefit-card h1#pagetitle {
    font-size: 3em;
  }
}

@media screen and (max-width: 400px) {
  body.page-benefit-card #retailers h2 {
    font-size: 2em;
  }
}

body.page-press #main {
  min-height: 10px;
}

body.page-press #archive-posts {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
  margin-bottom: 100px;
}

body.page-press #archive-posts h2 {
  float: left;
}

body.page-press #archive-posts form {
  float: right;
}

body.page-press #archive-posts:after {
  content: ' ';
  display: block;
  clear: both;
}

body.page-press #query-posts {
  position: relative;
  clear: both;
}

@media screen and (max-width: 767px) {
  body.page-press #archive-posts h2 {
    float: none;
    margin-bottom: 15px;
  }
  body.page-press #archive-posts form {
    float: left;
  }
}

.page-public-wifi #banner h1 {
  max-width: 600px;
}

.page-public-wifi .wrap2 {
  max-width: 900px;
  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;
}

.page-public-wifi .social {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-public-wifi .social a {
  font-size: 30px;
}

.page-public-wifi .join-mailing {
  margin-top: 15px;
}

.page-public-wifi .join-mailing .subscribe input[type="email"] {
  padding: 13.5px;
  border-right: none;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  width: 250px;
}

.page-public-wifi .join-mailing .subscribe .button {
  margin-left: -5px;
}

@media screen and (max-width: 500px) {
  .page-public-wifi .join-mailing h3 {
    font-size: 1.59em;
  }
  .page-public-wifi .join-mailing .subscribe input[type="email"] {
    font-size: 12px;
    width: 150px;
  }
  .page-public-wifi .join-mailing .subscribe .button {
    padding: 15px;
  }
}

body.page-events #banner h1 {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}

@media screen and (max-width: 1220px) {
  body.page-events #banner h1 {
    margin-top: -0.43em;
    margin-bottom: -0.43em;
  }
}

@media screen and (max-width: 320px) {
  body.page-events #banner h1 {
    font-size: 50px;
  }
}

body.page-events #main-promos > h2 {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 30px;
}

body.page-events #main-promos > form {
  float: right;
}

body.page-events #query-posts {
  clear: both;
}

body.page-events #query-posts p {
  margin: 0.25em 0 1.5em 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  body.page-events #side-promos,
  body.page-events #main-promos {
    float: none;
    width: auto;
  }
  body.page-events .hentry.side {
    display: inline-block;
    vertical-align: text-top;
    width: 265px;
    width: calc(33.333% - 15px);
    margin: 0 15px 30px 0;
    border-bottom: 0;
  }
  body.page-events .hentry.side.type-promo {
    display: block;
    width: auto;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  body.page-events #main-promos > h2 {
    float: none;
    margin-bottom: 0;
  }
  body.page-events #main-promos > form {
    float: none;
  }
}

#overlay-mask {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

#overlay-mask:after {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  -webkit-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}

body.overlay-loading #overlay-mask:after {
  display: block;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 10001;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 1000px) {
  #overlay {
    left: 0;
    width: 100%;
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
  }
}

#overlay .content {
  background: white;
  padding: 0 0 30px;
  width: 1000px;
  position: relative;
}

#overlay .content #main.single {
  position: relative;
}

@media screen and (max-width: 1000px) {
  #overlay .content #main.single {
    padding-bottom: 300px;
  }
}

#overlay .content iframe {
  display: block;
  width: 100%;
  height: 630px;
}

@media screen and (max-width: 767px) {
  #overlay .content {
    margin-bottom: 100px;
  }
}

#overlay .close {
  position: absolute;
  z-index: 10002;
  top: 1em;
  right: 1em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 30px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

@media screen and (max-width: 767px) {
  #overlay .close {
    top: 1em;
    right: 1em;
  }
}

#overlay .close .svg-icon {
  display: block;
  width: 25px;
  height: 25px;
  stroke: #727271 !important;
  stroke-width: 3;
}

#overlay .close .svg-icon:hover {
  stroke: #000 !important;
}

#overlay.player {
  width: 100%;
}

@media screen and (max-width: 1180px) {
  #overlay.player {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #overlay.player {
    padding-left: 0;
    padding-right: 0;
    overflow-y: hidden;
  }
}

#overlay.player .content {
  width: 1120px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  #overlay.player .content {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  #overlay.player .content {
    padding-left: 0;
    padding-right: 0;
  }
}

#overlay.player .content .close {
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

#overlay.player .content .close .svg-icon {
  stroke-width: 4 !important;
  height: 12px;
  width: 12px;
  stroke: #000 !important;
}

#overlay #main.single {
  padding-bottom: 1em;
}

#overlay.ad {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#overlay.ad .content {
  padding: 0;
}

#overlay.ad .content h1,
#overlay.ad .content h2,
#overlay.ad .content h3,
#overlay.ad .content h4,
#overlay.ad .content h5,
#overlay.ad .content h6 {
  margin: 0 auto;
}

#overlay.ad .content h1 + p,
#overlay.ad .content h2 + p,
#overlay.ad .content h3 + p,
#overlay.ad .content h4 + p,
#overlay.ad .content h5 + p,
#overlay.ad .content h6 + p {
  margin-top: 20px;
}

#overlay.ad .content form {
  margin: 20px auto;
}

#overlay.ad .content form input[type="text"],
#overlay.ad .content form input[type="email"] {
  font-size: 14px;
}

#overlay.ad .content .table-grid {
  width: 100%;
}

#overlay.ad .content .table-grid .col1_2 {
  vertical-align: middle;
}

#overlay.ad .content .table-grid .image {
  background: #000 center no-repeat;
  background-size: cover;
  color: white;
}

#overlay.ad .content .table-grid .main-content {
  padding: 20px;
  height: 500px;
}

@media screen and (max-width: 900px) {
  #overlay.ad .content .table-grid .main-content {
    padding: 50px 20px;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  #overlay.ad .content .table-grid {
    display: block;
  }
  #overlay.ad .content .table-grid .row {
    display: block;
  }
  #overlay.ad .content .table-grid .col1_2 {
    display: block;
    width: auto;
    min-height: 200px;
  }
  #overlay.ad .content .table-grid .main-content {
    padding: 15px;
  }
}

@media screen and (max-height: 600px) {
  #overlay.ad .content .table-grid .col1_2 {
    min-height: 100px;
  }
  #overlay.ad .content .table-grid .main-content {
    padding: 10px;
  }
}

@media screen and (max-height: 760px) {
  #overlay .content, #overlay.ad .content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  #overlay .content iframe {
    height: 550px;
  }
}

@media screen and (max-width: 800px) {
  #overlay .content iframe {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  #overlay .content iframe {
    height: 470px;
  }
}

@media screen and (max-width: 600px) {
  #overlay .content iframe {
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  #overlay .content {
    padding-left: 0;
    padding-right: 0;
  }
  #overlay .content iframe {
    height: 350px;
  }
}

@media screen and (max-width: 400px) {
  #overlay .content iframe {
    height: 300px;
  }
}

#overlay-container #main.single, #overlay #main.single {
  padding: 1em 0;
  border-top: 6px solid #000;
}

#overlay-container .wrap-single, #overlay .wrap-single {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  #overlay-container .wrap-single, #overlay .wrap-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

#overlay-container .wrap-single .carousel, #overlay .wrap-single .carousel {
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  #overlay-container .wrap-single .carousel, #overlay .wrap-single .carousel {
    margin-bottom: 3em;
  }
}

#overlay-container .wrap-single .carousel .viewport, #overlay .wrap-single .carousel .viewport {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em 4em 0;
}

@media screen and (max-width: 767px) {
  #overlay-container .wrap-single .carousel .viewport, #overlay .wrap-single .carousel .viewport {
    padding: 2em 0 0;
  }
}

#overlay-container .wrap-single .carousel .items, #overlay .wrap-single .carousel .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#overlay-container .wrap-single .carousel .items .image, #overlay .wrap-single .carousel .items .image {
  width: 100%;
  min-width: 100%;
  height: 320px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #overlay-container .wrap-single .carousel .items .image, #overlay .wrap-single .carousel .items .image {
    min-width: calc(100% - 1px);
  }
}

@media screen and (max-width: 767px) {
  #overlay-container .wrap-single .carousel .items .image, #overlay .wrap-single .carousel .items .image {
    height: 200px;
  }
  #overlay-container .wrap-single .carousel .items .image img, #overlay .wrap-single .carousel .items .image img {
    height: 100%;
  }
}

#overlay-container .wrap-single .carousel .items .image img, #overlay .wrap-single .carousel .items .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#overlay-container .wrap-single .carousel .scroll-content, #overlay .wrap-single .carousel .scroll-content {
  padding: 0;
}

#overlay-container .wrap-single .carousel .scrollbar, #overlay .wrap-single .carousel .scrollbar {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  #overlay-container .wrap-single .carousel .scrollbar, #overlay .wrap-single .carousel .scrollbar {
    bottom: -30px;
    width: 60%;
  }
}

#overlay-container .wrap-single .carousel .nav, #overlay .wrap-single .carousel .nav {
  -webkit-transform: translate3d(0, 0, 0);
  margin: -25px 15px 0;
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 767px) {
  #overlay-container .wrap-single .carousel .nav, #overlay .wrap-single .carousel .nav {
    margin-top: 0;
  }
}

#overlay-container .wrap-single .carousel .nav .icon, #overlay .wrap-single .carousel .nav .icon {
  stroke: #000;
  stroke-width: 3;
}

@media screen and (max-width: 767px) {
  #overlay-container .wrap-single .carousel .nav .icon, #overlay .wrap-single .carousel .nav .icon {
    stroke: #727271;
  }
}

#overlay-container .wrap-single .carousel .nav.prev, #overlay .wrap-single .carousel .nav.prev {
  left: 0;
}

#overlay-container .wrap-single .carousel .nav.next, #overlay .wrap-single .carousel .nav.next {
  right: 0;
}

#overlay-container .wrap-single .carousel.scroll-end .nav.next, #overlay .wrap-single .carousel.scroll-end .nav.next {
  pointer-events: none;
}

#overlay-container .wrap-single .col, #overlay .wrap-single .col {
  width: 50%;
  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-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  #overlay-container .wrap-single .col, #overlay .wrap-single .col {
    width: 100%;
    padding: 1em 1.4em 0 !important;
  }
}

#overlay-container .wrap-single .col.major, #overlay .wrap-single .col.major {
  padding: 1em 4em 0 0;
}

#overlay-container .wrap-single .col.minor, #overlay .wrap-single .col.minor {
  padding: 1em 2em 0 4em;
}

#overlay-container .wrap-single .col h1, #overlay .wrap-single .col h1 {
  font-size: 2.5em;
  width: 100%;
  text-align: left;
}

#overlay-container .wrap-single .col .field, #overlay .wrap-single .col .field {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #overlay-container .wrap-single .col .field, #overlay .wrap-single .col .field {
    margin-bottom: 0;
  }
}

#overlay-container .wrap-single .col p, #overlay .wrap-single .col p {
  text-align: left;
  width: 100%;
  margin: 0;
}

#overlay-container .wrap-single .map-embed-static, #overlay .wrap-single .map-embed-static {
  margin: 20px auto 0 0;
  width: 325px;
}

#overlay-container .wrap-single .map-embed-static img, #overlay .wrap-single .map-embed-static img {
  display: block;
  width: 100%;
}

#overlay-container .wrap-single .map-link, #overlay .wrap-single .map-link {
  margin: 20px auto 0 0;
}

#overlay-container .wrap-single .map-embed, #overlay .wrap-single .map-embed {
  margin: 20px auto 0 0;
  height: 250px;
  width: 325px;
  overflow: hidden !important;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #overlay-container .wrap-single .map-embed, #overlay .wrap-single .map-embed {
    width: 85%;
    position: absolute !important;
    bottom: 30px;
  }
}

#overlay-container .close .svg-icon, #overlay .close .svg-icon {
  stroke-width: 2;
}

#overlay-container {
  position: fixed;
  z-index: 10002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  #overlay-container {
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2em;
    scrollbar-width: none;
  }
  #overlay-container::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  #overlay-container:not(:root:root) {
    width: 90vw;
    margin: 0 auto;
  }
}

#overlay-container .overlay-carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 20px 0;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-carousel {
    width: 90vw;
    margin: 0 auto;
    display: block;
    padding-top: 0;
  }
  @supports (-webkit-touch-callout: none) {
    #overlay-container .overlay-carousel {
      position: absolute;
      top: 104px;
    }
  }
}

#overlay-container .overlay-carousel .slick-list {
  width: 100%;
  padding: 0 !important;
}

#overlay-container .overlay-carousel .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-carousel .slick-list .slick-track {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#overlay-container .overlay-carousel .slick-list .slick-track #main.single {
  padding: 0;
  border-top: none;
  background: none;
  max-height: 93vh;
  overflow-y: auto;
  margin-top: 1em;
  scrollbar-width: none;
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-carousel .slick-list .slick-track #main.single {
    max-height: unset;
    overflow-y: unset;
    margin-top: 0;
  }
}

#overlay-container .overlay-carousel .slick-list .slick-track #main.single ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

#overlay-container .overlay-carousel .slick-list .slick-track #main.single .wrap-single {
  padding: 1em 0 50px;
  border-top: 6px solid #000;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-carousel .slick-list .slick-track #main.single .wrap-single {
    padding-bottom: 300px;
  }
}

#overlay-container .overlay-carousel .slick-list .slick-track .slick-slide {
  max-width: 1000px;
  margin: 0 180px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-carousel .slick-list .slick-track .slick-slide {
    max-width: 90vw;
    margin-bottom: 100px;
  }
}

#overlay-container .input.select {
  display: none;
  margin-bottom: 2em;
  font-family: "GT-Walsheim-Medium", sans-serif;
  color: #5F5F61;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  #overlay-container .input.select {
    display: block;
    margin-bottom: 1em;
    width: 90vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    padding: .5em 0;
  }
}

#overlay-container .input.select select {
  pointer-events: none;
}

#overlay-container .input.select strong {
  border: none;
  font-size: 16px;
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-weight: normal;
  display: table;
  margin: 0 auto;
}

#overlay-container .input.select strong .text {
  text-align: center;
  min-width: 130px;
  max-width: 140px;
}

#overlay-container .input.select .select .option {
  padding: 1em;
  border: none;
  border-bottom: 1px solid #727271;
}

#overlay-container .input.select .select .option:first-of-type {
  display: none;
}

#overlay-container #main.single {
  background: white;
  padding-bottom: 50px;
}

#overlay-container #main.single .wrap-single {
  position: relative;
}

@media screen and (max-width: 1000px) {
  #overlay-container #main.single .wrap-single {
    padding-bottom: 300px;
  }
}

#overlay-container .overlay-arrow {
  height: 50px;
  width: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-arrow {
    height: 40px;
    width: 40px;
    top: 42px;
    z-index: 1001;
    position: absolute;
    margin: unset;
  }
}

#overlay-container .overlay-arrow .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 3;
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-arrow .icon {
    stroke: #727271;
  }
}

#overlay-container .overlay-arrow.next {
  right: calc(50% - 600px);
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-arrow.next {
    right: 40px;
  }
  @supports (-webkit-touch-callout: none) {
    #overlay-container .overlay-arrow.next {
      top: -62px;
      right: 10px;
    }
  }
}

#overlay-container .overlay-arrow.prev {
  left: calc(50% - 600px);
}

@media screen and (max-width: 1000px) {
  #overlay-container .overlay-arrow.prev {
    left: 40px;
  }
  @supports (-webkit-touch-callout: none) {
    #overlay-container .overlay-arrow.prev {
      top: -62px;
      left: 10px;
    }
  }
}

#overlay-container .overlay-arrow.slick-disabled {
  opacity: 0;
  cursor: unset;
}

#overlay-container .close {
  position: absolute;
  z-index: 10002;
  top: .5em;
  right: 1em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

#overlay-container .close:hover .svg-icon {
  stroke: #000;
}

#overlay-container .close .svg-icon {
  display: block;
  width: 25px;
  height: 25px;
  stroke: #727271;
  stroke-width: 2;
  -webkit-filter: none;
          filter: none;
}

body.single-mlog > #wrap {
  overflow: hidden;
}

#mlog {
  background: rgba(230, 89, 37, 0.2);
  padding: 50px;
}

@media screen and (max-width: 1400px) {
  #mlog {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  #mlog {
    padding: 30px 0;
  }
}

#mlog .wrap {
  position: relative;
  max-width: 1400px;
  background: #fff;
  padding: 75px;
  padding-top: 1px;
  overflow-x: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  #mlog .wrap {
    padding: 0 30px 30px;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 767px) {
  #mlog .wrap {
    padding: 0 0 150px;
    overflow: hidden;
  }
}

#mlog .wrap:before {
  content: ' ';
  display: block;
  height: 150px;
  margin: 30px 0;
  background: url(images/journal_logo_d.svg) no-repeat center top;
  background-size: contain;
  fill: #000;
}

@media screen and (max-width: 1024px) {
  #mlog .wrap:before {
    height: 150px;
    background-image: url(images/journal_logo_m.svg);
    background-position: 50%;
  }
}

@media screen and (max-width: 600px) {
  #mlog .wrap:before {
    margin-bottom: 30px;
    height: 70px;
    background-position: 50%;
  }
}

body.single-mlog #mlog .wrap h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  line-height: 0.85;
  margin: 1em 0 .3em;
}

@media screen and (max-width: 767px) {
  body.single-mlog #mlog .wrap h2 {
    font-size: 2.5em;
    margin: 1em 0 .5em;
  }
}

body.single-mlog #mlog .wrap h3 {
  font-family: "GT-Walsheim-Bold", sans-serif;
  font-size: 28px;
  line-height: 22px;
  letter-spacing: .02em;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  body.single-mlog #mlog .wrap h3 {
    font-size: 1em;
  }
}

body.single-mlog #mlog .wrap h4 {
  font-family: "GT-Walsheim-Regular", sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}

body.single-mlog #mlog .wrap p {
  font-family: Times, serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: .005em;
}

body.single-mlog #mlog .wrap .banner {
  height: 0;
  margin: 0 -75px;
  padding: 0;
  padding-bottom: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.single-mlog #mlog .wrap .banner {
    padding-bottom: 70%;
  }
}

body.single-mlog #mlog .wrap .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  max-width: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
}

body.single-mlog #mlog .wrap .banner .date {
  position: absolute;
  top: 0;
  right: 100px;
  padding: 2.5% 0.5%;
  font-size: 25px;
  text-align: center;
  line-height: 0.85;
  width: 3em;
  background-color: #fff;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 400;
}

body.single-mlog #mlog .wrap .banner .date::before, body.single-mlog #mlog .wrap .banner .date::after {
  content: " ";
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #aaa;
}

body.single-mlog #mlog .wrap .banner .date::before {
  top: 20%;
  left: 5%;
}

body.single-mlog #mlog .wrap .banner .date::after {
  bottom: 20%;
  right: 5%;
}

@media screen and (max-width: 767px) {
  body.single-mlog #mlog .wrap .banner .date {
    padding: 20px 5px;
    font-size: 1em;
  }
}

body.single-mlog #mlog .wrap .page-title {
  position: relative;
  font-size: 88px;
  line-height: .88;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  background: #fff;
  padding: 40px;
  margin-top: calc(-1em - 4px);
  margin-bottom: 0;
  margin-left: calc(15% - 20px);
  margin-right: 20%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.single-mlog #mlog .wrap .page-title {
    font-size: 8.8vw;
    padding: 15px;
    margin: calc(-1em - 10px) 20px 0 20px;
    word-break: break-word;
  }
}

body.single-mlog #mlog .wrap .page-title a {
  text-transform: inherit;
}

body.single-mlog #mlog .wrap .wp-block-separator,
body.single-mlog #mlog .wrap .wp-block-separator.is-style-default {
  width: 5em;
  border-bottom: 1px solid #000;
  margin: 0;
  margin-bottom: 0.75em;
}

body.single-mlog #mlog .wrap .theme-block {
  margin: 1em 0;
}

body.single-mlog #mlog .wrap .theme-block + h4 {
  margin-bottom: 0;
}

body.single-mlog #mlog .wrap .footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-mlog #mlog .wrap .footer .social a:hover {
  color: #e65925;
}

#mlog .wrap > .wp-block-columns,
#mlog .wrap > .wp-block-group {
  margin: 0 0 4rem;
}

#mlog .the-guide-logo {
  display: block;
  margin: 0 auto 40px;
  width: 270px;
  max-width: 100%;
  background: url(images/the-guide_logo.svg) no-repeat 50% 50%;
  background-size: contain;
}

#mlog .the-guide-logo .pixel {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#mlog .carousel2 {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 100px;
  visibility: hidden;
}

#mlog .carousel2.initialized {
  visibility: visible;
}

#mlog .carousel2 .nav {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#mlog .carousel2 .nav .svg-icon {
  display: block;
  margin: 0 15%;
  width: 70%;
  height: 100%;
  stroke: #000;
  stroke-width: 5;
}

#mlog .carousel2 .nav.next {
  right: -80px;
}

#mlog .carousel2 .nav.prev {
  left: -80px;
}

#mlog .carousel2 .nav.slick-disabled {
  opacity: 0;
  cursor: default;
}

#mlog .carousel2 .slides.slick-initialized {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#mlog .carousel2 .slides.slick-initialized:after {
  content: ' ';
  display: block;
  clear: both;
}

#mlog .carousel2 .slides.slick-initialized .slide {
  float: left;
  vertical-align: middle;
  white-space: normal;
}

#mlog .carousel2.stack-initialized {
  margin-bottom: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

#mlog .carousel2.stack-initialized .dots {
  text-align: center;
}

#mlog .carousel2.stack-initialized .dots .dot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mlog .carousel2.stack-initialized .dots .dot.on {
  background: #000;
}

#mlog .carousel2 .slides.stack-initialized {
  position: relative;
  max-width: 500px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 660px) {
  #mlog .carousel2 .slides.stack-initialized {
    width: 400px;
  }
}

@media screen and (max-width: 520px) {
  #mlog .carousel2 .slides.stack-initialized {
    width: 260px;
  }
}

#mlog .carousel2 .slides.animating .slide {
  -webkit-transition: all 0.3s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: all 0.3s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: all 0.3s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: all 0.3s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media screen and (max-width: 1640px) {
  #mlog .carousel2 .nav.next {
    right: 0;
  }
  #mlog .carousel2 .nav.prev {
    left: 0;
  }
  #mlog .carousel2 .slides.slick-initialized {
    margin: 0 50px;
  }
}

@media screen and (max-width: 1400px) {
  #mlog .carousel2 .count {
    bottom: 25px;
  }
}

#mlog .carousel2.stack-initialized .nav {
  display: none !important;
}

#mlog .carousel2.stack-initialized .the-guide-logo {
  display: none;
}

#mlog .carousel2.stack-initialized:before {
  content: ' ';
  display: block;
  margin: 0 auto 50px;
  height: 150px;
  max-width: 270px;
  background: url(images/the-guide_logo.svg) no-repeat 50% 50%;
  background-size: contain;
}

#mlog .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "GT-Walsheim-Bold", sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 75px 0 0;
}

@media screen and (max-width: 767px) {
  #mlog .pagination {
    margin: 120px 20px 30px;
  }
}

#mlog .pagination .page-numbers {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mlog .pagination .page-numbers.prev .svg-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#mlog .pagination .page-numbers .svg-icon {
  width: 3em;
  height: 2em;
  stroke: #000;
  stroke-width: 3;
  margin: 0 5px;
}

#mlog .pagination .page-numbers.prev, #mlog .pagination .page-numbers.next {
  color: inherit;
  visibility: visible;
}

#mlog .issue-pagination {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "GT-Walsheim-Regular", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #mlog .issue-pagination {
    display: none;
  }
}

#mlog .issue-pagination a {
  color: inherit;
}

#mlog .issue-pagination .archive {
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (max-width: 767px) {
  #mlog .issue-pagination .archive {
    -webkit-transform: none;
            transform: none;
  }
}

#mlog .next-issue {
  -webkit-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media screen and (max-width: 767px) {
  #mlog .next-issue {
    -webkit-transform: none;
            transform: none;
  }
}

#mlog .footer {
  font-family: "GT-Walsheim-Bold", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #mlog .footer {
    position: absolute;
    bottom: 2em;
    -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;
  }
  #mlog .footer .social {
    margin: 1em 0 0;
  }
}

#mlog .footer a {
  color: inherit;
}

#mlog + #footer {
  border-top: 0;
}

.wp-block-theme-blocks-carousel .slides, .wp-block-theme-blocks-content-carousel .slides {
  overflow: hidden;
  height: auto;
}

.wp-block-theme-blocks-carousel .slides *, .wp-block-theme-blocks-content-carousel .slides * {
  outline: none;
}

.wp-block-theme-blocks-carousel .slides .slick-list, .wp-block-theme-blocks-content-carousel .slides .slick-list {
  width: 100%;
  height: 100%;
}

.wp-block-theme-blocks-carousel .slides .slick-list .slick-track, .wp-block-theme-blocks-content-carousel .slides .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  height: 100%;
}

.wp-block-theme-blocks-carousel .slides .slide, .wp-block-theme-blocks-content-carousel .slides .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
  min-height: 500px;
}

@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-carousel .slides .slide, .wp-block-theme-blocks-content-carousel .slides .slide {
    min-height: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-carousel .slides .slide, .wp-block-theme-blocks-content-carousel .slides .slide {
    min-height: unset;
  }
}

.wp-block-theme-blocks-carousel .slides .slide .block-image, .wp-block-theme-blocks-content-carousel .slides .slide .block-image {
  position: relative;
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-carousel .slides .slide .block-image, .wp-block-theme-blocks-content-carousel .slides .slide .block-image {
    max-height: 100%;
    height: auto;
  }
}

.wp-block-theme-blocks-carousel .slides .slide .block-image img, .wp-block-theme-blocks-content-carousel .slides .slide .block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-theme-blocks-carousel .slides .slide .block-image span, .wp-block-theme-blocks-content-carousel .slides .slide .block-image span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  stroke: #5F5F61;
  stroke-width: 6;
  width: 2em;
  cursor: pointer;
}

.wp-block-theme-blocks-carousel .slides .slide .block-image span.prev, .wp-block-theme-blocks-content-carousel .slides .slide .block-image span.prev {
  left: 0;
}

.wp-block-theme-blocks-carousel .slides .slide .block-image span.next, .wp-block-theme-blocks-content-carousel .slides .slide .block-image span.next {
  right: 0;
}

.wp-block-theme-blocks-carousel .slides .slick-arrow, .wp-block-theme-blocks-content-carousel .slides .slick-arrow {
  display: none !important;
}

#mlog .wp-block-theme-blocks-content-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 150px auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel {
    height: unset;
  }
}

#mlog .wp-block-theme-blocks-content-carousel.content-right .carousel-content-carousel {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#mlog .wp-block-theme-blocks-content-carousel .carousel-content-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h2 {
    padding: 0 20px;
  }
}

#mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h3 {
  position: relative;
  padding-top: .6em;
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h3:first-of-type {
    margin-left: 20%;
  }
}

#mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h3:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background: #bbb;
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h3:first-of-type:before {
    width: 50px;
  }
}

#mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h3:not(:first-of-type) {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 30px;
  line-height: 1.1;
  text-transform: initial;
  font-weight: 400;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h3:not(:first-of-type) {
    font-size: 1.1em;
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-content h3:first-of-type {
    position: absolute;
    top: -4em;
  }
}

#mlog .wp-block-theme-blocks-content-carousel .carousel-content-content p strong {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-content {
    width: 100% !important;
  }
}

#mlog .wp-block-theme-blocks-content-carousel .carousel-content-carousel {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 5%;
  height: 750px;
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel .carousel-content-carousel {
    width: 100% !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    height: unset;
  }
}

@media screen and (max-width: 767px) {
  #mlog .wp-block-theme-blocks-content-carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#mlog .wp-block-theme-blocks-content-carousel.fifty-fifty > div {
  width: 50%;
}

#mlog .wp-block-theme-blocks-content-carousel.forty-sixty > div:first-of-type {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wp-block-theme-blocks-content-carousel.forty-sixty.content-right > div:first-of-type {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wp-block-theme-blocks-content-carousel.sixty-forty > div:first-of-type {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wp-block-theme-blocks-content-carousel.sixty-forty.content-right > div:first-of-type {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wp-block-theme-blocks-content-carousel.thirty-seventy > div:first-of-type {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wp-block-theme-blocks-content-carousel.thirty-seventy.content-right > div:first-of-type {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wp-block-theme-blocks-content-carousel.seventy-thirty > div:first-of-type {
  width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wp-block-theme-blocks-content-carousel.seventy-thirty.content-right > div:first-of-type {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#mlog .wrap .wp-block-theme-blocks-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc(15% - 20px);
  margin-right: 10%;
}

@media screen and (max-width: 767px) {
  #mlog .wrap .wp-block-theme-blocks-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1em;
    margin: 20px 0 50px;
  }
}

#mlog .wrap .wp-block-theme-blocks-introduction.content-left .introduction-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#mlog .wrap .wp-block-theme-blocks-introduction .lead {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-style: normal;
  width: 570px;
  margin-right: 15%;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  padding: 0 0 80px 40px;
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  #mlog .wrap .wp-block-theme-blocks-introduction .lead {
    font-size: 20px;
    padding: 10px 0 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin: 0 auto;
  }
}

#mlog .wrap .wp-block-theme-blocks-introduction .introduction-content {
  width: 70%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #mlog .wrap .wp-block-theme-blocks-introduction .introduction-content {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#mlog .wrap .wp-block-theme-blocks-introduction .introduction-heading {
  width: 30%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #mlog .wrap .wp-block-theme-blocks-introduction .introduction-heading {
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#mlog .wrap .wp-block-theme-blocks-introduction .introduction-heading > h3 {
  position: relative;
  padding-top: .6em;
}

#mlog .wrap .wp-block-theme-blocks-introduction .introduction-heading > h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background: #bbb;
}

@media screen and (max-width: 767px) {
  #mlog .wrap .wp-block-theme-blocks-introduction .introduction-heading > h3:before {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  #mlog .wrap .wp-block-theme-blocks-introduction .introduction-heading > h3 {
    margin-left: 15%;
  }
}

.wp-block-theme-blocks-fashion-slider {
  position: relative;
  margin: 100px auto;
}

@media screen and (max-width: 1400px) {
  .wp-block-theme-blocks-fashion-slider {
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider {
    margin: 100px 20px 0;
  }
}

.wp-block-theme-blocks-fashion-slider > h3 {
  position: relative;
  padding: .6em 0;
  margin: 0 0 1em 5%;
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider > h3 {
    margin-left: 20%;
  }
}

.wp-block-theme-blocks-fashion-slider > h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background: #bbb;
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider > h3:before {
    width: 75px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider .viewport {
    height: unset;
  }
}

.wp-block-theme-blocks-fashion-slider .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wp-block-theme-blocks-fashion-slider .items .wp-block-group {
  min-width: calc(33.333% - 26.666px);
  width: calc(33.333% - 26.666px);
  margin: 0 40px 0 0;
}

.wp-block-theme-blocks-fashion-slider .items .wp-block-group:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider .items .wp-block-group {
    min-width: 100%;
    margin: 0 0 1.5em;
  }
  .wp-block-theme-blocks-fashion-slider .items .wp-block-group .slides {
    height: auto;
  }
}

.wp-block-theme-blocks-fashion-slider .items .wp-block-group .slides {
  max-height: 555px;
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
  .wp-block-theme-blocks-fashion-slider .items .wp-block-group .slides {
    max-height: 350px;
  }
}

.wp-block-theme-blocks-fashion-slider .items .wp-block-group .wp-block-group__inner-container > p:first-of-type {
  font-family: "GT-Walsheim-Regular", sans-serif !important;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .05em !important;
}

.wp-block-theme-blocks-fashion-slider div.nav {
  margin: 0;
  top: calc(50% - 100px);
}

.wp-block-theme-blocks-fashion-slider div.nav.next {
  right: -60px;
}

.wp-block-theme-blocks-fashion-slider div.nav.prev {
  left: -60px;
}

.wp-block-theme-blocks-fashion-slider.scroll-start .nav.prev {
  pointer-events: none;
}

.wp-block-theme-blocks-fashion-slider.scroll-end .nav.next {
  pointer-events: none;
}

.wp-block-theme-blocks-fashion-slider .scroll-wrapper {
  height: 720px;
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider .scroll-wrapper {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider .scroll-wrapper .scroll-content {
    padding: 0;
  }
}

.wp-block-theme-blocks-fashion-slider div.scrollbar {
  width: 360px;
  margin: 3em auto 0;
}

@media screen and (max-width: 1400px) {
  .wp-block-theme-blocks-fashion-slider div.scrollbar {
    margin: -1em auto 5em;
  }
}

@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-fashion-slider div.scrollbar {
    margin: -3em auto 5em;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-fashion-slider div.scrollbar {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */