/*
 Theme Name:   Divi Child
 Description:  Divi child theme
 Version:      1.0.0
 Author:       Constant Concepts
 Template:     Divi
*/

/***************** header search ***********************/
* {
    -webkit-tap-highlight-color: transparent;
}

#et_search_icon:before,
#top-menu,
.mobile_menu_bar,
#et_search_icon:before,
#top-menu,
.et-cart-info {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.container.et_search_form_container.et_pb_search_form_hidden {
    position: fixed;
    height: 100% !important;
    background: #0D0C11;
    width: 100% !important;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 9999 !important;
    pointer-events: none;
    max-width: 100% !important;
}

.container.et_search_form_container.et_pb_search_visible {
    position: fixed;
    height: 100% !important;
    background: #0D0C11;
    width: 100% !important;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
}

#main-header {
    position: relative;
}

.et_search_outer .et-search-form {
    max-width: 1200px !important;
    margin: -200px auto 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #F57921;
    width: 90% !important;
    right: auto;
}

header#main-header div.product-search,
header#main-header div.product-search-form {
    position: relative !important;
    height: 100px;
    width: 100%;
    display: block;
}

header#main-header div.product-search .product-search-field {
    height: 100% !important;
    border: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    transition: border-color .5s ease;
    width: 100%;
    font-size: 40px !important;
    right: auto;
}

span.et_close_search_field {
    position: relative;
    z-index: 99999;
    width: auto;
    height: auto;
}

span.et_close_search_field:after {
    font-size: 50px;
}

header#main-header div.product-search.floating div.product-search-results-content {
    max-height: 270px;
}

header#main-header .et-search-form input {
    position: relative;
    height: 100% !important;
    border: 0 !important;
    padding: 20px 0 !important;
    max-width: 100%;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    transition: border-color .5s ease;
    width: 100%;
    font-size: 40px !important;
    right: auto;
}

@media (max-width: 767px) {
    header#main-header div.product-search .product-search-field {
        font-size: 30px !important;
    }

    span.et_close_search_field:after {
        font-size: 38px;
    }

    header#main-header div.product-search,
    header#main-header div.product-search-form {
        height: 60px;
    }
}

/***************** header search ***********************/

body {
    font-weight: 400 !important;
    transition: .5s all;
    background-color: #0D0C11;
}

body.menu-open {
    margin-left: 300px;
}

.et_pb_row,
.container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .top_head_right #et_top_search {
    float: none;
    margin: 0px 30px 0 0;
    position: relative;
    display: block;
    width: auto;
}

.header-top .top_head_right #et_top_search #et_search_icon:before {
    font-size: 18px;
    left: 0;
    position: relative;
    top: 0;
}

.header-top .top_head_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top .header_logo .logo_container {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 35px;
}

header#main-header {
    background: rgb(0 0 0 / 10%);
    border: 0;
}

header#main-header .header-top {
    padding: 5px 0;
    transition: .4s all;
}

div#page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

header#main-header #et-top-navigation {
    float: none;
    display: flex !important;
    padding: 0 !important;
    width: auto;
}

.header-top .top_head_right #et_top_search #et_search_icon {
    display: flex;
    transform: rotate(-100deg);
}

.find-btn {
    background-color: #C25708;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    padding: 14px 20px 14px 40px;
    background-image: url(/wp-content/uploads/2022/06/location-sharp.png);
    background-repeat: no-repeat;
    background-position: 19px center;
    transition: .4s all;
    font-size: 17px;
}

.find-btn:hover {
    background-color: #cc5400;
}

header#main-header .header-top div#et-info {
    padding: 0;
}

header#main-header .header-top div#et-info a {
    color: #fff;
    font-size: 16px;
}

header#main-header .header-top div#et-info #et-info-email:before {
    color: #f57921;
    position: relative;
    margin-right: 12px;
    top: 2px;
}

.header_logo .logo_helper {
    display: none;
}

.header_logo #logo {
    max-height: 80px;
    width: auto;
    display: block;
    max-width: 100%;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 400;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding: 25px 0;
}

header#main-header.et-fixed-header {
    background: #000 !important;
}

header#main-header #et-top-navigation #top-menu-nav {
    width: 100%;
}

header#main-header #et-top-navigation #top-menu-nav #top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#top-menu li {
    padding-right: 15px;
}

header#main-header .container {
    max-width: 100%;
    width: 95%;
}

.hero_banner_section {
    padding: 0px !important;
    background-color: #000 !important;
}

.hero_banner_section .et_pb_row {
    padding: 120px 0 250px 50px !important;
    max-width: 1600px;
}

.hero_banner_section .et_pb_row .et_pb_column .et_pb_module.rewards_col {
    margin: 0 0 60px;
}

.hero_banner_section .et_pb_row .et_pb_column {
    position: static;
}

.hero_banner_section .et_pb_row .bottles_image_wrap img {
    display: block;
}

.hero_banner_section .et_pb_row .bottles_image_wrap {
    position: absolute;
    right: 0;
    bottom: -70px;
    max-width: 580px;
}

ul.banner_award_list {
    display: flex;
    list-style-type: none;
    padding: 0;
    align-items: center;
}

.color-orange {
    color: #F57921 !important;
}

ul.banner_award_list li {
    margin-left: 48px;
}

ul.banner_award_list li img {
    max-height: 100px;
    display: block;
    width: auto;
}

ul.banner_award_list li:first-child {
    margin-left: 0;
}

.hero_banner_section .et_pb_row .et_pb_column .et_pb_module {
    margin: 0 0 12px;
}

.hero_banner_section .et_pb_row .et_pb_module {
    max-width: 1030px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hero_banner_section .et_pb_row .et_pb_module.banner_content h1 {
    padding: 0;
    margin: 0 0 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 105px;
    line-height: 1;
    letter-spacing: 2.5px;
}

.hero_banner_section .et_pb_row .banner_content p {
    font-size: 28px;
    line-height: 1.5;
}

.hero_banner_section .btns-wrap {
    margin-top: 50px;
}

.btns-wrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.btn_btn,
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: #C25708;
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
    font-size: 20px;
    transition: .4s all;
    display: inline-block;
    border: 0 !important;
}

.btn_btn:hover,
.btn_btn.btn_white:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background: #cc5400;
    color: #fff;
}

.btn_btn:after,
div.wpforms-container-full .wpforms-form input[type=submit]:after,
div.wpforms-container-full .wpforms-form button[type=submit]::after,
div.wpforms-container-full .wpforms-form .wpforms-page-button::after {
    content: "\24";
    font-family: etmodules;
    font-size: 34px;
    padding-left: 0;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.btn_btn.btn_white {
    background: #fff;
    color: #000;
}

.btns-wrap .btn_btn {
    margin-right: 22px;
}

.padding-0 {
    padding: 0 !important;
}

.align-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.common_title {
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    font-size: 77px !important;
    margin: 0 0 17px;
    letter-spacing: 1.5px;
}

.et_pb_row.full_width {
    width: 95% !important;
    max-width: 1920px;
}

.et_pb_module.image_right_move {
    margin-right: -6%;
}

.overflow-hidden {
    overflow-x: hidden;
}

ul.location_images {
    list-style-type: none !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

ul.location_images li {
    width: 13%;
    transition: .4s all;
    opacity: .45;
    position: relative;
}

ul.location_images li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #f57921;
    opacity: 0;
    z-index: 1;
}

ul.location_images li.active {
    width: 61%;
    opacity: 1;
}

ul.location_images li.active:before {
    opacity: 0;
}

ul.location_images li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

ul.locations_list {
    list-style-type: none;
    padding: 0 !important;
    margin: 32px 0 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 580px;
    justify-content: space-between;
}

ul.locations_list li {
    position: relative;
    padding-left: 34px;
    margin: 0 0 26px;
    color: #C0C0C0;
    cursor: pointer;
    width: 48%;
    font-size: 22px;
}

ul.locations_list li:before {
    content: '\e081';
    font-family: etmodules;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
}

ul.locations_list li.active {
    color: #F57921;
}

.two_images_section .et_pb_row {
    width: 100% !important;
    max-width: 1920px;
}

.et_pb_module.module_left_move {
    margin-left: -6%;
}

ul.filter_menu {
    padding: 0 !important;
    list-style-type: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

ul.filter_menu li {
    margin-left: 25px;
    color: #9A9A9A;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
}

ul.filter_menu li a {
    color: #9A9A9A;
    padding: 8px 16px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

ul.filter_menu li a:before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    position: absolute;
    z-index: -1;
    border-radius: 4px;
    transition: .4s all;
}

ul.filter_menu li.active,
ul.filter_menu li.active a {
    color: #fff;
}

ul.filter_menu li.active a:before {
    background: #f57921;
}

ul.filter_menu li:first-child {
    margin-left: 0 !important;
}

.et_pb_section.book_event_section {
    padding: 60px 0 !important;
}

.btn_btn.btn_radius_6 {
    border-radius: 6px !important;
}

.book_event_section p {
    color: #C0C0C0;
    padding: 0;
    margin: 0 0 40px;
}

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

.sub_heading {
    color: #F57921;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px !important;
    padding: 0;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.follow_at {
    color: #ED5461;
    padding: 0;
    font-size: 22px !important;
    margin: 0 0 10px;
}

ul.social_icon {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
}

ul.social_icon li {
    margin-right: 25px;
}

ul.social_icon li:last-child {
    margin-right: 0px;
}

ul.social_icon li img {
    display: block;
    max-width: 26px;
}

ul.social_icon li a {
    transition: .4s all;
}

ul.social_icon li a:hover {
    opacity: .7;
}

.et_pb_section.follow_us_section {
    padding: 60px 0 0 !important;
}

.et_pb_section.follow_us_section .common_title {
    margin: 0 0 2px;
}

.et_pb_section.follow_us_section .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1920px;
    width: 100%;
}

.follow_us_section .et_pb_module.et_pb_text {
    width: 90%;
    margin: 0 auto 30px !important;
}

.follow_us_section #sb_instagram a.sbi_photo {
    height: auto !important;
    padding-bottom: 110%;
}

.follow_us_section .et_pb_module.image_right_move {
    margin-right: -12%;
}

footer#main-footer .container {
    max-width: 1920px;
}

footer#main-footer .footer-widget ul.footer_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 480px;
    list-style-type: none !important;
    margin: 0 -10px 0;
}

footer#main-footer .footer-widget ul.footer_logos li {
    padding: 0 !important;
    margin: 0 20px 10px;
}

footer#main-footer #footer-widgets .footer-widget li:before {
    display: none !important;
}

footer#main-footer #footer-widgets .footer-widget li {
    padding-left: 0;
}

footer#main-footer .footer-widget h4 {
    line-height: 1.3;
    padding: 0;
    margin: 0 0 20px;
    color: #fff;
}

footer#main-footer div#footer-widgets::after {
    display: none !important;
}

#footer-bottom {
    background-color: #010101;
    padding: 35px 0;
    display: flex;
    width: 100%;
}

#footer-bottom #footer-info {
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 1.5;
}

.newsletter_form div.wpforms-container-full {
    margin: 0;
}

.newsletter_form div.wpforms-container-full .wpforms-form {
    display: flex;
}

.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-field-container {
    width: 100%;
}

.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-field input {
    background: #17161D;
    border: 1px solid #23222A;
    color: #F3F6FF;
    height: 65px;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 6px 0 0 6px;
}

.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
    border-color: #c40000;
}

.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
}

