/**handles:style**/
/*
Theme Name: City Brew Tours
Description: Dedicated Wordpress theme for Company Name
*/
/* ==========================================================================
	Base
/* ========================================================================== */

header .language-selector-wrapper img {
  display: none;
}

header .language-selector-wrapper a.wpml-ls-item img {
  display: block;
}

body:not(.home) #wpfront-notification-bar-spacer {
  display: none!important;
}

.wp-admin #wpfront-notification-bar-spacer {
  display: none!important;
}

#wpfront-notification-bar-spacer #wpfront-notification-bar a.wpfront-button {
  border-radius: 0;
  background: transparent;
  border: 2px solid #3c0015;
  color: #3c0015;
}

#wpfront-notification-bar-spacer #wpfront-notification-bar a.wpfront-button:hover {
  border-radius: 0;
  background: #3c0015;
  color: #f9c311;
}

#wpfront-notification-bar .wpfront-message {
  font-family: 'lato';
  font-weight: bold;
  color: #3c0015;
  text-decoration: none;
  padding: 3px 0;
}

#wpfront-notification-bar .wpfront-message a:not(.wpfront-button) {
  font-family: 'lato';
  font-weight: bold;
  color: #3c0015;
  text-decoration: none;
}

#wpfront-notification-bar .wpfront-message a:not(.wpfront-button):hover {
  color: #fff;
}

#wpfront-notification-bar .wpfront-message a:not(.wpfront-button):visited {
  color: #3c0015;
}

@media screen and (max-width: 650px) {
  #wpfront-notification-bar .wpfront-message {
    font-size: 8px;
  }

  #wpfront-notification-bar-spacer #wpfront-notification-bar a.wpfront-button {
    font-size: 8px;
    border: 1px solid #3c0015;
  }
}

@media screen and (max-width: 800px) {
  #wpfront-notification-bar .wpfront-message {
    font-size: 13px;
  }
}

#bookeo_position iframe {
    min-height: 1000px;
}

/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */

html {
    height: auto;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

/* line 13, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
html,
button,
input,
select,
textarea {
    font-family: Arial, sans-serif;
    color: #444;
}

/* line 21, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

/* line 30, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
body:before {
    content: 'desktop';
    display: none;
}

@media (max-width: 767px) {
    /* line 36, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
    body:before {
        content: 'mobile';
    }
}

/* line 41, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
html, body {
    width: 100%;
    height: 100%;
    font-family: "refrigerator-deluxe";
    font-weight: 400;
}

/* line 49, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 56, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* line 62, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.gm-style img {
    max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
/* line 70, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
a {
    color: #26527c;
    text-decoration: none;
}

/* line 73, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
a img {
    border: 0;
}

/* line 77, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
a:focus,
a:hover {
    color: #08111a;
}

/* line 81, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
a:focus {
    outline: 0;
}

/* line 84, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
/* line 95, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    line-height: 1.5em;
}

/* line 99, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
h1 {
    font-size: 2em;
}

/* line 102, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
h2 {
    font-size: 1.5em;
}

/* line 105, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
h3 {
    font-size: 1.3em;
}

/* line 108, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
h4 {
    font-size: 1.3em;
    font-weight: normal;
}

/* line 112, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
h5, h6 {
    font-size: 1.1em;
}

/* Content Block Elements */
/* line 118, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
dl,
menu,
ol,
ul,
p,
pre {
    margin: 0 0 1em;
}

/* Lists */
/* line 129, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
menu,
ol,
ul {
    padding: 0 0 0 2em;
}

/* Selection Colors */
/* line 137, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

/* line 142, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
/* line 154, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
button,
.button,
a.button,
input.button {
    display: inline-block;
}

/* Responsive Media Styles */
/* line 163, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.media img,
.media video,
.media object,
.media iframe {
    width: 100%;
    height: auto;
}

/* Clear Fix */
/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
.clearfix:after,
.cf:after {
    content: '';
    display: table;
    clear: both;
}

/* Floats */
/* line 180, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.floatleft {
    float: left;
}

/* line 183, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.floatright {
    float: right;
}

/* line 186, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

/* line 190, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* line 195, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.alignnone {
    display: inline-block;
}

/* line 198, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.aligncenter {
    display: block;
    float: none;
    text-align: center;
    clear: both;
    margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
/* line 211, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
.container:after {
    content: '';
    display: table;
    clear: both;
}

/* line 219, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.error404 {
    text-align: center;
}

/* line 221, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.error404 ul {
    text-align: left;
}

/* line 226, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.content.full-width,
.full-width {
    float: none;
    width: 100%;
}

/* line 232, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.article {
    margin-bottom: 1em;
}

/* Navigation */
/* line 239, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
nav > ul {
    margin: 0;
    padding: 0;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
nav ul:after {
    content: '';
    display: table;
    clear: both;
}

/* Paginations */
/* line 251, ../../../../source/wp-content/themes/citybrewtours/css/_global.scss */
.navigation.pagination {
    clear: both;
}

/* =============================================================================
	Layout
/* ========================================================================== */
/* ==========================================================================
	Header
/* ========================================================================== */
/* line 6, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
@media screen and (min-width: 1171px) {
   .language-selector-wrapper {
       display: none;
   }
}

@media screen and (min-width: 971px) {
	.language-selector-wrapper {
       padding-right: 35px;
   }
}

@media screen and (max-width: 970px) {
  .language-selector-wrapper {
      padding-right: 15px;
  }
}


.home header.main {
    opacity: 0;
    transition: opacity .4s ease;
    transition-delay: .6s;
}

@media (max-width: 1199px) {
    /* line 6, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    .home header.main {
        opacity: 1;
    }
}

/* line 13, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
.home header.main.dark {
    opacity: 1;
    transition-delay: .6s;
}

/* line 17, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
.home header.main.sticky {
    opacity: 1;
}

/* line 24, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) {
    position: fixed;
    /*top: 0;*/
    padding-top:2em;
    left: 0;
    width: 100%;
    padding: 10px 40px;
    z-index: 10;
    background: white;
    transition-duration: 0.2s;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

header #primary-navigation .main-menu .wpml-ls-menu-item .wpml-ls-flag {
    width: 23px;
    height: auto;
    top: .5px;
    position: relative;
}

@media (max-width: 1170px) {
    /* line 24, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) {
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }
}

/* line 49, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #primary-navigation > ul {
    margin-bottom: 0;
}

/* line 52, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #primary-navigation > ul > li {
    list-style: none;
    display: inline-block;
    padding: 0 29px;
}

@media (max-width: 1366px) {
    /* line 52, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #primary-navigation > ul > li {
        padding: 0 15px;
    }
}

/* line 61, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #primary-navigation > ul > li > a {
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    color: #3c0014;
    text-transform: uppercase;
    padding: 2px 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    position: relative;
    text-decoration: none;
}

@media (min-width: 1170px) {
    /* line 73, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #primary-navigation > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -33px;
        left: 0;
        width: 100%;
        height: 40px;
    }
}

/* line 84, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #primary-navigation > ul > li > a:hover {
    color: #ffc30f;
    border-bottom: 2px solid #3c0014;
}

/* line 90, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #primary-navigation > ul > li.menu-item-object-ccs_custom_menu_item > a:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 1170px) {
    /* line 48, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #primary-navigation {
        display: none;
    }
}

@media (max-width: 1170px) {
    /* line 103, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #main-logo-wrapper {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -moz-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}

/* line 110, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #main-logo {
    width: 211px;
    position: relative;
    display: block;
    margin-left: 10px;
}

/* line 116, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #main-logo img {
    width: 100%;
    transition-duration: 0.2s;
}

/* line 121, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #main-logo img.dark {
    opacity: 1;
}

/* line 125, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #main-logo img.light {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1170px) {
    /* line 110, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #main-logo {
        margin-left: 40px;
        width: 200px;
    }
}

@media (max-width: 970px) {
    /* line 110, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #main-logo {
        width: 122px;
        margin-left: 16px;
    }
}

/* line 145, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #btn-buytickets {
    color: #a51130;
    border: 3px solid #a51130;
    padding: 6px 23px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    transition-duration: 0.2s;
    margin-right: 10px;
}

@media (max-width: 1170px) {
    /* line 145, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets {
        padding: 9px 21px;
        font-size: 16px;
        letter-spacing: 2px;
        margin-left: 31px;
        margin-right: 0px;
    }
}

/* line 165, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #btn-buytickets .mobile {
    display: none;
}

@media (min-width: 970px) {
    /* line 172, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets:hover {
        background: #a51130;
        color: #FFF;
    }
}

/* line 179, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) .phone {
    display: none;
    color: #3c0014;
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.9px;
    border-bottom: 3px solid #3c0014;
}

@media (max-width: 1170px) {
    /* line 179, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) .phone {
        display: block;
    }
}

/* line 192, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) .phone .mobile {
    display: none;
}

@media (max-width: 970px) {
    /* line 198, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets, header.main:not(.blog-menu) .phone {
        height: 59px;
        width: 50px;
        font-size: 13px;
        margin-left: 0px;
        border: none;
        border-left: 1px solid #000;
        font-weight: 600;
        letter-spacing: 1px;
        color: #3c0014;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    /* line 218, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets span, header.main:not(.blog-menu) .phone span {
        display: none;
    }

    /* line 221, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets .mobile, header.main:not(.blog-menu) .phone .mobile {
        display: block;
    }

    /* line 226, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets:hover, header.main:not(.blog-menu) .phone:hover {
        color: #ffc30f;
    }

    /* line 231, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) .phone img {
        width: 12px;
        margin-bottom: 3px;
        transform: translateY(0px);
    }

    /* line 237, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets img {
        width: 21px;
        margin-bottom: 3px;
        transform: translateY(1px);
    }

    /* line 243, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #btn-buytickets:active, header.main:not(.blog-menu) .phone:active {
        background: #ffeeda;
    }
}

/* line 248, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #mobile-menu {
    display: none;
}

@media (max-width: 1170px) {
    /* line 248, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #mobile-menu {
        display: block;
    }
}

/* line 257, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #mobile-menu-trigger {
    display: none;
    border-left: 1px solid #000;
    height: 95px;
    width: 76px;
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 1px;
    color: #3c0014;
    margin-left: 35px;
    cursor: pointer;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 1170px) {
    /* line 257, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #mobile-menu-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 970px) {
    /* line 257, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #mobile-menu-trigger {
        height: 59px;
        width: 50px;
        font-size: 13px;
        margin-left: 0px;
    }
}

/* line 288, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #mobile-menu-trigger img {
    display: block;
    width: 37px;
    margin-bottom: 19px;
    transform: translateY(9px);
}

@media (max-width: 970px) {
    /* line 288, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main:not(.blog-menu) #mobile-menu-trigger img {
        width: 25px;
        margin-bottom: 10px;
        transform: translateY(5px);
    }
}

/* line 301, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #mobile-menu-trigger .close {
    display: none;
}

/* line 304, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #mobile-menu-trigger img.close {
    width: 21px;
}

/* line 309, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main:not(.blog-menu) #mobile-menu-trigger:hover {
    color: #ffc30f;
}

/* line 315, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main.dark:not(.blog-menu) {
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 2px 1px transparent;
    -moz-box-shadow: 0px 0px 2px 1px transparent;
    box-shadow: 0px 0px 2px 1px transparent;
}

/* line 320, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main.dark:not(.blog-menu) #main-logo img.dark {
    opacity: 0;
}

/* line 323, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main.dark:not(.blog-menu) #main-logo img.light {
    opacity: 1;
}

/* line 329, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main.dark:not(.blog-menu) #primary-navigation > ul > li > a {
    color: #FFF;
}

/* line 333, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main.dark:not(.blog-menu) #primary-navigation > ul > li > a:hover {
    color: #ffc30f;
    border: none;
}

/* line 339, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main.dark:not(.blog-menu) #btn-buytickets {
    color: #3c0014;
    border-color: #FFF;
    background: #FFF;
}

@media (max-width: 1199px) {
    /* line 339, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
    header.main.dark:not(.blog-menu) #btn-buytickets {
        background: transparent;
    }
}

/* line 348, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
header.main.dark:not(.blog-menu) #btn-buytickets:hover {
    background: #a51130;
    border-color: #a51130;
    color: #FFF;
}

/* line 358, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
body.open-mobile-menu:not(.blog-menu) #mobile-menu-trigger .open {
    display: none;
}

/* line 362, ../../../../source/wp-content/themes/citybrewtours/css/_header.scss */
body.open-mobile-menu:not(.blog-menu) #mobile-menu-trigger .close {
    display: block;
}

/* ==========================================================================
	Footer
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main {
    background: #3c0014;
    padding: 53px 0 64px 0;
}

@media (max-width: 1170px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main {
        padding: 70px 0 64px 0;
    }
}

@media (max-width: 970px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main {
        padding: 45px 0 64px 0;
    }
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main {
        padding: 43px 0 64px 0;
    }
}

/* line 21, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 1170px) {
    /* line 21, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .container {
        max-width: 872px;
    }
}

@media (max-width: 970px) {
    /* line 21, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .container {
        max-width: 458px;
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    /* line 21, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .container {
        max-width: 425px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    /* line 21, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* line 53, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 1170px) {
    /* line 53, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info {
        width: 47%;
    }
}

@media (max-width: 970px) {
    /* line 53, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info {
        width: 100%;
    }
}

/* line 71, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info h3 {
    font-family: Factoria;
    font-size: 48.5px;
    font-weight: bold;
    letter-spacing: 2.5px;
    color: #ffeeda;
    text-transform: uppercase;
    margin-bottom: 63px;
}

@media (max-width: 1170px) {
    /* line 71, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info h3 {
        font-size: 47.5px;
        letter-spacing: 1.6px;
        line-height: 51px;
        margin-bottom: 71px;
    }
}

@media (max-width: 970px) {
    /* line 71, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info h3 {
        font-size: 32px;
        letter-spacing: 4.6px;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    /* line 71, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info h3 {
        line-height: 43px;
    }
}

/* line 98, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info .cta {
    margin-bottom: 91px;
}

@media (max-width: 1170px) {
    /* line 98, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .cta {
        margin-bottom: 82px;
    }
}

@media (max-width: 970px) {
    /* line 98, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .cta {
        margin-bottom: 44px;
    }
}

@media (max-width: 768px) {
    /* line 98, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .cta {
        margin-bottom: 17px;
    }
}

/* line 113, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info .cta a {
    border: 2px solid #ffc30f;
    color: #ffeeda;
    transition-duration: 0.2s;
    text-transform: uppercase;
    font-size: 19px;
    padding: 9px 26px;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-right: 37px;
}

@media (max-width: 1170px) {
    /* line 113, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .cta a {
        font-size: 21px;
        padding: 7px 21px;
        margin-right: 34px;
    }
}

@media (max-width: 970px) {
    /* line 113, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .cta a {
        font-size: 19px;
        padding: 10px 22px;
        margin-right: 16px;
        letter-spacing: 2px;
    }
}

@media (max-width: 768px) {
    /* line 113, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .cta a {
        display: inline-block;
        margin-bottom: 15px;
    }
}

/* line 143, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info .cta a:last-child {
    margin-right: 0;
}

/* line 147, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info .cta a:hover {
    background: #ffc30f;
    color: #3c0014;
}

/* line 153, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info .copyright {
    color: #ffeeda;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 72px;
}

@media (max-width: 1170px) {
    /* line 153, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .copyright {
        font-size: 17.5px;
        letter-spacing: 3px;
        line-height: 33px;
        margin-bottom: 66px;
    }
}

@media (max-width: 970px) {
    /* line 153, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .copyright {
        letter-spacing: 3.6px;
        line-height: 35px;
        margin-bottom: 33px;
    }
}

@media (max-width: 768px) {
    /* line 153, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .copyright {
        font-size: 19px;
        letter-spacing: 3.8px;
        margin-bottom: 18px;
    }
}

/* line 181, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info .copyright a, footer.main .info .copyright a:hover {
    color: #ffeeda;
}

/* line 187, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .info .social-icons a {
    margin-right: 15px;
}

@media (max-width: 1170px) {
    /* line 187, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .social-icons a {
        margin-right: 22px;
    }
}

@media (max-width: 970px) {
    /* line 187, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .info .social-icons a {
        margin-right: 26px;
    }
}

/* line 201, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .map {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
footer.main .map li {
	list-style: none;
}

@media (max-width: 1170px) {
    /* line 201, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .map {
        width: 65%;
    }
}

@media (max-width: 970px) {
    /* line 201, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .map {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /* line 201, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .map {
        display: none;
    }
}

/* line 226, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
footer.main .map img {
    border: none;
    max-height: 460px;
    max-width: 552px;
    width: 100%;
}

@media (max-width: 1170px) {
    /* line 226, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .map img {
        max-width: 480px;
        width: 100%;
    }
}

@media (max-width: 970px) {
    /* line 226, ../../../../source/wp-content/themes/citybrewtours/css/_footer.scss */
    footer.main .map img {
        max-height: 349px;
        max-width: 418px;
        max-width: 100%;
        max-height: none;
    }
}

/* ==========================================================================
	Mobile menu
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

/* line 15, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#main-mobile-nav {
    display: none;
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 59px;
    width: 100%;
    background: #230019;
    color: #ffeeda;
    border-top: 3px solid #ffc30f;
    z-index: 999;
}

/* line 30, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#main-mobile-nav.show {
    display: block;
}

/* line 34, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#main-mobile-nav ul {
    margin: 0;
    padding: 0;
}

/* line 39, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#main-mobile-nav li {
    list-style: none;
}

/* line 43, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#main-mobile-nav li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 15px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 17px;
    color: #ffeeda;
}

/* line 59, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#main-mobile-nav a {
    position: relative;
    color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 13px 16px;
    display: block;
    border-bottom: 2px solid #3d1c30;
    cursor: pointer;
}

/* line 73, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
#main-mobile-nav .back:before {
    content: "";
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 17px;
    margin-right: 10px;
    color: #ffc30f;
    -webkit-transform: rotate(180deg) translateY(-1px);
    -moz-transform: rotate(180deg) translateY(-1px);
    -ms-transform: rotate(180deg) translateY(-1px);
    -o-transform: rotate(180deg) translateY(-1px);
    transform: rotate(180deg) translateY(-1px);
    display: inline-block;
    line-height: 7px;
}

/* line 89, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
body.blog #main-mobile-nav {
    top: 110px;
}

/* line 92, ../../../../source/wp-content/themes/citybrewtours/css/style/_mobilemenu.scss */
body.show-mobile-menu #main-mobile-nav {
    display: block;
}

/* ==========================================================================
	Switch city - front page
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
#switch-city {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

@media (min-width: 970px) {
    #switch-city {
        min-height: 765px;
    }
}

@media (max-width: 970px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    #switch-city {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -moz-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}

/* line 20, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
#switch-city .social-mobile {
    display: none;
    width: 100%;
    text-align: center;
    height: auto;
    background: #230019;
    padding: 40px 10px;
}

@media (max-width: 970px) {
    /* line 20, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    #switch-city .social-mobile {
        display: block;
    }
}

/* line 32, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
#switch-city .social-mobile a {
    margin: 0 11px;
}

/* line 39, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity {
    background: #230019;
    width: 33.5%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media (max-width: 1170px) {
    /* line 39, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity {
        width: 36%;
    }
}

@media (max-width: 970px) {
    /* line 39, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity {
        width: 100%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
}

/* line 61, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity .logo img {
    width: 275px;
    margin: 40px;
}

@media (max-width: 1170px) {
    /* line 61, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .logo img {
        width: 171px;
        margin: 38px;
        margin-bottom: 15px;
    }
}

@media (max-width: 970px) {
    /* line 61, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .logo img {
        width: 176px;
    }
}

@media (max-width: 768px) {
    /* line 61, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .logo img {
        width: 120px;
        margin: 20px;
    }
}

.info-switchcity .header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media (max-width: 970px) {
    /* line 82, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .header {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    /* line 93, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .header {
        margin-top: 3px;
    }
}

/* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity .info-title {
    font-family: "factoria";
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1.5px;
    margin: 0 0 10px 0;
    width: 100%;
    padding: 0 60px;
}

@media (max-width: 768px) {
    .info-switchcity .info-title.desktop {
        display: none;
    }
}

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

@media (max-width: 1170px) {
    /* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .info-title {
        /*font-size: 62px;
	line-height: 57px;
	max-width: 260px;*/
        padding: 0 30px;
    }
}

@media (max-width: 970px) {
    /* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .info-title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 65px 0 72px 0;
        max-width: 100%;
        /*font-size: 64px;*/
    }
}

@media (max-width: 768px) {
    /* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .info-title {
        /*
		font-size: 32px;
		*/
        font-size: 15px;
        line-height: 20px;
        margin: 26px 0;
    }
}

