@font-face {
    font-family: "Leviathan-HTF-Black";
    src: url("../fonts/Leviathan-HTF-Black.eot");
    src: url("../fonts/Leviathan-HTF-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Leviathan-HTF-Black.svg#Leviathan-HTF-Black") format("svg"), url("../fonts/Leviathan-HTF-Black.ttf") format("truetype"), url("../fonts/Leviathan-HTF-Black.woff") format("woff"), url("../fonts/Leviathan-HTF-Black.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Leviathan-HTF-Black-Italic";
    src: url("../fonts/Leviathan-HTF-Black-Italic.eot");
    src: url("../fonts/Leviathan-HTF-Black-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Leviathan-HTF-Black-Italic.svg#Leviathan-HTF-Black-Italic") format("svg"), url("../fonts/Leviathan-HTF-Black-Italic.ttf") format("truetype"), url("../fonts/Leviathan-HTF-Black-Italic.woff") format("woff"), url("../fonts/Leviathan-HTF-Black-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.eot");
    src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.eot");
    src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black.eot");
    src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.eot");
    src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-font-smoothing: antialiased;
}

.site_default_btn {
    color: #000;
    text-transform: uppercase;
    background-color: #f4b233;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px;
    display: inline-block;
    text-align: center;
    font-family: "Gotham-Bold";
    letter-spacing: 0.28px;
    max-width: 250px;
    width: 100%;
}

.link-arrow {
    font-size: 11px;
    font-family: "Gotham-Black";
    color: #000;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.link-arrow::after {
    content: url("../images/arrow-orange.svg");
    position: relative;
    right: -3px;
    top: 2px;
}

.link-arrow:hover {
    color: #D06F1A;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.link-arrow:hover::after {
    content: url("../images/arrow-black.svg");
}

p {
    color: #4A4F55;
}


/*sticky button*/


/*
.stickyBtn_pos{
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    width: 100px;
    height: 100%;
}
.stickyBtn_pos .tbl_dpy{
    display: table;
    width: 100%;
    height: 100%;
}
.stickyBtn_pos .tbl_dpy .tbl_mdl{
    display: table-cell;
    vertical-align: middle;
}*/

a.sticky_btn {
    background: #f4b233;
    transform: rotate(270deg);
    display: block;
    width: 120px;
    text-align: center;
    font-family: "Gotham-Bold";
    color: #000;
    text-transform: uppercase;
    background-color: #f4b233;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 40px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: -40px;
    z-index: 1;
}


/**/

.header_wrap .top_bar {
    background: #f4b233;
    padding: 10px 0;
}

header .header_search {
    text-align: right;
    position: relative;
    float: left;
    max-width: 340px;
    width: 100%;
    margin-top: 43px;
}

header .header_search .search_txt {
    max-width: 340px;
    width: 100%;
    border-radius: 17px;
    background-color: #ffffff;
    border: none;
    height: 34px;
    padding: 8px 15px;
    color: #4a4f55;
    font-style: italic;
    padding-left: 130px;
}

.top_bar .header_locator {
    padding-top: 4px;
}

::-webkit-input-placeholder {
    color: #4a4f55;
    font-style: italic;
    opacity: 1;
}

::-moz-input-placeholder {
    color: #4a4f55;
    font-style: italic;
    opacity: 1;
}

::placeholder {
    color: #4a4f55;
    font-style: italic;
    opacity: 1;
}

* {
    outline: none;
}

header .header_search .s_btn {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 2px;
    top: 2px;
    background: none;
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0em 1em;
}

header {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    background: #000;
}

.home header .header_right_nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header .header_right_nav::after {
    content: "";
    display: table;
    clear: both;
}

header .logo {
    padding-top: 20px;
}

header .header_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .header_nav {
    float: left;
    width: calc(100% - 340px);
    padding-right: 0;
}

header .header_nav ul li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: left;
}

header .header_nav ul li.shoplink a {
    background: url('../images/shop-menu-shape.svg');
    background-repeat: no-repeat;
    background-position: right 10px top 44px;
}

header .header_nav ul li>a {
    color: #fff;
    display: inline-block;
    padding: 40px 20px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.2px;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-left: 0;
}

header .header_nav ul li>a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: -3px;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    background: #ffd13c;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

header .header_nav ul li>a:hover::after {
    width: 100%;
    left: 0;
}

header .header_nav ul li.is-active>a::after {
    width: 100%;
    left: 0;
}

.home_slider .slick-arrow.slick-next {
    background: url("../images/next-light.svg");
    background-repeat: no-repeat;
    right: 50px;
}

.home_slider .slick-arrow.slick-prev {
    background: url("../images/prev-light.svg");
    background-repeat: no-repeat;
    left: 50px;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: no-repeat;
    border-radius: 50%;
    top: calc(50% - 30px);
    padding: 0;
    border: none;
}

.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow.slick-prev {
    left: 15px;
}

.slider_box_wrap {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 460px;
    overflow: hidden;
}

.slider_box_wrap .slider_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider_box_wrap .slider_img img {
    max-width: 100%;
}

.slider_box_wrap .slider_text .slider_text_tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 {
    margin: 0;
    color: #fff;
    font-size: 90px;
    font-family: "Leviathan-HTF-Black-Italic";
}

.top_bar .locator_btn_dv {
    text-align: right;
}

.top_bar .locator_btn_dv .locator_btn {
    border-radius: 5px;
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 9px 18px;
    text-decoration: none;
    font-size: 10px;
    line-height: normal;
    font-family: "Gotham-Black";
    text-transform: uppercase;
    letter-spacing: 0.2px;
    vertical-align: middle;
}

.top_bar .header_locator span {
    display: inline-block;
    vertical-align: middle;
}

.top_bar .header_locator .locator_icon {
    margin-right: 15px;
}

.top_bar .header_locator .store_name {
    margin-right: 30px;
    position: relative;
}

.top_bar .header_locator .store_name a {
    color: #000;
    text-decoration: underline;
}

.top_bar .header_locator .store_name::after {
    content: url("../images/arrow-down-shape.svg");
    position: absolute;
    right: -17px;
}

.top_bar .header_locator .store_time {
    margin-right: 20px;
}

.common_section .head_sec {
    text-align: center;
    margin-bottom: 45px;
}

.section_sale.common_section .head_sec {
    margin-bottom: 45px;
}

.home_category .cat_sec .cat_box {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid #d6d6d6;
}

.home_category .cat_sec .cat_box:last-child {
    border-right: none;
}

.home_category .cat_sec::after {
    content: "";
    display: table;
    clear: both;
}

.common_section {
    padding: 60px 0;
}

.common_section .head_sec h3 {
    margin: 0;
    margin-bottom: 5px;
    color: #f4b233;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 7.5px;
    font-family: "Gotham-Medium";
    line-height: normal;
}

.common_section .head_sec h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.2px;
    line-height: normal;
}

.home_category .cat_sec .cat_box .cat_icon {
    margin-bottom: 30px;
}

.home_category .cat_sec .cat_box h3 {
    color: #000;
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.15px;
}

.home_category .cat_sec .cat_box .link {
    color: #000;
    font-size: 10px;
    font-family: "Gotham-Black";
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.home_category .cat_sec .cat_box:hover .link {
    color: #f4b233;
}

.home_category .cat_sec .cat_box:hover .link::after {
    content: url("../images/arrow-black.svg");
}

.home_category .cat_sec .cat_box .link:hover {
    color: #f4b233;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.home_category .cat_sec .cat_box .link:hover::after {
    content: url("../images/arrow-black.svg");
}

.home_category .cat_sec .cat_box .link::after {
    content: url("../images/arrow-orange.svg");
    position: relative;
    right: -3px;
    top: 2px;
}

.home_cat_style {
    background: #f4f4f4;
    padding-bottom: 80px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.home_cat_style .cat_stl_box .head .txt {
    font-size: 30px;
    color: #000;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-family: "Gotham-Bold";
    letter-spacing: 0.25px;
}

.home_cat_style .cat_stl_box .head .total_item {
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    vertical-align: middle;
    background: #fff;
}

.home_cat_style .cat_stl_box .content_area::after {
    content: "";
    display: table;
    clear: both;
}

.home_cat_style .cat_stl_box .head {
    margin-bottom: 20px;
}

.home_cat_style .cat_stl_box .content_area .lt_sec {
    float: left;
    width: 67%;
}

.home_cat_style .cat_stl_box .content_area .lt_sec p {
    font-size: 14px;
    color: #4a4f55;
    line-height: 20px;
    margin-bottom: 30px;
}

.home_cat_style .cat_stl_box .content_area .lt_sec .link {
    font-size: 10px;
    font-family: "Gotham-Black";
    color: #000;
    text-transform: uppercase;
}

.home_cat_style .cat_stl_box:hover .link {
    color: #f4b233 !important;
}

.home_cat_style .cat_stl_box:hover .link::after {
    content: url("../images/arrow-black.svg") !important;
}

.home_cat_style .cat_stl_box .content_area .lt_sec .link:hover {
    color: #f4b233;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.home_cat_style .cat_stl_box .content_area .lt_sec .link:hover::after {
    content: url("../images/arrow-black.svg");
}

.home_cat_style .cat_stl_box .content_area .lt_sec .link::after {
    content: url("../images/arrow-orange.svg");
    position: relative;
    right: -3px;
    top: 2px;
}

.home_cat_style .cat_stl_box .content_area .rt_sec {
    float: left;
    width: 33%;
    text-align: right;
    position: relative;
}

.home_cat_style .cat_stl_box {
    border: 1px solid #d6d6d6;
    padding: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.home_cat_style .cat_stl_box .content_area .rt_sec img {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.section_appstore {
    background: url(../images/wood_background.jpg);
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullwidthwidget {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    border-bottom: 1px solid #d6d6d6;
}

.fullwidthwidget .icon {
    width: 75px;
    display: inline-block;
    vertical-align: middle;
}

.fullwidthwidget .content {
    width: calc(100% - 220px);
    padding: 0 40px;
    display: inline-block;
    vertical-align: middle;
}

.fullwidthwidget .btn_dv {
    width: 135px;
    display: inline-block;
    vertical-align: middle;
}

.fullwidthwidget .content h2 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 8px;
    font-family: "Leviathan-HTF-Black";
    color: #000;
    letter-spacing: 0.38px;
}

.fullwidthwidget .content p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.38px;
    margin: 0;
}

.fullwidthwidget .btn_dv a {
    color: #000;
    text-transform: uppercase;
    background-color: #f4b233;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px;
    display: inline-block;
    text-align: center;
    font-family: "Gotham-Bold";
    letter-spacing: 0.28px;
    width: 100%;
}

.fullwidthwidget .shop_widget_inner {
    max-width: 860px;
    margin: 0 auto;
}

.fullwidthwidget .shop_widget_inner::after {
    content: "";
    display: table;
    clear: both;
}

.section_appstore .app_text_sec {
    max-width: 540px;
    float: right;
    width: 100%;
    padding-top: 60px;
}

.section_appstore .app_text_sec::after {
    content: "";
    display: table;
    clear: both;
}

.section_appstore .app_text_sec .logo-icon {
    float: left;
    width: 142px;
}

.section_appstore .app_text_sec .logo-icon img {
    max-width: 100%;
}

.section_appstore .app_text_sec .app_txt {
    float: left;
    width: calc(100% - 142px);
    padding-left: 30px;
}

.section_appstore .app_text_sec .app_txt h3 {
    margin: 0;
    font-size: 30px;
    color: #000;
    font-family: "Leviathan-HTF-Black";
    margin-bottom: 10px;
}

.section_appstore .app_text_sec .app_txt p {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

.section_appstore .app_text_sec .app_txt .app_btn {
    display: inline-block;
}

.section_appstore .app_text_sec .app_txt .app_store_btn {
    margin-right: 20px;
}

.section_guide {
    background: url("../images/guide-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.section_guide .head_sec h2 {
    color: #fff;
}

.section_guide .slick-arrow.slick-next {
    background: url("../images/next-light.svg");
    background-repeat: no-repeat;
}

.section_guide .slick-arrow.slick-prev {
    background: url("../images/prev-light.svg");
    background-repeat: no-repeat;
}

.section_guide .blog_post_carousel .post_inner {
    text-align: center;
}

.section_guide .blog_post_carousel .post_inner .p {
    color: #fff;
    margin-bottom: 30px;
}

.section_guide .blog_post_carousel .post_inner .p p {
    color: #fff;
}

.section_guide .blog_post_carousel .post_inner .link_btn {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 7px 90px;
    font-size: 14px;
}

.section_guide .blog_post_carousel .slick-list {
    max-width: 600px;
    margin: 0 auto;
}

.newsletterwidget {
    background: #f4f4f4;
    border-top: 1px solid #d6d6d6;
    padding: 60px 0;
}

.newsletterwidget .newsletter_txt {}

.newsletterwidget .newsletter_txt h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #f4b233;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Gotham-Medium";
    letter-spacing: 7.5px;
}

.newsletterwidget .newsletter_txt h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: "Leviathan-HTF-Black";
    margin-bottom: 15px;
}

.newsletterwidget .newsletter_txt p {
    font-size: 14px;
    color: #000;
}

.newsletterwidget .newsletter_form::after {
    content: "";
    display: table;
    clear: both;
}

.newsletterwidget .newsletter_form .input_box {
    border: 1px solid #d6d6d6;
    padding: 30px;
    border-radius: 5px 0 0 5px;
    border-right: none;
    float: left;
    width: calc(100% - 250px);
    height: 110px;
}

.newsletterwidget .newsletter_form .input_box .input_span {
    display: block;
    position: relative;
}

.newsletterwidget .newsletter_form .input_box .input_span .newsletter_icon {
    position: absolute;
    width: 48px;
    height: 48px;
    border-right: 1px solid #d6d6d6;
    background: url("../images/newsletter.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.newsletterwidget .newsletter_form .btn_box {
    float: left;
    width: 250px;
}

.newsletterwidget .newsletter_form .btn_box input {
    color: #000;
    text-transform: uppercase;
    background-color: #f4b233;
    border-radius: 0 5px 5px 0;
    border: none;
    width: 100%;
    padding: 30px 10px;
    height: 110px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.2px;
    font-size: 18px;
}

.newsletterwidget .newsletter_form .input_box input {
    border: 1px solid #d6d6d6;
    box-shadow: none;
    width: 100%;
    border-radius: 5px 0 0 5px;
    padding: 13px;
    font-size: 14px;
    color: #4a4f55;
    padding-left: 65px;
}

.champion-section-banner {
    position: relative;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.champion-section-Background .champion-bacground-img-inner img {
    width: 100%;
    display: block;
}
.champion-section-Background .champion-bacground-img-inner img.mobile_view2{
    display: none;
}
.ms_feild_group_main_left{
    margin-bottom: 0px !important;
}
.champion-overlap-image {
    position: absolute;
    top: 18.5%;
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
}

.champion-overlap-image .champion-badge-image img {
    width: 25.5%;
    z-index: 9;
    position: relative;
}

.champion-description-Background .champion-badge-image img {
    width: 100%;
}

section#champion_des_background_sec {
    position: relative;
}


/*  */

.champion-side-image-inner {}

.champion-des-background-sec {
    background-position: top center;
    width: 100%;
    float: left;
    padding: 0px;
    background-size: 100% 96%;
    background-repeat: no-repeat;
}


/* */

.champion-description-content {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9;
    top: 0;
}

section.setting_subscriber.champion-registration-wrap {
    padding: 80px 0;
    background: #000000;
    padding-bottom: 10px;
}
.setting_subscriber_boxes {
    padding-bottom: 30px;
}
.setting_subscriber_main_box {
    margin-bottom: 15px;
}

.setting_subscriber_main_box:last-child {
    margin: 0;
}

.top_heading_settings h1 {
    margin: 0;
    width: 100%;
    color: #ffffff;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
}

.setting_subscriber_boxes h2 {
    margin: 0;
    font-family: 'Gotham-Bold';
    margin-bottom: 8px;
    color:#fff;
}

.setting_subscriber_boxes p {
    font-size: 12px;
    margin: 0;
    color:#fff;
}

.champion-des-block .champion-side-image-inner img {
    width: 100%;
}

.champion-des-block .champion-content-text {
    width: 64%;
    float: left;
    padding: 9% 7%;
}

.champion-content-text .champion-content-Title {
    color: #000000;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 45px;
}

.champion-des-block .champion-content-Des p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: "Gotham-Book";
    margin-bottom: 40px;
    text-align: justify;
}

.champion-des-block .champion-content-button {
    font-family: "Gotham-Bold";
    font-size: 18px;
}

#champion_des_background_sec .champion-side-image-inner {
    margin-top: -151px;
    width: 34.4%;
    float: right;
}


/* champion contest */

.champion-team-profile-main-banner img {
    width: 937px;
}

.champion-team-profile-main-desc {
    font-size: 18px;
    font-family: "Gotham-Book";
    color: #000;
    line-height: 30px;
    text-align: left;
}

.team-card-btn {
    border-radius: 5px;
    background-color: #f4b234;
    color: #000;
    font-size: 18px;
    font-family: "Gotham-Bold";
    padding: 14px 48px;
    display: inline-block;
}

.champion-team-profile-main-btn {
    text-align: left;
    margin-top: 25px;
}

.champion-team-row {
    text-align: left;
    margin-top: 90px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(214, 214, 214);
}

.champion-team-row ul {
    list-style: none;
    padding-left: 0px;
}

.champion-team-row ul {
    margin: 0;
}

.champion-team-row ul li {
    display: inline-block;
    padding-right: 50px;
}

.champion-team-row ul li span img {
    width: 70px;
    height: 70px;
}

.champion-team-row ul li:last-child {
    padding-right: 0px;
}

.champion-contest-wrap {
    padding-top: 30px;
    background-size: cover;
    width: 100%;
    float: left;
    margin-top: -13.4%;
    background-position: top center;
    padding-bottom: 40px;
}

.champion-contest-wrap .champion-contest-head {
    margin-top: 17%;
    color: #000000;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
}

.champion-contest-wrap .champion-contest-list p {
    font-size: 18px;
}

.champion-contest-wrap .champion-contest-list p {
    font-size: 18px;
    line-height: 30px;
}

.champion-contest-wrap .champion-contest-subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    font-family: "Gotham-Bold";
    padding-bottom: 46px;
}

.champion-contest-wrap .contest-brand-block {
    text-align: center;
}

.champion-contest-wrap .contest-brand-block .contest-brand-img {
    padding-bottom: 33px;
}

.champion-contest-wrap .champion-contest-list {
    padding-left: 25px;
}

.champion-contest-wrap .champion-contest-list ul li {
    font-size: 18px;
    line-height: 30px;
    font-family: "Gotham-Book";
    padding-bottom: 10px;
}

.champion-contest-wrap .Champion-Contest-Button {
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
}

.champion-contest-wrap .Champion-Contest-Button .champion-contest-btn {
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    background: #F4B233;
    padding: 15px 26px;
    letter-spacing: 0.2px;
    color: #000;
    font-size: 18px;
}

.contest-brand-img img {
    width: 180px;
}

.contest-brand-img2 img {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
}


/* section contest end */


/* section registration*/

.champion-registration-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    width: 100%;
    float: left;
    background-position: top center;
}

.champion-members-logo-block.desktop_view {
    padding: 0;
    margin: 0;
}

.champion-members-logo-block.desktop_view ul {
    margin-top: 30px;
}

.champion-registration-wrap .registration-left-title {
    color: #fff;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: left;
}

.registration-steps-wrap {
    padding-top: 54px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.registration-steps-wrap .registration-list {
    width: 13%;
    float: left;
}

.registration-steps-wrap .registration-list span {
    color: #fff;
    font-size: 30px;
    font-family: "Gotham-Bold";
    border-radius: 100%;
    border: 2px solid #f4b233;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
}

.champion-members-logo-block.mobile_view {
    display: none;
}
.ms_feild_group_main_left.mobile_view{
    display: none;
}
.registration-steps-wrap .registration-content {
    width: 87%;
    float: left;
    display: block;
    padding-left: 30px;
}

.registration-steps-wrap .registration-row {
    margin-bottom: 29px;
    width: 100%;
    float: left;
}

.registration-steps-wrap .registration-content h2 {
    font-family: "Gotham-Bold";
    margin-top: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.registration-steps-wrap .registration-content p {
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.border-line-section{
        border-right: 1px solid #666;
}
.registration-block-left {
    padding-right: 50px;
    width: 100%;
    float: left;
}

.champion-registration-form-wrap {
    width: 100%;
    float: left;
    padding-left: 50px;
}

.champion-registration-form-wrap .champion-registration-form-title {
    color: #fff;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
}

.champion-registration-form-wrap .champion-registration-form-subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: "Gotham-Book";
    padding-bottom: 10px;
    color: #fff;
    padding-top: 10px;
}

.champion-registration-form-container {
    width: 100%;
    float: left;
}

.champion-registration-form-container .champion-registration-form-text {
    font-size: 14px;
    padding: 15px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    float: left;
    margin-bottom: 30px;
}

.champion-registration-form-container #champion-form-text {
    width: 99%;
    margin-right: 1%;
    font-size: 14px;
    font-family: "Gotham-Book";
}

.champion-registration-form-container #champion-form-text2 {
    width: 99%;
    margin-left: 1%;
    font-size: 14px;
    font-family: "Gotham-Book";
}

.champion-registration-form-container .champion-registration-form-email {
    padding: 15px 10px;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    font-family: "Gotham-Book";
}

.champion-registration-form-container .champion-registration-form-phone {
    font-size: 14px;
    padding: 15px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    font-family: "Gotham-Book";
}

.champion-registration-form-container .champion-registration-form-submit {
    width: 100%;
    float: left;
    background: #F4B233;
    color: #000;
    text-transform: uppercase;
    border: 0px;
    padding: 15px 10px;
    font-family: "Gotham-Bold";
    font-size: 18px;
    border-radius: 4px;
}

.champion-members-logo-block {
    padding-top: 80px;
    text-align: center;
}
.rec_popup_overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    text-align: center;
}
.rec_popup_overlay .rec_disp_table {
    width: 100%;
    height: 100%;
    display: table;
}
.rec_popup_overlay .rec_disp_table_cell {
    display: table-cell;
    vertical-align: middle;
}
.rec_popup_main {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: inline-block;
    background: #fff;
    padding: 50px;
    border-radius: 0;
    position:relative;
}
span.rec_popup_close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 32px;
    line-height: 25px;
    width: 27px;
    height: 25px;
    color: #f4b233;
    cursor: pointer;
}
.rec_popup_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}
.rec_popup_main ul li {
    display: inline-block;
    margin: 0 20px;
}
.rec_popup_main h3 {
    margin: 0;
    font-family: "Leviathan-HTF-Black";
    margin-bottom: 35px;
}
.rec_popup_main li button {
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000;
    font-size: 16px;
}
.rec_popup_main li button.rec_league_continue{
    background: #F4B233;    
}
.rec_popup_main li button.rec_league_cancel{
    background: #222;   
    color:#fff;
}
    
.champion-members-logo-block ul {
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.champion-members-logo-block ul li {
    width: 100%;
}

.champion-members-logo-block ul li img {
    width: 500px;
    margin: 0 auto;
}

.champion_cform_row {
    padding-bottom: 0px;
    width: 100%;
    float: left;
    position: relative;
}

.half_size_cform {
    width: 50%;
}

.champion-registration-form-container span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    width: 270px;
    bottom: -73px;
}

.cform_sec_two span.wpcf7-not-valid-tip {
    font-size: 0.65em;
}

.champion-registration-form-container .wpcf7-response-output {
    color: #fff;
    position: absolute;
    bottom: -44px;
    border: 0px;
}

.champion-registration-form-container::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal;
}

.champion-registration-form-container::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal;
}

.champion-registration-form-container:-ms-input-placeholder {
    /* IE 10+ */
    font-style: normal;
}

.champion-registration-form-container:-moz-placeholder {
    /* Firefox 18- */
    font-style: normal;
}


/* registraion end */


/* Champion Team Profile */

.champion-team-profile-wrap {
    clear: both;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}
.champion-team-profile-wrap .champion-team-profile-privacy{
    display: table;
    width: 100%;
    margin-top: 20px;
    max-width: 950px;
    margin: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.champion-team-profile-wrap .champion-team-profile-privacy span{
    display:block;
}
.champion-team-privacy-title{
    color: #000000;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin: 20px 0px;
    text-align: center;
}
.champion-team-privacy-desc{
    font-size: 18px;
    font-family: "Gotham-Book";
    color: #000;
    line-height: 30px;
    text-align: left;
}
/**/
.champion-team-profile-wrap .champion-team-profile-title {
    color: #000000;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
}

.champion-team-profile-wrap .champion-team-profile-subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    font-family: "Gotham-Bold";
    padding-bottom: 40px;
}

.champion-team-profile-block {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #ddd;
}

.champion-team-profile-block .champion-team-profile-block-title {
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    font-family: "Gotham-Bold";
    padding-bottom: 24px;
}

.champion-team-profile-block .champion-team-profile-block-subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-family: "Gotham-Book";
    padding-bottom: 24px;
}

.champion-team-profile-block-plugin .header-text h2 {
    font-family: "Gotham-Bold";
    line-height: 20px;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.champion-team-profile-block-plugin .header-text p {
    margin-bottom: 30px;
    font-family: "Gotham-Book";
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.champion-team-profile-block-plugin .step_three .preview_text p{
    width: 90%;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: "Gotham-Book";
    color: #000;
    margin:0px;
    margin: auto;
    padding: 20px 0px;
}

.champion-team-profile-block-plugin .slick-current .multiple-items-steps h3 {
    color: #f4b234;
}

.champion-team-profile-block-plugin .multiple-items-steps h3 {
    font-family: 'Gotham-Bold';
    font-size: 22px;
    color: #000000;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.champion-team-profile-block-plugin .team_carosel {
    padding: 0px;
}

.champion-team-profile-block-plugin #progressbar {
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
    background: #f4f4f4;
}

.champion-team-profile-block-plugin a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.champion-team-profile-block-plugin #progressbar li {
    background: #f4f4f4;
    height: 90px;
}

.champion-team-profile-block-plugin .carousel {
    border: 1px solid #d6d6d6;
}

.champion-team-profile-block-plugin #msform .action-button {
    width: 140px;
    background: #F5A81C;
    font-weight: bold;
    color: #060101;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 12px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Gotham-Bold";
    border-radius: 3px;
    height: auto;
}

.champion-team-profile-block-plugin input.back_hide {
    background-color: #d6d6d6!important;
    color: #fff!important;
    opacity: 1;
}

.champion-team-profile-block-plugin #progressbar .active {
    border-bottom: 0px;
    position: relative;
}

/* .champion-team-profile-block-plugin #progressbar .active:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0px;
    height: 5px;
    background: #F5A81C;
    border-radius: 0px;
} */

.champion-team-profile-block-plugin .full_width {
    width: 100%;
    margin: 0px;
}

.champion-team-profile-block-plugin .profile_upload {
    color: #4a4f55;
    font-family: "Gotham-Bold";
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
}

.champion-team-profile-block-plugin .fill_feilds {
    max-width: 570px;
}

.champion-team-profile-block-plugin .form-control {
    height: 50px;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0)!important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0)!important;
}
.champion-contest-wrap .contest-brand-img.contest-brand-img2 {
    padding-bottom: 0;
}
.champion-team-profile-block-plugin .form-control:focus {
    border-color: #f4b233;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgb(244, 178, 51);
}

.champion-team-profile-block-plugin label {
    color: #4a4f55;
    font-family: "Gotham-Bold";
    font-size: 18px;
    line-height: 20px;
    text-shadow: none;
    margin-bottom: 13px;
}


/* Champion Team Prfile End */


/* champion call block */

.champion-call-wrap {
    padding: 82px 0px;
    background-size: cover;
    width: 100%;
    float: left;
    background-position: top center;
}
.champion-call-wrap_desktop{
    display:block;
}
.champion-call-wrap_mobile{
    display:none;
}

.champion-call-wrap .champion-call-block {
    text-align: center;
}

.champion-call-wrap .champion-call-title {
    color: #fff;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 24px;
    text-align: center;
}

.champion-call-wrap .champion-call-descripton {
    font-size: 18px;
    line-height: 24px;
    font-family: "Gotham-Book";
    color: #fff;
    margin-bottom: 60px;
}

.champion-call-wrap .champion-call-btn {
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    background: #F4B233;
    display: inline-block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000;
    font-size: 18px;
}

#champion-appstrore-wrap {
    padding-top: 60px;
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

footer {
    background: #000;
    padding-bottom: 25px;
    width: 100%;
    float: left;
}
footer .footer_section{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
}
footer .footer_menu h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Gotham-Bold";
}

footer .footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer_menu ul li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    font-size: 14px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

footer .footer_menu ul li a:hover {
    color: #D06F1A;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}


/* Slider css start*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    list-style: none !important;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.more_store_main {
    width: 100%;
    padding: 0 80px;
}

.more_store_main .store_box img {
    width: 100%;
}

.more_store_main .store_box {
    border: 1px solid #d6d6d6;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    width: 100%;
    display: inline-block;
}

.more_store_main .store_box .store_text_sec {
    padding: 25px;
}

.more_store_main .store_box .store_text_sec .store_cta {
    margin-top: 25px;
    text-align: right;
}

.more_store_main .slick-arrow {
    top: calc(50% - 60px);
}

.more_store_main .slick-arrow.slick-prev {
    background: url(../images/prev-dark.svg);
    background-repeat: no-repeat;
}

.more_store_main .slick-arrow.slick-next {
    background: url(../images/next-dark.svg);
    background-repeat: no-repeat;
    ;
}

.more_store_main .store_box .store_text_sec h2 {
    color: #000000;
    font-family: "Gotham-Bold";
    font-size: 16px;
    margin: 0;
    margin-bottom: 25px;
}

.more_store_main .store_box .store_text_sec p {
    color: #4a4f55;
    font-family: "Gotham-Book";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.more_store_main .store_box .store_cta a {
    font-size: 10px;
    font-family: "Gotham-Black";
    color: #000;
    text-transform: uppercase;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.more_store_main .store_box .store_cta a:hover {
    color: #f4b233;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.more_store_main .store_box .store_cta a:after {
    content: url(../images/arrow-orange.svg);
    position: relative;
    right: -3px;
    top: 2px;
}

.more_store_main .store_box .store_cta a:hover:after {
    content: url("../images/arrow-black.svg");
}

.more_store_main .onsale_box {
    width: 100%;
    display: inline-block;
}

.more_store_main .onsale_box .onsale_img {
    width: 140px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    border: 1px solid #d6d6d6;
}

.more_store_main .onsale_box .onsale_img .onsale_img_tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.more_store_main .onsale_box .onsale_img .onsale_img_tbl .onsale_img_cel {
    display: table-cell;
    vertical-align: middle;
}

.more_store_main .onsale_box .onsale_img img {
    /*width: 100%;*/
    width: 100%;
    border-radius: 5px;
    /*max-height: 131px;
    object-fit: cover;*/
}