.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    background-color: #242231 !important;
    border: 0;
    color: #fff;
    font-size: 0;
    height: 65px;
    width: 75px;
    border-radius: 0 6px 6px 0;
    background-image: url(/wp-content/uploads/2022/06/send-o.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.newsletter_form div.wpforms-container-full .wpforms-form label.wpforms-error,
.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-submit-container img.wpforms-submit-spinner {
    display: none !important;
}

.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important;
}

.newsletter_form {
    margin-top: 22px;
}

footer#main-footer div#footer-widgets .footer-widget .fwidget {
    width: 100%;
}

#main-footer {
    background-color: #171716;
    background-image: url(/wp-content/uploads/2022/06/event_bg_shape.png);
    background-size: contain;
    background-repeat: repeat;
}

.et_pb_section.internal_banner_section {
    background-color: #26334b !important;
    position: relative !important;
    padding: 180px 0 70px !important;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
}

.et_pb_section.internal_banner_section .et_pb_row {
    padding: 0 !important;
    margin: 0 auto !important;
    position: relative;
}

.et_pb_section.internal_banner_section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0d0c11;
    opacity: .7;
}

.et_pb_section.internal_banner_section .et_pb_row .entry-title {
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 50px;
}

.hero_banner_section .et_pb_module.scroll_down_image {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 46%;
    max-width: 20px;
    transition: .4s all;
    animation: UpDown 1s linear infinite;
}

.hero_banner_section .et_pb_module.scroll_down_image img {
    display: block;
}

@keyframes UpDown {
    0% {
        top: 46%;
    }

    50% {
        top: 47%;
    }

    100% {
        top: 46%;
    }
}

.welcome_section_wrap .et_pb_row {
    display: flex;
    flex-wrap: wrap;
}

.welcome_section_wrap .et_pb_row .et_pb_column.text_col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.welcome_section_wrap .et_pb_row .et_pb_column.text_col .et_pb_module {
    margin: 0;
}

.welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap h3 {
    color: #2E2E2E;
    font-size: 50px;
    padding: 0;
    line-height: 1.1;
    text-align: right;
}

.welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap {
    position: absolute;
    bottom: auto;
    right: -30px;
    max-width: 535px;
    z-index: -1;
    top: 0;
}

.welcome_section_wrap .et_pb_row .text_col .btn_btn {
    margin-top: 15px;
}

.welcome_section_wrap .image_col .et_pb_module,
.welcome_section_wrap .image_col .et_pb_module .et_pb_image_wrap {
    height: 100%;
}

.welcome_section_wrap .image_col .et_pb_module .et_pb_image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home_products_wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    list-style-type: none;
}

.home_products_wrap ul li {
    width: 33.33%;
    padding: 10px;
    position: relative;
}

.home_products_wrap {
    margin: 0 -10px;
}

.home_products_wrap .image_wrap {
    position: relative !important;
    padding-bottom: 100%;
    margin: 0 0 14px;
}

.home_products_wrap .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.home_products_wrap .slick-slide .product_name {
    color: rgb(255 255 255 / 50%);
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    transition: .4s all;
}

.home_products_wrap .slick-slide a:hover .product_name {
    color: #fff;
}

.two_product_images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.two_product_images .single_product_image {
    width: calc(50% - 20px);
    position: relative;
    padding-bottom: 40%;
    margin: 0 10px;
}

.two_product_images .single_product_image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two_product_images .single_product_image .overlay_text {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    padding: 30px;
    font-size: 26px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: .5s;
    line-height: 1.4;
    justify-content: center;
    font-family: 'Koulen', display;
}

.two_product_images .single_product_image .overlay_text div {
    max-width: 500px;
}

.two_product_images .single_product_image:hover .overlay_text {
    opacity: 1;
}

.et_pb_section.main_events_section {
    padding: 100px 0 !important;
    overflow-x: hidden;
}

.review_images ul {
    padding: 0 !important;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.review_images ul li {
    display: flex;
    width: 16.66%;
    opacity: .5;
    position: relative;
    padding-bottom: 15%;
}

.review_images ul li.active {
    opacity: 1;
}

.review_images ul li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #f57921;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.review_images ul li.active:before {
    opacity: 0.5;
}

.review_images ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer_all_text {
    position: absolute;
    bottom: -20px;
    right: 15%;
    background: #010101;
    border-radius: 12px;
    padding: 50px 40px;
    width: 694px;
    z-index: 3;
}

.reviewer_all_text h2 {
    font-size: 40px;
    padding: 0;
    line-height: 1.2;
    margin: 0 0 5px;
}

.reviewer_all_text h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 40px;
}

.reviewer_all_text p {
    text-align: center;
    color: #F7F7F7;
    opacity: .8;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
}

.home_products_wrap .slick-slide {
    padding: 10px;
}

.home_products_wrap .slick-slide div {
    position: relative;
    display: block !important;
}

.home_products_wrap .slick-slide a {
    display: block;
}

.home_products_wrap .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.event-slider-wrap .single-slide {
    padding: 12px;
}

.event-slider-wrap .single-slide .single-event {
    position: relative;
}

.event-slider-wrap .single-event .event-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    text-align: left;
    align-items: flex-end;
    padding: 10px;
}

.event-slider-wrap .single-event .event-img {
    position: relative;
    padding-bottom: 56%;
}

.event-slider-wrap .single-event .event-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-slider-wrap .single-event .event-content .event-date {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.event-slider-wrap .single-event .event-content .content-inner {
    width: 100%;
    background: rgb(0 0 0 / 90%);
    padding: 10px 20px;
}

.event-slider-wrap .single-event .event-content .event-title {
    line-height: 1.5;
    font-size: 32px;
    width: 100%;
    white-space: nowrap;
    font-family: 'Koulen', display;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.find_us_section .et_pb_row {
    display: flex;
    flex-wrap: wrap;
}

.find_us_section .module_left_move,
.find_us_section .module_left_move .et_pb_code_inner {
    height: 100%;
}

.find_us_section .find_us_col {
    margin-top: 50px;
    background: #000000;
    margin-left: -70px;
    padding: 50px;
}

.find_us_section .find_us_col .et_pb_text_inner {
    max-width: 760px;
}

header#main-header #et-top-navigation #top-menu-nav {
    display: none !important;
}

header#main-header #et-top-navigation #et_mobile_nav_menu {
    display: inline-block;
}

header#main-header .header_logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0 !important;
}

header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
    background: #0D0C11;
    box-shadow: 0px 3px 6px #46464682;
    border-radius: 3px;
    color: #fff;
    padding: 6px 6px 3px !important;
    z-index: 999 !important;
    transition: .4s all;
}

header#main-header .mobile_nav .mobile_menu_bar {
    margin-left: 85px;
}

header#main-header .mobile_nav.opened .mobile_menu_bar {
    margin-left: 0px;
}

header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar:before {
    color: #fff;
    font-size: 43px;
    top: 0;
    position: relative;
    line-height: 1;
}

.event-slider-wrap .slick-next::before,
.event-slider-wrap .slick-prev::before {
    content: '\35';
    font-family: ETmodules !important;
    font-size: 35px;
}

.event-slider-wrap .slick-prev::before {
    content: '\34';
}

#sb_instagram>#sbi_images {
    padding: 0 !important;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    padding: 0 5px !important;
}

#sb_instagram {
    padding: 0 !important;
}

.footer_top {
    display: inline-block;
    padding-top: 35px;
    width: 100%;
}

.footer_top .et_pb_widget {
    float: none;
}

.footer_top .et_pb_widget .textwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_top ul.footer_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 440px;
    list-style-type: none !important;
    width: 100%;
}

.footer_top .right_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_top .right_content ul.social_icon {
    margin: 0 42px 0 0;
}

.footer_top .et_pb_widget .btn_btn {
    color: #fff;
}

.footer_top .right_content ul.social_icon li {
    margin-bottom: 0;
}

.footer_top ul.footer_logos img {
    display: block;
}

.footer_hidden {
    display: none !important;
}

.et_mobile_menu li.social_logo {
    padding: 0 35px;
    margin-top: 30px;
}

.et_mobile_menu li.social_logo .et_pb_widget {
    float: none;
}

#main-header .et_mobile_menu li.social_logo ul.social_icon {
    padding: 0 !important;
    display: flex !important;
    margin: 0 !important;
    justify-content: center;
    background: transparent;
}

.et_mobile_menu li.social_logo ul.social_icon li {
    width: auto !important;
    padding: 0;
    margin-bottom: 0;
}

.et_mobile_menu li.social_logo ul.social_icon li a {
    padding: 0;
}

.et_mobile_menu li.social_logo .contact_info {
    border-top: 1px solid #fff;
    padding-top: 25px;
    text-align: center;
    margin: 0 0 25px;
}

.et_mobile_menu li.social_logo .contact_info a {
    margin: 0 0 25px;
}

.et_mobile_menu li.social_logo .contact_info a:hover {
    opacity: 1 !important;
    background: #cc5400;
    color: #fff !important;
}

.et_mobile_menu li.current-menu-item>a {
    color: #f57921 !important;
}

.event-slider-wrap .slick-next {
    right: 0;
}

.event-slider-wrap .slick-prev {
    left: -20px;
    z-index: 9;
}

.event-slider-wrap ul.slick-dots {
    display: none !important;
}

.event-slider-wrap .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.reviewer_all_text br {
    display: none;
}

.btns-wrap .btn_btn:last-child {
    margin-right: 0;
}

.breadcrumb {
    line-height: 1.3;
}

.contact_form_wrap h3 {
    font-size: 40px;
    color: #fff;
    padding: 0;
    margin: 0 0 30px;
    letter-spacing: 1px;
}

.breadcrumb a {
    color: #c0c0c0 !important;
    transition: .4s all;
}

.breadcrumb a:hover {
    color: #f57921 !important;
}

.breadcrumb .breadcrumb_last {
    color: #fff;
}

.contact_form_wrap div.wpforms-container-full {
    margin-bottom: 0;
}

.contact_form_wrap div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: none !important;
}

.contact_form_wrap div.wpforms-container-full .wpforms-form input,
.contact_form_wrap div.wpforms-container-full .wpforms-form textarea {
    background-color: #121214;
    border-color: #1f1f1f;
    height: auto;
    padding: 14px 17px;
    color: #dadada;
}

.contact_form_wrap div.wpforms-container-full .wpforms-form textarea {
    height: 150px;
    resize: none;
}

.contact_form_wrap div.wpforms-container-full .wpforms-form .choices .choices__inner {
    min-height: 50px;
    border-radius: 2px;
    background: #121214;
    color: #fff;
    border-color: #1f1f1f;
    padding: 4px 11px 0;
    font-size: 16px;
    font-weight: normal;
}

.contact_form_wrap div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
    border-color: #cc0000;
}

.contact_form_wrap {
    min-height: 400px;
}

.error_404_page .image-404 img {
    max-width: 400px;
    margin: 0 auto 20px;
    display: block;
    width: 70%;
}

.error_404_page {
    padding: 140px 0 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 606px);
}

.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit::after {
    display: none !important;
}

.award_images_row .et_pb_column.et_pb_column_empty {
    display: none !important;
}

.award_images_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.et_fixed_nav #main-header {
    left: 0;
}

#footer-widgets .footer-widget li a {
    transition: .4s all;
}

#footer-widgets .footer-widget li a:hover {
    color: #fff !important;
}

.et_right_sidebar #main-content .container:before {
    display: none !important;
}

.no_events h3 {
    color: #ED5461;
    font-size: 40px;
    padding: 0;
}

#main-content {
    background-color: #000000 !important;
}

.event_template_wrapper {
    padding: 70px 0 !important;
}

