/*
Theme Name: Burke Corp Child 2018
Theme URI: http://burkecorp.com/
description: Child theme to refresh the original theme's branding elements, created May 2018
Author: Amy Dalrymple
Author URI: http://jtmega.com
Template: burke
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: burke-child-refresh2018
*/

/* added script font: font-family: 'Fourth-Bold'; */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, button, input, select, textarea { color: #61504d; }
body { background: transparent none; }

/* WP ADMIN - fixes for tablet */
@media only screen and (min-width: 760px) {
	.mobile { display: block; }
	#mobileLogos { display: none; }
}
@media only screen and (max-width: 759px) {
	#wpadminbar { position: fixed; }
	#mobileLogos { display: none; }
}


.mce-container, .mce-container iframe { max-height: unset !important; }


/* FONTS */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
}
	h1, .h1 {
		font-size: 1.5rem;
	}
	h2, .h2 {
		color: #d12f39;
		font-size: 1.25rem;
	}
	h3, .h3 {
		color: #61504d;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	h4, .h4 {
		color: #61504d;
		font-size: 1.125rem;
		line-height: 1.4;
	}
	h5, .h5 {
		color: #d12f39;		
	}

p, pre {
	color: #61504d;
	margin: 0 0 1em;
}

img { font-size: .75rem; }

a, button {
	transition: all 0.2s linear;
}
	a, a:visited { color: #d12f39; }
	a:hover, a:visited:hover, a:focus, a:visited:focus { color: #8b2131; }

sup { font-size: .5em; top: -.9em; font-weight: normal; }


hr {
	margin: 32px 0;
	margin: 2rem 0;
}

/* GENERAL */
#pageWrapper { 
	background: transparent none;
	position: relative;
}
	#pageWrapper:after { 
		content: "";
		background: transparent url('assets/img/common/bg-wood.jpg') repeat;
		background-size: contain; 
		opacity: 0.9;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		display: block;
	}

.wrap { 
	padding: 0 9px;
}


/* HEADER */
.banner {
	background: #f6f5f3;
	border-bottom: 3px solid #d12f39;
	height: auto;
	padding: 34px 0;
}

.brand {
	width: 182px;
	height: 91px;
	background-image: url('assets/img/common/logo@2x.png');
	background-size: contain;
	background-position: center;
	margin: 0 47px;
}

#searchWrap { right: 1.875rem; }

#mainNav {
	margin-right: .25rem;
}
	#mainNav li a {
		font-size: .875rem;
		line-height: 1.57;
	}
	#mainNav li a, 
	#mainNav li a:visited {
		color: #61504d;
		padding: 0;
		margin: .5em;
	}
	#mainNav li.active a, 
	#mainNav li a:hover, 
	#mainNav li a:focus, 
	#mainNav li a:active {
		color: #d12f39;
	}


@media only screen and (max-width: 759px) {
	.banner {
		padding: 25px 0;
	}

	#menuToggle,
	#searchToggle {
		color: #61504d;
		font-size: 2.75rem;
	}
		#menuToggle:hover,
		#menuToggle:active,
		#searchToggle:hover,
		#searchToggle:active {
			color: #8b2131;
		}

	.brand {
		margin: 0 auto;
	}

	#mainNav { margin-right: 0; }

		#mainNav li a, 
		#mainNav li a:visited {
			padding: .5em;
			margin: 0;
		}

}