.more_store_main .onsale_box .onsale_content {
    width: calc(100% - 140px);
    float: left;
    padding-left: 10px;
}

s .more_store_main.beer_sale_slider a {
    color: #4a4f55;
}

.more_store_main .onsale_box .onsale_content .onsale_anchor {
    width: 100%;
    color: #4a4f55;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.more_store_main .onsale_box .onsale_content .onsale_title::after {
    content: url("../images/arrow-orange.svg");
    position: relative;
    right: -5px;
    top: 0;
}

.more_store_main .onsale_box .onsale_content .onsale_title {
    color: #000;
    font-family: "Gotham-Bold";
    font-size: 18px;
    letter-spacing: 0.13px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.more_store_main .onsale_box .onsale_content .onsale_props {
    width: 100%;
    float: left;
}

.more_store_main .onsale_box .onsale_content ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.more_store_main .onsale_box .onsale_content ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    color: #4a4f55;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 22px;
}

.more_store_main .onsale_box .onsale_footer {
    width: 100%;
    float: left;
    border-top: 2px solid #d6d6d6;
    margin-top: 10px;
    background: #f5f5f5;
    padding: 10px;
}

.onsale_footer .onsale_dimension {
    color: #4a4f55;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 18px;
    float: left;
}

.onsale_footer .onsale_price {
    float: right;
}

.onsale_footer .onsale_price .reg_price {
    color: #4a4f57;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 18px;
    text-align: right;
    float: left;
    margin-right: 8px;
}

.onsale_footer .onsale_price .sale_price {
    color: #cc0000;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 18px;
    text-align: right;
    float: left;
}

.more_store_main.beer_sale_slider .slick-slide>div {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.more_store_main.beer_sale_slider .slick-slides {
    margin: 0 30px;
}

.more_store_main a {
    outline: none;
}

.onsale_main.onsale_eq_height {
    width: 100%;
    display: inline-block;
}

.more_store_main.store_block_slider .slick-slide {
    margin: 0 15px;
}

.more_store_main.beer_sale_slider .slick-slide {
    margin: 0 30px;
}

.section_appstore .device_img img {
    max-width: 100%;
}

header .header_nav ul li>a>span {
    display: block;
    font-family: "Gotham-Book";
    letter-spacing: 0;
    font-size: 12px;
}

header .header_nav ul li .sub-menu {
    position: absolute;
    max-width: 250px;
    padding-top: 5px;
    display: none;
}

header .header_nav ul>li:hover>.sub-menu {
    display: block;
}

header .header_nav ul li .sub-menu li {
    float: none;
    width: 100%;
}

header .header_nav ul li .sub-menu li {
    float: none;
    width: 100%;
    background: #fff;
    padding: 0 30px;
}

header .header_nav ul li .sub-menu li:first-child {
    padding-top: 20px;
}

header .header_nav ul li .sub-menu li:last-child {
    padding-bottom: 20px;
}

header .header_nav ul li .sub-menu li:last-child a {
    border-bottom: none;
}

header .header_nav ul li .sub-menu li a {
    padding: 10px 0;
    display: block;
    color: #4A4F55;
    font-family: "Gotham-Book";
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
}

header .header_nav ul li .sub-menu li a:hover {
    color: #D06F1A;
}

header .header_nav ul li .sub-menu li a::after {
    display: none;
}

.locator_popup {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    z-index: 100;
    max-width: 280px;
    width: 100%;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.25);
    margin-top: 8px;
    display: none;
}

.locator_popup::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 32px;
    top: -8px;
}

.locator_popup h2 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.3px;
    font-family: "Leviathan-HTF-Black";
    margin: 20px 0;
    padding: 0 20px;
}

.locator_popup .close_locator_popup {
    position: absolute;
    color: #000;
    right: 20px;
    width: 10px;
    height: 10px;
    line-height: 8px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 6px;
}

.locator_popup .store_desc {
    padding: 20px;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    background: #f4f4f4 url("../images/arrow-orange.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.locator_popup .store_btn_dv {
    padding: 20px;
}

.locator_popup .store_btn_dv .dir_btn {
    background-color: #F4B233;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
    font-size: 10px;
    letter-spacing: 0.2px;
    padding: 8px 25px;
    display: inline-block;
}

.locator_popup .store_btn_dv .chng_btn {
    text-transform: uppercase;
    font-family: "Gotham-Bold";
    font-size: 10px;
    letter-spacing: 0.2px;
    color: #000;
    padding: 7px 15px;
    border: 1px solid #F4B233;
    display: inline-block;
    border-radius: 5px;
}

.locator_popup .store_desc .str_time {
    display: block;
    font-size: 12px;
    color: #8C8A8A;
}

.locator_popup .store_desc .str_adrs {
    font-size: 12px;
}

.locator_popup .store_desc .str_name {
    font-size: 14px;
}

.locator_popup .store_desc .str_name strong {}

.home_cat_style .style_cat_sec .box_link {
    background: #fff;
    display: block;
    border-radius: 5px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    color: #000;
}

.home_cat_style .style_cat_sec .box_link:hover {
    background: #f2ece0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.slider_box_wrap .slider_box_inner {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    height: 460px;
}

.slider_box_wrap .slider_box_inner::after {
    content: "";
    display: table;
    clear: both;
}

.slider_box_wrap.center-image .slider_img {
    text-align: center;
}

.slider_box_wrap.right-title .slider_text {
    width: 50%;
    left: auto;
}

.slider_box_wrap.left-image .slider_img {
    width: 50%;
    text-align: right;
    padding-right: 40px;
}

.slider_box_wrap.right-title .slider_text {
    width: 50%;
    left: auto;
    padding-left: 40px;
    padding-right: 15px;
}

.slider_box_wrap.right-title .slider_text .slider_text_tbl .slider_text_cel {
    text-align: left;
}

header .header_nav .mega-sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 120px;
    padding: 0 30px;
    padding-top: 5px;
    display: none;
    /*border-bottom: 1px solid #d6d6d6;*/
    left: 15px;
    right: 15px;
}

header .header_nav .mega-sub-menu li a {
    color: #000;
}