.event_template_wrapper .container {
    padding: 0 !important;
}

.event_template_wrapper .tribe-common-l-container,
#tribe-events-pg-template.tribe-events-pg-template,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 30px !important;
    max-width: 1200px;
    border: 4px solid #121214;
    min-height: 100px !important;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
    color: #e97923 !important;
}

.event_template_wrapper .tribe-common-l-container button.tribe-common-h3,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container button.tribe-common-h3,
.tribe-common-l-container button.tribe-common-h3 {
    color: #fff !important;
    font-size: 22px;
}

.event_template_wrapper .tribe-common .tribe-common-c-svgicon__svg-fill,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container .tribe-common-c-svgicon__svg-fill {
    fill: #ffffff;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
    background: #181818;
    color: #9f9f9f;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
    background: #f57921 !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium {
    color: #c8c8c8;
    text-align: center;
}

.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar,
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
    background-color: #181818 !important;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content li a span {
    color: inherit;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content li a {
    color: #fff !important;
    padding: 0 10px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 2px solid #454545 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    color: #ffffff;
    background: #f57921;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item--active {
    background: #000000 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
    padding: 0 !important;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item--active span.tribe-events-c-view-selector__list-item-icon,
.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
    color: inherit !important;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    color: #ababab !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message svg.tribe-common-c-svgicon {
    top: -2px;
    position: relative;
    margin-right: 3px;
    color: #f57921;
    display: none !important;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month {
    color: #adadad;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    color: #f57921;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime {
    color: #b5b5b5;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-latest-past__event-title-link:visited {
    color: #ffffff;
}

.tribe-events .tribe-events-calendar-latest-past__event-venue {
    font-style: normal;
    color: #919191;
    font-weight: 400 !important;
}

.tribe-events .tribe-events-calendar-latest-past__event-row:last-child {
    margin-bottom: 30px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    color: #fff !important;
}

.tribe-events-back a,
.tribe-events-back a:visited {
    color: #f57921 !important;
}

.single-tribe_events .tribe-events-notices {
    border-bottom: 0;
    box-shadow: none;
    background: #181818;
    color: #9f9f9f;
    padding: 15px;
    border-radius: 7px;
    text-align: center;
    margin: 0 0 20px;
}

.single-tribe_events .tribe-events-notices ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.single-tribe_events .tribe-events-single-event-title {
    color: #fff;
    font-size: 32px;
}

.single-tribe_events .tribe-events-schedule h2 {
    color: #b5b5b5;
    padding: 0;
}

.single-tribe_events .tribe-events-content {
    color: #9d9d9d;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none;
}

.tribe-events-event-meta:before,
.tribe-events-event-meta~div:not(.tribe-events-event-meta, .event-tickets) {
    border-top: 1px solid #363636;
}

.single-tribe_events #tribe-events-footer {
    border-top: 1px solid #363636;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
    display: none !important;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    color: #bebebe !important;
}

.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-gmap {
    border-top: 0;
}

.single-tribe_events .tribe-events-single .tribe-events-sub-nav a span {
    display: inline-block;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
    color: #a6a6a6;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
    color: #f57921;
}

.single-tribe_events .tribe-events-single .tribe-events-sub-nav {
    padding: 0;
}

.tribe-events .tribe-events-c-messages__message {
    border-bottom: 0;
    box-shadow: none;
    background: #181818;
    color: #9f9f9f;
    padding: 15px;
    border-radius: 7px;
    text-align: center;
    margin: 0 0 10px;
}

.tribe-events .tribe-events-c-messages__message ul.tribe-events-c-messages__message-list {
    width: 100%;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
    fill: #f57921 !important;
}

.tribe-events .tribe-events-c-search__button {
    background-color: #f57921 !important;
}

.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
    color: #898989 !important;
}

.tribe-events .datepicker {
    padding: 0 !important;
}

.tribe-common .tribe-events-view-loader__dots .tribe-common-c-svgicon {
    color: #F57921 !important;
}

.tribe-events .tribe-events-view-loader {
    background-color: rgb(0 0 0 / 80%) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    display: none !important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #ffffff !important;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
    color: #ffffff !important;
}

.tooltipster-base.tribe-events-tooltip-theme {
    background-color: #2b2b2b !important;
    border: 1px solid #343434 !important;
    padding: 10px !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title a {
    color: #fff !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    width: 100% !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 {
    color: #bcbcbc !important;
}

.tribe-events.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
    color: #ffffff;
    font-weight: bold;
    opacity: 1;
}

.tribe-events.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #f57921 !important;
}

.tribe-common.tribe-common .tribe-common-c-btn-border,
.tribe-common.tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #f57921;
    color: #f57921;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #f57921 !important;
}

.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path,
.tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path,
.tribe-events .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg path,
.tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path {
    fill: #f57921 !important;
}

.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 {
    color: #ffffff;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
    color: #c9c9c9;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
    color: #ffffff;
}

.tribe-events .tribe-events-calendar-list__event-title-link:active,
.tribe-events .tribe-events-calendar-list__event-title-link:focus,
.tribe-events .tribe-events-calendar-list__event-title-link:hover {
    color: #f57921;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 1px solid #f57921;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #e97923;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #ffffff;
}

.tribe-events .tribe-events-calendar-month__header-column-title {
    color: #e97923;
}

.tribe-events .tribe-events-c-messages__message svg.tribe-common-c-svgicon.tribe-common-c-svgicon--messages-not-found.tribe-events-c-messages__message-icon-svg {
    display: none !important;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #e97923;
    color: #e97923;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #e97923;
}

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
    color: #e97923;
}

.tribe-common .tribe-common-b2 {
    color: #ffffff;
}

.tribe-events .tribe-events-c-nav__prev-icon-svg path {
    fill: #ffffff;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover {
    background-color: #e97923;
}

.tribe-events .tribe-events-calendar-list__event-title-link:visited {
    color: #ffffff;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #e97923 !important;
}

.tribe-events .tribe-events-calendar-month__day-date-link {
    color: #f57921 !important;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link:visited {
    color: #ffffff;
}

.tribe-events .tribe-events-calendar-day__event-datetime {
    color: #e0e0e0;
}

.tribe-events .tribe-events-calendar-day__event-title-link:visited {
    color: #ffffff;
}

.tribe-events .tribe-events-c-view-selector__button--active:before {
    background: #e97923;
}

.tribe-common .tribe-common-anchor-thin-alt {
    color: #e97923;
}

.tribe-events .tribe-events-c-nav__next-icon-svg path {
    fill: #ffffff;
}

.tribe-events .tribe-events-calendar-day__event-title-link {
    color: #ffffff;
}

.tribe-events .tribe-events-c-nav__next:focus,
.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-c-nav__prev:focus,
.tribe-events .tribe-events-c-nav__prev:hover {
    color: rgb(255 255 255 / 80%);
}

.tribe-common button[disabled],
.tribe-common input[disabled] {
    cursor: default;
    opacity: .4;
    pointer-events: none;
}

.location_images_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    border: 3px solid #2a2a28;
    height: 100%;
    border-radius: 6px;
    background-image: url(/wp-content/uploads/2022/06/event_bg_shape.png);
    overflow: hidden;
    background-color: #202020;
    background-size: cover;
}

.location_images_wrap .images {
    width: 55%;
}

.location_images_wrap .images a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 74%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.location_images_wrap .images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.location_images_wrap .images .overlay_text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    background: rgb(0 0 0 / 70%);
    font-family: 'Koulen', display;
    color: #fff;
    font-weight: 400;
}

.location_images_wrap .content {
    width: 41%;
    line-height: 1.6;
}

.location_images_wrap .content p:not(:last-child) {
    padding: 0;
    margin: 0 0 5px;
}

.location_images_wrap .content strong {
    margin: 0 0 6px;
    display: inline-block;
    line-height: 1.3;
    color: #f57921;
    font-size: 20px;
}

.restaurant_section .et_pb_image_wrap {
    padding-bottom: 65%;
    position: relative;
    display: inline-block;
    width: 100%;
}

.restaurant_section .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.reservations_col_wrap .et_pb_code_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reservations_col_wrap .et_pb_code_inner .reservation_col {
    width: calc(50% - 20px);
    position: relative;
    margin: 0 0 40px;
}

.reservations_col_wrap .reservation_col a {
    position: relative;
    display: block;
    padding-bottom: 70%;
    width: 100%;
}

.reservations_col_wrap .location_info_col p {
    line-height: 1.6;
    padding-bottom: 10px;
}

.reservations_col_wrap .location_info_col p:last-child {
    padding-bottom: 0px;
}

.reservations_col_wrap .location_info_col p strong {
    display: block;
}

.reservations_col_wrap .reservation_col .overlay_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: rgb(0 0 0 / 40%);
    text-align: center;
    z-index: 3;
}

.reservations_col_wrap .reservation_col img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.reservations_col_wrap .reservation_col .overlay_text h3 {
    color: #fff;
    padding: 0;
    margin: 0 0 15px;
    font-size: 36px;
}

.reservations_col_wrap .reservation_col a:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 4px solid rgb(245 121 33 / 46%);
    z-index: 1;
    transition: .4s;
}

.reservations_col_wrap .reservation_col a:hover:before {
    border-color: #f57921;
}

.reservations_col_wrap .reservation_col a:after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    background: rgb(0 0 0 / 50%);
    transition: .4s all;
    transform: scale(0);
}

.reservations_col_wrap .reservation_col a:hover:after {
    transform: scale(1);
}

.color-white {
    color: #fff !important;
}

.banner_social_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner_social_wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #c25708;
    padding: 10px;
}

.banner_social_wrap ul li {
    margin-left: 20px;
    margin-bottom: 0;
}

.banner_social_wrap ul li:first-child {
    margin-left: 0px;
}

.banner_social_wrap ul li a {
    display: block;
    transition: .4s all;
}

.banner_social_wrap ul li a:hover {
    opacity: .7;
}

.banner_social_wrap ul li img {
    display: block;
    max-height: 30px;
    width: auto;
}

.untappd_menu_container .ut-menu .section.item-bg-color,
#menu-container .ut-menu .section.item-bg-color {
    padding: 0 0 20px;
    margin: 0 0 30px;
    background: transparent !important;
}

.untappd_menu_container .ut-menu .section .menu-item,
#menu-container .ut-menu .section .menu-item {
    border: 5px solid #363636;
    padding: 30px;
    background: #15141a !important;
    margin: 0 0 30px !important;
    width: calc(50% - 15px);
}

.untappd_menu_container .ut-menu.ut-menu-standard .menu-items-container,
#menu-container .ut-menu.ut-menu-standard .menu-items-container {
    background: transparent !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.untappd_menu_container .ut-menu,
#menu-container .ut-menu {
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif !important;
    background: transparent !important;
}

.text-right {
    text-align: right !important;
}

.menu_images_wrap {
    margin: 25px 0 0;
}

.menu_images_wrap img {
    display: block;
    margin: 0 auto;
}

.beer_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.beer_wrap .single_beer {
    padding: 0 15px;
    width: 25%;
    margin: 0 0 30px;
}

.beer_wrap .single_beer a {
    display: block;
    background-image: url(/wp-content/uploads/2022/06/event_bg_shape.png);
    border-radius: 10px;
    overflow: hidden;
    background-color: #1f1f2c;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-size: 1000px;
    transition: .4s all;
    height: 100%;
}

.beer_wrap .single_beer a:hover {
    transform: scale(1.04);
}

.beer_wrap .single_beer a img {
    max-height: 400px;
    width: 90%;
    display: block;
    margin: 0 auto 15px;
    height: auto;
    object-fit: contain;
}

