/*
 Theme Name:     Hopking
 Description:    Hopking Website
 Author:         WMA Studios
 Author URI:     http://wmastudios.com
 Template:       Divi
 Version:        3.0.9
*/

@import url("../Divi/style.css");
 
/* ------------------------------------------------------- */

/* --- FONTS --- */
@font-face {
    font-family: "Gotham Bold Regular";
    src: url('/wp-content/uploads/fonts/Gotham Bold Regular.ttf');
}

@font-face {
    font-family: "Gotham Light Regular";
    src: url('/wp-content/uploads/fonts/Gotham Light Regular.otf');
}

@font-face {
    font-family: Tungsten-Semibold;
    src: url('/wp-content/uploads/fonts/Tungsten-Semibold.ttf');
}

@font-face {
    font-family: Helvetica-Neue-BoldExt;
    src: url('/wp-content/uploads/fonts/HelveticaNeue-boldext.ttf');
}

@font-face {
	font-family: HelveticaNeue-Extended;
	src: url('/wp-content/uploads/fonts/HelveticaNeue-Extended.otf');
}
/* --- FONTS END --- */

/* --- HEADER SECTION --- */
.et_header_style_left #et-top-navigation nav > ul > li > a:before, 
.et_header_style_left #et-top-navigation nav > ul > li > ul.sub-menu > li a:before {
	content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
	background-color: #306195;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#top-menu li li a:before {
	top: 25px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a:hover:before, 
.et_header_style_left #et-top-navigation nav > ul > li > ul.sub-menu > li > a:hover:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

li.menu-item-448 a:hover:before {
	display: none;
}

#top-menu-nav > ul > li > a:hover {
	opacity: 1;
}

.et_header_style_left .logo_container {
	text-align: center;
	width: 96%;
	width: auto;
    left: 30%;
    right: 30%;
}

.vid-home { 
	width: 75%;
	margin: 0 auto;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a, #top-menu li li a {
	font-family: Helvetica-Neue-BoldExt;
	text-transform: uppercase;
	color: #306195;
	font-size: 14px;
}

.nav ul li a:hover {
	opacity: 1;
	background-color: #FFF;
}

.nav li ul {
	border-top: none;
}

.et-cart-info span:before {
	color: #306195;
}

#social-menu {
	float: left;
	padding-top: 2.5%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#social-menu .menu li {
	display: inline-block;
	margin: 0 3px;
}

#social-menu .menu li a img {
	width: 36px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#social-menu .menu li a img:hover {
	opacity: 0.75;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.social-container a img {
	width: 48px;
	margin: 0 12px;
}

.social-container {
	text-align: center;	
	margin-top: 24px;
}

/****** Menu Full-screen ******/

/* Hide submenu */
.et_mobile_menu .menu-item-has-children > a { 
	background-color: transparent; 
}

#main-header .et_mobile_menu li ul.sub-menu.hide { 
	display: none !important; 
	visibility: hidden !important;  
	transition: .7s ease-in-out;
}

#main-header .et_mobile_menu li ul.sub-menu.visible { 
	display: block !important; 
	visibility: visible !important;
 }

.et_mobile_menu .menu-item-has-children > a:after { 
	font-family: "ETmodules";
	font-size: 22px;
	font-weight: 800;
	content: "3"; 
	position: absolute; 
	right: 55px;
}

@media screen and (max-width: 980px) {
	.footer-widget:nth-child(n) {
		width: 33% !important;
    	margin: 0 0 3.5% 0 !important;
	}
	.et_header_style_centered #main-header {
		position: fixed;
	}
	.et_header_style_centered #main-header .mobile_nav {
		background-color: transparent;
	}
	.mobile_nav.closed .select_page {
		display: none;
	}
	.et-fixed-header#main-header {
		background-color: transparent !important;
	}
	.current_page_item {
		border-bottom: none;
	}
}

