/*
 Theme Name: vigrxplusgb
 Theme URI:  
 Description:VigrX Plus - Gabrielle Moore Child Theme
 Author:     Garet Hindman - Leading Edge Health
 Author URI: 
 Template:   leadingedgehealth
 Version:    1.0.0
 License:    GNU General Public License v2 or later
 License URI:http://www.gnu.org/licenses/gpl-2.0.html
 Tags:       light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:leadingedgehealth
*/

body{
	font-family:"Open Sans", sans-serif;
	color:#000;
	overflow-x:hidden;
}

/** Colour Scheme **/

.blue{
	background:#4088cb;
}

.green{
	background:#1d6600;
}

.black-bg{
	background:#000;
}

.black-bg *{
	color:#fff;
}


/**/

/** Fonts & Misc **/

p{
	font-size:1rem;
	line-height:1.4rem;
	margin-bottom:1rem;
}

.h1, .h2, .h3, .h4, .h5, 
.h6, h1, h2, h3, h4, h5, h6{
	font-weight:800;
}

a, a:visited, a:focus{
	color:#d60300;
	outline:none;
}

a:hover{
	color:#d60300;
	text-decoration:underline;
}

.highlight{
	color:#ff0010;
}

a.btn-primary,
a.btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
	position:relative;
	color:#fff;
	text-transform:uppercase;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:rgb(163,0,25); /* Old browsers */
	background:-moz-linear-gradient(left, rgba(163,0,25,1) 0%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, rgba(163,0,25,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, rgba(163,0,25,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30019', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
	border:none;
    border-radius:100px;
	padding:1rem 3.5rem 1rem 1.75rem;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active:hover, 
.btn-primary:not(:disabled):not(.disabled):active:hover, 
.show>.btn-primary.dropdown-toggle:hover{
    color:#fff;
    border:none;
    background:#a30019;
    background:-moz-linear-gradient(left, rgba(163,0,25,1) 0%, rgba(163,0,25,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, rgba(163,0,25,1) 0%,rgba(163,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, rgba(163,0,25,1) 0%,rgba(163,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30019', endColorstr='#a30019',GradientType=1 ); /* IE6-9 */
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{
	box-shadow:none;	
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{
	box-shadow:none;	
}

a.btn-primary:after,
a.btn-primary:visited:after,
.btn-primary:not(:disabled):not(.disabled).active:after{
    position:absolute;
    content:"";
    background:url(images/btn-arrow.png) no-repeat center center;
    width:20px;
    height:20px;
    background-size:cover;
    top:18px;
    right:20px;
    transition:0.1s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:hover:after{
	right:15px;
}

.btn-primary.focus, .btn-primary:focus{
	box-shadow:none;
}

/*****/
	
.post, .page{
	margin:0;
}

.page .entry-footer{
	display:none;
}

.site-header > .container{
	max-width:760px;
	margin:0px auto;
}

.site-header .widget{
	margin-bottom:0;
}

.site-branding{
	width:100%;
	padding:15px;
	text-align:center;
}

.site-branding img{
	width:320px;
}

.site-header .widget{
	padding:15px;
}

.site-header a.btn-primary{
	display:block;
}

.site-header .live-chat-widget{
	position:absolute;
    right:15px;
    bottom:-50px;
}

.site-header .live-chat{
	display:block;
	background:url(images/live-chat-white.png) no-repeat 0 0;
	background-size:cover;
	width:85px;
	height:37px;
	text-indent:-9999em;
	cursor:pointer;
}

.navbar-light .navbar-toggler{
	display:none;
	float:right;
}

.navbar-light .navbar-toggler{
	border:none;
	padding:0;
	outline:none;
}

.navbar-light .navbar-toggler path{
	fill:#c02324;
}

.navbar-collapse{
	clear:both;
}

.main-navigation{
	margin-bottom:0;
}

.main-navigation ul{
	display:flex;
}

.main-navigation li{
	width:100%;
}

.main-navigation .outline a {
    border:solid 2px #e84e54;
    border-radius:100px;
    margin-top:6px;
    padding:2px 10px;
    display:table;
}

.navbar-light .navbar-nav .outline .nav-link{
	padding:0.12rem 0.5rem;
    margin-top:4px;
}

.navbar-light .navbar-nav .nav-link{
    text-transform:uppercase;
    font-weight:bold;
    font-size:1rem;
    letter-spacing:-0.8px;
    color:#000;
    transition:0.1s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover{
	color:#e84e54;
}

.shipping-promo > .widget{
	margin-bottom:0;
}

.shipping-promo{
	display:flex;
    align-items:center;
	justify-content:center;
	min-height:60px;
	text-align:center;
	min-height:1px;
	text-align:center;
	background:rgb(163,0,25); /* Old browsers */
	background:-moz-linear-gradient(left, rgba(163,0,25,1) 0%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, rgba(163,0,25,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, rgba(163,0,25,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30019', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
}

.shipping-promo p{
	display:table;
    width:100%;
    position:relative;
    margin:0px;
    color:#fff;
    font-weight:600;
    font-size:0.8rem;
    text-align:center;
    line-height:1.5em;
}

.shipping-promo p:before{
	display:none;
    content:"";
    width:40px;
    height:29px;
    background:url(images/shipping-ico.png) no-repeat 0 0;
    position:absolute;
    top:-4px;
    left:-50px;
    z-index:9;
}

.shipping-promo em{
	font-style:normal;
	color:#fff000;
}

.entry-content{
	margin:0;
}

.site-footer{
	padding:50px 15px 20px;
	background:#a90000;
}

#menu-footer-menu{
	list-style:none;
    margin:0rem auto 1rem auto;
    padding:0rem;
    max-width:480px;
}

#menu-footer-menu li{
    display:inline-block;
    border-right:solid 1px #fff;
    padding:0px 10px 0px;
    margin-bottom:10px;
}

#menu-footer-menu li:last-child{
	border:none;
}

#menu-footer-menu li a{
	font-size:1rem;
    line-height:1rem;
	color:#fff;
}

#footer-articles ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer-articles a{
	font-size:0.8rem;
    line-height:1.5rem;
	color:#fff;
}

.site-info{
	font-size:12px;
	text-align:center;
	color:#fff;
}

.footer-icons > div:nth-child(2){
	text-align:right;
}

.footer-icons > div:nth-child(3){
	text-align:left;
}

.footer-icons > div{
	margin:0px auto;
}

.footer-icons > div{
	text-align:center;
}

.footer-icons > div > .social-icons{
	display:block;
	text-align:center;
}

.social-icons a{
    display:inline-block;
    margin:10px;
	color:#fff;
	font-size:28px;
	text-decoration:none;
}

@media screen and (min-width:768px){
	
	.site-branding img{
		width:auto;
	}
	
	.footer-icons > div > .social-icons{
		display:inline-block;
		text-align:left;
	}
}

.site-info .disclaimer, 
.site-info .citation, 
.site-info .address{
	font-style:italic;
}

.site-info p{
	font-size:0.8rem;
    line-height:1.5rem;
}

.blog-link a{
    font-size:1rem;
    line-height:1rem;
    color:#fff;
}

@media screen and (min-width:1200px){
	.navbar-light .navbar-nav .nav-link{
		padding-right:1rem;
    	padding-left:1rem;
	}
}

@media screen and (min-width:992px){
	
	.site-header .live-chat-widget{
		position:relative;
	    right:0;
	    bottom:0;
	}
	
	.site-header .live-chat{
		background:url(images/live-chat.png) no-repeat 0 0;
	}
	
	.shipping-promo p{
    	display:table;
    	width:auto;
    	font-size:1rem;
    	margin:0px auto;
	}	
	
	.main-navigation{
		margin-bottom:0;
	}
	
	.main-navigation li{
		width:auto;
	}
	
	#intro .package{
		position:absolute;
		bottom:-130px;
		left:0px;
		z-index:9;
	}
}

@media screen and (min-width:576px) and (max-width:1200px){
	
	.container {
	    max-width:calc(100% - 30px);
	}
	
	#video .container {
	    max-width:100%;
	}
	
	.navbar-light .navbar-nav .nav-link{
		font-size:0.8rem;
	}
	
	.shipping-promo p{
	    font-size:1rem;
	    text-align:left;
	    line-height:1.5em;
	    padding-left:30px;
	}
}

/*** End of Layout ***/

@media screen and (min-width:992px){
	.site-branding{
		width:100%;
		padding:15px 0px;
	}
	
	.main-navigation .outline a{
	    border:solid 2px #e84e54;
	    border-radius:100px;
		margin-top:6px;
	    padding:0px;
	}
}

@media screen and (min-width:992px){
	.shipping-promo p:before{
		display:block;
	}
}

/*** Homepage Sections ***/

#banner{
	position:relative;
	background:url(images/banner-bg.png) no-repeat 50% 0px #030307;
	background-size:auto 100%;
}

#banner .container{
	position:relative;
	z-index:2;
	height:525px;
    margin-bottom:0;
    max-width:1090px;
}

#banner .savings-badge{
	display:block;
	margin:20px auto;
	max-width:200px;
}

#banner h1{
    font-weight:600;
    font-size:1.5em;
    line-height:2rem;
    max-width:340px;
    margin:0px auto 0px;
    color:#fff;
    text-align:center;
}

#banner h1 span{
	display:block;
    font-size:2.5rem;
    line-height:2.5rem;
    font-weight:700;
}

#banner ul.checkmark{
	width:300px;
	max-width:100%;
	padding-left:0;
	margin:0 auto;
}

#banner ul.checkmark > li {
	display:block;
	position:relative;
	padding-left:2em;
	margin-bottom:0.5rem;
    color:#fff;
    font-size:0.8rem;
	line-height:1.4em;
	font-weight:600;
    text-transform:uppercase;
}