@media (max-width: 970px) {
    /* line 130, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* line 135, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity nav .phone {
    display: none;
}

@media (max-width: 970px) {
    /* line 135, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav .phone {
        display: inline;
    }
}

@media (max-width: 768px) {
    /* line 135, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav .phone {
        display: block;
        text-align: center;
    }
}

/* line 146, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity nav ul {
    text-align: center;
    padding: 0;
}

@media (max-width: 970px) {
    /* line 146, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav ul {
        display: inline;
    }
}

@media (max-width: 768px) {
    /* line 146, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav ul {
        display: block;
    }
}

/* line 157, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity nav ul li {
    display: inline-block;
}

/* line 160, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity nav ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "refrigerator-deluxe";
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 3.1px;
    margin: 0 13px;
    position: relative;
    text-decoration: none;
}

/* line 171, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity nav ul li a:after {
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: -2px;
    left: -2px;
    content: "";
}

/* line 182, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity nav ul li a:hover {
    color: #ffc30f;
    border-color: #ffc30f;
}

.info-switchcity nav ul li a:hover:after {
    background: #ffc30f;
}

@media (max-width: 970px) {
    /* line 190, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav .phone, .info-switchcity nav ul li a {
        font-size: 19px;
        margin: 0 12px;
        letter-spacing: 3.7px;
    }

    /* line 195, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav .phone {
        letter-spacing: 3px;
        margin-right: 11px;
    }
}

@media (max-width: 768px) {
    /* line 202, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav .phone, .info-switchcity nav ul li a {
        font-size: 16px;
        letter-spacing: 2px;
    }

    /* line 206, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav ul {
        margin-top: 18px;
    }

    /* line 208, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity nav ul li a {
        letter-spacing: 3px;
    }
}

/* line 216, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity .social {
    text-align: center;
    margin: 30px;
}

@media (max-width: 970px) {
    /* line 216, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .info-switchcity .social {
        display: none;
    }
}

/* line 225, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity .phone {
    color: #ffc30f;
    text-transform: uppercase;
    font-family: "refrigerator-deluxe";
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1.9px;
    margin: 0 11px;
}

/* line 235, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity .social-icons {
    margin-top: 10px;
}

/* line 238, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.info-switchcity .social-icons a {
    margin: 0 5px;
}

/* line 245, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity {
    width: 66.5%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 1170px) {
    /* line 245, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity {
        width: 65%;
    }
}

@media (max-width: 970px) {
    /* line 245, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity {
        width: 100%;
        height: auto;
    }
}

/* line 265, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city {
    width: 33.33%;
    position: relative;
    overflow: hidden;
    display: block;
}

@media (max-width: 970px) {
    /* line 265, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city {
        min-height: 381px;
    }
}

@media (max-width: 768px) {
    /* line 265, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city {
        width: 100%;
        min-height: 239px;
    }
}

/* line 279, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    z-index: 1;
}

/* line 292, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city .name {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 970px) {
    /* line 292, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city .name {
        top: 48%;
    }
}

/* line 304, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city .name h2 {
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0;
    line-height: 35px;
    white-space: nowrap;
}

@media (max-width: 1170px) {
    /* line 304, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city .name h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    /* line 304, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city .name h2 {
        letter-spacing: 2.6px;
    }
}

/* line 321, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city .name h3 {
    font-family: "prohibition";
    font-weight: 400;
    font-size: 70px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    line-height: 61px;
    white-space: nowrap;
}

@media (max-width: 1170px) {
    /* line 321, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city .name h3 {
        font-size: 67px;
        letter-spacing: 3px;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    /* line 321, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city .name h3 {
        font-size: 72px;
        margin: 0 0 15px 0;
    }
}

/* line 342, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city .name .underline {
    width: 15px;
    height: 2px;
    margin: 28px auto 0 auto;
}

@media (max-width: 1170px) {
    /* line 342, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city .name .underline {
        width: 21px;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px);
    }
}

/* line 355, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city:hover .image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

/* line 360, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.dark {
    background-color: #3c0014;
    color: #ffeeda;
}

/* line 364, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.dark h3, .cities-switchcity .city.dark h2 {
    color: #ffeeda;
}

/* line 368, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.dark .underline {
    background: #ffeeda;
}

/* line 373, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.light {
    background-color: #ffeeda;
    color: #230019;
}

/* line 377, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.light h3, .cities-switchcity .city.light h2 {
    color: #230019;
}

/* line 381, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.light .underline {
    background: #230019;
}

/* line 386, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.request {
    color: #230019;
}

/* line 389, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.request h2 {
    font-size: 16px;
    line-height: 19px;
    text-transform: initial;
    white-space: normal;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
    max-width: 145px;
}

@media (max-width: 1170px) {
    /* line 389, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city.request h2 {
        font-size: 19px;
        max-width: 163px;
        margin-bottom: 36px;
    }
}

/* line 404, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.request h3 {
    font-size: 16px;
    line-height: 25px;
    font-family: "refrigerator-deluxe";
    letter-spacing: 1.3px;
    font-weight: 600;
    margin-bottom: 11px;
}

@media (max-width: 1170px) {
    /* line 404, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city.request h3 {
        font-size: 19px;
        margin-bottom: 17px;
    }
}

/* line 418, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.request a {
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    border: 3px solid #230019;
    color: #230019;
    text-transform: uppercase;
    padding: 7px 31px;
    font-size: 17px;
    letter-spacing: 0.4px;
    transition-duration: 0.2s;
}

@media (max-width: 1170px) {
    /* line 418, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
    .cities-switchcity .city.request a {
        padding: 7px 35px;
        font-size: 18px;
        letter-spacing: 1.2px;
    }
}

/* line 436, ../../../../source/wp-content/themes/citybrewtours/css/style/_switch_city.scss */
.cities-switchcity .city.request a:hover {
    background: #230019;
    color: #FFFFFF;
}

/* ==========================================================================
	Content
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
main.content {
    padding-top: 143px;
    margin-bottom: 50px;
    display: block;
}

.page-template.fullwidth main.content {
    padding-top: 25px;
}

@media (max-width: 1170px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content {
        padding-top: 165px;
    }
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content {
        padding-top: 100px;
    }
}

/* line 19, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
main.content.with-sidebar {
    padding-top: 0;
    margin-bottom: 0;
}

/* line 24, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
main.content.with-sidebar > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 1170px) {
    /* line 24, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar > .container {
        padding: 0 38px;
    }
}

@media (max-width: 970px) {
    /* line 24, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar > .container {
        padding: 0 23px;
    }
}

@media (max-width: 480px) {
    /* line 24, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar > .container {
        padding: 0 15px;
    }
}

/* line 45, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
main.content.with-sidebar .content {
    width: calc(100% - 262px);
    border-top: 1px solid #482b40;
    border-left: 1px solid #482b40;
    padding: 59px 0 59px 29px;
}

/* line 51, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
main.content.with-sidebar .content p {
    padding-right: 10px;
}

@media (max-width: 1170px) {
    /* line 51, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content p {
        padding-right: 55px;
    }
}

@media (max-width: 970px) {
    /* line 51, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content p {
        padding-right: 15px;
    }
}

/* line 64, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
main.content.with-sidebar .content img {
    max-width: calc(100% + 10px);
}

@media (max-width: 1170px) {
    /* line 64, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content img {
        max-width: calc(100% + 55px);
    }
}

@media (max-width: 970px) {
    /* line 64, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content img {
        max-width: 100%;
    }
}

@media (max-width: 1170px) {
    /* line 45, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content {
        width: calc(100% - 249px);
        padding: 49px 0 73px 56px;
    }
}

@media (max-width: 970px) {
    /* line 45, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content {
        width: calc(100% - 217px);
        padding: 51px 0 44px 26px;
    }
}

@media (max-width: 768px) {
    /* line 45, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content {
        width: 100%;
        padding: 11px 72px 29px 72px;
        border: none;
    }
}

@media (max-width: 768px) {
    /* line 45, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    main.content.with-sidebar .content {
        width: 100%;
        padding: 12px 0 28px 0;
        border: none;
    }
}

/* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
.sidebar {
    width: 262px;
    border-top: 1px solid #482b40;
}

@media (max-width: 1170px) {
    /* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    .sidebar {
        width: 249px;
    }
}

@media (max-width: 970px) {
    /* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    .sidebar {
        width: 217px;
    }
}

@media (max-width: 768px) {
    /* line 99, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    .sidebar {
        display: none;
    }
}

/* line 116, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
.sidebar.mobile {
    display: none;
    margin-top: 59px;
    width: 100%;
}

@media (max-width: 768px) {
    /* line 116, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    .sidebar.mobile {
        display: block;
    }
}

/* line 133, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    color: #230019;
}

/* line 138, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
h1 {
    font-family: "prohibition";
    font-weight: 400;
    color: #ffc30f;
    text-align: center;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 8.4px;
    margin-bottom: 60px;
}

@media (max-width: 1170px) {
    /* line 138, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h1 {
        font-size: 116px;
        line-height: 108px;
        letter-spacing: 7.6px;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    /* line 138, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h1 {
        font-size: 63px;
        letter-spacing: 2.2px;
        line-height: 61px;
        margin-bottom: 74px;
    }
}

/* line 163, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
h2 {
    font-family: "factoria";
    font-size: 64px;
    letter-spacing: 3.6px;
    margin-bottom: 12px;
    line-height: 64px;
    /*text-align: center;*/
}

@media (max-width: 1170px) {
    /* line 163, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h2 {
        font-size: 51px;
        letter-spacing: 1.6px;
        margin-bottom: 25px;
        line-height: 51px;
    }
}

@media (max-width: 768px) {
    /* line 163, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h2 {
        font-size: 40px;
        letter-spacing: 1.5px;
        margin-bottom: 28px;
        line-height: 52px;

        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

/* line 184, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
h3 {
    font-family: "factoria";
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 1.9px;
    padding-top: 15px;
    margin-bottom: 2px;
}

@media (max-width: 1170px) {
    /* line 184, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h3 {
        padding-top: 25px;
        font-size: 40px;
        letter-spacing: 2.2px;
        margin-bottom: 17px;
        line-height: auto;
    }
}

@media (max-width: 768px) {
    /* line 184, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h3 {
        line-height: 48px;
        padding-top: 31px;
        margin-bottom: 24px;
    }
}

/* line 207, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
h4 {
    font-family: "refrigerator-deluxe";
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 5px;
    line-height: 36px;
}

@media (max-width: 1170px) {
    /* line 207, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h4 {
        font-size: 38px;
        letter-spacing: 2.6px;
    }
}

@media (max-width: 768px) {
    /* line 207, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    h4 {
        letter-spacing: 1.2px;
    }
}

/* line 225, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
h5 {
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    padding-top: 3px;
    letter-spacing: 2px;
    margin-bottom: 7px;
}

/* line 235, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
h6 {
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    font-size: 20.7px;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

/* line 245, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
p {
    font-family: 'Lato', sans-serif;
    font-size: 16.6px;
    text-align: left;
    line-height: 26.9px;
    margin-bottom: 28px;
    color: #230019;
}

@media (max-width: 1170px) {
    /* line 245, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    p {
        font-size: 15.8px;
        line-height: 27.1px;
        margin-bottom: 28px;
    }
}

/* line 259, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
p a, h6 a {
    color: #a51130;
    text-decoration: underline;
}

/* line 264, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
p a:hover, h6 a:hover {
    color: #ffc30f;
}

/* line 269, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
.button-wrap {
    margin-bottom: 10px;
    display: block;
}

/* line 275, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
ul:not([role="tablist"]), ol:not([role="tablist"]) {
    padding: 0 0 0 14px;
    margin-bottom: 28px;
}

/* line 279, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
ul:not([role="tablist"]) li:not(.menu-item):not(.dl-back), ol:not([role="tablist"]) li:not(.menu-item):not(.dl-back) {
    color: #230019;
    font-family: 'Lato', sans-serif;
    font-size: 16.7px;
    line-height: 27px;
}

/* line 285, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
ul:not([role="tablist"]) li:not(.menu-item):not(.dl-back) a, ol:not([role="tablist"]) li:not(.menu-item):not(.dl-back) a {
    color: #a51130;
    text-decoration: underline;
}

/* line 290, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
ul:not([role="tablist"]) li:not(.menu-item):not(.dl-back) a:hover, ol:not([role="tablist"]) li:not(.menu-item):not(.dl-back) a:hover {
    color: #ffc30f;
}

@media (max-width: 1170px) {
    /* line 279, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
    ul:not([role="tablist"]) li:not(.menu-item):not(.dl-back), ol:not([role="tablist"]) li:not(.menu-item):not(.dl-back) {
        font-size: 15.8px;
        line-height: 27.6px;
        padding-left: 0px;
    }
}

/* line 301, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
ul:not([role="tablist"]) ul, ol:not([role="tablist"]) ul {
    margin: 0;
}

/* line 306, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
ol:not([role="tablist"]) {
    padding: 0 0 0 26px;
}

/* line 310, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
.line {
    width: 100%;
    height: 1px;
    background: #230019;
    margin-top: 23px;
    margin-bottom: 40px;
}

/* line 319, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
iframe {
    width: 100%;
    max-width: 100%;
    /*height: auto;*/
}

/*#bookeo_position iframe {
    height: 140vh;
}*/

/* line 325, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
.video-container {
    position: relative;
    padding-bottom: 55.8%;
    height: 0;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 84px;
}

/* line 333, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
.video-container.video-container-before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* line 341, ../../../../source/wp-content/themes/citybrewtours/css/style/_content.scss */
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0px;
}

/* ==========================================================================
	Featured image
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
.featured-image {
    width: 100%;
    min-height: 400px;
    position: relative;
    background-size: cover;
    margin-bottom: 23px;
    position: relative;
}

.featured-image.smaller {
    min-height: 280px;
}

@media (max-width: 1170px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image {
        margin-top: 95px;
        min-height: 326px;
        margin-bottom: 23px;
    }

    .featured-image.smaller {
        min-height: 220px;
    }
}

@media (max-width: 970px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image {
        margin-top: 59px;
    }
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image {
        margin-top: 0;
        min-height: 268px;
    }

    .featured-image.smaller {
        min-height: 150px;
    }
}

@media (max-width: 480px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image {
        min-height: 180px;
    }

    .featured-image.smaller {
        min-height: 100px;
    }
}

/* line 32, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
.featured-image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -42%);
    -moz-transform: translate(-50%, -42%);
    -ms-transform: translate(-50%, -42%);
    -o-transform: translate(-50%, -42%);
    transform: translate(-50%, -42%);
    margin: 0;
    font-size: 90px;
    display: block;
    width: 100%;
    line-height: 90px;
    display: block;
    max-width: 1170px;
}

@media (max-width: 1170px) {
    /* line 32, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image h1 {
        -webkit-transform: translate(-50%, -62%);
        -moz-transform: translate(-50%, -62%);
        -ms-transform: translate(-50%, -62%);
        -o-transform: translate(-50%, -62%);
        transform: translate(-50%, -62%);
        font-size: 81px;
        letter-spacing: 7.7px;
        line-height: 81px;
    }
}

@media (max-width: 970px) {
    /* line 32, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image h1 {
        -webkit-transform: translate(-50%, -62%);
        -moz-transform: translate(-50%, -62%);
        -ms-transform: translate(-50%, -62%);
        -o-transform: translate(-50%, -62%);
        transform: translate(-50%, -62%);
        font-size: 83px;
        line-height: 83px;
    }
}

@media (max-width: 768px) {
    /* line 32, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image h1 {
        -webkit-transform: translate(-50%, -54%);
        -moz-transform: translate(-50%, -54%);
        -ms-transform: translate(-50%, -54%);
        -o-transform: translate(-50%, -54%);
        transform: translate(-50%, -54%);
        font-size: 61px;
        white-space: normal;
        width: 80%;
        letter-spacing: 3.6px;
        line-height: 61px;
    }
}

@media (max-width: 480px) {
    /* line 32, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
    .featured-image h1 {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        padding: 10px;
        word-wrap: break-word;
    }
}

/* line 73, ../../../../source/wp-content/themes/citybrewtours/css/style/_featuredimage.scss */
.featured-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #140306;
    opacity: 0.6;
}

/* line 3, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area h3 {
    font-family: "refrigerator-deluxe";
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 12px;
    border-bottom: 2px solid #ffc30f;
    padding-bottom: 15px;
    margin-bottom: 0px;
    position: relative;
    color: #ffc30f;
    line-height: 24px;
}

@media (max-width: 970px) {
    /* line 3, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area h3 {
        font-size: 20px;
        padding-left: 16px;
    }
}

@media (max-width: 768px) {
    /* line 23, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area h3 {
        text-align: center;
        background: #ffc30f;
        color: #230019;
        font-size: 17px;
        padding-left: 0;
        padding: 20px 0;
        border: none;
        letter-spacing: 3.6px;
        cursor: pointer;
    }

    /* line 35, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area h3 .icon {
        width: 8px;
        height: 6px;
        background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-sidebarmenu-header-dark.png");
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 8px;
        background-size: 100%;
    }
}

/* line 55, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul {
    padding: 0;
}

/* line 58, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li {
    list-style: none;
}

/* line 62, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul > li {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 0 12px;
    cursor: pointer;
}

@media (max-width: 970px) {
    /* line 62, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul > li {
        padding: 0 0 0 15px;
    }
}

/* line 72, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children {
    padding: 0 25px 0 12px;
    background: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-sidebarmenu-open.png") no-repeat;
    background-size: 10px 10px;
    background-position: right 10px top 22px;
}

@media (max-width: 1170px) {
    /* line 72, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children {
        background-position: right 12px top 21px;
    }
}

@media (max-width: 768px) {
    /* line 72, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children {
        padding: 0 43px 0 12px;
    }
}

/* line 86, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children li {
    background: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-sidebarmenu-child.png") no-repeat;
    background-size: 5px 8px;
    background-position: left 0px top 19px;
}

/* line 91, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children li a:hover {
    color: #a51130;
}

@media (max-width: 1170px) {
    /* line 98, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children > a {
        padding: 18px 0;
    }
}

@media (max-width: 970px) {
    /* line 98, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children > a {
        padding: 21px 0 21px 3px;
    }
}

@media (max-width: 970px) {
    /* line 110, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children li.open > a {
        padding: 21px 0 21px 0px;
    }
}

/* line 116, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children ul {
    display: none;
    padding: 0 0 0 4px;
    margin: 0 0 0 0;
}

/* line 122, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children ul a {
    color: inherit;
    padding: 15px 10px;
}

@media (max-width: 1170px) {
    /* line 122, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children ul a {
        padding: 14px 8px;
    }
}

/* line 131, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children .dl-submenu {
    margin-top: -7px;
}

@media (max-width: 1170px) {
    /* line 131, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children .dl-submenu {
        margin-top: 4px;
    }
}

/* line 140, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children.open {
    background: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-sidebarmenu-close.png") no-repeat;
    background-size: 10px 2px;
    background-position: right 10px top 22px;
}

@media (max-width: 1170px) {
    /* line 140, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children.open {
        background-position: right 12px top 27px;
    }
}

@media (max-width: 768px) {
    /* line 140, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children.open {
        padding: 0 40px 0 15px;
        background-position: right 12px top 27px;
    }
}

/* line 154, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.menu-item-has-children.open ul {
    display: block;
}

/* line 159, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.current-menu-item {
    background-color: #fbfafa;
}

/* line 162, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container > ul li.current-menu-item > a {
    color: #a51130 !important;
}

/* line 168, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    padding: 18px 32px 18px 2px;
    display: block;
    font-family: "refrigerator-deluxe";
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
}

@media (max-width: 1170px) {
    /* line 168, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .sidebar-menu-container a {
        font-size: 17.9px;
        padding: 18px 30px 14px 0;
        letter-spacing: 1.4px;
    }
}

/* line 188, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .sidebar-menu-container a:hover {
    color: #a51130;
}

/* line 193, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .menu-subpage-menu-container {
    max-width: 285px;
    margin: auto;
}

@media (max-width: 768px) {
    /* line 193, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .menu-subpage-menu-container {
        display: none;
    }
}

@media (max-width: 768px) {
    /* line 202, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    aside.widget-area .menu-subpage-menu-container.open {
        display: block;
    }
}

/* line 208, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
aside.widget-area .widget_text a {
    width: 100%;
}

@media (max-width: 768px) {
    /* line 215, ../../../../source/wp-content/themes/citybrewtours/css/style/_sidebar.scss */
    .sidebar-menu-container {
        display: none;
    }
}

/* ==========================================================================
	Gallery
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 -15px;
}

/* line 15, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
.gallery .gallery-item {
    max-width: 360px;
    margin: 23px 15px 0 15px;
    background: #000;
}

@media (max-width: 1170px) {
    /* line 15, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
    .gallery .gallery-item {
        width: 50%;
        max-width: 335px;
    }
}

@media (max-width: 768px) {
    /* line 15, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
    .gallery .gallery-item {
        width: 100%;
        max-width: none;
    }
}

/* line 30, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
.gallery .gallery-item .wp-caption-text {
    display: none;
}

/* line 34, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
.gallery .gallery-item img {
    transition-duration: 0.2s;
    width: 100%;
}

/* line 40, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
.gallery .gallery-item:hover img {
    opacity: 0.8;
}

@media (max-width: 768px) {
    /* line 40, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
    .gallery .gallery-item:hover img {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    /* line 49, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
    .gallery .gallery-item a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }

    /* line 56, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
    .gallery .gallery-item a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: #FFF;
        width: 88%;
        height: 79%;
        background: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-gallery-hover.png"), #FFF;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px 24px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        transition-duration: 0.2s;
    }

    /* line 73, ../../../../source/wp-content/themes/citybrewtours/css/components/_gallery.scss */
    .gallery .gallery-item:hover a:after {
        opacity: 1;
    }
}

