/* Brand Pages */
.page-template-template-brands .brand-subtitle,
.brand_sub_page .brand-subtitle {
	color: #fff;
	background-color: #c41230;
	padding: 3px 20px 4px;
	display: inline-block;
	margin-bottom: 10px;
}
.brand_sub_page#pinned-hero-container .pinned-hero-content,
.page-template-template-brands #pinned-hero-container .pinned-hero-content {
	top: 35%;
}
.brand_sub_page#pinned-hero-container .pinned-hero-content.dark h1,
.page-template-template-brands #pinned-hero-container .pinned-hero-content.dark h1 {
	color: #ffffff;
	margin-bottom: 0.75rem;
}
.brand_sub_page#pinned-hero-container .pinned-hero-content.dark p,
.page-template-template-brands #pinned-hero-container .pinned-hero-content.dark p {
	/*color: #ffffff;*/
	font-weight: bold;
	font-size: 1.4rem;
	max-width: 400px;
}
.brand_sub_page h2,
.page-template-template-brands h2 {
	font-weight: bold;
}

/* Egg whites column styling page-id-15601 */
.page-id-15601 .wp-block-column:nth-child(1n) {
	flex-basis: calc(60% - 16px);
}
.page-id-15601 .wp-block-column:nth-child(2n) {
	flex-basis: calc(40% - 16px);
}
@media (max-width: 992px) {
	.brand_sub_page#pinned-hero-container .pinned-hero-content.dark h1, 
	.page-template-template-brands #pinned-hero-container .pinned-hero-content.dark h1 {
		font-size: 2.5rem;
		margin-bottom: 0.25rem;
	}
	.brand_sub_page#pinned-hero-container .pinned-hero-content.dark p,
	.page-template-template-brands #pinned-hero-container .pinned-hero-content.dark p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.brand_sub_page .brand-subtitle,
	.page-template-template-brands .brand-subtitle {
		margin-bottom: 5px;
	}
}
@media (max-width: 420px) {
	.brand_sub_page#pinned-hero-container .pinned-hero-content.dark h1,
	.page-template-template-brands #pinned-hero-container .pinned-hero-content.dark h1 {
		font-size: 2rem;
		margin-bottom: 0.25rem;
	}
	.brand_sub_page#pinned-hero-container .pinned-hero-content.dark p,
	.page-template-template-brands #pinned-hero-container .pinned-hero-content.dark p {
		font-size: 0.80rem;
		line-height: 1rem;
	}
	.brand_sub_page .brand-subtitle,
	.page-template-template-brands .brand-subtitle {
		font-size: 0.80rem;
	}
}
@media screen and (max-width: 600px) {
	.page-id-15601 .wp-block-column:nth-child(2n) {
		flex-basis: calc(100% - 16px);
	}
}
.page-id-15601 .wp-block-column ul {
	padding-left: 1.2rem;
}
.page-id-15601 .categories-header {
	display: none;
}
.page-id-15601 .product-categories {
	margin-top: 32px!important;
}
/*.page-id-15601 .promo-product-locator {
	margin-bottom: 90px!important;
}*/
.page-id-15601 .content-container {
	background-color: #ffffff;
}
.page-id-15601 .scroll-down {
	display: none;
}

/* Social Brand Sup-Footer */
.social-brand-footer {
	background-color: #fff8f0;
	padding: 15px;
}
.FBLikeButton {
	width: 70px!important;
	height: 20px!important;
	margin: 5px 20px 0px;
	position: relative;
	top: 3px;
}

/* Footer Social Links */
footer {
	border-top: 5px solid #c41230;
}
.footer-social-media  {
	margin: 20px;
}
@media screen and (max-width: 991px){
	.footer-social-media  {
		text-align: center;
	}
}
.footer-social-media a {
	display: inline-block;
	font-size: 30px;
}
.footer-social-media .fa-youtube {
	margin: 0 11px;
}

