/* ==========================================================================
 Font:  Use for Content
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;600;700;800;900&display=swap');

/* ==========================================================================
Global Styles
========================================================================== */

article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

html,
body {
    width: 100%;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.container {
    height: 100%;
}

.container {
    max-width: 1170px;
}

ul li,
ul {
    margin: 0;
    padding: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select::-ms-expand {
    display: none;
}

p {
    line-height: 30px;
}

a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}


/*==========================================================================
							Heading Tags
==========================================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}


/* ==========================================================================
                            Header Css 
========================================================================== */

.navbar {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.header_area .navbar .nav li {
    margin-right: 25px;
}
.header_area .navbar .nav li:last-child{
	 margin-right: 0px;
}

.header_area .nav.navbar-nav {
    margin-left: auto;
}

.header_area .navbar .nav li a {
    text-transform: uppercase;
    padding: 0px;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    font-weight: bold;
    font-family: 'Outfit', sans-serif; 
}

.header_area .navbar .nav li a:after {
    display: none;
}

.header_area .navbar .nav li:hover a,
.header_area .navbar .nav li.active a {
    color: #f39204;
}


/* ==========================================================================
							Banner Section Css 
========================================================================== */

.banner_content {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    height: 500px;
    width: 100%;
    padding: 20px;
}

.banner_sec {
    background-image: url('../images/banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.banner_sec img {
    margin: 0 auto 50px;  
}

.banner_sec h1 {
    font-size: 32px;
    color: #084872;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.banner_sec a {
    max-width: 270px;
    width: 100%;
    height: 50px;
    background-color: #084872;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.main_banner {
    background-image: url('../images/banner2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 610px;
}

.main_banner .row {
    align-items: center;
    height: 100%;
}

.main_banner_content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 62px;
    line-height: 80px;
    color: #feffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.main_banner_content a {
    background-color: rgb(8, 72, 114);
    color: rgb(255, 255, 255);
    padding: 15px 43px;
    font-weight: 700;
    margin: 1em 0px;
    font-family: Montserrat, sans-serif;
    display: inline-block;
    font-size: 16px;
}

.main_banner_content a::after {
    display: inline-block;
    font-size: 16px;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.main_banner_content a:hover {
    color: #fff;
}

.main_banner_content a:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.main_banner_content {
    text-align: center;
}

.left_sec_content img {
    box-shadow: 0px 5px 28.5px rgb(210 210 210 / 75%);
    border: 12px solid #ffffff;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.left_content h3 {
    font-size: 32px;
    color: #084872;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.left_content p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.left_content a,
.right_content a {
    background-color: #084872;
    color: #fff;
    font-size: 16px;
    padding: 15px 48px;
    font-weight: 700;
    margin: 1em 0;
    margin-top: 15px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.page-template-template-about-us .about_banner_content h2 {
    font-family: 'Montserrat', sans-serif;
}
.breweries_Class input#breweries_submit_beer_filter,.breweries_Class input#breweries_clear_beer_filter {
    line-height: 10px;
}
.ale_content h2 {
    color: #084872;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.ale_content p { 
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}
.left_content a::after,
.right_content a:after {
    font-size: 16px;
    display: inline-block;
    content: "\0279E";
    padding-left: 5px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.blog_txt a:after {
    font-size: 16px;
    display: inline-block;
    content: "\0279E";
    padding-left: 10px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.blog_txt a:hover {
    color: #fff;
}

.blog_txt a:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.left_content a:hover,
.right_content a:hover {
    color: #fff;
}

.left_content a:hover::after,
.right_content a:hover:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.result_sec {
    padding: 100px 0;
}

.right_sec_content .row {
    height: 100%;
    align-items: center;
}

.right_sec_content {
    border-top: 1px solid #eee;
    padding-top: 60px;
    margin-top: 60px;
}

.main_title h2 {
    font-size: 32px;
    color: #084872;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.left_content {
    max-width: 500px;
    margin: auto;
    margin-left: 30px;
    width: 100%;
}

.right_content {
    max-width: 530px;
    margin-right: auto;
}

.inner_secion_no_padding .left_sec_content {
    border: 0;
    margin-top: 0;
    padding-top: 0;
}

.left_sec_content .row {
    align-items: center;
    height: 100%;
}

.left_sec_content {
    border-top: 1px solid #eee;
    padding-top: 60px;
    margin-top: 60px;
}

.right_sec_content img {
    box-shadow: 0px 5px 28.5px rgb(210 210 210 / 75%);
    border: 12px solid #ffffff;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.right_content h3 {
    font-size: 32px;
    color: #084872;
    font-weight: 700;
    margin-bottom: 15px;
}

.right_content p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 15px;
}

.guide_sec {
    background-color: #eee;
    padding: 100px 0;
}

.blog_bx {
    min-height: 460px;
    background-color: #ffffff;
    text-align: center;
    height: 100%;
}

.blog_txt h4 {
    font-size: 22px;
    color: #084872;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 100px;
    height: 100%;
}

.blog_bx img {
    max-height: 230px;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}

.blog_txt a {
    background-color: #084872;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    max-width: 190px;
    width: 100%;
}

.blog_txt {
    padding: 30px 20px;
}

.blog_img img {
    width: 100%;
}

.hottest_sec {
    padding: 100px 0 0;
}

.pro_bx {
    height: 270px;
    box-shadow: 0px 7px 15.5px rgb(237 237 237);
    background-color: #ffffff;
    text-align: center;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.pro_bx img {
    display: block;
    width: 160px;
    height: 100px;
    object-fit: contain;
}

.pro_bx h3 {
    font-size: 18px;
    line-height: 28px;
    color: #084872;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.pro_img img {
    text-align: center;
    display: inline-block;
}

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

.hottest_sec .slick-prev {
    z-index: 1;
    left: -15px;
    top: 45%;
    font-size: 0px;
    border: none;
    background: transparent;
    position: absolute;
    top: 40%;
}

.hottest_sec .slick-next {
    z-index: 1;
    right: -15px;
    top: 45%;
    font-size: 0px;
    border: none;
    background: transparent;
    position: absolute;
    top: 40%;
}

.hottest_sec .slick-prev:before {
    content: url('../images/larr.png');
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.slick-next:before {
    content: url('../images/rarr.png');
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.partner_sec {
    padding: 60px 0 0px;
}

.partner_logo {
    width: 100%;
    padding: 10px;
    max-height: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Subscribe {
    padding: 60px 70px;
    max-width: 450px;
    max-height: 300px;
    width: 100%;
    box-shadow: 0px 5px 21.5px rgb(210 210 210 / 45%);
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: -16% 0px 0 70%;
}

.Subscribe h3 {
    font-size: 22px;
    color: #084872;
    font-weight: 700;
    text-transform: uppercase;
}

.Subscribe p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
    margin-top: 5px;
}

.Subscribe input {
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 1px;
    margin-top: 10px;
    text-align: center;
}

.Subscribe a {
    height: 50px;
    background-color: #084872;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    margin-top: 15px;
}

.Subscribe i {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

.footer_bg {
    background-color: #000;
    padding: 100px 0;
    position: relative;
}

.copyright {
    text-align: center;
    color: #fff;
}

.copyright a {
    background: transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
}

.copyright ul li:hover a {
    background-color: #fff;
}

.copyright a:hover .fa-facebook-f {
    color: blue;
}

.copyright a:hover .fa-instagram {
    color: purple;
}

.copyright a:hover .fa-twitter {
    color: skyblue;
}

.copyright a:hover .fa-linkedin-in {
    color: #2877b5;
}

.copyright p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
    margin-top: 30px;
}

.partner_sec .partner_cn {
    max-width: 850px;
    margin: 0 auto;
}


/* ==========================================================================
							Champion banner Css 
========================================================================== */

.champion_banner {
    background-image: url("../images/champion.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 460px;
    align-items: center;
}

.champion_banner .row {
    height: 100%;
    align-items: center;
}

.champion_b_content h2 {
    font-size: 45px;
    line-height: 80px;
    color: #feffff;
    font-weight: 700;
    text-align: center;
}

.cm_cn_sec {
    padding: 100px 0 0;
}

.cm_cn_bx p {
    max-width: 1030px;
    text-align: center;
    margin: 0 auto;
}

.cm_card_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1030px;
    background-color: #ffffff;
    border: 2px solid #f1f1f1;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}

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

.cn_img {
    max-width: 30%;
    height: 100%;
    background-color: #ffffff;
    border-right: 2px solid #f1f1f1;
    flex: 0 0 299px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cn_crd_cn {
    flex: 0 0 70%;
    padding: 15px 25px;
}

.cn_crd_cn h4 {
    width: 100px;
    height: 40px;
    background-color: #c31627;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 17px;
}

.cn_crd_cn h3 {
    font-size: 26px;
    line-height: 36px;
    color: #084872;
    font-weight: 700;
}

.cn_crd_cn h5 {
    font-size: 22px;
    color: #084872;
    font-weight: 700;
    margin-bottom: 17px;
}

.cm_cn_bx {
    margin-bottom: 60px;
}

.cn_crd_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}


/* ==========================================================================
							Logo Years Css 
========================================================================== */

.logos_y_head {
    margin-bottom: 40px;
}

.logos_y_head p {
    max-width: 970px;
    font-size: 22px;
    line-height: 36px;
    color: #084872;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}
#breweries_id .logos_y_head p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
	max-width: 100%;
	color: #212529;
	font-weight: normal; 
} 
.single_result_page.custom_template .col-md-12 p {
    text-align: center;
    font-size: 18px;
}

/* ==========================================================================
							Results Css 
========================================================================== */

.result_banner {
    background-image: url("../images/champion.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 460px;
}

.result_banner .row {
    height: 100%;
    align-items: center;
}

.results_b_content h2 {
    font-size: 45px;
    line-height: 80px;
    color: #feffff;
    font-weight: 700;
    text-align: center;
}

.result_p_sec .left_content a,
.result_p_sec .right_content a {
    background-color: #084872;
    color: #fff;
    font-size: 16px;
    padding: 15px 75px;
    font-weight: 700;
    margin: 1em 0;
    margin-top: 15px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.logos_years {
    background-color: #ededed;
    padding: 100px 0;
}

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

.l_w_bx {
    max-width: 270px;
    width: 100%;
    height: 270px;
    box-shadow: 0px 7px 15.5px rgb(237 237 237);
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.l_w_bx img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.l_w_bx h3 {
    font-size: 18px;
    line-height: 28px;
    color: #084872;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}


/* ==========================================================================
							countdown Css 
========================================================================== */

.countdown_banner {
    background-image: url("../images/count.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 460px;
}

.join_party {
    background-color: #eee;
    padding: 100px 0;
}

.party_bx {
    min-height: 440px;
    background-color: #ffffff;
    text-align: center;
    height: 100%;
}

.prty_txt h4 {
    font-size: 22px;
    color: #084872;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 60px;
    height: 100%;
}

.party_bx img {
    width: 100%;
}

.prty_txt {
    padding: 30px 20px;
}

.prty_txt a {
    background-color: #084872;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    max-width: 190px;
    width: 100%;
}

.prty_txt a:after {
    font-size: 16px;
    display: inline-block;
    content: "\0279E";
    padding-left: 10px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.prty_txt a:hover {
    color: #fff;
}

.prty_txt a:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.ale_content h2 {
	font-size: 36px;
	margin-bottom:10px;
}
.result_ale_sec{
	padding-top:0px;
}
.result_ale_sec .right_sec_content {
	border-top: 1px solid #eee;
	margin-top: 0px;
	padding-top: 8rem;
}
.not_showing_result p {
    font-size: 26px;
    text-align: center;
}
section.state_tab_section {
    background: #ededed;
    margin-bottom: 0;
}
section.state_tab_section h3 {  
    font-size: 24px;
    color: #084872;
    text-align: center;
    font-weight: 600;
    margin-bottom: 23px;
    line-height: 35px;
}
.state_tab_section ul.ale_state_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 806px;
    margin: 0 auto;
}
.state_tab_section ul.ale_state_section li {
	flex: 0 0 25%;
	padding: 19px;
	text-align: center;
}
.state_tab_section ul.ale_state_section li a {
    padding: 12px;
    background: #084872;
    width: 92px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    min-width: 160px;
} 
section.state_tab_section h2 {
    margin-bottom: 11px;
}
.tab_content_list_sec .col-md-4, .tab_content_list_sec .col-md-8 {
    border: 3px solid #f1f1f1;
}
.tab_content_list_sec {
    margin-bottom: 50px;
}
.tab_content_list_sec .row {
    margin-bottom: 10px;
}
.tab_content_list_sec .row.heading_row .col-md-12 {
    padding: 0;
}
.state_tab_section ul.ale_state_section li a:hover {
	background: #c31627;
}
.tab_content_img img {
    max-width: 200px;
    margin: 0 auto; 
}
.state_tab_conatent_inner_section {
    max-width: 823px;
    margin: 0 auto;
}
.tab_content_list_sec .tab_content_img {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 189px;
} 
.tab_list_desc {
    height: 100%;
    padding: 34px 20px;
}
.tab_content_list_sec h2 {
    color: #084872;
    font-size: 26px;
    font-weight: bold;
}
.tab_list_desc h3 {
    color: #084872;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.tab_list_desc p {
    font-size: 18px;
    color: #000;
	margin-bottom:0px;
}
.tab_list_desc a {
    background: #084872;
    color: #fff;
    padding: 8px 21px;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
	margin-top: 12px;
}
.tab_content_list_sec hr {
    margin-top: 10px;
    margin-bottom: 11px;
    border-top: 3px solid #f1f1f1;
    width: 100%;
    margin-bottom: 28px;
}
div#timer {
    display: flex;
    align-items: center;
}
div#timer #seconds {
    color: #c42030;
}
div#timer #seconds span{
    color: #fff;
}
div#timer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -72px;
} 
div#timer .timer_inner {
    font-size: 58px;
    color: #fff;
    padding: 20px;
	font-weight:600; 
}
div#timer .timer_inner span {
    display: block;
    align-items: center;
    line-height: 9px;
    font-size: 23px;
}
section#result_banner a,section#champion_banner a {
    background-color: rgb(8, 72, 114);
    color: rgb(255, 255, 255);
    padding: 15px 43px;
    font-weight: 700;
    margin: 1em 0px;
    font-family: Montserrat, sans-serif;
    display: inline-block;
    font-size: 16px;
}
section#result_banner a:after ,section#champion_banner a:after{
    display: inline-block;
    font-size: 16px;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
} 
.results_b_content.champion_b_content,.champion_b_content {
    text-align: center;
}
header.header_area .menu-item-has-children:hover > ul.sub-menu{
	display:block;
}
header.header_area .menu-item-has-children{
	position:relative;
}
.header_area .navbar .nav .menu-item-has-children ul.sub-menu li a{ 
	color:#000;
}
.header_area .navbar .nav .menu-item-has-children ul.sub-menu li a:hover{ 
	color:#f39204;
}

header.header_area .menu-item-has-children ul.sub-menu { 
    display: none;
    position: absolute;
    padding: 20px;
    z-index: 99;
    /* min-width: 293px; */
	 min-width: 367px;
    background: #fff;
    column-count: 2;
    list-style-type: none;
    box-shadow: 0 0 13px #ccc;
    top: 27px;
}
.auresults-template-template-results_2021 section.result_banner div#timer {
    margin-top: -10px;
}
.auresults-template-template-results_2021 section.result_banner div#timer .timer_inner {
    padding-top: 0;
    text-align: center;
}
.auresults-template-template-results_2021 section.result_banner div#timer #seconds {
    color: #ffffff;
}
table#ticketLinesTable td {
    text-align: center;
}
section#breweries_id .logos_y_head h3 {
    font-size: 32px;
    color: #084872;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.tab_list_desc h5 {
    font-size: 18px;
    font-weight: 600;
}
.tab_list_desc p.party_description {
    font-size: 15px;
    line-height: 19px;
}
section.hide-aletrail {
    display: none;
}
.subtext p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 15px;
}
.home_page_description {
    font-size: 18px;
    text-align: center;padding-top: 3rem;
}
.home_page_description h2 {
    margin-bottom: 14px;
    font-size: 32px;
    color: #084872;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
img.discription_banner.lazyloaded {
    width: 100%;
    margin-bottom: 21px;
}
.single_result_page.custom_template.gray_bg_grid span.postion_count_with_logo {
    display: none;
}
.single_result_page.custom_template.gray_bg_grid .content_disec h2{
	margin-bottom:0px !important;
}
.single_result_page.custom_template.gray_bg_grid .content_disec {
    margin-bottom: 40px;
	font-size: 18px;
}
.single_result_page.custom_template.gray_bg_grid .content_disec h2 {
    margin-bottom: 10px !important;
}
section#guide_sec_1 {
    background: #fff;
    box-shadow: 0 6px 4px #ccc;
} 
.image_scrollable .image_left_sec {
    overflow-y: scroll;
    height: 100%;
    max-height: 400px;
    box-shadow: 0px 5px 28.5px rgb(210 210 210 / 75%);
    border: 12px solid #ffffff;
}
.image_scrollable .image_left_sec img{
	width:100%;
	height:100%;
}
.gallery_magnificPopup a {
    flex: 0 0 25%;
    overflow: hidden;
    padding: 4px;
}
.gallery_magnificPopup a img {
    transition: transform .5s ease;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.gallery_magnificPopup a:hover img {
    transform: scale(1.5);
}
.gallery_magnificPopup {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
section.gallery_image_sec .main_title h2 {
    margin-bottom: 10px;
}
section.gallery_image_sec .main_title {
    font-size: 18px;
    text-align: center;
	 margin-bottom: 24px;
}
section.gallery_image_sec .main_title p {
    font-size: 18px;
    text-align: center;
	margin:0px;
}
.result_description_content h2 {
    margin-bottom: 8px;
}
.result_description_content {
    margin-bottom: 40px;
    font-size: 18px;
}
tr.nz_tabel_red_column td {
    color: #fff;
    background: #c31627;
    text-transform: uppercase;
}
section.state_tab_section.hide_tab_button ul.ale_state_section {
    display: none;
}
p.page_redirect_to_another a {
    font-size: 18px;
    color: #fff;
}
p.page_redirect_to_another {
    text-align: center;
    margin-bottom: 25px;
}
.main_banner_content img.logomain {
    margin: 0 auto 20px;
}
section.main_banner.nz_main_banner {
    height: 550px;
}
.grid_section_bottom_button {
    text-align: center;
    margin-top: 62px;
}
.grid_section_bottom_button a {
    background: #c31627;
    color: #fff;
    padding: 13px 0px;
    font-size: 18px;
    font-weight: 600;
    width: 200px;
    display: inline-block;
} 
.grid_section_bottom_button a:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
.grid_section_bottom_button a:after {
    font-size: 16px;
    display: inline-block;
    content: "\0279E";
    padding-left: 10px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.brewery_address_detail p {
    margin-bottom: 0;
    line-height: 21px;
}
p.find_on_map a {
    font-size: 16px;
    color: #084872;
    text-decoration: underline;
}
.archive.tax-austate .results_b_content h1 {
    display: none;
}
.tax-austate section.regions_list {
    padding-bottom: 70px;
}
@media only screen and (min-width: 480px) {
	section.partner_sec .row .row {
		flex-wrap: nowrap;
	}
	section.partner_sec .row .row .col-lg-2.col-md-2 {
		flex: auto;
		max-width: initial;
	}
	
}
@media only screen and (min-width: 767px) {
	.tab_content_list_sec .row .col-md-8{ 
		border-left: none;
	} 
	.page-id-11437 .logo_m_bx .l_w_bx {
		margin: 7px;
	}
	.page-id-11437 .logo_m_bx {
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 1100px) {
	.main_banner_content h1{
		font-size: 50px;
		line-height: 60px;
	}

}
@media only screen and (max-width: 992px) {
	.main_banner_content h1{
		font-size: 40px;
		line-height: 50px;
	}
	.main_banner {
		height: auto;
		padding: 50px 0;
	}
	.header_area .container {
		padding: 0 15px !important;
	}
	header.header_area .menu-item-has-children:hover > ul.sub-menu{
		display:none !important;
	}
	.header_area .nav.navbar-nav {
		margin-left: auto;
		margin-bottom: 12px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.gallery_magnificPopup a {
		flex: 0 0 33.33%;
		overflow: hidden;
		padding: 4px;
	}

	.main_banner_content h1{
		font-size: 35px;
		line-height: 50px;
	}
	.left_content {
		max-width: 100%;
		margin-left: 0;
		width: 100%;
		padding-top: 25px;
}
.right_content {
    max-width: 100%;
    margin-right: auto;
    padding-top: 25px;
}
.right_sec_content .col-md-6.first {
	order: 2;
}
.right_sec_content .col-md-6.second {
	order: 1;
}
.burger {
    height: 60px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    padding: 0;
    display: flex;
    align-items: center;
}
.burger span {
	color: #5b504c;
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
	margin-left: 10px;
}
.burger .lines {
	width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
}
.burger .lines div:first-of-type {
    top: 1px;
}
.burger .lines div {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #084872;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    transition: top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    -o-transition: transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s;
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s;
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
}
.burger .lines div:last-of-type {
   top: auto;
    bottom: 1px;
}
.burger.open .lines div:first-of-type {
    transform: rotate(-50deg) translateY(5px);
    background: #084872;
}
.burger.open .lines div:nth-of-type(2) {
   transform: rotate( 45deg) translateY(-6px);
    background: #084872;
}
.burger.open .lines div:last-of-type {
   transform: rotate(45deg) translateY(-4px);
    background: #084872;
	opacity: 0;
}
.burger.open {
        position: relative;
    top: inherit;
    right: inherit;
}

.state_tab_section ul.ale_state_section {
		justify-content: start;
	}
	.state_tab_section ul.ale_state_section li {
		flex: 0 0 33%;
		padding: 5px;
		text-align: center;
	}
	.state_tab_section ul.ale_state_section li a {
		width: 100%;
		min-width:auto;
	}
	.tab_content_list_sec {
		padding: 0px 39px;
	}
}
@media only screen and (max-width: 640px) {
	.ad_banner.banner_within {
    padding-bottom: 0;
}
	.header_area .navbar-brand img {
		max-width: 65px;
	}
	.main_banner_content h1{
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	div#timer {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: -42px;
	}
	div#timer .timer_inner {
		font-size: 52px;
		color: #fff;
		padding: 15px;
		font-weight: 600;
	}
	.left_content h3,
	.main_title h2,
	.right_content h3	{
		font-size: 28px;
	}
	.right_content p,
	.left_content p	{
		font-size: 16px;
		line-height: 26px;
	}
	.right_sec_content {
		padding-top: 30px;
		margin-top: 30px;
	}
	.guide_sec {
		padding: 40px 0;
	}
	.hottest_sec {
		padding: 40px 0 0;
	}
	.left_sec_content img,
	.right_sec_content img	{
		height: auto;
	}
	/*----about-----*/
	.champion_b_content h1,
	.ale_content h2	{
		font-size: 30px !important;
		line-height: 45px !important;
	}
	section.heading_with_content h2 {
		font-size: 28px;
		line-height: 32px;
		
	}
	.ale_content p {
    font-size: 16px !important;
}
.result_ale_sec .right_sec_content {
    padding-top: 4rem !important;
}
.result_ale_sec {
    padding-bottom: 30px;
}
.l_w_bx {
    max-width: 32.3%;
    width: 100%;
    height: 152px;
}
.l_w_bx img {
    width: 70px;
    height: 70px;
}
.result_sec {
    padding: 50px 0;
}
.result_banner {
	height: 380px !important;
}
footer#colophon {
    padding: 50px 0px !important;
}
}
@media only screen and (max-width: 575px) {
	.tab_list_desc {
		text-align: center;
		padding-top: 9px;
	}
	.tab_content_list_sec .tab_content_img {
		min-height: auto;
		margin-top: 16px;
	}	
	.tab_content_list_sec {
		padding: 0px 39px;
	}
	.tab_list_desc h3 {
		margin-top: 12px;
	}
	.tab_content_list_sec .col-md-4{
		border-bottom:0;
	}
	.tab_content_list_sec .col-md-8{
		border-top:0;
	}
	.gallery_magnificPopup a img {
		transition: transform .5s ease;
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
}
@media only screen and (max-width: 480px) {
	
	section.partner_sec .row .row .col-lg-2.col-md-2 {
		flex: 0 0 50%;
	}
	section.partner_sec .row .row {
		justify-content: center;
	}
	.gallery_magnificPopup a {
		flex: 0 0 50%;
	}
	.header_area .navbar-brand img {
		max-width: 54px;
	}
	section.heading_with_content h2 {
		font-size: 24px;
		line-height: 30px;
		
	}
	.left_content h3, .main_title h2, .right_content h3 {
    font-size: 24px;
}
.result_banner {
	height: 350px !important;
}
ul.ale_state_section li {
    flex: 0 0 50% !important;
    padding: 15px !important;
    text-align: center;
    max-width: 50%;
    width: 100%;
}
ul.ale_state_section li a {
	width: 100% !important;
}
.l_w_bx {
    max-width: 48%;
    width: 100%;
    height: 152px;
}
div#timer .timer_inner {
    font-size: 35px;
    color: #fff;
    padding: 8px;
    font-weight: 600;
}
div#timer .timer_inner span {
    display: block;
    align-items: center;
    line-height: 7px;
    font-size: 17px;
}
div#timer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -21px;
    margin-bottom: 11px;
}
}

section.full_image_cnt.nopadding {
    padding-bottom: 0;
}