/* ==========================================================================
	Lightbox
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-desktop .tos-wrapper.tos-fixed {
    background-color: #230019;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-desktop .tos-close {
    opacity: 1 !important;
    background: none;
}

/* line 14, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-close span:after, .tos-close span:before {
    width: 11px;
    height: 11px;
}

/* line 19, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-pagination.tos-thumbnails {
    display: none;
}

/* line 23, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-caption {
    opacity: 1 !important;
}

/* line 26, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-caption > div {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffeeda;
    font-size: 15px;
}

/* line 36, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-prev, .tos-next {
    opacity: 1.0 !important;
    width: 20px;
    background: none;
    height: 37px;
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-lightbox-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 46, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-prev span, .tos-next span {
    display: none;
}

/* line 51, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-prev:hover, .tos-next:hover {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-lightbox-arrow-hover.png");
}

/* line 55, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 60, ../../../../source/wp-content/themes/citybrewtours/css/components/_lightbox.scss */
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide {
    padding-left: 10px;
    padding-right: 10px;
}

/* ==========================================================================
	Slideshow
/* ========================================================================== */
/* line 7, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 11, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper img {
    width: 100%;
}

/* line 15, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-pager {
    display: none;
}

/* line 20, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction {
    position: absolute;
    bottom: 5px;
    left: 8px;
    background: #ffc30f;
    color: #000;
    width: 195px;
    height: 40px;
    z-index: 2;
}

@media (max-width: 768px) {
    /* line 20, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
    .bx-wrapper .bx-controls-direction {
        left: 50%;
        bottom: -35px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* line 36, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction a {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-slideshow-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 11px;
    top: 72%;
}

/* line 46, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-slideshow-arrowprev.png");
}

/* line 50, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction a.bx-next:hover, .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: center center;
}

/* line 54, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction .number {
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 60, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction .number span {
    font-weight: 600;
}

/* line 65, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction .progress {
    width: 0%;
    background: #FFF;
    position: absolute;
    top: -3px;
    left: 0;
    height: 3px;
    transition-duration: 4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* line 77, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction .progress.no-animation {
    transition-duration: 0s;
}

/* line 81, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.bx-wrapper .bx-controls-direction .progress.animation {
    width: 100%;
}

/* line 90, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .slick-slide {
    position: relative;
}

/* line 94, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .progress {
    width: 0%;
    background: #FFF;
    position: absolute;
    top: -3px;
    left: 0;
    height: 3px;
    transition-duration: 4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* line 106, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .progress.desktop {
    bottom: 0;
    left: 0;
    top: initial;
    background: #ffeeda;
    z-index: 1;
}

@media (max-width: 768px) {
    /* line 106, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
    .slick-slider .progress.desktop {
        display: none;
    }
}

/* line 118, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .progress.no-animation {
    transition-duration: 0s;
}

/* line 122, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .progress.animation {
    width: 100%;
}

/* line 126, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffc30f;
    color: #000;
    width: 195px;
    height: 40px;
    z-index: 2;
}

@media (max-width: 1170px) {
    /* line 126, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
    .slick-slider .controls {
        width: 223px;
        height: 50px;
    }
}

@media (min-width: 768px) {
    /* line 126, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
    .slick-slider .controls {
        bottom: 3px;
    }

    /* line 144, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
    .slick-slider .controls .progress {
        display: none;
    }
}

@media (max-width: 768px) {
    /* line 126, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
    .slick-slider .controls {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* line 154, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .controls .number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "refrigerator-deluxe";
    font-size: 19px;
    letter-spacing: 1px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1170px) {
    /* line 154, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
    .slick-slider .controls .number {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2.4px;
    }
}

/* line 169, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .controls .number span {
    font-weight: 600;
}

/* line 174, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .controls a {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-slideshow-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
}

/* line 187, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .controls a.prev {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-slideshow-arrowprev.png");
    left: 18px;
}

/* line 192, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .controls a.next {
    right: 18px;
}

/* line 196, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
.slick-slider .controls a.next:hover, .slick-slider .controls a.prev:hover {
    background-position: center center;
}

/* line 203, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
body.tour .slick-slider .progress.desktop {
    display: none;
}

/* line 207, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
body.tour .slick-slider .controls {
    bottom: 0px;
}

/* line 210, ../../../../source/wp-content/themes/citybrewtours/css/components/_slideshow.scss */
body.tour .slick-slider .controls .progress {
    display: block;
}

/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item:hover .navi-megamenu {
    visibility: visible;
    opacity: 1;
}

/* line 12, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
.navi-megamenu {
    position: absolute;
    top: calc(100%);
    left: 0;
    width: 100%;
    min-height: 100px;
    background-color: white;
    padding-top: 39px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e7f2f7;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

/* line 27, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
.navi-megamenu ul.submenu {
    display: none;
}

/* line 31, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
.navi-megamenu .row {
    text-align: center;
}

/* line 34, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
.navi-megamenu [class*="col-"] {
    display: inline-block;
    float: none;
    vertical-align: top;
}

/* line 41, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
.megamenu-list-title {
    font-size: 15px;
    margin-bottom: 1.24em;
    text-align: left;
}

/* line 48, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
ul.megamenu-list {
    text-align: left;
}

/* line 51, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
ul.megamenu-list li {
    float: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.01em;
    line-height: 1.34em;
    margin-bottom: 1em;
}

/* line 60, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
ul.megamenu-list li:after {
    content: none;
}

/* line 66, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
a.megamenu-img-caption {
    padding-top: 4px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
}

/* line 73, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
a.megamenu-img-caption img {
    width: 100%;
    height: auto;
}

/* line 77, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
a.megamenu-img-caption .mm-img {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

/* line 81, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
a.megamenu-img-caption .mm-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity 300ms ease;
}

/* line 94, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
a.megamenu-img-caption:hover {
    color: #248ec2;
}

/* line 96, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
a.megamenu-img-caption:hover .mm-img:after {
    opacity: 0.2;
}

/* line 105, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu {
    padding: 17px 0;
    background-color: #ffefdc;
    border-top: 4px solid #ffc30f;
}

/* line 110, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .container {
    width: 100%;
    padding: 0;
    margin: auto;
    max-width: 1140px;
}

/* line 117, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/* line 125, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .row > div {
    width: 25%;
}

/* line 130, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1.4px;
    font-weight: 800;
    margin-bottom: 13px;
    color: #230019;
    padding-right: 15px;
    line-height: 22px;
}

/* line 141, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .megamenu-list {
    margin: 0;
    padding: 0;
}

/* line 145, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .megamenu-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 150, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .megamenu-list li a {
    color: #230019;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Lato', sans-serif;
}

/* line 156, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .megamenu-list li a:hover {
    color: #a51130;
}

/* line 163, ../../../../source/wp-content/themes/citybrewtours/css/components/_megamenu.scss */
#primary-navigation .navi-megamenu .megamenu-img-caption {
    padding: 7px 10px;
    color: #230019;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #230019;
}

/* ==========================================================================
	Accordion
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title {
    border: 1px solid #3c0014;
    font-family: "refrigerator-deluxe";
    font-size: 23px;
    padding: 11px 18px 9px 23px;
    letter-spacing: 2.1px;
    transition-duration: 0.2s;
    margin-top: 26px;
    color: #232328;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1170px) {
    /* line 9, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-title {
        font-size: 20.6px;
        padding: 11px 7px 11px 31px;
        margin-top: 31px;
    }
}

@media (max-width: 768px) {
    /* line 9, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-title {
        font-size: 17px;
        padding: 7px 9px 7px 24px;
        line-height: 22px;
        letter-spacing: 2.4px;
    }
}

/* line 37, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title .icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 6px;
    top: 0px;
    left: -6px;
    display: inline-block;
    float: right;
    transition-duration: 0.2s;
}

@media (max-width: 1170px) {
    /* line 37, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-title .icon {
        top: 1px;
        left: -1px;
    }
}

@media (max-width: 768px) {
    /* line 37, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-title .icon {
        top: -4px;
    }
}

/* line 57, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title .icon:after {
    background-color: #232328;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 7px;
    left: 4px;
    content: "";
}

@media (max-width: 1170px) {
    /* line 57, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-title .icon:after {
        width: 12px;
    }
}

/* line 70, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title .icon:before {
    background-color: #232328;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 8px;
    content: "";
}

@media (max-width: 1170px) {
    /* line 70, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-title .icon:before {
        height: 11px;
        top: 3px;
        left: 9px;
    }
}

/* line 87, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-content {
    border: 1px solid #3c0014;
    border-top: none;
    display: none;
    background: white;
    padding: 22px 70px 23px 28px;
    font-size: 16.4px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #232328;
    font-family: 'Lato', sans-serif;
}

/* line 100, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-content p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 5px;
}

@media (max-width: 1170px) {
    /* line 87, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-content {
        font-size: 17.2px;
        padding: 9px 39px 10px 32px;
        line-height: 23px;
        letter-spacing: 0.1px;
    }
}

@media (max-width: 768px) {
    /* line 87, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
    .accordion .accordion-content {
        padding: 15px 34px 21px 24px;
        line-height: 24px;
    }
}

/* line 119, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title:hover {
    background: #ffeeda;
}

/* line 122, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title:hover .icon:after, .accordion .accordion-title:hover .icon:before {
    background-color: #ffc30f;
}

/* line 127, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title.open {
    background: #ffeeda;
}

/* line 130, ../../../../source/wp-content/themes/citybrewtours/css/components/_accordion.scss */
.accordion .accordion-title.open .icon {
    -webkit-transform: translate(0, -1px) rotate(45deg);
    -moz-transform: translate(0, -1px) rotate(45deg);
    -ms-transform: translate(0, -1px) rotate(45deg);
    -o-transform: translate(0, -1px) rotate(45deg);
    transform: translate(0, -1px) rotate(45deg);
}

/* ==========================================================================
	Blockquotes
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.light {
    margin: 0;
    margin-top: 72px;
    margin-bottom: 63px;
    max-width: 422px;
    border-top: 2px solid #230019;
    border-bottom: 2px solid #230019;
    position: relative;
}

@media (max-width: 1170px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.light {
        margin-left: 41px;
        max-width: 512px;
        margin-top: 115px;
    }
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.light {
        margin: 75px 0 20px 0;
    }
}

/* line 24, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.light .content {
    font-family: "factoria";
    color: #230019;
    font-weight: 600;
    font-size: 16.8px;
    letter-spacing: 0px;
    line-height: 24px;
    position: relative;
    padding: 20px 0;
    z-index: 2;
}

@media (max-width: 1170px) {
    /* line 24, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.light .content {
        font-size: 20.4px;
        line-height: 28px;
        padding: 20px 0 27px 0;
    }
}

@media (max-width: 768px) {
    /* line 24, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.light .content {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 0 15px 0;
    }
}

/* line 48, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.light .content:before {
    content: "\2018\2018";
}

/* line 51, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.light .content:after {
    content: "\2019\2019";
}

/* line 55, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.light cite {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "refrigerator-deluxe";
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    color: #230019;
    background: #FFF;
    transform: translateY(50%);
    padding-left: 6px;
    font-size: 15px;
    letter-spacing: 0.9px;
}

@media (max-width: 1170px) {
    /* line 55, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.light cite {
        font-size: 17.7px;
        padding: 0 4px 0 8px;
    }
}

/* line 77, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.light:before {
    content: "\2018\2018";
    color: #ffc30f;
    font-size: 250px;
    position: absolute;
    top: 50%;
    left: -17px;
    font-family: "factoria";
    font-weight: bold;
    line-height: 1px;
    letter-spacing: -17px;
    z-index: 1;
}

@media (max-width: 1170px) {
    /* line 77, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.light:before {
        top: 47%;
        font-size: 285px;
    }
}

@media (max-width: 768px) {
    /* line 77, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.light:before {
        top: 45%;
        font-size: 265px;
    }
}

/* line 101, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.light:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    height: 10px;
    width: 102px;
    background: #FFF;
}

/* line 111, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark {
    margin: 0;
    margin-top: 72px;
    max-width: 293px;
    background: #230019;
    padding: 10px;
    margin-bottom: 61px;
}

@media (max-width: 1170px) {
    /* line 111, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark {
        max-width: 353px;
        margin-top: 38px;
        padding: 11px 14px;
        margin-bottom: 34px;
    }
}

@media (max-width: 768px) {
    /* line 111, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark {
        width: 100%;
        margin: 52px 0 29px 0;
    }
}

/* line 131, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark .border {
    width: 100%;
    height: 100%;
    border: solid 1px rgba(255, 195, 15, 0.3);
    padding: 41px 22px 20px 22px;
}

@media (max-width: 1170px) {
    /* line 131, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark .border {
        padding: 43px 22px 26px 22px;
    }
}

@media (max-width: 768px) {
    /* line 131, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark .border {
        padding: 43px 22px 50px 22px;
    }
}

/* line 146, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark .title {
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    color: #ffc30f;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 31px;
    letter-spacing: 3.4px;
}

@media (max-width: 1170px) {
    /* line 146, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark .title {
        font-size: 39px;
        line-height: 34px;
    }
}

/* line 162, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark .title:before, blockquote.dark .title:after {
    display: block;
    line-height: 1px;
    font-family: "factoria";
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -0.8px;
}

@media (max-width: 1170px) {
    /* line 162, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark .title:before, blockquote.dark .title:after {
        font-size: 32px;
        line-height: 15px;
    }
}

/* line 176, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark .title:before {
    content: "\2018\2018";
}

/* line 180, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark .title:after {
    content: "\2019\2019";
    line-height: 34px;
}

@media (max-width: 1170px) {
    /* line 180, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark .title:after {
        line-height: 40px;
    }
}

/* line 189, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark .content, blockquote.dark cite {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #ffeeda;
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
    line-height: 21px;
}

@media (max-width: 1170px) {
    /* line 189, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark .content, blockquote.dark cite {
        font-size: 15.9px;
        line-height: 27px;
    }
}

@media (max-width: 768px) {
    /* line 189, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
    blockquote.dark .content, blockquote.dark cite {
        margin-top: 0;
        line-height: 25px;
    }
}

/* line 209, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark cite {
    margin-top: 20px;
    display: block;
    font-style: normal;
}

/* line 215, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark cite:before {
    content: "- ";
}

/* line 219, ../../../../source/wp-content/themes/citybrewtours/css/components/_blockquote.scss */
blockquote.dark cite:after {
    content: " -";
}

/* ==========================================================================
	Buttons
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
.buttons-display {
    margin-bottom: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
    .buttons-display {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 18, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
.buttons-display h6 {
    color: inherit;
    font-weight: 600;
}

/* line 23, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
.buttons-display p {
    margin-bottom: 10px;
}

@media (max-width: 1170px) {
    /* line 23, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
    .buttons-display p {
        margin-bottom: 22px;
    }
}

/* line 31, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
.buttons-display > div {
    width: 25%;
    background: #3c0014;
    padding: 29px 0px 0px 0px;
    color: #FFF;
    padding-left: 30px;
}

@media (max-width: 1170px) {
    /* line 31, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
    .buttons-display > div {
        padding: 71px 0px 0px 0px;
        margin-top: 19px;
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    /* line 31, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
    .buttons-display > div {
        width: 100%;
        margin-top: 0px;
        padding: 30px 0px 0px 0px;
        padding-left: 25px;
    }
}

/* line 52, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
.buttons-display > div:first-child {
    background: none;
    color: #3c0014;
    padding-left: 0px;
}

@media (max-width: 768px) {
    /* line 52, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
    .buttons-display > div:first-child {
        padding: 0;
    }
}

/* line 64, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button {
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    font-size: 15.2px;
    padding: 4px 30px;
    letter-spacing: 1.4px;
    color: #a51130;
    text-decoration: none;
    border: 2px solid #a51130;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    transition-duration: 0.2s;
    margin-bottom: 10px;
}

@media (max-width: 1170px) {
    /* line 64, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
    a.button {
        min-width: 146px;
        font-size: 19px;
    }
}

/* line 87, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button:hover {
    color: #FFF;
    background: #a51130;
}

/* line 93, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-light-disabled {
    color: #c8bfc5;
    border-color: #c8bfc5;
}

/* line 98, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-light-disabled:hover {
    background: none;
    color: #c8bfc5;
}

/* line 104, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-disabled {
    color: #6d404f;
    border-color: #6d404f;
}

/* line 109, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-disabled:hover {
    background: none;
    color: #6d404f;
}

/* line 115, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-light-black {
    color: #230019;
    border-color: #230019;
}

/* line 120, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-light-black:hover {
    background: #230019;
    color: #FFF;
}

/* line 126, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-light-black.reverse {
    background: #230019;
    color: #FFF;
}

/* line 131, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-light-black.reverse:hover {
    color: #230019;
    border-color: #230019;
    background: none;
}

/* line 138, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark {
    color: #FFF;
    border-color: #FFF;
}

/* line 143, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark:hover {
    background: #FFF;
    color: #3c0014;
}

/* line 149, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-yellow {
    color: #ffc30f;
    border-color: #ffc30f;
}

.tablepress a.button.button-dark-yellow {
    color: #26001a;
    border-color: #26001a;
}

/* line 155, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-yellow:hover {
    background: #ffc30f;
    color: #ffffff;
}

.tablepress a.button.button-dark-yellow:hover {
    background: #26001a;
}

/* line 161, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-beige {
    color: #ffeeda;
    border-color: #ffeeda;
}

/* line 166, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-beige:hover {
    background: #ffeeda;
    color: #3c0014;
}

/* line 172, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-beige.reverse {
    background: #ffeeda;
    color: #3c0014;
}

/* line 177, ../../../../source/wp-content/themes/citybrewtours/css/components/_buttons.scss */
a.button.button-dark-beige.reverse:hover {
    color: #ffeeda;
    border-color: #ffeeda;
    background: none;
}