#banner ul.checkmark > li::before {
    content:'';
    background-image:url(images/wingdings-box-check.svg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    left:0;
    top:0;
}

#banner .product-package{
	position:relative;
    z-index:4;
	margin-bottom:-4rem;	
}

/**/

#count{
	border-bottom:solid 10px #297500;
}

#count .count{
	width:100%;
    font-size:1.5rem;
    font-weight:600;
    color:#333;
    line-height:1.2em;
    margin-bottom:0em;
    padding-bottom:0.5em;
}

#count .highlight{
	display:block;
	font-size:2rem;
    font-weight:700;
}

#count .btn-primary{
    display:inline-block;
    margin-left:0rem;
}

/**/

#intro{
    background:url(images/main-banner-2.jpg) no-repeat 0px 0px #000;
    background-size:auto 40%;
}

#intro > div{
	position:relative;
	z-index:2;
}

#intro h1{
    color:#fff;
    text-align:center;
    font-size:1.2rem;
    font-weight:300;
    padding-top:2.5rem;
}

#intro h1 span{
	display:block;
}

#intro h1 > .line-sep{
	display:table;
    position:relative;
    font-weight:300;
    font-size:1.5rem;
    color:#fff;
    padding:5px 0px;
    margin:0px auto;
}

#intro .line-sep::before{
    position:absolute;
    content:"";
    background:#ff0000;
    height:2px;
    width:70px;
    left:0;
    top:50%;
    margin-left:-85px;
}

#intro .line-sep::after{
    position:absolute;
    content:"";
    background:#ff0000;
    height:2px;
    width:70px;
    right:0;
    top:50%;
    margin-right:-85px;
}

#intro h1 > span{
	font-size:3rem;
	line-height:1em;
	font-weight:700;
	color:#ff0000;
}

#intro h1 strong{
	display:block;
	font-size:4rem;
	line-height:1em;
    font-weight:700;
}

#intro .package{
	display:block;
	margin:40px auto;
}

#intro .checkmarks{
	margin:1rem 2rem 1rem;
}

#intro .checkmarks li{
	color:#fff;
}

#intro .btn-primary{
	margin:0px auto;
    display:table;
    position:relative;
    top:30px;
    z-index:9;
}


@media screen and (min-width:567px){

	#banner ul.checkmark{
		width:auto;
		margin:1rem 0px 1rem 5px;
	}
	
	#banner h1{
	    font-size:1.2em;
	    color:#fff;
	    line-height:1.5em;
	    text-align:left;
	    font-weight:600;
	    max-width:680px;
	    margin:0;
	    padding:0rem 0rem 0rem;
   }

	#banner .container{
		height:auto;
	    margin-bottom:inherit;
	}
	
	#banner ul.checkmark > li {
    	color:#fff;
    	padding-left:2rem;
	}
	
	#banner .savings-badge {
	    position: absolute; 
	    top: 40px;
	    right: 40px;
	    max-width: 25%;
	}
	
	#banner .product-package{
		margin-bottom:-2rem;
	}

}