/* BODY - HOMEPAGE */
	/* container */
	#main {
		background: #fff none;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 0;
		max-width: 942px;
	}

	.fullWidth { padding: 1em 1.875rem 0; }

	/* slider */
	#slider {
		padding: 0;
	}

	#slides li .slide-content {
		height: 100%;
		max-width: 20rem;
		margin: 0 0 0 2rem;
	}
	#slides li h1 {
		color: #d12f39;
		font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
		font-size: 2.1875rem;
		line-height: 1.1428;
	}
		#slides li h1 span {
			color: #d12f39 !important;
			vertical-align: middle;
		}

	#slides li .slide-offset:before, 
	#slides li .slide-offset:after {
		content: "";
		display: none;
	}

	#sliderNav li a {
		color: #ebeae8;
	}
	#sliderNav li a.active, 
	#sliderNav li a:hover,
	#sliderNav li a:active,
	#sliderNav li a.active:focus {
		color: #d12f39;
	} 
	#sliderNav li a:focus {
		color: #8b2131;
	}

	@media only screen and (max-width: 759px) {
		#slides li .slide-content {
			max-width: 100%;
			max-width: calc( 100% - 4rem );
			width: 100%;
			width: calc( 100% - 4rem );
		}
	}

	/* content */
	#featuredGrid ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: space-between;
	}
		#featuredGrid li {
			background-color: transparent;
			border: 1px solid #d12f39;
			font-size: 15px;
			font-size: .9375rem;
			line-height: 1.4666;
			max-width: 48%;
			max-width: calc( 50% - .9375rem );
			margin: 0 0 1.875rem;
		}
			#featuredGrid li:nth-child(2n+1), #featuredGrid li:nth-child(2n) {
				background-color: transparent;
			}

			/* add arrow notch at bottom */
			#featuredGrid li {
				position: relative;
				/*background: #fff;
				border: 1px solid #d12f39;*/
			}
			#featuredGrid li:after, #featuredGrid li:before {
				bottom: -1px;
				left: 50%;
				border: solid transparent;
				content: " ";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none;
			}

			#featuredGrid li:after {
				border-color: rgba(255, 255, 255, 0);
				border-bottom-color: #ffffff;
				border-width: 24px;
				margin-left: -24px;
			}
			#featuredGrid li:before {
				border-color: rgba(209, 47, 57, 0);
				border-bottom-color: #d12f39;
				border-width: 25px;
				margin-left: -25px;
			}


		#featuredGrid #feature3006, #featuredGrid [id^='feature'] {
			background-size: 100% 51%;
			background-size: contain !important;
			background-position: top center;
			position: relative;
		}

		#featuredGrid li:nth-child(2n+1) .featureCopy, 
		#featuredGrid li:nth-child(2n) .featureCopy {
			float: none;
			background-color: transparent;
			margin-top: 73%; /* roughly the height of the bg image, 425x311 */
			margin-bottom: 45px;
			padding: 2rem;
			width: 100%
		}

		#featuredGrid h2 {
			margin: 0 0 16px;
			font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
			font-size: 24px;
			font-size: 1.5rem;
			line-height: 1.1;
		}

		#featuredGrid a:link, 
		#featuredGrid a:visited {
			background: #d12f39;
			border: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
			font-size: 20px;
			font-size: 1.25rem;
			line-height: 1.2;
			padding: .5rem 1.375rem;
			text-transform: uppercase;

			position: absolute;
			bottom: 40px;
			left: 4rem;
			min-width: 50%;
			width: calc( 100% - 8rem );
		}
			#featuredGrid a:hover, 
			#featuredGrid a:active, 
			#featuredGrid a:focus {
				background: #8b2131;
			}

@media only screen and (max-width: 900px) {
	#featuredGrid a:link, 
	#featuredGrid a:visited {
		left: 2rem;
		width: calc( 100% - 4rem );
	}
}
@media only screen and (max-width: 679px) {
	#featuredGrid li:nth-child(2n+1) .featureCopy, 
	#featuredGrid li:nth-child(2n) .featureCopy {
		padding: 2rem 1rem 1rem;
	}
}
@media only screen and (max-width: 559px) {
	.fullWidth {
		padding: 1em 0 0;
	}

	#featuredGrid li {
		border: 0;
		max-width: 100%;
	}
		#featuredGrid li:before, 
		#featuredGrid li:after {
			border: 0;
		}
	#featuredGrid a:link, 
	#featuredGrid a:visited {
		left: 4rem;
		width: calc( 100% - 8rem );
	}
}

/* BODY - PAGES w/ SIDE NAVIGATION */
.interior-page-wrap {
	padding: 0 1rem;
}

.interior-page-wrap .content,
.interior-page-wrap aside.sidebar {
	margin: 1rem 0;
}

	/* add arrow notch at bottom */
	.interior-page-wrap .content {
		padding: 3rem 1rem 1rem;
		position: relative;
		/*background: #fff;*/
		border: 1px solid #d12f39;
	}
	.interior-page-wrap .content:after, .interior-page-wrap .content:before {
		top: -1px;
		left: 2.5rem;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.interior-page-wrap .content:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 24px;
		margin-left: -24px;
	}
	.interior-page-wrap .content:before {
		border-color: rgba(209, 47, 57, 0);
		border-top-color: #d12f39;
		border-width: 25px;
		margin-left: -25px;
	}