.beer_wrap .single_beer .logo_wrap {
    padding-bottom: 100%;
    position: relative;
    background: #fff;
    margin: 0 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.beer_wrap .single_beer .logo_wrap img {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 5px;
}

.single-distilleries .single_page_col_wrap .featured_image {
    background-image: url(/wp-content/uploads/2022/06/event_bg_shape.png);
    background-color: #1f1c29;
}

.woocommerce-products-header .page-title {
    color: #fff;
    padding: 0;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 25px;
    color: #d5d5d5 !important;
    line-height: 1.5;
    border-bottom: 2px solid #4f4f4f;
    padding-bottom: 15px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #f57921 !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
    height: 100%;
    position: relative;
    display: block;
    background-image: url(/wp-content/uploads/2022/06/event_bg_shape.png);
    border-radius: 10px;
    overflow: hidden;
    background-color: #1f1f2c;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-size: 1000px;
    transition: .4s all;
}

.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2 {
    color: rgb(255 255 255 / 90%);
    padding: 0 !important;
    margin: 0 0 10px !important;
    font-weight: 400 !important;
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.4;
    font-size: 20px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    color: #f57921 !important;
    font-size: 20px;
}

.woocommerce ul.products li.product .et_shop_image,
.woocommerce-page ul.products li.product .et_shop_image {
    padding-bottom: 110%;
    display: block;
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 5px;
}

.woocommerce ul.products li.product .et_shop_image img,
.woocommerce-page ul.products li.product .et_shop_image img {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    margin: 0 !important;
    top: 0;
    object-fit: cover;
}

.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover {
    transform: scale(1.04);
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0 !important;
    margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
    padding: 0;
    margin: 0 3px;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 35px;
    padding: 0px !important;
    border-radius: 4px;
    border: 1px solid #9d9d9d;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #9d9d9d;
    transition: .4s all;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f57921;
    color: #000000;
    border-color: #f57921;
}

.et_full_width_page #left-area {
    padding-bottom: 50px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 23% !important;
    margin: 0 2.6% 30px 0;
}

.woocommerce .woocommerce-ordering select.orderby {
    background: #1e1e25;
    color: #ffff !important;
    height: auto;
    padding: 12px 15px;
    cursor: pointer;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}

.single-product #main-content .container {
    padding-top: 130px !important;
}

.post-type-archive-product #main-content .container {
    padding-top: 70px !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;
    position: sticky;
    top: 140px;
}

.single-product .entry-summary .entry-title {
    padding-bottom: 0px !important;
    color: #fff;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.single-product .entry-summary p.price span {
    font-size: 34px !important;
    color: #f57921;
    font-weight: 600;
}

.single-product .entry-summary p.price {
    margin: 0 0 12px;
}

.single-product .posted_in a,
.single-product .tagged_as a {
    color: #f57921 !important;
}

.single-product .product_meta {
    border-top: 2px solid #434343;
    color: #acacac;
    margin: 0 0 10px;
}

.single-product .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.7;
}

.woocommerce .quantity input.qty {
    width: 80px;
    padding: 13px 10px;
    height: 50px;
    background: #17161D;
    border: 1px solid #23222A;
    color: #F3F6FF !important;
    font-size: 18px;
    border-radius: 4px;
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    position: relative;
    background: #F57921;
    color: #fff;
    border-radius: 6px;
    transition: .4s all;
    display: inline-block;
    border: 0 !important;
    padding: 9px 20px !important;
    font-size: 16px;
    line-height: 2 !important;
    font-weight: normal;
}

.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after,
.woocommerce button.button:not(.button-confirm):after,
.woocommerce-page button.button:not(.button-confirm):after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
    line-height: 1;
    opacity: 1;
    position: relative;
    transition: all 0.2s;
    content: "\24";
    font-family: "ETmodules";
    font-size: 26px;
    padding-left: 0;
    margin-left: 8px !important;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
    background-color: #cc5400 !important;
    color: #fff !important;
}

body.woocommerce .woocommerce-tabs {
    border: 0;
    margin: 45px 0 45px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
    margin: 0 2px !important;
    border-radius: 4px 4px 0 0 !important;
}

body.woocommerce div.product .woocommerce-tabs .panel,
body.woocommerce #content-area div.product .woocommerce-tabs .panel {
    background-color: #141414 !important;
    border-radius: 4px !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 30px !important;
    font-size: 17px !important;
    font-weight: 600;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active.active {
    background: #e97924 !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: #141414 !important;
    border: 0 !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

body.woocommerce div.product .woocommerce-tabs .panel h2,
body.woocommerce #content-area div.product .woocommerce-tabs .panel h2 {
    color: #fff !important;
    font-size: 30px;
    padding: 0;
    margin: 0 0 16px;
}

.woocommerce ul.products li.product .et_overlay,
.woocommerce-page ul.products li.product .et_overlay {
    display: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 2px solid transparent;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: #f57921;
}

.woocommerce #review_form #respond p.stars {
    display: inline-block;
}

.woocommerce #review_form #respond label[for="rating"] {
    display: block;
    margin: 0 0 8px;
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
    padding: 0;
}

.woocommerce #commentform input[type=email],
.woocommerce #commentform input[type=text],
.woocommerce #commentform input[type=url],
.woocommerce #commentform textarea {
    line-height: 1em;
    border-width: 0;
    display: block;
    background: #17161D;
    border: 1px solid #23222A;
    color: #cbcbcb;
    font-size: 18px;
    padding: 14px 20px;
    border-radius: 6px;
    width: 100%;
}

.woocommerce #review_form #respond textarea {
    height: 95px;
    resize: none;
}

.woocommerce #review_form #respond .form-submit {
    text-align: left;
    margin: 20px 0 0 !important;
}

section.related.products>h2 {
    text-align: center;
    padding: 0 0 12px;
    margin: 60px 0 30px;
    color: #fff;
    border-bottom: 2px solid #3e3e3e;
}

.woocommerce-message a.button.wc-forward {
    background: #f57921;
    margin: 0 0 0 5px;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #1e1e1e;
    border-radius: 5px;
}

.locations_images_wrap .et_pb_image_wrap {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.locations_images_wrap .et_pb_image_wrap img {
    width: 100% !important;
}

.beer_wrap .single_beer .product_name {
    display: block;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 7px;
}

.beer_wrap .single_beer .subtitle {
    color: #868686;
    font-size: 16px;
    line-height: 1.3;
    display: block;
}

.single_page_col_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
    justify-content: space-between;
    align-items: flex-start;
}

.single_page_col_wrap h2 {
    color: #fff;
    padding: 0;
    margin: 0 0 12px;
    font-size: 40px;
}

.single_page_col_wrap h4 {
    color: #9d9d9d;
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px;
}

.single_page_col_wrap .content {
    margin: 0 0 25px;
}

.single_page_col_wrap .featured_image {
    position: sticky;
    top: 130px;
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(/wp-content/uploads/2022/06/event_bg_shape.png); */
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 40%;
    background-size: 1000px;
}

.single_page_col_wrap .featured_image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    width: auto;
    height: auto;
}

.single_page_col_wrap .beer_content {
    width: 58%;
}

.gallery_images ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.gallery_images ul img {
    display: block;
    width: 100%;
    border-radius: 8px;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.gallery_images ul li {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
    padding-bottom: 30%;
    position: relative;
}

.gallery_images {
    padding: 0 0 60px;
}

.et_pb_text_inner ul li {
    margin-top: 10px;
}

.et_pb_text_inner ul {
    margin-top: 20px;
}

.wfea .eaw-ulx {
    display: flex;
    flex-wrap: wrap;
}

.widget .eaw-block .eaw-li__wrap {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    padding: 0;
    margin: 0;
    width: 33.33%;
}

.widget .eaw-block .eaw-li__wrap .eaw-li__flex {
    margin: 0 15px 30px;
    width: 100%;
    display: block;
    background-image: url(/wp-content/uploads/2022/06/event_bg_shape.png);
    border-radius: 10px;
    overflow: hidden;
    background-color: #1f1f2c;
    padding: 20px;
    color: #fff;
    background-size: 1000px;
    transition: .4s all;
    position: relative;
}

.widget .eaw-block .eaw-li__wrap .eaw-li__flex .eaw-thumb-wrap {
    min-width: 100% !important;
    margin: 0 0 20px;
}

.widget .eaw-block .eaw-li__wrap .eaw-li__flex .eaw-thumb-wrap .eaw-img {
    position: relative;
    padding-bottom: 65%;
}

.widget .eaw-block .eaw-li__wrap .eaw-li__flex .eaw-thumb-wrap .eaw-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    object-fit: cover;
}

.widget .eaw-block .eaw-li__flex .eaw-content-wrap h3 a {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    display: block;
}

.widget .eaw-block .eaw-li__flex .eaw-content-wrap h3 {
    padding: 0;
    margin: 0 0 10px;
}

.widget .eaw-block .eaw-time {
    color: #bbb;
    font-size: 14px;
    display: block;
    margin: 0 0 5px;
}

.widget .eaw-block .eaw-summary {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #e2e2e2;
}

.widget .eaw-block .eaw-booknow {
    margin: 0;
}

.widget .eaw-block .eaw-booknow .submit {
    background: #F57921;
    color: #fff;
    border-radius: 6px;
    transition: .4s all;
    display: inline-block;
    border: 0 !important;
    padding: 10px 20px;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.widget .eaw-block .eaw-booknow .submit::after {
    display: none !important;
}

.widget .eaw-block .eaw-summary .more-link {
    margin: 0 0 0 11px;
}

.widget .eaw-block .eaw-booknow .submit:hover {
    background: #cc5400;
    color: #fff;
}

.post-type-archive-product.woocommerce-page ul.products {
    justify-content: center;
}

mark.count {
    background: transparent;
    color: #fa802a;
}

.et-db #et-boc .et-l .et_pb_row {
    width: 90%;
}