/* ==========================================================================
	Table
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    display: none;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.dataTables_wrapper {
    margin-top: 32px;
    padding-bottom: 24px;
}

/* line 15, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress br {
    display: none;
}

/* line 19, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress thead th {
    width: auto !important;
    background: #26001a !important;
    color: #ffeeda !important;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 25px !important;
    padding: 10px 23px;
    letter-spacing: 1.4px;
    border-bottom: 0 !important;
    text-align: center;
}

@media (max-width: 1170px) {
    /* line 19, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .tablepress thead th {
        font-size: 15px;
        padding: 18px 32px;
        letter-spacing: 1.3px;
    }
}

@media (max-width: 768px) {
    /* line 19, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .tablepress thead th {
        font-size: 14px;
        padding: 18px 90px 18px 14px;
        color: #FFF !important;
    }
}

/* line 43, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress td .button-wrap {
    margin: 0;
    text-align: center;
    padding: 8px;
}

/* line 45, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress td .button-wrap:first-of-type {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    /* line 45, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .tablepress td .button-wrap:first-child {
        margin-bottom: 0;
    }
}

/* line 50, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress td .button-wrap:first-child a.button {
    margin-top: 0;
}

/* line 55, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress td a.button {
    margin: 0;
}

/* line 62, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress tbody tr td {
    padding: 10px 22px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border: none;
    line-height: 25px;
    border-left: 1px solid #230019;
    padding-bottom: 20px;
    width: 33.33%;
}

@media (max-width: 1170px) {
    /* line 62, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .tablepress tbody tr td {
        font-size: 16px;
        padding: 13px 32px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    /* line 62, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .tablepress tbody tr td {
        border: none;
        padding: 15.6px 35px;
        padding-bottom: 20px;
        width: 100%;
    }
}

/* line 84, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress tbody tr td:first-child {
    border-left: none;
}

@media (max-width: 768px) {
    /* line 84, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .tablepress tbody tr td:first-child {
        border-top: 1px solid #babcbf !important;
    }
}

/* line 93, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress tbody tr.odd td {
    background-color: #fbfafa;
}

@media (max-width: 768px) {
    /* line 93, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .tablepress tbody tr.odd td {
        background: none;
    }
}

/* line 102, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress caption {
    display: none;
}

/* line 106, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress img {
    width: 100%;
    height: auto;
}

/* line 111, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress ul, .tablepress ol {
    margin-bottom: 6px !important;
}

/* line 115, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress ul li, .tablepress ol li, .tablepress td {
    font-size: 16px !important;
    line-height: 25px !important;
}

/* line 120, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress a {
    color: #a51130;
    text-decoration: underline;
}

/* line 124, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.tablepress a:hover {
    color: #ffc30f;
}

@media only screen and (max-width: 750px) {
    /* line 133, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    /* line 134, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper * html .cf {
        zoom: 1;
    }

    /* line 135, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper *:first-child + html .cf {
        zoom: 1;
    }

    /* line 137, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    /* line 139, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper th,
    .dataTables_wrapper td {
        margin: 0;
        vertical-align: top;
    }

    /* line 141, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper th {
        text-align: left;
    }

    /* line 143, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper table {
        display: block;
        position: relative;
        width: 100%;
    }

    /* line 144, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper thead {
        display: block;
        float: left;
    }

    /* line 145, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    /* line 146, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper thead tr {
        display: block;
    }

    /* line 147, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper th {
        display: block;
        text-align: right;
    }

    /* line 148, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    /* line 149, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    /* sort out borders */
    /* line 154, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper th {
        border-bottom: 0;
        border-left: 0;
    }

    /* line 155, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    /* line 156, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper tbody tr {
        border-left: 1px solid #babcbf;
    }

    /* line 157, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .dataTables_wrapper th:last-child,
    .dataTables_wrapper td:last-child {
        border-bottom: 1px solid #babcbf;
    }
}

/* line 161, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.mobile-column .row-3 td, .tablepress-id-2 tr.odd td {
    background-color: #3c0014 !important;
    color: #ffeeda;
}
.tablepress-id-3 {
	color: #230019;
	border: 1px solid #230019!important;
}

.tablepress-id-3 tbody tr.row-4 td, .tablepress-id-3 tbody tr.row-8 td, .tablepress-id-3 tbody tr.row-10 td, .tablepress-id-3 tbody tr.row-12 td {
	text-align: center;
}

.tablepress-id-3 tbody tr.row-3 td, .tablepress-id-3 tbody tr.row-5 td, .tablepress-id-3 tbody tr.row-7 td, .tablepress-id-3 tbody tr.row-9 td, .tablepress-id-3 tbody tr.row-11 td, .tablepress-id-3 tbody tr.row-13 td {
	padding: 5px 22px;
}

.tablepress-id-3 tbody tr.header {
    color: #ffeeda;
}

@media screen and (min-width: 768px) {
    .tablepress-id-3 tbody tr.row-3 td, .tablepress-id-3 tbody tr.row-5 td, .tablepress-id-3 tbody tr.row-7 td, .tablepress-id-3 tbody tr.row-9 td, .tablepress-id-3 tbody tr.row-11 td, .tablepress-id-3 tbody tr.row-13 td {
        background: #3c0014;
    }
}

@media screen and (max-width: 767px) {
    .tablepress-id-3 tbody tr.odd td, .tablepress-id-3 tbody tr.odd td, .tablepress-id-3 tbody tr.odd td, .tablepress-id-3 tbody tr.odd td, .tablepress-id-3 tbody tr.odd td, .tablepress-id-3 tbody tr.odd td {
        background: #3c0014;
    }
}

.mobile-column tbody tr.header td {
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 1.3px !important;
    background-color: #26001a !important;
    padding: 18px 32px !important;
    font-weight: 700 !important;
}

/* line 168, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.mobile-column.tablepress tbody tr:last-child td {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    /* line 168, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column.tablepress tbody tr:last-child td {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    /* line 178, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column {
        border: none;
    }

    /* line 180, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column .mobile-column tr, .mobile-column .mobile-column td {
        width: 100%;
    }

    /* line 183, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column tbody tr td:first-child {
        border-top: 1px solid #3c0014 !important;
    }

    /* line 186, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column tr {
        border: 1px solid #3c0014;
        display: block;
    }

    /* line 190, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column tr td {
        width: 100%;
        display: block;
        border: 1px solid #3c0014;
    }

    /* line 195, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column tbody tr.header, .mobile-column tbody tr.header td {
        text-transform: uppercase;
        font-family: "refrigerator-deluxe";
        letter-spacing: 1.3px;
    }

    /* line 200, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column tbody tr td {
        padding: 5px 22px;
    }

    /* line 203, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column tbody tr.header {
        margin-top: 20px;
        display: block;
    }

    /* line 206, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
    .mobile-column tbody tr.header:first-child {
        margin-top: 0;
    }
}

/* ==========================================================================
	Tabs
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
.tabs-wrapper {
    margin-bottom: 35px;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #3c0014 !important;
}

/* line 16, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
ul.tabs li {
    display: inline-block;
    cursor: pointer;
    color: #230019;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 0px 8px 0px;
    text-decoration: none;
    font-size: 21px;
    margin-right: 100px;
    letter-spacing: 1.6px;
}

@media (max-width: 1170px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
    ul.tabs li {
        font-size: 22px;
        padding: 13px 0px 9px 0px;
        margin-right: 92px;
    }
}

@media (max-width: 768px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
    ul.tabs li {
        display: none;
        margin: 0;
        text-align: center;
        font-size: 17px;
        padding: 3px 0 8px 0;
    }
}

/* line 43, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
ul.tabs li.current {
    border-bottom: 1px solid #3c0014;
    color: #ffc30f;
}

@media (max-width: 768px) {
    /* line 43, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
    ul.tabs li.current {
        display: block;
    }
}

/* line 52, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
ul.tabs li:hover {
    color: #ffc30f;
}

/* line 56, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
ul.tabs .arrow {
    display: none;
    position: absolute;
    top: 6px;
    width: 10px;
    height: 16px;
    cursor: pointer;
}

@media (max-width: 768px) {
    /* line 56, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
    ul.tabs .arrow {
        display: block;
    }
}

/* line 69, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
ul.tabs .previous {
    left: 0;
}

/* line 73, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
ul.tabs .next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 80, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
.tab-content {
    display: none;
    font-size: 17.8px;
    line-height: 27.1px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    padding: 38px 0 0 0;
}

/* line 88, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
.tab-content p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 5px;
}

@media (max-width: 1170px) {
    /* line 80, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
    .tab-content {
        font-size: 15.3px;
        line-height: 27.8px;
        letter-spacing: 0.2px;
        padding: 27px 0 0 0;
    }
}

@media (max-width: 768px) {
    /* line 80, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
    .tab-content {
        padding-top: 32px;
    }
}

/* line 106, ../../../../source/wp-content/themes/citybrewtours/css/components/_tabs.scss */
.tab-content.current {
    display: block;
}

/* ==========================================================================
Tour profile
/* ========================================================================== */
/* line 6, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
main.content.tour-profile {
    padding-top: 96px;
    margin: 0;
}

@media (max-width: 1170px) {
    /* line 6, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    main.content.tour-profile {
        padding-top: 95px;
    }
}

@media (max-width: 970px) {
    /* line 6, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    main.content.tour-profile {
        padding-top: 59px;
    }
}

/* line 19, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .row {
    width: 100%;
    /* height: calc(100vh - 96px); */
    min-height: 570px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

}

.tour-profile .row > div {
    min-height: 400px;
}

@media (min-width: 1170px) {
    .tour-profile .row:first-child {
        min-height: 670px;
    }
}

@media (max-width: 1170px) {
    /* line 19, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .row {
        /*height: calc(100vh - 95px); */
        min-height: 640px;
    }
}

@media (max-width: 970px) {
    /* line 19, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        min-height: auto;
    }
}

/* line 42, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .row > .half-width {
    width: 50%;
}

/* line 45, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .row > .half-width.slides {
    /*height: 100%;*/
}

@media (max-width: 970px) {
    /* line 42, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .row > .half-width {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    /* line 42, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .row > .half-width {
        width: 100%;
        height: auto;
        min-height: auto;
    }
}

/* line 62, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .row.autoheight {
    height: auto;
    min-height: 725px;
}

@media (max-width: 1170px) {
    /* line 62, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .row.autoheight {
        min-height: 850px;
    }
}

@media (max-width: 970px) {
    /* line 70, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .about-tour .wrapper {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    /* line 70, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .about-tour .wrapper {
        max-width: 380px;
        max-width: 279px;
    }
}

@media (max-width: 480px) {
    /* line 70, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .about-tour .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 380px;
    }
}

/* line 84, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .wrapper {
    width: 100%;
    max-width: 545px;
}

@media (max-width: 1170px) {
    /* line 84, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .wrapper {
        max-width: 414px;
    }
}

@media (max-width: 970px) {
    /* line 84, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .wrapper {
        max-width: 628px;
        padding-left: 72px;
        padding-right: 72px;
    }
}

@media (max-width: 767px) {
    /* line 84, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .wrapper {
        max-width: 380px;
        max-width: 279px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    /* line 84, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 380px;
    }
}

/* line 113, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (max-width: 970px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .wrapper {
        margin: 68px 0;
    }
}

@media (max-width: 768px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .wrapper {
        margin: 33px 0 0 0;
    }
}

/* line 131, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .text-overview, .tour-profile .overview .text-header, .tour-profile .overview .overview-table {
    width: 100%;
}

/* line 135, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .text-overview {
    font-size: 18px;
    font-family: "refrigerator-deluxe";
    letter-spacing: 0.9px;
    color: #230019;
    margin-bottom: 7px;
}

@media (max-width: 1170px) {
    /* line 135, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .text-overview {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    /* line 135, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .text-overview {
        font-size: 18px;
        margin-top: 25px;
        letter-spacing: 1px;
        line-height: 17px;
        margin-bottom: 4px;
    }
}

@media (max-width: 480px) {
    /* line 135, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .text-overview {
        margin-top: 27px;
    }
}

/* line 159, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .text-header {
    font-size: 61px;
    font-family: "factoria";
    font-weight: 800;
    text-align: left;
    line-height: 65px;
    letter-spacing: 5px;
    color: #230019;
    margin-bottom: 44px;
}

/* line 169, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .text-header span {
    color: #ffc30f;
    display: block;
    word-wrap: break-word;
}

@media (max-width: 1170px) {
    /* line 159, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .text-header {
        font-size: 58px;
        line-height: 59px;
        margin-bottom: 45px;
    }
}

@media (max-width: 970px) {
    /* line 159, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .text-header {
        max-width: 560px;
        letter-spacing: 6px;
        font-size: 59px;
        line-height: 62px;
    }
}

@media (max-width: 768px) {
    /* line 159, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .text-header {
        font-size: 28px;
        line-height: 31px;
        letter-spacing: 3.3px;
        max-width: 275px;
        margin-bottom: 38px;
    }
}

@media (max-width: 480px) {
    /* line 159, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .text-header {
        margin-bottom: 23px;
    }
}

/* line 203, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table {
    margin-bottom: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 1170px) {
    /* line 203, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table {
        margin-bottom: 35px;
    }
}

@media (max-width: 970px) {
    /* line 203, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table {
        max-width: 496px;
    }
}

/* line 220, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table > div {
    width: 50%;
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 17px;
    border-collapse: collapse;
    color: #230019;
}

/* line 231, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table > div span {
    font-weight: 800;
    display: block;
    font-size: 23px;
    letter-spacing: 1.3px;
    line-height: 44px;
}

@media (max-width: 1170px) {
    /* line 231, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div span {
        font-size: 19px;
        letter-spacing: 2.4px;
        line-height: 29px;
    }
}

@media (max-width: 1170px) {
    /* line 220, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div {
        padding: 12px 14px 12px 20px;
        font-size: 15px;
        letter-spacing: 1.4px;
        line-height: 28px;
    }
}

@media (max-width: 970px) {
    /* line 220, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div {
        padding: 14px 14px 14px 20px;
    }
}

@media (max-width: 768px) {
    /* line 220, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div {
        text-align: center;
        padding: 15px 5px;
    }
}

@media (max-width: 480px) {
    /* line 220, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div {
        padding: 8px 5px;
    }
}

/* line 266, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table > div:nth-child(1) {
    border-top: 1px solid #230019;
    border-right: 1px solid #230019;
    border-bottom: 1px solid #230019;
}

@media (max-width: 768px) {
    /* line 266, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(1) {
        border-left: 1px solid #230019;
    }
}

/* line 276, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table > div:nth-child(2) {
    border-top: 1px solid #230019;
    border-bottom: 1px solid #230019;
}

@media (max-width: 768px) {
    /* line 276, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(2) {
        border-right: 1px solid #230019;
    }
}

/* line 285, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table > div:nth-child(3) {
    border-right: 1px solid #230019;
    border-bottom: 1px solid #230019;
}

@media (max-width: 768px) {
    /* line 285, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(3) {
        border-left: 1px solid #230019;
    }
}

/* line 294, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table > div:nth-child(4) {
    border-bottom: 1px solid #230019;
}

@media (max-width: 768px) {
    /* line 294, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(4) {
        border-right: 1px solid #230019;
    }
}

/* line 302, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .overview .overview-table > div:nth-child(2), .tour-profile .overview .overview-table > div:nth-child(4) {
    padding-left: 30px;
}

@media (max-width: 1170px) {
    /* line 302, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(2), .tour-profile .overview .overview-table > div:nth-child(4) {
        padding-left: 50px;
    }
}

@media (max-width: 970px) {
    /* line 302, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(2), .tour-profile .overview .overview-table > div:nth-child(4) {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    /* line 302, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(2), .tour-profile .overview .overview-table > div:nth-child(4) {
        padding: 15px 5px;
    }
}

@media (max-width: 480px) {
    /* line 302, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .overview-table > div:nth-child(2), .tour-profile .overview .overview-table > div:nth-child(4) {
        padding: 8px 5px;
    }
}

@media (max-width: 768px) {
    /* line 324, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .button {
        display: block;
        margin: 5px auto 53px auto;
        max-width: 170px;
    }
}

@media (max-width: 480px) {
    /* line 332, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .overview .button {
        margin-bottom: 23px;
    }
}

/* line 340, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-includes {
    background: #fff9f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/* line 350, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-includes > div {
    padding: 5px 43px;
    font-family: "refrigerator-deluxe";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #230019;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 1170px) {
    /* line 350, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes > div {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

@media (max-width: 970px) {
    /* line 350, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes > div {
        padding: 5px 73px;
        min-height: 112px;
    }
}

@media (max-width: 767px) {
    /* line 350, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes > div {
        padding: 20px 50px 20px 95px;
        font-size: 16px;
        letter-spacing: 1.7px;
        min-height: 117px;
    }
}

@media (max-width: 480px) {
    /* line 350, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes > div {
        padding: 22px 12px 22px 16px;
    }
}

/* line 392, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-includes > div:nth-child(even) {
    background: #ffeeda;
}

/* line 396, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-includes img {
    width: 160px;
    height: 80px;
    margin-right: 37px;
}

@media (max-width: 1170px) {
    /* line 396, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes img {
        width: 150px;
        height: 76px;
        margin-right: 28px;
    }
}

@media (max-width: 970px) {
    /* line 396, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes img {
        width: 156px;
        height: 78px;
        margin-right: 43px;
    }
}

@media (max-width: 768px) {
    /* line 396, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes img {
        width: 145px;
        height: 73px;
        margin-right: 19px;
    }
}

/* line 420, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-includes .tour-includes-header {
    max-height: 90px;
    height: 90px;
}

@media (max-width: 1170px) {
    /* line 420, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes .tour-includes-header {
        max-height: 80px;
        height: 80px;
    }
}

@media (max-width: 970px) {
    /* line 420, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes .tour-includes-header {
        max-height: 85px;
        height: 85px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    /* line 420, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-includes .tour-includes-header {
        max-height: 95px;
        height: 95px;
        font-size: 21px;
        letter-spacing: 2.3px;
    }
}

/* line 446, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.about-tour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #fff9f2;
}

@media (max-width: 768px) {
    /* line 456, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour .button {
        margin-bottom: 46px;
    }
}

@media (max-width: 970px) {
    /* line 461, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour .wrapper {
        padding: 140px 0;
        padding: 110px 74px;
    }
}

@media (max-width: 767px) {
    /* line 461, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour .wrapper {
        padding: 0 0;
    }
}

/* line 473, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.about-tour-title {
    font-size: 22px;
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    letter-spacing: 1.6px;
    margin-bottom: 41px;
}

@media (max-width: 1170px) {
    /* line 473, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-title {
        font-size: 22px;
        letter-spacing: 1.1px;
        margin-bottom: 37px;
    }
}

@media (max-width: 768px) {
    /* line 473, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-title {
        margin-top: 15px;
        text-indent: 7px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 480px) {
    /* line 473, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-title {
        margin-top: 38px;
        margin-bottom: 27px;
    }
}

/* line 498, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.about-tour-featuredtext {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    padding-left: 18px;
    font-size: 25px;
    border-left: 4px solid #ffc30f;
    margin-bottom: 33px;
}

@media (max-width: 1170px) {
    /* line 498, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-featuredtext {
        font-size: 23.2px;
        padding-right: 17px;
        line-height: 34px;
        margin-bottom: 26px;
    }
}

@media (max-width: 970px) {
    /* line 498, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-featuredtext {
        font-size: 24.3px;
        padding-right: 52px;
    }
}

@media (max-width: 768px) {
    /* line 498, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-featuredtext {
        font-size: 22px;
        padding-right: 0;
        padding-left: 28px;
        letter-spacing: 1.2px;
        line-height: 33px;
    }
}

@media (max-width: 480px) {
    /* line 498, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-featuredtext {
        font-size: 18px;
        padding-left: 13px;
        line-height: 27px;
        margin-bottom: 19px;
    }
}

/* line 534, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.about-tour-description {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 29px;
    padding-right: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1170px) {
    /* line 534, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-description {
        font-size: 16px;
        line-height: 27px;
        padding-right: 83px;
        margin-bottom: 32px;
    }
}

@media (max-width: 1170px) {
    /* line 534, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-description {
        margin-bottom: 61px;
    }
}

@media (max-width: 768px) {
    /* line 534, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-description {
        padding: 0;
        font-size: 17.3px;
        line-height: 30px;
        margin-bottom: 44px;
    }
}

@media (max-width: 480px) {
    /* line 534, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .about-tour-description {
        line-height: 28px;
        margin-bottom: 13px;
    }
}

/* line 567, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #ffeeda;
    min-height: calc(100vh - 96px);
}

.week-tours.hide-itinerary {
    display: none;
}

.week-tours.full-size {
    width: 100% !important;
}

@media (max-width: 991px) {
    /* line 567, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours {
        min-height: 200px;
    }
}

/* line 581, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours .wrapper {
    max-width: 517px;
    padding: 60px 0;
}

@media (max-width: 1170px) {
    /* line 581, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours .wrapper {
        max-width: 414px;
    }
}

@media (max-width: 970px) {
    /* line 581, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours .wrapper {
        max-width: 597px;
        max-width: 100%;
        margin: 94px 0;
        margin: 36px 0;
        margin-bottom: 43px;
        padding: 60px 74px;
    }
}

@media (max-width: 767px) {
    /* line 581, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours .wrapper {
        max-width: 279px;
        margin: 0 0;
        padding: 0 0;
    }
}

@media (max-width: 480px) {
    /* line 581, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours .wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 970px) {
    /* line 567, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours {
        padding: 20px 0;
    }
}

/* line 614, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.weekday-tours {
    background: #230019;
}

/* line 618, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.weekend-tours {
    background: #3c0014;
}

/* line 622, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours-when {
    font-family: "refrigerator-deluxe";
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.9px;
    font-weight: 600;
    margin-bottom: 21px;
}

@media (max-width: 1170px) {
    /* line 622, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-when {
        font-size: 15px;
        letter-spacing: 1.8px;
    }
}

@media (max-width: 1170px) {
    /* line 622, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-when {
        letter-spacing: 2.2px;
    }
}

@media (max-width: 768px) {
    /* line 622, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-when {
        margin-top: 30px;
        letter-spacing: 2.8px;
        line-height: 23px;
        margin-bottom: 20px;
    }
}

/* line 647, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours-title {
    font-family: "factoria";
    color: #ffeeda;
    font-size: 63px;
    line-height: 64px;
    margin-bottom: 38px;
}

@media (max-width: 1170px) {
    /* line 647, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-title {
        font-size: 59px;
        letter-spacing: 4.7px;
        line-height: 62px;
        margin-bottom: 25px;
    }
}

@media (max-width: 970px) {
    /* line 647, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-title {
        max-width: 570px;
    }
}

@media (max-width: 768px) {
    /* line 647, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-title {
        font-size: 47px;
        line-height: 54px;
        margin-bottom: 31px;
    }
}

/* line 672, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours-stops {
    margin-bottom: 27px;
}

@media (max-width: 970px) {
    /* line 672, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-stops {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    /* line 672, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-stops {
        margin-bottom: 20px;
    }
}

/* line 683, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours-stops > div {
    font-family: "refrigerator-deluxe";
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #39172c;
    line-height: 36px;
    padding-top: 22px;
}

@media (max-width: 1170px) {
    /* line 683, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-stops > div {
        font-size: 18px;
        letter-spacing: 3.2px;
        padding-top: 19px;
    }
}

@media (max-width: 970px) {
    /* line 683, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-stops > div {
        font-size: 19px;
        letter-spacing: 2.9px;
        padding-top: 15px;
        line-height: 42px;
    }
}

/* line 706, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours-stops > div span {
    font-size: 17.5px;
}

@media (max-width: 1170px) {
    /* line 706, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-stops > div span {
        font-size: 17px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 970px) {
    /* line 706, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-stops > div span {
        font-size: 19px;
        letter-spacing: 2.2px;
    }
}

/* line 722, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours-alternative {
    font-family: "refrigerator-deluxe";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 23px;
}

@media (max-width: 1170px) {
    /* line 722, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-alternative {
        font-size: 17.2px;
        min-height: 50px;
    }
}

@media (max-width: 970px) {
    /* line 722, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-alternative {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    /* line 722, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-alternative {
        margin-bottom: 20px;
    }
}

/* line 744, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.week-tours-info {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin-top: 32px;
    letter-spacing: 1.3px;
    font-weight: 600;
    padding-right: 90px;
    line-height: 19px;
}

@media (max-width: 1170px) {
    /* line 744, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-info {
        font-size: 11.3px;
        padding-right: 20px;
    }
}

@media (max-width: 970px) {
    /* line 744, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-info {
        max-width: 430px;
        font-size: 11.7px;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    /* line 744, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .week-tours-info {
        margin-top: 27px;
        padding: 0;
        line-height: 23px;
        margin-bottom: 12px;
    }
}

/* line 774, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .more-tours {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 777, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .more-tours > div {
    width: 100%;
    height: 50%;
}

@media (max-width: 970px) {
    /* line 777, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours > div {
        min-height: 325px;
    }
}

@media (max-width: 768px) {
    /* line 777, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours > div {
        height: auto;
    }
}

/* line 790, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .more-tours .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #230019;
}

@media (max-width: 768px) {
    /* line 790, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .header {
        padding: 90px 15px;
    }
}

@media (max-width: 480px) {
    /* line 790, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .header {
        padding: 43px 15px;
    }
}

@media (max-width: 767px) {
    /* line 790, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .header {
        max-width: 400px;
        padding: 43px 15px;
        margin: 0 auto;
    }
}

/* line 817, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .more-tours .more-tours-text {
    font-family: "refrigerator-deluxe";
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

@media (max-width: 1170px) {
    /* line 817, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .more-tours-text {
        font-size: 16px;
        letter-spacing: 1.2px;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    /* line 817, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .more-tours-text {
        letter-spacing: 1.7px;
        margin-bottom: 17px;
    }
}

/* line 837, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-profile .more-tours .more-tours-title {
    color: inherit;
    max-width: 970px;
    text-align: center;
    line-height: 52px;
}

@media (max-width: 1170px) {
    /* line 837, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .more-tours-title {
        font-size: 62px;
        max-width: 500px;
        line-height: 61px;
        letter-spacing: 2.6px;
    }
}

@media (max-width: 768px) {
    /* line 837, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .more-tours-title {
        font-size: 42px;
        line-height: 47px;
        margin-bottom: 8px;

        /*
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		*/

        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 480px) {
    /* line 837, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-profile .more-tours .more-tours-title {
        font-size: 44px;
        line-height: 45px;
    }
}

/* line 865, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 768px) {
    /* line 865, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 877, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    /* line 877, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile {
        width: 100%;
        min-height: 300px;
    }
}

/* line 893, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile .tour-tile-title {
    color: inherit;
}

/* line 897, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
}

/* line 908, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #230019;
    text-align: center;
    line-height: 30px;
    font-size: 35px;
    background: #FFF;
}

@media (max-width: 1170px) {
    /* line 908, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile .icon {
        width: 48px;
        height: 48px;
        font-size: 41px;
    }
}

/* line 926, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile .icon span {
    display: inline-block;
    transition-duration: 0.2s;
}

/* line 932, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile .tour-tile-subtitle {
    font-family: "refrigerator-deluxe";
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.7px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (max-width: 1170px) {
    /* line 932, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile .tour-tile-subtitle {
        font-size: 19px;
        letter-spacing: 2.3px;
        margin-bottom: 14px;
    }
}

@media (max-width: 970px) {
    /* line 932, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile .tour-tile-subtitle {
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 9px;
    }
}

/* line 953, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile .tour-tile-title {
    font-family: "prohibition";
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    max-width: 300px;
    letter-spacing: 3px;
    line-height: 53px;
}

@media (max-width: 1170px) {
    /* line 953, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile .tour-tile-title {
        font-size: 46px;
        line-height: 50px;
    }
}

@media (max-width: 970px) {
    /* line 953, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile .tour-tile-title {
        font-size: 31px;
        letter-spacing: 2.7px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    /* line 953, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile .tour-tile-title {
        font-size: 36px;
    }
}

/* line 981, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile:hover .icon span {
    -webkit-transform: rotate(45deg) translate(2px, -1px);
    -moz-transform: rotate(45deg) translate(2px, -1px);
    -ms-transform: rotate(45deg) translate(2px, -1px);
    -o-transform: rotate(45deg) translate(2px, -1px);
    transform: rotate(45deg) translate(2px, -1px);
}

@media (max-width: 1170px) {
    /* line 981, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tours-tiles .tour-tile:hover .icon span {
        -webkit-transform: rotate(45deg) translate(4px, 0px);
        -moz-transform: rotate(45deg) translate(4px, 0px);
        -ms-transform: rotate(45deg) translate(4px, 0px);
        -o-transform: rotate(45deg) translate(4px, 0px);
        transform: rotate(45deg) translate(4px, 0px);
    }
}

/* line 989, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .tour-tile:hover .image {
    opacity: 0.15;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* line 995, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .light {
    background: #ffeeda;
    color: #230019;
}

/* line 1000, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .dark {
    background: #230019;
    color: #ffc30f;
}

/* line 1005, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tours-tiles .brown {
    background: #3c0014;
    color: #ffeeda;
}

/* line 1011, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-slider {
    width: 100%;
    height: 100%;
}

@media (max-width: 970px) {
    /* line 1011, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-slider {
        height: 750px;
    }
}

@media (max-width: 768px) {
    /* line 1011, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-slider {
        height: 479px;
    }
}

@media (max-width: 480px) {
    /* line 1011, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
    .tour-slider {
        height: 320px;
    }
}

/* line 1027, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-slider .slick-list, .tour-slider .slick-track, .tour-slider .slider-image {
    width: 100%;
    height: 100%;
}

/* line 1032, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-slider .slider-image {
    background-size: cover;
    background-position: center center;
}

/* line 1037, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-slider .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-playbutton.png");
    background-size: cover;
    background-position: center center;
    z-index: 9;
}

/* line 1049, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-slider .play-button:hover {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/icon-playbutton-hover.png");
}

/* line 1054, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-slider .video-player {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 1063, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour-slider img {
    width: 100%;
    z-index: -1;
    opacity: 0;
}

/* line 1072, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour.recommended-section {
    background-color: #FFF;
}

/* line 1076, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour.recommended-section .recommended-logos img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/* line 1081, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour.recommended-section .slick-buttons-wrapper {
    background: none;
    /*background: #FFF;
	 z-index: -1; */
}