.et_mobile_menu {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9998;
	overflow: scroll !important;
	background-color: rgba(48, 97, 149, 0.9) !important;
	margin-left: -40px;
	padding: 10% 0;
	height: 100vh;
	width: calc( 100% + 80px);
	border-top: none;
}
.et_mobile_menu li a {
	text-align: center;
	font-size: 1.55em;
	border: 0;
	padding: 3% 0;
	text-transform: uppercase;
	letter-spacing: 6px;
}

@media (max-width: 480px) {
	.et_mobile_menu li a {
		letter-spacing: 4px;
		font-size: 20px;
	}
}

.mobile_nav ul#mobile_menu a {
	color: #fff;
	font-family: Helvetica-Neue-BoldExt;
}

.mobile_nav ul#mobile_menu li ul li a {
	font-size: 1.05em !important;
	margin: auto;
	padding-top: 0.2em;
}

.et_mobile_menu li a:hover {
	color: #999;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
	color: #fff;
}

span.mobile_menu_bar {
	z-index: 9999;
}

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

.noScroll {
	overflow: hidden;
}

/***** END Fullscreen Menu *****/

@media (max-width: 980px) {
	#logo {
		max-height: 75%;
	}
	#social-menu {
		display: none;
	}
}

@media (max-width: 468px) {
	#social-menu {
		padding-top: 9%;
	}
	#social-menu .menu li a img {
		width: 28px;
	}
}
/* --- HEADER SECTION END --- */

/* --- GENERAL STYLES --- */
h1 {
    font-family: Tungsten-Semibold;
	text-transform: uppercase;
	color: #306195;
	font-size: 48px;
}

h2, th, h3 {
	font-family: "Gotham Bold Regular";
	text-transform: uppercase;
	color: #306195;
}

h2 {
	font-family: Tungsten-Semibold;
	color: #FFF;
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #FFF;
	font-size: 222px;
    letter-spacing: 4px;
}

.button {
	font-family: Helvetica-Neue-BoldExt;
	letter-spacing: 2px !important;
	text-transform: uppercase;
}

.about-section {
	display: table;
	width: 100%;
	height: 90vh;
}

.about-section .et_pb_column:nth-child(2) {
	padding-left: 8%;
}

.about-section h2, .beer-section h2 {
	font-size: 90px;
	letter-spacing: 4px;
}

.about-section p {
	font-family: HelveticaNeue-Extended;
    font-size: 16px;
    letter-spacing: 0.5px;
	width: 80%;
}

.beer-section p {
	font-family: HelveticaNeue-Extended;
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 70%;
    margin: 0 auto;
}

.blog-listing .et_pb_post h2 {
	text-align: center;
}

.blog-listing .et_pb_post h2.entry-title a {
	font-family: Tungsten-Semibold;
    text-transform: uppercase;
    color: #306195;
    font-size: 36px;
    -webkit-text-fill-color: #306195;
    -webkit-text-stroke-width: 0;
}

@media (max-width: 468px) {
	.blog-listing .et_pb_post h2.entry-title a {
		font-size: 20px;
	}
}

.et_pb_posts a.more-link {
	text-align: center;
	color: #FFF;
	background-color: #306195;
	border: 1px solid #306195;
	padding: 12px 24px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	font-family: Tungsten-Semibold;
    text-transform: uppercase;
	width: 20%;
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 2px;
}

.et_pb_posts a.more-link:hover {
	color: #306195;
	background-color: #FFF;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 

.blog-section p, .post-content p {
	font-family: HelveticaNeue-Extended;
    font-size: 16px;
    letter-spacing: 0.5px;
	width: 75%;
	margin: 0 auto;
	color: #306195 !important;
}

.post-content .et_pb_section {
	padding: 12px 0 54px 0;
}

#menu-footer-menu {
	font-family: Helvetica-Neue-BoldExt;
	text-transform: uppercase;
}