.full_width_map_sec {
    padding: 40px 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.full_width_map_sec h4 {
    color: #fff;
    padding: 0 20px 23px;
    font-size: 28px;
    text-align: center;
}

.wpgmza_infowindow_title {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0 0 8px;
}

.wpgmza_infowindow_address {
    color: #171717;
    margin: 0 0 5px;
}

.wpgmza_infowindow_description {
    color: #171717;
}

.addtoany_header {
    margin: 0 0 6px;
    line-height: 1.3;
    font-size: 16px;
}

.woocommerce .shop_table {
    background: #15131c;
    margin-bottom: 20px !important;
    border: 0 !important;
}

.woocommerce .shop_table.cart {
    margin: 0 0 40px !important;
}

.woocommerce .shop_table thead th {
    background: #e97923;
    color: #fff !important;
    font-size: 17px;
    padding: 13px 20px !important;
}

.woocommerce .shop_table thead th:first-child {
    border-top-left-radius: 5px;
}

.woocommerce .shop_table thead th:last-child {
    border-top-right-radius: 5px;
}

.woocommerce .shop_table tbody tr {
    padding: 0px !important;
}

.woocommerce .shop_table tbody tr:nth-child(even) {
    background: #0d0c11;
}

.woocommerce .shop_table.cart tbody tr td.actions {
    background: #0d0c11;
    border: 2px solid #222222;
    border-radius: 0 0 10px 10px;
}

.image_slider_wrap {
    box-shadow: -12px 12px 0px 0px rgb(112 112 112 / 11%);
    width: 100%;
}

.image_slider_wrap .wdc-image-carousel-item figure {
    position: relative;
    padding-bottom: 60%;
    height: 100%;
}

.image_slider_wrap .wdc-image-carousel-item figure img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.image_slider_wrap .et_pb_module_inner,
.image_slider_wrap .et_pb_module_inner .wdc-carousel-parent,
.image_slider_wrap .et_pb_module_inner .wdc-carousel-parent .wdc-carousel,
.image_slider_wrap .et_pb_module_inner .slick-list,
.image_slider_wrap .et_pb_module_inner .slick-list .slick-track,
.image_slider_wrap .et_pb_module_inner .slick-list .slick-track .slick-slide div {
    height: 100%;
    width: 100%;
}

.image_slider_wrap .et_pb_module_inner .slick-list .slick-track,
.image_slider_wrap .et_pb_module_inner .wdc-carousel-parent .wdc-carousel {
    display: flex;
}

.contact_row .contact_form_wrap h3 {
    margin: 0 0 12px;
}

.contact_row .contact_form_wrap .contact_notes {
    line-height: 1.5;
    font-size: 16px;
    margin: 0 0 20px;
}

div.wpforms-container div.wpforms-uploader {
    border: 1px solid #1f1f1f !important;
    border-radius: 4px !important;
    background: #121214 !important;
}

.locations_two_row {
    display: flex;
    flex-wrap: wrap;
}

.locations_two_row .et_pb_module {
    height: 100%;
}

.locations_two_row .et_pb_module .et_pb_code_inner {
    height: 100%;
}

.contact_form_wrap.donation_form div.wpforms-container-full .wpforms-form .wpforms-field-html ul {
    padding-left: 20px !important;
    font-size: 15px;
    opacity: .8;
    margin: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-date-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-date-time select {
    background-color: #121214;
    border-color: #1f1f1f;
    height: auto;
    padding: 14px 17px;
    color: #dadada;
    width: 31.5%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-date-time label.wpforms-field-label {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 8px;
    color: #a4a4a4;
}

div.wpforms-container-full .wpforms-field-date-time-date-sep {
    display: none;
}

img.donation_form_image {
    margin: 20px 0 10px !important;
    opacity: .7;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    margin: 0 0 2px;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
    display: block;
    background: #161516;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    transition: .4s all;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
    background: #525252;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
    background: #f57921 !important;
}

.my_account_col .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.my_account_col .woocommerce:before,
.my_account_col .woocommerce:after {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 30px;
    border: 2px solid #f57921;
    min-height: 350px;
    border-radius: 0 5px 5px 5px;
}

.woocommerce-account .addresses .title h3 {
    color: #c4c4c4;
    font-size: 20px;
    line-height: 1;
    padding: 0;
}

.woocommerce-account .addresses .title .edit {
    line-height: 1.5;
    text-decoration: underline;
    font-size: 14px;
}

.woocommerce-Address address {
    margin-top: 10px;
    font-size: 16px;
}

.woocommerce form .form-row {
    padding: 0 !important;
    margin: 0 0 20px !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 16px;
    line-height: 1.4;
    margin: 0px 0 7px;
    color: #8c8c8c;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single,
.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single,
.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single {
    font-size: 14px;
    border-style: solid;
    background-color: #121214;
    border: 1px solid #1f1f1f;
    height: auto;
    padding: 12px 17px;
    color: #dadada !important;
    border-radius: 4px;
    line-height: 24px;
}

.woocommerce form .form-row em {
    font-size: 14px;
    color: #8c8c8c;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
    display: block;
    width: 100%;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 15px 0 0;
}

.woocommerce-Addresses .woocommerce-Address {
    padding: 14px;
    border: 2px solid #2a2a2a;
    border-radius: 4px;
}

.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
    border-bottom: 2px solid #2a2a2a;
    padding-bottom: 8px;
    margin: 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
}

.select2-container--default .select2-selection--single {
    font-size: 14px;
    border-style: solid;
    background-color: #121214;
    border: 1px solid #1f1f1f;
    height: auto;
    padding: 11px 17px;
    color: #dadada !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    color: #fff;
    padding: 0;
    margin: 0 0 14px;
}

.distillery_section_columns .et_pb_blurb .et_pb_image_wrap img {
    max-width: 80px;
}

.distillery_section_columns .et_pb_blurb h4 {
    font-size: 30px !important;
}

blockquote {
    margin: 0px 0 30px !important;
    border-left: 3px solid #f57921 !important;
    padding-left: 15px !important;
}

.fluid-width-video-wrapper {
    box-shadow: -12px 12px 0px 0px rgb(112 112 112 / 11%);
}

.text-center {
    text-align: center !important;
}

.search-results .et_pb_post,
.archive .et_pb_post {
    position: relative;
    padding: 25px;
    background: #0d0c11;
    border: 3px solid #1c1c1c;
    transition: .4s all ease-in-out;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.search-results .et_pb_post .entry-featured-image-url,
.archive .et_pb_post .entry-featured-image-url {
    width: 30%;
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    background: #000;
    padding: 10px;
}

.search-results .et_pb_post .entry-featured-image-url img,
.archive .et_pb_post .entry-featured-image-url img {
    height: 100%;
    display: block;
    object-fit: contain;
    width: 100%;
    object-position: center;
    max-height: 250px;
}

.search-results .et_pb_post:hover,
.archive .et_pb_post:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    border-color: #381700;
}

.search #left-area,
.archive #left-area {
    padding: 0 0 50px !important;
    width: 100% !important;
}

.search-results .et_pb_post h2.entry-title,
.archive .et_pb_post h2.entry-title {
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    line-height: 1.3;
    margin: 0 0 10px;
    transition: .4s all;
}

.search-results .et_pb_post h2.entry-title:hover,
.archive .et_pb_post h2.entry-title:hover {
    color: #f57921;
}

.search-results .et_pb_post .post-meta,
.archive .et_pb_post .post-meta {
    padding: 0 !important;
    line-height: 1.4;
    margin: 0 0 12px;
    font-size: 15px !important;
    color: #a4a4a4;
    display: none !important;
}

.search-results .et_pb_post .post-meta a,
.archive .et_pb_post .post-meta a {
    color: #ddd !important;
}

.search-results .et_pb_post .post-meta a:hover,
.archive .et_pb_post .post-meta a:hover {
    color: #f57921 !important;
}

.pagination a:hover {
    color: #ffffff;
}

.woocommerce-password-strength {
    font-size: 15px !important;
    color: #000 !important;
}

.my_account_col .woocommerce>h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 0 20px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-ResetPassword.lost_reset_password {
    border: 2px solid #252525;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.my_account_col .woocommerce-notices-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.my_account_col .woocommerce .lost_reset_password .form-row,
.woocommerce form.login,
.woocommerce form.register {
    width: 100%;
}

h1.not-found-title {
    color: #fff;
}

.upcoming_events_section .tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.tribe-events .tribe-events-calendar-month__header-column {
    text-transform: uppercase;
    background: #000;
    padding: 14px 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
    text-align: center !important;
    color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day,
.tribe-events .tribe-events-calendar-month__week,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
    border-color: #383838 !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__day-date-link {
    color: #ffffff !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
    color: #ffffff !important;
}

.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event-title-link {
    color: #ffffff !important;
}

.tribe-events .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-day__event-title-link:hover {
    color: #f57921 !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-events .tribe-events-calendar-day__event-datetime {
    color: #dddddd !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #4c4c4c !important;
}

ul.products-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

ul.products-categories li {
    width: 33.33%;
    text-align: center;
    margin: 0 0 30px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}

ul.products-categories li img {
    max-width: 300px;
    border-radius: 100%;
    border: 5px solid #2A2A2A;
    display: block;
    margin: 0 auto 30px;
    transition: .4s;
    width: 90%;
}

ul.products-categories li a:hover img {
    transform: scale(1.05);
}

ul.products-categories li .product_title {
    font-size: 25px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.best_seller_products .single_product_wrap {
    background: rgb(37 37 37 / 78%);
    padding-top: 110px;
}

.best_seller_products .single_product_wrap:first-child {
    padding-top: 0;
}

.best_seller_products .single_product_wrap:nth-child(even) {
    background: #000;
}

.best_seller_products .single_product_wrap .container {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.best_seller_products .single_product_wrap:nth-child(even) .container {
    flex-direction: row-reverse;
}

.best_seller_products .single_product_wrap .product_image {
    background: #111111;
    width: 45%;
    text-align: center;
    margin: 70px 0 -60px;
}

.best_seller_products .single_product_wrap .product_image a {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 100%;
}

.best_seller_products .single_product_wrap .product_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best_seller_products .single_product_wrap .product_short_description {
    width: 50%;
    padding: 60px 0;
}

.best_seller_products .single_product_wrap .product_short_description h3 {
    color: #fff;
    font-size: 50px;
    padding: 0;
    margin: 0 0 10px;
}

.best_seller_products .single_product_wrap .product_short_description p {
    margin: 0 0 16px;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.best_seller_products .single_product_wrap .product_short_description .product_price {
    margin: 0 0 30px;
}

.best_seller_products .single_product_wrap .product_short_description .product_price {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: bold;
    color: #F57921;
    letter-spacing: 2px;
}

.best_seller_products .single_product_wrap .product_short_description .product_price .original_price {
    color: #868686;
    font-weight: 400;
    text-decoration: line-through;
}

.et_pb_section.store_hero_banner_section {
    padding: 200px 0 0 !important;
    position: relative;
    z-index: 3;
}

.et_pb_section.store_hero_banner_section .et_pb_row {
    padding: 0 !important;
}

.store_hero_banner_section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    background: transparent linear-gradient(77deg, #000000 0%, #010101BD 49%, #54545400 100%) 0% 0% no-repeat padding-box;
    filter: blur(30px);
    width: 75%;
}

.store_hero_banner_section .gift_card_content {
    padding-bottom: 90px;
}

.store_hero_banner_section .gift_card_image {
    margin: 0 0 -110px !important;
    text-align: center;
}

.store_hero_banner_section .gift_card_content p {
    font-size: 22px;
    color: #fff;
}

.tribe-events-content a {
    text-decoration: none;
    color: #f57921 !important;
    border: 0;
}

#iee-eventbrite-checkout-trigger {
    background: #f57921;
    border: 0;
    padding: 13px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
    cursor: pointer;
    transition: .4s all;
}

#iee-eventbrite-checkout-trigger:hover {
    background: #cc5400;
}

.tribe-events-meta-group a {
    color: #f57921 !important;
}

.tribe-events-meta-group a:hover {
    text-decoration: underline;
}

.tribe-events-related-events-title,
.tribe-events-single ul.tribe-related-events li,
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
    color: #ffffff !important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    color: #f57921 !important;
}

.entry-content table.shop_attributes {
    border: 1px solid #343434 !important;
}

.entry-content table.shop_attributes th,
.entry-content table.shop_attributes td {
    padding: 10px 20px !important;
    color: #acacac;
}

.woocommerce div.product form.cart .variations td {
    padding: 10px 10px !important;
    position: relative;
}

.woocommerce div.product form.cart .variations tr {
    padding: 0 !important;
}

.woocommerce div.product form.cart .variations th.label {
    padding: 0 !important;
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations td select {
    border-radius: 3px;
    border-width: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
    padding: 14px 20px 14px 10px;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
    margin: 0 !important;
    background-color: #121214;
    border: 1px solid #1f1f1f;
    color: #dadada !important;
}

.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    bottom: -15px;
    right: 0;
}

.cart_totals h2,
.shipping_calculator h2 {
    color: #fff;
    font-size: 30px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #353535;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid #353535 !important;
    overflow: hidden;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr th {
    color: #c6c6c6;
}

#add_payment_method .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button {
    width: 100%;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon {
    max-width: 100%;
    margin: 0 0 40px;
    background: #121214;
}

.checkout.woocommerce-checkout h3 {
    color: #fff;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #2a2a2a;
}

.checkout #payment,
.checkout #payment {
    border-style: solid;
    border-color: #000000;
    background: #0d0c11;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 16px;
    border-bottom: 1px solid #272727;
}

.woocommerce-checkout-payment .form-row.place-order {
    padding: 16px !important;
    margin: 0 !important;
}

.checkout.woocommerce-checkout #customer_details {
    margin: 0 0 30px;
}

.woocommerce-checkout #main-content .cart-subtotal td,
.woocommerce-checkout #main-content .cart-subtotal th {
    border-top: 3px solid #2f2f2f;
}

.woocommerce-checkout #main-content tfoot th {
    color: #fff;
}