@media screen and (min-width:768px){
	
	#banner ul.checkmark > li {
    	font-size:0.9rem;
	}
	
	#banner ul.checkmark > li::before {
	    width:20px;
	    height:20px;
	}
	
	#banner h1{
		font-weight:600;
		font-size:1.8em;
	}
	
	#banner h1 span{
		display:block;
		font-size:2.5rem;
	}
	
	#count .count{
		width:100%;
	    font-weight:600;
	    color:#333;
	    line-height:1.1em;
	    margin-bottom:0em;
	    margin-top:0em;
	    padding-bottom:0.5em;
	}
	
	#count .highlight{
		display:block;
		font-size:2.5rem;
		line-height:1em;
	}
	
	#count .btn-primary{
	    margin-left:2rem;
	}

	#intro{
        background-size:cover;
		background-position:center center;
	}
	
	#intro h1{
    	font-size:1.65rem;
	}
	
	#intro h1 strong{
		display:block;
		font-size:5rem;
	}
	
	#intro h1 > span{
		font-size:4rem;
	}
	
	#intro h1 > .line-sep{
    	font-size:2.5rem;
	}
	
	.checkmarks li{
		font-size:1.2rem;
	}
	
	#count .count{
		width:auto;
		padding-bottom:0;
	}
	
}

@media screen and (min-width:768px) and (max-width:992px){
	
	#banner{
		background-size:960px auto;
	}
	
	#banner h1{
		font-size:1.6em;
	}
	
	#banner .product-package{
		margin-bottom:-3rem;
	}
	
	#banner .savings-badge {
	    top:50px;
	}
	
}

@media screen and (min-width:992px){
	
	#banner h1{
		padding-top:30px;
		padding-bottom:1rem;
	}
	
	#banner .savings-badge{
	    top:0px;
	    right:30px;
		max-width:40%;
	}
	
	#count .count{
		font-size:1.7rem;
		margin-top:0.3em;
	}
	
	#count .highlight{
		display:block;
		font-size:2.5rem;
	}
	
	#intro:after {
	    position:absolute;
	    bottom:0;
	    right:0%;
	    width:369px;
	    height:425px;
	    content:"";
	    background:url(images/extenze-couple.jpg) no-repeat right center #000;
	    background-size:cover;
	    z-index:1;
	}
	
	#intro h1{
	    display:table;
	    padding-top:2.5rem;
	    padding-left:75px;
	}

}

@media screen and (min-width:1200px){
	
	#banner .product-package{
		margin-bottom:-4rem;
	}
	
	#count .count{
		font-size:2rem;
		margin-top:0;
	}
	
	#count .highlight{
		display:inline-block;
		font-size:2.8rem;
	}
	
	#intro:after {
		right:6%;
	}
	
}

/*** Icons ***/
	
.checkmarks{
    padding-left:0px;
    margin:2rem auto;
    max-width:80%;
}

.checkmarks li{
    display:block;
    position:relative;
    padding-left:30px;
    margin-bottom:10px;
    font-weight:600;
    font-size:1.1rem;
}

.checkmarks.horizontal li{
	display:inline-block;
	width:100%;
}

.checkmarks li::before {
    content:"";
    background:url(images/wingdings-box-check.svg) no-repeat center center;
    background-size:cover;
    width:21px;
    height:21px;
    display:inline-block;
    position:absolute;
    top:3px;
    left:0;
}

.checkmarks.checkmark-two li::before{
	background:url(images/blue-check-mark.png) no-repeat center center;
}


/* use these on span tags inside of headers see order page for example*/
	
.price-tag-white:before{
	display:inline-block;
	content:"";
	position:relative;
	width:51px;
	height:51px;
	background:url(images/price-tag-white-ico.png) no-repeat center center;
	background-size:cover;
}

.price-tag-blue:before{
	display:inline-block;
	content:"";
	position:relative;
	width:25px;
	height:25px;
	background:url(images/price-tag-ico.png) no-repeat center center;
	background-size:cover;
}

.price-tag-red:before{
	display:inline-block;
	content:"";
	position:relative;
	width:50px;
	height:47px;
	background:url(images/price-tag-red.svg) no-repeat center center;
	background-size:cover;
}

.large-checkmark-red:before{
	display:inline-block;
	content:"";
	position:relative;
	width:49px;
	height:55px;
	background:url(images/large-red-checkmark.png) no-repeat center center;
	background-size:cover;
}

#product-packages .card-value > .female-outline{
	position:relative;
	width:23px;
	height:52px;
    padding:0px 15px;
    float:left;
}

.female-outline:before{
	position:absolute;
    left:0;
    bottom:0;
	display:block;
	width:23px;
    height:52px;
	content:"";
	background:url(images/female-outline.png) no-repeat center center;
	background-size:cover;	
}

.shipping-icon-white:before{
	display:inline-block;
	content:"";
	position:relative;
    width:40px;
    height:29px;
	background:url(images/shipping-ico.png) no-repeat center center;
	background-size:cover;
}

.shipping-icon-black:before{
	display:inline-block;
	content:"";
	position:relative;
    width:40px;
    height:29px;
	background:url(images/shipping-black-ico.png) no-repeat center center;
	background-size:cover;
}

.star-icon:before{
	display:inline-block;
	content:"";
	position:relative;
    width:75px;
    height:68px;
	background:url(images/star-ico.png) no-repeat center center;
	background-size:cover;
}

.delivery-truck-icon:before{
	display:inline-block;
	content:"";
	position:relative;
    width:23px;
    height:16px;
	background:url(images/delivery-truck-ico.png) no-repeat center center;
	background-size:cover;
}

.phone-icon:before{
	display:inline-block;
	content:"";
	position:relative;
	z-index:2;
    width:22px;
    height:22px;
	background:url(images/phone-ico.png) no-repeat center center;
	background-size:cover;
}

/**/
	
@media screen and (min-width:768px){
	
	#banner{
		background-color:#030307;
		background-image:url(images/banner-bg.png);
		background-repeat:no-repeat;
		background-position:right bottom;
    	background-size:auto 100%;
	}
	
	.checkmarks{
		padding-left:0px;
	    margin:2rem 0rem;
	    max-width:none;
	}
	
	.checkmarks.horizontal li{
		width:48%;
	}
}

@media screen and (min-width:992px){
	
	.checkmarks.horizontal li{
		width:31.3%;
	}
	
	.price-tag-blue:before{
		display:inline-block;
		content:"";
		position:relative;
		width:51px;
		height:51px;
	}

}

@media screen and (min-width:1200px){
	#banner{
		background-position:66% bottom;
	}
	
	#banner h1 span{
		display:block;
	}
}


/** End of Icons **/

/****/

.content_container{
	position:relative;
}

/****/
	
#effectiveness .header{
	font-size:2.2rem;
    font-weight:700;
}

#effectiveness .btn-primary{
	display:table;
	float:none;
	clear:both;
	margin:0rem auto 2rem;
}

@media screen and (min-width:768px){
	
	#effectiveness .btn-primary{
	
	}
	
}