/* line 1084, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour.recommended-section .slick-buttons-wrapper > button {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/arr_dark.svg");
}

/* line 1087, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.tour.recommended-section .slick-buttons-wrapper > button:hover {
    -webkit-filter: invert(0%);
    filter: invert(0%);
    opacity: 0.5;
}

/* line 1096, ../../../../source/wp-content/themes/citybrewtours/css/style/_tourprofile.scss */
.video-container {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

/* ==========================================================================
	Blog header
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu {
    /*position: fixed;
    padding-top: 2em;
    left: 0;
    width: 100%;
    padding: 10px 40px;
    z-index: 10;
    background: #fff;
    transition-duration: .2s;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,.24);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,.24);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}*/
    
   position: fixed;
    /*top: 0;
    left: 0;*/
    width: 100%;
    padding: 7px 36px;
    z-index: 10;
    background: white;
    transition-duration: 0.2s;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

@media (max-width: 970px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu {
        padding: 14px 36px;
    }
}

@media (max-width: 970px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu {
        padding: 10px 24px;
    }
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu {
        padding: 0;
    }
}

/* line 36, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #primary-navigation {
    margin-right: 22px;
}

/* line 39, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #primary-navigation > ul {
    margin-bottom: 0;
}

/* line 42, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #primary-navigation > ul > li {
    list-style: none;
    display: inline-block;
    padding: 0 32px;
}

@media (max-width: 1170px) {
    /* line 42, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #primary-navigation > ul > li {
        padding: 0 18px;
    }
}

@media (max-width: 970px) {
    /* line 42, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #primary-navigation > ul > li {
        padding: 0 21px;
    }
}

/* line 55, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #primary-navigation > ul > li > a {
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    color: #3c0014;
    text-transform: uppercase;
    padding: 2px 0;
    font-size: 24px;
    letter-spacing: 0.5px;
    position: relative;
    text-decoration: none;
}

@media (max-width: 1170px) {
    /* line 55, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #primary-navigation > ul > li > a {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

/* line 72, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #primary-navigation > ul > li > a:after {
    content: "";
    bottom: 0;
    left: 0;
    background: #3c0014;
    width: 100%;
    height: 3px;
    position: absolute;
}

/* line 82, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #primary-navigation > ul > li > a:hover {
    color: #ffc30f;
}

/* line 87, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #primary-navigation > ul > li.menu-item-object-ccs_custom_menu_item > a:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 768px) {
    /* line 36, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #primary-navigation {
        display: none;
    }
}

/* line 100, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #main-logo-wrapper {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

/* line 104, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #main-logo {
    width: 240px;
    position: relative;
    display: block;
    margin-left: 10px;
}

/* line 110, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #main-logo img {
    width: 100%;
    transition-duration: 0.2s;
}

/* line 115, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #main-logo img.dark {
    opacity: 1;
}

/* line 119, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #main-logo img.light {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1170px) {
    /* line 104, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #main-logo {
        width: 225px;
        margin-left: 0px;
    }
}

@media (max-width: 970px) {
    /* line 104, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #main-logo {
        width: 230px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    /* line 104, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #main-logo {
        width: 137px;
        padding-left: 15px;
    }
}

/* line 143, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #btn-buytickets {
    color: #ffc30f;
    border: 3px solid #ffc30f;
    padding: 8px 25px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    transition-duration: 0.2s;
}

@media (max-width: 1170px) {
    /* line 143, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets {
        padding: 9px 21px;
        font-size: 16px;
        letter-spacing: 2px;
        margin-left: 0px;
    }
}

/* line 161, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #btn-buytickets .mobile {
    display: none;
}

@media (min-width: 768px) {
    /* line 168, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets:hover {
        background: #ffc30f;
        color: #FFF;
    }
}

/* line 175, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu .phone {
    display: none;
    color: #3c0014;
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.9px;
    border-bottom: 3px solid #3c0014;
}

@media (max-width: 768px) {
    /* line 175, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu .phone {
        display: block;
    }
}

/* line 188, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu .phone .mobile {
    display: none;
}

@media (max-width: 768px) {
    /* line 194, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets, header.main.blog-menu .phone {
        height: 56px;
        width: 48px;
        font-size: 13px;
        margin-left: 0px;
        border: none;
        border-left: 1px solid #000;
        font-weight: 600;
        letter-spacing: 1px;
        color: #3c0014;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    /* line 214, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets span, header.main.blog-menu .phone span {
        display: none;
    }

    /* line 217, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets .mobile, header.main.blog-menu .phone .mobile {
        display: block;
    }

    /* line 222, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets:hover, header.main.blog-menu .phone:hover {
        color: #ffc30f;
    }

    /* line 227, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu .phone img {
        width: 12px;
        margin-bottom: 3px;
        transform: translateY(0px);
    }

    /* line 233, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets img {
        width: 21px;
        margin-bottom: 3px;
        transform: translateY(1px);
    }

    /* line 239, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.blog-menu #btn-buytickets:active, header.main.blog-menu .phone:active {
        background: #ffeeda;
    }
}

/* line 244, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.blog-menu #mobile-menu, header.main.blog-menu #mobile-menu-trigger {
    display: none;
}

/* line 250, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu {
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 2px 1px transparent;
    -moz-box-shadow: 0px 0px 2px 1px transparent;
    box-shadow: 0px 0px 2px 1px transparent;
}

/* line 255, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu #main-logo img.dark {
    opacity: 0;
}

/* line 258, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu #main-logo img.light {
    opacity: 1;
}

/* line 264, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu #primary-navigation > ul > li > a {
    color: #FFF;
}

/* line 268, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu #primary-navigation > ul > li > a:hover {
    color: #ffc30f;
    border: none;
}

/* line 273, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu #primary-navigation > ul > li > a:after {
    background: #FFF;
}

/* line 276, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu #primary-navigation > ul > li > a:hover:after {
    background: #ffc30f;
}

/* line 281, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
header.main.dark.blog-menu #btn-buytickets {
    color: #3c0014;
    border-color: #FFF;
    background: #FFF;
}

@media (min-width: 768px) {
    /* line 288, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    header.main.dark.blog-menu #btn-buytickets:hover {
        background: #ffc30f;
        border-color: #ffc30f;
        color: #3c0014;
    }
}

/* line 299, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
body.open-mobile-menu.blog-menu #mobile-menu-trigger .open {
    display: none;
}

/* line 303, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
body.open-mobile-menu.blog-menu #mobile-menu-trigger .close {
    display: block;
}

/* line 309, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
#blog-mobile-menu {
    display: none;
    margin-top: 56px;
    clear: both;
    float: none;
    max-width: 100%;
    text-align: center;
    background: #230019;
    /*
		.dl-menu {
			height: auto;
			top: 54px;
			border-top: 3px solid #ffc30f;
			max-width: 100%;
			padding: 0;
			@include transform(translateX(0%));

			li, ul {
				padding-left: 0;
			}

			a {
				font-size: 12px;
				letter-spacing: 0px;
				padding: 15px 15px;
				border-bottom: 1px solid #4f3040;
			}

			.dl-back a {
				padding-left: 35px;
			}

			.dl-back:after {
				left: 15px;
			}
		}
	*/
}

@media (max-width: 768px) {
    /* line 309, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
    #blog-mobile-menu {
        display: block;
    }
}

/* line 322, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
#blog-mobile-menu #mobile-menu-trigger {
    color: #ffeeda;
    padding: 14px 10px;
    font-family: "refrigerator-deluxe";
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    letter-spacing: 2.6px;
}

/* line 333, ../../../../source/wp-content/themes/citybrewtours/css/blog/_header.scss */
#blog-mobile-menu #mobile-menu-trigger img {
    width: 11px;
}

/* ==========================================================================
	Blog hero
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero {
    position: relative;
}

@media (max-width: 768px) {
    /* line 9, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero .scroll {
        display: none;
    }
}

/* line 15, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-image {
    width: 100%;
    height: 635px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1170px) {
    /* line 15, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-image {
        height: 625px;
    }
}

@media (max-width: 970px) {
    /* line 15, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-image {
        height: 685px;
    }
}

@media (max-width: 768px) {
    /* line 15, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-image {
        height: 242px;
    }
}

@media (max-width: 480px) {
    /* line 15, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-image {
        height: 258px;
    }
}

/* line 38, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-text {
    width: 100%;
    max-width: 925px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
}

@media (max-width: 1170px) {
    /* line 38, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text {
        max-width: 880px;
    }
}

@media (max-width: 970px) {
    /* line 38, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text {
        max-width: 590px;
    }
}

@media (max-width: 768px) {
    /* line 38, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text {
        position: static;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

/* line 60, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-text .wrapper {
    float: right;
    max-width: 373px;
}

@media (max-width: 1170px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text .wrapper {
        max-width: 400px;
    }
}

@media (max-width: 970px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text .wrapper {
        max-width: 295px;
    }
}

@media (max-width: 768px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text .wrapper {
        float: none;
        max-width: 268px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text .wrapper {
        max-width: 289px;
    }
}

/* line 84, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-featured, .blog-hero-header, .blog-hero-excerpt {
    color: #FFF;
}

@media (max-width: 768px) {
    /* line 84, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-featured, .blog-hero-header, .blog-hero-excerpt {
        color: #3c0014;
    }
}

/* line 92, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-featured {
    font-family: "refrigerator-deluxe";
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

@media (max-width: 1170px) {
    /* line 92, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-featured {
        font-size: 14.5px;
        letter-spacing: 1.8px;
        margin-bottom: 7px;
    }
}

@media (max-width: 970px) {
    /* line 92, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-featured {
        font-size: 15.3px;
    }
}

@media (max-width: 768px) {
    /* line 92, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-featured {
        padding-top: 18px;
        letter-spacing: 1.5px;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    /* line 92, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-featured {
        padding-top: 28px;
        letter-spacing: 1.9px;
        padding-bottom: 4px;
    }
}

/* line 121, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-header {
    font-family: "factoria";
    font-weight: bold;
    font-size: 51px;
    letter-spacing: 4px;
    padding-top: 15px;
    line-height: 52px;
}

@media (max-width: 1170px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-header {
        font-size: 47px;
        letter-spacing: 3.4px;
        line-height: 48px;
        margin-bottom: 18px;
    }
}

@media (max-width: 970px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-header {
        font-size: 38px;
        margin-bottom: 13px;
    }
}

@media (max-width: 768px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-header {
        font-size: 31px;
        padding-top: 0;
        letter-spacing: 4.6px;
    }
}

@media (max-width: 480px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-header {
        font-size: 33px;
    }
}

/* line 152, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-line {
    width: 70px;
    height: 2px;
    background: #FFF;
    position: relative;
    margin-top: 24px;
    left: -30px;
    margin-bottom: 26px;
}

@media (max-width: 1170px) {
    /* line 152, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-line {
        margin: 0px 0 13px 0;
        width: 80px;
    }
}

@media (max-width: 768px) {
    /* line 152, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-line {
        background: #3c0014;
    }
}

@media (max-width: 768px) {
    /* line 152, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-line {
        margin: 0px 0 9px 0;
        width: 36px;
        left: 0;
    }
}

@media (max-width: 480px) {
    /* line 152, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-line {
        margin: 0px 0 16px 0;
    }
}

/* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-excerpt {
    font-size: 14px;
    line-height: 26px;
}

@media (max-width: 1170px) {
    /* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-excerpt {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    /* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-excerpt {
        font-size: 16.2px;
        margin-bottom: 20px;
        line-height: 27px;
    }
}

@media (max-width: 480px) {
    /* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-excerpt {
        font-size: 17.1px;
        padding-right: 5px;
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    /* line 205, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text a.button.button-dark {
        color: #230019;
        border-color: #230019;
        margin-bottom: 47px;
    }

    /* line 211, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-text a.button.button-dark:hover {
        color: #FFF;
        background: #230019;
    }
}

/* line 217, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
.blog-hero-news {
    -webkit-transform: rotate(90deg) translateX(-45%);
    -moz-transform: rotate(90deg) translateX(-45%);
    -ms-transform: rotate(90deg) translateX(-45%);
    -o-transform: rotate(90deg) translateX(-45%);
    transform: rotate(90deg) translateX(-45%);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    line-height: 91px;
    position: absolute;
    left: 91px;
    top: 50%;
    margin: 0;
    display: inline-block;
    letter-spacing: 11px;
    z-index: 1;
}

@media (max-width: 1170px) {
    /* line 217, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-news {
        -webkit-transform: rotate(90deg) translateX(-50%);
        -moz-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
        -o-transform: rotate(90deg) translateX(-50%);
        transform: rotate(90deg) translateX(-50%);
        font-size: 54px;
        letter-spacing: 7px;
        line-height: 53px;
        left: 53px;
    }
}

@media (max-width: 768px) {
    /* line 217, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-news {
        top: 90px;
        left: 50%;
        -webkit-transform: rotate(0deg) translate(-50%, -50%);
        -moz-transform: rotate(0deg) translate(-50%, -50%);
        -ms-transform: rotate(0deg) translate(-50%, -50%);
        -o-transform: rotate(0deg) translate(-50%, -50%);
        transform: rotate(0deg) translate(-50%, -50%);
    }
}

@media (max-width: 480px) {
    /* line 217, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero-news {
        top: 99px;
    }
}

@media (max-width: 768px) {
    /* line 249, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero.slick-slider .controls {
        bottom: initial;
        top: 192px;
    }
}

@media (max-width: 480px) {
    /* line 256, ../../../../source/wp-content/themes/citybrewtours/css/blog/_hero.scss */
    .blog-hero.slick-slider .controls {
        bottom: initial;
        top: 208px;
    }
}

/* ==========================================================================
	Blog filters
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
.blog-filters {
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    .blog-filters {
        display: none;
    }
}

/* line 13, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
.blog-filters > .wrapper {
    max-width: 1170px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translateX(-46px);
    -moz-transform: translateX(-46px);
    -ms-transform: translateX(-46px);
    -o-transform: translateX(-46px);
    transform: translateX(-46px);
}

@media (max-width: 1170px) {
    /* line 13, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    .blog-filters > .wrapper {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        max-width: 894px;
    }
}

@media (max-width: 970px) {
    /* line 13, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    .blog-filters > .wrapper {
        max-width: 689px;
    }
}

/* line 38, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
.blog-filters input {
    display: inline-block;
}

/* line 43, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}

/* line 49, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li {
    list-style: none;
    display: inline-block;
    font-family: "refrigerator-deluxe";
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 68px;
    padding-right: 63px;
    padding-left: 40px;
    cursor: pointer;
}

@media (max-width: 1170px) {
    /* line 49, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    #blog-filters-list > li {
        padding-right: 48px;
        padding-left: 48px;
        font-size: 21px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 970px) {
    /* line 49, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    #blog-filters-list > li {
        padding-right: 32px;
        padding-left: 32px;
        letter-spacing: 2.1px;
    }
}

/* line 75, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li:first-child {
    padding-left: 0;
}

/* line 79, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li .hover-list {
    position: absolute;
    display: none;
    left: 0;
    bottom: -35px;
    background: #230019;
    color: #ffeeda;
    width: 100%;
}

/* line 88, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li .hover-list ul {
    margin: 0 auto;
    padding: 0;
    height: 35px;
    display: flex;
}

/* line 95, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li .hover-list li {
    display: inline-block;
    list-style: none;
    color: #ffeeda;
    line-height: 35px;
    margin-right: 30px;
    padding-left: 0;
}

@media (max-width: 1170px) {
    /* line 95, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    #blog-filters-list > li .hover-list li {
        font-size: 13px;
    }
}

/* line 109, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li img {
    width: 6px;
}

/* line 115, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li:hover > a {
    border-bottom: 2px solid #ffc30f;
}

/* line 118, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list > li:hover .hover-list {
    display: block;
}

/* line 123, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-list a {
    color: inherit;
    text-decoration: none;
}

/* line 129, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-filters-hoverbg {
    display: none;
    position: absolute;
    left: 0;
    bottom: -34px;
    background: #230019;
    width: 100%;
    height: 35px;
    z-index: 1;
}

/* line 140, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-search {
    border: none;
    border-bottom: 1px solid #230019;
    font-family: "refrigerator-deluxe";
    font-weight: bold;
    text-transform: uppercase;
    width: 214px;
    padding: 6px 11px;
    font-size: 16px;
    letter-spacing: 2.1px;
}

@media (max-width: 1170px) {
    /* line 140, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    #blog-search {
        width: 188px;
        font-size: 14px;
        letter-spacing: 0.9px;
    }
}

@media (max-width: 970px) {
    /* line 140, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
    #blog-search {
        width: 115px;
    }
}

/* line 162, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-searchform {
    position: relative;
}

/* line 165, ../../../../source/wp-content/themes/citybrewtours/css/blog/_filters.scss */
#blog-searchform:before {
    width: 1px;
    height: 50%;
    background: #ffc30f;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