article, 
.contact-us article {
	padding: 0;
}

article img { max-width: 100%; height: auto; }

.content { font-size: inherit; line-height: inherit; } /* reset styles */

.page-header h1, .products h1 {
	border-bottom: 0;
	color: #d12f39;
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.015em;
	line-height: 1;
	margin: 0 0 1em;
	padding: 0;
}

.entry-content p,
.entry-content li,
.contact-content p,
td,
article footer {
	font-size: .875rem;
	line-height: 1.57;
}
.contact-region .title,
.contact-region .tel,
.contact-region .email {
	font-size: .875rem;
	line-height: 1.25;
}

.contact-region.ingredient-solutions img {
	width: 75%;
	float: none;
	display: block;
	margin-bottom: 16px;
}

a.contact-section {
	background: #eceae8;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #d12f39;
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}
	a.contact-section:hover {
		background-color: #d12f39;
	}

	a.contact-section.active,
	a.contact-section:focus,
	a.contact-section:active {
		background: #8b2131;
	}


/* no notch styling on menu ideas or products index pages */
/* menu ideas: initial view */
body.post-type-archive-menu_ideas .interior-page-wrap {
	padding: 0
}
body.post-type-archive-menu_ideas .interior-page-wrap .content {
	border: 0;
	margin: 0;
	padding: 0;
}
	body.post-type-archive-menu_ideas .interior-page-wrap .content:after, body.post-type-archive-menu_ideas .interior-page-wrap .content:before {
		background-color: transparent;
		border: 0;
	}

/* menu ideas: filter results view */
body.post-type-archive-menu_ideas #filterView {
	padding: 1rem 0 0 1rem;
	margin: 0;
}

	#resultsView { padding-right: 1rem; }

	#resultsView h2 {
		border-bottom: 0;
		margin: 1rem 0;
	}
	#resultsView .menu_ideas-grid li { max-width: 33%; max-width: calc( 33% - .75em ); }

	#resultsView .activeFilters {
		font-size: .875rem;
		margin-bottom: 1rem;
	}
	#resultsView .menu_ideas-grid { padding: 0; }

	#filterMenuIdeas summary {
		background: #eceae8;
		border-bottom: 0;
		color: #d12f39;
		font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
		padding: .5em;
		text-transform: uppercase;
	}
		#filterMenuIdeas summary:hover {
			background: #d12f39;
			color: #fff;
		}

		#filterMenuIdeas summary:active,
		#filterMenuIdeas summary:focus, 
		#filterMenuIdeas details[open] summary {
			background: #8b2131;
			color: #fff;
		}

	#resultsPagination {
		border-color: #61504d;
		border-bottom: 0;
		font-size: .75rem;
	}


/*.menu_ideas-hero {
	margin: 0 0 1rem;
}
	.menu_ideas-hero h2 {
		border: 0;
		font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	}*/

.single-menu_ideas .entry-content {
	padding: 0;
}