/**/
	
#benefits{
	background:#e7e8e9;
	padding:4rem 0rem 2rem;
}

/****/

#legal-cta{
	background:url(images/legal-cta.jpg) no-repeat 27% center #000;
	background-size:auto 100%;
	border-bottom:solid 2px #ff0010;
}

#legal-cta .container{
	padding:3rem 2rem;
}

#legal-cta h3{
    font-size:1.75rem;
    line-height:2rem;
    font-weight:700;
    max-width:625px;
    margin-bottom:1rem;
}

#legal-cta p{
    font-size:1.2rem;
    line-height:1.8rem;
    font-weight:bold;
    color:#fff;
    max-width:800px;
    margin-bottom:1rem;
}

#legal-cta .btn{
	margin-top:1rem;
}

/**/
	
#guarantee .container{
	padding-top:4rem; 
	padding-bottom:5rem;
}
	
#guarantee .header{
    font-size:3rem;
    font-weight:800;
    letter-spacing:-1px;
    margin-bottom:1.5rem;
}

.gurantee-img {
	display:block;
    position:relative;
    z-index:9;
	top:-100px;
    left:auto;
    margin:0 auto -100px;
    width:204px;
}

#guarantee .subheader{
	font-size:1.8rem;
    line-height:3rem;
    letter-spacing:-1px;
}

#guarantee p{
	font-size:1.2rem;
    line-height:1.8rem;
	font-weight:600;
}

#guarantee .btn-primary{
	margin:0px auto;
    display:table;
    position:relative;
    top:25px;
    z-index:9;
}

@media screen and (min-width:992px){
	
	#legal-cta h3{
	    font-size:2.5rem;
	    line-height:2.8rem;
	}
	
	#legal-cta p{
	    font-size:1.7rem;
	    line-height:2rem;
	}
	
	.gurantee-img {
	    position:absolute;
	    z-index:9;
	    left:50%;
	    margin-left:-130px;
	    top:-55px;
	    width:204px;
	}
	
}


@media screen and (min-width:1200px){
	#legal-cta .container{
		padding:3rem 0rem;
	}
}
/**/

#product-intro{
	background:url(images/intro-bg.jpg) no-repeat center top;
    background-size:cover;
    background-attachment:fixed;
    padding-bottom:14rem;
}

#product-intro .container{
	padding:1rem 0rem 0rem;
}

#product-intro .row{
	background:rgba(0,0,0,0.5);
}

#product-intro .row > div{
	padding:0rem 0rem;
	min-height:262px;
}

#product-intro .row > div:first-of-type{
	background:url(images/couple-1.jpg) no-repeat center bottom;
	background-size:cover;
}

#product-intro h2{
	font-size:1.5rem;
    color:#fff;
    font-weight:300;
}

#product-intro h2 .highlight{
    display:block;
    font-size:2rem;
    letter-spacing:1px;
    color:#fff;
    font-weight:200;
}

#product-intro strong{
	font-size:0.8em;
	padding-right:0px;
}

#product-intro p:last-child{
	margin-bottom:0;
}

#product-intro p{
	font-size:0.95em;
	line-height:1.5em;
	font-weight:600;
    color:#fff;
    margin-bottom:0.6rem;
}

#product-intro .btn{
	display:inline-block;
}

/**/

/****/

.videoWrapper {
	position:relative;
	padding-bottom:56.25%; /* 16:9 */
	padding-top:25px;
	height:0;
}
.videoWrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/****/

#secrets{
	padding:3rem 0rem 2rem;
	background:-moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-top:-14rem;
    position:relative;
    z-index:5;
}

#secrets .heading h2{
	font-size:2.2rem;
	line-height:1em;
	font-weight:300;
}

#secrets .heading p{
	font-size:1.5rem;
	line-height:1.5rem;
	color:#000;
}

#secrets .info-box img{
	float:left;
	width:25%;
    display:block;
    margin:0px auto;
    position:relative;
    top:0rem;
    margin-bottom:0rem;
}

#secrets .info-wrap{
	float:left;
	width:75%;
	padding:0.5rem 1rem;
}

#secrets .info-box{
	overflow:hidden;
    height:100%;
    padding:1rem 1rem 1rem;
    background:#f10a0b;
    border-radius:10px;
}

#secrets h3{
	font-size:1.2rem;
	color:#fff;
}

#secrets p{
	font-size:1rem;
	line-height:1.2rem;
	color:#fff;
}

/****/

#facts-section{
	overflow:hidden;
	position:relative;
	background:url(images/facts-bg.jpg) no-repeat center 0 #363636;
	background-size:100% auto;
	background-attachment:fixed;
}

#facts-section:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);	
}

#facts-section .container{
	padding:5rem 0rem 0rem;
}

#facts-section .header{
	position:relative;
	z-index:3;
	background:rgba(255,255,255,0.5);
	color:#fff;
}

#facts-section .header h2{
	font-weight:600;
	color:#fff;
}

#facts-section .header h3{
	font-size:1.5rem;
	font-weight:600;
	color:#fff;
}

#facts-section h4{
	background:#fff;
    border-radius:10px;
    color:#000;
    font-weight:700;
    font-size:1rem;
    letter-spacing:-1px;
    margin-top:-5rem;
    margin-left:-6rem;
    margin-bottom:1rem;
    max-width:none;
    padding:1rem 3rem 1rem 7rem;
    width:305px;
}

.info-block{
	margin:2rem auto 6rem;
}

.info-block:last-child{
	margin-bottom:2rem;
}

.info-block img{
	position:absolute;
    z-index:2;
    float:left;
    width:8rem;
    top:-4rem;
}

.info-block .info-wrap{
	float:left;
    width:100%;
    background:rgba(0,0,0,0.5);
    border-radius:10px;
    padding:3rem 3rem 2rem 8rem;
    margin-left:0;
}

.info-block .title{
	color:#fff;
	text-transform:uppercase;
}

.info-block .sub-title{
	font-size:1rem;
	font-weight:600;
	color:#fff;
}

.info-block p{
    color:#fff;
    line-height:1.3rem;
    font-size:0.9rem;
}

/****/

#exclusive-offer-1{
	border-bottom:solid 10px #f20a0a;
}

.exclusive-offer{
	background:#000;
}

.exclusive-offer:first-of-type{
	background:#000;
	border-bottom:solid 10px #f10b0b;
}

.exclusive-offer h2{
	margin-bottom:0;
	font-size:1.8rem;
	line-height:1em;
	color:#fff;
	text-align:center;
}

.exclusive-offer h2 span{
	display:block;
	padding:0rem;
	font-size:0.8rem;
	line-height:1em;
	font-weight:700;
}