/*brand pages*/
.brandItem {
	margin-top: 20px;
}
.callout_title {
	font-weight:bold;
	text-align:center;
	font-size:1.5rem;
	margin:15px 0;
}
.callout_text {
	text-align:center;
	font-size:1rem;
	font-weight:500;
	color:#4e4e4e;
}
.callout_cta {
	text-align:center;
	margin:30px 0 50px;
}
.callout_cta a {
	background:#c41130;
	color:white;
	padding:12px 24px;
	margin:0px auto;
	text-transform:uppercase;
	font-size:.875rem;
	transition:.25s all ease-in-out;
}
.callout_cta a:hover {
	background:#c41130;
	color:white;
	opacity:.8;
	transition:.25s all ease-in-out;
}
.brandItem img {
	padding:0px 25px;
}
.brand-subnav .brandnav {
	text-align:center;
	border-right:1px solid #d3d4d3;
	border-bottom:1px solid #d3d4d3;
	padding:0;
}
.brand-subnav .col:first-child {
	border-left:1px solid #d3d4d3;
}
section.brand-subnav.container::before {
    content: '';
    position: absolute;
    height: 60px;
    width: 1000px;
    background-color: white;
    right: 100%;
}
section.brand-subnav.container::after {
    content: '';
    position: absolute;
    height: 60px;
    width: 1000px;
    background-color: white;
		left: 100%;
		top:0;
}
.brand-subnav a {
	color:#555555;
	font-size:.875rem;
	text-transform:uppercase;	
	font-weight:700;
	width:100%;
	height:100%;
	display:block;
	padding:20px;
	transition:.25s all ease-in-out;
}
.brand-subnav a.active {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: #555555; /* Old browsers */
	color:white;
}
.brand-subnav a:hover {
	background-color:#c41130;
	color:white;
	transition:.25s all ease-in-out;
}
.brand-subnav a.active:hover {
	background-color:#c41130;
	color:white;
	transition:.25s all ease-in-out;
}
section.brand-subnav {
    background-color: white;
    z-index: 1000;
    position: relative;
}

/* homepage */
.callout-style-imageBackground {
	position:relative;
}
.callout-style-imageBackground img {
	width:100%;
	height:auto;
}
.callout-style-imageBackground .callout_content {
	background:rgba(0, 0, 0, .75);
	position:absolute;
	bottom:0;
	left:40px;
	right:40px;
	color:white;
	padding:0 10%;
}
.callout-style-imageBackground .callout_text {
	color:white;
}
html body .promo-product-locator {
	background: #c41130;
	position: relative;
	padding-bottom: 30px!important;
	display: block;
}
.wp-block-heading {
	text-align: center;
	margin-top: 0px;
	position:relative;
	z-index:1;
}
.wp-block-paragraph {
    position: relative;
}
.wp-block-heading h2 {
	font-weight:900;
}
.image-grid-callout.callout-style-imageOnly .brandItem img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(0%); /* change to 100% to restore grayscale to colorize on hover - Chrome 19+ & Safari 6+ */
	opacity:1;
	transition:.25s all ease-in-out;
}
/*uncomment to restore hover colorize
.image-grid-callout.callout-style-imageOnly .brandItem img:hover {
	filter: none;
	opacity:1;
	-webkit-filter: grayscale(0%);
	transition:.25s all ease-in-out;
}*/
.callout-style-imageOnly .col-md-3.brandItem {
    margin: 0px auto;
}
.image-grid-callout.callout-style-imageOnly .brandItem {
	margin:0px auto;
}
.pinned-hero-content a.cta_button {
	background:#c41130;
	color:white;
	padding:12px 24px;
	margin:0px auto;
	text-transform:uppercase;
	transition:.25s all ease-in-out;
	font-size:1rem;
}
.pinned-hero-content a.cta_button:hover {
	background:#c41130;
	color:white;
	transition:.25s all ease-in-out;
	opacity:.8;
}
div#page {
    overflow-x: hidden;
}
.contentHeading {
    text-align: left;
}
/*removing scroll down thing*/
.scroll-down {
	display: none;
}
.purpleWhite {background-color:#542970; padding:8px 10px; color:white;}
.purpleText {color:#542970;}
.purpleBG {background-color:#542970;}

.wp-block-image img {
	max-width:100%;
	height:auto;
}