/* ==========================================================================
	Grid of posts
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
body.blog main.content {
    padding-top: 25px;
    padding-bottom: 50px;
    margin: 0;
    background: #ffeeda;
}

@media (max-width: 1170px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    body.blog main.content {
        padding-top: 41px;
    }
}

@media (max-width: 970px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    body.blog main.content {
        padding-top: 53px;
    }
}

@media (max-width: 970px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    body.blog main.content {
        padding-top: 30px;
    }
}

/* line 23, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
body.blog main.content > .container {
    position: relative;
}

/* line 28, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.grid {
    margin: 0 -10px;
}

@media (max-width: 1170px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid {
        margin: 0 5px;
    }
}

@media (max-width: 970px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid {
        margin: 0 23px;
    }
}

@media (max-width: 768px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid {
        margin: 0 auto;
        max-width: 297px;
    }
}

@media (max-width: 480px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid {
        max-width: unset;
    }
}

/* line 49, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* line 55, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.grid-sizer, .grid-item {
    width: 25%;
}

@media (max-width: 970px) {
    /* line 55, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid-sizer, .grid-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    /* line 55, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid-sizer, .grid-item {
        width: 100%;
    }
}

/* line 67, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.grid-item {
    min-height: 50px;
    float: left;
    padding: 0px 12px;
    margin-bottom: 23px;
}

@media (max-width: 768px) {
    /* line 67, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid-item {
        margin-bottom: 0px;
        padding: 18px 12px;
    }
}

@media (max-width: 480px) {
    /* line 67, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid-item {
        padding: 18px 0px;
    }
}

/* line 89, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.grid-item-width2 {
    width: 50%;
}

@media (max-width: 970px) {
    /* line 89, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .grid-item-width2 {
        width: 100%;
    }
}

/* line 97, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.quote-item blockquote.dark {
    max-width: none;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.13);
}

/* line 103, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.quote-item blockquote.dark .border {
    padding: 60px 10px 20px 10px;
    min-height: 303px;
}

@media (max-width: 1170px) {
    /* line 103, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .quote-item blockquote.dark .border {
        padding: 45px 10px 20px 10px;
        min-height: 355px;
    }
}

@media (max-width: 970px) {
    /* line 103, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .quote-item blockquote.dark .border {
        padding: 63px 10px 20px 10px;
        min-height: 369px;
    }
}

/* line 118, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.quote-item blockquote.dark .title {
    font-size: 21px;
    letter-spacing: 4.1px;
    line-height: 24px;
}

@media (max-width: 1170px) {
    /* line 118, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .quote-item blockquote.dark .title {
        font-size: 25px;
        letter-spacing: 4.1px;
    }
}

@media (max-width: 970px) {
    /* line 118, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .quote-item blockquote.dark .title {
        font-size: 26px;
        letter-spacing: 4.6px;
        line-height: 27px;
    }
}

/* line 135, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.quote-item blockquote.dark .content {
    margin-top: 5px;
}

/* line 140, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card {
    display: block;
    background: #FFF;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.13);
    transition-duration: 0.3s;
}

/* line 146, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card:hover {
    -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.25);
}

/* line 151, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-image {
    width: 100%;
    height: 243px;
    background: #230019;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media (max-width: 1170px) {
    /* line 151, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-image {
        height: 233px;
    }
}

@media (max-width: 970px) {
    /* line 151, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-image {
        height: 292px;
    }
}

@media (max-width: 768px) {
    /* line 151, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-image {
        height: 147px;
    }
}

/* line 171, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    transition-duration: 0.3s;
}

/* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.gallery-item .post-card-image {
    height: 200px;
}

@media (max-width: 1170px) {
    /* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .gallery-item .post-card-image {
        height: 188px;
    }
}

@media (max-width: 970px) {
    /* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .gallery-item .post-card-image {
        height: 242px;
    }
}

@media (max-width: 768px) {
    /* line 181, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .gallery-item .post-card-image {
        height: 227px;
    }
}

/* line 198, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card:hover svg {
    width: 29px;
}

/* line 201, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card:hover svg .color {
    fill: #F1BE3D;
}

/* line 207, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.gallery-item .post-card-image svg {
    width: 29px;
}

/* line 211, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.gallery-item .post-card:hover svg {
    width: 23px;
}

/* line 215, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 0, 25, 0.5);
}

/* line 224, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-info {
    width: 100%;
    padding: 10px 12px;
}

@media (max-width: 970px) {
    /* line 224, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-info {
        padding: 13px 14px;
    }
}

/* line 232, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-info > div {
    border: 1px solid #230019;
    min-height: 140px;
    padding: 12px 17px;
    position: relative;
}

@media (max-width: 1170px) {
    /* line 232, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-info > div {
        padding: 27px 26px;
        min-height: 214px;
    }
}

@media (max-width: 970px) {
    /* line 232, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-info > div {
        padding: 18px 27px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    /* line 232, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-info > div {
        padding: 24px 22px 46px 22px;
    }
}

/* line 254, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.gallery-item .post-card-info > div {
    padding: 2px 20px;
    min-height: 103px;
}

@media (max-width: 1170px) {
    /* line 254, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .gallery-item .post-card-info > div {
        padding: 34px 20px 19px 20px;
        min-height: 168px;
    }
}

@media (max-width: 970px) {
    /* line 254, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .gallery-item .post-card-info > div {
        padding: 23px 26px 5px 26px;
        min-height: 123px;
    }
}

/* line 269, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.standard-item .post-card-info > div {
    padding: 58px 20px 17px 20px;
    min-height: 216px;
}

@media (max-width: 1170px) {
    /* line 269, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .standard-item .post-card-info > div {
        padding: 97px 28px 17px 28px;
        min-height: 313px;
    }
}

@media (max-width: 970px) {
    /* line 269, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .standard-item .post-card-info > div {
        min-height: auto;
        padding: 80px 28px 74px 28px;
    }
}

/* line 284, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.video-length, .post-card-title, .post-card-excerpt {
    color: #230019;
}

/* line 288, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.video-length {
    font-family: "refrigerator-deluxe";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12.7px;
}

@media (max-width: 1170px) {
    /* line 288, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .video-length {
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
}

/* line 300, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-title {
    font-family: "refrigerator-deluxe";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
}

@media (max-width: 970px) {
    /* line 300, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-title {
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 2px;
    }
}

@media (max-width: 768px) {
    /* line 300, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-title {
        font-size: 19px;
    }
}

/* line 317, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.standard-item .post-card-title {
    margin-bottom: 6px;
}

/* line 321, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-excerpt {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 13.9px;
    margin-bottom: 0;
}

@media (max-width: 1170px) {
    /* line 321, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-excerpt {
        font-size: 16px;
    }
}

@media (max-width: 970px) {
    /* line 321, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-excerpt {
        font-size: 16.6px;
        margin-bottom: 3px;
    }
}

@media (max-width: 768px) {
    /* line 321, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-excerpt {
        margin-bottom: 11px;
    }
}

/* line 341, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.standard-item .post-card-excerpt {
    margin-bottom: 2px;
}

@media (max-width: 1170px) {
    /* line 345, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .gallery-item .post-card-excerpt {
        margin-bottom: 15px;
    }
}

@media (max-width: 970px) {
    /* line 345, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .gallery-item .post-card-excerpt {
        margin-bottom: 4px;
    }
}

/* line 355, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-author {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffc30f;
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 22px;
}

@media (max-width: 1170px) {
    /* line 355, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .post-card-author {
        font-size: 13px;
        letter-spacing: 1.5px;
    }
}

/* line 370, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-avatar {
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 376, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.post-card-avatar img {
    border: 5px solid #FFF;
    border-radius: 100%;
    width: 59px;
}

/* line 387, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.pagination a {
    color: #230019;
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.2px;
    border: 4px solid #230019;
    padding: 25px 10px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    display: block;
}

/* line 401, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.pagination a:hover {
    border-color: #ffc30f;
    background: #ffc30f;
}

/* line 407, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
.blog-mostrecent-text {
    display: none;
    position: absolute;
    top: 218px;
    left: -114px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 1170px) {
    /* line 407, ../../../../source/wp-content/themes/citybrewtours/css/blog/_postsgrid.scss */
    .blog-mostrecent-text {
        display: block;
    }
}

/* ==========================================================================
	Blogpost
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
main.content.blogpost {
    padding-top: 155x;
}

@media (max-width: 1170px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    main.content.blogpost {
        padding-top: 129px;
    }
}

@media (max-width: 768px) {
    /* line 5, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    main.content.blogpost {
        padding-top: 111px;
    }
}

/* line 16, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
main.content.blogpost > .container {
    max-width: 965px;
}

@media (max-width: 1170px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    main.content.blogpost > .container {
        max-width: 590px;
    }
}

@media (max-width: 970px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    main.content.blogpost > .container {
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    main.content.blogpost > .container {
        max-width: 330px;
    }
}

/* line 34, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost h1 {
    color: #230019;
     font-size: 63px;
        letter-spacing: 0.3px;
        line-height: 63px;
        margin-bottom: 4px;
  /* reduce header size
  letter-spacing: 8.7px;
    font-size: 125px;
    line-height: 130px;
    margin-bottom: 30px;*/
}

@media (max-width: 1170px) {
    /* line 34, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost h1 {
        letter-spacing: 5.7px;
        font-size: 104px;
        line-height: 100px;
    }
}

@media (max-width: 970px) {
    /* line 34, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost h1 {
        margin-bottom: 38px;
    }
}

@media (max-width: 768px) {
    /* line 34, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost h1 {
        letter-spacing: 5.2px;
        font-size: 53px;
        line-height: 49px;
        margin-bottom: 30px;
    }
}

/* line 58, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost h2 {
    margin-bottom: -3px;
    text-align: left;
    font-family: "refrigerator-deluxe";
        font-size: 37px;
        font-weight: 600;
        letter-spacing: 1.3px;
        margin-bottom: 5px;
        line-height: 36px;
        
}

@media (max-width: 1170px) {
    /* line 58, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost h2 {
        
    /*font-size: 63px;
        letter-spacing: 0.3px;
        line-height: 63px;
        margin-bottom: 4px;*/
    }
}

@media (max-width: 970px) {
    /* line 58, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost h2 {
        margin-bottom: 9px;
    }
}

@media (max-width: 768px) {
    /* line 58, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost h2 {
        font-size: 31px;
        letter-spacing: 0.2px;
        line-height: 37px;
        margin-bottom: 12px;
    }
}

/* line 80, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost p {
    font-size: 16.1px;
    line-height: 32px;
    margin-bottom: 12px;
}

@media (max-width: 1170px) {
    /* line 80, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost p {
        font-size: 15.2px;
        line-height: 30px;
        margin-bottom: 14px;
    }
}

@media (max-width: 970px) {
    /* line 80, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost p {
        font-size: 15.9px;
        line-height: 31px;
    }
}

@media (max-width: 768px) {
    /* line 80, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost p {
        font-size: 16.2px;
        line-height: 32px;
    }
}

/* line 102, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost .content {
    margin-top: 50px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d8d8e4;
}

@media (max-width: 1170px) {
    /* line 102, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost .content {
        margin-top: 85px;
    }
}

@media (max-width: 768px) {
    /* line 102, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost .content {
        margin-top: 44px;
    }
}

/* line 116, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost .social {
    padding-top: 33px;
}

/* line 119, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost .social p {
    font-weight: 600;
}

/* line 122, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost .social p span {
    margin-right: 5px;
}

/* line 127, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost .social .icons {
    margin-top: 31px;
}

/* line 133, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1.8px;
    font-weight: 600;
}

@media (max-width: 1170px) {
    /* line 133, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost-info {
        font-size: 19px;
        letter-spacing: 2.2px;
    }
}

@media (max-width: 768px) {
    /* line 133, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost-info {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
}

/* line 157, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost-info img {
    width: 32px;
    border-radius: 100%;
    margin: 0 18px;
}

@media (max-width: 1170px) {
    /* line 157, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost-info img {
        width: 36px;
    }
}

@media (max-width: 768px) {
    /* line 157, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost-info img {
        margin-bottom: 6px;
    }
}

/* line 171, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
.blogpost-info span {
    margin: 0 12px;
    font-weight: 800;
}

@media (max-width: 768px) {
    /* line 171, ../../../../source/wp-content/themes/citybrewtours/css/blogpost/_content.scss */
    .blogpost-info span {
        display: none;
    }
}

/* line 2, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
body {
    min-width: 320px;
}

/* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part {
    max-width: 45%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    padding-left: 40px;
    position: relative;
}

@media (max-width: 1500px) {
    /* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part {
        max-width: 670px;
        padding-left: 50px;
    }
}

@media (max-width: 1199px) {
    /* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part {
        padding-top: 68px;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 34px;
        max-width: 100%;
        display: block;
    }
}

@media (max-width: 767px) {
    /* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part {
        padding-top: 35px;
        padding-left: 85px;
        padding-left: 104px;
        padding-bottom: 41px;
        max-width: 455px;
    }
}

@media (max-width: 480px) {
    /* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part {
        padding-left: 28px;
        padding-top: 34px;
        padding-right: 15px;
        padding-bottom: 14px;
    }
}

/* line 48, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part h2 {
    font-size: 64px;
    line-height: 1;
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 30px;
    letter-spacing: 4px;
}

@media (max-width: 991px) {
    /* line 48, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part h2 {
        font-size: 50px;
        line-height: 1.05;
        letter-spacing: 3px;
        padding-bottom: 37px;
        margin-bottom: 23px;
    }
}

@media (max-width: 767px) {
    /* line 48, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part h2 {
        font-size: 36px;
        margin-bottom: 12px;
        padding-bottom: 12px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    /* line 48, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part h2 {
        letter-spacing: 2.4px;
        margin-bottom: 16px;
    }
}

/* line 72, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part h2:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 89px;
    left: -30px;
    background-color: #4b0014;
    bottom: 0;
}

@media (max-width: 991px) {
    /* line 72, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part h2:before {
        left: -24px;
        width: 85px;
        height: 1.5px;
    }
}

@media (max-width: 767px) {
    /* line 72, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part h2:before {
        left: 0;
        width: 35px;
    }
}

/* line 90, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part h6 {
    margin-bottom: 23px;
    letter-spacing: 1.6px;
    font-weight: 600;
}

@media (max-width: 991px) {
    /* line 90, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part h6 {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1.4px;
    }
}

@media (max-width: 767px) {
    /* line 90, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part h6 {
        margin-bottom: 16px;
    }
}

/* line 104, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .5px;
}

@media (max-width: 1199px) {
    /* line 104, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part p {
        line-height: 1.75;
    }
}

@media (max-width: 991px) {
    /* line 104, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part p {
        padding-right: 15px;
        line-height: 1.55;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    /* line 104, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part p {
        line-height: 1.5;
    }
}

/* line 120, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part .button-wrap {
    padding-top: 26px;
}

@media (max-width: 1199px) {
    /* line 120, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part .button-wrap {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    /* line 120, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part .button-wrap {
        padding-top: 0;
    }
}

/* line 129, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part a.button {
    font-size: 18px;
    min-width: 150px;
    line-height: 35px;
    border-width: 3px;
    letter-spacing: 2.1px;
}

@media (max-width: 1199px) {
    /* line 129, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part a.button {
        margin-top: 13px;
    }
}

@media (max-width: 991px) {
    /* line 129, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part a.button {
        margin-left: 7px;
    }
}

@media (max-width: 767px) {
    /* line 129, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part a.button {
        margin-left: 0;
        line-height: 31px;
    }
}

/* line 147, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
.home-text-part-inner {
    padding-right: 70px;
    padding-right: 120px;
    max-width: 670px;
}

@media (max-width: 1500px) {
    /* line 147, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part-inner {
        max-width: auto;
    }
}

@media (max-width: 1199px) {
    /* line 147, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part-inner {
        padding-right: 70px;
    }
}

@media (max-width: 1199px) {
    /* line 147, ../../../../source/wp-content/themes/citybrewtours/css/home/_global.scss */
    .home-text-part-inner {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-right: 0;
        max-width: 520px;
    }
}

/* line 5, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.tour-slider .half-width.slides .slider-image {
    max-height: 100vh;
}

/* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.home-top-overlay {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
    min-height: 650px;
}

@media (max-width: 1160px) {
    .home-top-overlay {
        min-height: unset;
    }
}

/* line 19, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.home-top-overlay:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

/* line 28, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.home-hero-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 100vh;
}

@media (max-width: 1199px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .home-hero-image {
        padding-bottom: 0;
        height: 101vh;
    }
}

@media (max-width: 991px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .home-hero-image {
        height: 98vh;
        height: 100vh;
    }
}

@media (max-width: 767px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .home-hero-image {
        padding-bottom: 41%;
        min-height: 300px;
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .home-hero-image {
        padding-bottom: 57%;
        padding-bottom: 58%;
        padding-bottom: 0;
    }
}

/* line 56, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.w-context-menu {
    display: none !important;
}

/* line 58, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.home-top-overlay .wistia_responsive_padding, .home-top-overlay video, .home-top-overlay .wistia_embed, .home-top-overlay .wistia_embed > div {
    position: absolute !important;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 181.77vh;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

/* line 70, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.wistia_responsive_wrapper {
    position: relative;
}

/* line 73, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-text {
    width: 665px;
    width: 775px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50.7%;
    top: 56.3%;
    text-align: center;
    z-index: 1;
}

@media (max-width: 1199px) {
    /* line 73, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-text {
        max-width: 85%;
        max-width: 775px;
        width: 775px;
    }
}

@media (max-width: 991px) {
    /* line 73, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-text {
        top: 67.2%;
        top: 57.2%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 718px;
    }
}

@media (max-width: 480px) {
    /* line 73, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-text {
        padding-left: 10px;
        padding-right: 10px;
        top: 48.2%;
    }
}

/* line 100, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-text h4 {
    font-size: 24px;
    letter-spacing: 2.4px;
    color: #ffeeda;
}

@media (max-width: 767px) {
    /* line 100, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-text h4 {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
}

/* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-text h1 {
    font-size: 110px;
    line-height: .95;
    letter-spacing: 9px;
    word-break: inherit;
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .hero-text h1 {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    /* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-text h1 {
        font-size: 80px;
        font-size: 68px;
    }
}

@media (max-width: 767px) {
    /* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-text h1 {
        letter-spacing: 3px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    /* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-text h1 {
        font-size: 40px;
        max-width: 300px;
        margin-bottom: 30px;
    }
}

/* line 132, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-text a.button {
    font-size: 18px;
    color: #3b0013;
    background: #ffc30f;
    min-width: 150px;
    padding: 4px 10px;
    line-height: 33px;
    letter-spacing: 1.8px;
    border: 3px solid #ffc30f;
}

/* line 142, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-mobile-button {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 65px;
}

@media (max-width: 480px) {
    /* line 142, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-mobile-button {
        display: block;
    }
}

/* HOME VIDEO BUTTONS */
/* line 153, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-buttons-wrapper {
    max-width: 95%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

@media (max-width: 991px) {
    /* line 153, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-buttons-wrapper {
        margin: 0 auto;
        max-width: 92%;
    }
}

@media (max-width: 767px) {
    /* line 153, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-buttons-wrapper {
        background-color: #230019;
        max-width: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 38px;
        padding-bottom: 55px;
    }
}

@media (max-width: 767px) {
    /* line 178, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-buttons-wrapper a.button {
        border: 3px solid #ffc30f;
        color: white;
        min-width: 182px;
    }
}

/* line 185, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-buttons-wrapper .button-wrap {
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    /* line 185, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-buttons-wrapper .button-wrap {
        display: block;
    }
}

@media (max-width: 767px) {
    /* line 192, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-buttons-wrapper.desktop {
        display: none;
    }
}

/* line 197, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.hero-buttons-wrapper.mobile {
    display: none;
}

@media (max-width: 767px) {
    /* line 197, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .hero-buttons-wrapper.mobile {
        display: block;
    }
}

/* HOME VIDEO, SLIDER SCROLL */
/* line 206, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 6.5%;
    letter-spacing: 2.4px;
    z-index: 2;
    font-size: 12px;
    font-family: "refrigerator-deluxe", sans-serif;
    text-transform: uppercase;
    color: white;
}

@media (max-width: 767px) {
    /* line 206, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
    .scroll {
        /* display: none; */
    }
}

/* line 219, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.scroll:hover, .scroll:active, .scroll:focus {
    color: white;
}

/* line 222, ../../../../source/wp-content/themes/citybrewtours/css/home/_top_video.scss */
.scroll:after {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    bottom: -94px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background-color: white;
}

/* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.container-home {
    width: 87%;
    display: flex;
    display: -webkit-flex;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .container-home {
        width: 1265px;
    }
}

@media (max-width: 1300px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .container-home {
        width: 1170px;
    }
}

@media (max-width: 1199px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .container-home {
        width: 970px;
    }
}

@media (max-width: 991px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .container-home {
        width: 750px;
        width: 679px;
    }
}

@media (max-width: 767px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .container-home {
        width: 100%;
        display: block;
    }
}

/* line 27, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.recommended-section {
    background-color: #ffc30f;
    padding-top: 41px;
    padding-bottom: 42px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    /* line 27, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    /* line 27, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-section {
        padding-top: 13px;
        padding-bottom: 14px;
    }
}

/* line 44, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.recommended-section h3 {
    font-size: 24px;
    padding-top: 7px;
    margin-bottom: 0;
    font-family: "refrigerator-deluxe", sans-serif;
    letter-spacing: 2.85px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 767px) {
    /* line 44, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-section h3 {
        font-size: 18px;
        text-align: center;
        padding-top: 0;
        margin-bottom: 0;
        position: static;
        line-height: 39px;
        -webkit-transform: translate(0);
        transform: translate(0);
        letter-spacing: 2.2px;
        line-height: 1.1;
    }
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
.recommended-section .container-home:after {
    content: '';
    display: table;
    clear: both;
}

/* line 70, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.recommended-section ul:not([role="tablist"]) {
    padding-left: 0;
}

/* fix img width for IE */
/* line 77, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.ie .recommended-logos img {
    width: 223px;
}

@media (max-width: 767px) {
    /* line 77, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .ie .recommended-logos img {
        width: 160px;
    }
}

/* line 86, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.recommended-logos {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    width: 80%;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
.recommended-logos:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    /* line 86, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-logos {
        width: 60%;
    }
}

@media (max-width: 991px) {
    /* line 86, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-logos {
        width: calc(100% - 110px);
    }
}

@media (max-width: 767px) {
    /* line 86, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-logos {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 3;
        padding-top: 15px;
    }
}

@media (max-width: 480px) {
    /* line 86, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-logos {
        width: 100%;
    }
}

/* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.recommended-logos img {
    height: 48px;
    max-width: 223px;
    width: auto;
    margin: 0 auto;
}

@media (max-width: 991px) {
    /* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-logos img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
}

@media (max-width: 767px) {
    /* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-logos img {
        max-width: 160px;
        height: 35px;
        padding-top: 10px;
        -webkit-filter: invert(0);
        filter: invert(0);
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    /* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .recommended-logos img {
        height: 35px;
    }
}

/* line 130, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.recommended-logos .slick-buttons-wrapper {
    width: 20%;
    position: relative;
    left: 6px;
}

/* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.col-reco-left {
    width: 18%;
    float: left;
    position: relative;
}

@media (max-width: 1199px) {
    /* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .col-reco-left {
        width: 20%;
    }
}

@media (max-width: 991px) {
    /* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .col-reco-left {
        width: 25%;
        width: 35%;
    }
}

@media (max-width: 767px) {
    /* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .col-reco-left {
        width: 100%;
        float: none;
    }
}

/* line 152, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.col-reco-right {
    width: 82%;
    float: right;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 8px;
}

@media (max-width: 1199px) {
    /* line 152, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .col-reco-right {
        width: 80%;
    }
}

@media (max-width: 991px) {
    /* line 152, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .col-reco-right {
        width: 75%;
        width: 65%;
    }
}

@media (max-width: 767px) {
    /* line 152, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .col-reco-right {
        padding-top: 0;
        width: 100%;
        float: none;
        position: relative;
    }
}

/* line 175, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.slick-buttons-wrapper {
    color: #000;
    width: 195px;
    height: 40px;
    z-index: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 991px) {
    /* line 175, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper {
        width: 110px;
    }
}

@media (max-width: 767px) {
    /* line 175, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
    }
}

/* line 197, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.slick-buttons-wrapper button {
    background-image: url("https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/arr_white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 18px;
    top: 72%;
    outline: none;
    border: none;
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .4s -webkit-filter ease;
    -moz-transition: .4s -moz-filter ease;
    -moz-transition: .4s filter ease;
    -ms-transition: .4s -ms-filter ease;
    -o-transition: .4s -o-filter ease;
    transition: .4s filter ease;
}

@media (min-width: 768px) {
    /* line 218, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper button:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
}

@media (max-width: 767px) {
    /* line 197, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper button {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 20px;
        height: 13px;
    }
}

@media (max-width: 480px) {
    /* line 197, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper button {
        top: 52%;
    }
}

/* line 234, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.slick-buttons-wrapper button.slick-prev {
    margin-right: 39px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 30%;
    opacity: 1;
}

/* line 240, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
.slick-buttons-wrapper button.slick-prev.solidu {
    opacity: 1;
}

@media (max-width: 767px) {
    /* line 234, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper button.slick-prev {
        left: calc(50% - 160px);
        top: 45%;
    }
}

@media (max-width: 480px) {
    /* line 234, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper button.slick-prev {
        left: 0;
        top: 32%;
        top: 44%;
    }
}

@media (max-width: 767px) {
    /* line 253, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper button.slick-next {
        right: calc(50% - 160px);
        top: 65%;
        top: 60%;
    }
}

@media (max-width: 480px) {
    /* line 253, ../../../../source/wp-content/themes/citybrewtours/css/home/_recommended.scss */
    .slick-buttons-wrapper button.slick-next {
        right: 0;
    }
}

/* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.half-width.slides .slider-image {
    max-height: 80vh;
    min-height: 600px;
}

@media (max-width: 1199px) {
    .half-width.slides .slider-image {
        min-height: 100px;
    }
}

/* line 6, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.tour .half-width.slides .slider-image {
    max-height: 100vh;
}

/* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .slick-slider .controls .progress {
    display: block;
}

/* line 14, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .slick-slider .progress.desktop {
    width: 0%;
    top: -3px;
}

/* line 18, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .slick-slider .controls {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

/* line 25, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section, .home-section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
.craft-beer-section:after, .home-section:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    /* line 25, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-section, .home-section {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

/* line 37, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section > div:not(.container-home), .home-section > div:not(.container-home) {
    width: 50%;
}

@media (max-width: 1199px) {
    /* line 37, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-section > div:not(.container-home), .home-section > div:not(.container-home) {
        width: 100%;
    }
}

/* line 43, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section > div:not(.container-home).brewery-logos, .home-section > div:not(.container-home).brewery-logos {
    width: 43%;
}

@media (max-width: 991px) {
    /* line 43, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-section > div:not(.container-home).brewery-logos, .home-section > div:not(.container-home).brewery-logos {
        width: 80.7%;
    }
}

/* line 50, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper, .home-section .bx-wrapper {
    margin: 0;
}

/* line 52, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper .bx-viewport, .home-section .bx-wrapper .bx-viewport {
    margin: 0;
    left: 0;
    border: none;
}

/* line 57, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper li, .home-section .bx-wrapper li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1199px) {
    /* line 57, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-section .bx-wrapper li, .home-section .bx-wrapper li {
        padding-left: 0;
    }
}

/* line 76, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper .bx-prev, .home-section .bx-wrapper .bx-prev {
    left: 21px;
}

/* line 79, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper .bx-next, .home-section .bx-wrapper .bx-next {
    right: 21px;
}

/* line 82, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper .bx-controls-direction, .home-section .bx-wrapper .bx-controls-direction {
    left: 0;
    bottom: 0;
    width: 240px;
    height: 48px;
}

@media (max-width: 991px) {
    /* line 82, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-section .bx-wrapper .bx-controls-direction, .home-section .bx-wrapper .bx-controls-direction {
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        width: 184px;
    }
}

/* line 91, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper .bx-controls-direction .number, .home-section .bx-wrapper .bx-controls-direction .number {
    font-size: 21px;
}

/* line 93, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper .bx-controls-direction .number span, .home-section .bx-wrapper .bx-controls-direction .number span {
    letter-spacing: 2px;
}

/* line 97, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-section .bx-wrapper .bx-controls-direction a, .home-section .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 11px;
}

/* CRAFT BEER SECTION */
/* line 107, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-text {
    max-width: 45%;
    position: relative;
    min-height: 600px;
}

@media (max-width: 1500px) {
    /* line 107, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-text {
        max-width: 670px;
    }
}

@media (max-width: 1199px) {
    /* line 107, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-text {
        max-width: 100%;
        padding-left: 100px;
        min-height: 100px;
    }
}

@media (max-width: 767px) {
    /* line 107, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-text {
        padding-left: 35px;
    }
}

/* line 121, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
.craft-beer-text-inner {
    position: absolute;
    -webkit-transform: translate(50px, -50%);
    -moz-transform: translate(50px, -50%);
    -ms-transform: translate(50px, -50%);
    -o-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
    top: 53.5%;
}

@media (max-width: 1199px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/home/_craft_beer.scss */
    .craft-beer-text-inner {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* line 2, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1199px) {
    /* line 2, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section {
        background-size: 0 0;
        background-position: center bottom;
    }
}

@media (max-width: 767px) {
    /* line 2, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section {
        background-size: cover;
        background-position: center;
    }
}

/* line 13, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-section:before, .brewery-section:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(28, 8, 11, 0.85);
}

@media (max-width: 1199px) {
    /* line 13, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section:before, .brewery-section:after {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 13, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section:before, .brewery-section:after {
        display: block;
    }
}

/* line 27, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-section:after {
    background-color: rgba(255, 238, 218, 0.1);
}

/* line 31, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-section > .container-home {
    padding-top: 154px;
    padding-bottom: 137px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    /* line 31, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section > .container-home {
        width: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    /* line 31, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section > .container-home {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    /* line 31, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section > .container-home {
        padding-bottom: 65px;
    }
}

@media (max-width: 480px) {
    /* line 31, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section > .container-home {
        padding-bottom: 75px;
    }
}

/* line 60, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-section .home-text-part {
    width: 50%;
    padding-left: 100px;
}

@media (max-width: 1199px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section .home-text-part {
        padding-left: 80px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section .home-text-part {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section .home-text-part {
        padding-left: 100px;
        padding-left: 93px;
        padding-right: 70px;
    }
}

@media (max-width: 480px) {
    /* line 60, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-section .home-text-part {
        padding-left: 10px;
        padding-right: 0;
    }
}

/* line 81, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-section .home-text-part-inner {
    padding-right: 0;
}

/* line 85, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos-wrapper {
    position: relative;
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    /* line 85, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos-wrapper {
        display: block;
    }
}

@media (max-width: 767px) {
    /* line 85, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos-wrapper {
        display: none;
    }
}

/* line 98, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos-wrapper:before, .brewery-logos-wrapper:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: #524140; */
    /* opacity: .7; */
    background-color: rgba(28, 8, 11, 0.85);
}

/* line 108, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos-wrapper:after {
    background-color: rgba(255, 238, 218, 0.1);
}

/* line 115, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.gecko .brewery-logos > div:not(.logo-hover-image), .gecko .brewery-logos > a {
    padding-bottom: 0;
    min-height: 15vh;
}

@media (max-width: 767px) {
    /* line 115, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .gecko .brewery-logos > div:not(.logo-hover-image), .gecko .brewery-logos > a {
        padding-bottom: 0;
        height: 17vh;
    }
}

/* line 125, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    position: relative;
    margin: 0;
    background: none;
    max-width: 48%;
}

@media (max-width: 1500px) {
    /* line 125, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos {
        max-width: 620px;
    }
}

@media (max-width: 1199px) {
    /* line 125, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos {
        margin: 0;
        width: 90%;
        margin: 63px auto;
    }
}

@media (max-width: 767px) {
    /* line 125, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos {
        width: 72.7%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    /* line 125, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos {
        margin-top: 30px;
        width: calc(100% + 6px);
        margin-left: -3px;
        margin-right: -3px;
    }
}

@media (max-width: 1199px) {
    /* line 154, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos.tablet {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 154, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos.tablet {
        display: -webkit-flex;
        display: flex;
    }
}

/* line 165, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos.hidden > div img {
    opacity: 0;
}

/* line 170, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos > div, .brewery-logos > a {
    display: block;
    width: 33.3333%;
    border: 1px solid #a69a8d;
    padding: 15px;
    position: relative;
    padding-bottom: 20.5%;
    transition: all .4s ease;
    z-index: 2;
}

@media (max-width: 767px) {
    /* line 170, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos > div, .brewery-logos > a {
        padding-bottom: 32.5%;
    }
}

/* line 182, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos > div:hover, .brewery-logos > a:hover {
    background-color: #231419;
}

/* line 187, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos > div:hover {
    background-color: #231419;
    z-index: 6;
}

/* line 190, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos > div:hover img {
    opacity: 1;
}

/* line 197, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos .brewery-more.hidden span {
    opacity: 0;
}

/* line 201, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos .brewery-more span {
    transition: opacity .4s ease;
}

/* line 205, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos img, .brewery-logos span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 209, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos img {
    max-width: 107px;
    max-height: 84px;
    transition: opacity .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
    transform: translate3d(-50%, -50%, 0) scale(1, 1);
}

@media (max-width: 991px) {
    /* line 209, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos img {
        max-width: 80px;
        max-height: 60px;
    }
}

@media (max-width: 767px) {
    /* line 209, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos img {
        max-width: 75px;
        max-height: 55px;
    }
}

/* line 225, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos img.hidden {
    opacity: 0;
}

/* line 229, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos span {
    color: #ffeeda;
    font-size: 100px;
    font-family: "refrigerator-deluxe", sans-serif;
    font-weight: 300;
    top: 42%;
}

@media (max-width: 767px) {
    /* line 229, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .brewery-logos span {
        font-size: 72px;
    }
}

/* line 239, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.brewery-logos .logo-hover-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 1199px) {
    /* line 251, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part {
        padding-top: 70px;
        background-color: white;
        -webkit-order: -1;
        order: -1;
    }
}

@media (max-width: 767px) {
    /* line 251, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part {
        padding-top: 36px;
        background-color: transparent;
    }
}

@media (max-width: 480px) {
    /* line 251, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part {
        padding-top: 34px;
    }
}

/* line 265, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.col-brew-right.home-text-part h2, .col-brew-right.home-text-part h6, .col-brew-right.home-text-part p {
    color: white;
}

@media (max-width: 1199px) {
    /* line 265, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part h2, .col-brew-right.home-text-part h6, .col-brew-right.home-text-part p {
        color: #230019;
    }
}

@media (max-width: 767px) {
    /* line 265, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part h2, .col-brew-right.home-text-part h6, .col-brew-right.home-text-part p {
        color: white;
    }
}

@media (max-width: 767px) {
    /* line 274, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part h6 {
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    /* line 274, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part h6 {
        margin-bottom: 12px;
    }
}

@media (max-width: 1199px) {
    /* line 282, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part a.button {
        color: #a51130;
        border: 3px solid #a51130;
    }

    /* line 286, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part a.button:hover {
        background-color: #a51130;
        color: white;
    }
}

@media (max-width: 767px) {
    /* line 282, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part a.button {
        color: white;
        border: 3px solid white;
    }

    /* line 294, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part a.button:hover {
        background-color: white;
        color: #a51130;
    }
}

@media (max-width: 1199px) {
    /* line 301, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part h6 {
        letter-spacing: 1.6px;
    }
}

/* line 307, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
.col-brew-right.home-text-part h2:before {
    background-color: white;
}

@media (max-width: 1199px) {
    /* line 307, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part h2:before {
        background-color: #230019;
    }
}

@media (max-width: 767px) {
    /* line 307, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .col-brew-right.home-text-part h2:before {
        background-color: white;
    }
}

@media (max-width: 991px) {
    /* line 320, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .tour-text-part .home-text-part-inner h6 {
        margin-bottom: 13px;
    }
}

@media (max-width: 480px) {
    /* line 320, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .tour-text-part .home-text-part-inner h6 {
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    /* line 318, ../../../../source/wp-content/themes/citybrewtours/css/home/_breweries_tour.scss */
    .tour-text-part {
        padding-bottom: 10px;
    }
}

/* WHAT YoU GET SECTION */
/* line 3, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.what-you-get .home-text-part-inner {
    padding-right: 50px;
    padding-right: 110px;
}

@media (max-width: 1199px) {
    /* line 3, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .what-you-get .home-text-part-inner {
        padding-right: 70px;
    }
}

@media (max-width: 767px) {
    /* line 3, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .what-you-get .home-text-part-inner {
        padding-right: 0;
    }
}

/* TILES */
/* line 16, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.tour-tiles {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: calc(50vw - 4px);
    height: 87vh;
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
.tour-tiles:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .tour-tiles {
        height: calc(59vw);
        height: 100vh;
    }
}

@media (max-width: 767px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .tour-tiles {
        height: auto;
        max-height: none;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (max-width: 480px) {
    /* line 16, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .tour-tiles {
        display: none;
    }
}

/* line 40, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile {
    width: 50%;
    position: relative;
    padding-bottom: 59%;
    padding-bottom: 0;
    height: 51vh;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width: 1199px) {
    /* line 40, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile {
        padding-bottom: 56%;
        padding-bottom: 0;
        height: 58vh;
    }
}

@media (max-width: 767px) {
    /* line 40, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile {
        width: 100%;
        height: auto;
        padding-bottom: 63%;
    }
}

/* line 59, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:hover .tile-hover-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1.15, 1.15);
}

/* line 65, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile .plus-icon {
    font-size: 42px;
    background-color: #ffeeda;
    width: 50px;
    height: 51px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "refrigerator-deluxe", sans-serif;
}

@media (max-width: 1199px) {
    /* line 65, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile .plus-icon {
        background-color: white;
    }
}

@media (max-width: 767px) {
    /* line 65, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile .plus-icon {
        background-color: #ffeeda;
    }
}

@media (max-width: 480px) {
    /* line 65, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile .plus-icon {
        font-size: 75px;
    }
}

/* line 86, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile .odometer.odometer-auto-theme, .one-tile .odometer.odometer-theme-default {
    color: #230019;
    font-weight: 400;
    letter-spacing: 2.5px;
    font-family: "prohibition", serif;
    line-height: 1.05;
}

/* line 93, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile h2, .one-tile h6 {
    color: #230019;
    font-weight: 400;
    letter-spacing: 2.5px;
}

/* line 98, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile h2 {
    font-family: "prohibition", serif;
    line-height: 1.05;
}

/* line 102, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile h6 {
    font-family: "refrigerator-deluxe", sans-serif;
    margin-bottom: 0;
}

/* line 107, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:first-child {
    background-color: #3c0014;
}

/* line 109, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:first-child h2, .one-tile:first-child h6, .one-tile:first-child .odometer.odometer-auto-theme, .one-tile:first-child .odometer.odometer-theme-default {
    color: #ffeeda;
}

/* line 113, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:last-child {
    background-color: #230019;
}

@media (max-width: 1199px) {
    /* line 113, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:last-child {
        padding-bottom: 56%;
        padding-bottom: 0;
        height: 58vh;
    }
}

@media (max-width: 767px) {
    /* line 113, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:last-child {
        padding-bottom: 63%;
        height: auto;
    }
}

/* line 124, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:last-child h2, .one-tile:last-child h6, .one-tile:last-child .odometer.odometer-auto-theme, .one-tile:last-child .odometer.odometer-theme-default {
    color: #ffc30f;
}

@media (max-width: 991px) {
    /* line 127, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:last-child .tile-info {
        top: 56%;
    }
}

@media (max-width: 767px) {
    /* line 127, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:last-child .tile-info {
        top: 50%;
    }
}

/* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:nth-child(3) {
    background-color: white;
    height: 36vh;
}

@media (max-width: 1199px) {
    /* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:nth-child(3) {
        padding-bottom: 39.5%;
        padding-bottom: 0;
        height: 42vh;
        background-color: #ffeeda;
    }
}

@media (max-width: 767px) {
    /* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:nth-child(3) {
        padding-bottom: 63%;
        background-color: white;
        height: auto;
    }
}

/* line 151, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:nth-child(3) .tile-info {
    top: 52%;
}

@media (max-width: 991px) {
    /* line 151, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:nth-child(3) .tile-info {
        top: 54%;
    }
}

@media (max-width: 767px) {
    /* line 151, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:nth-child(3) .tile-info {
        top: 50%;
    }
}

/* line 161, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:nth-child(2) {
    background-color: #ffc30f;
    height: 36vh;
}

@media (max-width: 1199px) {
    /* line 161, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:nth-child(2) {
        padding-bottom: 39.5%;
        padding-bottom: 0;
        height: 42vh;
    }
}

@media (max-width: 767px) {
    /* line 161, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile:nth-child(2) {
        padding-bottom: 63%;
        height: auto;
    }
}

/* line 174, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile:nth-child(2) .tile-info {
    top: 55%;
}

/* line 178, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile h2 {
    font-size: 90px;
}

@media (max-width: 991px) {
    /* line 178, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile h2 {
        font-size: 72px;
    }
}

/* line 184, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.one-tile h6 {
    font-size: 21px;
}

@media (max-width: 991px) {
    /* line 184, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .one-tile h6 {
        font-size: 16px;
    }
}

/* line 191, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.tile-info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 54%;
    width: 100%;
    padding: 0 10px;
}

@media (max-width: 991px) {
    /* line 191, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
    .tile-info {
        top: 50%;
    }
}

/* line 202, ../../../../source/wp-content/themes/citybrewtours/css/home/_what_you_get.scss */
.tile-hover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s ease;
}

/* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.container-newsletter {
    width: 75%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 1500px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .container-newsletter {
        width: 1031px;
    }
}

@media (max-width: 1199px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .container-newsletter {
        width: 950px;
    }
}

@media (max-width: 1199px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .container-newsletter {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 50px;
        padding-right: 40px;
    }
}

@media (max-width: 480px) {
    /* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .container-newsletter {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* NEWSLETTER */