.exclusive-offer h2 span:before{
	display:inline-block;
	content:"";
	background:url(images/star.png) no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    height: 19px;
    color: #fff;
    padding: 0px 10px;
    margin: 0px 5px -3px;
}

.exclusive-offer h2 span:after{
	display:inline-block;
	content:"";
	background:url(images/star.png) no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    height: 19px;
    color: #fff;
    padding: 0px 10px;
    margin: 0px 5px -3px;
}

.exclusive-offer .savings{
    font-size:2rem;
    line-height:0.9em;
    color:#fff;
    text-align:center;
    font-weight:800;
	margin-bottom:0;
	padding:10px 0px;
}

.exclusive-offer .savings span{
	display:inline-block;
}

/****/

#benefits .container{
	text-align:center;
}

#benefits .header{
    text-align:center;
    color:#c02324;
    font-weight:800;
    font-size:2rem;
    margin-bottom:1rem;
}

#benefits .checkmarks{
	padding-left:0px;
    margin:2rem 0rem;
    max-width:none;
    width:90%;
    display:inline-block;
    text-align:center;
}

#benefits .checkmarks li{
	float:left;
	font-weight:800;
    text-align:left;
}

@media screen and (min-width:567px){
	
	.info-block{
		margin:5rem 0rem;
	}
	
	.info-block .info-wrap{
	    width:75%;
	    margin-left:-7rem;
	}
	
	.info-block img{
		position:relative;
	}
	
}

@media screen and (min-width:768px){
	
	
	#product-intro .container{
		padding:1rem 0rem 3rem;
	}
	
	#legal-cta{
		background-position:right center;
		border-bottom:solid 10px #ff0010;
	}
	
	#secrets{
		padding:3rem 0rem;
	}
	
	#secrets .heading{
		padding-bottom:6rem;
	}
	
	#secrets .info-box{
		overflow:visible;
	}
	
	#secrets .info-box img{
		float:none;
		width:auto;
	    top:-6rem;
	    margin-bottom:-5rem;
	}
	
	#secrets .info-wrap{
		float:none;
		width:auto;
	}
	
	.info-block .sub-title{
		font-size:1.4rem;
	}
	
	.exclusive-offer .savings span{
		display:block;
	}
	
	.exclusive-offer .savings{
	    font-size:3rem;
	}
	
	.exclusive-offer h2 span{
		padding:0.3rem 0rem;
	}
	
	#facts-section h4{
		font-size:1.3rem;
		width:350px;
		padding-left:6rem;
	}

}

@media screen and (min-width:768px) and (max-width:992px){
	
	#benefits .checkmarks li:nth-child(2n + 3){
		clear:left;
	}
	
	#product-intro .row > div{
		padding:1rem;
	}
	
	.info-block img{
		width:calc(25% + 60px);
	}
	
}

@media screen and (min-width:992px) and (max-width:1200px){
	#product-intro .row > div{
		padding:1rem;
	}
}

@media screen and (min-width:992px){
	
	.info-block{
		margin:2rem 0rem;
	}
	
	.info-block:last-child{
		margin-bottom:-1rem;
	}
	
	.info-block img{
    	width:30%;
	}
	
	#benefits .header{
		font-size:1.8rem;
	}
}

/****/

.home #callout{
	background:#e7e8e9;
}

#callout{
    position:relative;
    margin-top:0;
    margin-bottom:0;
    padding-bottom:4rem;
    background:#fff;
}

#callout .row:first-of-type{
    background:url(images/cta-bg.png) repeat-x center center;
    background-size:auto 100%;
}

#callout .header .row:first-of-type{
	background:none;
}

#callout p{
    color:#fff;
    font-size:2.1rem;
    line-height:1.3em;
    margin-bottom:0px;
}

#callout .btn-primary{
	margin:0px auto 0px;
    display:table;
    position:relative;
    top:25px;
    z-index:9;
}

#callout .package {
    position:relative;
    top:0;
    padding:3rem 3rem 3rem 3rem;
    background:#e7e8e9;
}

.info-graphics{
	position:relative;
}

.info-graphics > .ig-1{
	display:table;
	margin:0px auto;
}



@media screen and (min-width:768px){
	
	#product-intro strong{
		font-size:1em;
		padding-right:15px;
	}

	.testimonial{
	    padding-left:10rem;
	}
	
	.testimonial:before{
		display:inline-block;
	    font-size:7rem;
	    margin-top:-32px;
	}
	
	.testimonial-name{
		text-align:right;
	}
	
	#callout{
		padding-top:4rem;
		padding-bottom:12rem;
	}

	#callout .package{
		position:absolute;
		top:0px;
		left:15px;
		z-index:9;
		padding:0;
		background:none;
	}

	#callout .btn-primary{
		margin:0px auto 0px;
	}
	
	.exclusive-offer h2{
		font-size:2.8rem;
	}
	
	.exclusive-offer h2 span{
		font-size:1.1rem;
	}
	
	.exclusive-offer h2 span:before{
		background-size:18px;
	 	width:18px;
	 	height:18px;
	 	margin:0px 10px;
	}
	
	.exclusive-offer h2 span:after{
		background-size:18px;
	 	width:18px;
	 	height:18px;
	 	margin:0px 10px;
	}

}

@media screen and (min-width:992px){
	
	.exclusive-offer h2{
		font-size:3rem;
	}
	
	.exclusive-offer h2 span{
		font-size:1.3rem;
	}
}

/*** End Homepage Sections ***/

/*** Order Page ***/


.order-now .banner{
	position:relative;
	background:rgb(0,0,0); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */						
	padding:2rem 0rem;
}

.order-now .banner .header *{
	text-align:center;
}

.order-now .banner .header h3{
    color:#fff;
    text-transform:uppercase;
    font-size:1.8rem;
    font-weight:700;
}

.order-now .banner .header h4{
    font-style:italic;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:1.5rem;
 	line-height:1em;
    font-size:1.2rem;
}

.order-phone{
	position:relative;
    bottom:0;
    /*margin-top:140px;*/
    align-items:center;
    text-transform:uppercase;
    font-size:18px;
	color:#fff;
}

.order-phone a{
	color:#fff;
}

.order-now .prod-package{
	position:relative;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
}

.order-phone .container{
	align-items:center;
	padding:35px 0px 0px 0px;
	margin:0px;
}

.order-phone p{
	float:left;
    padding-left:0px;
    padding-bottom:2rem;
    position:relative;
    font-size:0.7rem;
    line-height:1.5em;
    text-align:left;
}

.order-phone p a{
	text-decoration:none;
}

