/* Custom CSS
------------------------------------------------------------ */
/*-------------------*/
/*-------BODY--------*/
/*-------------------*/

* {
	box-sizing: border-box;
}

.banner-notice .alert-inner {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner-notice {
	padding: 10px 5% 10px 5% !important;
	margin-bottom: 0 !important;
}

.banner-notice .alert-heading {
	font-size: 20px;
	margin-bottom: 0;
}

.banner-notice .alert-button {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}

.banner-notice .alert-button  a {
	border-radius: 50px !important;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 800px) {
	.banner-notice .alert-inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.banner-notice .alert-heading {
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px !important;
		flex-basis: 100%;
	}
	
	.banner-notice .alert-button {
		flex-basis: 100%;
		text-align: center;
		font-size: 12px;
	}
}

.woocommerce .star-rating span::before  {
	color: gold !important;
}

.woocommerce .products .star-rating {
	margin-left: auto;
	margin-right: auto;
}

.header-badge {
	background: #B60806;;
	position: absolute;
	right: 0;
	top: 70px;
	color: #fff !important;
	/*border: 10px solid #B60806;*/
	/*border-right: 0;*/
	padding: 25px 40px;
	text-align: center;
	border-radius: 5px 0 0 5px;
}

.header-badge h3 {
	font-size: 30px;
}

.header-badge p {
	font-size: 20px;
	color: #fff !important;
}

.header-badge span {
	font-size: 12px;
}

/*-------------------*/
/*------WOOCOMMERCE-------*/
/*-------------------*/

span.woofrom,
.sku_wrapper { 
	display: none !important;
}

.post-image {
	background: 0 !important;
}

.woocommerce-product-gallery img {
	max-width: 150px !important;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce .page-title {
	text-align: center;
}

.woocommerce-product-details__short-description {
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.woocommerce-product-details__short-description ul {
	margin-left: 15px;
}

.woocommerce .products .product {
	text-align: center;
}

.woocommerce .products .product img {
	max-width: 125px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
}



.woocommerce .products .product .woocommerce-loop-product__title {
	color: #000;
	font-size: 20px !important;
	text-align: center;
	transition: .3s;
}

.woocommerce .products .product:hover .woocommerce-loop-product__title {
	color: #B60905 !important;
}

.woocommerce .products .product:hover .button {
	background: #B60905 !important;
}

.woocommerce-Price-amount {
	font-weight: 900;
	font-family: 'Montserrat', Sans-Serif;
	color: #B60905;
	font-size: 25px;
	letter-spacing: 1px;
}

.contactBlock a {
	display: block;
	background: #B60905;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	padding: 7px 5px;
}

.contactBlock a:hover {
	background: #000;
}

.contactBlock a:hover,
.contactBlock a:visited{
	color: #fff !important;
}


/*-------------------*/
/*------HEADER-------*/
/*-------------------*/


.site-header {
	min-height: 0 !important;
	background:url(/wp-content/uploads/dynamik-gen/theme/images/close-photography-of-grilled-meat-on-griddle-1105325.jpg) center center rgba(0,0,0,.6);
	background-blend-mode: multiply;
	background-size: cover;
}

/*.site-header:before {*/
/*	content:'';*/
/*	background: rgba(0,0,0,.3);*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	position: absolute;*/
/*	z-index: 10000000000000000;*/
/*}*/

.site-header .wrap {
	
}

.header-image .site-header .wrap .title-area {
	background-size: contain;
}


/*-------------------*/
/*---HEADER WIDGET---*/
/*-------------------*/


div.widget-area.header-widget-area {
	padding-top: 10px;
}


/*-------------------*/
/*--------NAV--------*/
/*-------------------*/


.nav-primary ul > li > a {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav-header ul > li > a {
	color: #333 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*-------------------*/
/*------CONTENT------*/
/*-------------------*/

.heroImg {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.miniHero {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.heroImg h1 {
	font-size: 75px !important;
}

.heroImg p {
	font-size: 22px;
}

.miniHero h1 {
	
}

.checkList ul li {
	list-style-type: none;
}

.checkList ul li:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f00c";
	margin-right: 7px;
	color: #B60905;
}

/*.home .type-page .entry-header {*/
/*	display: none;*/
/*}*/

/*.entry-header {*/
/*	padding-top: 15px;*/
/*	padding-bottom: 15px;*/
/*	width: 100% !important;*/
/*	border-bottom: 1px solid #eee;*/
/*}*/

/*.entry-header .entry-title {*/
/*	width: 100% !important;*/
/*	margin: 0 auto !important;*/
/*	max-width: 1300px;*/
/*	padding-left: 5%;*/
/*	padding-right: 5%;*/
/*	text-align: center;*/
/*}*/


.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText h6,
.whiteText p,
.whiteText li,
.whiteText i,
.whiteText a,
.whiteText .gform_body label {
	color: #fff !important;
}

/*-------------------*/
/*------BUTTONS------*/
/*-------------------*/

.module.module-buttons,
.module.module-buttons a,
.module-buttons-item {
	width: 100%;
	max-width: 250px;
	text-align: center;
}

.center.module.module-buttons,
.center.module.module-buttons a,
.center.module-buttons-item {
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.right.module.module-buttons,
.right.module.module-buttons a,
.right.module-buttons-item {
	margin-left: auto;
}

.module.module-buttons a {
	background: #B60905 !important;
	color: #fff !important;
	font-family: 'Montserrat', Sans-Serif !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: .3s;
}

.module.module-buttons a:hover {
	background: #000 !important;
	color: #fff !important;
}

.woocommerce-page .button,
.wc-products .button {
	border-radius: 50px !important;
	background: #000 !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px !important;
}

.woocommerce-page .button:hover,
.wc-products .button:hover {
	background: #B60905 !important;
}


/*-------------------*/
/*------SIDEBAR------*/
/*-------------------*/


.sidebar {
	
}

/*-------------------*/
/*-------POSTS-------*/
/*-------------------*/


.module.module-posts .post {
	
}

/*-------------------*/
/*------FOOTER-------*/
/*-------------------*/

#ez-fat-footer-container-wrap {
	background: #000;
}

.full-width-content #ez-fat-footer-container {
	max-width: 1300px;
	padding-left: 5%;
	padding-right: 5%;
}


.site-footer .wrap {
	max-width: 1300px !important;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}


.site-footer p {
	font-size: 1.5rem !important;
}

.footer-copyright {
	float: left !important;
}

.footer-text {
	float: right !important;
}


/*-------------------*/
/*-----FULL WIDTH----*/
/*-------------------*/


.full-width-content .site-inner {
	padding: 0 !important;
}

.full-width-content .site-inner, 
.full-width-content .content-sidebar-wrap, 
.full-width-content main.content {
	width: 100% !important;
	max-width: 100% !important;
}

.full-width-content main.content {
	padding: 0 0 0 0 !important;
}

.row_inner {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto;
}

.full-width-content .site-header .wrap {
	width: 100% !important;
	max-width: 1300px;
}

.full-width-content .site-header .wrap,
.constrainInner .row_inner,
.centerColumn .row_inner,
.constrainInnerAlt .row_inner,
.centerColumnAlt .row_inner,
.woocommerce-page .content-sidebar-wrap,
.single .site-inner,
.error404 .site-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	float: none;
}

.constrainInner .row_inner,
.centerColumn .row_inner {
	padding-top: 35px;
	padding-bottom: 35px;
}

.constrainInner .row_inner {
	max-width: 1300px !important;
}

.centerColumn .row_inner {
	max-width: 1000px !important;
}

.constrainInnerAlt .row_inner {
	max-width: 1300px !important;
}

.centerColumnAlt .row_inner {
	max-width: 1000px !important;
}


.woocommerce-page .content-sidebar-wrap,
.single .site-inner,
.error404 .site-inner {
	width: 100%;
	max-width: 1300px !important;
} 

.woocommerce-page .content-sidebar-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}


/*-------------------*/
/*-------FORMS-------*/
/*-------------------*/

.gform_body input,
.gform_wrapper textarea,
.woocommerce .input-text  {
	background: #fff !important;
	border: 1px solid #ddd;
	font-size: 1em; 
}

.gform_body input {
	border-radius: 50px;
	padding: 10px 15px !important;
}
.gform_wrapper textarea {
	border-radius: 15px;
}

.ginput_container_name input {
	margin-bottom: 0 !important;
}

.gform_body .ginput_container,
.gform_body input {
	margin-top: 0 !important;
}

.gform_body .gfield {
	margin-top: 0 !important;
	margin-bottom: 15px;
	
}

.gform_button {
	padding: 7px 50px;
	border-radius: 50px;
	border: 0;
	color: #fff;
	background: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

/*-------------------*/
/*-----TYPOGRAPHY----*/
/*-------------------*/

h1,
h2,
h3,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif !important;
}

#ez-fat-footer-container-wrap h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
}


h1,h2,h3,h4,h5,h6 {
	
}

body p, body li {
	font-weight: 300;
}


/*-------------------*/
/*---MEDIA QUERIES---*/
/*-------------------*/


@media (max-width: 1140px) {
	.site-header .title-area {
		/*float: left !important;*/
		width: 250px !important;
		height: 250px !important;
	}
	
	.header-badge {
		top: 0;
		position: relative;
		border-radius: 0;
		padding: 15px;
	}
	
	
	.header-badge h3 {
		font-size: 18px;
		display: inline-block;
	}
	
	.header-badge p {
		font-size: 14px;
		display: inline-block;
		padding-left: 10px;
	}
	
	/*div.widget-area.header-widget-area {*/
	/*	float: right;*/
	/*	width: 680px !important;*/
	/*	text-align: right;*/
	/*}*/
	
	/*.genesis-nav-menu {*/
	/*	width: 680px !important;*/
	/*}*/
	
	/*.site-header .genesis-nav-menu li {*/
	/*	float: right;*/
	/*}*/
}

@media (max-width: 1024px) {
	
	.site-header {
		border-bottom: 10px solid #cfc3bd;
	}
	
	.heroImg h1 {
		font-size: 50px !important;
	}
	
	.heroImg p {
		font-size: 18px;
	}
}

@media (max-width: 800px) {
	
}

@media (max-width: 768px) {
	.heroImg h1 {
		font-size: 35px !important;
	}
	
	.heroImg p {
		font-size: 16px;
	}
}

@media (max-width: 736px) {
	
}


@media (max-width: 680px) {
	
	.heroImg h1 {
		font-size: 25px !important;
	}
	
	.heroImg h3 {
		font-size: 16px !important;
	}
	
	.heroImg p {
		font-size: 16px;
	}
	
	
	.site-footer p {
		font-size: 1.2rem !important;
	}
	
	.footer-copyright,
	.footer-text {
		float: none !important;
		display: block;
	}
}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}

@media (max-width: 320px) {
	
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {

}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 479px) {

}