.vertical-text {
	display: table-cell;
	vertical-align: middle;
}

.beer-section .vertical-text {
	float: none;
}

.beer-section.et_pb_section {
	padding: 0;
}

.beer-section .et_pb_row {
	width: 100%;
	padding: 0;
	display: table;
}

.beer-section .et_pb_row:after {
	display: none;
}

.beer-section img {
	width: 100%;
}

.beer-image {
	float: right;
    width: 94% !important;
}

.blog-image img {
	width: 90%;
}

h1.entry-title, h2.entry-title {
	font-size: 36px !important;
}

h1.entry-title, h2.entry-title, p.post-meta {
	text-align: center;
}

.blog-section {
	padding-top: 0 !important;
}

.beer-can-image {
	width: 50%;
	padding: 48px 0;
}

.beer-about {
	background-color: #2b5687;
	display: table-cell;
    vertical-align: middle;
    float: none;
}

.can-image {
	background: url('https://hopking.org/wp-content/uploads/2017/12/grey-background.png');
	width: 100% !important;
}

.beer-about .et_pb_text:first-child {
	margin-bottom: 12px;
}

.beer-section-home h2 {
	font-size: 90px;
}

.beer-section-home.et_pb_section {
	padding: 0;
}

.beer-section-home .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
	display: table;
}

.beer-section-home .et_pb_row .et_pb_column {
	width: 50%;
	margin-right: 0;
}

.beer-text p {
	font-family: Helvetica-Neue-BoldExt;
	text-transform: uppercase;
	font-size: 24px;
    line-height: 36px;
}

.et_pb_video_play:before {
	display: none;
}

#sb_instagram {
	padding-bottom: 0 !important;
}

.shop-section {
	display: table;
    width: 100%;
}

.shop-section h2 {
	font-size: 156px;
}	

.shop-section .et_pb_row {
	display: table-cell;
    vertical-align: middle;
}

@media (min-width: 981px) {
	.shop-section {
		min-height: 600px;
	}
}
/* --- GENERAL STYLES END --- */

/* --- FOOTER --- */

.et_pb_widget ul li {
	margin-bottom: 0;
}

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

.social-footer {
	padding-top: 18px;
}

.social-footer a {
	display: inline-block;
}

.social-footer a img {
	width: 44px;
	margin: 0 6px;
}

#custom_html-2 {
	float: right;
}

.footer-widget:nth-child(2) {
	text-align: center;
}

#media_image-2 {
	width: 100%;
}

#footer-bottom {
	display: none;
}

#footer-widgets {
	padding: 2% 0 0;
}

.et_pb_gutters3 .footer-widget {
	margin: 0 5.5% 0.5% 0;
}

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

/* --- FOOTER END --- */

/* --- VIDEO SECTION --- */
.et_pb_row_0.youtube-video {
	max-width: 100% !important; 
	width: 100% !important;
}

.video-intro {
	line-height: 0;
}

video {
	width: 100%;
}

/*.video-background {
	display: table;
	width: 100%;
	min-height: 613px;
	max-height: 613px;
	position: relative;
}*/

.logo-overlay {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.logo-overlay img {
	width: 200px;
}

/*@media (max-width: 980px) {
	.video-background {
		min-height: 400px;
		max-height: 400px;
	}
}*/

/*** bouncing arrow ***/
.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-16px;
}

.arrow:hover {
	cursor: pointer;
}
/*** bouncing arrow END ***/

.scroll-icon {
	position: absolute !important;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
}

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}

.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 45px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 -2px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

/* --- VIDEO SECTION END --- */

/* --- BEER SECTION --- */
.beer-section {
	display: table;
	width: 100%;
}

.beer-section-text {
	opacity: 0;
}

.beer-section-image, .beer-section-text {
	float: none;
    display: table-cell;
	vertical-align: middle;
}

.beer-section-image img, .beer-can-image {
	width: 265px !important;
}

