/* template.css overwrites -- use only when absolutely necessary
================================*/
.banner {padding-top:41.667%; }
.banner-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 300px;
	background: url(../imgs/hero.jpg) no-repeat 0 0;
	background-size:289.722222%;}

.price{margin:0 0 0.825em 0;}
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:#cc4e00;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:19px solid #cc4e00;border-right: 10px solid transparent;margin-bottom:0;}

/* No Orange Bar for Custom LPs with Black Background
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:none;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:none;border-right: 10px solid transparent;margin-bottom:0;}
*/

.price-save-label{padding:0 0 1px 6px}
.price-save-dollar{padding:0 0 1px 2px}
.price-save-percent{padding:0 6px 1px 2px}
.price-save-label:before,.price-save-percent:after{content:'';position:absolute;bottom:0;width:0;height:0;}
.item-cell{border-bottom:none;}
.item-promo{margin-top:1em;}
.item-promo-code{border-color:#888;}
.item-promo-title span{color:#333;}
.item-promo-info{color:#cc4e00;}
.item-promo-code{padding:1.5em 5px 1em 5px;height:auto;color:#cc4e00;}
.item-promo-code-save{display:inline;}
li.mir{display:none;}
.instantSavings, .mir{display:block;}
.finalPrice{font-size:1.6em;}
.instantSavings{font-size:0.925em}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}
.btn-mini{border-color:#E68626;font-family:'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;letter-spacing:1px}

/* custom CSS on a per project basis
================================*/

body {
	background-color: #000;
}

.container {
	display: flex;
	background: url("../imgs/main-bg.jpg") no-repeat top center #000;
	background-size: cover;
	flex-direction: column;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	padding-bottom: 6em;
}

.lockup {
	max-width: 90%;
	width: 100%;
	margin: 4em auto 0 auto;
}

.lockup > img {
	max-width: 906px;
	width: 80%;
	margin: 0 auto;
	display: block;
}

.message {
	padding: 6em 0 3em 0;
	max-width: 960px;
	width: 100%;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
}

h1.heading {
	font-weight: 700;
	font-size: 2.5em;
	margin: 20px;
    text-transform: uppercase;
}

.message p {
	font-size: 1.875em;
	line-height: 1.5em;
	font-weight: 300;
	padding: 0 1.5em;
}

span.bold {
	font-weight: 700;
}

.socialmedia {
	padding: 2em 0;
	box-sizing: border-box;
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.social-follow-item-icon {
    display: block;
    margin: 30px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 6px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    flex: 1 1 60px;
    text-align: center;
}

a.social-follow-item-icon {
    color: #fff
}

.social-follow-item-icon.fa-facebook {
    background: #3a5795
}

.social-follow-item-icon.fa-twitter {
    background: #0084B4
}

.social-follow-item-icon.fa-pinterest {
    background: #bd081c
}

.social-follow-item-icon.fa-instagram {
    background: #125688
}

.social-follow-item-icon.fa-youtube-play {
    background: #cc181e
}


.social-follow-item-icon:hover {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}

.social-follow-item-icon img {
    display: block;
    max-width: 100%
}


/* responsive CSS on a per project basis
================================*/

@media only screen and (max-width: 481px) {
	.message {
		font-size: .85em;
	}
}

@media only screen and (max-width: 375px) {
	.message {
		font-size: .7em;
	}
}

@media only screen and (max-width: 1024px) {
	/* insert responsive CSS for screens below 1024px */
}

@media only screen and (min-width: 375px) {
	/* insert responsive CSS for screens above 375px */
}
@media only screen and (min-width: 481px) {
	/* insert responsive CSS for screens above 481px */
}
@media only screen and (min-width: 641px) {
	/* insert responsive CSS for screens above 641px */
	.banner { padding-top: 21.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	
}
@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
		.items-grid .item-cell { width: 22%; }

}
@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
}