.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
    padding: 13px 20px !important;
    font-size: 16px;
}

.woocommerce-checkout #main-content tfoot th,
.woocommerce-checkout #main-content tfoot td {
    background: #0d0c11;
}

.select2-dropdown {
    background-color: #0d0c11 !important;
    border: 1px solid #3e3e3e !important;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #f57921 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #301e10 !important;
    color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #333 !important;
    background: #000 !important;
    padding: 10px !important;
    color: #fff !important;
}

.select2-container--default .select2-results>.select2-results__options {
    font-size: 15px !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin: 15px 0 0 !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
    margin: 15px 0 0;
}

.woocommerce-LostPassword.lost_password {
    text-align: center;
}

.mfp-wrap {
    z-index: 9999999 !important;
}

.mfp-bg {
    z-index: 999999 !important;
    opacity: .95 !important;
}

.simple_image_slider .slick-track {
    display: flex;
}

.simple_image_slider .slick-track .slick-slide .wdc-image-carousel-item figure {
    position: relative;
    padding-bottom: 70%;
}

.simple_image_slider .slick-track .slick-slide .wdc-image-carousel-item figure .wdc-swapped-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.font_large {
    font-size: larger;
}

.restaurant_tabs .image_wrap {
    float: right;
    width: 50%;
    margin: 0 0 20px 35px;
    padding-bottom: 40%;
    position: relative;
}

.restaurant_tabs .image_wrap img {
    box-shadow: -12px 12px 0px 0px rgb(112 112 112 / 11%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant_tabs .hours_content {
    margin: 0 0 25px;
}

.restaurant_tabs .hours_content strong {
    color: #e97923;
}

.restaurant_tabs strong.color-white {
    font-size: 22px;
}

ul.location_menu li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px !important;
}

#footer-widgets .footer-widget li a.phone_number {
    color: #fff;
}

#footer-widgets .footer-widget li a.phone_number:hover {
    color: #e97923 !important;
}

.phone_number:before {
    font-family: etmodules;
    content: "\e090";
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #e97923;
}

ul.location_menu li>a:first-child {
    margin-right: 15px;
}

ul#menu-quick-links {
    column-count: 2;
}

.supports_images .et_pb_image .et_pb_image_wrap {
    padding-bottom: 90%;
    position: relative;
    width: 100%;
}

.supports_images .et_pb_image .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trd-pt_post_row .et_pb_blurb .et_pb_main_blurb_image {
    width: 100%;
}

.trd-pt_post_row .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    padding-bottom: 60%;
    position: relative;
    width: 100%;
    border-radius: 6px;
}

.trd-pt_post_row .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trd-pt_post_row .et_pb_blurb .et_pb_main_blurb_image {
    width: 100%;
    margin: 0 0 10px;
}

.trd-pt_post_row .et_pb_blurb .btn_btn {
    pointer-events: none;
}

.video-slider .single_video_wrp {
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 6px;
    overflow: hidden;
}

.et_pb_accordion .et_pb_toggle_content .fluid-width-video-wrapper {
    padding-top: 56.2963% !important;
}

.section_divider {
    width: 100%;
    height: 2px;
    margin: 40px 0;
    background: rgb(255 255 255 / 15%);
}

.supports_images_wrapper .wdc-carousel .slick-track {
    display: flex;
}

.supports_images_wrapper .slick-slide .wdc-lightbox-ctrl {
    padding-bottom: 70%;
    position: relative;
}

.supports_images_wrapper .slick-slide .wdc-lightbox-ctrl img.wdc-swapped-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_images_wrap br {
    display: none !important;
}

.reservations_col_wrap .location_wrap_with_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 45px;
    width: 100%;
}

.reservations_col_wrap .location_wrap_with_text:last-child {
    margin-bottom: 0;
}

.reservations_col_wrap .location_wrap_with_text .reservation_col {
    margin-bottom: 0;
}

.reservations_col_wrap .location_wrap_with_text .location_info_col {
    width: 48%;
}

.reservations_col_wrap .location_wrap_with_text:nth-child(2n) {
    flex-direction: row-reverse;
}

.home_products_wrap ul.slick-dots {
    display: none !important;
}

/*********** responsive ***********/

/** mobile menu css **/
#main-header .et_mobile_menu li ul.hide {
    display: none !important;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
    background: #1f1f1f;
    padding: 10px 0;
    width: 100%;
}

/*.et_mobile_menu li li {
    padding-left: 0;
}*/
#mobile_menu .menu-item-has-children {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#mobile_menu .menu-item-has-children>a {
    background: transparent;
    font-weight: normal;
    padding-right: 6px;
}

#mobile_menu .menu-item-has-children>a+span {
    position: relative;
    right: 0;
    top: 0;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
}

span.menu-closed:before {
    display: block;
    color: inherit;
    font-size: 16px;
    font-family: ETmodules;
    content: '\33';
}

span.menu-closed.menu-open:before {
    content: '\32';
}

.mobile_nav.opened .mobile_menu_bar:before {
    /* content: '\4d'; */
}

.et_mobile_menu {
    border: 0 !important;
    margin: 0 !important;
    display: block !important;
    height: auto !important;
    padding: 160px 0 140px !important;
    right: auto;
    transition: .4s all ease-in-out;
    width: 300px;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 99;
    bottom: -100px;
    overflow: auto;
    background: #0D0C11;
}

.et_mobile_menu .mobile_logo {
    position: fixed;
    top: 40px;
    z-index: 99;
    text-align: center;
    width: 300px;
    left: 0;
    transition: .5s all;
}

.mobile_nav.opened .et_mobile_menu .mobile_logo {
    left: -300px;
}

.et_mobile_menu .mobile_logo #logo {
    max-height: 80px;
    margin: 0 auto;
}

.et_mobile_menu::-webkit-scrollbar {
    display: none;
    width: 0;
}

.et_mobile_menu::-webkit-scrollbar-track {
    display: none;
}

.et_mobile_menu::-webkit-scrollbar-thumb {
    display: none;
}

ul#mobile_menu:before {
    content: '';
    position: fixed;
    left: 0;
    height: 160px;
    background: #0D0C11;
    width: 300px;
    top: 0;
    z-index: 99;
    transition: .5s all ease-in-out;
}

.mobile_nav.opened ul#mobile_menu:before {
    width: 0px;
    transition: 0s all ease-in-out;
}

.mobile_nav.opened .et_mobile_menu {
    right: auto;
    left: -300px;
}

/* body:not(.menu-open) .mobile_nav .et_mobile_menu {
    right: auto;
    left: -300px;
} */
.et_mobile_menu li a {
    border-bottom: 0;
    padding: 10px 30px 10px 35px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    opacity: 1 !important;
}

.et_mobile_menu li a:hover {
    color: #f57921 !important;
}

/** mobile menu css **/


@media (min-width: 981px) {
    footer#main-footer div#footer-widgets .footer-widget:nth-child(2) .fwidget {
        width: auto;
    }

    footer#main-footer div#footer-widgets {
        display: flex;
        justify-content: space-between;
        padding: 48px 0 0;
    }

    footer#main-footer div#footer-widgets .footer-widget {
        width: 28%;
        margin-right: 0 !important;
        margin-bottom: 35px !important;
    }

    footer#main-footer div#footer-widgets .footer-widget:first-child {
        width: 38%;
    }

    footer#main-footer div#footer-widgets .footer-widget:last-child {
        width: 30%;
    }
}

@media (min-width: 1201px) {
    .mobile_nav.closed ul#mobile_menu:before {
        content: '';
        position: fixed;
        left: 0;
        height: 160px;
        background: #0D0C11;
        width: 300px;
        top: 0;
        z-index: 99;
        transition: .5s all ease-in-out;
    }
}

@media (max-width: 2200px) {
    header#main-header .mobile_nav .mobile_menu_bar {
        margin-left: 95px;
    }
}

@media (max-width: 1800px) {
    header#main-header .mobile_nav .mobile_menu_bar {
        margin-left: 104px;
    }

    .et_mobile_menu li a {
        padding: 8px 30px 8px 35px;
    }

    #mobile_menu .menu-item-has-children>a+span {
        padding: 7px 10px;
    }

    .et_pb_module.store_bottom_module {
        max-width: 700px;
    }

    .store_hero_banner_section .gift_card_content p {
        font-size: 18px;
    }

    .best_seller_products .single_product_wrap .product_short_description p {
        font-size: 20px;
    }
}

@media (max-width: 1700px) {
    .hero_banner_section .et_pb_row {
        padding: 120px 0 250px 50px !important;
    }
}

@media (max-width: 1600px) {

    .btn_btn,
    div.wpforms-container-full .wpforms-form input[type=submit],
    div.wpforms-container-full .wpforms-form button[type=submit],
    div.wpforms-container-full .wpforms-form .wpforms-page-button {
        padding: 8px 20px;
        font-size: 17px;
        line-height: 2;
    }

    .btn_btn:after,
    div.wpforms-container-full .wpforms-form input[type=submit]:after,
    div.wpforms-container-full .wpforms-form button[type=submit]:after,
    div.wpforms-container-full .wpforms-form .wpforms-page-button:after {
        font-size: 26px;
        line-height: 1;
    }

    .hero_banner_section .et_pb_row .et_pb_module.banner_content h1 {
        font-size: 80px;
    }

    .hero_banner_section .et_pb_row .banner_content p {
        font-size: 23px;
    }

    .hero_banner_section .btns-wrap {
        margin-top: 30px;
    }

    .hero_banner_section .et_pb_row {
        padding: 120px 0 150px 50px !important;
        max-width: 1600px;
    }

    .hero_banner_section .et_pb_module.scroll_down_image {
        max-width: 16px;
    }

    .hero_banner_section .et_pb_row .et_pb_column .et_pb_module.rewards_col {
        margin: 0 0 20px;
    }

    .common_title {
        font-size: 58px !important;
        margin: 0 0 15px;
    }

    body {
        font-size: 18px !important;
    }

    .welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap h3 {
        font-size: 40px;
    }

    .welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap {
        max-width: 425px;
    }

    ul.locations_list li {
        font-size: 20px;
    }

    .reviewer_all_text {
        right: 10%;
        padding: 30px;
        width: 600px;
    }

    .reviewer_all_text h2 {
        font-size: 34px;
    }

    .reviewer_all_text h3 {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .reviewer_all_text p {
        font-size: 20px;
    }

    .et_mobile_menu li.social_logo .contact_info {
        padding-top: 20px;
        margin: 0 0 20px;
    }

    .et_mobile_menu li.social_logo {
        margin-top: 25px;
    }
}

@media (max-width: 1500px) {
    header#main-header .mobile_nav .mobile_menu_bar {
        margin-left: 110px;
    }

    footer#main-footer div#footer-widgets .footer-widget:last-child {
        width: 28%;
    }

    .find-btn {
        padding: 10px 20px 10px 40px;
        font-size: 15px;
        background-size: 14px;
    }

    .find_us_section .find_us_col {
        margin-top: 40px;
        margin-left: -50px;
        padding: 40px 0px 40px 40px;
    }

    .reservations_col_wrap .reservation_col .overlay_text h3 {
        font-size: 32px;
    }
}