.beer-section-text h1 {
	margin-bottom: 28px;
}

.beer-section-text .et_pb_text {
	max-width: 57%;
}

@media (min-width: 1400px) {
	.beer-section-text .et_pb_text {
		max-width: 45%;
	} 
}

.beer-section-text {
    font-family: "Gotham Light Regular";
	color: #306195;
}

.beer-section-text p {
	font-weight: 700;
}

.beer-cta {
	margin-top: 36px;
}

.beer-cta a {
	background-color: #306195;
	color: #FFF;
	padding: 0.3em 1.5em !important;
	font-family: Tungsten-Semibold;
    text-transform: uppercase;
    font-size: 26px !important;
    letter-spacing: 1px !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.beer-cta a:hover {
	background-color: #FFF;
	color: #306195;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 980px) {
	.et_pb_column.beer-section-image {
		width: 50% !important;
	}
	.beer-section-text .et_pb_text {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.et_pb_column.beer-section-image, .et_pb_column.beer-section-text {
		width: 100% !important;
		float: left;
	}
	.beer-section-text .et_pb_text {
		max-width: 100%;
	}
	.beer-cta, .beer-section h1, .beer-section p {
		text-align: center;
	}
}

@media (max-width: 468px) {
	.beer-section-image img, .beer-can-image {
		width: 180px !important;
	}
}
/* --- BEER SECTION END --- */


/* --- CLOTHING SECTION --- */
.clothing-section {
	min-height: 685px;
	padding: 0;
	display: table;
	width: 100%;
}

.clothing-cta-container {
	display: table-cell;
	vertical-align: middle;
}

a.clothing-cta, a.et_pb_button.clothing-cta {
	font-family: Tungsten-Semibold;
	text-transform: uppercase;
	font-size: 36px !important;
    letter-spacing: 1px !important;
	padding: 0 1.5em !important;
	background-color: #306195 !important;
	color: #FFF;
}

a.clothing-cta:hover, a.et_pb_button.clothing-cta:hover {
	padding: 0 1.5em !important;
	background-color: #FFF !important;
	color: #306195 !important;
}

@media (max-width: 708px) {
	.clothing-section {
		background-position: 0 0;
	}
}

@media (max-width: 568px) {
	.clothing-section {
		background-position: 10% 0;
	}
}
/* --- CLOTHING SECTION END --- */

/* --- CONTACT SECTION --- */
.contact-section {
	min-height: 610px;
	display: table;
	width: 100%;
}

.contact-container {
	display: table-cell;
    vertical-align: middle;
}

.contact-logo {
	width: 200px;
}

.contact-social-icons {
	text-align: center;
}

.contact-social-icons a img {
	width: 48px;
	margin: 0 6px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-social-icons a img:hover {
	opacity: 0.75;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 468px) {
	.contact-section {
		min-height: 550px;
	}
}
/* --- CONTACT SECTION END --- */

/* --- SHOP SECTION --- */
.et_shop_image:hover .et_overlay {
	opacity: 0 !important;
}

.woocommerce div.product form.cart .button {
	background-color: #306195;
	color: #FFF;
	border: 2px solid #306195 !important;
}

.woocommerce div.product form.cart .button:hover {
	background-color: #FFF;
	color: #306195;
	border: 2px solid #306195 !important;
}

.entry-content tr th, .entry-content thead th {
	color: #306195;
}

.woocommerce-cart .wc-proceed-to-checkout {
	background-color: #306195;
	color: #FFF;
	padding: 0;
	font-family: "Gotham Bold Regular";
	text-transform: uppercase;
	border: 2px solid #306195;
}

.woocommerce-cart .wc-proceed-to-checkout:hover {
	background-color: #FFF;
	color: #306195;
	border: 2px solid #306195;
}

.et_button_no_icon.woocommerce-page a.button.checkout-button {
	padding: 0.3em 1em !important;
	margin: 0;
}

.woocommerce a.button.alt, .woocommerce-page a.button.alt {
	color: #FFF !important;
}

.woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover {
	background-color: #FFF;
	color: #306195 !important;
}

.woocommerce input[name=update_cart].button, .woocommerce-page input[name=update_cart].button, #place_order {
	border: 2px solid #306195 !important;
}

.woocommerce input.button, .woocommerce-page input.button, #place_order {
	background-color: #306195;
	color: #FFF !important;
	font-family: "Gotham Bold Regular";
	text-transform: uppercase;
}

.woocommerce input.button:hover, .woocommerce-page input.button:hover, #place_order:hover {
	background-color: #FFF;
	color: #306195 !important;
}	

