/* template.css overrides -- use only when absolutely necessary
================================*/
.banner {padding-top:80.667%;}
.banner-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 600px;
background: url(../imgs/hero2.jpg) no-repeat 0 0;
background-size:289.722222%;
}
.header2021-logo-img > img{
  width:102px !important;
  height:auto;
}

.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;}
.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; margin-bottom:3%; }
.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}
.finalPrice, .instantSavings{color:#000;}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}
.header .logo { width:125px; }
.items-grid:after { background:none; }
/* 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;}
================================*/

/* custom CSS on a per project basis
================================*/
body { background: rgb(3,10,77);
background: -moz-linear-gradient(0deg, rgba(3,10,77,0) 0%, rgba(3,10,77,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(3,10,77,0) 0%, rgba(3,10,77,1) 100%);
background: linear-gradient(0deg, rgba(3,10,77,0) 0%, rgba(3,10,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030a4d",endColorstr="#030a4d",GradientType=1); background-repeat:no-repeat; background-color:#000; }
section { background:#fff; text-align:center; }
#ngg-giveaway { margin:0% auto 3%; }
.ngg-intro { color:#000; font-family:'Montserrat',sans-serif; font-weight:500; font-size:1.8em; padding:5%; margin:0%; line-height:150%; }
.ngg-intro a { text-decoration:underline; }
.ngg-intro span { color:#0077d9; font-weight:700; line-height:1.5em; }
.ngg-intro sup { font-weight:400; font-size:.5em; color:inherit; }
.ngg-prize { float:right; margin:-5% 2%; }
.ngg-prize iframe { width:560px; height:315px; }
.ngg-enter { margin:5% 0 0; }

.ngg-title-head { font-family:'Montserrat',sans-serif; font-weight:700; font-size:3em; padding:3% 5% 2%; color:#000; }
.ngg-hline { overflow:hidden; }
.ngg-hline > span { position:relative; display:inline-block; text-transform:uppercase; }
.ngg-hline > span:before, .ngg-hline > span:after {
    content:''; position:absolute; top:45%; border-bottom:3px solid; width:7vw; margin:0 40px; }
.ngg-hline > span:before { right:100%; }
.ngg-hline > span:after { left:100%; }
.ngg-alt-title { font-weight:500; }
.ngg-promo-item { padding:3px 3px; color:#cc4e00; font-weight:700; text-align:center; font-style:italic; }
.disclaimer { margin-bottom:0%; padding-bottom:3%; }
.item-img > img { max-width:300px; }
.page-btn { margin-bottom:3%; font-size:16px; }
.main-title-text { font-weight:600; }
/* responsive CSS on a per project basis
================================*/

@media only screen and (max-width: 1000px) {
	.ngg-prize { float:none; margin:0% 5% 3%; }
}

@media only screen and (max-width: 768px) {
	.ngg-prize iframe { width:100%; }
}

@media only screen and (max-width: 550px) {
	/* insert responsive CSS for mobile screens below 550px */
    .items-grid .item-cell { width:90%; text-align:center; border-bottom:1px solid #333; padding-bottom:8%; }
    .item-img > img { max-width:300px; }
	.items-grid .item-title { height:auto; }
	.ngg-intro { font-size:1.3em; margin:3% 0%; padding:3%; }
	.ngg-prize { float:none; }
	.ngg-prize iframe { width:100%; height:250px; }
}

@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: 46.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 */
}