.order-phone p:first-of-type{
    padding-top:10px;
    padding-right:25px;
    font-weight:700;
    font-size:0.8rem;
}

.order-phone p > .phone-icon{
	position:relative;
    float:left;
    margin-right:15px;
}

.order-now .banner .shipping-offer{
    color:#fff;
    font-weight:600;
    background:#00305d;
    width:100%;
    z-index:1;
    padding:8px 15px 8px 15px;
    margin:0px 0 0 0;
    text-transform:uppercase;
}

.order-now .shipping-offer span{
	display:inline-block;
	float:none;
	margin-right:15px;
}

.order-now .shipping-offer > div{
	display:flex;
	align-items:center;
	justify-content:center;
}

.order-now .shipping-offer p{
	display:inline-block;
	font-size:0.6rem;
    line-height:1.5rem;
    font-weight:600;
    padding:0;
    margin-bottom:0;
    letter-spacing:0;
}

#store-options{
	background:#ff0010;
	height:40px;
	color:#fff;
}

#store-options > div{
	width:100%;
    max-width:380px;
    text-transform:uppercase;
    font-weight:600;
    font-size:10px;
}

#store-options .currencySelect{
	outline:none;
	font-size:0.9rem;
    font-weight:600;
    border:none;
    padding:5px;
	margin-left:1rem;
	cursor:pointer;
}

#store-options option{
	font-size:0.9rem;
    font-weight:600;
}

#store-options .promo{
	font-size:10px;
}

#store-options .code{
	background:#fff;
    color:#c02324;
    font-weight:700;
    padding:5px 20px;
    margin-left:1rem;
    font-size:0.8rem;
}

/**/
	
#product-packages{
	max-width:350px;
	margin:0px auto;
}

#product-packages .row > div{
	padding-bottom:30px;
}

#product-packages .card{
	height:100%;
    border-radius:5px 5px 0px 0px;
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
	box-shadow:0px 10px 10px #eee;
}

#product-packages .bonus{
	border:none;
	box-shadow:none;
	border-radius:0;
	background:none;
}

#product-packages .bonus .card{
	width:100%;
	height:100%;
	border:none;
	box-shadow:none;
	padding:0;
	border-radius:0;
	box-shadow:none;
    background:url(//gabriellemoore.vigrxplus.com/wp-content/uploads/2019/05/bonus.jpg);
	background-size:cover;
}

#product-packages .attention{
    border:none;
    box-shadow:none;
    padding:0;
    border-radius:0;
    box-shadow:none;
    background:none;
}

#product-packages .attention .card{
	width:100%;
	height:100%;
    border:none;
    box-shadow:none;
    padding:0;
    border-radius:0;
    box-shadow:none;
    background:url(//gabriellemoore.vigrxplus.com/wp-content/uploads/2019/05/attention-callout.png) no-repeat center center;
    background-size:contain;
}

#product-packages .bonus .card,
#product-packages .attention .card{
	border:none;
	box-shadow:none;
}

#product-packages .bonus .card img,
#product-packages .attention img{
	display:none;
	margin:0px auto;
	padding:0px;
    height:100%;
    width:auto;
    max-width:none;
}

.card.platinum{
	background:rgb(255,255,255); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 73%, rgba(190,190,190,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 73%,rgba(190,190,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 73%,rgba(190,190,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebebe',GradientType=0 ); /* IE6-9 */
}

.card.gold{
	background:rgb(255,255,255); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(202,183,131,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 53%,rgba(202,183,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 53%,rgba(202,183,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cab783',GradientType=0 ); /* IE6-9 */
}

.card.platinum .card-title{
	background:rgb(162,162,162); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(162,162,162,1) 1%, rgba(175,175,175,1) 50%, rgba(195,195,195,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, rgba(162,162,162,1) 1%,rgba(175,175,175,1) 50%,rgba(195,195,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, rgba(162,162,162,1) 1%,rgba(175,175,175,1) 50%,rgba(195,195,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 10px 10px #ccc;
}

.card.gold .card-title{
	background:rgb(143,105,0); /* Old browsers */
	background:-moz-linear-gradient(left, rgba(143,105,0,1) 0%, rgba(211,155,0,1) 24%, rgba(211,155,0,1) 50%, rgba(211,155,0,1) 79%, rgba(143,105,0,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, rgba(143,105,0,1) 0%,rgba(211,155,0,1) 24%,rgba(211,155,0,1) 50%,rgba(211,155,0,1) 79%,rgba(143,105,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, rgba(143,105,0,1) 0%,rgba(211,155,0,1) 24%,rgba(211,155,0,1) 50%,rgba(211,155,0,1) 79%,rgba(143,105,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f6900', endColorstr='#8f6900',GradientType=1 ); /* IE6-9 */
	box-shadow:0px 10px 10px #ccc;
}

#product-packages .card-body{
	padding:0rem 0rem 0rem;
}

#product-packages .header{
    color:#c02324;
    font-size:1.5rem;
    font-weight:700;
    letter-spacing:-2px;
    text-align:center;
	text-transform:uppercase;
    padding:1rem 0rem 1rem;
}

#product-packages .header > span{
    top:5px;
    position:relative;
}

#product-packages .card-value{
    text-align:center;
    background:#1d6600;
    font-size:1rem;
    color:#fff;
    font-weight:700;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin-bottom:0;
}

#product-packages .card-value > span{
	padding:0px 5px;
}

#product-packages .card-value > .star-icon{
	margin-left:10px;
}

.card-value .star-icon:before{
	margin:-8px 0px -10px -33px;
}

#product-packages .card-value > .large-checkmark-red{
	margin-top:-5px;
}

#product-packages .card-title{
	margin-bottom:0rem;
    padding:10px 0px;
    font-size:1rem;
    font-weight:700;
    letter-spacing:-1px;
    color:#fff;
    text-align:center;
}

#product-packages .card-text{
	text-align:center;
    font-size:2.4rem;
    font-weight:800;
    padding:1.2rem 1rem;
    margin-bottom:0;
    letter-spacing:-2px;
}

#product-packages .card-text{
	font-size:2.1rem;
}

#product-packages .card-text span{
	color:#c02324;
}

#product-packages img{
	padding:0px 10px;
}

.card-retail{
	text-align:center;
    font-weight:700;
    color:#5d5d5d;
    font-size:1.1rem;
    padding:10px 0px;
    margin-bottom:0;
    letter-spacing:-1px;
}

.card-sale-price{
	text-align:center;
    font-weight:800;
    color:#000;
    font-size:1.8rem;
    line-height:1em;
    margin:0.5em 0em;
}

/*Platinum & Gold*/

#product-packages .card-save{
    font-size:2rem;
    color:#ba0013;
    font-weight:800;
    text-align:center;
    line-height:1.2em;
}