.woocommerce form .form-row label, .wc_payment_method {
	font-family: "Gotham Light Regular";
}

.woocommerce-tabs {
	display: none;
}

.related.products {
	clear: both;
}

.product .related h2 {
	padding-bottom: 16px;
	font-size: 18px !important;
}

.product .related h2.woocommerce-loop-product__title {
	    font-size: 18px !important;
}

.product .woocommerce-loop-product__title, .woocommerce-LoopProduct-link .price {
	text-align: center;
}

.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1) {
	clear: none;
}

.variations input[type="radio"], .variations label[for="pa_size"], .variations .label {
	display: none;
}

.variations label {
	border: 1px solid #FFF;
	float: left;
    padding: 6px 24px;
    margin: 0 12px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.variations label:hover {
	border: 1px solid #306195;
	color: #306195;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.variations input[type="radio"]:checked + label {
	border: 1px solid #306195;
	color: #306195;
}

.woocommerce div.product form.cart .reset_variations {
	display: block !important;
    padding-top: 12px;
	clear: both;
}

.variations .value div:first-child label {
	margin: 0 6px 0 0;
}

.woocommerce a.remove {
	color: #306195 !important;
}

.woocommerce a.remove:hover {
	background: #306195 !important;
}

.woocommerce table.shop_table td {
	border-top:	1px solid #306195;
}

.woocommerce table.shop_table {
	border: none;
}

woocommerce-product-details__short-description {
	margin-top: 12px !important;
}

p.stock.in-stock {
	display: none;
}

.summary .price {
	margin-bottom: 12px !important;
}

.entry-summary .quantity {
	display: none;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	border:	1px solid #306195 !important;
	border-radius: 0 !important;
	color: #306195 !important;
	background-color: #FFF !important;
	height: 38px;
}

h1.product_title {
	font-size: 36px;
}

.woocommerce .quantity .qty {
	text-align: left;
    padding-left: 22px;
}

.woocommerce-message {
	font-size: 16px !important;
}

.woocommerce-message a {
	font-family: Tungsten-Semibold;
	text-transform: uppercase;
	bottom: 4px;
	background-color: #FFF;
    padding: 15px;
    font-size: 20px;
    float: right;
}

.woocommerce-message a:hover {
	color: #306195 !important;
}

.woocommerce-message {
	font-family: "Gotham Light Regular";
	padding-top: 29px !important;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

/*** Quantity arrows ***/
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 38px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-left: 1px solid #306195;
  border-bottom: 1px solid #306195;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  border-left: 1px solid #306195;
}
/*** Quantity arrows END ***/

@media (max-width: 768px) {
	.product-subtotal {
		clear: both;
	}
	.quantity {
		float: right;
		margin-bottom: 12px !important;
	}
}

#main-header .et_mobile_menu li ul {
	padding-left: 0;
}

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

.homepage-video .et_pb_row {
	width: 100% !important;
	max-width: 100% !important; 
}

.et_mobile_menu li li {
	padding-left: 0;
}

video {
	position: relative;
	top: 50%;
	left: 50%;
	min-width: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-1%);
	-moz-transform: translateX(-50%) translateY(-1%);
	-webkit-transform: translateX(-50%) translateY(-1%);
	transform: translateX(-50%) translateY(-1%);
	background-size: cover;

}