.menu_ideas-grid { padding: 0 1rem; }
	#resultsView .menu_ideas-grid,
	.single-menu_ideas .menu_ideas-grid { padding: 0; }


	.menu_ideas-grid ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0;
	}
		.menu_ideas-grid ul li {
			flex: 1 1 auto;
			float: none;
			max-width: 25%;
			max-width: calc( 25% - 1rem );
		}
			.menu_ideas-grid ul li > a {
				background: #f6f5f3;
				border: 1px solid #61504d;
				display: block;
				width: 100%;
				height: 150px;
				/*height: auto;
				position: relative;
				overflow: hidden;
				padding: 55.55% 0 0 0;*/
			}
				.menu_ideas-grid ul li > a > img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					/*position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;*/
				}

				.menu_ideas-grid img { max-width: 100%; max-height: 100%; }

	.menu_ideas-grid h3 {
		color: #61504d;
		font-size: 1rem;
	}
		.menu_ideas-grid h3 img { display: none; }

	.menu_ideas-grid p { font-size: .875em; }

	.menu_ideas-grid a, .menu_ideas-grid a:visited { color: #61504d; }
	.menu_ideas-grid li:hover a, .menu_ideas-grid a:focus, .menu_ideas-grid a:hover { color: #d12f39; }

.single-menu_ideas .menu_ideas-grid li { width: auto; max-width: calc( 25% - .5625rem ); /*margin-left: .5625rem;*/ }

article footer a { border: 0; color: #d12f39; display: inline-block; padding: 0 .5em; }

@media only screen and (max-width: 759px) {
	/* 3 UP */
	.menu_ideas-grid ul li {
		max-width: calc( 33% - 1rem );
		/*width: calc( 33% - .5em );*/
	}
	.menu_ideas-grid li { margin-right: .5em; margin-left: .5em; }
	.menu_ideas-grid li:nth-child(2n) { margin-left: .5em; }

	.menu_ideas-grid h3 { font-size: 1rem; }

	.single-menu_ideas .menu_ideas-grid li {
		min-width: 30%;
		max-width: calc( 33% - .5625rem );
	}
	.single-menu_ideas .menu_ideas-grid li {
		margin-right: 0;
		margin-left: 1rem;
	}
	.single-menu_ideas .menu_ideas-grid li:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 659px) {
	/* 2 UP */
	.menu_ideas-grid ul li {
		max-width: calc( 50% - 1em );
		/*width: calc( 50% - .5em );*/
	}

	.single-menu_ideas .menu_ideas-grid li {
		min-width: 45%;
		max-width: calc( 50% - .5rem );
	}
	.single-menu_ideas .menu_ideas-grid li:nth-child(3n+1) {
		margin-left: 1rem;
	}
	.single-menu_ideas .menu_ideas-grid li:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 559px) {
	.menu_ideas-grid ul li {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.menu_ideas-grid li:nth-child(2n) { margin-left: 0; }

	.single-menu_ideas .menu_ideas-grid li {
		min-width: 100%;
		max-width: unset;
	}
	.single-menu_ideas .menu_ideas-grid li:nth-child(3n+1),
	.single-menu_ideas .menu_ideas-grid li:nth-child(2n+1) {
		margin-left: 0;
	}
}


/* overwriting a bunch of theme template stuff for the new products page layout in a very incorrect way but i can't deal with trying to solve the right way anymore, sorry not sorry */
body.page-id-27 .interior-page-wrap, body.post-type-archive-products .interior-page-wrap { padding: 0 }
body.page-id-27 .interior-page-wrap .content, body.post-type-archive-products .interior-page-wrap .content { border: 0; padding: 0; margin: 0; }
	body.page-id-27 .interior-page-wrap .content:before, body.page-id-27 .interior-page-wrap .content:after, body.post-type-archive-products .interior-page-wrap .content:before, body.post-type-archive-products .interior-page-wrap .content:after { border: 0; background: transparent; }
body.page-id-27 aside.sidebar, body.post-type-archive-products aside.sidebar { display: none; }
body.page-id-27 .ninecol, body.post-type-archive-products .ninecol { width: 100%; }

.fully-cooked-meats h1, .menu_ideas-hero {
	background: #8b2131 url("assets/img/common/bg-grunge.gif") center center / cover;
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 0.025em;
	text-align: center;
	padding: 2rem 1rem;
	margin: 0 0 1rem;
	min-height: 140px;
}
	.fully-cooked-meats h1 p { color: #fff; margin: 0; }
	.fully-cooked-meats h1 i, .fully-cooked-meats h1 em, 
	.menu_ideas-hero h2 em, .menu_ideas-hero h2 i { 
		font-family: 'Fourth-Bold', script; 
		font-size: 1.5em;
		font-style: normal;
		letter-spacing: 0;
		text-transform: none;
	}

	.menu_ideas-hero h2 {
		color: #fff;
		font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
		font-size: 36px;
		font-size: 2.25rem;
		font-weight: 100;
		line-height: 1.4;
		letter-spacing: 0.025em;

		display: block;
		float: none;
		clear: both;
		padding: 0;
		margin: 0;
		border: 0;
	}

	body.single-products .product-hero {
		position: relative;
		margin-bottom: 1rem;
	}
		body.single-products a.sampleRequest {
			min-width: 200px;
			margin: 0 0 1rem;
			text-align: center;
		}

		body.single-products .related-menu_ideas {
			border-top: solid 1px #333;
			/*border-bottom: solid 1px #333;*/
			margin: 26px auto 0; 
			margin: 1.625rem auto 0;
			padding-top: 16px;
			padding-top: 1rem;
		}

		body.single-products .menuidea-images {
			list-style: none;
			padding-left: 0;

			display: flex;
			flex-flow: row nowrap;
			justify-content: flex-start;
			align-items: flex-start;
		}
			body.single-products .menuidea-images .menuidea-image {
				width: 50%;
				/*width: calc(50% - .75em);*/
				margin-left: 1em;
				flex: 0 1 auto;
			}

			body.single-products .menuidea-images .menuidea-image:first-of-type {
				margin-left: 0;
			}

				body.single-products .menuidea-images .menuidea-image a > img { border: 1px solid #61504d; margin: 0; width: 100%; }
				body.single-products .menuidea-images .menuidea-image a > h3 { font-size: 1rem; margin-top: .4em; }
					body.single-products .menuidea-images .menuidea-image a:hover > h3 { color: #d12f39; }

	.fully-cooked-meats .menu_ideas-grid ul {
		justify-content: center;
	}

	.fully-cooked-meats .menu_ideas-grid li {
		max-width: 33%;
		max-width: calc( 33% - .75em );
		width: calc( 33% - .75em );
	}
	.fully-cooked-meats .menu_ideas-grid li:nth-child(4n+1) {
		margin-left: 1em;
	}
	.fully-cooked-meats .menu_ideas-grid li:nth-child(3n+1) {
		margin-left: 0;
	}

	.fully-cooked-meats .menu_ideas-grid ul li > a { height: 200px; /*padding: 85.714% 0 0;*/ }
	.fully-cooked-meats .menu_ideas-grid img { max-width: 100%; max-height: 100% }


@media only screen and (max-width: 759px) {
	.fully-cooked-meats .menu_ideas-grid li {
		max-width: 50%;
		max-width: calc( 50% - .75em );
		width: calc( 50% - .75em );
	}

	.fully-cooked-meats .menu_ideas-grid li:nth-child(2n),
	.fully-cooked-meats .menu_ideas-grid li:nth-child(4n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 559px) {
	.fully-cooked-meats h1 {
		font-size: 1.875rem;
	}

	.fully-cooked-meats .menu_ideas-grid li {
		max-width: 100%;
		width: 100%;
	}
}


table th {
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
}
.single-products table tbody th { color: #d12f39; }

/* FOOTER */
.content-info {
	background: #8b2131 url("assets/img/common/bg-grunge.gif") center center / cover;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5833;
	padding: 2rem 0 0;
}
	.content-info > .wrap {
		max-width: calc( 942px - 200px );
		/*
		display: flex;
		align-items: flex-start;
		justify-content: center;
		*/
	}
		/*
		.content-info > .wrap section {
			flex: 1 1 auto;
		}
		*/

	.content-info h3 {
		color: #fff;
		font-size: 14px;
		font-size: .875rem;
		letter-spacing: 0.028em;
		line-height: 1.076;
		margin-bottom: 1em;
	}
	.content-info .menu li a,
	.content-info p,
	.content-info p a, 
	.content-info p a:visited {
		color: #fff;
		font-size: 11px;
		font-size: .6875rem;
		line-height: 1.545;
		/*padding: 0 0 .3125rem 0;*/
		padding: 0;
		margin: 0;
	}
		.content-info .menu li a:hover, 
		.menu li a:focus, 
		.menu li a:active,
		.content-info p a:hover,
		.content-info p a:focus, 
		.content-info p a:active {
			color: rgba(255,255,255,.8);
		}

		#menu-follow-us li {
			margin-right: .5em;
		}
			#menu-follow-us li a {
				background: #fff;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				color: #8c1f31;
				font-size: 18px;
				font-size: 1.125rem;
				width: 100%;
				height: 100%;
			}

				#menu-follow-us li a [class^="icon-"], 
				#menu-follow-us li a [class*=" icon-"] {
					display: block;
					padding: .125em;
				}

				#menu-follow-us li a [class^="icon-"]:before, 
				#menu-follow-us li a [class*=" icon-"]:before {
					margin-right: 0;
					margin-left: 0;
					display: block;
				}

				#menu-follow-us li a:hover, 
				#menu-follow-us li a:focus {
					background: rgba(255,255,255,.6);
					color: #8c1f31;
				}

	.content-info .legal {
		margin: 2rem 0 0;
		padding: 1rem 0;
	}
	.legal {
		background: #fff;
		color: #61504d;
		letter-spacing: -0.02em;
	}

	#menu-legal li a, 
	#menu-legal li a:visited {
		border-right-color: #61504d;
		color: #61504d;
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.5833;
		margin: 0;
	}
		#menu-legal li a:hover, 
		#menu-legal li a:focus {
			color: #d12f39;
		}


@media only screen and (max-width: 759px) {
	.content-info section {
		display: inline-block;
		width: 25%;
		vertical-align: top;
	}

	.content-info .legal section,
	.content-info .legal .fivecol.first {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 679px) {
	.content-info > .wrap {
		max-width: calc( 100% - 1.4375rem );
	}

	.content-info section {	
		width: 100%;
	}
}
@media only screen and (min-width: 600px) {
	/* prevent telephone link styling on tablets and bigger screens */
	.tel a, a[href^="tel:"] { color: inherit !important; }
}


/* FORMS */
.form-search {
	padding: 0;
}
	.form-search label {
		color: #61504d;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 1.23076;
		top: 8px;
		left: 16px;
		letter-spacing: 0.015em;
	}
	.form-search input {
		background: #fff;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: 1px solid #d12f39;
		color: #61504d !important;
		font-size: 13px;
		line-height: 1.23076;
		padding: 8px 32px 8px 16px;
		width: 100%;
	}
		.form-search input:focus {
			background: #fff;
		}
	.form-search button {
		color: #61504d;
		top: 4px;
		right: 0;
	}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, 
.frm_style_formidable-style.with_frm_style.frm_login_form label {
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: 0.028em;
	text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style input[type="text"], 
.frm_style_formidable-style.with_frm_style input[type="email"], 
.frm_style_formidable-style.with_frm_style input[type="number"], 
.frm_style_formidable-style.with_frm_style input[type="tel"], 
.frm_style_formidable-style.with_frm_style input[type="phone"], 
.frm_style_formidable-style.with_frm_style select, 
.frm_style_formidable-style.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label,
.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error/*, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single*/ {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.015em;
}

input[type="submit"], 
.ajaxCalc input[type="submit"], 
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_submit button, 
.frm_form_submit_style, 
.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
	background: #d12f39;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	padding: .5rem 1.375rem;
	text-transform: uppercase;	
}
	input[type="submit"]:hover, 
	.ajaxCalc input[type="submit"]:hover, 
	.ajaxCalc input[type="submit"]:active,
	.ajaxCalc input[type="submit"]:focus, 
	.frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.frm_style_formidable-style.with_frm_style input[type="submit"]:active, 
	.frm_style_formidable-style.with_frm_style input[type="submit"]:focus,
	.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:active, 
	.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:focus,
	.frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.frm_style_formidable-style.with_frm_style .frm_submit button:active, 
	.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
	.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover,
	.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:active, 
	.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:focus {
		background: #8b2131;
		color: #fff;
	}


/* BUTTONS */
a.sampleRequest,
a.reset_calculator,
.reset_calculator:link,
.reset_calculator:visited {
	background: #d12f39;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	padding: .5rem 1.375rem;
	text-transform: uppercase;
	vertical-align: baseline;
}
	a.sampleRequest:hover, 
	a.sampleRequest:focus, 
	a.sampleRequest:active,
	a.reset_calculator:hover, 
	a.reset_calculator:focus, 
	a.reset_calculator:active,
	.reset_calculator:active,
	.reset_calculator:focus {
		background: #8b2131;
		color: #fff;
	}

a.red-btn, 
#slides li a {
	background-color: #d12f39;
	background-image: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 1.4;
	padding: .5rem 1.375rem;
}
	a.red-btn:hover, 
	a.red-btn:focus, 
	a.red-btn:active, 
	#slides li a:hover, 
	#slides li a:focus, 
	#slides li a:active {
		background-color: #8b2131;
		background-image: none;
	}

aside .menu li {
	margin: .25em 0;
}
	aside .menu li:first-of-type { margin: 0; }

	aside .menu li a {
		background: #eceae8;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #d12f39;
		font-family: 'Antonio', Impact, Arial Narrow, Arial, sans-serif;
		font-size: .875rem;
		letter-spacing: 0.028em;
		text-transform: uppercase;
		margin: 0;
	}
	
	aside .menu li a:hover, 
	aside .menu li a:focus, 
	aside .menu li a:active {
		background: #d12f39;
	}

	aside .menu li.active a, 
	aside .menu li.active li a:hover, 
	aside .menu li.active li a:focus, 
	aside .menu li.active li a:active {
		background-color: #8b2131;
	}

		aside .menu li.parent a { 
			background-color: #eceae8;
			color: #d12f39;
		}
			aside .menu li.parent a:hover {
				background: #d12f39;
				color: #fff;
			} 

	aside .menu li a:focus, 
	aside .menu li a:active {
		background: #8b2131;
		color: #fff;
	}
	/*.content-info .menu li a:hover,
	.content-info p a:hover, 
	.content-info p a:focus, 
	.content-info p a:active {
		color: inherit;
	}*/


/* TWO COLUMN LIST */
div.twocolumn {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;

	-moz-column-fill: balance;
	column-fill: balance;

	vertical-align: top;
}
	div.twocolumn .block {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
		div.twocolumn .block h5 {
			margin: 0 0 .5em;
		}
		div.twocolumn .block ul {
			margin: 0 0 1.6em;
		}



/* PRODUCTS CONTENT UPDATE */
.entry-content .twoColumns.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}
.entry-content .twoColumns.flex .child {
	flex: 0 1 auto;
	width: 50%;
}
@media only screen and (max-width: 759px) {
	.entry-content .twoColumns.flex {
		flex-wrap: wrap;
	}
	.entry-content .twoColumns.flex .child {
		flex: 1 1 auto;
		width: 100%;
	}
	.entry-content .twoColumns.flex .child  img { width: auto; }

}

.product-video-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	/*gap: 1rem;*/
}