/* line 28, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter-form-wrapper.mobile {
    display: none;
}

@media (max-width: 767px) {
    /* line 28, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter-form-wrapper.mobile {
        display: block;
    }
}

/* line 34, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter-form-wrapper.desktop {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

@media (max-width: 1500px) {
    /* line 34, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter-form-wrapper.desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    /* line 34, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter-form-wrapper.desktop {
        display: none;
    }
}

/* line 47, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter {
    padding-top: 66px;
    padding-bottom: 75px;
    background-color: #ffeeda;
    /* GRVITYFORM STYLES */
}

@media (max-width: 1199px) {
    /* line 47, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter {
        padding-top: 28px;
        padding-bottom: 43px;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .newsletter {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    /* line 47, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter {
        padding-bottom: 15px;
        padding-top: 45px;
    }
}

@media (max-width: 480px) {
    /* line 47, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter {
        padding-bottom: 35px;
    }
}

/* line 9, ../../../../source/wp-content/themes/citybrewtours/css/_mixins.scss */
.newsletter > .container:after, .newsletter > .container-home:after, .newsletter > .container-newsletter:after {
    content: '';
    display: table;
    clear: both;
}

/* line 66, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter h4 {
    font-size: 36px;
    padding-right: 30px;
    line-height: 1.06;
    letter-spacing: 1.7px;
    position: relative;
    top: 2px;
}

@media (max-width: 1199px) {
    /* line 66, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter h4 {
        width: 100%;
        margin-bottom: 34px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    /* line 66, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter h4 {
        font-size: 24px;
        text-align: center;
        top: 0;
        margin-bottom: 15px;
        padding-left: 25px;
    }
}

/* line 84, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .newsletter-form-wrapper {
    width: 72%;
    width: calc(100% - 336px);
}

@media (max-width: 1199px) {
    /* line 84, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .newsletter-form-wrapper {
        padding-left: 0;
        width: 100%;
    }
}

/* line 92, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter form {
    width: 100%;
}

/* line 94, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter form label {
    display: none;
}

/* line 98, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="text"] {
    border: 2px solid #371419;
    line-height: 43px;
    height: 43px;
    font-size: 16px;
    padding: 0 28px;
}

/* line 104, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="text"]::-webkit-input-placeholder {
    color: #230019;
    font-size: 16px;
    letter-spacing: .2px;
}

@media (max-width: 767px) {
    /* line 104, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter input[type="text"]::-webkit-input-placeholder {
        color: #9b8179;
    }
}

/* line 112, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="text"]:-moz-placeholder {
    color: #230019;
    font-size: 16px;
    letter-spacing: .2px;
}

@media (max-width: 767px) {
    /* line 112, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter input[type="text"]:-moz-placeholder {
        color: #9b8179;
    }
}

/* line 120, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="text"]::-moz-placeholder {
    color: #230019;
    font-size: 16px;
    letter-spacing: .2px;
}

@media (max-width: 767px) {
    /* line 120, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter input[type="text"]::-moz-placeholder {
        color: #9b8179;
    }
}

/* line 128, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="text"]:-ms-input-placeholder {
    color: #230019;
    font-size: 16px;
    letter-spacing: .2px;
}

@media (max-width: 767px) {
    /* line 128, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter input[type="text"]:-ms-input-placeholder {
        color: #9b8179;
    }
}

/* line 136, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="text"]:focus {
    outline: none;
}

@media (max-width: 1199px) {
    /* line 98, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter input[type="text"] {
        border: 2px solid #9b8179;
        padding: 0 18px;
    }
}

/* line 144, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="submit"] {
    border: 3px solid #a51130;
    outline: none;
    background-color: transparent;
    color: #a51130;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "refrigerator-deluxe", sans-serif;
    font-weight: 800;
    letter-spacing: 3px;
    padding: 0 15px;
    line-height: 43px;
    min-width: 150px;
    cursor: pointer;
    transition: all .3s ease;
}

/* line 159, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter input[type="submit"]:hover {
    background-color: #a51130;
    color: white;
}

@media (max-width: 1199px) {
    /* line 144, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter input[type="submit"] {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    /* line 144, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter input[type="submit"] {
        width: 150px;
        margin-top: 30px;
    }
}

/* line 173, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper .top_label .gfield_label {
    display: none;
}

/* line 176, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper .top_label div.ginput_container {
    width: 100%;
    margin-top: 0;
}

/* line 180, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    background-color: #FFF;
    padding: 0 27px;
}

/* line 185, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_footer .top_label, .newsletter .gform_wrapper .gform_footer {
    clear: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1500px) {
    /* line 185, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_footer .top_label, .newsletter .gform_wrapper .gform_footer {

    }
}

@media (max-width: 1199px) {
    /* line 185, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_footer .top_label, .newsletter .gform_wrapper .gform_footer {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    /* line 185, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_footer .top_label, .newsletter .gform_wrapper .gform_footer {
        float: none;
        margin-left: 0;
        text-align: center;
        padding-top: 25px;
    }
}

/* line 204, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

@media (max-width: 1199px) {
    /* line 204, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper ul.gform_fields li.gfield {
        padding-left: 0;
    }
}

/* line 210, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_page_footer input.button, .newsletter .gform_wrapper .gform_page_footer input[type=submit] {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    /* line 210, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_page_footer input.button, .newsletter .gform_wrapper .gform_page_footer input[type=submit] {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    /* line 210, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_page_footer input.button, .newsletter .gform_wrapper .gform_page_footer input[type=submit] {
        margin: 0 auto;
    }
}

/* line 219, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .ginput_container .ginput_container_email {
    margin-top: 0;
}

/* line 222, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-right: 0;
}

/* line 226, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper .gform_body {
    width: 486px;
    width: calc(100% - 190px);
    float: left;
    margin-right: 30px;
}

@media (max-width: 1500px) {
    /* line 226, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper .gform_body {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    /* line 226, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper .gform_body {
        width: calc(100% - 230px);
    }
}

@media (max-width: 991px) {
    /* line 226, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper .gform_body {
        width: 486px;
    }
}

@media (max-width: 767px) {
    /* line 226, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper .gform_body {
        float: none;
        width: 280px;
        margin: 0 auto;
    }
}

/* line 246, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_page_footer input.button, .newsletter .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 18px;
}

@media (max-width: 767px) {
    /* line 246, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_page_footer input.button, .newsletter .gform_wrapper .gform_page_footer input[type=submit] {
        width: 150px;
    }
}

/* line 252, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
.newsletter .gform_wrapper {
    width: 100%;
}

@media (max-width: 767px) {
    /* line 255, ../../../../source/wp-content/themes/citybrewtours/css/home/_newsletter.scss */
    .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 41px;
    }
}

.gform_wrapper .gform_body .ginput_complex br {
    display: none;
}

.gform_wrapper .gform_body .ginput_complex span {
    float: left;
}

.gf_right_half {
    float: right !important;
}

.gform_wrapper .gform_body .ginput_complex p {
    margin: 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gform_footer p {
    display: none;
}

.gform_wrapper h2 {
    font-weight: bold !important;
}

.gform_wrapper .gform_body textarea, .gform_wrapper .gform_body input, .gform_wrapper .gform_body select {
    border: 1px solid #ccc;
}

.gform_wrapper .gform_body select {
    height: 34px;
}

.gform_wrapper .gform_footer input[type=submit] {
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "refrigerator-deluxe";
    font-weight: 800;
    font-size: 15.2px;
    padding: 4px 30px;
    letter-spacing: 1.4px;
    color: #a51130;
    text-decoration: none;
    border: 2px solid #a51130;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    transition-duration: 0.2s;
    margin-bottom: 10px;
    background-color: #fff;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
    color: #ffc30f;
    background: #a51130;
}

@media (max-width: 640px) {
    div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 100%;
    }

    .gform_wrapper .gform_body .gf_left_half,
    .gform_wrapper .gform_body .gf_right_half {
        width: 100%;
    }
}

/* line 1, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-width: 320px;
    z-index: 100;
    background-color: #3c0014;
    text-align: center;
}

/* line 11, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen.hidden {
    display: none;
}

/* line 14, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen h1 {
    font-size: 120px;
    position: relative;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 17px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    /* line 14, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .load-screen h1 {
        font-size: 60px;
        padding-left: 10px;
        padding-right: 10px;
        word-break: break-all;
    }
}

/* line 27, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen h1:after, .load-screen h1:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #ffeeda;
    height: 2px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

/* line 34, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen h1:after {
    bottom: 0;
}

/* line 37, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen h1:before {
    top: 0;
}

/* line 41, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen span {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffeeda;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #3c0014;
    transform: translateY(50%);
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    /* line 41, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .load-screen span {
        font-size: 14px;
        padding: 0 7px;
    }
}

/* line 58, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.beer-icon {
    height: 102px;
    width: 65px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    /* line 58, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .beer-icon {
        height: 90px;
        width: 55px;
    }
}

/* line 68, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.beer-icon .st1 {
    transform: translate(0, 100%);
    transition: all .3s ease;
}

/* line 73, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-screen-inner {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
}

@media (max-width: 991px) {
    /* line 73, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .load-screen-inner {
        max-width: 100%;
    }
}

/* line 81, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.one-load-phrase {
    width: 50%;
    padding: 0 70px;
    text-align: center;
    position: relative;
}

@media screen and (orientation: portrait) {
    /* line 81, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .one-load-phrase {
        width: 100%;
    }
}

@media (max-width: 991px) {
    /* line 81, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .one-load-phrase {
        padding: 0 30px;
    }
}

/* line 95, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.one-load-phrase:first-child:after {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    background-color: #6d3113;
}

/* line 106, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.progress-wrapper h6, .progress-wrapper progress {
    font-size: 18px;
    color: white;
}

@media (max-width: 767px) {
    /* line 106, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .progress-wrapper h6, .progress-wrapper progress {
        font-size: 18px;
    }
}

/* line 115, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-logos-wrapper {
    display: -webkit-flex;
    display: flex;
}

@media screen and (orientation: portrait) {
    /* line 115, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
    .load-logos-wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 126, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-logos-wrapper img {
    max-width: 212px;
    max-height: 35px;
    margin-bottom: 20px;
}

/* line 131, ../../../../source/wp-content/themes/citybrewtours/css/home/_load_screen.scss */
.load-logos-wrapper h5, .load-logos-wrapper h5 p {
    color: white;
    font-size: 18px;
    font-family: "prohibition", serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}

/* max-width: 411px; */
/* MOBILE AND TABLET ADVISOR */
@media (max-width: 1199px) {
    /* line 4, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-hidden .advisor-img.tablet {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 4, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-hidden .advisor-img.tablet {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 13, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-hidden .advisor-img.mobile {
        display: none;
    }
}

/* line 20, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.advisor-img {
    display: none;
    position: relative;
}

/* line 23, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.advisor-img.tablet {
    background-color: #ffc30f;
}

@media (max-width: 1199px) {
    /* line 23, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-img.tablet {
        display: block;
    }
}

@media (max-width: 767px) {
    /* line 23, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-img.tablet {
        display: none;
    }
}

@media (max-width: 1199px) {
    /* line 20, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-img {
        position: fixed;
        bottom: 0;
        z-index: 5;
    }
}

/* line 38, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.advisor-img.mobile {
    margin-top: -19px;
}

@media (max-width: 767px) {
    /* line 38, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-img.mobile {
        display: block;
    }
}

@media (max-width: 970px) {
    /* line 20, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-img {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 4;
    }
}

/* line 51, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.advisor-img img {
    width: 100%;
    height: auto;
}

/* line 55, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.advisor-img.hidden {
    display: none !important;
}

/* line 60, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.home .trip-advisor-trigger {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    transform: translate(0, -50%);
}

/* line 66, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.home .trip-advisor-trigger.mini {
    width: 52px;
    height: 56px;
    transition: all .3s ease;
}

/* line 71, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.home .trip-advisor-trigger.big {
    width: 200px;
    height: 245px;
    transition: all .3s ease;
}

/* line 76, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.home .trip-advisor-trigger.hide-mini {
    transform: translate(100%, -50%);
}

/* line 85, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor {
    position: absolute;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    z-index: 10;
    cursor: pointer;
    /* 	MOBILE TRIP ADVISOR */
}

@media (max-width: 1199px) {
    /* line 85, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor {
        padding: 10px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
        background-color: #ffc30f;
        width: 100%;
        height: auto;
    }
}

/* line 101, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor.mini {
    width: 52px;
    height: 56px;
}

/* line 121, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor.mobile {
    display: none;
}

@media (max-width: 1199px) {
    /* line 121, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor.mobile {
        display: block;
    }
}

@media (max-width: 1199px) {
    /* line 127, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor.desktop {
        display: none;
    }
}

/* line 132, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor img {
    float: right;
    transition: all .3s ease;
}

/* line 148, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .inner {
    background-color: #230019;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 25px;
}

@media (max-width: 767px) {
    /* line 148, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .inner {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

/* line 161, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .inner h6 {
    font-size: 16px;
    color: #ffc30f;
    text-transform: uppercase;
    font-family: "factoria", serif;
}

@media (max-width: 767px) {
    /* line 161, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .inner h6 {
        text-align: center;
        position: relative;
        color: #ffeeda;
        font-size: 18px;
        background-color: #230019;
        line-height: 1.29;
        letter-spacing: 2.9px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    /* line 176, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .inner h6:before, .trip-advisor .inner h6:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ffeeda;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        opacity: .9;
    }
}

/* line 186, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .inner h6:before {
    bottom: 17px;
}

/* line 189, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .inner h6:after {
    bottom: 8px;
}

/* line 192, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .inner h6 span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 6px;
    background-color: #230019;
}

@media (max-width: 767px) {
    /* line 201, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .inner .right, .trip-advisor .inner .left {
        display: none;
    }
}

/* line 206, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .inner .mobile {
    display: none;
    margin-top: -15px;
}

@media (max-width: 767px) {
    /* line 206, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .inner .mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    /* line 212, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .inner .mobile .years {
        display: block;
    }
}

/* line 219, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .years {
    padding-top: 8px;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/* line 229, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .years:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: calc(50% + 5px);
    background-color: #91777a;
    flex-direction: column;
}

@media (max-width: 767px) {
    /* line 229, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .years:before {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 219, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .years {
        padding-bottom: 7px;
    }
}

/* line 245, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .years span {
    background-color: #230019;
    font-size: 14px;
    color: #ffeeda;
    position: relative;
    padding: 0 15px;
    font-family: "refrigerator-deluxe", sans-serif;
}

@media (max-width: 767px) {
    /* line 245, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .years span {
        color: #ffc30f;
        padding: 0 9px;
        font-size: 13px;
    }
}

/* line 259, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .ta-logo-wrapper {
    margin: 0 auto;
    width: 92px;
    height: 92px;
    margin: 0 20px;
    background-color: #ffc30f;
    border-radius: 150%;
    position: relative;
}

/* line 267, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .ta-logo-wrapper:before {
    display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border: 6px solid #230019;
    border-radius: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    /* line 267, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .ta-logo-wrapper:before {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 259, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor .ta-logo-wrapper {
        width: auto;
        height: auto;
        margin: 0;
        background-color: transparent;
        transform: translateY(-40%);
    }
}

/* line 286, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor .ta-logo {
    width: 51px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 292, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 40px 90px;
    right: 0;
    z-index: 11;
    max-width: 40%;
    max-width: 595px;
    min-height: 248px;
    border: 1px solid #ffeeda;
    background-color: white;
    font-size: 18px;
    font-family: "factoria", serif;
    text-align: center;
    transition: all .3s ease;
}

@media (max-width: 1199px) {
    /* line 292, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .trip-advisor-content {
        display: none;
    }
}

/* line 311, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content p {
    font-size: 18px;
    font-family: "factoria", serif;
}

/* line 315, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content.hidden {
    opacity: 0;
    visibility: hidden;
}

/* line 319, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content .stars {
    height: 16px;
    width: 57px;
    margin-left: 15px;
}

/* line 324, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content .review-text {
    padding-bottom: 20px;
}

/* line 327, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content .slick-dots {
    position: absolute;
    padding-left: 0;
    margin: 0;
    right: -70px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 26%;
    list-style: none;
}

/* line 336, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content .slick-dots li button {
    font-size: 0;
    outline: none;
    background-color: none;
    border: 1px solid #371419;
    background-color: #371419;
    width: 10px;
    height: 12px;
    cursor: pointer;
}

/* line 347, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content .slick-dots li.slick-active button {
    background-color: transparent;
}

/* line 353, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "refrigerator-deluxe", sans-serif;
    padding-right: 15px;
    position: relative;
    line-height: 1.05;
}

/* line 360, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content h6:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 100%;
    background-color: #3c0014;
}

/* line 369, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content .author-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

/* line 375, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-content .advise-head {
    width: 56px;
    height: 32px;
    margin-bottom: 25px;
}

/* line 381, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.trip-advisor-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* line 386, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.advisor-close {
    position: absolute;
    transform: translateX(-100%);
    background-color: white;
    width: 50px;
    height: 50px;
    display: block;
    left: -92px;
    top: -41px;
    background-image: url(https://www.citybrewtours.com/phoenix/wp-content/themes/citybrewtours/images/close_btn.svg);
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ffeeda;
}

@media (max-width: 1199px) {
    /* line 386, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-close {
        width: 30px;
        height: 30px;
        left: 0;
        top: -22px;
        transform: translate(0, 0);
        background-color: #ffeeda;
    }
}

@media (max-width: 767px) {
    /* line 386, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-close {
        top: 11%;
    }
}

/* line 411, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
.advisor-close img {
    width: 10px;
    height: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transform: translate(0, -116%);
}

@media (max-width: 1199px) {
    /* line 411, ../../../../source/wp-content/themes/citybrewtours/css/home/_advisor.scss */
    .advisor-close img {
        transform: translate(78%, -131%);
    }
}

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

/*#bookeo_position iframe {
    min-height: 3500px;
}*/

@media screen and (max-width: 767px) {
    .tablepress.mobile-column tbody tr
    td {
        padding: 20px 22px !important;
    }

}

/* adding new ID line 161, ../../../../source/wp-content/themes/citybrewtours/css/components/_table.scss */
.mobile-column .row-3 td, .tablepress-id-7 tr.odd td, .tablepress-id-8 tr.odd td {
    background-color: #3c0014 !important;
    color: #ffeeda;
}
.tablepress-id-7, .tablepress-id-8 {
	color: #230019;
	border: 1px solid #230019!important;
}

.tablepress-id-7 tbody tr.row-4 td, .tablepress-id-7 tbody tr.row-8 td, .tablepress-id-7 tbody tr.row-10 td, .tablepress-id-7 tbody tr.row-12 td {
	text-align: center;
}

.tablepress-id-7 tbody tr.row-3 td, .tablepress-id-7 tbody tr.row-5 td, .tablepress-id-7 tbody tr.row-7 td, .tablepress-id-3 tbody tr.row-9 td, .tablepress-id-7 tbody tr.row-11 td, .tablepress-id-7 tbody tr.row-13 td {
	padding: 5px 22px;
}

.tablepress-id-7 tbody tr.header {
    color: #ffeeda;
}

@media screen and (min-width: 768px) {
    .tablepress-id-7 tbody tr.row-3 td, .tablepress-id-7 tbody tr.row-5 td, .tablepress-id-7 tbody tr.row-7 td, .tablepress-id-7 tbody tr.row-9 td, .tablepress-id-7 tbody tr.row-11 td, .tablepress-id-7 tbody tr.row-13 td {
        background: #3c0014;
    }
}

@media screen and (max-width: 767px) {
    .tablepress-id-7 tbody tr.odd td, .tablepress-id-7 tbody tr.odd td, .tablepress-id-7 tbody tr.odd td, .tablepress-id-7 tbody tr.odd td, .tablepress-id-7 tbody tr.odd td, .tablepress-id-7 tbody tr.odd td {
        background: #3c0014;
    }
}

.mobile-column tbody tr.header td {
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 1.3px !important;
    background-color: #26001a !important;
    padding: 18px 32px !important;
    font-weight: 700 !important;
}

/* Start Bytes.co column rules for Tablepress columns */

.tablepress.two-column tbody tr td {
	width: 50%;
}
.tablepress.three-column tbody tr td {
	width: 33.33%;
}
.tablepress.four-column tbody tr td {
	width: 25%;
}
.tablepress.five-column tbody tr td {
	width: 20%;
}
.tablepress.six-column tbody tr td {
	width: 16.6%;
}
.tablepress.seven-column tbody tr td {
	width: 14.27%;
}
.tablepress.eight-column tbody tr td {
	width: 12.5%;
}

@media screen and (max-width: 767px) {
  .tablepress.two-column tbody tr td,
  .tablepress.three-column tbody tr td,
  .tablepress.four-column tbody tr td,
  .tablepress.five-column tbody tr td,
  .tablepress.six-column tbody tr td,
  .tablepress.seven-column tbody tr td,
  .tablepress.eight-column tbody tr td {
  	width: 100%;
  }
}

/* End Bytes.co column rules for Tablepress columns */


/*Peanutbutter Bar Changes */
#pbb .pbb-text {
    color: #ffffff;
    font-size: x-large;
}

#pbb.pb {
    background-color: #ffc30f;
}

#pbb.pb #pbb-opener {
    background-color: #ffc30f;
}
/* cpeanut butter edits */