@media (max-width: 1350px) {
    .welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap h3 {
        font-size: 32px;
    }

    .welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap {
        max-width: 340px;
    }

    .common_title {
        font-size: 50px !important;
        margin: 0 0 10px;
    }

    .et_pb_section.welcome_section_wrap {
        padding: 60px 0 !important;
    }

    body {
        font-size: 17px !important;
    }

    .home_products_wrap .slick-slide .product_name {
        font-size: 22px;
    }

    .et_pb_section.main_events_section {
        padding: 70px 0 !important;
    }

    .event-slider-wrap .single-event .event-content {
        padding: 20px;
    }

    .event-slider-wrap .single-event .event-content .event-title {
        line-height: 1.3;
        font-size: 36px;
    }

    .event-slider-wrap .single-event .event-content .event-date {
        font-size: 16px;
    }
}

@media (max-width: 1270px) and (min-width: 1201px) {
    .restaurant_tabs.et_pb_tabs .et_pb_tabs_controls li a {
        padding: 10px 20px !important;
    }
}

@media (max-width: 1200px) {
    header#main-header .mobile_nav .mobile_menu_bar {
        margin-left: 0px;
    }

    header#main-header .mobile_nav.opened .mobile_menu_bar {
        margin-left: 120px;
    }

    .footer_top ul.footer_logos img {
        max-height: 100px;
        width: auto;
    }

    .footer_top ul.footer_logos {
        max-width: 350px;
    }

    footer#main-footer .footer-widget h4 {
        font-size: 24px;
    }

    .hero_banner_section .et_pb_row .et_pb_module.banner_content h1 {
        font-size: 65px;
    }

    .hero_banner_section .et_pb_row .banner_content p {
        font-size: 20px;
    }

    .hero_banner_section .et_pb_row {
        padding: 120px 0 120px 50px !important;
    }

    ul.banner_award_list li img {
        max-height: 80px;
    }

    ul.banner_award_list li {
        margin-left: 35px;
    }

    .welcome_section_wrap .et_pb_row .et_pb_column.text_col {
        padding: 50px 0 0;
    }

    .common_title {
        font-size: 42px !important;
    }

    .find_us_section .find_us_col {
        padding: 30px 0px 10px 30px;
    }

    ul.filter_menu li a {
        padding: 4px 10px;
    }

    .two_product_images .single_product_image .overlay_text {
        padding: 30px;
        font-size: 25px;
    }

    .btns-wrap .btn_btn {
        margin-right: 15px;
    }

    .et_pb_section.main_events_section {
        padding: 60px 0 20px !important;
    }

    .review_images ul li {
        padding-bottom: 18%;
    }

    .et_mobile_menu {
        left: -300px;
    }

    .mobile_nav.opened .et_mobile_menu {
        left: 0px;
    }

    ul#mobile_menu:before {
        width: 0px;
        transition: 0s all ease-in-out;
    }

    .mobile_nav.opened ul#mobile_menu:before {
        width: 300px;
        transition: 0.5s all ease-in-out;
    }

    .et_mobile_menu .mobile_logo {
        left: -300px;
    }

    .mobile_nav.opened .et_mobile_menu .mobile_logo {
        left: 0;
    }

    .contact_form_wrap h3 {
        font-size: 30px;
    }

    body.menu-open {
        margin-left: 0;
    }

    .no_events h3 {
        font-size: 30px;
        padding: 0 0 20px;
    }

    .beer_wrap .single_beer {
        padding: 0 10px;
        margin: 0 0 20px;
    }
}