#product-packages .card-save > span{
	font-size:3rem;
	font-weight:800;
}

#product-packages .card-price{
    font-size:4rem;
    color:#5d5d5d;
    font-weight:800;
    text-align:center;
    line-height:1.2em;
}

/*Other Packages*/

#product-packages .card-save{
	font-size:2rem;
	line-height:1.2em;
    color:#ba0013;
    text-align:center;
}

#product-packages .card-price{
    font-size:3rem;
    color:#5d5d5d;
    font-weight:700;
    text-align:center;
    line-height:1em;
}

#product-packages .btn-primary {
    margin:0rem auto 2rem;
    display:table;
    position:relative;
    z-index:9;
}

#product-packages a.btn-primary:after, 
#product-packages a.btn-primary:visited:after, 
#product-packages .btn-primary:not(:disabled):not(.disabled).active:after{
	top:17px;
}

#product-packages .card-save > span,
#product-packages .card-price > span{
	display:block;
	font-size:3rem;
}

.card-save sup,
.card-price sup{
    top:-.2em;
    font-weight:600;
}

.card-shipping{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    font-weight:800;
    padding:10px;
    font-size:1.2rem;
    letter-spacing:-1px;
	background:rgb(255,209,130); /* Old browsers */
	background:-moz-linear-gradient(left, rgba(255,209,130,1) 0%, rgba(255,209,130,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, rgba(255,209,130,1) 0%,rgba(255,209,130,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, rgba(255,209,130,1) 0%,rgba(255,209,130,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd182', endColorstr='#ffd182',GradientType=1 ); /* IE6-9 */
}

.card-shipping > span{
	margin-right:15px;
}

.linethrough{
	text-decoration:line-through;
}

#order-guarantee .g-1{
    background:#c02324;
    padding:1.3rem 0rem;   
}

#order-guarantee .g-1 p{
    font-size:1rem;
    line-height:1.3rem;
    margin-bottom:1rem;
    font-weight:bold;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
}

#order-guarantee .g-1 a{
	color:#fff;
}

#order-guarantee .g-2{
    background:#9cb7d1;
    padding:1.3rem 0rem;   
}

#order-guarantee .g-2 p{
    font-size:1.6rem;
    line-height:1.6rem;
    margin-bottom:0;
    font-weight:700;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
}

#order-guarantee .g-3{
    background:#fff7ea;
    padding:2rem 0rem; 
}

#order-guarantee .g-3 .subheader{
	font-size:1.5rem;
    font-weight:800;
	margin-bottom:1rem;
}

#order-guarantee .g-3 .header{
	font-size:1.8rem;
	line-height:1em;
    font-weight:800;
    margin-bottom:0;
}

#order-guarantee .g-3 .highlight{
	color:#ba0013;
}

.g-3 > .container > .row{
	align-items:center;
	padding:0rem;
}

#order-guarantee .g-3 > .container > .row:nth-child(2) .header{
	font-size:1.8rem;
    font-weight:800;
    margin-bottom:0px;
    padding-bottom:2rem;
}

.g-3 > .container > .row:nth-child(2) .header{
	text-align:center;
}

#order-guarantee .g-3 p{
	font-weight:600;
}

.order-now #callout{
	background:#fff7ea;
}


@media screen and (min-width:1200px){
	
	.info-block img{
    	width:265px;
	}
	
	#product-intro .container{
		padding:2rem 0rem 3rem;
	}
	
	#product-intro h2 .highlight{
    	font-size:3rem;
	}
	
	.order-now .banner .header h3{
	    font-size:2.2rem;
	}
	
	.order-now .banner .header h4{
    	font-size:1.66rem;
    }
    
    .order-phone p{
	    font-size:1.15rem;
	    line-height:1.5em;
	}
	
	.order-phone p:first-of-type{
	    padding-top:15px;
	    padding-right:25px;
	    padding-left:0;
	    font-size:1.3rem;
	}
	
	.order-now .shipping-offer > div{
		justify-content:flex-start;
	}
	
	.phone-icon:before{
		top:8px;
    	left:5px;
	    width:44px;
	    height:44px;
	}
	
	.delivery-truck-icon:before{
    	width:56px;
    	height:40px;
 	}
 	
 	.exclusive-offer h2{
		font-size:3.5rem;
	}
 	
	#product-packages .header{
    	font-size:2.2rem;
	}
	
	#product-packages .card-value{
    	font-size:1.4rem;
    }
    
    #product-packages .card-value > span{
		padding:0px 12px;
	}
	
	#order-guarantee .g-3 > .container > .row:nth-child(2) .header{
		display:inline-block;
    	padding:0rem 14rem 2rem;
		font-size:2rem;
    	font-weight:800;
	}

}

@media screen and (min-width:576px) and (max-width:1199px){
	#product-packages .card-value{
    	font-size:0.8rem;
    }
    
    #product-packages .card-title{
		font-size:1rem;
	}
    
    #product-packages .card-save {
    	font-size:1.5rem;
    	line-height:1.2em;
    	margin-bottom:0;
    }
    
    #product-packages .card-save > span, #product-packages .card-price > span {
	    font-size:2rem;
	}
	
	#product-packages .card-text {
	    font-size:1.3rem;
	    line-height:1.2rem;
	    padding:1rem;
	}
	
	.card-retail{
		font-size:1rem;
		line-height:1.2rem;
	}
	
	.card-shipping{
		font-size:1rem;
	}
	
	#product-packages .btn-primary{
		margin-bottom:1rem;
	}

}

@media screen and (min-width:768px){
	
	#store-options > div{
		max-width:800px;
	}
   
	#product-packages{
		max-width:none;
	}
	
	.order-now .banner .header *{
		text-align:left;
	}
	
	.order-now .prod-package{
		position:absolute;
		top:28px;
		text-align:right;
		padding-right:5rem;
	}
	
	.order-now .prod-package img{
		max-width:279px;
		width:100%;
	}
	
 	.order-phone p > .phone-icon{
    	margin-right:25px;
	}
	
	.order-now .shipping-offer p{
		font-size:1rem;
	    line-height:2rem;
	    font-weight:600;
	    padding:0;
	    margin-bottom:0;
	    letter-spacing:0.5px;
	}
	
	#order-guarantee .g-3{
	    padding:2rem 0rem; 
	}
	
	#order-guarantee .g-3 .header{
		font-size:2.5rem;
	    font-weight:800;
	    margin-bottom:0rem;
	}
	
	.g-3 > .container > .row{
		padding-bottom:0rem;
	}
	
	#order-guarantee .g-1 p{
	    font-size:1.2rem;
	    line-height:1.5rem;
	    margin-bottom:0;
	}
	
	#store-options .currencySelect{
		margin-left:1rem;
	}
	
	#store-options > div,
	#store-options .promo{
		font-size:1em;
	}

}