header .header_nav .mega-sub-menu>li>a {
    width: 120px;
    float: left;
    background: url('../images/submenu-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 10px 0;
    font-family: "Gotham-Book";
    font-size: 14px;
    border-bottom: 2px solid #d6d6d6;
}

header .header_nav .mega-sub-menu>li>a:hover {
    color: #D06F1A;
    font-family: "Gotham-Bold";
}

header .header_nav .mega-sub-menu li .menu-type {
    position: absolute;
    width: 170px;
    left: 170px;
    top: 5px;
    border-right: 2px solid #d6d6d6;
    border-left: 2px solid #d6d6d6;
    background: #fff;
    padding: 0 25px;
    /*display:none;*/
}

header .header_nav .mega-sub-menu li .menu-type>li>a {
    width: 100%;
    background: url('../images/submenu-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 10px 0;
    font-family: "Gotham-Book";
    font-size: 14px;
    border-bottom: 2px solid #d6d6d6;
}

header .header_nav .mega-sub-menu li .menu-type>li>a:hover {
    color: #D06F1A;
    font-family: "Gotham-Bold";
}

header .header_nav .mega-sub-menu li .menu-type li .menu-style {
    width: 265px;
    top: 0px;
    left: 170px;
    background: #fff;
    position: absolute;
    padding: 0 25px;
    padding-top: 20px;
}

header .header_nav .mega-sub-menu li a::after {
    display: none !important;
}

header .header_nav .mega-sub-menu>li {
    width: 100%;
    background: #fff;
    padding: 0 25px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

header .header_nav .mega-sub-menu li .menu-type li {
    width: 100%;
}

header .header_nav .mega-sub-menu li .menu-type li .menu-style li {
    float: left;
    width: 50%;
}

header .header_nav .mega-sub-menu li .menu-type li .menu-style li a {
    padding: 5px 0;
    font-family: "Gotham-Book";
    font-size: 14px;
    text-align: left;
    display: block;
}

header .header_nav .mega-sub-menu li .menu-type li .menu-style li a:hover {
    color: #D06F1A;
}

header .header_nav .mega-sub-menu>li:nth-child(3),
header .header_nav .mega-sub-menu>li>.menu-type>li:nth-child(3) {
    padding-top: 20px;
}

header .header_nav .mega-sub-menu>li:last-child,
header .header_nav .mega-sub-menu>li>.menu-type>li:last-child {
    padding-bottom: 20px;
}

header .mob_hamburger {
    display: none;
}

header .mob_search {
    display: none;
}

.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    margin: 0;
    padding: 0;
}

.container_sm {
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

.container_sm::after {
    content: "";
    display: table;
    clear: both;
}

.single_beer_sec_1 .fig_sec::after {
    content: "";
    display: table;
    clear: both;
}

.single_beer_sec_1 .fig_sec .figure_block {
    float: left;
    width: 33.33334%;
    padding: 0 15px;
    opacity: 0;
}

.single_beer_sec_1 .fig_sec .detail_block {
    float: left;
    width: 66.6666667%;
    padding: 0 15px;
}

.single_beer_sec_1 .fig_sec {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.single_beer_sec_1 .fig_sec .detail_block .desc {
    margin-bottom: 30px;
}

.single_beer_sec_1 .fig_sec .figure_block .img_thumb {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.single_beer_sec_1 .fig_sec .figure_block .img_thumb img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.single_beer_sec_1 .fig_sec .detail_block .desc h3 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: 0.15px;
}

.single_beer_sec_1 .fig_sec .detail_block .desc h2 {
    font-size: 30px;
    margin: 0;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.single_beer_sec_1 .fig_sec .detail_block .desc p {
    font-size: 14px;
    margin: 0;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box::after {
    content: "";
    display: table;
    clear: both;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px;
    padding-top: 23px;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box .icon {
    display: block;
    height: 35px;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.single_beer_sec_1 .more_detail::after {
    content: "";
    display: table;
    clear: both;
}

.single_beer_sec_1 .more_detail .more_detail_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4A4F55;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li::after {
    content: "";
    display: table;
    clear: both;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li {
    padding: 10px;
    border-bottom: 2px solid #d6d6d6;
}

.single_beer_sec_1 .more_detail .more_detail_box .mega_separate_list li.head {
    font-weight: 700;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li:nth-child(even) {
    background: #fff;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li:nth-child(odd) {
    background: #f5f5f5;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li .col_1 {
    float: left;
    width: 40%;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li .col_2 {
    float: left;
    width: 30%;
    text-align: center;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li .col_3 {
    float: left;
    width: 30%;
    text-align: center;
}

.single_beer_sec_1 .more_detail .more_detail_box ul li .col_3 a {
    font-size: 10px;
    color: #000;
    font-family: "Gotham-Bold";
    background: url("../images/arrow-orange.svg");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 10px;
    display: inline-block;
    margin-top: 3px;
}

.single_beer_sec_1 .more_detail .more_detail_box .no_detail {
    background: #f5f5f5;
    text-align: center;
    padding: 35px 10px;
    border-bottom: 1px solid #d6d6d6;
    color: #4A4F55;
}

footer .bottom_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 25px;
    padding-top: 25px;
}

footer .bottom_footer ul li {
    display: inline-block;
    padding: 0 14px;
}

footer .bottom_footer ul li a {
    display: block;
}

footer .bottom_footer ul li:last-child {
    padding-right: 0;
}

.header_wrap {
    transition: all 0.5s ease;
    transform: translateZ(0);
    z-index: 100;
    position: relative;
}

.sticky-header.header_wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    transition: all 0.5s ease;
    animation: slide-down-header 0.5s;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
}

.sticky-header.header_wrap header .header_right_nav {
    border-bottom: none;
}

.sticky-header.header_wrap header .header_nav ul#menu-main-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.sticky-header.header_wrap header .header_nav ul li.shoplink a {
    background-position: right 10px top 30px;
}

.sticky-header.header_wrap header .header_nav .mega-sub-menu {
    top: 90px;
}

.sticky-header.header_wrap header .header_search {
    text-align: right;
    position: relative;
    float: left;
    margin-top: 28px;
}

.sticky-header.header_wrap header .logo img {
    max-height: 56px;
}

.sticky-header.header_wrap header .logo {
    padding-top: 32px;
}

.footer_social_share .social_footer ul li {
    float: left;
    width: 33.33334%;
}

.footer_social_share .social_footer ul li a {
    text-indent: -99999px;
}

.footer_social_share .social_footer ul li.fb_share a {
    background: url('../images/facebook.svg');
    background-repeat: no-repeat;
}

.footer_social_share .social_footer ul li.tw_share a {
    background: url('../images/twitter.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.footer_social_share .social_footer ul li.intsa_share a {
    background: url('../images/instagram.svg');
    background-repeat: no-repeat;
    background-position: center right;
}

.footer_social_share .social_footer {
    max-width: 260px;
    float: right;
    width: 100%;
}

.footer_social_share .social_footer h2 {
    margin-bottom: 35px;
}

.single_beer_wrap .single_beer_sec_1 {
    padding: 60px 0;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box h3 {
    font-family: Gotham-Bold;
    font-size: 20px;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: 0.13px;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box p {
    color: #4A4F55;
    font-size: 14px;
    margin: 0;
}

.single_beer_sec_1 .more_detail .more_detail_box h3 {
    font-size: 20px;
    font-family: Gotham-Bold;
    letter-spacing: 0.13px;
    border-bottom: 3px solid #d6d6d6;
    margin: 0;
    padding-bottom: 15px;
}

.section_guide.common_section .head_sec {
    margin-bottom: 30px;
}

.section_sale .more_btn_dv {
    text-align: center;
}

.single_beer_insp_sec {
    background: #f4f4f4;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    padding: 60px 0;
}

.single_beer_insp_sec .head_sec {
    text-align: center;
    margin-bottom: 50px;
}

.single_beer_insp_sec .head_sec h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #f4b233;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 7.5px;
    font-family: "Gotham-Medium";
}

.single_beer_insp_sec .head_sec h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.2px;
}

.single_beer_insp_sec .pair_box {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #000;
    background: #fff;
    position: relative;
}

.single_beer_insp_sec .pair_box::after {
    content: "";
    display: table;
    clear: both;
}

.single_beer_insp_sec .pair_box .img_sec {
    float: left;
    width: 33.33334%;
}

.single_beer_insp_sec .pair_box .content_sec {
    float: left;
    width: 66.666667%;
    padding: 30px;
}

.single_beer_insp_sec .pair_box .img_sec img {
    max-width: 100%;
    border-radius: 5px 0 0 5px;
}

.single_beer_insp_sec .pair_box .content_sec h3 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 0.23px;
    font-family: "Gotham-Bold";
}

.single_beer_insp_sec .pair_box .content_sec p {
    font-size: 14px;
    color: #4A4F55;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.single_beer_insp_sec .pair_box .content_sec .link_dv {
    text-align: right;
}

.single_beer_insp_sec .pair_box .content_sec .link_dv .link-arrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding-right: 6px;
}

.single_beer_insp_sec .pair_box:hover .link-arrow {
    color: #f4b233;
}

.single_beer_explore_sec {
    padding: 70px 0;
}

.single_beer_explore_sec .content_col {
    float: left;
    width: 30%;
}

.single_beer_explore_sec .content_or_col {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 16px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.23px;
    padding-top: 5px;
}

.single_beer_explore_sec .content_col h2 {
    margin: 0;
    font-size: 30px;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.5px;
}

.single_beer_explore_sec .content_col .frm_grp_bs {
    position: relative;
}

.single_beer_explore_sec .content_col .frm_grp_bs .bs_txt {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    padding: 8px 15px;
    line-height: normal;
    height: 34px;
    background: #fff;
    cursor: pointer;
}

.single_beer_explore_sec .content_col .frm_grp_bs .bs_txt.input_dv {
    color: #4a4f55;
    font-style: italic;
    text-align: left;
}

.single_beer_explore_sec .content_col .frm_grp_bs .bs_btn {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 3px;
    top: 2px;
}

.single_store_sec1::after {
    content: "";
    display: table;
    clear: both;
}

.single_store_sec1 .store_detail {
    float: left;
    width: 33.33334%;
    padding: 60px 0;
    padding-bottom: 10px;
    height: 420px;
}

.single_store_sec1 .mob_swap_container {
    position: inherit;
}

.single_store_sec1 .store_map {
    float: left;
    width: 63.66667%;
    min-height: 1px;
    position: absolute;
    height: 420px;
    right: 0;
    border-left: 1px solid #d6d6d6;
}

.single_store_sec1 .store_map .beerStoreMap {
    position: absolute !important;
    right: 0;
    width: 100% !important;
    height: 100%;
}

.single_store_sec1 .store_detail .top_sec h2 {
    margin: 0;
    font-size: 30px;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.38px;
    margin-bottom: 5px;
}

.single_store_sec1 .store_detail .top_sec p {
    margin: 0;
    color: #8C8A8A;
}

.single_store_sec1 .store_detail .top_sec {
    margin: 25px 0;
}

.single_store_sec1 .store_detail .bottom_sec::after {
    content: "";
    display: table;
    clear: both;
}

.single_store_sec1 .store_detail .bottom_sec .left_col {
    float: left;
    width: 50%;
}

.single_store_sec1 .store_detail .bottom_sec .rite_col {
    float: left;
    width: 50%;
}

.single_store_sec1 .store_detail .bottom_sec h4 {
    font-size: 16px;
    margin: 0;
    font-family: "Gotham-Bold";
    margin-bottom: 3px;
}

.single_store_sec1 .store_detail .bottom_sec p {
    margin: 0;
    color: #4A4F55;
    font-size: 14px;
}

.single_store_sec1 .store_detail .bottom_sec .left_col .addrs {
    margin-bottom: 30px;
    padding-right: 15px;
}

.single_store_sec1 .store_detail .bottom_sec .rite_col table {
    width: 100%;
    color: #4A4F55;
}

.single_store_sec1 .store_detail .bottom_sec .rite_col table td {
    padding: 2px 0;
}

.single_store_sec1 .store_detail .bottom_sec .rite_col table td.col_2 {
    text-transform: uppercase;
}

.explore_content_wrap .result_sec .result_bar {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    font-size: 22px;
}

.explore_content_wrap .result_sec .result_box {
    float: left;
    width: 16.6666667%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.explore_content_wrap .result_sec .result_box a {
    color: #000;
}

.explore_content_wrap .result_sec .result_content_row {
    margin-left: -15px;
    margin-right: -15px;
}

.explore_content_wrap .result_sec .result_content_row::after {
    content: "";
    display: table;
    clear: both;
}

.explore_content_wrap .result_sec .result_box p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #4A4F55;
    margin-bottom: 5px;
}

.explore_content_wrap .result_sec .result_box h4 {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-family: "Gotham-Bold";
}

.beer_explore_wrap .explore_bar {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.filter_area .filter_selection h2 {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.15px;
    font-family: "Gotham-Bold";
    cursor: pointer;
    position: relative;
}

.filter_area .filter_selection h2.collapsed_close::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #000;
    right: 7px;
    top: 0;
}

.filter_area .filter_selection h2::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #000;
    right: 0;
    top: 7px;
}

.filter_area .filter_selection ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.filter_area .filter_selection ul li {
    letter-spacing: 0.15px;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    color: #4A4F55;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.filter_area .filter_selection ul li:hover {
    color: #D06F1A;
    background: #f4f4f4;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.filter_area .filter_selection ul li input[type="checkbox"] {
    display: none;
}

.filter_area .filter_selection ul li.selected {
    color: #D06F1A;
    background: #f4f4f4;
}

.filter_area .filter_selection {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
}

.filter_area .filter_selection.filter_selection_last {
    /*padding-bottom:0;*/
}

.explore_content_wrap .result_sec .result_box .img_sec {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-bottom: 5px;
}

.explore_content_wrap .result_sec .result_box .img_sec img {
    width: 100%;
    border-radius: 5px;
    height: 158px;
    object-fit: cover;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
}

.explore_content_wrap .fullwidth_column .result_sec .result_box .img_sec img {
    height: 220px;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
}

.explore_content_wrap .filter_area {
    padding-top: 30px;
    padding-bottom: 30px;
    /*border-right: 1px solid #d6d6d6;*/
    padding-right: 30px;
}

.explore_content_wrap .result_sec {
    padding-top: 30px;
}

.explore_content_wrap .result_content {
    padding-top: 0;
    padding-bottom: 30px;
}

.explore_content_wrap .filter_area .search_area {
    position: relative;
    margin-bottom: 10px;
}

.explore_content_wrap .filter_area .search_area .txt_b {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    padding: 8px 15px;
    line-height: normal;
    height: 34px;
    color: #4a4f55;
    font-style: italic;
}

.explore_content_wrap .filter_area .search_area .filter_btn {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 3px;
    top: 2px;
}

.beer_explore_wrap .explore_bar .format_filter {
    text-align: right;
}

body.overflow_hidden {
    overflow: hidden;
}

body.header-fixed {
    padding-top: 172px;
}

.explore_filter_popup_wrap {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.explore_filter_popup_wrap .explore_filter_popup_inner {
    max-width: 870px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    padding-top: 50px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .two_col .filter_selection:first-child {
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .explore_filter_popup_inner_row {
    margin-left: -15px;
    margin-right: -15px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner::after,
.explore_filter_popup_wrap .explore_filter_popup_inner .explore_filter_popup_inner_row::after {
    content: "";
    display: table;
    clear: both;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .lft_btn {
    float: left;
    width: 30%;
    padding-top: 7px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .rt_btn {
    float: left;
    width: 70%;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv {
    clear: both;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .rt_btn {
    text-align: right;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .two_col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .filter_selection {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .filter_selection h2 {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.15px;
    font-family: "Gotham-Bold";
    margin-bottom: 15px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .filter_selection ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .filter_selection ul li {
    letter-spacing: 0.15px;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    color: #4A4F55;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .filter_selection ul li.selected {
    color: #D06F1A;
    background: #f4f4f4;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .filter_selection ul li input[type="checkbox"] {
    display: none;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .close_btn {
    position: absolute;
    right: 20px;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    color: #000;
    font-size: 26px;
    top: 20px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .cancel_btn {
    display: inline-block;
    border: 1px solid #F4B233;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Gotham-Bold";
    padding: 8px 50px;
    letter-spacing: 0.2px;
    margin-right: 15px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .search_btn {
    background-color: #F4B233;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Gotham-Bold";
    padding: 8px 50px;
    border: 1px solid #F4B233;
    letter-spacing: 0.2px;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .reset_btn {
    color: #4A4F55;
    font-size: 14px;
    letter-spacing: 0.09px;
    padding-left: 22px;
    position: relative;
    display: inline-block;
}

.explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .reset_btn::before {
    content: url('../images/reset.svg');
    position: absolute;
    left: 0;
    top: 2px;
}

.styled_check {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font-weight: normal;
    display: inline-block;
}

.styled_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    margin: 0;
    width: 18px;
    height: 18px;
}

.styled_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.styled_check input:checked~.checkmark {
    background-color: #000;
    border: 1px solid #000;
}

.styled_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.styled_check input:checked~.checkmark:after {
    display: block;
}

.styled_check .checkmark::after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.beer_explore_wrap .explore_bar .format_filter .styled_check {
    margin-right: 28px;
}

.beer_explore_wrap .explore_bar .format_filter .styled_check:last-child {
    margin-right: 0;
}

.beer_explore_wrap .explore_bar .format_filter .titile_txt {
    margin-right: 28px;
    display: inline-block;
    color: #4A4F55;
}

.single_store_wrap .single_store_sec1 {
    border-bottom: 1px solid #d6d6d6;
}

.single_store_wrap .single_store_brand_sec {}

.single_store_wrap .single_store_brand_sec .brand_head {
    text-align: center;
    padding: 60px 0;
}

.single_store_wrap .single_store_brand_sec .brand_head h2 {
    margin: 0;
    font-size: 30px;
    color: #000;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.single_store_wrap .single_store_brand_sec .brand_head p {
    margin-bottom: 15px;
}

.single_store_wrap .single_store_brand_sec .brand_head .brand_filter_wrap .filter_btn {
    display: inline-block;
    border: 1px solid #F4B233;
    border-radius: 20px;
    letter-spacing: 0.28px;
    font-family: "Gotham-Bold";
    color: #000;
    background: #fff;
    margin: 0 4px;
    padding: 11px 18px;
    line-height: normal;
}

.single_store_wrap .single_store_brand_sec .brand_head .brand_filter_wrap .filter_btn.active {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area::after {
    content: "";
    display: table;
    clear: both;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .alpha_rpt h2 {
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box {
    margin-bottom: 20px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box::after {
    content: "";
    display: table;
    clear: both;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .thumb_img {
    float: left;
    width: 110px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    height: 103px;
    border: 1px solid #d6d6d6;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area {
    margin-left: -15px;
    margin-right: -15px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area a {
    color: #000;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 101px;
    object-fit: cover;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand-unavailable {
    padding: 0 15px;
    display: block;
    color: #4A4F55;
    letter-spacing: 0.38px;
    margin-bottom: 20px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .alpha_rpt .loading_stores {
    text-align: center;
    display: block;
    color: #4A4F55;
    letter-spacing: 0.38px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content {
    float: left;
    width: calc(100% - 110px);
    height: 103px;
    padding: 0 15px;
    background: url("../images/arrow-orange.svg");
    background-repeat: no-repeat;
    background-position: center right 5px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .alpha_rpt {
    margin-bottom: 40px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content .cnt_tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content .cnt_tbl .cnt_cel {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content .cnt_tbl .cnt_cel::after {
    content: "";
    position: absolute;
    background: #d6d6d6;
    right: -15px;
    left: 0;
    height: 1px;
    bottom: -10px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content h3 {
    margin: 0;
    font-size: 20px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.05px;
}

.single_store_wrap .single_store_brand_sec .brand_result_wrap .btn_dv {
    text-align: center;
    margin-bottom: 60px;
}

.breadcrumb>#breadcrumbs {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.breadcrumb>#breadcrumbs li {
    display: inline-block;
}

.breadcrumb>#breadcrumbs li.separator {
    background: url('../images/CombinedShape.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
}

.beer_explore_wrap .explore_bar .bar_head .reset_btn {
    color: #4A4F55;
    padding-left: 22px;
    position: relative;
    display: inline-block;
}

.beer_explore_wrap .explore_bar .bar_head .reset_btn::before {
    content: url('../images/reset.svg');
    position: absolute;
    left: 0;
    top: 2px;
}

.beer_explore_wrap .explore_bar .bar_head .filter_txt::before {
    content: url('../images/filter.svg');
    position: absolute;
    left: 0;
    top: 2px;
}

.beer_explore_wrap .explore_bar .bar_head .filter_txt {
    display: inline-block;
    margin-right: 12px;
    border-right: 1px solid #d6d6d6;
    padding-right: 12px;
    padding-left: 24px;
    color: #4A4F55;
    position: relative;
    cursor: pointer;
}

.explore_content_wrap .result_sec .result_content_row .no_brands_found {
    padding: 0 15px;
    color: #4A4F55;
    letter-spacing: 0.38px;
}

.explore_content_wrap .result_sec .result_content_row .searchWait {
    padding: 0 15px;
    color: #4A4F55;
    letter-spacing: 0.38px;
    text-align: center;
    display: block;
    clear: both;
}

.beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border {
    margin-left: 28px;
}

.beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border::before {
    background: #d6d6d6;
    content: "";
    position: absolute;
    left: -28px;
    top: -20px;
    bottom: -20px;
    width: 1px;
}

.single_beer_sec_1 .more_detail {
    margin-left: -15px;
    margin-right: -15px;
}

.single_beer_sec_1 .more_detail .brand_desc_desc {
    padding: 30px 15px;
    margin-bottom: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.page-error-404 {
    text-align: center;
    padding: 110px 0;
}

.page-error-404 .errorContent {
    margin-bottom: 30px;
}

.page-error-404 .error-img {
    margin: auto;
    max-width: 350px;
    width: 100%;
}

.page-error-404 .error-img .error-image {
    width: 100%;
}

.page-error-404 .errorContent-inner {
    margin-bottom: 20px;
}

.page-error-404 .text-four {
    color: #58595B;
    font-family: Leviathan-HTF-Black;
    font-size: 160px;
    letter-spacing: -0.67px;
    display: inline-block;
}

.page-error-404 .error-image {
    position: relative;
    top: -8px;
}

.page-error-404 .error-image img {
    vertical-align: bottom;
}

.page-error-404 .errorContent h2 {
    margin: 0;
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Leviathan-HTF-Black';
    letter-spacing: -0.2px;
    line-height: 63px;
    font-size: 48px;
}

.page-error-404 .errorContent p {
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
}

.page-error-404 .option_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-error-404 .option_menu li {
    display: inline-block;
    padding: 0 15px;
}

.page-error-404 .option_menu li a {
    width: 190px;
}

.food_pairing_wrap {
    /*padding: 60px 0;*/
    position: relative;
}

.food_pairing_wrap .cms_text p {
    color: #4A4F55;
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.food_pairing_wrap .cms_text h3 {
    font-size: 24px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 25px;
}

.food_pairing_wrap .feat_img img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.explore_content_wrap .filter_column {}

.explore_content_wrap .filter_column.hide_filter {
    transition: all 0.75s ease;
    overflow: hidden;
    transform: translateX(-100%);
    opacity: 0;
}

.explore_content_wrap>.container {
    overflow: hidden;
}

.explore_content_wrap .filter_column {
    transition: all 0.75s ease;
    width: 405px;
    position: absolute;
}

.explore_content_wrap .result_column {
    transition: all 0.75s ease;
    float: right;
    width: calc(100% - 405px);
}

.explore_content_wrap .fullwidth_column {
    width: 100%;
    float: right;
    transition: all 0.75s ease;
}

.changeStorePopupWrap {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}

.changeStorePopupWrap .changeStorePopup_inner {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar {
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 30px;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column {
    float: left;
    width: 33.333334%;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form::after {
    content: "";
    display: table;
    clear: both;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .map_column {
    float: left;
    width: 66.66667%;
    padding: 0 15px;
    padding-right: 0;
    height: 820px;
    border-left: 1px solid #d6d6d6;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area::after {
    content: "";
    display: table;
    clear: both;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar h2 {
    font-size: 30px;
    left: 0.5px;
    margin: 0;
    margin-bottom: 20px;
    font-family: "Leviathan-HTF-Black";
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input {
    float: left;
    position: relative;
    width: 33.333334%;
    padding-right: 15px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input form {
    position: relative;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box::after {
    content: "";
    display: table;
    clear: both;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box {
    border: 1px solid #D6D6D6;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col {
    float: left;
    width: calc(100% - 90px);
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .rt_col {
    float: left;
    width: 90px;
    text-align: center;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .rt_col a {
    font-size: 10px;
    width: 100%;
    display: block;
    font-family: "Gotham-Bold";
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .rt_col .select_btn.store_selected {
    background: #000;
    color: #fff;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .rt_col .direction_btn {
    border: 1px solid #F4B233;
    border-radius: 5px;
    padding: 7px 5px;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .rt_col .select_btn {
    margin-bottom: 10px;
    padding: 8px 5px;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_name {
    margin: 0;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_num {
    margin: 0;
    font-size: 12px;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_time {
    color: #8C8A8A;
    font-size: 12px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input .txt_b {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    padding: 8px 15px;
    line-height: normal;
    height: 34px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input .search_store_btn {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 3px;
    top: 2px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .closeChangeStorePopup {
    position: absolute;
    color: #000;
    right: 25px;
    font-size: 32px;
    height: 12px;
    line-height: 10px;
    width: 12px;
    top: 25px;
}

.changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .more_btn .site_default_btn {
    max-width: 100%;
    font-size: 10px;
    padding: 8px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .locate_btn_dv {
    float: left;
    padding-left: 15px;
}

.changeStorePopupWrap .changeStorePopup_inner .header_bar .locate_btn_dv .locate_btn {
    font-size: 10px;
    color: #000;
    padding: 8px 15px;
    text-transform: uppercase;
    background: #f4b233 url('../images/locate-icon-black.svg');
    background-repeat: no-repeat;
    background-position: center left 15px;
    border-radius: 5px;
    letter-spacing: 0.28px;
    font-family: "Gotham-Bold";
    padding-left: 40px;
    display: inline-block;
    margin-top: 2px;
}

.page-store-locator {}

.page-store-locator .header_bar {
    padding: 60px 0;
    border-bottom: 1px solid #d6d6d6;
}

.page-store-locator .header_bar h2 {
    font-size: 30px;
    left: 0.5px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 5px;
    font-family: "Leviathan-HTF-Black";
}

.page-store-locator .header_bar .bar_form::after {
    content: "";
    display: table;
    clear: both;
}

.page-store-locator .header_bar .bar_form .search_input {
    float: left;
    position: relative;
    min-width: 550px;
    padding-right: 15px;
}

.page-store-locator .header_bar .bar_form .search_input form {
    position: relative;
    width: calc(50% - 5px);
    float: left;
}

.page-store-locator .header_bar .bar_form .search_input form:last-child {
    margin-left: 10px;
}

.page-store-locator .header_bar .bar_form .search_input .txt_b {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    padding: 8px 15px;
    line-height: normal;
    height: 34px;
}

.page-store-locator .header_bar .bar_form .search_input .search_store_btn_page {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 3px;
    top: 2px;
}

.page-store-locator .header_bar .bar_form .search_input .search_store_btn_page_id {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 3px;
    top: 2px;
}

.page-store-locator .header_bar .locate_btn_dv {
    float: left;
    padding-left: 15px;
}

.page-store-locator .header_bar .locate_btn_dv .locate_btn {
    font-size: 10px;
    color: #000;
    padding: 8px 15px;
    text-transform: uppercase;
    background: #f4b233 url('../images/locate-icon-black.svg');
    background-repeat: no-repeat;
    background-position: center left 15px;
    border-radius: 5px;
    letter-spacing: 0.28px;
    font-family: "Gotham-Bold";
    padding-left: 40px;
    display: inline-block;
    margin-top: 2px;
}

.page-store-locator .store_area .store_column {
    float: left;
    width: 33.333334%;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    min-height: 880px;
}

.page-store-locator .store_area {
    background: #f4f4f4;
}

.page-store-locator .store_area .map_column {
    float: left;
    width: 63.66667%;
    padding: 0 15px;
    padding-right: 0;
    height: 880px;
    border-left: 1px solid #d6d6d6;
    position: absolute !important;
    right: 0;
}

.page-store-locator .store_area .store_column .store_select_box {
    border: 1px solid #D6D6D6;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.page-store-locator .store_area .store_column .store_select_box::after {
    content: "";
    display: table;
    clear: both;
}

.page-store-locator .store_area .store_column .store_select_box .lft_col {
    float: left;
    width: calc(100% - 90px);
}

.beer_data_titl h3.sku_title {
    margin: 0;
    font-size: 30px;
    left: 0.5px;
    margin: 0;
    margin-bottom: 20px;
    font-family: "Leviathan-HTF-Black";
    margin: 40px 0px;
}

.store_column.store_column_scroll {
    min-height: inherit;
    height: 880px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.page-store-locator .store_area .store_column .store_select_box .lft_col .st_name {
    margin: 0;
}

.page-store-locator .store_area .store_column .store_select_box .lft_col .st_num {
    margin: 0;
    font-size: 12px;
}

.page-store-locator .store_area .store_column .store_select_box .lft_col .st_time {
    color: #8C8A8A;
    font-size: 12px;
}

.page-store-locator .store_area .store_column .store_select_box .rt_col {
    float: left;
    width: 90px;
    text-align: center;
}

.page-store-locator .store_area .store_column .store_select_box .rt_col .select_btn {
    margin-bottom: 10px;
    padding: 8px 5px;
}

.page-store-locator .store_area .store_column .store_select_box .rt_col .select_btn.store_selected {
    color: #fff;
    background: #000;
}

.page-store-locator .store_area .store_column .store_select_box .rt_col a {
    font-size: 10px;
    width: 100%;
    display: block;
    font-family: "Gotham-Bold";
}

.page-store-locator .store_area .store_column .store_select_box .rt_col .direction_btn {
    border: 1px solid #F4B233;
    border-radius: 5px;
    padding: 7px 5px;
    color: #000;
}

.page-store-locator .store_area .store_column .store_navigation {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.page-store-locator .store_area .store_column .more_btn {
    text-align: center;
}

.page-store-locator .store_area .store_column .more_btn .site_default_btn {
    font-size: 10px;
    padding: 8px;
}

.page-store-locator .store_area .store_column .store_navigation a {
    font-size: 10px;
    font-family: "Gotham-Black";
    color: #000;
    text-transform: uppercase;
}

.page-store-locator .store_area .store_column .store_navigation .prev {
    float: left;
    padding-left: 3px;
}

.page-store-locator .store_area .store_column .store_navigation .prev::before {
    content: url("../images/arrow_left.svg");
    position: relative;
    left: -3px;
    top: 2px;
}

.page-store-locator .store_area .store_column .store_navigation .next {
    float: right;
    padding-right: 3px;
}

.page-store-locator .store_area .store_column .store_navigation .next::after {
    content: url("../images/arrow-orange.svg");
    position: relative;
    right: -3px;
    top: 2px;
}

.page-beertype-wrap .beer_type_sec::after {
    content: "";
    display: table;
    clear: both;
}

.page-beertype-wrap .heading h2 {
    font-size: 30px;
    color: #000;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.38px;
    margin: 0;
    margin-bottom: 25px;
}

.page-beertype-wrap .heading.aboutus_content_title h2 {
    font-size: 28px;
}

.page-beertype-wrap .heading {
    margin-bottom: 30px;
}

.page-beertype-wrap .box_link {
    color: #000;
}

.page-beertype-wrap .beer_type_sec .beer_type_box {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 25px;
}

.page-beertype-wrap .top_desc {
    margin-bottom: 40px;
}

.page-beertype-wrap .beer_type_sec .beer_type_box .content_area::after {
    content: "";
    display: table;
    clear: both;
}

.page-beertype-wrap .beer_type_sec .beer_type_box .content_area .lt_sec {
    float: left;
    width: calc(100% - 90px);
}

.page-beertype-wrap .beer_type_sec .beer_type_box .content_area .rt_sec {
    float: left;
    width: 90px;
    text-align: right;
    position: relative;
}

.page-beertype-wrap .beer_type_sec .beer_type_box .content_area .rt_sec img {
    max-width: 85px;
    position: absolute;
    right: 0;
    bottom: -45px;
}

.page-beertype-wrap .beer_type_sec .beer_type_box .head {
    font-size: 30px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

.page-beertype-wrap .beer_type_sec .beer_type_box .content_area .lt_sec p {
    color: #4A4F55;
    min-height: 150px;
}

.page-beertype-wrap .beer_style_sec::after {
    content: "";
    display: table;
    clear: both;
}

.page-beertype-wrap .beer_style_sec .beer_style_box {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px;
}

.page-beertype-wrap .beer_style_sec .beer_style_box .head {
    font-size: 30px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

.page-beertype-wrap .beer_row {
    margin-left: -15px;
    margin-right: -15px;
}

.page-beertype-wrap .beer_row::after {
    content: "";
    display: table;
    clear: both;
}

.contact-wrap .contact-page-content h2 {
    font-size: 28px;
    color: #000;
    margin: 0;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.contact-wrap .contact-page-content h3 {
    font-size: 24px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 25px;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_row {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_row::after {
    content: "";
    display: table;
    clear: both;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box {
    border: 1px solid #d6d6d6;
    padding: 25px;
    background: #f4f4f4;
    border-radius: 5px;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content h3 {
    margin: 0;
    font-size: 20px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box::after {
    content: "";
    display: table;
    clear: both;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .icon {
    float: left;
    width: 35px;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .icon img {
    max-width: 30px;
}

.contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content {
    float: left;
    width: calc(100% - 35px);
    padding-left: 10px;
}


/* store page abc css*/

ul.alph_order {
    list-style: none;
    margin-bottom: 50px;
    display: table;
    width: 100%;
}

ul.alph_order li {
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
}

ul.alph_order li a {
    padding: 5px 10px;
    background: #7d7c7c;
    color: #fff;
}

.city_list {
    display: table;
    width: 100%;
}

ul.alph_order .store_inactive a {
    background: #fff;
    color: #000;
    cursor: unset;
}

button#store_search {
    background: #F4B233;
    font-size: 12px;
    font-family: 'Gotham-Bold';
    padding: 7px 10px;
    border-radius: 5px;
    max-width: 100px;
    width: 100%;
    border: none;
    vertical-align: top;
}

input#search_store {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}

.invalid_found {
    font-weight: bold;
    color: #bfbfbf;
    font-family: 'Gotham-Book';
}

button#store_reset {
    position: absolute;
    bottom: -29px;
    left: 0px;
    font-size: 13px;
    font-family: 'Gotham-Book';
    border: none;
    background: none;
    text-decoration: underline;
}

span.search-input-reset {
    position: relative;
    display: inline;
    margin-left: 15px;
}


/**/

.new-store-wrap .new-store-content .new_store_carousel_wrap {
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .img_thumb {
    padding: 0 15px;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .img_thumb img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .slick-dots li {
    padding: 0 4px;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .slick-dots {
    margin-top: 25px;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #000;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .slick-dots li.slick-active button {
    background: #F4B233;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .slick-arrow {
    top: calc(50% - 60px);
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .slick-arrow.slick-prev {
    background: url("../images/prev-light.svg");
    background-repeat: no-repeat;
    left: 30px;
}

.new-store-wrap .new-store-content .new_store_carousel_wrap .slick-arrow.slick-next {
    background: url("../images/next-light.svg");
    background-repeat: no-repeat;
    right: 30px;
}

.new-store-wrap .new-store-content .new_store_content_sec h2 {
    font-size: 30px;
    letter-spacing: 0.38px;
    font-family: "Leviathan-HTF-Black";
    line-height: 40px;
    margin: 0;
    margin-bottom: 25px;
}

.new-store-wrap .new-store-content .new_store_content_sec {
    margin-bottom: 60px;
}

.new-store-wrap .new-store-content .new_store_content_sec p {
    margin-bottom: 20px;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner {
    margin-left: -15px;
    margin-right: -15px;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner::after {
    content: "";
    display: table;
    clear: both;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box_container {
    display: table;
    width: 100%;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box h3 {
    margin: 0;
    font-size: 16px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box h3::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #000;
    right: 7px;
    top: 0;
}

.champion-contest-wrap .contest-brand-block .contest-brand-img img {
    max-width: 100%;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box h3::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #000;
    right: 0;
    top: 7px;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box h3.show_store_detail::before {
    display: none;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box {
    padding-bottom: 20px;
    width: 33.3333%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 25px;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box .about_store_detail {
    display: none;
    padding-top: 20px;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box ul li a {
    display: block;
    padding: 4px 0;
}

.new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box .about_store_detail .site_default_btn {
    width: auto;
    padding: 7px 16px;
    margin-bottom: 10px;
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: block;
    vertical-align: middle;
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white
}

.slick-lightbox-close {
    position: absolute;
    top: -5px;
    right: 0;
    display: block;
    height: 12px;
    width: 12px;
    line-height: 12px;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}

.slick-lightbox-close:focus {
    outline: none
}

.slick-lightbox-close::before {
    font-size: 24px;
    line-height: 12px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×';
    display: inline-block;
}

.slick-lightbox-tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.slick-lightbox-cell {
    display: table-cell;
    vertical-align: middle;
}

.slick-lightbox .slick-arrow.slick-prev {
    background: url("../images/prev-light.svg");
    background-repeat: no-repeat;
    left: -80px;
}

.slick-lightbox .slick-arrow.slick-next {
    background: url("../images/next-light.svg");
    background-repeat: no-repeat;
    right: -80px;
}

.editor_text {}

.editor_text .editor_text_row {
    margin-left: -15px;
    margin-right: -15px;
}

.editor_text .editor_text_row::after {
    content: "";
    display: table;
    clear: both;
}

.editor_text .editor_text_row .left_column {
    float: left;
    width: 66.66667%;
    padding: 0 15px;
}

.editor_text.with-banner .left_column {
    width: 100%;
}

.editor_text.with-banner .left_column .column_img img {
    width: 100%;
    border-radius: 5px;
}

.editor_text .editor_text_row .left_column h3 {
    font-size: 24px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 25px;
}

.editor_text .editor_text_row .left_column h4 {
    font-size: 18px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 25px;
    line-height: 24px;
}

.editor_text .editor_text_row .left_column p {
    color: #4A4F55;
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.editor_text .editor_text_row .right_column {
    float: left;
    width: 33.333334%;
    padding: 0 15px;
}

.editor_text .editor_text_row .right_column .column_img {
    text-align: center;
    margin-bottom: 30px;
}

.editor_text .editor_text_row .right_column .column_img img {
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.editor_text .editor_text_row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.editor_text .editor_text_row ul li {
    margin-bottom: 20px;
    position: relative;
    color: #4A4F55;
    padding-left: 25px;
    line-height: 20px;
}

.editor_text .editor_text_row ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4b233;
    display: inline-block;
}

.editor_text .editor_text_row ul li ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.editor_text .editor_text_row ul li ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
}

.editor_text .editor_text_row .right_column .call-out-content {
    border: 1px solid #d6d6d6;
    padding: 25px;
    border-radius: 5px;
}

.editor_text .editor_text_row .right_column .call-out-content h4 {
    font-family: "Gotham-Bold";
    letter-spacing: 0.25px;
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

.editor_text .editor_text_row .right_column .call-out-content .file-items li {
    list-style: none;
    color: #4A4F55;
    margin-bottom: 10px;
}

.editor_text .editor_text_row .right_column .call-out-content .file-items li:last-child {
    margin-bottom: 0;
}

.full-width-cms-content {
    padding: 60px 0;
}

.full-width-cms-content h3 {
    font-size: 24px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 25px;
}

.full-width-cms-content p {
    color: #4A4F55;
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.full-width-cms-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.full-width-cms-content ul li {
    margin-bottom: 20px;
    position: relative;
    color: #4A4F55;
    padding-left: 25px;
    line-height: 20px;
}

.full-width-cms-content ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4b233;
    display: inline-block;
}

.single_column {
    padding: 0 15px;
}

.single_column h3 {
    font-size: 24px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 25px;
}

.single_column h2 {
    font-size: 30px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 25px;
}

.single_column.aboutus_content_title h2 {
    font-size: 28px;
    color: #000;
    margin: 0;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.single_column h2.mbot_40 {
    margin-bottom: 40px;
}

.single_column h4 {
    font-size: 20px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 20px;
}

.single_column p {
    color: #4A4F55;
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.editor_text .editor_text_row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.editor_text .editor_text_row ul li {
    margin-bottom: 15px;
    position: relative;
    color: #4A4F55;
    padding-left: 25px;
    line-height: 20px;
}

.editor_text .editor_text_row ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4b233;
    display: inline-block;
}

.editor_text .editor_text_row ul li ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.editor_text .editor_text_row ul li ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
}

.editor_text .editor_text_row .image_thumb img {
    max-width: 100%;
}

.post-page-container {
    position: relative;
}

.single_beer_sec_1 .fig_sec .figure_block .desc_mob {
    display: none;
}

.foodpairing-carousel-sm .col-sm-6 {
    width: 100%;
}

.beer_explore_wrap .explore_bar .bar_head .mob_filter_toggle {
    display: none;
}

.beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_show {
    display: none;
}

.beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_btn_dv {
    display: none;
}

.marker_info {
    padding: 8px;
}

.marker_info .marker_name {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.marker_info .marker_address {
    margin: 0;
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

.marker_info .marker_time {
    margin: 0;
    color: #8C8A8A;
    font-size: 12px;
    margin-bottom: 20px;
}

.gm-style .gm-style-iw-t::after {
    height: 10px !important;
    width: 10px !important;
}

.marker_info .marker_direction_btn {
    color: #000;
    text-transform: uppercase;
    background-color: #f4b233;
    border-radius: 5px;
    font-size: 10px;
    padding: 9px;
    display: block;
    text-align: center;
    font-family: "Gotham-Bold";
    letter-spacing: 0.28px;
}

.beer_explore_wrap .explore_bar .format_toggle_mob {
    display: none;
}

.brand_result_wrap .beer_loading {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

table.stripe-table {
    width: 100%;
    margin-bottom: 10px;
}

table.stripe-table>tbody>tr:nth-of-type(2n+1) {
    background-color: #F4F4F4;
}

table.stripe-table td {
    padding: 10px 30px;
    color: #4A4F55;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #d6d6d6;
}

table.stripe-table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 3px solid #d6d6d6;
    font-size: 16px;
    font-family: 'Gotham-Bold';
    font-weight: normal;
}

table.stripe-table th {
    padding: 10px 30px;
}

.stripe-table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
}

.callout_three_wrap::after,
.callout_three_wrap .callout_row::after {
    content: "";
    display: table;
    clear: both;
}

.callout_three_wrap .callout_row {
    margin-left: -15px;
    margin-right: -15px;
}

.callout_three_wrap .callout_col {
    float: left;
    width: 33.33334%;
    padding: 0 15px;
}

.callout_three_wrap .callout_col .callout_col_inner {
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}

.callout_three_wrap .callout_col .thumb_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.callout_three_wrap .callout_col .callout_bottom {
    padding: 25px 15px;
}

.callout_three_wrap .callout_col .callout_bottom h4 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.callout_three_wrap .callout_col .callout_bottom .link-arrow {
    display: inline-block;
}

.callout_three_wrap .callout_col .callout_bottom p {
    margin: 0;
}

.single_column .two_col_wrap .two_col_row::after {
    content: "";
    display: table;
    clear: both;
}

.single_column .two_col_wrap .two_col_row {
    margin-left: -15px;
    margin-right: -15px;
}

.single_column .two_col_wrap .two_col_row .col_30 {
    float: left;
    width: 30%;
    padding: 0 15px;
}

.single_column .two_col_wrap .two_col_row .col_70 {
    float: left;
    width: 70%;
    padding: 0 15px;
}

.single_column .two_col_wrap .two_col_row .col_50 {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.single_column .two_col_wrap .two_col_row .col_3 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.single_column .two_col_wrap .two_col_row .img_thumbnail a {
    display: block;
}

.single_column .two_col_wrap .two_col_row .img_thumbnail img {
    width: 100%;
    border-radius: 5px;
}

.single_column .two_col_wrap {
    margin-bottom: 30px;
}

.single_column .two_col_wrap::after {
    content: "";
    display: table;
    clear: both;
}

header .header_nav .mob_menu_close {
    display: none;
}

header .header_nav .menu_back_level,
header .header_nav .menu_back_level_second,
header .header_nav .menu_back_level_last {
    display: none;
}

.mbot_60 {
    margin-bottom: 60px;
}

.video_fancy_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 100;
}

.video_fancy_box .video_fancy_box_overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 0;
}

.video_fancy_box .video_fancy_box_tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.video_fancy_box .video_fancy_box_tbl .video_fancy_box_cel {
    display: table-cell;
    vertical-align: middle;
}

.video_fancy_box .video_fancy_box_tbl .video_fancy_box_cel .video_fancy_box_inner {
    max-width: 630px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}

.video_fancy_box .video_fancy_box_tbl .video_fancy_box_cel .video_fancy_box_inner .video_fancy_box_close {
    position: absolute;
    right: -10px;
    top: -24px;
    color: #fff;
    font-size: 30px;
    line-height: 20px;
}

.video_fancy_box .video_fancy_box_tbl .video_fancy_box_cel .video_fancy_box_inner .video_fancy_box_frame {
    width: 100%;
    height: 354px;
    border: none !important;
    display: block;
}

.custom-widget-sidebar h6 {
    font-size: 16px;
    color: #000;
    display: block;
    font-family: "Gotham-Bold";
    letter-spacing: 0.25px;
    margin: 0;
    margin-bottom: 20px;
}

.explore_content_wrap .result_sec .custom_beer_more_load,
.custom_beer_more_load_scroll {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box:nth-child(2),
.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box:nth-child(4) {
    border-right: none;
}

.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box:nth-child(3),
.single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box:nth-child(4) {
    border-bottom: none;
}

.custom-widget-sidebar .widget_sidelist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.custom-widget-sidebar .widget_sidelist .pdf_link a {
    padding-left: 30px;
    display: block;
    position: relative;
}

.custom-widget-sidebar .widget_sidelist .pdf_link a::before {
    content: url("../images/application-pdf-icon.svg");
    position: absolute;
    left: 0;
}

.custom-widget-sidebar .widget_sidelist li {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.custom-widget-sidebar .sidebar_register_btn {
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: 'Gotham-Bold';
    background: #F4B233;
    color: #000;
    padding: 7px;
    border-radius: 5px;
    letter-spacing: 0.28px;
}

.custom-widget-sidebar .sidebar_order_btn {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 7px;
    border-radius: 5px;
    font-family: 'Gotham-Bold';
    letter-spacing: 0.28px;
}

.custom-widget-sidebar .sidebar_logo img {
    width: 100%;
}

.custom-widget-sidebar .sidebar_login_widget {
    margin-bottom: 30px;
}

.custom-widget-sidebar .para {
    margin-bottom: 20px;
}

.contact-page-content .contact_num {
    font-size: 20px;
    padding: 60px 0;
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: 0.2px;
}

.contact-page-content .contact_form_wrap {
    padding: 60px 0;
    border-bottom: 1px solid #d6d6d6;
}

.contact-page-content .contact_form_wrap.draught_contact_form {
    padding-top: 30px;
}

.contact-page-content .contact_form_wrap .contact_form_row {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-page-content .contact_detail_wrap {
    padding: 60px 0;
}

.contact-page-content .contact_form_wrap .contact_form_row::after {
    content: "";
    display: table;
    clear: both;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_col {
    float: left;
    width: 66.6667%;
    padding: 0 15px;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_col.form_col_full_width {
    width: 100%;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_link_col {
    float: left;
    padding: 0 15px;
    width: 33.33334%;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_col .cform_row {
    margin-bottom: 20px;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_col .cform_row input {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 15px;
    line-height: normal;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_col .cform_row textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 15px;
    line-height: normal;
}

.contact-page-content .contact_form_wrap .contact_form_row .cform_btn {
    padding-top: 10px;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_link_col h3 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #d6d6d6;
    padding-bottom: 20px;
    font-family: 'Gotham-Bold';
    letter-spacing: 0.2px;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_link_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_link_col ul li {
    margin-bottom: 10px;
}

.contact-page-content .contact_form_wrap .contact_form_row .form_col .cform_btn input {
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    background: #F4B233;
    padding: 7px 22px;
    letter-spacing: 0.2px;
}

.contact-page-content .top_desc {
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
}

.contact-page-content .contact_form_wrap .contact_form_row .desc,
.contact-page-content .contact_detail_wrap .desc {
    margin-bottom: 30px;
}

.explore_content_wrap .result_sec .result_box .result_box_inner .bottom_res_cont {
    min-height: 72px;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
}

.explore_content_wrap .fullwidth_column .result_sec .result_box .result_box_inner .bottom_res_cont {
    min-height: 55px;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
}

.gift_card_login_wrap {}

.gift_card_login_wrap .gift_card_login_inner {
    max-width: 580px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.new-store-wrap {
    position: relative;
}

.contact_page_map_wrap {
    border-top: 1px solid #d6d6d6;
    padding: 60px 0;
}

.contact_page_map_wrap .contact_page_map {
    width: 100%;
    height: 500px;
}

.page-contact .contact-wrap {
    position: relative;
}

.news-wrap {
    position: relative;
}

.news_post_wrap .news_post_box {
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6;
}

.news_post_wrap .news_post_box h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Gotham-Bold';
    letter-spacing: 0.2px;
}

.news_post_wrap .news_post_box .news_post_box_row::after {
    content: "";
    display: table;
    clear: both;
}


/*
.news_post_wrap .news_post_box .content_col {
    float: left;
    width: 66.66667%;
    padding:0 15px;
}
*/

.news_post_wrap .news_post_box .news_post_box_row {
    margin-left: -15px;
    margin-right: -15px;
}


/*
.news_post_wrap .news_post_box .img_col {
    float: left;
    width: 33.33334%;
    padding:0 15px;
}
*/

.news_post_wrap .news_post_box .img_col img {
    /*max-width: 100%;
    border-radius: 5px;*/
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.post-page-container .post_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.post-page-container .post_content ul li {
    margin-bottom: 20px;
    position: relative;
    color: #4A4F55;
    padding-left: 25px;
    line-height: 20px;
}

.post-page-container .post_content ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4b233;
    display: inline-block;
}

.post-page-container .post_content ul li ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.post-page-container .post_content ul li ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
}

.newsletterwidget .mc4wp-response {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 45px;
}

.newsletterwidget .mc4wp-response .mc4wp-alert {
    float: right;
    width: 66.6667%;
    padding: 0 15px;
}

.newsletterwidget .mc4wp-response p {
    margin: 0;
}

.newsletterwidget .mc4wp-response .mc4wp-success p {
    color: #038c03;
}

.newsletterwidget .mc4wp-response .mc4wp-error p {
    color: #fc0808;
}

.marker_info .marker_name .marker_city {
    display: block;
    margin: 4px 0;
}

.marker_info .marker_name .marker_pc {
    display: block;
    margin-bottom: 20px;
}

.custom-widget-sidebar .sidebar_custom_links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.custom-widget-sidebar .sidebar_custom_links li a {
    display: block;
    padding: 3px 0;
    color: #4A4F55;
    font-family: "Gotham-Book";
    display: block;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.custom-widget-sidebar .sidebar_custom_links li a:hover {
    color: #D06F1A;
    background-color: #F4F4F4;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.top_bar_mob {
    display: none;
}

.editor_text .editor_text_row .single_image {
    margin-bottom: 40px;
}

.editor_text .editor_text_row .single_image img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mbot15 {
    margin-bottom: 15px !important;
}

.pad_top15 {
    padding-top: 15px;
}

.custom-widget-sidebar .sidebar_stew_img {
    margin-bottom: 40px;
}

.custom-widget-sidebar .sidebar_stew_img img {
    width: 100%;
}

.col_container {}

.col_container .col_row {
    margin-left: -15px;
    margin-right: -15px;
}

.col_container .col_row::after {
    content: "";
    display: table;
    clear: both;
}

.col_container .col_row .col_box_inner {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-bottom: 30px;
}

.col_container .col_row .col_box_inner .img_thumb {
    border-bottom: 1px solid #d6d6d6;
}

.col_container .col_row .col_box_inner .img_thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.col_container .col_row .col_box_inner .col_bottom {
    padding: 30px;
}

.single_column .two_col_wrap .two_col_row .img {
    margin-bottom: 50px;
}

.col_container .col_row .col_box_inner .col_bottom .links_inner::after {
    content: "";
    display: table;
    clear: both;
}

.col_container .col_row .col_box_inner .col_bottom .links_inner .link-arrow {
    float: right;
    display: inline-block;
}

.col_container .col_row .col_box_inner .col_bottom .links_inner .link-arrow.left_btn {
    float: left;
}

.section_devider {
    margin-bottom: 45px;
}

.editor_text .editor_text_row .page_hash_links {
    padding: 0 15px;
}

.editor_text .editor_text_row .page_hash_links .page_hash_links_inner span {
    margin-right: 15px;
    font-weight: 700;
}

.editor_text .editor_text_row .page_hash_links .page_hash_links_inner {
    color: #4A4F55;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.editor_text .editor_text_row .page_hash_links .page_hash_links_inner a {
    border-right: 1px solid #d6d6d6;
    padding-right: 10px;
    margin-right: 10px;
}

.editor_text .editor_text_row .page_hash_links .page_hash_links_inner a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.custom-widget-sidebar .giftcard_sidebar_img img {
    width: 100%;
    border-radius: 5px;
}

.custom-widget-sidebar .giftcard_sidebar_img {
    margin-bottom: 30px;
}

.gift_card_page_wrap .intro_copy {
    font-size: 24px;
    color: #000;
    margin-bottom: 50px;
}

.gift_card_page_wrap .intro_btn_sec::after {
    content: "";
    display: table;
    clear: both;
}

.gift_card_page_wrap .intro_btn_sec {
    background: #f4f4f4;
    border-top: 3px solid #d6d6d6;
    padding: 25px;
    margin-bottom: 50px;
}

.gift_card_page_wrap .intro_btn_sec .heading {
    display: inline-block;
    font-family: "Leviathan-HTF-Black";
    font-size: 28px;
    vertical-align: middle;
    width: calc(100% - 306px);
}

.gift_card_page_wrap .intro_btn_sec .btn_dv {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 300px;
}

.gift_card_page_wrap .intro_btn_sec .btn_dv .site_default_btn {
    font-size: 12px;
    padding: 18px 8px;
}

.gift_card_page_wrap .intro_btn_sec .btn_dv .site_btn {
    color: #000;
    text-transform: uppercase;
    background-color: #f4b233;
    border-radius: 5px;
    font-size: 12px;
    padding: 18px 8px;
    display: inline-block;
    text-align: center;
    font-family: "Gotham-Bold";
    letter-spacing: 0.28px;
    max-width: 250px;
    width: 100%;
}

.gift_card_page_wrap .card_btn_dv a {
    width: calc(50% - 15px);
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 28px 10px;
    border-radius: 5px;
    font-family: "Gotham-Bold";
    letter-spacing: 0.2px;
}

.gift_card_page_wrap .card_btn_dv {
    margin: 50px 0;
}

.gift_card_page_wrap .card_btn_dv::after {
    content: "";
    display: table;
    clear: both;
}

.gift_card_page_wrap .card_btn_dv .reg_btn {
    background: #000;
    color: #fff;
    float: left;
}

.gift_card_page_wrap .card_btn_dv .login_btn {
    background: #f4b233;
    color: #000;
    float: right;
}

.single_column h2.levi_font {
    font-family: "Leviathan-HTF-Black";
}

.custom-widget-sidebar {
    margin-top: 25px;
}

.changeStorePopupWrap .changeStorePopup_inner .bloading {
    text-align: center;
    padding: 15px;
    letter-spacing: 0.2px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.locator_popup .store_desc .store_current_url {
    color: #000;
    display: block;
}

.single_column .two_col_wrap .two_col_row .thumbnail_col {
    float: left;
    padding: 0 15px;
    width: 260px;
}

.single_column .two_col_wrap .two_col_row .content_col {
    float: left;
    padding: 0 15px;
    width: calc(100% - 260px);
}

.single_column .two_col_wrap .two_col_row .thumbnail_col .img_thumb {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    height: 155px;
    padding: 10px;
}

.single_column .two_col_wrap .two_col_row .thumbnail_col .img_thumb img {
    max-width: 100%;
    border-radius: 5px;
}

.table_layout {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell_layout {
    display: table-cell;
    vertical-align: middle;
}

header .header_nav .mega-sub-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}

header .header_nav .mega-sub-menu ul::after {
    content: "";
    position: absolute;
    width: 1px;
    bottom: 0;
    top: 0;
    background: #d6d6d6;
    margin-left: -10px;
}

header .header_nav .mega-sub-menu ul.tbs_cat_menu::after {
    display: none;
}

header .header_nav .mega-sub-menu .mega_separate_list {
    float: left;
    width: 14.28571%;
    padding: 15px;
    padding-bottom: 0;
}

header .header_nav .mega-sub-menu ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    /*border-bottom: 1px solid #d6d6d6;*/
    position: relative;
}

header .header_nav .mega-sub-menu ul li:last-child {
    border-bottom: none;
}

header .header_nav .mega-sub-menu ul li a {
    padding: 3px 0;
    font-family: "Gotham-Book";
    font-size: 14px;
    display: block;
    color: #4A4F55;
}

header .header_nav .mega-sub-menu ul li a:hover {
    color: #D06F1A;
}

header .header_nav .mega-sub-menu::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
}

.header_nav ul li .sub-menu:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
}

header .header_nav .mega-sub-menu .mega_separate_list li.head {
    color: #D06F1A;
    position: relative;
    padding: 15px 0;
    font-weight: 700;
    border-bottom: 1px solid #d6d6d6;
    display: block;
}

.single_column .two_col_wrap .entertaining_box {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 35px 30px;
    text-align: center;
    background: #f4f4f4;
}

.single_column .two_col_wrap .entertaining_box .ent_btn {
    background: #F4B233;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gotham-Bold';
    letter-spacing: 0.23px;
    padding: 16px 10px;
    border-radius: 5px;
    max-width: 330px;
    width: 100%;
    display: inline-block;
}

.ent_page_wrap .intro_copy {
    font-size: 24px;
    color: #000;
    margin-bottom: 50px;
}

.ent_page_wrap .single_column .two_col_wrap {
    margin-bottom: 50px;
}

.single_column .two_col_wrap .entertaining_box p {
    color: #000;
}

.explore_content_wrap {
    position: relative;
}

.explore_content_wrap .result_column::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #d6d6d6;
    top: 0;
    bottom: 0;
    margin-left: -24px;
}

header .header_nav ul.menu>li:nth-child(2) {
    padding-left: 10px;
}

header .header_nav ul.menu>li:nth-child(3) {
    padding-left: 30px;
}

.home_slider {
    height: 460px;
    overflow: hidden;
}

.slider_box_wrap .banner_video {
    height: 460px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.main_slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.main_slider .slick-dots li {
    padding: 0 4px;
}

.main_slider .slick-dots li.slick-active button {
    background: #F4B233;
}

.main_slider .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #fff;
}

header .logo .sticky_logo {
    display: none;
}

.sticky-header.header_wrap header .logo .main_logo {
    display: none;
}

.sticky-header.header_wrap header .logo .sticky_logo {
    display: inline-block;
    max-width: 140px;
    width: 100%;
}

body::before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    height: 170px;
    z-index: 0;
}

body.single-stores:before {
    height: auto;
}

.slider_box_wrap.videoslidewrap .slider_box_inner.videoslide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img {
    max-width: 840px;
    width: 100%;
}

.slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img.mob-video-text {
    display: none;
}

.page-beertype-wrap {
    position: relative;
}

.slider_box_wrap.left-title .slider_text .slider_text_tbl .slider_text_cel {
    padding: 0 15%;
    text-align: left;
}

.store_column.store_column_scroll {
    height: 880px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.page-store-locator {
    width: 100%;
    display: inline-block;
    /* padding: 60px 0; */
}

.three_col_layout_wrap {
    position: relative;
}

.three_col_layout_wrap .right-sidebar-section {
    padding-top: 40px;
}

.registration_main_title {
    width: 100%;
    /* height: 100%; */
    text-align: center;
    display: inline-block;
}

.registration_main_title h2 {
    color: #fff;
    font-family: "Leviathan-HTF-Black";
    margin: 0;
    font-size: 36px;
    margin-bottom: 80px;
}

.slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel .site_default_btn {
    max-width: inherit;
    width: inherit;
    padding: 10px 40px;
    margin-top: 20px;
}

.three_col_layout_wrap .right-section {
    margin-bottom: 40px;
}

.opacity0 {
    opacity: 0;
}

.explore_content_wrap .filter_area {
    position: relative;
}

.explore_content_wrap .filter_area .filter_box {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #d9d9d9;
    top: 64px;
    left: 8px;
    z-index: 1;
    width: 85%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.explore_content_wrap .filter_area .filter_box ul {
    list-style: none;
    padding: 20px;
}

.explore_content_wrap .filter_area .filter_box ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #f4b233;
}

.archive_foodpairing_wrap {
    position: relative;
}

.archive_foodpairing_wrap .item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.archive_foodpairing_wrap .item-list ul li {
    display: inline-block;
    padding-right: 25px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 15px;
}

.archive_foodpairing_wrap .item-list ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4b233;
    display: inline-block;
}

.archive_foodpairing_wrap .top_heading h2 {
    font-size: 28px;
    color: #000;
    margin: 0;
    margin-bottom: 0px;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.archive_foodpairing_wrap .top_heading h3 {
    font-size: 24px;
    color: #000;
    font-family: "Gotham-Bold";
    letter-spacing: 0.16px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 25px;
}

.filter_area .filter_selection ul.beer_category li:first-child {
    display: none;
}


/****/

header .header_search select {
    position: absolute;
    height: 34px;
    border-radius: 17px 0 0 17px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    width: 120px;
    padding: 0 15px;
    color: #4a4f55;
    border-right: 1px solid #d6d6d6;
    opacity: 0;
}

header .header_search .select {
    position: absolute;
    height: 34px;
    border-radius: 17px 0 0 17px;
    border: none;
    width: 120px;
    padding: 0;
    color: #4a4f55;
    border-right: 1px solid #d6d6d6;
}

header .header_search .select .select-styled {
    width: inherit;
    left: 0;
    position: absolute;
    height: inherit;
    border: none;
    right: 0;
    text-align: left;
    padding: 7px 10px;
    border-right: 1px solid #d6d6d6;
    background: #f4b233;
    border-radius: 17px 0 0 17px;
    font-size: 14px;
    color: #000;
}

header .header_search .select .select-options {
    background: #fff;
    text-align: left;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}

header .header_search .select .select-options li {
    padding: 7px 12px;
}

header .header_search .select .select-options li:last-child {
    border-bottom: none;
}

header .header_search .select .select-styled::after {
    right: 3px;
    top: 14px;
    height: 6px;
    line-height: 4px;
}

header .header_search .select .select-styled.active::after {
    top: 15px;
}

.filter_box_header {
    position: absolute;
    background: #fff;
    border: 1px solid #d9d9d9;
    top: 35px;
    left: 2px;
    z-index: 1;
    width: 98%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter_box_header ul {
    list-style: none;
    padding: 20px;
    text-align: left;
}

.filter_box_header ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #f4b233;
}

.beer_explore_wrap .explore_bar .format_filter .border_right::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #d6d6d6;
    top: -20px;
    bottom: -22px;
    right: -32px;
}


/****************/

.petition_page_wrap .top_text {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}

.petition_page_wrap .petition_page_inner {
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.petition_page_wrap .petition_page_inner::after,
.petition_page_wrap .top_text::after {
    content: "";
    display: table;
    clear: both;
}

.petition_page_wrap .top_text h2 {
    margin: 0;
    font-size: 30px;
    font-family: "Leviathan-HTF-Black";
    margin-bottom: 20px;
}

.petition_page_wrap .top_text p {
    margin: 0;
    font-size: 14px;
    color: #4a4f55;
}

.petition_page_wrap .petition_form_wrap .pform_row {
    margin-bottom: 20px;
}

.petition_page_wrap .petition_form_wrap .pform_row input {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 15px;
    line-height: normal;
    color: #4a4f55;
}

.petition_page_wrap .petition_form_wrap .pform_row select {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 15px;
    line-height: normal;
    -webkit-appearance: none;
    background-image: url("../images/arrow-select-orange.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
    color: #4a4f55;
}

.petition_page_wrap .petition_form_wrap .pform_btn {
    clear: both;
    float: none;
}

.petition_page_wrap .petition_form_wrap div.wpcf7-response-output {
    margin: 2em 15px 0;
    clear: both;
}

.petition_page_wrap .petition_form_wrap .pform_btn input {
    border: none;
    color: #000;
    text-transform: uppercase;
    background-color: #f4b233;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px;
    display: table-cell;
    text-align: center;
    font-family: "Gotham-Bold";
    letter-spacing: 0.28px;
    width: 175px;
    height: 41px;
    vertical-align: middle;
}

.petition_page_wrap .petition_form_wrap .pform_check {
    margin-bottom: 40px;
    color: #4a4f55;
    padding-top: 15px;
}

.petition_page_wrap .petition_form_wrap .pform_check .wpcf7-list-item.first.last {
    margin: 0;
}

.petition_page_wrap .petition_form_wrap .pform_check input {
    margin-top: 2px;
    float: left;
    width: 15px;
}

.petition_page_wrap .petition_form_wrap .pform_check .wpcf7-list-item-label {
    float: left;
    width: calc(100% - 15px);
    padding-left: 15px;
    line-height: normal;
}

.petition_page_wrap .petition_form_wrap .pform_captcha {
    margin-bottom: 35px;
}

.closet_store {
    margin-bottom: 15px;
}

.closet_store h2.hstore {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
    font-family: Gotham-Bold;
    margin-bottom: 15px;
}

.beer_store_name span.checkmark {
    margin-right: 12px;
}

.single_beer_sec_1 .nearest_store_main {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-bottom: 55px;
    display: inline-block;
}

.single_beer_sec_1 .nearest_store_main .no-pad-right {
    padding-right: 0;
}

.single_beer_sec_1 .nearest_store_main .no-pad-left {
    padding-left: 0;
}

.nearest_store_main .stock_status {
    font-size: 24px;
    font-family: Gotham-Bold;
}

.nearest_store_main .stock_status.outStock {
    color: #ff0000;
}

.nearest_store_main span.checkicon {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
    float: left;
}

.beer_store_name span.checkmark img {
    width: 19px;
    height: 19px;
}

.nearest_store_main .innerbox.border {
    border-left: 1px solid #ddd;
    padding: 30px 50px;
}

.check_store_other {
    font-size: 12px;
}

.stock_status.inStock {
    color: #50c34d;
}

.single_beer_sec_1 .stock_text span {
    display: block;
}

.single_beer_sec_1 .display_table {
    width: 100%;
    height: 100%;
    display: table
}

.single_beer_sec_1 .display_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.col-sm-3.customWidth {
    width: 25%;
    background: #f5f5f5;
}

.col-sm-9.customWidth {
    width: 75%;
}

.closet_store {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.single_beer_sec_1 .stock_text {
    font-size: 14px;
    color: #4a4f55;
    margin-top: 15px;
    padding-left: 46px;
    width: 100%;
    float: left;
}

.closet_store p.store_row {
    margin: 0;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding-right: 30px;
}

.stock_status span.avail {
    margin-top: 10px;
}

.closet_store h2.hstore {
    flex: 0 0 100%;
    max-width: 100%;
}

.single_beer_sec_1 .nearest_store_main .innerbox {
    padding: 25px 15px;
}

.stock_status span.checkicon img {
    width: 27px;
    height: 27px;
}

.nearest_store_main span.checkicontext {
    float: left;
    margin-left: 15px;
    line-height: 27px;
    width: calc(100% - 42px);
}

.single_beer_sec_1 .nearest_store_main .innerbox.border {
    padding-left: 20px;
    padding-right: 20px;
}

.nearest_store_main span.avail {
    margin-top: 10px;
    width: 100%;
}

.closet_store p.store_row .closeAnchor {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    line-height: 37px;
}

.closet_store p.store_row.col-row-2 {
    padding-right: 0;
}

.closet_store p.store_row.col-row-5 {
    padding-right: 0;
}

.beer_explore_wrap .explore_bar .format_filter .border_right::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #d6d6d6;
    top: -20px;
    bottom: -20px;
    right: -15px;
}

.nearest_store_main span#cr_s_n {
    display: block;
}


/**holiday hour css**/

.single_store_holiday .store_holiday_days {
    margin-bottom: 30px;
}

.single_store_holiday .store_holiday_days .holiday_name {
    margin: 0;
    font-size: 16px;
    color: #fe0d0d;
    font-family: "Gotham-Bold";
    margin-bottom: 3px;
}

.single_store_holiday .store_holiday_days .holiday_info {
    color: #4A4F55;
    font-size: 13px;
    margin-bottom:10px;
}
.single_store_holiday .store_holiday_days .holiday_info:last-child {
    margin-bottom: 0;
}
.single_store_holiday .store_holiday_days .holiday_info::after {
    content: "";
    display: table;
    clear: both;
}

.single_store_holiday .store_holiday_days .holiday_info .holiday_date {
    float: left;
    width: 100%;
}

.single_store_holiday .store_holiday_days .holiday_info .holiday_info_hours {
    float: left;
    width: 100%;
}

.single_store_holiday .single_store_sec1 .store_detail {
    height: 570px;
}

.single_store_holiday .single_store_sec1 .store_map {
    height: 570px;
}

.single_beer_explore_sec .content_col.pos_rel {
    position: relative;
}

.single_beer_explore_sec .filter_box {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 350px;
    overflow: auto;
}

.single_beer_explore_sec .filter_box ul {
    margin: 0;
    padding: 15px;
    list-style: none;
}

.single_beer_explore_sec .filter_box ul li {
    border-bottom: 1px solid #f4b233;
    padding: 8px 0;
}


/***Cottaging Guide CSS Start***/

.cottaging_guide_wrap {
    position: relative;
}

.cottaging_guide_wrap .c_guide_box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cottaging_guide_wrap .c_guide_box .thumb_img img {
    width: 100%;
}

.cottaging_guide_wrap .c_guide_box .c_guide_content {
    padding: 25px 20px;
}

.cottaging_guide_wrap .c_guide_box .c_guide_title h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
    font-family: "Gotham-Bold";
    color: #000;
}

.cottaging_guide_wrap .c_guide_box .c_guide_title h4 a {
    color: #000;
}

.cottaging_guide_wrap .c_guide_box .c_guide_des p {
    font-size: 14px;
    margin-bottom: 18px;
    color: #000;
}

.cottaging_guide_wrap .c_guide_box a.more {
    font-size: 10px;
}

.cottaging_sidebar .form-group {
    position: relative;
}

.cottaging_sidebar input[type="text"] {
    width: 100%;
    border-radius: 17px;
    background-color: #ffffff;
    height: 34px;
    padding: 8px 15px;
    color: #4a4f55;
    font-style: italic;
    border: 1px solid #D6D6D6;
}

.cottaging_sidebar .input-group-button {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0px;
    top: 2px;
    background: none;
    margin: 0;
    padding: 0;
}

.cottaging_sidebar .input-group-button button.s_btn {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 3px;
    top: 0px;
    background: none;
    margin: 0;
    padding: 0;
}

.single_cguide_wrap {
    position: relative;
}

.single_cguide_wrap .rec_title {
    margin: 0;
    margin-bottom: 30px;
    font-family: "Leviathan-HTF-Black";
    font-size: 30px;
}

.single_cguide_wrap .feat_img {
    margin-bottom: 30px;
}

.single_cguide_wrap .feat_img img {
    width: 100%;
    border-radius: 5px;
}

.single_cguide_wrap .top_heading {
    margin-bottom: 40px;
}

.c_guide_tips_wrap {
    clear: both;
}

.c_guide_tips_wrap::after {
    content: "";
    display: table;
    clear: both;
}

.c_guide_tips_wrap .tips_row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.c_guide_tips_wrap .tips_row .tips_thumb {
    display: inline-block;
    width: 115px;
    vertical-align: top;
}

.c_guide_tips_wrap .tips_row .tips_thumb img {
    max-width: 86px;
}

.c_guide_tips_wrap .tips_row .tips_desc {
    display: inline-block;
    width: calc(100% - 125px);
    vertical-align: middle;
}

.c_guide_tips_wrap .tips_row .tips_desc h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: Gotham-Bold;
}

.c_guide_tips_wrap .tips_row .tips_desc p {
    font-size: 14px;
    margin: 0;
}

.single_cguide_wrap .c_tips_share_sec {
    margin-bottom: 60px;
    margin-top: 30px;
}

.single_cguide_wrap .c_tips_share_sec .share_btn {
    font-family: "Gotham-Bold";
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    background: #ffaf00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 14px 30px;
    margin-right: 50px;
    display: inline-block;
}

.single_cguide_wrap .c_tips_share_sec .share_txt {
    color: #000;
    font-family: "Gotham-Bold";
    font-size: 14px;
    margin-right: 10px;
}

.single_cguide_wrap .c_tips_share_sec span {
    display: inline-block;
    vertical-align: middle;
}

.single_cguide_wrap .c_tips_share_sec .social_link {
    width: 48px;
    height: 48px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0 5px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    display: inline-block;
    vertical-align: middle;
}

.single_cguide_wrap .c_tips_share_sec .social_link:hover {
    background-color: #ffaf00;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.single_cguide_wrap .c_tips_share_sec .fb_icon {
    background: url('../images/facebook-black.svg');
}

.single_cguide_wrap .c_tips_share_sec .tw_icon {
    background: url('../images/twitter-black.svg');
}

.single_cguide_wrap .c_tips_share_sec .pin_icon {
    background: url('../images/pintrest-black.svg');
}

.more_guide_sec {
    background: #f4f4f4;
    border-top: 1px solid #d6d6d6;
    padding: 60px 0;
}

.more_guide_sec .head_sec {
    text-align: center;
    margin-bottom: 50px;
}

.more_guide_sec .head_sec h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #f4b233;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "Gotham-Medium";
}

.more_guide_sec .head_sec h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.2px;
}

.more_guide_sec .more_cguide_carousel .insp_column {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #000;
    background: #fff;
    position: relative;
}

.more_guide_sec .more_cguide_carousel .insp_column .img_sec {
    display: inline-block;
    width: 190px;
}

.more_guide_sec .more_cguide_carousel .insp_column .img_sec .compat-image-fit {
    display: block;
}

.more_guide_sec .more_cguide_carousel .insp_column .img_sec img {
    max-width: 100%;
    height: 200px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    object-fit: cover;
}

.more_guide_sec .more_cguide_carousel .insp_column .content_sec {
    width: calc(100% - 195px);
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

.more_guide_sec .more_cguide_carousel .insp_column .content_sec h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.23px;
    font-family: "Gotham-Bold";
}

.more_guide_sec .more_cguide_carousel .insp_column .content_sec p {
    font-size: 14px;
    color: #4A4F55;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.more_guide_sec .more_cguide_carousel .insp_column .content_sec .link_dv {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.c_guide_tips_wrap .tips_row .tips_desc .link-arrow {
    display: inline-block;
    margin-top: 15px;
}

.cottaging_guide_wrap .c_guide_box .link-arrow::after {
    right: -8px;
}

div#beerStoreMap img,
#contact_page_map img {
    width: 100%;
}


/** Mail chimp start css**/
div#mce-error-response a {
    text-decoration: underline;
}
div#mce-success-response {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: green;
    font-weight: bold;
    z-index: 1;
    color: #fff!important;  
}
div#mce-error-response{
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff!important;  
}

.ms_feild_group_main {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

div#mc_embed_signup_scroll .mc-field-group.full_width {
    width: 100%;
}

.mc-field-group input,
.mc-field-group select {
    width: 100%;
    font-size: 14px;
    font-family: "Gotham-Book";
    padding: 15px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    float: left;
    background: #fff;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 5px!important;
    margin-bottom: 0!important;
}

div#mce-error-response {
    color: red;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    float: left;
    width: 100%;
}

div#mce-responses {
    margin-bottom: 20px;
}

div#mce-success-response {
    color: green;
    font-weight: 700;
    margin-top: 10px;
    float: left;
    width: 100%;
}

input#mc-embedded-subscribe {
    width: 100%;
    float: left;
    background: #F4B233;
    color: #000;
    text-transform: uppercase;
    border: 0px;
    padding: 15px 10px;
    font-family: "Gotham-Bold";
    font-size: 18px;
    border-radius: 4px;
}

div#mc_embed_signup_scroll .mc-field-group.input-group {
    width: 100%;
}

.ms_feild_group_main strong {
    color: #fff;
    font-weight: 400;
    font-family: Gotham-Book;
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#mc_embed_signup_scroll .mc-field-group.input-group ul {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
    float: left;
    width: 100%;
}

div#mc_embed_signup_scroll .mc-field-group.input-group {
    margin-bottom: 0;
}

#mc_embed_signup_scroll .mc-field-group.input-group ul li {
    float: left;
    font-size: 18px;
}

.mc-field-group.input-group label {
    font-family: Gotham-Book;
    font-weight: 400;
}

#mc_embed_signup_scroll .mc-field-group.input-group ul li label {
    font-family: Gotham-Book;
    font-weight: 400;
}

.mc-field-group.left_col {
    padding-right: 15px;
}

.mc-field-group.right_col {
    padding-left: 15px;
}

div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
    float: left;
    font-size: 16px;
    margin-right: 45px;
    padding-left: 40px;
    line-height: 26px;
}

div#mc_embed_signup_scroll .mc-field-group {
    width: 50%;
    float: left;
}

#mc_embed_signup_scroll span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
}

li.checkbox_container {
    position: relative;
}

#mc_embed_signup_scroll li.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 999;
    left: 0;
    top: 0;
}

#mc_embed_signup_scroll span.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

#mc_embed_signup_scroll span.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #F4B233;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mc_embed_signup_scroll .checkbox_container input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #fff;
}

#mc_embed_signup_scroll .checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

#mc_embed_signup_scroll .arrow_form_div {
    position: relative;
}

#mc_embed_signup_scroll .arrow_select_box {
    position: absolute;
    color: #333;
    font-size: 31px;
    right: 13px;
    top: 3px;
    font-weight: 700;
}

#mc_embed_signup_scroll select::-ms-expand {
    display: none;
}

#mc_embed_signup_scroll select {
    -webkit-appearance: none;
    appearance: none;
}

.mc-field-group.input-group label.main_lebel {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: Gotham-Bold;
}

.ms_feild_group_main h3 {
    margin: 0;
    color: #fff;
    font-family: Gotham-Bold;
    margin-bottom: 20px;
}

.ms_feild_group_main p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.ms_feild_group_main p.notice_message {
    margin-bottom: 0px;
}

/* champions-of-rec-league slider */
section.c_guide_slider_section {
    clear: both;
}
.c_guide_slider_section .container{
    padding: 0px 80px;
    width: 100%;
}

/** Slider Button**/
.c_guide_slider_section .slick-arrow{
    width: 40px;
    height: 40px;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
}
.c_guide_slider_section .slick-arrow.slick-prev{
    left: -55px;
    background: url(../images/prev-button.svg);
}
.c_guide_slider_section .slick-arrow.slick-next{
    right: -55px;
    background: url(../images/next-button.svg);
}
.c_guide_slider_section .slick-dots button{
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 50%;
    margin-right: 8px;
    border: none;
}
.c_guide_slider_section .slick-dots .slick-active button{
    background: #f4b233;
}
/***/
.c_guide_slider_section .c_guide_slider_heading{
    color: #000000;
    font-family: "Leviathan-HTF-Black";
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 35px;
    text-align: center;
}


.c_guide_slider .c_guide_box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.c_guide_slider .c_guide_box .thumb_img img {
    width: 100%;
}
.c_guide_slider .c_guide_content {
    padding: 25px 20px;
}
.c_guide_slider .c_guide_box .c_guide_title h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Gotham-Bold";
    color: #000;
}
.c_guide_slider .c_guide_box .c_guide_title h4 a {
    color: #000;
}
.c_guide_slider .c_guide_box .c_guide_des p {
    font-size: 14px;
    margin-bottom: 18px;
    color: #000;
}

.c_guide_slider .c_guide_des a.link-arrow {
    font-size: 10px;
    font-family: "Gotham-Black";
    color: #000;
    text-transform: uppercase;
}
.c_guide_slider .c_guide_des a.link-arrow:after {
    content: url(../images/arrow-orange.svg);
    position: relative;
    right: -9px;
    top: 2px;
}

/** Mail chimp end css**/

@media screen and (min-width:768px) {
    header .header_nav .menu_back_level,
    header .header_nav .menu_back_level_second,
    header .header_nav .menu_back_level_last {
        display: none !important;
    }
    header .header_nav .mega-sub-menu .main_head,
    header .header_nav .mega-sub-menu .sub_head {
        display: none !important;
    }
    .top_bar_mob {
        display: none !important;
    }
    .m_bot_desk10 {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width:1651px) {
    .home_slider .slick-arrow.slick-prev {
        left: -1530px;
        right: 0;
        margin: auto;
    }
    .home_slider .slick-arrow.slick-next {
        right: -1530px;
        left: 0;
        margin: auto;
    }
}

@media screen and (min-width:1851px) {
    .page-store-locator .store_area .map_column {
        width: 63%;
    }
    .single_store_sec1 .store_map {
        width: 63%;
    }
}

@media screen and (min-width:1951px) {
    .page-store-locator .store_area .map_column {
        width: 61%;
    }
    .single_store_sec1 .store_map {
        width: 61%;
    }
}

@media screen and (min-width:2501px) {
    .page-store-locator .store_area .map_column {
        width: 60%;
    }
    .single_store_sec1 .store_map {
        width: 60%;
    }
}

@media screen and (min-width:2901px) {
    .page-store-locator .store_area .map_column {
        width: 59%;
    }
    .single_store_sec1 .store_map {
        width: 59%;
    }
}

@media screen and (min-width:3401px) {
    .page-store-locator .store_area .map_column {
        width: 58%;
    }
    .single_store_sec1 .store_map {
        width: 58%;
    }
}

@media screen and (min-width:3801px) {
    .page-store-locator .store_area .map_column {
        width: 57%;
    }
    .single_store_sec1 .store_map {
        width: 57%;
    }
}

@media screen and (min-width:4201px) {
    .page-store-locator .store_area .map_column {
        width: 55%;
    }
    .single_store_sec1 .store_map {
        width: 55%;
    }
}

@media screen and (min-width:4601px) {
    .page-store-locator .store_area .map_column {
        width: 54%;
    }
    .single_store_sec1 .store_map {
        width: 54%;
    }
}

@media screen and (min-width:4901px) {
    .page-store-locator .store_area .map_column {
        width: 53%;
    }
    .single_store_sec1 .store_map {
        width: 53%;
    }
}

@media screen and (max-width: 1799px) and (min-width: 1601px) {
    .champion-des-background-sec {
        background-size: 100% 97%;
    }
    #champion_des_background_sec .champion-side-image-inner {
        margin-top: -135px;
    }
    .champion-content-text .champion-content-Title {
        color: #000000;
        font-family: "Leviathan-HTF-Black";
        font-size: 31px;
        line-height: 48px;
        margin-bottom: 22px;
    }
    .champion-des-block .champion-content-Des p {
        font-size: 16px;
        line-height: 25px;
        color: #000;
        font-family: "Gotham-Book";
        margin-bottom: 40px;
        text-align: justify;
    }
    .champion-registration-wrap {
        padding-top: 100px;
        padding-bottom: 90px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .champion-registration-wrap .container {
        max-width: 1460px;
    }
    .registration-vertcal-line {
        height: calc(100vh - 460px);
    }
    .champion-members-logo-block {
        padding-top: 55px;
        text-align: center;
    }
    .champion-call-wrap {
        padding: 80px 0px;
    }
    .champion-call-wrap .champion-call-descripton {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1600px) {
    .champion-team-profile-wrap .champion-team-privacy-desc{
        font-size: 16px;
        line-height: 22px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 {
        font-size: 70px;
    }
    .home_cat_style .cat_stl_box {
        padding: 30px 20px;
    }
    .more_store_main.beer_sale_slider .slick-slide {
        margin: 0 15px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_title {
        font-size: 14px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_title::after {
        top: 1px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_props {
        min-height: 88px;
    }
    footer .container {
        max-width: 1230px;
    }
    footer .container .col-sm-2 {
        width: 20%;
    }
    footer .container .col-sm-4.footer_social_share {
        width: 20%;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check {
        margin-right: 15px;
    }
    .beer_explore_wrap .explore_bar .format_filter .titile_txt {
        margin-right: 15px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content h3 {
        font-size: 16px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border {
        margin-left: 15px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border::before {
        left: -15px;
    }
    .explore_content_wrap .filter_column {
        width: 330px;
    }
    .explore_content_wrap .result_column {
        width: calc(100% - 330px);
    }
    .explore_content_wrap .fullwidth_column {
        width: 100%;
    }
    .new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box h3 {
        font-size: 14px;
    }
    .callout_three_wrap .callout_col .callout_bottom h4 {
        font-size: 18px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content h3 {
        font-size: 18px;
    }
    .explore_content_wrap .result_sec .result_box h4 {
        font-size: 13px;
        line-height: 13px;
    }
    .explore_content_wrap .result_sec .result_box p {
        line-height: 14px;
    }
    .explore_content_wrap .result_sec .result_box .result_box_inner .bottom_res_cont {
        min-height: 75px;
    }
    .newsletterwidget .newsletter_form .input_box {
        width: calc(100% - 200px);
    }
    .newsletterwidget .newsletter_form .btn_box {
        width: 200px;
    }
    .newsletter_form {
        position: relative;
    }
    .gift_card_page_wrap .intro_copy {
        font-size: 20px;
    }
    .ent_page_wrap .intro_copy {
        font-size: 18px;
    }
    header .header_nav .mega-sub-menu {
        padding: 0 20px;
        padding-top: 5px;
    }
    header .header_nav .mega-sub-menu .mega_separate_list {
        padding: 10px;
        padding-bottom: 0;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img {
        max-width: 633px;
    }
    /***/
    header .header_search .select .select-styled {
        padding: 9px 10px;
        font-size: 11px;
    }
    header .header_search .select {
        width: 102px;
    }
    header .header_search .select .select-styled::after {
        top: 15px;
        right: 5px;
    }
    header .header_search .search_txt {
        padding-left: 108px;
    }
    header .header_search .select .select-options {
        font-size: 11px;
    }
    header .header_search .select .select-styled.active::after {
        top: 15px;
    }
    header .header_search .search_txt::placeholder {
        font-size: 11px;
    }
    header .header_search .search_txt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 11px;
    }
    header .header_search .search_txt::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 11px;
    }
    header .header_search .search_txt:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 11px;
    }
    .beer_explore_wrap .explore_bar .format_filter {
        font-size: 13px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        right: -10px;
    }
    .explore_content_wrap .result_sec .result_box .img_sec img {
        height: 118px;
    }
    .explore_content_wrap .fullwidth_column .result_sec .result_box .img_sec img {
        height: 165px;
    }
    /***Cottaging Guide CSS Start***/
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec {
        width: 150px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec {
        width: calc(100% - 155px);
        padding: 15px;
        padding-top: 20px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec img {
        height: 180px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec .link_dv {
        bottom: 15px;
    }
    .champion-team-row ul li {
        padding-right: 30px;
    }
    .ms_feild_group_main strong {
        font-size: 16px;
    }
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 29px;
    }
    .ms_feild_group_main h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }   
    .mc-field-group.input-group label.main_lebel {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #mc_embed_signup_scroll span.checkmark{
        height: 20px;
        width: 20px;        
    }
    #mc_embed_signup_scroll li.checkbox_container input{
        height: 20px;
        width: 20px;            
    }
    #mc_embed_signup_scroll span.checkmark:after{
        left: 7px;
        top: 3px;       
    }   
    .ms_feild_group_main p {
        font-size: 14px;
        line-height: 18px;
    }
    .ms_feild_group_main {
        margin-bottom: 20px;
    }
    .ms_feild_group_main p {
        margin-bottom: 16px;
    }
    .mc-field-group.left_col {
        padding-right: 8px;
    }
    .mc-field-group.right_col {
        padding-left: 8px;
    }
    .champion-registration-form-wrap .champion-registration-form-subtitle {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .champion-team-row {
        margin-top: 50px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .champion-contest-wrap .champion-contest-list p {
        font-size: 16px;
        line-height: 24px;
    }
    section.setting_subscriber.champion-registration-wrap {
        padding: 60px 0;
        padding-bottom: 0px;
    }
    .top_heading_settings h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .setting_subscriber_main_box h2 {
        font-size: 20px;/**/
    }
    /* .setting_subscriber_boxes p {
        font-size: 16px;
    } */
    .registration-block-left {
        padding-right: 25px;
    }
    .champion-registration-form-wrap {
        padding-left: 25px;
    }
    .mc-field-group.input-group label.main_lebel {
        font-size: 16px;
        margin-bottom: 15px;
    }
    /* champions-of-rec-league */
    .registration-steps-wrap .registration-row {
        margin-bottom: 20px;
    }
    .registration-steps-wrap {
        padding-top: 35px;
        margin-bottom: 25px;
        padding-bottom: 0px;
    }
    .champion-team-profile-block-plugin .step_three .preview_text p{
        font-size: 16px;
        line-height: 18px;
    }
    /**/
}

html[data-useragent*='MSIE 10.0'] .slider_box_wrap .banner_video {
    height: inherit;
}


/*** css for IE 11 ***/

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .slider_box_wrap .banner_video {
        height: inherit;
    }
    /* IE11 */
}

@supports (-ms-ime-align: auto) {
    .slider_box_wrap .banner_video {
        height: inherit;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    #champion_des_background_sec .champion-side-image-inner {
        margin-top: -126px;
    }
    .champion-team-row ul li span img {
        width: 50px;
        height: 50px;
    }
    .champion-des-block .champion-content-Des p {
        margin-bottom: 20px;
        line-height: 27px;
    }
    .champion-content-text .champion-content-Title {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .champion-des-block .champion-content-text {
        width: 61%;
        float: left;
        padding: 8% 7%;
    }
    .champion-registration-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .champion-members-logo-block {
        padding-top: 40px;
        text-align: center;
    }
    .champion-registration-wrap .container {
        max-width: 1325px;
    }
    .registration-vertcal-line {
        height: calc(100vh - 322px);
    }
    .champion-call-wrap {
        padding: 80px 0px;
    }
    .champion-call-wrap .champion-call-descripton {
        margin-bottom: 26px;
    }
    .champion-team-profile-wrap .champion-team-profile-privacy .container {
        padding: 0px;
    }
}

@media screen and (max-width: 1460px) and (min-width: 1365px) {
    .champion-content-text .champion-content-Title {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .champion-team-row ul li {
        padding-right: 30px;
    }
    .champion-des-block .champion-content-Des p {
        margin-bottom: 20px;
        line-height: 24px;
        font-size: 14px;
    }
    .champion-call-wrap {
        padding: 80px 0px;
    }
    .champion-call-wrap .champion-call-descripton {
        margin-bottom: 40px;
    }
    .registration-steps-wrap .registration-list span {
        color: #fff;
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .champion-registration-form-wrap .champion-registration-form-title {
        font-size: 29px;
    }
    .champion-registration-form-wrap .champion-registration-form-subtitle {
        font-size: 14px;
        line-height: 18px;
    }
    .registration-vertcal-line {
        height: calc(100vh - 270px);
    }
    .registration-steps-wrap .registration-content h2 {
        line-height: 26px;
    }
    .registration-steps-wrap .registration-content p {
        line-height: 20px;
    }
    .champion-members-logo-block {
        padding-top: 50px;
    }
    .champion-registration-wrap {
        padding-bottom: 80px;
    }
    .champion-team-row ul li span img {
        width: 50px;
        height: 50px;
    }
    .champion-registration-wrap {
        padding-top: 90px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
    .champion-des-block .champion-content-text {
        padding: 6% 6%;
    }
    .champion-des-block .champion-content-Des p {
        margin-bottom: 13px;
        line-height: 25px;
    }
    .champion-content-text .champion-content-Title {
        margin-bottom: 11px;
        line-height: 32px;
        font-size: 26px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1279px) {
    .champion-des-block .champion-content-text {
        width: 61%;
        float: left;
        padding: 5% 4%;
    }
    .champion-des-block .champion-content-Des p {
        margin-bottom: 13px;
        line-height: 25px;
    }
    .champion-content-text .champion-content-Title {
        margin-bottom: 9px;
        font-size: 27px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
    .champion-content-text .champion-content-Title {
        font-size: 23px;
    }
    .champion-des-block .champion-content-Des p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .registration_main_title h2 {
        font-size: 30px;
        margin-bottom: 55px;
    }
    .champion-content-text .champion-content-Title {
        margin-bottom: 10px;
    }
    .champion-des-block .champion-content-text {
        padding: 7% 7%;
    }
    .champion-team-row ul li {
        padding-right: 20px;
    }
    .champion-team-row ul li span img {
        width: 50px;
        height: 50px;
    }
    #champion_des_background_sec .champion-side-image-inner {
        margin-top: -100px;
    }
    .champion-contest-wrap .champion-contest-head {
        margin-top: 16%;
        color: #000000;
        font-family: "Leviathan-HTF-Black";
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 5px;
        text-align: center;
    }
    .champion-contest-wrap .champion-contest-subtitle {
        font-size: 14px;
        line-height: 38px;
        font-family: "Gotham-Bold";
        padding-bottom: 30px;
    }
    .contest-brand-img2 img {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
    }
    .champion-contest-wrap .champion-contest-list ul li {
        font-size: 14px;
        line-height: 22px;
        font-family: "Gotham-Book";
        padding-bottom: 10px;
    }
    .champion-contest-wrap .contest-brand-block .contest-brand-img {
        padding-bottom: 16px;
        padding-top: 10px;
    }
    .champion-contest-wrap .Champion-Contest-Button .champion-contest-btn {
        font-size: 14px;
    }
    .champion-contest-wrap .Champion-Contest-Button {
        text-align: center;
        margin-top: 20px;
    }
    .champion-registration-wrap .container {
        max-width: 1140px;
    }
    .champion-team-profile-wrap .champion-team-profile-privacy .container {
        padding: 0px;
    }
    .registration-steps-wrap {
        padding-top: 35px;
        margin-bottom: 35px;
        padding-bottom: 5px;
    }
    .registration-steps-wrap .registration-list span {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .registration-steps-wrap .registration-content h2 {
        font-family: "Gotham-Bold";
        margin-top: 0px;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    .ms_feild_group_main p.notice_message {
        margin-bottom: 5px;
        padding-top: 10px;
    }
    .registration-steps-wrap .registration-content p {
        font-family: "Gotham-Book";
        font-size: 10px;
        color: #fff;
        line-height: 18px;
    }

    .champion-registration-wrap .registration-left-title {
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 5px;
        text-align: left;
    }
    .champion-registration-form-wrap .champion-registration-form-title {
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 24px;
    }
    .champion-registration-form-wrap .champion-registration-form-subtitle {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        font-family: "Gotham-Book";
        padding-bottom: 10px;
        color: #fff;
        padding-top: 8px;
    }
    .champion-registration-form-container .champion-registration-form-text,
    .champion-registration-form-container .champion-registration-form-email,
    .champion-registration-form-container .champion-registration-form-phone {
        padding: 8px 10px;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
        float: left;
        margin-bottom: 18px;
    }
    .champion-registration-form-container .champion-registration-form-submit {
        width: 100%;
        float: left;
        background: #F4B233;
        color: #000;
        text-transform: uppercase;
        border: 0px;
        padding: 8px 10px;
        font-family: "Gotham-Bold";
        font-size: 14px;
        border-radius: 4px;
    }
    .champion-members-logo-block {
        padding-top: 56px;
    }
    .champion-registration-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
        width: 100%;
        float: left;
        background-position: top center;
    }
    .champion-team-row {
        margin-top: 20px;
    }
    .champion-team-profile-main-btn {
        margin-top: 20px;
    }
    .champion-team-row {
        margin-top: 30px;
        padding-top: 30px;
    }
    .team-card-btn {
        font-size: 16px;
        padding: 14px 29px;
    }

    /**/
    .champion-team-profile-wrap .champion-team-privacy-title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .champion-team-profile-wrap .champion-team-privacy-desc {
        font-size: 14px;
        line-height: 22px;
    }
    /**/

    .champion-team-profile-wrap .champion-team-profile-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .champion-team-profile-wrap .champion-team-profile-subtitle {
        text-align: center;
        font-size: 14px;
    }
    .champion-team-profile-block .champion-team-profile-block-title {
        text-align: center;
        font-size: 20px;
    }
    .champion-call-wrap .champion-call-title {
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 16px;
        text-align: center;
    }
    .champion-call-wrap .champion-call-descripton {
        font-size: 13px;
        line-height: 20px;
        font-family: "Gotham-Bold";
        color: #fff;
        margin-bottom: 40px;
    }
    .champion-call-wrap .champion-call-btn {
        width: 155px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .registration-vertcal-line {
        width: 1px;
        height: calc(100vh - 235px);
    }
    .champion-registration-form-container span.wpcf7-not-valid-tip {
        font-size: 1em;
        width: 270px;
        bottom: -54px;
    }
    .cform_sec_two span.wpcf7-not-valid-tip {
        font-size: 0.65em;
    }
    .champion-team-profile-main-desc {
        font-size: 14px;
        line-height: 22px;
    }
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        font-size: 14px;
    }
    .ms_feild_group_main p {
        font-size: 14px;
    }
    .mc-field-group.input-group label.main_lebel {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .champion-members-logo-block ul li img {
        width: 390px;
        margin: 0 auto;
    }
    input#mc-embedded-subscribe {
        font-size: 16px;
    }
    /****/
}

@media screen and (min-width:1200px) and (max-width: 1660px) {
    .header_wrap .container {
        padding: 0 15px;
    }
    .container {
        padding: 0 45px;
    }
    .container_sm {
        padding: 0 60px;
    }
    .c_guide_slider_section .container {
        padding: 0px 160px;
    }
    .c_guide_slider_section .slick-dots button {
        width: 15px;
        height: 15px;
    }
    .champion-team-profile-wrap .champion-team-profile-privacy .container {
        padding: 0px;
    }
}

@media (max-width: 1299px) {
    .more_store_main .onsale_box .onsale_content .onsale_title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_anchor {
        font-size: 12px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 {
        font-size: 48px;
    }
    .single_beer_sec_1 .more_detail .more_detail_box ul {
        font-size: 12px;
    }
    .single_beer_sec_1 .more_detail .more_detail_box ul li .col_3 a {
        font-size: 8px;
        margin-top: 0px;
    }
    .single_beer_insp_sec .pair_box .content_sec {
        padding: 20px;
    }
    .single_beer_insp_sec .pair_box .content_sec h3 {
        margin-bottom: 16px;
    }
    .single_store_sec1 .store_detail .top_sec h2 {
        font-size: 24px;
    }
    /**/
}

@media screen and (min-width:1200px) and (max-width: 1299px) {
    header .header_search {
        max-width: 290px;
    }
    header .header_nav {
        width: calc(100% - 290px);
        padding-right: 0;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content h3 {
        font-size: 14px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content {
        padding: 0 10px;
    }
    .explore_content_wrap .result_sec .result_box {
        width: 20%;
    }
    .explore_content_wrap .result_sec .result_box p {
        font-size: 11px;
    }
    .explore_content_wrap .result_sec .result_box h4 {
        font-size: 13px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_title {
        font-size: 14px;
        line-height: 20px;
    }
    .home_cat_style .cat_stl_box .head .txt {
        font-size: 24px;
    }
    .home_category .cat_sec .cat_box h3 {
        font-size: 18px;
    }
    .section_appstore .app_text_sec {
        padding-top: 40px;
    }
    .col_container .col_row .col_box_inner .col_bottom {
        padding: 20px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check {
        margin-right: 5px;
        padding-left: 20px;
    }
    /****/
    header .header_search .select .select-styled {
        padding: 9px 10px;
        font-size: 11px;
    }
    header .header_search .select {
        width: 102px;
    }
    header .header_search .select .select-styled::after {
        top: 15px;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    header .header_search .select .select-styled.active::after {
        transform: rotate(180deg) scale(0.9);
        -webkit-transform: rotate(180deg) scale(0.9);
    }
    header .header_search .select .select-options {
        font-size: 11px;
    }
    header .header_search .search_txt {
        padding-left: 108px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        right: -12px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right {
        margin-right: 20px;
    }
    .beer_store_name span.checkmark {
        margin-right: 7px;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox.border {
        padding-left: 20px;
        padding-right: 20px;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox {
        padding: 25px 15px;
    }
    .single_beer_sec_1 .stock_text {
        padding-left: 38px;
    }
    .nearest_store_main span.checkicontext {
        margin-left: 7px;
        width: calc(100% - 36px);
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        right: -5px;
    }
}
@media screen and (min-width:1024px) and (max-width: 1199px) {
    .registration-steps-wrap {
        padding-bottom: 10px;
    }
}
@media screen and (min-width:992px) and (max-width: 1199px) {
    header .header_nav ul li>a {
        padding: 40px 5px;
        font-size: 14px;
    }
    header .header_nav {
        width: calc(100% - 210px);
        padding-right: 0;
    }
    header .header_search {
        max-width: 210px;
    }
    .champion-team-row ul li {
        display: inline-block;
        padding-right: 5%;
    }
    .section_appstore .app_text_sec .logo-icon {
        width: 120px;
    }
    .section_appstore .app_text_sec .app_txt {
        width: calc(100% - 120px);
        padding-left: 20px;
    }
    .section_appstore .app_text_sec .app_txt h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .section_appstore .app_text_sec .app_txt p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section_appstore .app_text_sec .app_txt .app_btn img {
        max-width: 120px;
    }
    .section_appstore .app_text_sec {
        padding-top: 40px;
    }
    .home_category .cat_sec .cat_box h3 {
        font-size: 15px;
        letter-spacing: 0;
    }
    .home_cat_style .style_cat_sec .custom-pro-col {
        width: 50%;
    }
    .home_cat_style .cat_stl_box {
        margin-bottom: 50px;
    }
    .home_cat_style {
        padding-bottom: 40px;
    }
    header .header_nav ul li.shoplink a {
        padding-right: 15px;
    }
    .single_beer_sec_1 .more_detail .more_detail_box ul li .col_2 {
        width: 20%;
    }
    .single_beer_sec_1 .more_detail .more_detail_box ul li .col_3 {
        width: 40%;
    }
    .single_beer_sec_1 .more_detail .more_detail_box .no_detail {
        font-size: 12px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box {
        padding: 15px;
        padding-top: 20px;
    }
    .single_beer_insp_sec .pair_box .content_sec {
        padding: 15px;
    }
    .single_beer_insp_sec .pair_box .content_sec h3 {
        margin-bottom: 10px;
    }
    .single_beer_insp_sec .pair_box .content_sec p {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .single_beer_explore_sec .content_col h2 {
        font-size: 22px;
    }
    .single_store_sec1 .store_detail .bottom_sec h4 {
        font-size: 14px;
    }
    .single_store_sec1 .store_detail .bottom_sec p {
        font-size: 12px;
    }
    .single_store_sec1 .store_detail .top_sec h2 {
        font-size: 20px;
    }
    .single_store_sec1 .store_detail .bottom_sec .rite_col table {
        font-size: 12px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content {
        width: calc(100% - 90px);
        height: 83px;
        padding: 0 8px;
        background-position: center right 2px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content h3 {
        font-size: 12px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .thumb_img {
        width: 90px;
        height: 83px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box img {
        height: 81px;
    }
    .explore_content_wrap .filter_column {
        width: 300px;
    }
    .explore_content_wrap .result_column {
        width: calc(100% - 300px);
    }
    .explore_content_wrap .fullwidth_column {
        width: 100%;
    }
    .explore_content_wrap .result_sec .result_box {
        width: 25%;
        padding: 0 10px;
    }
    .explore_content_wrap .result_content {
        padding-right: 5px;
    }
    .explore_content_wrap .result_sec .result_box p {
        font-size: 10px;
    }
    .explore_content_wrap .result_sec .result_box h4 {
        font-size: 13px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check {
        margin-right: 4px;
        padding-left: 18px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check .checkmark {
        top: 1px;
        height: 15px;
        width: 15px;
        border-radius: 3px;
    }
    .mac .beer_explore_wrap .explore_bar .format_filter .styled_check .checkmark {
        top: -1px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check input {
        width: 15px;
        height: 15px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check .checkmark::after {
        width: 5px;
        height: 10px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border::before {
        left: -10px;
    }
    .beer_explore_wrap .explore_bar .format_filter {
        font-size: 11px;
    }
    .beer_explore_wrap .explore_bar .format_filter .titile_txt {
        margin-right: 7px;
    }
    .beer_explore_wrap .explore_bar .bar_head {
        font-size: 12px;
    }
    .page-store-locator .store_area .store_column .store_select_box .lft_col .st_time {
        font-size: 10px;
    }
    .page-store-locator .store_area .store_column .store_select_box .lft_col .st_num {
        font-size: 10px;
    }
    .page-store-locator .store_area .store_column .store_select_box .lft_col .st_name {
        font-size: 12px;
    }
    .changeStorePopupWrap .changeStorePopup_inner {
        max-width: 950px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_name {
        font-size: 12px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_num {
        font-size: 10px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_time {
        font-size: 10px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box {
        padding: 25px 15px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content .para {
        font-size: 12px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content h3 {
        font-size: 14px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content {
        width: calc(100% - 30px);
        padding-left: 5px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .icon {
        width: 25px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .icon img {
        max-width: 20px;
    }
    .new-store-wrap .new-store-content .new_store_carousel_wrap .slick-arrow {
        top: calc(50% - 45px);
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }
    .new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box h3 {
        font-size: 14px;
        padding-right: 25px;
        word-break: break-all;
    }
    .col_container .col_row .col_box_inner .col_bottom h3 {
        font-size: 20px;
    }
    .col_container .col_row .col_box_inner .col_bottom .links_inner .link-arrow {
        font-size: 8px;
    }
    .col_container .col_row .col_box_inner .col_bottom {
        padding: 30px 20px;
    }
    .gift_card_page_wrap .intro_btn_sec .heading {
        font-size: 24px;
        width: calc(100% - 266px);
    }
    .gift_card_page_wrap .intro_btn_sec .btn_dv {
        width: 260px;
    }
    .custom-widget-sidebar {
        margin-top: 10px;
    }
    .single_column .two_col_wrap .entertaining_box h2.levi_font {
        font-size: 26px;
    }
    .single_column .two_col_wrap .entertaining_box .ent_btn {
        font-size: 10px;
        padding: 15px 5px;
    }
    .single_beer_insp_sec .pair_box .content_sec .link_dv .link-arrow {
        bottom: 20px;
    }
    header .header_nav .mega-sub-menu {
        padding: 0 10px;
        padding-top: 5px;
    }
    header .header_nav .mega-sub-menu .mega_separate_list li.head {
        font-size: 13px;
    }
    header .header_nav .mega-sub-menu ul li a {
        font-size: 12px;
    }
    .beer_explore_wrap .explore_bar .bar_head .filter_txt {
        margin-right: 5px;
        padding-right: 5px;
        padding-left: 20px;
    }
    .beer_explore_wrap .explore_bar .bar_head .reset_btn {
        padding-left: 18px;
    }
    .editor_text .editor_text_row .right_column .call-out-content h4 {
        font-size: 13px;
        word-break: break-all;
    }
    header .header_nav ul li>a>span {
        font-size: 11px;
    }
    /****/
    header .header_search select {
        width: 100px;
        font-size: 12px;
    }
    header .header_search .select {
        width: 90px;
        font-size: 10px;
    }
    header .header_search .select .select-styled {
        padding: 10px 7px;
        font-size: 10px;
    }
    header .header_search .select .select-styled::after {
        right: 3px;
        top: 15px;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    header .header_search .select .select-styled.active::after {
        transform: rotate(180deg) scale(0.9);
        -webkit-transform: rotate(180deg) scale(0.9);
    }
    header .header_search .search_txt {
        padding-left: 95px;
        font-size: 12px;
    }
    header .header_search .select .select-options {
        font-size: 10px;
    }
    header .header_search .select .select-options li {
        padding: 7px;
    }
    .single_column .two_col_wrap .two_col_row .col_sm_2 {
        width: 50%;
        margin-bottom: 30px;
    }
    .single_column .two_col_wrap .two_col_row .col_sm_2:last-child {
        margin-bottom: 0;
    }
    header .header_search .search_txt::placeholder {
        font-size: 10px;
    }
    header .header_search .search_txt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 10px;
    }
    header .header_search .search_txt::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 10px;
    }
    header .header_search .search_txt:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 10px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        right: -15px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right {
        margin-right: 20px;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox.border {
        padding-left: 15px;
        padding-right: 15px;
    }
    .beer_store_name span.checkmark {
        margin-right: 5px;
    }
    .closet_store p.store_row {
        padding-right: 20px;
    }
    .closet_store p.store_row .closeAnchor {
        font-size: 13px;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox {
        padding: 25px 15px;
    }
    .nearest_store_main span.checkicontext {
        margin-left: 7px;
        width: calc(100% - 36px);
    }
    .single_beer_sec_1 .stock_text {
        padding-left: 35px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        right: -5px;
    }
    .single_store_holiday .store_holiday_days .holiday_info {
        font-size: 12px;
    }
    .single_store_holiday .store_holiday_days .holiday_name {
        font-size: 14px;
    }
    .nearest_store_main span.checkicontext.notAvail {
        font-size: 18px;
        line-height: 24px;
    }
    /***Cottaging Guide CSS Start***/
    .cottaging_guide_wrap .c_guide_box .c_guide_title h4 {
        font-size: 18px;
    }
    .cottaging_guide_wrap .c_guide_box .c_guide_content {
        padding: 20px 15px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec {
        width: 110px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec img {
        height: 160px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec {
        width: calc(100% - 115px);
        padding: 10px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec p {
        font-size: 13px;
        line-height: 18px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec .link_dv {
        bottom: 10px;
        right: 15px;
    }
    #champion_des_background_sec .champion-side-image-inner {
        margin-top: -80px;
        width: 34.4%;
        float: right;
    }
    .champion-des-block .champion-content-text {
        width: 64%;
        float: left;
        padding: 7% 7%;
    }
    .champion-content-text .champion-content-Title {
        color: #000000;
        font-family: "Leviathan-HTF-Black";
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .champion-des-block .champion-content-Des p {
        font-size: 12px;
        line-height: 18px;
        color: #000;
        font-family: "Gotham-Book";
        margin-bottom: 18px;
        text-align: justify;
    }
    .champion-des-block .champion-content-button {
        font-family: "Gotham-Bold";
        font-size: 12px;
    }
    .champion-contest-wrap .champion-contest-list ul li {
        font-size: 14px;
        line-height: 20px;
        font-family: "Gotham-Book";
        padding-bottom: 10px;
    }
    .champion-contest-wrap .Champion-Contest-Button {
        text-align: center;
        clear: both;
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .registration-vertcal-line {
        display: none;
    }
    .contest-brand-img2 img {
        margin-left: auto;
        margin-right: auto;
    }
    .registration-block-left {
        width: 100%;
        float: left;
    }
    .champion-registration-form-wrap {
        width: 100%;
        float: left;
    }
    .registration-steps-wrap .registration-list {
        width: 8%;
        float: left;
    }
    .champion-registration-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .champion-members-logo-block {
        padding-top: 111px;
        text-align: center;
        width: 100%;
        float: left;
    }
    .registration-steps-wrap .registration-row {
        margin-bottom: 10px;
    }
    .registration-steps-wrap .registration-content h2 {
        font-family: "Gotham-Bold";
        margin-top: 0px;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
    }
    .registration-steps-wrap .registration-list span {
        color: #fff;
        font-size: 18px;
        font-family: "Gotham-Bold";
        border-radius: 100%;
        border: 2px solid #f4b233;
        width: 45px;
        height: 45px;
        display: inline-block;
        text-align: center;
        line-height: 45px;
    }
    .champion-team-profile-main-desc {
        font-size: 14px;
        line-height: 22px;
    }
    .team-card-btn {
        font-size: 14px;
        padding: 14px 26px;
    }
    .champion-team-row {
        margin-top: 20px;
        padding-top: 20px;
    }
    .champion-team-row {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .champion-team-row ul li span img {
        width: 50px;
        height: 50px;
    }
    .registration-block-left {
        border-right: 0px;
        padding-right: 0px;
    }
    .champion-registration-form-wrap {
        padding-left: 0px;
    }
    .champion-registration-form-wrap .champion-registration-form-title {
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 5px;
        text-align: center;
        margin-top: 0px;
    }
    .champion-registration-form-wrap .champion-registration-form-subtitle {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        font-family: "Gotham-Book";
        padding-bottom: 15px;
        color: #fff;
        padding-top: 4px;
    }
    .champion-members-logo-block.desktop_view ul {
        margin-top: 18px;
    }
    .champion-members-logo-block {
        padding-top: 30px;
    }
    /**/
    .champion-team-profile-wrap .champion-team-privacy-title{
        font-size: 24px;
        line-height: 30px;
    }
    .champion-team-profile-wrap .champion-team-privacy-desc {
        font-size: 14px;
        line-height: 22px;
    }
    /**/
    .champion-contest-wrap .champion-contest-head {
        font-size: 24px;
        margin-top: 14%;
    }
    .champion-registration-wrap .registration-left-title {
        font-size: 24px;
    }
    .champion-team-profile-wrap .champion-team-profile-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .champion-team-profile-block .champion-team-profile-block-title {
        padding-bottom: 7px;
    }
    .champion-team-profile-block .champion-team-profile-block-subtitle {
        line-height: 24px;
    }
    .champion-team-profile-wrap .champion-team-profile-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .champion-call-wrap {
        padding: 70px 0px;
    }
    .champion-call-wrap .champion-call-descripton {
        font-size: 12px;
        line-height: 18px;
        font-family: "Gotham-Book";
        color: #fff;
        margin-bottom: 35px;
        padding: 0px 18%;
    }
    .champion-call-wrap .champion-call-title {
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 14px;
        text-align: center;
    }
    .champion-call-wrap .champion-call-btn {
        width: 155px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .champion-contest-wrap .Champion-Contest-Button .champion-contest-btn {
        font-size: 14px;
    }
    .champion-registration-form-container .champion-registration-form-submit {
        font-size: 14px;
    }
    .champion-team-profile-wrap .champion-team-profile-subtitle {
        padding-bottom: 20px;
    }
    /**/
    .c_guide_slider_section .container {
        padding: 0px 120px;
    }
    .c_guide_slider_section .slick-dots button {
        width: 15px;
        height: 15px;
    }
    .c_guide_slider_section .c_guide_slider_heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .champion-team-profile-block-plugin .step_three .preview_text p{
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    a.sticky_btn {
        display: none;
    }
    /** Mail chimp start css**/
    .mc-field-group.left_col {
        padding-right: 8px;
    }
    .ms_feild_group_main {
        margin-bottom: 16px;
    }
    .mc-field-group.right_col {
        padding-left: 8px;
    }
    .ms_feild_group_main strong {
        font-size: 16px;
    }
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        font-size: 16px;
    }
    input#mc-embedded-subscribe {
        font-size: 16px;
    }
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        font-size: 14px;
    }
    .ms_feild_group_main p {
        font-size: 14px;
    }
    .mc-field-group.input-group label.main_lebel {
        font-size: 14px;
        margin-bottom: 10px;
    }
    input#mc-embedded-subscribe {
        font-size: 16px;
    }
    .ms_feild_group_main p {
        margin-bottom: 10px;
    }
    .ms_feild_group_main h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .champion-members-logo-block ul li img {
        width: 360px;
    }
    /** Mail chimp end css**/
    .registration_main_title h2 {
        font-size: 30px;
        margin-bottom: 55px;
    }
    .registration-steps-wrap {
        padding-top: 15px;
        display: inline-block;
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width:840px) and (max-width: 991px) {
    .single_store_sec1 .store_map {
        width: 61%;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    header .header_nav ul li>a {
        padding: 40px 2px;
        letter-spacing: -0.2px;
        font-size: 12px;
    }
    header .header_nav ul li>a>span {
        letter-spacing: -0.2px;
        font-size: 9px;
    }
    header .header_nav .mega-sub-menu ul li a {
        font-size: 10px;
    }
    header .header_nav {
        float: left;
        width: calc(100% - 165px);
        padding-right: 0;
    }
    header .header_search {
        max-width: 165px;
    }
    header .header_search {
        margin-top: 37px;
    }
    header .logo img {
        max-width: 100%;
    }
    .champion-team-row ul li {
        display: inline-block;
        padding-right: 15px;
    }
    .rec_popup_main h3{
        font-size:24px;
    }
    .home_category .cat_sec .cat_box {
        padding: 0 5px;
    }
    .home_category .cat_sec .cat_box h3 {
        font-size: 13px;
        letter-spacing: 0;
    }
    .home_cat_style .cat_stl_box .head .txt {
        font-size: 20px;
        margin-right: 10px;
    }
    .home_cat_style .cat_stl_box {
        margin-bottom: 50px;
    }
    .home_cat_style {
        padding-bottom: 40px;
    }
    .explore_content_wrap .filter_area .search_area .txt_b {
        padding: 8px 8px;
    }
    .section_appstore .app_text_sec .app_txt h3 {
        font-size: 20px;
    }
    .section_appstore .app_text_sec .logo-icon {
        width: 100px;
    }
    .section_appstore .app_text_sec .logo-icon img {
        max-width: 100%;
    }
    .section_appstore .app_text_sec .app_txt {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .section_appstore .app_text_sec .app_txt h3 {
        font-size: 18px;
    }
    .section_appstore .app_text_sec .app_txt .app_store_btn {
        margin-right: 10px;
    }
    .section_appstore .app_text_sec .app_txt .app_btn img {
        max-width: 95px;
    }
    .section_appstore .app_text_sec {
        padding-top: 20px;
    }
    .newsletterwidget .newsletter_txt h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .newsletterwidget .newsletter_txt h3 {
        font-size: 16px;
        letter-spacing: 4.5px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }
    .newsletterwidget .newsletter_form .btn_box {
        width: 150px;
    }
    .newsletterwidget .newsletter_form .input_box {
        width: calc(100% - 150px);
    }
    .editor_text .editor_text_row .right_column .call-out-content {
        border-radius: 5px;
    }
    header .header_nav ul li.shoplink a {
        background-size: 10px;
        padding-right: 15px;
    }
    .more_store_main {
        padding: 0 60px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_anchor {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 2px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_title {
        font-size: 13px;
        line-height: 16px;
    }
    .more_store_main .onsale_box .onsale_content ul {
        font-size: 12px;
        line-height: 18px;
    }
    .more_store_main .onsale_box .onsale_img {
        width: 120px;
    }
    .more_store_main .onsale_box .onsale_content {
        width: calc(100% - 120px);
    }
    .onsale_footer .onsale_dimension {
        font-size: 12px;
        line-height: 16px;
    }
    .onsale_footer .onsale_price .reg_price {
        font-size: 12px;
        line-height: 16px;
    }
    .onsale_footer .onsale_price .sale_price {
        font-size: 12px;
        line-height: 16px;
    }
    footer .footer_menu h2 {
        font-size: 14px;
    }
    footer .footer_menu ul li a {
        font-size: 12px;
    }
    .footer_social_share .social_footer ul li.tw_share a {
        background-position: center left 2px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .desc h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .desc h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .desc p {
        font-size: 13px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .desc {
        margin-bottom: 25px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box {
        padding: 15px;
        padding-top: 18px;
    }
    .single_beer_explore_sec .content_col h2 {
        font-size: 18px;
        padding-top: 7px;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner {
        max-width: 650px;
    }
    .single_beer_insp_sec .pair_box .img_sec {
        float: none;
        width: 100%;
    }
    .single_beer_insp_sec .pair_box .content_sec {
        float: none;
        width: 100%;
    }
    .single_beer_insp_sec .pair_box .content_sec p {
        font-size: 12px;
    }
    .single_beer_insp_sec .pair_box .img_sec img {
        border-radius: 5px 5px 0 0px;
    }
    .single_store_sec1 .store_detail .bottom_sec .rite_col table {
        font-size: 10px;
    }
    .single_store_sec1 .store_detail .bottom_sec h4 {
        font-size: 11px;
    }
    .single_store_sec1 .store_detail .top_sec h2 {
        font-size: 20px;
    }
    .single_store_sec1 .store_detail .top_sec p {
        font-size: 12px;
    }
    .single_store_sec1 .store_detail .bottom_sec p {
        font-size: 10px;
    }
    .single_store_wrap .single_store_brand_sec .brand_head h2 {
        font-size: 24px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content h3 {
        font-size: 14px;
    }
    .explore_content_wrap .filter_column {
        width: 250px;
    }
    .explore_content_wrap .filter_area {
        padding-right: 15px;
    }
    .explore_content_wrap .result_column {
        width: calc(100% - 250px);
    }
    .explore_content_wrap .result_sec .result_box {
        width: 33.33334%;
    }
    .beer_explore_wrap .explore_bar .bar_head {
        font-size: 10px;
    }
    .beer_explore_wrap .explore_bar .format_filter {
        font-size: 8px;
    }
    .beer_explore_wrap .explore_bar .format_filter .titile_txt {
        margin-right: 5px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check {
        margin-right: 1px;
        padding-left: 12px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check .checkmark {
        height: 10px;
        width: 10px;
        border-radius: 2px;
        top: 1px;
    }
    .mac .beer_explore_wrap .explore_bar .format_filter .styled_check .checkmark {
        top: 0;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check input {
        width: 10px;
        height: 10px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check .checkmark::after {
        left: 2px;
        top: 0px;
        width: 4px;
        height: 7px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border::before {
        left: -5px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border {
        margin-left: 7px;
    }
    .page-beertype-wrap .top_desc {
        margin-bottom: 30px;
    }
    .page-beertype-wrap .heading h2 {
        font-size: 24px;
    }
    .page-beertype-wrap .beer_type_sec .beer_type_box .head {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .page-beertype-wrap .beer_type_sec .beer_type_box {
        padding: 25px 15px;
    }
    .page-beertype-wrap .beer_type_sec .beer_type_box .content_area .lt_sec {
        font-size: 12px;
    }
    .page-beertype-wrap .beer_type_sec .beer_type_box .content_area .lt_sec p {
        min-height: 130px;
    }
    .page-beertype-wrap .beer_style_sec .beer_style_box .head {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .page-beertype-wrap .beer_style_sec .beer_style_box {
        padding: 20px 15px;
    }
    .page-beertype-wrap .beer_style_sec .beer_style_box .content_area .lt_sec {
        font-size: 12px;
    }
    .callout_three_wrap .callout_col .callout_bottom p {
        font-size: 12px;
    }
    .home_slider .slick-arrow.slick-prev {
        left: 30px;
    }
    .home_slider .slick-arrow.slick-next {
        right: 30px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel {
        padding: 0 60px;
    }
    .slider_box_wrap.right-title .slider_text .slider_text_tbl .slider_text_cel {
        padding: 0;
    }
    .slider_box_wrap.right-title .slider_text {
        padding-left: 15px;
    }
    .slider_box_wrap.left-image .slider_img {
        padding-right: 15px;
    }
    .slider_box_wrap.center-image .slider_img {
        max-width: 595px;
        margin: 0 auto;
    }
    header .header_nav .mega-sub-menu {
        top: 111px;
        padding: 0 10px;
        padding-top: 5px;
    }
    header .header_nav .mega-sub-menu .mega_separate_list {
        padding: 10px 4px;
        padding-bottom: 0;
    }
    header .header_nav .mega-sub-menu .mega_separate_list li.head {
        padding: 10px 0;
        font-size: 10px;
    }
    .sticky-header.header_wrap header .header_nav .mega-sub-menu {
        top: 81px;
    }
    header .header_nav .mega-sub-menu>li>a {
        font-size: 12px;
    }
    header .header_nav .mega-sub-menu li .menu-type>li>a {
        font-size: 12px;
    }
    header .header_nav .mega-sub-menu li .menu-type li .menu-style {
        padding: 0 15px;
        padding-top: 20px;
        left: 140px;
    }
    header .header_nav .mega-sub-menu li .menu-type li .menu-style li a {
        font-size: 12px;
    }
    header .header_nav .mega-sub-menu>li {
        padding: 0 15px;
    }
    header .header_nav .mega-sub-menu li .menu-type {
        width: 140px;
        left: 150px;
        padding: 0 15px;
    }
    .sticky-header.header_wrap header .header_search {
        margin-top: 24px;
    }
    .top_bar .header_locator .locator_icon {
        margin-right: 10px;
    }
    .top_bar .header_locator .store_name {
        margin-right: 22px;
    }
    .sticky-header.header_wrap header .logo {
        padding-top: 30px;
    }
    .callout_three_wrap .callout_col .callout_bottom h4 {
        font-size: 16px;
        min-height: 38px;
        margin-bottom: 10px;
    }
    .single_column .two_col_wrap .two_col_row .col_30 {
        width: 100%;
        float: none;
    }
    .single_column .two_col_wrap .two_col_row .col_70 {
        float: none;
        width: 100%;
    }
    .page-store-locator .store_area .mob_swap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        width: 100%;
    }
    .page-store-locator .store_area .store_column {
        float: none;
        width: 750px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        min-height: inherit;
    }
    .page-store-locator .store_area .map_column {
        float: none;
        width: 100%;
        height: 300px;
        border-left: none;
        border-bottom: 1px solid #d6d6d6;
        position: relative !important;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .changeStorePopupWrap .changeStorePopup_inner {
        max-width: 720px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input {
        width: 50%;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column {
        float: none;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .map_column {
        float: none;
        width: 100%;
        height: 300px;
        border-bottom: 1px solid #d6d6d6;
        border-left: none;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box {
        padding: 25px 10px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .icon {
        width: 25px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .icon img {
        max-width: 20px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content {
        width: calc(100% - 25px);
        padding-left: 5px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content .para {
        font-size: 10px;
        word-break: break-word;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content h3 {
        font-size: 14px;
    }
    .contact-wrap .contact-page-content h2 {
        font-size: 24px;
    }
    .contact-page-content .contact_form_wrap .contact_form_row .form_link_col h3 {
        font-size: 18px;
    }
    .explore_content_wrap .result_sec .result_box p {
        line-height: 14px;
    }
    .explore_content_wrap .result_sec .result_box h4 {
        font-size: 13px;
        font-size: 11px;
    }
    .explore_content_wrap .result_sec .result_box .result_box_inner .bottom_res_cont {
        min-height: 65px;
    }
    .explore_content_wrap .fullwidth_column {
        width: 100%;
    }
    .explore_content_wrap .fullwidth_column .result_sec .result_box .result_box_inner .bottom_res_cont {
        min-height: 50px;
    }
    .section_appstore .app_text_sec .app_txt p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .contact-page-content .contact_num {
        padding: 40px 0;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box .content .link-arrow {
        font-size: 9px;
    }
    .contact-page-content .contact_form_wrap {
        padding: 40px 0;
    }
    .contact_page_map_wrap {
        padding: 40px 0;
    }
    .single_column h2 {
        font-size: 24px;
    }
    .editor_text .editor_text_row .left_column h3 {
        font-size: 20px;
    }
    .new-store-wrap .new-store-content .new_store_carousel_wrap .slick-arrow {
        top: calc(50% - 40px);
    }
    .new-store-wrap .new-store-content .new_store_content_sec h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box h3 {
        font-size: 13px;
        padding-right: 25px;
        word-break: break-word;
    }
    .mbot_60 {
        margin-bottom: 40px;
    }
    .single_column h3 {
        font-size: 20px;
    }
    .col_container .col_row .col_box_inner .col_bottom {
        padding: 20px;
    }
    .col_container .col_row .col_box_inner .col_bottom .links_inner .link-arrow.left_btn {
        float: right;
    }
    .gift_card_page_wrap .intro_copy {
        font-size: 18px;
    }
    .gift_card_page_wrap .intro_btn_sec .heading {
        font-size: 20px;
        width: calc(100% - 176px);
    }
    .gift_card_page_wrap .intro_btn_sec .btn_dv {
        width: 170px;
    }
    .gift_card_page_wrap .intro_btn_sec .btn_dv .site_default_btn {
        padding: 12px 5px;
    }
    .gift_card_page_wrap .card_btn_dv a {
        width: calc(50% - 8px);
        font-size: 12px;
        padding: 20px 10px;
    }
    .single_column .two_col_wrap .two_col_row .thumbnail_col {
        width: 200px;
    }
    .single_column .two_col_wrap .two_col_row .content_col {
        width: calc(100% - 200px);
    }
    .single_column .two_col_wrap .two_col_row .thumbnail_col .img_thumb {
        height: 130px;
    }
    .single_column .two_col_wrap .two_col_row .thumbnail_col .img_thumb img {
        max-height: 100px;
    }
    .single_column .two_col_wrap .entertaining_box {
        padding: 40px 15px;
    }
    .single_column .two_col_wrap .entertaining_box h2.levi_font {
        font-size: 20px;
    }
    .single_column .two_col_wrap .entertaining_box p {
        font-size: 12px;
    }
    .single_column .two_col_wrap .entertaining_box .ent_btn {
        font-size: 8px;
        padding: 16px 5px;
    }
    .newsletterwidget .newsletter_form .btn_box input {
        font-size: 14px;
    }
    .single_beer_insp_sec .pair_box .content_sec .link_dv .link-arrow {
        position: relative;
        right: 0;
        bottom: 0;
    }
    header .header_nav ul.menu>li:nth-child(2) {
        padding-left: 0;
    }
    header .header_nav ul.menu>li:nth-child(3) {
        padding-left: 20px;
    }
    .slider_box_wrap .banner_video {
        height: 360px;
    }
    .home_slider {
        height: 360px;
    }
    .slider_box_wrap {
        height: 360px;
    }
    .slider_box_wrap .slider_img img {
        max-width: 595px;
    }
    .slider_box_wrap.left-image .slider_img img {
        max-width: 354px;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img {
        max-width: 500px;
    }
    header .header_nav .mega-sub-menu ul::after {
        margin-left: -5px;
    }
    .editor_text .editor_text_row .right_column .call-out-content {
        padding: 15px;
    }
    .editor_text .editor_text_row .right_column .call-out-content h4 {
        font-size: 13px;
        word-break: break-all;
    }
    .slider_box_wrap .slider_box_inner {
        height: 360px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel .site_default_btn {
        padding: 8px 30px;
        margin-top: 15px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 {
        font-size: 42px;
    }
    .beer_explore_wrap .explore_bar .col-sm-9 {
        padding-left: 0;
    }
    .new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box {
        width: 50%;
    }
    /****/
    header .header_search select {
        width: 80px;
        padding: 0 5px;
        font-size: 10px;
    }
    header .header_search .search_txt {
        padding-left: 77px;
        font-size: 10px;
    }
    header .header_search .select {
        width: 75px;
    }
    header .header_search .select .select-styled {
        padding: 12px 5px;
        font-size: 9px;
    }
    header .header_search .select .select-styled::after {
        right: 0px;
        top: 15px;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
    header .header_search .select .select-styled.active::after {
        transform: rotate(180deg) scale(0.6);
        -webkit-transform: rotate(180deg) scale(0.6);
    }
    header .header_search .select .select-options {
        font-size: 9px;
    }
    header .header_search .select .select-options li {
        padding: 5px;
    }
    .single_column .two_col_wrap .two_col_row .col_sm_2 {
        width: 50%;
        margin-bottom: 30px;
    }
    .single_column .two_col_wrap .two_col_row .col_sm_2:last-child {
        margin-bottom: 0;
    }
    header .header_search .search_txt::placeholder {
        font-size: 9px;
    }
    header .header_search .search_txt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 9px;
    }
    header .header_search .search_txt::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 9px;
    }
    header .header_search .search_txt:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 9px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        right: -12px;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right {
        margin-right: 20px;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox {
        padding: 30px 15px;
    }
    .nearest_store_main span.checkicontext {
        margin-left: 8px;
        font-size: 20px;
        width: calc(100% - 37px);
    }
    .single_beer_sec_1 .stock_text {
        font-size: 14px;
        margin-left: 0;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox.border {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single_beer_sec_1 .stock_text {
        padding-left: 34px;
    }
    .closet_store p.store_row .closeAnchor {
        font-size: 13px;
    }
    .closet_store p.store_row {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .closet_store p.store_row.col-row-2 {
        padding-right: 20px;
    }
    .closet_store p.store_row.col-row-5 {
        padding-right: 20px;
    }
    .closet_store p.store_row {
        padding-right: 20px;
    }
    .stock_status span.checkicon img {
        width: 24px;
        height: 24px;
    }
    .col-sm-3.customWidth {
        width: 30%;
    }
    .col-sm-9.customWidth {
        width: 70%;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        right: -2px;
    }
    .single_store_holiday .store_holiday_days .holiday_name {
        font-size: 11px;
    }
    .single_store_holiday .store_holiday_days .holiday_info {
        font-size: 10px;
    }
    .nearest_store_main span.checkicontext.notAvail {
        font-size: 18px;
        line-height: 24px;
    }
    /***Cottaging Guide CSS Start***/
    .cottaging_guide_wrap .c_guide_box .c_guide_title h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .cottaging_guide_wrap .c_guide_box .c_guide_content {
        padding: 20px 15px;
    }
    .single_cguide_wrap .c_tips_share_sec .share_btn {
        margin-right: 30px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec {
        width: 100px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec img {
        height: 150px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec {
        width: calc(100% - 105px);
        padding: 5px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec h3 {
        margin-bottom: 5px;
        letter-spacing: 0;
        font-size: 13px;
        margin-top: 5px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec p {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 5px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec .link_dv {
        bottom: 10px;
        right: 10px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec .link_dv .link-arrow {
        font-size: 9px;
    }
    #champion_des_background_sec .champion-side-image-inner {
        margin-top: -62px;
    }
    .champion-content-text .champion-content-Title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .champion-des-block .champion-content-Des p {
        font-size: 12px;
        line-height: 16px;
        color: #000;
        font-family: "Gotham-Book";
        margin-bottom: 6px;
        text-align: justify;
    }
    .champion-des-block .champion-content-button {
        font-family: "Gotham-Bold";
        font-size: 12px;
    }
    .champion-des-block .champion-content-text {
        width: 64%;
        float: left;
        padding: 4% 4%;
    }
    .contest-brand-img2 img {
        width: 55px;
        margin-left: auto;
        margin-right: auto;
    }
    .champion-des-background-sec {
        background-size: 100% 100%;
    }
    .champion-contest-wrap .champion-contest-head {
        margin-top: 15%;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .champion-contest-wrap .champion-contest-subtitle {
        font-size: 16px;
        line-height: 38px;
        font-family: "Gotham-Bold";
        padding-bottom: 25px;
    }
    .champion-registration-form-container .champion-registration-form-submit {
        font-size: 14px;
    }
    .champion-contest-wrap .champion-contest-list {
        padding-left: 0px;
    }
    .registration-block-left {
        border-right: 0px;
        padding-right: 0px;
    }
    .champion-registration-form-wrap {
        padding-left: 0px;
    }
    .champion-contest-wrap .champion-contest-list ul li {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 6px;
    }
    .champion-contest-wrap .Champion-Contest-Button {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .champion-contest-wrap .Champion-Contest-Button .champion-contest-btn {
        padding: 12px 22px;
        letter-spacing: 0.2px;
        font-size: 14px;
    }
    .champion-registration-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .champion-members-logo-block ul li img {
        width: 270px;
    }
    input#mc-embedded-subscribe {
        font-size: 14px;
    }
    .registration-steps-wrap .registration-list span {
        line-height: 55px;
    }
    .champion-registration-wrap .registration-left-title {
        font-size: 20px;
        line-height: 28px;
    }
    .registration-vertcal-line {
        display: none;
    }
    .registration-steps-wrap {
        padding-top: 40px;
        width: 100%;
        float: left;
    }
    .registration-steps-wrap .registration-row {
        margin-bottom: 15px;
    }
    .registration-steps-wrap .registration-row:last-child {
        margin: 0;
    }
    .registration-steps-wrap .registration-list span {
        color: #fff;
        font-size: 22px;
        font-family: "Gotham-Bold";
        border-radius: 100%;
        border: 2px solid #f4b233;
        width: 45px;
        height: 45px;
        display: inline-block;
        text-align: center;
        line-height: 45px;
    }
    .registration-steps-wrap .registration-list {
        width: 8%;
        float: left;
    }
    .registration-steps-wrap .registration-content h2 {
        font-family: "Gotham-Bold";
        margin-top: 0px;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
    }
    .registration-steps-wrap .registration-content p {
        font-family: "Gotham-Book";
        font-size: 12px;
        color: #fff;
        line-height: 20px;
    }
    .champion-registration-form-wrap .champion-registration-form-title {
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .mc-field-group.input-group strong {
        font-size: 14px;
    }
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        font-size: 14px;
    }
    .champion-registration-form-wrap .champion-registration-form-subtitle {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .champion-members-logo-block {
        padding-top: 16px;
        text-align: center;
        width: 100%;
        float: left;
    }
    .champion-members-logo-block ul li:first-child {
        margin-right: 25px;
    }
    /**/
    .champion-team-profile-wrap .champion-team-privacy-title{
        font-size: 24px;
        line-height: 24px;
    }
    .champion-team-profile-wrap .champion-team-privacy-desc {
        font-size: 12px;
        line-height: 18px;
    }
    /**/
    .champion-team-profile-wrap .champion-team-profile-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .champion-team-profile-wrap .champion-team-profile-subtitle {
        text-align: center;
        font-size: 13px;
        line-height: 38px;
        padding-bottom: 20px;
    }
    .champion-team-profile-block {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        border: 1px solid #ddd;
    }
    .champion-team-profile-block .champion-team-profile-block-title {
        text-align: center;
        font-size: 22px;
        line-height: 38px;
        font-family: "Gotham-Bold";
        padding-bottom: 10px;
    }
    .champion-team-profile-block .champion-team-profile-block-subtitle {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        font-family: "Gotham-Book";
        padding-bottom: 24px;
    }
    .champion-call-wrap .champion-call-title {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .champion-call-wrap .champion-call-descripton {
        font-size: 12px;
        line-height: 18px;
        font-family: "Gotham-Book";
        color: #fff;
        margin-bottom: 20px;
    }
    .champion-call-wrap {
        padding: 60px 0px;
    }
    .champion-contest-wrap {
        padding-bottom: 40px;
    }
    .champion-call-wrap .champion-call-btn {
        width: 145px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }
    .champion-team-profile-main-desc {
        font-size: 12px;
        line-height: 18px;
    }
    .champion-team-profile-main-btn {
        margin-top: 15px;
    }
    .team-card-btn {
        font-size: 12px;
        padding: 10px 20px;
    }
    .champion-team-row {
        margin-top: 20px;
    }
    .champion-team-row ul li {
        line-height: 24px;
    }
    .champion-team-row ul li span img {
        width: 35px;
        height: 50px;
    }
    .champion-team-row {
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    /** Mail chimp start css**/
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        float: left;
        font-size: 14px;
        margin-right: 30px;
        padding-left: 30px;
    }
    #mc_embed_signup_scroll span.checkmark {
        height: 20px;
        width: 20px;
    }
    #mc_embed_signup_scroll li.checkbox_container input {
        height: 20px;
        width: 20px;
        margin: 0;
    }
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        line-height: 20px;
    }
    .champion-contest-wrap .champion-contest-list p {
        font-size: 14px;
        line-height: 18px;
    }
    /** Mail chimp start end**/
    .registration_main_title h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    /* .setting_subscriber_boxes p {
        font-size: 14px;
        line-height: 22px;
    } */
    .c_guide_slider_section .slick-arrow.slick-prev {
        left: -40px;
    }
    .c_guide_slider_section .slick-arrow.slick-next {
        right: -40px;
    }
    .c_guide_slider_section .c_guide_slider_heading {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .c_guide_slider_section .slick-dots button{
        width: 10px;
        height: 10px;
    }
    .champion-team-profile-wrap .champion-team-profile-privacy .container {
        padding: 0px;
    }
    .champion-team-profile-block-plugin .step_three .preview_text p{
        font-size: 12px;
        line-height: 18px;
    }
    .single_store_holiday .single_store_sec1 .store_detail {
        height: 500px;
    }
    .single_store_holiday .single_store_sec1 .store_map {
        height: 500px;
    }
    /* 991 and 768 close*/
}

@media screen and (max-width: 767px) {
    .champion-team-profile-block-plugin .step_three .preview_text p{
        font-size: 12px;
        line-height: 18px;
    }
    .champion-section-Background .champion-bacground-img-inner img.desktop_view2{
        display:none;   
    }
    .champion-section-Background .champion-bacground-img-inner img.mobile_view2{
        display:block;
    }

    .champion-overlap-image {
        top: 51.5%;
    }
    .champion-overlap-image .champion-badge-image img {
        width: 40.5%;
    }
    span.desktop_text {
        display: none;
    }
    #champion_des_background_sec .champion-side-image-inner {
        display: none;
    }
    .champion-des-background-sec {
        background-size: cover;
        background-color: #e2e2e2;
        background-position: bottom center;
    }
    .champion-des-block .champion-content-text {
        width: 100%;
        float: left;
        padding: 9% 5% 16%;
    }
    .row-team {
        margin-left: 15px;
        margin-right: 15px;
    }
    .champion-team-row {
        text-align: left;
        margin-top: 20px;
        padding-top: 0px;
    }
    .champion-team-row ul li {
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 0;
    }
    .champion-team-row ul li span img {
        width: 40px;
        height: 40px;
    }
    .champion-team-profile-main-desc {
        font-size: 14px;
        font-family: "Gotham-Book";
        color: #000;
        line-height: 20px;
        text-align: left;
    }
    .champion-team-profile-main-btn {
        text-align: left;
        margin-top: 20px;
    }
    .team-card-btn {
        border-radius: 5px;
        background-color: #f4b234;
        color: #000;
        font-size: 14px;
        font-family: "Gotham-Bold";
        padding: 10px 30px;
        display: inline-block;
    }
    .champion-content-text .champion-content-Title {
        color: #000000;
        font-family: "Leviathan-HTF-Black";
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .champion-des-block .champion-content-Des p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .champion-des-block .champion-content-button {
        font-size: 12px;
    }
    .champion-contest-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .champion-contest-wrap .champion-contest-head {
        margin-top: 9%;
        color: #000000;
        font-family: "Leviathan-HTF-Black";
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
        text-align: center;
    }
    .champion-contest-wrap .champion-contest-subtitle {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .champion-contest-wrap .contest-brand-block .contest-brand-img {
        padding-bottom: 33px;
        width: 42%;
        float: left;
        margin: 0px 4%;
    }
    .champion-contest-wrap .champion-contest-list {
        padding-left: 0px;
        width: 100%;
        float: left;
        clear: both;
    }
    .champion-contest-wrap .champion-contest-list ul {
        padding-left: 12px;
    }
    .champion-contest-wrap .champion-contest-list ul li {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 10px;
        float: left;
    }
    .champion-contest-wrap .Champion-Contest-Button .champion-contest-btn {
        padding: 12px 22px;
        font-size: 12px;
    }
    .champion-registration-wrap .registration-left-title {
        font-size: 24px;
        line-height: 24px;
    }
    .champion-registration-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: cover;
    }
    .registration-vertcal-line {
        display: none;
    }
    .registration-steps-wrap {
        padding-top: 30px;
    }
    .registration-steps-wrap .registration-list span {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .registration-block-left {
        border-right: 0px;
        padding-right: 0px;
    }
    .champion-registration-form-wrap {
        padding-left: 0px;
    }
    .champion-registration-form-wrap {
        width: 100%;
        float: left;
    }
    .registration-steps-wrap .registration-content {
        padding-left: 24px;
    }
    .registration-steps-wrap .registration-row {
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    .registration-steps-wrap .registration-content h2 {
        margin-top: 0px;
        font-size: 14px;
        line-height: 16px;
    }
    .registration-steps-wrap .registration-content p {
        font-family: "Gotham-Book";
        font-size: 12px;
        color: #fff;
        line-height: 18px;
    }
    .champion-registration-form-wrap .champion-registration-form-title {
        width: 100%;
        float: left;
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px;
        text-align: center;
    }
    .champion-registration-form-wrap .champion-registration-form-subtitle {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        font-family: "Gotham-Book";
        padding-bottom: 25px;
        color: #fff;
        padding-top: 27px;
    }
    .champion-registration-form-container .champion-registration-form-text,
    .champion-registration-form-container .champion-registration-form-email,
    .champion-registration-form-container .champion-registration-form-phone {
        padding: 9px 10px;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
        float: left;
        font-size: 14px;
        margin-bottom: 12px;
        height: 35px;
    }
    .champion-registration-form-container span.wpcf7-not-valid-tip {
        color: #f00;
        font-size: 0.7em;
        font-weight: normal;
        display: block;
        position: absolute;
        width: 185px;
        bottom: -46px;
    }
    .cform_sec_two span.wpcf7-not-valid-tip {
        font-size: 0.6em;
    }
    .champion-registration-form-container .wpcf7-response-output {
        color: #fff;
        position: absolute;
        bottom: -11px;
        border: 0px;
        font-size: 10px;
    }
    .champion-members-logo-block {
        width: 100%;
        float: left;
    }
    .champion-registration-form-container .champion-registration-form-submit {
        padding: 9px 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    .champion-members-logo-block {
        padding-top: 10px;
    }
        /**/
        .champion-team-profile-wrap .champion-team-privacy-title{
            font-size: 24px;
            line-height: 24px;
        }
        .champion-team-profile-wrap .champion-team-privacy-desc {
            font-size: 12px;
            line-height: 18px;
        }
        /**/
    .champion-team-profile-wrap .champion-team-profile-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    .champion-team-profile-wrap .champion-team-profile-subtitle {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        font-family: "Gotham-Bold";
        padding-bottom: 24px;
    }
    .champion-team-profile-block .champion-team-profile-block-title {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        font-family: "Gotham-Bold";
        padding-bottom: 10px;
    }
    .champion-team-profile-block {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #ddd;
    }
    .champion-team-profile-block .champion-team-profile-block-subtitle {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        font-family: "Gotham-Book";
        padding-bottom: 24px;
    }
    .champion-team-profile-wrap {
        clear: both;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    /* .champion-team-profile-block-plugin #progressbar .active:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -5px;
        left: 0px;
        background: #F5A81C;
        border-radius: 0px;
    } */
    .champion-team-profile-block-plugin #msform .action-button {
        width: 100px;
        padding: 12px 10px;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Gotham-Bold";
        border-radius: 2px;
        height: 40px;
    }
    .champion-team-profile-block-plugin .stepsbysteps {
        padding: 20px 10px;
    } 
    .header-text {
        padding-top: 10px;
    }
    .champion-team-profile-block-plugin .header-text p {
        margin-bottom: 30px;
    }
    .champion-team-profile-block-plugin .multiple-items-steps h3 {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .champion-team-profile-block-plugin #progresbar {
        margin-top: 35px;
    }
    .champion-call-wrap .champion-call-title {
        color: #fff;
        font-family: "Leviathan-HTF-Black";
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 4px;
        text-align: center;
    }
    .champion-call-wrap .champion-call-descripton {
        font-size: 11px;
        line-height: 14px;
        font-family: "Gotham-Book";
        color: #fff;
        margin-bottom: 20px;
    }
    .champion-call-wrap {
        padding: 20px 0px;
        background-size: cover;
        width: 100%;
        float: left;
        background-position: top center;
    }
    .champion-call-wrap .champion-call-btn {
        width: 145px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .contest-brand-img2 img {
        width: 80px;
        float: right;
    }
    #champion-appstrore-wrap {
        padding-top: 46px;
        padding-bottom: 45px;
    }
    .champion-des-block .champion-content-text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .champion-contest-wrap .champion-contest-head,
    .registration-block-left,
    .champion-registration-form-container,
    .champion-registration-form-wrap .champion-registration-form-subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }
    .champion-contest-wrap .champion-contest-list ul {
        padding-left: 15px;
    }
    .top_bar .locator_btn_dv {
        display: none;
    }
    .beer_data_titl h3.sku_title {
        margin: 30px 0px;
        font-size: 20px;
    }
    .page-store-locator .store_area {
        background: #f4f4f4;
        padding: 30px 0px;
    }
    .store_column.store_column_scroll {
        height: auto;
    }
    header .header_search {
        display: none;
        max-width: 100%;
        float: none;
        margin-top: 0;
        padding-top: 1px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sticky-header.header_wrap header .header_search {
        margin-top: 0;
        padding-top: 0;
    }
    header .header_search form {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
    }
    header .header_search::before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        height: 1px;
        left: 0;
        right: 0;
    }
    header .header_search .search_txt {
        max-width: 100%;
    }
    header .header_nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        right: 0;
        bottom: 0;
        background: #000;
        padding: 0;
        height: 100vh;
        padding-top: 0;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
        overflow: hidden;
        z-index: 100;
    }
    header .header_nav.show_mob_nav {
        left: 0;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
    }
    header .header_nav ul li {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    }
    header .header_nav ul.menu>li:first-child {
        border-top: 2px solid rgba(255, 255, 255, 0.25);
    }
    header .header_nav .menu {
        padding: 0 30px;
    }
    .sticky-header.header_wrap header .header_nav ul#menu-main-menu>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .header_nav ul li>a {
        padding: 10px 15px;
        font-size: 14px;
    }
    header .header_nav ul li.menu-item-has-children {
        background: url("../images/arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 8px 15px;
    }
    header .header_nav ul li .sub-menu {
        padding-top: 0;
        top: 64px;
        right: 0;
        max-width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
        padding: 0 30px;
        display: block;
        left: 100%;
        width: 100%;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
        padding-top: 40px;
    }
    header .header_nav ul li .sub-menu.show_sub_menu {
        left: 0;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
    }
    header .header_nav ul li .sub-menu li:first-child {
        padding-top: 0;
    }
    header .header_nav ul li .sub-menu li:last-child {
        padding-bottom: 0;
    }
    header .header_nav ul li .sub-menu li {
        background: #000;
        padding: 0;
    }
    header .header_nav ul li .sub-menu li a {
        padding: 15px;
        color: #fff;
        border-bottom: none;
    }
    header .header_nav .mega-sub-menu {
        max-width: 100%;
        width: 100%;
        top: auto;
        padding-top: 0;
        z-index: 100;
        /* height: 100%; */
        background: #000;
        padding: 0 30px;
        left: 100%;
        display: block !important;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
        border: none;
        height: 70vh;
        /*margin-top: -60px;*/
    }
    header .header_nav .mega-sub-menu .main_head {
        /*margin-top: -54px;*/
        text-align: center;
        border: none;
        background: none !important;
        color: #fff;
        display: block;
        border-bottom: 2px solid rgba(255, 255, 255, 0.25);
        padding: 15px 0 !important;
    }
    header .header_nav .mega-sub-menu .main_head.main_head_sub {
        padding: 20px 0 !important;
    }
    header .header_nav .mega-sub-menu .main_head .strong_txt {
        display: block;
        font-size: 14px;
        font-family: "Gotham-Bold";
    }
    header .header_nav .mega-sub-menu .main_head .desc_txt {
        display: block;
        font-size: 12px;
    }
    header .header_nav .mega-sub-menu.show_mega_menu {
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
        left: 0;
    }
    header .header_nav ul li.shoplink a {
        background-position: right top 15px !important;
    }
    header .header_nav ul li.mega_nav {
        background: url("../images/arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 8px 15px;
    }
    header .header_nav .mega-sub-menu>li>a {
        padding: 15px;
        color: #fff;
        border-bottom: none;
        width: auto;
        background: none;
    }
    header .header_nav .mega-sub-menu li .menu-type>li {
        background: url("../images/arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 8px 15px;
    }
    header .header_nav .mega-sub-menu li .menu-type>li>a {
        border-bottom: none;
        color: #fff;
        display: inline-block;
        width: auto;
        padding: 15px;
        background: none;
    }
    header .header_nav .mega-sub-menu>li:last-child,
    header .header_nav .mega-sub-menu>li>.menu-type>li:last-child {
        padding-bottom: 0;
    }
    header .header_nav .mega-sub-menu>li:nth-child(3),
    header .header_nav .mega-sub-menu>li>.menu-type>li:nth-child(3) {
        padding-top: 0;
    }
    header .header_nav .mega-sub-menu li .menu-type {
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        border-right: none;
        border-left: none;
        background: #000;
        padding: 0 25px;
        display: none;
        /*calc(100vh - 91px) !important;*/
        z-index: 1 !important;
        overflow-x: auto;
    }
    header .header_nav .mega-sub-menu li a {
        color: #fff;
    }
    header .header_nav .mega-sub-menu li .menu-type li .menu-style li a {
        padding: 15px;
    }
    header .header_nav .mega-sub-menu li .menu-type li .menu-style {
        width: 100%;
        top: 0px;
        left: 100%;
        background: #000;
        padding: 0 30px;
        right: 0;
        height: 85vh !important;
        z-index: 1 !important;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
        overflow: auto;
    }
    header .header_nav .mega-sub-menu li .menu-type li .menu-style.show_last_level_menu {
        left: 0;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
    }
    .sticky-header.header_wrap header .header_nav .mega-sub-menu {
        top: auto;
    }
    header .header_nav .mega-sub-menu>li {
        padding: 0;
        background: url("../images/arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 8px 15px;
        border-left: none;
        border-right: none;
    }
    header .header_nav .mega-sub-menu .sub_head {
        background: none !important;
        color: #fff;
        padding: 15px;
        font-family: "Gotham-Bold";
        display: block;
    }
    header .header_nav .mega-sub-menu>li .menu-type {
        display: block;
        left: 100%;
        height: 85vh !important;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
        overflow: auto;
    }
    header .header_nav .mega-sub-menu>li .menu-type.show_sub_sub_menu {
        left: 0;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
    }
    header .header_nav .mega-sub-menu li .menu-type li .menu-style li {
        float: none;
        width: 100%;
    }
    header .header_nav ul li>a:hover::after {
        display: none;
    }
    header .header_nav .mob_menu_close {
        color: #fff;
        position: absolute;
        right: 30px;
        font-size: 34px;
        cursor: pointer;
        display: inline-block;
        line-height: 20px;
        z-index: 999;
        margin-top: -30px;
    }
    header .mob_top_bar .logo {
        text-align: center;
        padding: 8px 0;
        display: inline-block;
        width: 60%;
        float: left;
    }
    header .logo img {
        max-width: 45px;
    }
    header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .home header .header_right_nav {
        border-bottom: none;
    }
    header .header_right_nav {
        border-bottom: none;
        margin-right: -30px;
        margin-left: -30px;
    }
    .slider_box_wrap .slider_img img {
        height: 272px;
        object-fit: cover;
    }
    .slick-arrow.slick-next {
        right: 15px;
    }
    .slick-arrow.slick-prev {
        left: 15px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 {
        font-size: 30px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 .mid-title {
        font-size: 48px;
        line-height: 54px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 .mid-title .sm-block {
        display: block;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        background-size: 40px !important;
    }
    .fullwidthwidget .shop_widget_inner {
        padding: 0 15px;
    }
    .fullwidthwidget .icon {
        width: 40px;
    }
    .fullwidthwidget .icon img {
        max-width: 100%;
    }
    .fullwidthwidget .btn_dv {
        width: 15px;
    }
    .fullwidthwidget .btn_dv a {
        background: url("../images/arrow-orange.svg");
        background-repeat: no-repeat;
        text-indent: -99999px;
        background-position: center right;
        background-size: 11px 20px;
    }
    .fullwidthwidget .content {
        width: calc(100% - 67px);
        padding: 0 15px;
    }
    header .mob_top_bar .mob_hamburger {
        width: 20%;
        float: left;
        min-height: 1px;
        display: inline-block;
        padding-top: 17px;
    }
    header .mob_top_bar .mob_hamburger .mob_menu {
        display: inline-block;
    }
    header .mob_top_bar .mob_search {
        display: inline-block;
        width: 20%;
        text-align: right;
        float: left;
        padding-top: 14px;
    }
    header .mob_top_bar::after {
        content: "";
        display: table;
        clear: both;
    }
    header .header_nav .menu_back_level,
    header .header_nav .menu_back_level_second,
    header .header_nav .menu_back_level_last {
        position: absolute;
        left: 30px;
        margin-top: -30px;
        z-index: 999;
        float: left;
        width: 30px;
    }
    header .header_nav .menu_back_level img,
    header .header_nav .menu_back_level_second img,
    header .header_nav .menu_back_level_last img {
        width: 12px;
        transform: rotate(180deg);
    }
    header .mob_top_bar .mob_hamburger .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
    }
    header .mob_top_bar .mob_hamburger .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel {
        padding: 0 8%;
        padding-bottom: 15px;
    }
    .slider_box_wrap.left-title .slider_text .slider_text_tbl .slider_text_cel {
        padding: 0 8%;
        padding-bottom: 15px;
    }
    .home_slider .slick-arrow.slick-next {
        right: 30px;
    }
    .home_slider .slick-arrow.slick-prev {
        left: 30px;
    }
    .slider_box_wrap.left-image .slider_img {
        padding-right: 10px;
    }
    .slider_box_wrap.right-title .slider_text {
        padding-left: 10px;
        width: 70%;
        padding-right: 10px;
    }
    .slider_box_wrap.right-title .slider_text .slider_text_tbl .slider_text_cel {
        padding: 0;
        padding-bottom: 15px;
    }
    .fullwidthwidget {
        padding: 20px 0;
    }
    .fullwidthwidget .content h2 {
        font-size: 20px;
    }
    .fullwidthwidget .content p {
        font-size: 12px;
        line-height: 16px;
    }
    .common_section .head_sec h2 {
        font-size: 20px;
    }
    .common_section .head_sec h3 {
        font-size: 14px;
        letter-spacing: 5px;
    }
    .section_appstore .app_text_sec {
        padding-top: 0;
        float: none;
        margin-bottom: 30px;
    }
    .section_appstore .app_text_sec .logo-icon {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .section_appstore .app_text_sec .logo-icon img {
        max-width: 100px;
    }
    .section_appstore .app_text_sec .app_txt {
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .section_appstore .app_text_sec .app_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .section_appstore .app_text_sec .app_txt p {
        margin-bottom: 25px;
        font-size: 14px;
    }
    .section_appstore {
        padding-bottom: 0;
        padding-top: 50px;
        background: url(../images/wood_background_mob.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section_guide .blog_post_carousel .post_inner .p {
        max-width: 220px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .newsletterwidget .newsletter_txt {
        text-align: center;
        margin-bottom: 20px;
    }
    .newsletterwidget .newsletter_txt h3 {
        font-size: 14px;
        letter-spacing: 5px;
    }
    .newsletterwidget .newsletter_txt h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .newsletterwidget .newsletter_form .input_box {
        border: 1px solid #d6d6d6;
        padding: 25px;
        border-radius: 5px 5px 0 0px;
        border-right: 1px solid #d6d6d6;
        float: none;
        width: 100%;
        height: auto;
        border-bottom: none;
    }
    .newsletterwidget .newsletter_form .btn_box {
        float: none;
        width: 100%;
    }
    .newsletterwidget .newsletter_form .btn_box input {
        border-radius: 0 0px 5px 5px;
        border: none;
        width: 100%;
        padding: 10px;
        height: 44px;
        font-size: 14px;
    }
    .newsletterwidget .newsletter_form .input_box input {
        border-radius: 0;
    }
    .newsletterwidget {
        padding: 40px 0;
    }
    .more_store_main {
        padding: 0;
    }
    .slick-dots li {
        padding: 0 3px;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
        background: #000;
        border: none;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        display: block;
    }
    .slick-dots li.slick-active button {
        background: #f4b233;
    }
    .store_block_slider .slick-dots {
        margin-top: 20px;
    }
    .common_section {
        padding: 40px 0;
    }
    .more_store_main.store_block_slider .slick-slide {
        margin: 0 8px;
    }
    /*
    .more_store_main .slick-list {
        padding-left: 7px;
        padding-right: 30px;
        margin-right: -15px;
    }
*/
    .more_store_main .slick-list {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .more_store_main.beer_sale_slider .slick-slide {
        margin: 0 8px;
    }
    .home_category .cat_sec .cat_box {
        float: none;
        width: 100%;
        border-right: none;
        position: relative;
        padding: 20px 15px;
        display: flex;
    }
    .home_category .cat_sec .cat_box a {
        display: flex;
    }
    .home_category .cat_sec .cat_box::after {
        content: "";
        display: table;
        clear: both;
    }
    .home_category .cat_sec .cat_box .cat_icon {
        margin-bottom: 0;
        float: left;
        width: 30px;
    }
    .home_category .cat_sec .cat_box .cat_icon img {
        max-width: 100%;
        max-height: 30px;
    }
    .home_category .cat_sec .cat_box h3 {
        font-size: 18px;
        margin-bottom: 0;
        float: left;
        width: calc(100% - 30px);
        text-align: left;
        padding-left: 15px;
        align-self: center;
    }
    .home_category .cat_sec .cat_box .link {
        position: absolute;
        right: 15px;
        text-indent: -99999px;
        background: url("../images/arrow-orange.svg");
        width: 6px;
        height: 12px;
        align-self: center;
    }
    .home_category .cat_sec .cat_box::before {
        content: "";
        background: #d6d6d6;
        position: absolute;
        bottom: 0;
        right: 15px;
        left: 60px;
        height: 1px;
    }
    .footer_logo {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 30px;
    }
    footer .footer_menu .menu {
        padding-top: 15px;
    }
    .footer_social_share .social_footer .menu {
        padding-top: 0;
    }
    footer .footer_menu h2 {
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 16px 0;
        background: url(../images/arrow-orange.svg);
        background-repeat: no-repeat;
        background-position: center right;
        line-height: normal;
        margin-bottom: 0;
    }
    footer .footer_menu_collapse ul {
        display: none;
    }
    .footer_social_share .social_footer h2 {
        margin-bottom: 0;
    }
    footer .bottom_footer ul {
        border-top: none;
        margin-top: 30px;
        padding-top: 0;
    }
    footer .bottom_footer ul li {
        padding: 0 8px;
    }
    footer {
        position: relative;
        padding: 30px 0;
    }
    footer .footer_social_share {
        position: absolute;
        top: 60px;
        right: 15px;
    }
    .footer_social_share .footer_menu.social_footer h2 {
        border-bottom: none;
        margin-bottom: 5px;
        margin-top: 0;
        padding-top: 0;
        background: none;
    }
    /*
    .style_cat_sec .slick-list.draggable {
        padding-bottom: 20px;
        padding-left: 7px;
        padding-right: 30px;
        margin-right: -15px;
    }
*/
    .style_cat_sec .slick-list.draggable {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .style_cat_sec .slick-list.draggable .custom-pro-col {
        padding: 0 8px;
    }
    .editor_text .editor_text_row .left_column {
        float: none;
        width: 100%;
        padding: 0;
    }
    .editor_text .editor_text_row .right_column {
        float: none;
        width: 100%;
        padding: 0;
    }
    footer .container .col-sm-2 {
        width: 100%;
    }
    footer .container .col-sm-4.footer_social_share {
        width: 120px;
    }
    .footer_social_share .social_footer ul li.tw_share a {
        background-position: center left;
    }
    .more_store_main.beer_sale_slider .slick-slide>div {
        margin-bottom: 30px;
    }
    .section_sale .more_btn_dv .site_default_btn {
        font-size: 10px;
        max-width: 190px;
        padding: 8px;
    }
    body.header-fixed {
        padding-top: 100px;
    }
    .beer_sale_slider .slick-dots {
        margin-bottom: 20px;
        margin-top: -15px;
        z-index: 1;
        position: relative;
    }
    .more_store_main .onsale_box .onsale_content ul li {
        float: left;
        width: 33.33334%;
    }
    .more_store_main .onsale_box .onsale_content ul {
        font-size: 12px;
        line-height: 16px;
    }
    .more_store_main .onsale_box .onsale_content ul li strong {
        display: block;
    }
    .more_store_main .onsale_box .onsale_content ul li:first-child {
        width: 50px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_title {
        font-size: 14px;
        line-height: 20px;
    }
    .more_store_main .onsale_box .onsale_content ul li:nth-child(2) {
        width: calc(100% - 95px);
        text-align: center;
    }
    .more_store_main .onsale_box .onsale_content ul li .cats {
        display: inline-block;
        text-align: left;
    }
    .more_store_main .onsale_box .onsale_content ul li:last-child {
        width: 45px;
    }
    .more_store_main .onsale_box .onsale_img {
        width: 80px;
    }
    .more_store_main .onsale_box .onsale_content {
        width: calc(100% - 80px);
    }
    .onsale_footer .onsale_dimension {
        font-size: 12px;
        line-height: 16px;
    }
    .onsale_footer .onsale_price .reg_price {
        font-size: 12px;
        line-height: 16px;
    }
    .onsale_footer .onsale_price .sale_price {
        font-size: 12px;
        line-height: 16px;
    }
    .top_bar .header_locator .locator_icon {
        margin-right: 8px;
        float: left;
    }
    .top_bar .header_locator .locator_icon img {
        width: 13px;
    }
    .top_bar .header_locator {
        padding-top: 0px;
        font-size: 12px;
    }
    .top_bar .header_locator .store_name {
        margin-right: 25px;
        float: left;
    }
    .sticky-header.header_wrap header .logo {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .home_cat_style .cat_stl_box .content_area .rt_sec img {
        max-width: 100%;
    }
    .single_beer_sec_1 .fig_sec .single_beer_eq_ht {
        height: inherit !important;
    }
    .single_beer_sec_1 .fig_sec .figure_block .img_thumb img {
        position: relative;
    }
    .single_beer_sec_1 .fig_sec .figure_block {
        width: 100%;
        float: none;
        opacity: 1;
        margin-bottom: 20px;
    }
    .single_beer_sec_1 .fig_sec .detail_block {
        float: none;
        width: 100%;
    }
    .single_beer_explore_sec .content_col {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .single_beer_explore_sec {
        padding: 40px 0;
        padding-bottom: 20px;
    }
    .single_beer_explore_sec .content_or_col {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .single_beer_sec_1 .more_detail .more_detail_box {
        margin-bottom: 30px;
    }
    .single_beer_wrap .single_beer_sec_1 {
        padding: 40px 0;
        padding-bottom: 10px;
    }
    .single_beer_insp_sec {
        padding: 40px 0;
    }
    .single_beer_sec_1 .fig_sec {
        margin-bottom: 40px;
    }
    .single_beer_explore_sec .content_col h2 {
        font-size: 20px;
    }
    .single_beer_insp_sec .head_sec h3 {
        font-size: 12px;
        letter-spacing: 5px;
    }
    .single_beer_insp_sec .head_sec h2 {
        font-size: 20px;
    }
    .single_beer_insp_sec .head_sec {
        margin-bottom: 30px;
    }
    .single_beer_sec_1 .fig_sec .figure_block .desc_mob {
        display: block;
    }
    .single_beer_sec_1 .fig_sec .figure_block .desc_mob h3 {
        font-size: 14px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 10px;
        letter-spacing: 0.15px;
    }
    .single_beer_sec_1 .fig_sec .figure_block .desc_mob h2 {
        font-size: 20px;
        margin: 0;
        margin-bottom: 0px;
        font-family: "Leviathan-HTF-Black";
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .desc h3 {
        display: none;
    }
    .single_beer_sec_1 .fig_sec .detail_block .desc h2 {
        display: none;
    }
    .single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box {
        padding: 15px 5px;
        padding-top: 18px;
    }
    .explore_filter_popup_wrap {
        padding: 0 30px;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .two_col {
        width: 100%;
    }
    .single_beer_insp_sec .pair_box .img_sec {
        float: none;
        width: 100%;
    }
    .single_beer_insp_sec .pair_box .content_sec {
        float: none;
        width: 100%;
    }
    .single_beer_insp_sec .pair_box .content_sec p {
        font-size: 12px;
        min-height: 52px;
    }
    .single_beer_insp_sec .pair_box .img_sec img {
        border-radius: 5px 5px 0 0;
    }
    .foodpairing-carousel-sm .slick-dots {
        margin-top: 20px;
    }
    .foodpairing-carousel-sm .col-sm-6 {
        padding: 0 8px;
    }
    .foodpairing-carousel-sm .slick-list.draggable {
        padding-right: 30px;
        margin-right: -15px;
        padding-left: 7px;
    }
    .single_beer_sec_1 .fig_sec .detail_block .deatil_box .inner_box p {
        font-size: 12px;
    }
    .locator_popup h2 {
        font-size: 16px;
        margin: 15px 0;
        padding: 0 15px;
    }
    .single_store_wrap .single_store_sec1>.container {
        padding: 0;
    }
    .single_store_sec1 .store_detail {
        float: none;
        width: 100%;
        padding: 40px 30px;
        padding-bottom: 40px;
        height: inherit;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .single_store_sec1 .store_detail .breadcrumb {
        position: absolute;
        top: 15px;
    }
    .single_store_sec1 .store_detail .top_sec {
        position: absolute;
        top: 20px;
    }
    .single_store_sec1 .store_map {
        float: none;
        width: 100%;
        min-height: 1px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        position: relative;
        height: 200px;
        border-bottom: 1px solid #d6d6d6;
        border-left: none;
        margin-top: 110px;
    }
    .single_store_sec1 .store_map .beerStoreMap {
        position: relative !important;
        right: 0;
        width: 100% !important;
        height: 100%;
    }
    .single_store_wrap .single_store_sec1 .mob_swap_container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        position: relative;
    }
    .single_store_sec1 .store_detail .top_sec h2 {
        font-size: 20px;
    }
    .single_store_sec1 .store_detail .bottom_sec p {
        font-size: 12px;
    }
    .single_store_sec1 .store_detail .bottom_sec h4 {
        font-size: 14px;
    }
    .single_store_sec1 .store_detail .top_sec p {
        font-size: 12px;
    }
    .single_store_sec1 .store_detail .bottom_sec .rite_col table {
        font-size: 12px;
    }
    .single_store_wrap .single_store_brand_sec .brand_head h2 {
        font-size: 20px;
    }
    .single_store_wrap .single_store_brand_sec .brand_head p {
        font-size: 12px;
    }
    .single_store_wrap .single_store_brand_sec .brand_head .brand_filter_wrap .filter_btn {
        margin: 0 2px;
        font-size: 10px;
    }
    .single_store_wrap .single_store_brand_sec .brand_head {
        padding: 40px 0;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content h3 {
        font-size: 14px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .thumb_img {
        width: 85px;
        height: 83px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box img {
        height: 81px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box .brand_content {
        width: calc(100% - 85px);
        height: 73px;
        padding: 0 15px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .brand_search_area .brand_box {
        margin-bottom: 15px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .btn_dv {
        margin-bottom: 40px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .btn_dv .site_default_btn {
        font-size: 10px;
        max-width: 170px;
        padding: 8px;
    }
    .single_store_wrap .single_store_brand_sec .brand_result_wrap .alpha_rpt {
        margin-bottom: 20px;
    }
    .explore_content_wrap .filter_column {
        position: inherit;
        width: 100%;
    }
    .explore_content_wrap .result_column {
        width: 100%;
        height: inherit !important;
    }
    .explore_content_wrap .result_sec .result_box {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 20px;
    }
    .explore_content_wrap .result_sec .result_content_row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .beer_explore_wrap .explore_bar .bar_head .reset_btn {
        display: none;
    }
    .beer_explore_wrap .explore_bar .bar_head .filter_txt {
        margin-right: 0;
        border-right: none;
    }
    .explore_content_wrap .filter_area {
        border-right: none;
        padding-right: 0;
    }
    .explore_content_wrap .result_sec {
        padding-top: 0;
    }
    .beer_explore_wrap .explore_bar .bar_head .filter_toggle {
        display: none;
    }
    .beer_explore_wrap .explore_bar .bar_head .mob_filter_toggle {
        display: inline-block;
    }
    .beer_explore_wrap .filter_selection_wrap {
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        box-sizing: border-box;
        display: none;
        height: 100%;
        left: 0;
        outline: none;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000;
        display: none;
        padding: 0 20px;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        margin: 30px 0;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_show {
        display: block;
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 20px;
        position: relative;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_show .reset_popup_btn {
        color: #4A4F55;
        font-size: 12px;
        padding-left: 22px;
        display: inline-block;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_show .reset_popup_btn::before {
        content: url('../images/reset.svg');
        position: absolute;
        left: 0;
        top: 5px;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_show .our_beer_close_filter {
        position: absolute;
        right: 0;
        color: #4A4F55;
        font-size: 34px;
        line-height: 18px;
        height: 20px;
        top: 0;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_btn_dv {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_btn_dv::after {
        content: "";
        display: table;
        clear: both;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_btn_dv .our_beer_close_filter {
        display: inline-block;
        border: 1px solid #F4B233;
        border-radius: 5px;
        color: #000;
        text-transform: uppercase;
        font-size: 10px;
        font-family: "Gotham-Bold";
        padding: 8px 15px;
        letter-spacing: 0.2px;
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .beer_explore_wrap .filter_selection_wrap .filter_selection_inner .mob_btn_dv .search_btn_our_beer {
        background-color: #F4B233;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 10px;
        font-family: "Gotham-Bold";
        padding: 8px 15px;
        border: 1px solid #F4B233;
        letter-spacing: 0.2px;
        float: right;
        width: 49%;
    }
    .filter_area .filter_selection ul li {
        font-size: 12px;
        padding: 4px 10px;
    }
    .food_pairing_wrap .feat_img {
        margin-bottom: 30px;
    }
    .food_pairing_wrap {
        /*padding: 40px 0;*/
    }
    .page-beertype-wrap .beer_style_sec .beer_style_box {
        height: inherit !important;
        padding: 20px;
    }
    .page-beertype-wrap .beer_type_sec .beer_type_box {
        padding: 20px 15px;
    }
    .page-beertype-wrap .beer_type_sec .beer_type_box .head {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .page-beertype-wrap .beer_style_sec .beer_style_box .head {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .page-beertype-wrap .heading h2 {
        font-size: 20px;
    }
    .beer_explore_wrap .explore_bar .format_toggle_mob {
        display: inline-block;
        color: #4A4F55;
        position: relative;
        float: right;
        padding-right: 15px;
        cursor: pointer;
    }
    .beer_explore_wrap .explore_bar .format_toggle_mob::after {
        content: url("../images/arrow-down-shape.svg");
        position: absolute;
        right: 0;
    }
    .beer_explore_wrap .explore_bar .format_toggle_mob.toggle_format::after {
        transform: rotate(-180deg);
        top: 3px;
    }
    .beer_explore_wrap .explore_bar .format_filter .titile_txt {
        display: none;
    }
    .beer_explore_wrap .explore_bar .format_filter {
        display: none;
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        top: 42px;
        z-index: 1;
        padding: 15px 30px;
        padding-bottom: 0;
        border-bottom: 1px solid #d6d6d6;
        font-size: 14px;
    }
    .beer_explore_wrap .explore_bar .pos_static {
        position: static;
    }
    .beer_explore_wrap .explore_bar .pos_rel {
        position: relative;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check {
        margin-right: 0;
        float: left;
        width: 50%;
        margin-bottom: 10px;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d6d6d6;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check .checkmark {
        top: 16px;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border {
        margin-left: 0;
        border-bottom: none;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check.onsale_border::before {
        display: none;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check:nth-last-child(2) {
        border-bottom: none;
    }
    .beer_explore_wrap .explore_bar .format_filter .styled_check:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .full-width-cms-content h3 {
        font-size: 20px;
    }
    table.stripe-table>thead>tr>th {
        padding: 10px 5px;
        font-size: 14px;
    }
    table.stripe-table td {
        padding: 10px 5px;
        font-size: 12px;
    }
    .callout_three_wrap .callout_col {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .callout_three_wrap .callout_col .callout_bottom p {
        min-height: inherit;
    }
    .callout_three_wrap .callout_col .callout_col_inner {
        height: inherit !important;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .lft_btn {
        padding-top: 0;
        position: absolute;
        top: 17px;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .rt_btn {
        text-align: center;
        width: 100%;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .cancel_btn {
        margin-right: 2%;
        float: left;
        width: 49%;
        padding: 8px 15px;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .btn_dv .search_btn {
        padding: 8px 15px;
        float: right;
        width: 49%;
        max-width: inherit;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .filter_selection ul li {
        font-size: 12px;
        padding: 4px 10px;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .two_col .filter_selection:first-child {
        border-top: none;
        border-bottom: 1px solid #d6d6d6;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .two_col.lft_col {
        border-top: 1px solid #d6d6d6;
    }
    .explore_filter_popup_wrap .explore_filter_popup_inner .two_col.lft_col .filter_selection:last-child {
        margin-bottom: 0;
    }
    .mbot_60 {
        margin-bottom: 40px;
    }
    .callout_three_wrap .callout_col:last-child {
        margin-bottom: 0;
    }
    .single_column .two_col_wrap .two_col_row .col_30 {
        float: none;
        width: 100%;
    }
    .single_column .two_col_wrap .two_col_row .col_70 {
        float: none;
        width: 100%;
    }
    .single_column h2 {
        font-size: 20px;
    }
    .video_fancy_box .video_fancy_box_tbl .video_fancy_box_cel {
        padding: 0 30px;
    }
    .video_fancy_box .video_fancy_box_tbl .video_fancy_box_cel .video_fancy_box_inner .video_fancy_box_frame {
        height: 200px;
    }
    .new-store-wrap .new-store-content .new_store_content_sec h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box .about_store_detail .site_default_btn {
        font-size: 12px;
    }
    .new-store-wrap .new-store-content .new_store_carousel_wrap .slick-arrow {
        top: calc(50% - 40px);
    }
    .new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .slick-dots li button {
        width: 6px;
        height: 6px;
    }
    .new-store-wrap .new-store-content .new_store_carousel_wrap .new_store_carousel .slick-dots li {
        padding: 0 3px;
    }
    .slick-lightbox .slick-arrow.slick-next {
        right: -40px;
    }
    .slick-lightbox .slick-arrow.slick-prev {
        left: -40px;
    }
    .page-store-locator .header_bar {
        padding: 40px 0;
        border-bottom: 1px solid #d6d6d6;
    }
    .page-store-locator .header_bar h2 {
        font-size: 20px;
    }
    .page-store-locator .header_bar .locate_btn_dv .locate_btn {
        background-position: center left 7px;
        padding-left: 15px;
        text-indent: -99999px;
        width: 30px;
    }
    .page-store-locator .header_bar .locate_btn_dv {
        padding-left: 0;
        width: 30px;
    }
    .page-store-locator .header_bar .bar_form .search_input {
        width: calc(100% - 30px);
        min-width: unset;
    }
    .page-store-locator .store_area .map_column {
        float: none;
        width: 100%;
        height: 200px;
        border-left: none;
        position: relative !important;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border-bottom: 1px solid #d6d6d6;
    }
    .page-store-locator .store_area .store_column {
        float: none;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding-left: 30px;
        padding-right: 30px;
        min-height: inherit;
    }
    .page-store-locator .store_area .mob_swap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .changeStorePopupWrap {
        padding: 0 20px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar h2 {
        font-size: 20px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .locate_btn_dv .locate_btn {
        background-position: center left 7px;
        padding-left: 15px;
        text-indent: -9999px;
        width: 30px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .locate_btn_dv {
        padding-left: 0;
        width: 30px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input {
        width: calc(100% - 30px);
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column {
        float: none;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding-left: 15px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .map_column {
        float: none;
        width: 100%;
        height: 200px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border-bottom: 1px solid #d6d6d6;
        border-left: none;
    }
    .marker_info .marker_name {
        font-size: 12px;
    }
    .marker_info .marker_address {
        font-size: 10px;
    }
    .marker_info .marker_time {
        font-size: 10px;
        margin-bottom: 12px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col {
        padding-right: 10px;
    }
    .contact-wrap .contact-page-content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact-wrap .contact-page-content .contact_detail_wrap .contact_detail_box {
        padding: 25px;
        margin-bottom: 30px;
    }
    .contact-page-content .contact_num {
        font-size: 18px;
        padding: 40px 0;
        padding-top: 10px;
    }
    .contact-page-content .contact_form_wrap {
        padding: 40px 0;
        padding-bottom: 30px;
    }
    .contact-page-content .contact_form_wrap .contact_form_row .form_col {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-page-content .contact_form_wrap .contact_form_row .form_link_col {
        float: none;
        width: 100%;
    }
    .contact_page_map_wrap .contact_page_map {
        height: 250px;
    }
    .contact_page_map_wrap {
        padding: 40px 0;
    }
    .new-store-wrap .new-store-content .new_store_carousel_wrap {
        margin-bottom: 40px;
    }
    .mob_mbot_0 {
        margin-bottom: 0 !important;
    }
    .editor_text .editor_text_row {
        margin-left: 0;
        margin-right: 0;
    }
    header .header_nav ul li.is-active>a::after {
        display: none;
    }
    .top_bar_mob {
        display: block;
        margin-bottom: 50px;
    }
    header .header_nav .menu-main-menu-container {
        padding-top: 10px;
    }
    .section_guide {
        padding: 60px 0;
    }
    .common_section .head_sec {
        margin-bottom: 30px;
    }
    .single_column .two_col_wrap .two_col_row .col_50 {
        float: none;
        width: 100%;
    }
    .col_container .col_row .col_box_inner .col_bottom h3 {
        height: inherit !important;
    }
    .col_container .col_row .col_box_inner .col_bottom p {
        height: inherit !important;
    }
    .col_container .col_row .col_box_inner .col_bottom .links_inner .link-arrow.left_btn {
        float: right;
        margin-bottom: 15px;
    }
    .full-width-cms-content {
        padding: 40px 0;
    }
    .single_column h2.mbot_40 {
        margin-bottom: 30px;
    }
    .single_column .two_col_wrap .two_col_row .img {
        margin-bottom: 30px;
    }
    .full-width-cms-content .single_column {
        padding: 0;
    }
    .col_container .col_row .col_box_inner .col_bottom .links_inner {
        height: inherit !important;
    }
    .editor_text .editor_text_row .page_hash_links {
        padding: 0;
    }
    .breadcrumb>#breadcrumbs li {
        display: none;
    }
    .breadcrumb>#breadcrumbs li:nth-last-child(3) {
        display: inline-block;
    }
    .breadcrumb>#breadcrumbs li:nth-last-child(3) a {
        padding-left: 6px;
        font-weight: 700;
    }
    .breadcrumb>#breadcrumbs li:nth-last-child(3) a::before {
        content: url("../images/arrow_left.svg");
        position: relative;
        left: -6px;
        top: 1px;
    }
    .custom-widget-sidebar {
        /*margin-top:0;*/
    }
    .gift_card_page_wrap .intro_btn_sec {
        padding: 25px 15px;
        margin-bottom: 40px;
    }
    .gift_card_page_wrap .intro_btn_sec .heading {
        display: block;
        font-size: 22px;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .gift_card_page_wrap .intro_btn_sec .btn_dv {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .gift_card_page_wrap .intro_copy {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .gift_card_page_wrap .card_btn_dv {
        margin: 40px 0;
    }
    .gift_card_page_wrap .card_btn_dv a {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 20px 10px;
        float: none !important;
    }
    .gift_card_page_wrap .card_btn_dv .reg_btn {
        margin-bottom: 15px;
    }
    .editor_text .editor_text_row .single_column {
        padding: 0;
    }
    .custom-widget-sidebar .giftcard_sidebar_img:first-child {
        margin-top: 30px;
    }
    .section_appstore .device_img {
        height: 120px;
        overflow: hidden;
        margin-left: -30px;
        margin-right: -30px;
    }
    .single_column .two_col_wrap .two_col_row .thumbnail_col {
        float: none;
        width: 100%;
    }
    .single_column .two_col_wrap .two_col_row .content_col {
        float: none;
        width: 100%;
    }
    .single_column .two_col_wrap .two_col_row .thumbnail_col .img_thumb {
        height: inherit;
        padding: 30px;
        margin-bottom: 30px;
    }
    .explore_content_wrap .result_sec .custom_beer_more_load,
    .custom_beer_more_load_scroll {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .new_all_stores_wrap {
        margin-bottom: 15px;
    }
    .ent_page_wrap .intro_copy {
        margin-bottom: 30px;
    }
    .single_column .two_col_wrap .entertaining_box {
        height: inherit !important;
        margin-bottom: 30px;
    }
    .ent_page_wrap .single_column .two_col_wrap {
        margin-bottom: 10px;
    }
    .editor_text .editor_text_row .single_image {
        margin-bottom: 30px;
    }
    .single_column .two_col_wrap .entertaining_box .ent_btn {
        font-size: 10px;
    }
    .single_beer_insp_sec .pair_box .content_sec .link_dv .link-arrow {
        position: relative;
        right: 0;
        bottom: 0;
    }
    header .header_nav ul.menu>li:nth-child(2) {
        padding-left: 0;
    }
    header .header_nav ul.menu>li:nth-child(3) {
        padding-left: 0;
    }
    .explore_content_wrap {
        position: inherit;
        height: inherit !important;
    }
    .home_slider {
        height: 380px;
    }
    .slider_box_wrap {
        height: 380px;
    }
    .slider_box_wrap .slider_box_inner {
        height: 380px;
    }
    .slider_box_wrap .banner_video {
        height: 380px;
    }
    .main_slider .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .main_slider .slick-dots li {
        padding: 0 3px;
    }
    .main_slider .slick-dots {
        bottom: 15px;
    }
    header .header_nav .mega-sub-menu .mega_separate_list {
        float: none;
        width: 100%;
    }
    header .header_nav .mega-sub-menu .mega_separate_list:first-child {
        border-top: 2px solid rgba(255, 255, 255, 0.25);
    }
    header .header_nav .mega-sub-menu .mega_separate_list ul li:first-child {
        border-top: 2px solid rgba(255, 255, 255, 0.25);
    }
    header .header_nav .mega-sub-menu .mega_separate_list ul {
        /* display: none; */
        position: absolute;
        left: 100%;
        right: 0;
        padding: 0 30px;
        background: #000;
        z-index: 1;
        top: 0;
        bottom: 0;
        overflow-x: auto;
        width: 100%;
        height: inherit !important;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
    }
    header .header_nav .mega-sub-menu .mega_separate_list ul.show_sub_list {
        left: 0;
        transition: all 0.45s linear;
        -webkit-transition: all 0.45s linear;
    }
    header .header_nav .mega-sub-menu ul li a {
        padding: 15px;
        color: #fff;
    }
    header .header_nav .mega-sub-menu .mega_separate_list {
        padding: 0;
    }
    header .header_nav .mega-sub-menu::before {
        display: none;
    }
    header .header_nav .mega-sub-menu .mega_separate_list li.head {
        color: #fff;
        padding: 15px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.25);
        background: url("../images/arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 8px 15px;
        height: inherit !important;
    }
    .explore_content_wrap .result_column::before {
        background: none;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .slider_text_cel {
        padding: 0 30px;
        padding-bottom: 15px;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img {
        max-width: 300px;
        width: 100%;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img.des-video-text {
        display: none;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img.mob-video-text {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-error-404 .error-img {
        max-width: 270px;
    }
    .page-error-404 .errorContent h2 {
        font-size: 40px;
    }
    .page-error-404 {
        padding: 80px 0;
    }
    .page-error-404 .error-image img {
        width: 120px;
    }
    .page-error-404 .text-four {
        font-size: 110px;
    }
    header .header_nav .mega-sub-menu ul::after {
        display: none;
    }
    .news_post_wrap .news_post_box .img_col {
        margin-bottom: 15px;
    }
    .news_post_wrap .news_post_box h3 {
        font-size: 18px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar {
        padding: 20px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .closeChangeStorePopup {
        top: 20px;
        right: 20px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input .txt_b {
        padding: 8px 10px;
    }
    .contact-page-content .contact_form_wrap.draught_contact_form {
        padding-bottom: 0;
    }
    body.single-beer:before {
        height: auto;
    }
    .three_col_layout_wrap .right-sidebar-section {
        padding-top: 0;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .three_col_layout_wrap .swaping-mobile .sidebar-section {
        width: 100%;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel .site_default_btn {
        padding: 7px 30px;
        margin-top: 20px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel .site_default_btn {
        padding: 7px 30px;
        margin-top: 10px;
    }
    .three_col_layout_wrap .right-section {
        margin-bottom: 0;
    }
    .mob_hide {
        display: none;
    }
    .explore_content_wrap .filter_area {
        position: inherit;
    }
    .new-store-wrap .new-store-content .new_all_stores_wrap .new_all_stores_inner .new_store_box {
        width: 100%;
    }
    .top_bar .header_locator .store_time {
        margin-right: 0;
    }
    .hours_section.header_section.header_right {
        margin-left: 21px;
    }
    /****/
    .header_search_form {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
    }
    .single_column .two_col_wrap .two_col_row .col_xs_1 {
        width: 100%;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        display: none;
    }
    .explore_content_wrap .result_sec .result_box .img_sec img {
        height: 140px;
    }
    .petition_page_wrap .petition_page_inner {
        margin-left: -15px;
        margin-right: -15px;
    }
    .petition_page_wrap .top_text h2 {
        font-size: 24px;
        line-height: normal;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox {
        padding: 30px 50px;
        height: inherit!important;
    }
    .nearest_store_main .innerbox.border {
        border-top: 1px solid #ddd;
        padding: 30px 50px;
        border-left: 0;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox {
        padding: 30px 25px;
        height: inherit!important;
    }
    .single_beer_sec_1 .stock_text span {
        display: inline;
    }
    .single_beer_sec_1 .stock_text {
        margin-left: 0;
    }
    .col-sm-3.customWidth {
        width: 100%;
    }
    .col-sm-9.customWidth {
        width: 100%;
    }
    .closet_store p.store_row {
        margin: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .registration_main_title h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .registration_main_title {
        padding: 0 15px;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox {
        display: inline-block;
        float: left;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox.border {
        padding-left: 25px;
        padding-right: 25px;
    }
    .single_beer_sec_1 .stock_text span.avail {
        margin-top: 5px;
        width: 100%;
        display: inline-block;
    }
    .beer_explore_wrap .explore_bar .format_filter .border_right::after {
        display: none;
    }
    .explore_content_wrap .result_sec .result_box .img_sec img {
        height: 140px;
    }
    .single_store_holiday .single_store_sec1 .store_detail {
        height: inherit;
    }
    .single_store_holiday .single_store_sec1 .store_map {
        height: 200px;
    }
    .single_store_holiday .store_holiday_days .holiday_name {
        font-size: 14px;
    }
    .single_store_holiday .store_holiday_days .holiday_info {
        font-size: 12px;
    }
    /***Cottaging Guide CSS Start***/
    .cottaging_guide_wrap .right-section {
        padding-left: 0;
        padding-right: 0;
    }
    .cottaging_guide_wrap .sidebar-section,
    .single_cguide_wrap .sidebar-section {
        width: 100%;
    }
    .cottaging_guide_wrap .sidebar-section .sidebar-wrap,
    .single_cguide_wrap .sidebar-section {
        padding-right: 0;
    }
    .cottaging_guide_wrap .c_guide_box .c_guide_title h4 {
        height: inherit !important;
    }
    .cottaging_guide_wrap .c_guide_box .c_guide_des p {
        height: inherit !important;
    }
    .single_cguide_wrap .c_tips_share_sec {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .single_cguide_wrap .c_tips_share_sec .share_btn {
        padding: 12px 20px;
        margin-right: 15px;
    }
    .single_cguide_wrap .c_tips_share_sec .share_txt {
        display: block;
        margin: 15px 0;
    }
    .single_cguide_wrap .c_tips_share_sec .fb_icon {
        margin-left: 0;
    }
    .c_guide_tips_wrap .tips_row .tips_thumb {
        text-align: center;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .c_guide_tips_wrap .tips_row .tips_desc {
        display: block;
        width: 100%;
    }
    .more_guide_sec .more_cguide_carousel .slick-list.draggable {
        padding-right: 30px;
        margin-right: -15px;
        padding-left: 7px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec {
        float: none;
        width: 100%;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .img_sec img {
        height: inherit;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec {
        float: none;
        width: 100%;
        padding: 25px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec .link_dv {
        bottom: 0;
        position: relative;
        right: 0;
    }
    .more_guide_sec .more_cguide_carousel .col-sm-4 {
        padding: 0 8px;
    }
    .more_guide_sec .more_cguide_carousel .slick-dots {
        margin-top: 20px;
    }
    .more_guide_sec {
        padding: 40px 0;
    }
    .more_guide_sec .head_sec {
        margin-bottom: 30px;
    }
    .single_cguide_wrap .rec_title {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .champion-team-row ul li:last-child {
        padding-right: 0;
    }
    .champion-team-row ul {
        text-align: center;
    }
    .champion-team-profile-main-desc {
        font-size: 12px;
        line-height: 18px;
    }
    /** Mail chimp start css**/
    div#mc_embed_signup_scroll .mc-field-group {
        width: 100%;
        float: left;
    }
    .mc-field-group.right_col {
        padding: 0;
    }
    .mc-field-group.left_col {
        padding-right: 0;
    }
    div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    input#mc-embedded-subscribe {
        margin-bottom: 15px;
    }
    .ms_feild_group_main {
        margin-bottom: 0;
    }
    .ms_feild_group_main strong {
        margin-bottom: 0px;
    }
    div#mc_embed_signup_scroll .mc-field-group {
        margin-bottom: 20px;
    }
    .ms_feild_group_main.error {
        margin-bottom: 20px;
    }
    .mc-field-group.input-group label.main_lebel {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ms_feild_group_main p {
        margin-bottom: 20px;
    }
    /* .ms_feild_group_main p.notice_message {
        margin-bottom: 20px;
    } */
    .champion-members-logo-block ul li img {
        width: 320px;
        max-width: 100%;
    }
    .champion-members-logo-block.desktop_view {
        display: none;
    }
    .champion-members-logo-block.mobile_view {
        display: block;
    }
    .ms_feild_group_main_left.mobile_view{
        display: block;
        padding: 0px 15px;
    }
    .ms_feild_group_main_left{
        display: none;
    }
    .setting_subscriber_main_box h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .top_heading_settings h1 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    /* .setting_subscriber_boxes p {
        font-size: 14px;
    } */
    .champion-contest-wrap .Champion-Contest-Button{
        margin-top: 20px;   
    }
    .rec_popup_main{
        width: 90%; 
        padding:36px 20px;
    }
    .rec_popup_main h3 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .rec_popup_main ul li {
        margin: 0 10px;
    }   
    .rec_popup_main li button {
        width: 108px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .c_guide_slider_section .slick-dots button {
        width: 10px;
        height: 10px;
        margin-right: 3px;
    }
    .c_guide_slider_section .container {
        padding: 0px 45px;
    }
    .c_guide_slider_section .c_guide_slider_heading {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /**/
    footer .bottom_footer {
        padding: 0 15px;
    }
}

@media only screen and (max-width:630px) {
    .page-store-locator .header_bar .bar_form .search_input form {
        width: 100%;
    }
    .page-store-locator .header_bar .bar_form .search_input form:last-child {
        margin-left: 0px;
        margin-top: 10px;
    }
}


/* 767 close*/

@media screen and (max-width:479px) {
    .home_slider {
        height: 300px;
    }
    .slider_box_wrap .banner_video {
        height: 300px;
    }
    .slider_box_wrap .slider_img img {
        height: 300px;
    }
    .slider_box_wrap .slider_box_inner {
        height: 300px;
    }
    .slider_box_wrap {
        height: 300px;
    }
    .top_bar .header_locator .locator_icon {
        height: 20px;
    }
    .closet_store h2.hstore {
        font-size: 16px;
    }
    .single_beer_sec_1 .stock_text {
        font-size: 14px;
    }
    .nearest_store_main span.checkicon {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 22px;
    }
    .nearest_store_main .stock_status {
        font-size: 20px;
    }
    .nearest_store_main span.checkicontext {
        margin-left: 10px;
        width: calc(100% - 40px);
    }
    .single_beer_sec_1 .stock_text {
        padding-left: 35px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 .mid-title {
        font-size: 36px;
        line-height: 44px;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img.mob-video-text {
        max-width: 250px;
    }
    .c_guide_slider_section .c_guide_slider_heading {
        font-size: 22px;
        line-height: 22px;
    }
}

@media screen and (max-width:413px) {
    .home_slider {
        height: 280px;
    }
    .slider_box_wrap .banner_video {
        height: 280px;
    }
    .slider_box_wrap .slider_img img {
        height: 280px;
    }
    .slider_box_wrap .slider_box_inner {
        height: 280px;
    }
    .slider_box_wrap {
        height: 280px;
    }
    body::before {
        height: 0;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img.mob-video-text {
        max-width: 220px;
    }
    .champion-team-row ul li {
        padding-right: 15px;
    }
}

@media screen and (max-width:374px) {
    .home_slider {
        height: 245px;
    }
    .slider_box_wrap {
        height: 245px;
    }
    .slider_box_wrap .banner_video {
        height: 245px;
    }
    .slider_box_wrap .slider_img img {
        height: 245px;
    }
    .slider_box_wrap .slider_box_inner {
        height: 245px;
    }
    .slider_box_wrap.videoslidewrap .slider_box_inner.videoslide .vid_txt_img img.mob-video-text {
        max-width: 230px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel .site_default_btn {
        margin-top: 10px;
    }
    footer .bottom_footer ul li a img {
        max-height: 30px;
    }
    .more_store_main .onsale_box .onsale_content ul {
        font-size: 10px;
        line-height: 14px;
    }
    .more_store_main .onsale_box .onsale_content .onsale_title {
        font-size: 13px;
        line-height: 18px;
    }
    .section_appstore .app_text_sec .app_txt .app_btn img {
        max-width: 100px;
    }
    .section_guide .blog_post_carousel .post_inner .p {
        max-width: 170px;
    }
    .single_beer_sec_1 .more_detail .more_detail_box ul {
        font-size: 10px;
    }
    .single_beer_sec_1 .more_detail .more_detail_box ul li .col_2 {
        width: 22%;
    }
    .single_beer_sec_1 .more_detail .more_detail_box ul li .col_3 {
        width: 38%;
    }
    .single_store_wrap .single_store_brand_sec .brand_head .brand_filter_wrap .filter_btn {
        padding: 6px 10px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_name {
        font-size: 12px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_num {
        font-size: 10px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .store_area .store_column .store_select_box .lft_col .st_time {
        font-size: 10px;
    }
    ::-webkit-input-placeholder {
        font-size: 12px;
    }
    ::-moz-input-placeholder {
        font-size: 12px;
    }
    ::placeholder {
        font-size: 12px;
    }
    .single_beer_explore_sec .content_col .frm_grp_bs .bs_txt.input_dv {
        font-size: 12px;
    }
    .explore_content_wrap .result_sec .result_box p {
        font-size: 11px;
    }
    .explore_content_wrap .result_sec .result_box h4 {
        font-size: 13px;
    }
    .single_column .two_col_wrap .entertaining_box {
        padding: 40px 15px;
    }
    .single_column .two_col_wrap .entertaining_box .ent_btn {
        font-size: 9px;
        padding: 12px 5px;
    }
    .page-error-404 .error-image img {
        width: 110px;
    }
    .page-error-404 .text-four {
        font-size: 100px;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel h2 {
        font-size: 24px;
    }
    .slider_box_wrap.right-title .slider_text {
        width: 70%;
    }
    .slider_box_wrap .slider_text .slider_text_tbl .slider_text_cel .site_default_btn {
        padding: 5px 20px;
        font-size: 12px;
    }
    .page-store-locator .header_bar .bar_form .search_input {
        padding-right: 5px;
    }
    header .header_search .select .select-styled {
        padding: 10px 10px;
        font-size: 10px;
    }
    header .header_search .select {
        width: 95px;
    }
    header .header_search .search_txt {
        padding-left: 100px;
    }
    header .header_search .search_txt::placeholder {
        font-size: 10px;
    }
    header .header_search .search_txt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 10px;
    }
    header .header_search .search_txt::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 10px;
    }
    header .header_search .search_txt:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 10px;
    }
    header .header_search .select .select-options {
        font-size: 10px;
    }
    .explore_content_wrap .result_sec .result_box .img_sec img {
        height: 110px;
    }
    .petition_page_wrap .petition_form_wrap .pform_captcha .wpcf7-form-control-wrap {
        transform: scale(.85);
        -webkit-transform: scale(.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox {
        padding: 30px 15px;
    }
    .single_beer_sec_1 .nearest_store_main .innerbox.border {
        padding-left: 15px;
        padding-right: 15px;
    }
    /***Cottaging Guide CSS Start***/
    .more_guide_sec .head_sec h2 {
        font-size: 26px;
    }
    .more_guide_sec .more_cguide_carousel .insp_column .content_sec {
        padding: 20px;
    }
    .champion-team-row ul li span img {
        width: 30px;
        height: 30px;
    }
    .rec_popup_main ul li {
        margin: 0 5px;
    }   
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.67)!important;
    -webkit-transform:scale(0.67)!important;
    transform-origin:0 0!important;
    -webkit-transform-origin:0 0!important;
    }
    /**/
}

@media screen and (max-width:320px) {
    .changeStorePopupWrap .changeStorePopup_inner .header_bar {
        padding: 15px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .closeChangeStorePopup {
        top: 15px;
        right: 15px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input .txt_b {
        padding: 7px 8px 10px;
    }
    .changeStorePopupWrap .changeStorePopup_inner .header_bar .bar_form .search_input .txt_b::placeholder {
        font-size: 10.8px;
    }
    .champion-team-row ul li {
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 0px;
    }
}

@keyframes slide-down-header {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}