.product-video-content.emulated-flex-gap > * {
	margin: 12px 0 0 12px;
}

.product-video-content.emulated-flex-gap {
	display: inline-flex;
	flex-wrap: wrap;
	margin: -12px 0 0 -12px;
	width: calc(100% + 12px);
}
	.product-video-content .child {
		flex: 0 0 auto;
		width: 100%;
		width: calc( 100% - 12px );
	}

	.product-video-content .video_wrap {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	} 
		.product-video-content .video_wrap iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}




/* TOOLS & RESOURCES PAGE */
.tools_resources .block {
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
	.tools_resources .block .image, 
	.tools_resources .block .description {
		flex: 0 1 auto;
	}

	.tools_resources .block .image {
		width: 33%;
		max-width: 235px;
		padding: 0 40px;
	}
		.tools_resources .block .image img {
			width: auto;
			height: 100%;
			max-height: 155px;
			-webkit-box-shadow: 3px 3px 9px 0 rgba(2,3,3,.33);
			box-shadow: 3px 3px 9px 0 rgba(2,3,3,.33);
		}

	.tools_resources .block .description {
		width: calc( 100% - 33% );
	}


/* CUSTOM FONTS */
@font-face {
    font-family: 'Antonio';
    src:url('assets/fonts/Antonio-Regular.ttf.woff') format('woff'),
        url('assets/fonts/Antonio-Regular.ttf.svg#Antonio-Regular') format('svg'),
        url('assets/fonts/Antonio-Regular.ttf.eot'),
        url('assets/fonts/Antonio-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Fourth-Bold';
	src: url('assets/fonts/Fourth-Bold.eot');
	src: url('assets/fonts/Fourth-Bold.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/Fourth-Bold.woff2') format('woff2'),
		 url('assets/fonts/Fourth-Bold.woff') format('woff'),
		 url('assets/fonts/Fourth-Bold.svg#Fourth-Bold') format('svg'),
		 url('assets/fonts/Fourth-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