@media screen and (min-width:768px) and (max-width:992px){
	
	.shipping-icon-black:before{
		width:20px;
		height:15px;	
	}
	
	.card-shipping {
	    font-size:0.7rem;
	}
	
}

@media screen and (max-width:768px){

	.shipping-promo p {
		width:100%;
		margin:0px auto;
	}
   
	#product-packages .bonus{
		width:100%;
		min-height:550px;	
	}
	
	#product-packages .attention{
		width:100%;
		min-height:400px;	
	}

}

/*** FAQ ***/

.faq-page #content{
	background:#e6e7e8;
}

.faq-page .header{
	color:#c02324;
}

.faq-item{
	padding-left:40px;
	margin-bottom:40px;
}

.faq-icon:before{
	content:"";
	position:absolute;
    left:0;
    z-index:2;
	display:inline-block;
    width:45px;
    height:45px;
	background:url(images/question-mark.png) no-repeat center center;
	background-size:contain;
}

.faq-item h3{
	color:#c02324;
    font-weight:700;
    font-size:1.5rem;
    margin-bottom:0.3rem;
}

.faq-page small{
	padding-left:0px;
	text-align:center;
}

.faq-page #callout{
	margin-top:2rem;
	margin-bottom:6rem;
	background:#e6e7e8;
}

.faq-page #callout .btn-primary {
    position:relative;
    bottom:-100px;
    top:auto;
}

@media screen and (min-width:992px){
	
	#product-packages .header{
    	font-size:2rem;
	}

	.faq-page small{
		padding-left:40px;	
	}
}


/*** Ingredients ***/

#ingredients img{
	width:100%;
	height:auto;
}

#ingredients .row > div{
	padding:15px 35px;
}

#ingredients .header{
	text-align:center;
}

#ingredients .entry-title{
	color:#c02324;
	text-align:center;
	font-weight:700;
}

#ingredients .subheader{
    color:#c02324;
    text-align:center;
    padding:35px 0px 0px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:-1px;
    font-size:1.5rem;
}

#ingredients h2{
	font-weight:600;
	font-size:1.5rem;
	line-height:1.6rem;
}

#ingredients p{
	line-height:1.6rem;
}

.why-page .header{
	color:#c02324;
}

.why-page .sub-header{
	font-size:1.5em;
	font-style:italic;
	font-weight:800;
}

.why-page .sub-header a{
	color:#000;
}

.why-item{
	padding-left:40px;
	margin-bottom:40px;
}

.exclamation-icon:before{
	content:"";
	position:absolute;
    left:0;
    z-index:2;
	display:inline-block;
    width:45px;
    height:45px;
	background:url(images/exclamation-mark.png) no-repeat center center;
	background-size:contain;
}

.why-item h3{
	color:#c02324;
    font-weight:700;
    font-size:1.5rem;
    margin-bottom:0.3rem;
}

.why-item strong{
	color:#c02324;
}

/** Guarantee Page **/


.guarantee-page #callout{
	margin-top:0;
	background:#fff7ea;
}

.guarantee-page #callout .package{
    background:#fff7ea;
}

@media screen and (min-width:768px){
	.guarantee-page #callout .package{
	    background:none;
	}
}

/** Privacy **/

#content .privacy-policy ul,
#content .privacy-policy ol{
	margin-left:1em;
	padding-left:1em;
}

#content .privacy-policy ul li,
#content .privacy-policy ol li{
	margin-bottom:10px;
	padding-bottom:10px;
}

/*** Blog ****/

.blog .post{
	margin:0;
    padding:2rem 0rem;
    border-bottom:solid 1px #ddd;
}

.blog .post-thumbnail{
	display:block;
}

.blog .post-thumbnail img{
	width:100%;
}

.blog .entry-content{
	padding-top:1rem;
}

.blog .entry-meta{
    padding:15px 0px;
    font-weight:600;
}

.blog .entry-title{
	font-size:1.8rem;
	font-weight:700;
}

.blog .entry-title a{
	color:#000;
}

.blog .entry-footer{
	display:none;
}

#secondary{
	border:solid 1px #eee;
}

#secondary ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#secondary li{
	padding:5px 0px;
    border-bottom:solid 1px #ddd;
}

#secondary li:last-of-type{
	border-bottom:none;
}

#secondary li a{
    font-size:12px;
    font-weight:700;
    line-height:1.4em;
    display:block;
    padding:5px 0px;
}

#secondary li .post-date{
    font-size:12px;
    display:block;
    font-weight:600;
    color:#000;
}

#secondary .widget-title{
    font-size:1.2rem;
    font-weight:700;
    text-transform:none;
}

#secondary input[type="search"]{
	font-size:14px;
	border-radius:0px;
}

#secondary input[type="submit"]{
    position:relative;
    top:-1px;
    padding:0.66em 1em 0.66em;
    border-radius:0px;
}

/* Single Blog Posts*/

.single .post{
	margin:0;
    padding:2rem 0rem;
}

.single .post-thumbnail{
	display:block;
	margin-bottom:2rem;
}

.single .post-thumbnail img{
	width:100%;
}

.single .entry-title{
	font-size:1.8rem;
	font-weight:700;
}

.single .entry-meta{
	padding:10px 0px;
}

.single h2{
    font-size:1.5rem;
	font-weight:700;
    margin-bottom:1rem;
    padding:0.5rem 0rem;
}

.single .entry-meta{
    padding:15px 0px;
    font-weight:600;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, 
.post-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-next, 
.post-navigation .nav-next{
	position:relative;
}

.post-navigation .nav-previous:before,
.post-navigation .nav-next:before{
	content:"";
}

/*** Blog ****/

@media screen and (min-width:992px){
	
	#product-packages .row{
		margin-bottom:15px;	
	}

}


/* 404 Page */

.page-404 .header p{
    font-size:3rem;
    line-height:1.5em;
}

.page-404 .header h1{
	font-weight:600;
    font-size:1.5rem;
    letter-spacing:-1px;
}

.page-404 .btn{
	margin:3rem auto;
}

@media screen and (max-width:768px){
	
	.m-overlay-50{
		position:relative;
	}
	
	.m-overlay-50:before{
		position:absolute;
		content:"";
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		z-index:1;
	}
	
	.m-overlay-50 .container{
		position:relative;
		z-index:2;
	}
	
}