@media (max-width: 468px) {
	.vid-home {
		width: 100%;
	}
	#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
		margin-bottom: 2.5% !important;
	}
	.social-footer {
		padding-top: 0;
	}
	.variations .value div:first-child label {
		margin: 0 3px 0 0;
	}
	.variations label {
		margin: 0 6px;
		padding: 6px 12px;
	}
	.about-section h2, .beer-section h2 {
		font-size: 64px;
		letter-spacing: 3px;
	}
	.beer-section-home .et_pb_row {
		display: block;
	}
	.can-image.et_pb_column {
		margin-bottom: 0;
	}
	.beer-about {
		float: left;
		padding: 54px 0;
	}
	.beer-text p {
		font-size: 18px;
	}
	h2 {
		font-size: 90px;
	}
	#sbi_images {
		padding: 0 0 12px 0 !important;
	}
	.blog-image img, .blog-section p, .post-content p {
		width: 100%;
	}
	.beer-section .et_pb_row {
		padding: 54px 0;
	}
	.footer-widget .et_pb_widget {
		width: 100%;
	}
	.footer-widget {
		text-align: center;
	}
	#custom_html-2 {
		text-align: center;
	    width: 100%;
	}
	.about-section p {
		width: 90%;
	}
	.beer-section p {
		width: 85%;
	}
	#footer-widgets {
		padding-bottom: 0;
	}
}

.beer-container.et_pb_row:after {
		display: none;
}

button.disabled {
	color: #306195 !important;
	border: 1px solid #306195 !important;
	background-color: #FFF !important;
	cursor: allowed !important;
    opacity: 1 !important;
	cursor: pointer !important;
}

.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n) {
	margin-right: 3.8%;
}

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

.summary .product_title {
	float: left;
}

.summary .price {
	float: right;
	font-family: Tungsten-Semibold;
    text-transform: uppercase;
    color: #306195;
}

.summary .woocommerce-product-details__short-description {
	clear: both;
	margin-bottom: 72px;
}

.entry-summary p.price span {
	font-size: 36px !important;
	color: #306195;
	line-height: 1em;
}

.product .related h2.woocommerce-loop-product__title {
	padding: .5em 0;
    margin: 0;
    font-size: 1em !important;
}

.variations_button .quantity {
	display: none !important;
}

.woocommerce-ordering {
	display: none;
}

.reset_variations, .woocommerce-variation-availability {
	display: none !important;
	visibility: hidden !important;
}
/* --- SHOP SECTION END --- */

#av-overlay-wrap #av-overlay {
	position: relative;
    top: 0;
    margin: 0;
    width: 50%;
    height: 50%;
	background: transparent;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
	color: #FFF;
}

#av-overlay p:first-of-type, label[for=av_verify_confirm] {
	display: none;	
}

#av-overlay h1 {
	color: #FFF;
	font-size: 44px;
}

#av-overlay img {
	width: 250px;
	padding-bottom: 36px;
}

#av-overlay-wrap {
	z-index: 99999;
	background-image: url(https://hopking.org/wp-content/uploads/2017/07/contact-bg.jpg);
	background-size: cover;
	display: table;
}

label[for=av_verify_remember] {
	display: none;
}

input#av_verify {
	font-family: Tungsten-Semibold;
	border-width: 0;
	text-transform: uppercase;
	font-size: 32px !important;
    letter-spacing: 1px !important;
	padding: 12px 1.5em !important;
	background-color: #306195 !important;
	color: #FFF;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input#av_verify:hover {
	background-color: #FFF !important;
	color: #306195;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cart_totals h2 {
    color: #306195;
    -webkit-text-fill-color: #306195;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    font-size: 26px;
}

.et_header_style_left #et-top-navigation nav > ul > li > ul.sub-menu > li a:before {display:none !important; width:0 !important}