@media (max-width: 1024px) {
    ul.products-categories li .product_title {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .best_seller_products .single_product_wrap .product_short_description h3 {
        font-size: 40px;
    }
}

@media (max-width: 980px) {
    .et_fixed_nav #main-header {
        position: fixed !important;
    }

    .header_logo #logo {
        max-height: 70px;
    }

    header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar:before {
        font-size: 36px;
    }

    .footer_top ul.footer_logos {
        max-width: 280px;
    }

    .footer_top ul.footer_logos img {
        max-height: 80px;
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        padding: 0 2px !important;
    }

    #footer-bottom {
        padding: 20px 0;
        margin-top: 50px;
        display: inline-block;
    }

    .footer_top .right_content ul.social_icon {
        margin: 0 30px 0 0;
    }

    ul.social_icon li img {
        max-width: 22px;
    }

    ul.social_icon li {
        margin-right: 20px;
    }

    footer#main-footer div#footer-widgets .footer-widget:first-child {
        width: 100% !important;
        padding: 0;
        margin-right: 0 !important;
        margin-bottom: 50px !important;
    }

    footer#main-footer #footer-widgets {
        padding: 40px 0 0;
        display: inline-block;
    }

    footer#main-footer div#footer-widgets .footer-widget:last-child {
        margin-right: 0 !important;
        float: right;
    }

    .hero_banner_section .et_pb_module.scroll_down_image {
        display: none;
    }

    .hero_banner_section .et_pb_row {
        padding: 120px 0 100px 0px !important;
    }

    .hero_banner_section .et_pb_row .et_pb_module.banner_content h1 {
        font-size: 56px;
    }

    .hero_banner_section .et_pb_row .banner_content p {
        font-size: 20px;
    }

    .welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap {
        max-width: 340px;
        right: 0;
    }

    .welcome_section_wrap .et_pb_row .et_pb_column.text_col {
        padding: 0 0 40px;
    }

    .welcome_section_wrap .image_col .et_pb_module,
    .welcome_section_wrap .image_col .et_pb_module .et_pb_image_wrap {
        height: auto;
    }

    .et_pb_section.welcome_section_wrap {
        padding: 60px 0 40px !important;
    }

    ul.location_images li {
        padding-bottom: 50%;
    }

    .find_us_section .find_us_col {
        padding: 0;
        margin: 0;
    }

    .find_us_section .et_pb_row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    ul.locations_list li {
        font-size: 18px;
    }

    ul.locations_list li:before {
        font-size: 22px;
    }

    .two_product_images .single_product_image .overlay_text {
        padding: 20px;
        font-size: 20px;
    }

    .event-slider-wrap .single-event .event-img {
        padding-bottom: 70%;
    }

    .reviewer_all_text {
        right: 10%;
        width: 80%;
    }

    .review_images ul li {
        width: 25%;
        padding-bottom: 20%;
    }

    .et_pb_section.follow_us_section {
        padding: 50px 0 0 !important;
    }

    header#main-header .mobile_nav.opened .mobile_menu_bar {
        margin-left: 142px;
    }

    .et_pb_section.internal_banner_section .et_pb_row .entry-title {
        font-size: 40px;
    }

    .restaurant_section .et_pb_image_wrap {
        padding-bottom: 45%;
    }

    .reservations_col_wrap .reservation_col a {
        padding-bottom: 70%;
    }

    .single-product .entry-summary .entry-title {
        font-size: 30px;
    }

    .tab_rev {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .tab_rev .et_pb_column {
        margin-bottom: 0px;
    }

    .tab_rev .et_pb_column.et-last-child {
        margin-bottom: 30px;
    }

    .beer_wrap .single_beer {
        width: 33.33%;
    }

    .beer_wrap .single_beer a img {
        max-height: 320px;
    }

    .single_page_col_wrap .beer_content {
        width: 50%;
    }

    .single_page_col_wrap .featured_image {
        width: 45%;
        padding-bottom: 50%;
    }

    .widget .eaw-block .eaw-li__wrap {
        width: 50%;
    }

    .search-results .et_pb_post h2.entry-title,
    .archive .et_pb_post h2.entry-title {
        font-size: 26px;
    }

    .search-results .et_pb_post .entry-featured-image-url,
    .archive .et_pb_post .entry-featured-image-url {
        width: 35%;
        margin: 0 20px 0 0;
    }

    .best_seller_products .single_product_wrap {
        padding-top: 70px;
    }

    .best_seller_products .single_product_wrap .product_image {
        margin: 60px 0 -60px;
    }

    .best_seller_products .single_product_wrap .product_short_description p {
        font-size: 18px;
    }

    .best_seller_products .single_product_wrap .product_short_description {
        padding: 50px 0 50px;
    }

    .et_pb_section.store_hero_banner_section {
        padding: 160px 0 0 !important;
    }

    .store_hero_banner_section .gift_card_content {
        padding-bottom: 0;
    }

    .store_hero_banner_section .gift_card_content .et_pb_text_inner {
        text-align: center;
    }

    .store_hero_banner_section .gift_card_image {
        margin: 10px auto -70px !important;
        text-align: center;
        max-width: 300px;
    }

    ul.products-categories li {
        padding: 0 10px;
    }

    ul.products-categories li img {
        border: 4px solid #2A2A2A;
        margin: 0 auto 20px;
        width: 90%;
    }

    ul.products-categories li .product_title {
        font-size: 19px;
        letter-spacing: 1px;
    }

    .store_hero_banner_section:before {
        background: transparent linear-gradient(180deg, #000000 0%, #010101BD 49%, #54545400 100%) 0% 0% no-repeat padding-box;
        width: 100%;
    }

    .restaurant_tabs.et_pb_tabs .et_pb_tabs_controls li a {
        padding: 10px 15px !important;
        font-size: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 3.5% 3.5% 0 !important;
        width: 31% !important;
    }

    .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 30px;
        position: static;
        top: 0;
    }

    .single-product .flex-control-nav.flex-control-thumbs {
        padding: 0 !important;
    }

    .u-column1.col-1.woocommerce-Address {
        margin: 0 0 20px;
    }

    table.cart th,
    #main-content table.cart th,
    table.cart td,
    #main-content table.cart td {
        padding: 10px 15px !important;
    }

    .woocommerce a.remove {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .widget .eaw-block .eaw-li__wrap {
        width: 100%;
    }

    .find-btn {
        display: none;
    }

    .header_logo #logo {
        max-height: 58px;
    }

    header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
        box-shadow: 0px 3px 6px #46464682;
        padding: 2px 2px 0px !important;
        position: absolute;
        right: 0;
        top: 13px;
    }

    .header-top .top_head_right #et_top_search {
        margin: 0px 60px 0 0;
    }

    header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar:before {
        font-size: 28px;
    }

    header#main-header .et-search-form input {
        padding: 12px 0 !important;
        font-size: 22px !important;
    }

    footer#main-footer #footer-widgets {
        padding: 40px 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footer-bottom {
        padding: 15px 0;
        margin-top: 10px;
    }

    #footer-bottom #footer-info {
        font-size: 14px;
    }

    footer#main-footer .footer-widget h4 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .et_pb_row,
    .container {
        width: 90%;
    }

    .footer_top .right_content ul.social_icon {
        display: none;
    }

    .footer_top ul.footer_logos img {
        max-height: 56px;
    }

    .footer_top ul.footer_logos {
        max-width: 52%;
    }

    .btn_btn,
    div.wpforms-container-full .wpforms-form input[type=submit],
    div.wpforms-container-full .wpforms-form button[type=submit],
    div.wpforms-container-full .wpforms-form .wpforms-page-button {
        padding: 4px 15px;
        font-size: 15px;
    }

    .btn_btn:after,
    div.wpforms-container-full .wpforms-form input[type=submit]::after,
    div.wpforms-container-full .wpforms-form button[type=submit]:after,
    div.wpforms-container-full .wpforms-form .wpforms-page-button:after {
        font-size: 20px;
        line-height: 1;
        margin-left: 3px;
    }

    .hero_banner_section .et_pb_row .et_pb_column {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hero_banner_section .et_pb_row .et_pb_column .et_pb_module.rewards_col {
        margin: 30px 0 0;
    }

    .hero_banner_section .et_pb_row {
        padding: 120px 0 30px !important;
    }

    .hero_banner_section .et_pb_row .et_pb_module.banner_content h1 {
        font-size: 33px;
        margin: 0 0 10px;
        line-height: 1.1;
        letter-spacing: 1.5px;
    }

    .hero_banner_section .et_pb_row .banner_content p {
        font-size: 15px;
    }

    .hero_banner_section .btns-wrap {
        margin-top: 20px;
    }

    ul.banner_award_list li {
        margin-left: 25px;
    }

    ul.banner_award_list li img {
        max-height: 50px;
    }

    .btns-wrap .btn_btn {
        margin-right: 12px;
    }

    .welcome_section_wrap .et_pb_row .et_pb_column.text_col {
        padding: 0;
    }

    .common_title {
        font-size: 32px !important;
    }

    body {
        font-size: 15px !important;
    }

    .et_pb_section.welcome_section_wrap {
        padding: 30px 0 !important;
    }

    .et_pb_row.full_width {
        width: 90% !important;
    }

    .welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap {
        max-width: 340px;
        position: static;
        margin: 0 auto;
    }

    .welcome_section_wrap .et_pb_row .et_pb_module.faded_text_wrap h3 {
        font-size: 30px;
        text-align: center;
    }

    ul.locations_list li {
        font-size: 16px;
        padding-left: 26px;
    }

    ul.locations_list li:before {
        font-size: 18px;
    }

    ul.filter_menu li {
        margin-left: 8px;
        font-size: 13px;
    }

    ul.filter_menu li a {
        padding: 0px 5px;
    }

    ul.filter_menu {
        margin: 0 -10px 20px;
    }

    .home_products_wrap .slick-slide .product_name {
        font-size: 17px;
        line-height: 1.2;
    }

    .two_product_images .single_product_image {
        width: 100%;
        padding-bottom: 90%;
    }

    .et_pb_section.book_event_section {
        padding: 40px 0 !important;
    }

    .book_event_section p {
        margin: 0 0 15px;
    }

    .et_pb_section.main_events_section {
        padding: 40px 0 10px !important;
    }

    .event-slider-wrap .single-event .event-content .event-title {
        font-size: 26px;
    }

    .event-slider-wrap .single-event .event-content .event-date {
        font-size: 14px;
    }

    .reviewer_all_text {
        right: 8%;
        padding: 20px;
        width: 84%;
    }

    .reviewer_all_text h2 {
        font-size: 22px;
    }

    .reviewer_all_text h3 {
        font-size: 18px;
        margin: 0 0 15px;
        letter-spacing: 1px;
    }

    .reviewer_all_text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .et_pb_section.follow_us_section {
        padding: 30px 0 0 !important;
    }

    .follow_at {
        font-size: 16px !important;
        margin: 0 0 6px;
    }

    .footer-widget,
    .footer-widget li,
    .footer-widget li a,
    #footer-info {
        font-size: 15px !important;
    }

    .newsletter_form div.wpforms-container-full .wpforms-form .wpforms-field input {
        height: 55px;
        font-size: 16px;
        padding: 10px 16px;
    }

    .newsletter_form div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
        height: 55px;
        width: 60px;
        background-size: 22px;
    }

    .follow_us_section .et_pb_module.et_pb_text {
        margin: 0 auto 10px !important;
    }

    .et_mobile_menu {
        padding: 120px 0 140px !important;
    }

    ul#mobile_menu:before {
        height: 120px;
    }

    .et_mobile_menu .mobile_logo {
        top: 10px;
    }

    .et_mobile_menu .mobile_logo #logo {
        max-height: 70px;
    }

    header#main-header .mobile_nav.opened .mobile_menu_bar {
        margin-left: 0;
    }

    .et_pb_section.internal_banner_section {
        padding: 110px 0 40px !important;
    }

    .et_pb_section.internal_banner_section .et_pb_row .entry-title {
        font-size: 30px;
    }

    .contact_form_wrap h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .no_events h3 {
        font-size: 26px;
    }

    .event_template_wrapper .tribe-common-l-container,
    #tribe-events-pg-template.tribe-events-pg-template,
    .tribe-events .tribe-events-l-container {
        padding: 20px !important;
        border: 2px solid #121214;
    }

    .event_template_wrapper {
        padding: 30px 0 !important;
    }

    .single-tribe_events .tribe-events-single-event-title {
        font-size: 22px;
    }

    .tribe-events .tribe-events-calendar-latest-past__event-row:last-child {
        margin-bottom: 15px !important;
    }

    .event_template_wrapper .tribe-common-l-container button.tribe-common-h3,
    .tribe-common-l-container button.tribe-common-h3 {
        font-size: 16px !important;
    }

    .tribe-events .tribe-events-l-container {
        min-height: 300px;
    }

    .tribe-events .tribe-events-calendar-day__event {
        padding-left: 0;
    }

    .restaurant_section .et_pb_image_wrap {
        padding-bottom: 50%;
    }

    .reservations_col_wrap .reservation_col .overlay_text h3 {
        font-size: 26px;
        margin: 0 0 10px;
    }

    .reservations_col_wrap .et_pb_code_inner .reservation_col {
        width: 100%;
        margin: 0 0 20px;
    }

    .reservations_col_wrap .et_pb_code_inner .reservation_col:last-child {
        margin-bottom: 0;
    }

    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 4% 4% 0 !important;
        width: 48% !important;
    }

    .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0 !important;
    }

    .single-product #main-content .container {
        padding-top: 110px !important;
    }

    .post-type-archive-product #main-content .container {
        padding-top: 40px !important;
    }

    .single-product .flex-control-nav.flex-control-thumbs {
        padding: 0 !important;
    }

    .single-product .entry-summary .entry-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .single-product .entry-summary p.price span {
        font-size: 26px !important;
    }

    body.woocommerce div.product .woocommerce-tabs .panel,
    body.woocommerce #content-area div.product .woocommerce-tabs .panel {
        padding: 20px !important;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 0 !important;
    }

    .beer_wrap .single_beer {
        width: 50%;
    }

    .beer_wrap .single_beer a img {
        max-height: 320px;
    }

    .beer_wrap {
        margin: 0;
    }

    .single_page_col_wrap {
        margin: 0 0 40px;
        flex-direction: column-reverse;
    }

    .single_page_col_wrap .beer_content {
        width: 100%;
        margin: 0;
    }

    .single_page_col_wrap .featured_image {
        width: 100%;
        padding-bottom: 70%;
        margin: 0 0 26px;
        position: relative;
        top: 0;
    }

    .single-beers #main-content .container {
        padding-top: 40px !important;
    }

    .single_page_col_wrap h2 {
        font-size: 30px;
    }

    .single_page_col_wrap h4 {
        margin: 0 0 12px;
        font-size: 20px;
    }

    .gallery_images {
        padding: 0 0 30px;
    }

    .widget .eaw-block .eaw-li__wrap .eaw-li__flex {
        margin: 0 0px 25px;
        width: 100%;
    }

    .full_width_map_sec h4 {
        font-size: 24px;
    }

    .image_slider_wrap .wdc-image-carousel-item figure {
        padding-bottom: 80%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 20px;
        min-height: 10px;
        border-radius: 5px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
        padding: 10px 15px;
        border-radius: 5px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .search-results .et_pb_post .entry-featured-image-url,
    .archive .et_pb_post .entry-featured-image-url {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .search-results .et_pb_post,
    .archive .et_pb_post {
        padding: 15px;
    }

    .search-results .et_pb_post h2.entry-title,
    .archive .et_pb_post h2.entry-title {
        font-size: 22px;
    }

    .tribe-common .tribe-common-b2 {
        color: #fdfdfd !important;
    }

    .tribe-events .tribe-events-c-nav__prev-icon-svg path,
    .tribe-events .tribe-events-c-nav__next-icon-svg path {
        fill: #ffffff !important;
    }

    .et_pb_section.store_hero_banner_section {
        padding: 130px 0 0 !important;
    }

    .store_hero_banner_section .gift_card_content p {
        font-size: 16px;
    }

    ul.products-categories li img {
        max-width: 260px;
    }

    ul.products-categories li {
        width: 50%;
    }

    .best_seller_products .single_product_wrap {
        padding-top: 70px;
        padding: 40px 0 !important;
    }

    .best_seller_products .single_product_wrap .product_short_description {
        padding: 0;
        width: 100%;
        margin: 25px 0 0;
    }

    .best_seller_products .single_product_wrap .product_image {
        margin: 0;
        width: 100%;
    }

    .best_seller_products .single_product_wrap .product_short_description h3 {
        font-size: 28px;
    }

    .best_seller_products .single_product_wrap .product_short_description p {
        font-size: 16px;
    }

    .best_seller_products .single_product_wrap .product_short_description .product_price {
        font-size: 23px;
    }

    body.woocommerce div.product .woocommerce-tabs .panel h2,
    body.woocommerce #content-area div.product .woocommerce-tabs .panel h2 {
        font-size: 20px;
    }

    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .woocommerce-cart table.cart td.actions .coupon button.button {
        width: 100%;
    }

    .restaurant_tabs .image_wrap {
        float: none;
        width: 100%;
        margin: 0 0 35px;
        padding-bottom: 70%;
    }

    .restaurant_tabs strong.color-white {
        font-size: 19px;
    }
}

@media (max-width: 479px) {
    .location_images_wrap .images {
        width: 100%;
        margin: 0 0 12px;
    }

    .location_images_wrap .content {
        width: 100%;
    }

    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 0 30px !important;
        width: 100% !important;
    }

    .woocommerce ul.products li.product .et_shop_image,
    .woocommerce-page ul.products li.product .et_shop_image {
        padding-bottom: 100%;
    }

    .beer_wrap .single_beer {
        padding: 0;
        margin: 0 0 20px;
        width: 100%;
    }

    .beer_wrap .single_beer a img {
        max-height: 300px;
    }

    .store_hero_banner_section .gift_card_image {
        margin: 10px auto -70px !important;
        text-align: center;
        max-width: 250px;
    }

    ul.products-categories li {
        width: 100%;
    }

    .woocommerce table.shop_attributes th {
        width: 100px;
    }

    .reservations_col_wrap .location_wrap_with_text .location_info_col {
        width: 100%;
    }
}

@media (max-width: 360px) {

    .btn_btn,
    div.wpforms-container-full .wpforms-form input[type=submit],
    div.wpforms-container-full .wpforms-form button[type=submit],
    div.wpforms-container-full .wpforms-form .wpforms-page-button {
        padding: 4px 10px;
        font-size: 14px;
    }

    .btn_btn:after,
    div.wpforms-container-full .wpforms-form input[type=submit]:after,
    div.wpforms-container-full .wpforms-form button[type=submit]:after,
    div.wpforms-container-full .wpforms-form .wpforms-page-button:after {
        font-size: 18px;
    }

    .btns-wrap .btn_btn {
        margin-right: 7px;
    }

    .review_images ul li {
        padding-bottom: 25%;
    }
}