/*
Theme Name: BiddyTarot 2016
Theme URI: http: //www.biddytarot.com/
Description: Custom Styles for Regular Promotional Ad Updates
Author: Corey Winter
Author URI: https://biddytarot.com
Template: salient
Version: 0.1.6
*/





/********** PROMOTION INPAGE ***********/

#cards-major-template .cards-post-area div[class^="a-single a-"] .promotion-inpage, #cards-minor-template .cards-post-area div[class^="a-single a-"] .promotion-inpage {
	width: 100%;
	padding: 50px;
}

.promotion-inpage  {
	padding: 50px;
	background-image: url(/wp-content/uploads/2015/11/reg-pop-up-planner-bg.jpg);
	background-repeat: no-repeat;
    	background-size: cover;   
	background-position: left bottom;
	margin: 30px 0;
	overflow: hidden;
}
.promotion-inpage .part {
	text-align: left;
	float: left;
	box-sizing: border-box;
    	position: relative;
    	min-height: 1px;
}
.promotion-inpage .left-part {
	width: 60%;
	padding-top: 25px;
}
.promotion-inpage .right-part {
	width: 30%;
    	margin-top: -100px;
	margin-left: -75px;
	margin-bottom: -100px;
}

#cards-major-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .left-part {
	width: 60%;
	padding-top: 25px;
}

#cards-minor-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .left-part {
	width: 60%;
	padding-top: 25px;
}

#cards-major-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .right-part {
	width: 40%;
    	margin-top: -115px;
    	margin-left: -95px;
    	margin-bottom: -115px;
}

#cards-minor-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .right-part {
	width: 40%;
    	margin-top: -115px;
    	margin-left: -95px;
    	margin-bottom: -115px;
}

.promotion-inpage .right-part img {
	max-width: 600px;
	margin: -25px 0;
}


.promotion-inpage h2 {
	color: #66c9c3 !important;
    font-family: 'Montserrat' !important;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.promotion-inpage h3 {
	color: #862783 !important;
    font-family: 'Montserrat' !important;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom: 0px !important;
}


.promotion-inpage h4 {
	    font-family: 'Montserrat';
    color: #fff !important;
    text-transform: none;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 0;
}

.promotion-inpage h5 {
	font-family: 'Montserrat';
    color: #fff !important;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
	padding: 25px 0;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.promotion-inpage .order {
    float: none;
}

.promotion-inpage .logo {
    float: right;
    margin-top: -40px;
}

.promotion-inpage .logo img {
	width: 175px;
	margin-bottom: 0;
}

.promotion-inpage .green-btn {
	color: #fff;
    padding: 10px 20px;
    border: 2px solid;
    text-transform: uppercase;
	font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
	border-color: #66c3c9;
    background: #66c3c9;
}
.promotion-inpage .green-btn:hover {
	color: #66c3c9;
    background: #fff;
}
.promotion-inpage .clearfix {
	clear: both;
}



/** PROMOTION INPAGE 2 **/

.promotion-inpage-2 {
	width: 100%;
	height: 500px;
	position: relative;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-pop-up-planner-bg.jpg');
	background-size: cover;
	margin: 25px auto;
	display: table;
	overflow: hidden;
}

.promotion-inpage-2 .top-part-2 {
	position: relative;
	width: 90%;
	margin: 15px auto;
	text-align: center;
}

.promotion-inpage-2 .bottom-part-2 {
	position: relative;
	margin: 15px auto 0;
	width: 100%;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-pop-up-planner-cards.png');
	background-position: -50px 200px;
	background-repeat: no-repeat;
	height: 85%;
}

.promotion-inpage-2 .left-part-2 {
	width: 45%;
    	left: 8%;
	top: 25px;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.promotion-inpage-2 .right-part-2 {
	width: 48%;
    	right: -50px;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.promotion-inpage-2 h1 {
	color: #8a6194;
	font-weight: 600;
	font-size: 68px;
	line-height: 1;
	letter-spacing: 0;
}

.promotion-inpage-2 h2 {
	color: #66c9c3;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.5;
}


.promotion-inpage-2 h4 {
	color: #fff;
	font-weight: 600;
	font-size: 34px;
	padding: 15px 0;
}

.promotion-inpage-2 p {
	padding-bottom: 0px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.promotion-inpage-2 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 200px;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-inpage-2 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}





/** PROMOTION INPAGE 3 **/

.promotion-inpage-3  {
	padding: 50px;
	background-image: url(/wp-content/uploads/2018/01/mtcm-free-pdf-in-page-bg.jpg);
	background-repeat: no-repeat;
    	background-size: cover;   
	background-position: left bottom;
	margin: 30px 0;
	overflow: hidden;
	height: 500px;
    	display: table;
    	width: 100%;
	position: relative;
}

.promotion-inpage-3.mtcmearly  {
	padding: 50px;
	background-image: url(/wp-content/uploads/2018/01/mtcm-eb-in-page-bg.jpg);
	background-repeat: no-repeat;
    	background-size: cover;   
	background-position: right top;
	margin: 30px 0;
	overflow: hidden;
	height: 500px;
    	display: table;
    	width: 100%;
	position: relative;
}

.promotion-inpage-3.sevensteps  {
	background-image: url('/wp-content/uploads/2018/01/7_steps_inpage_bg.jpg');
}


.promotion-inpage-3 .left-part-3 {
	width: 45%;
    	left: 8%;
    	top: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	bottom: 0;
    	margin: auto;
}

.promotion-inpage-3.sevensteps .left-part-3 {
	width: 55%;
	left: 5%;
}

.promotion-inpage-3 .right-part-3 {
	width: 48%;
    	right: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	bottom: 0;
    	z-index: 100;
    	top: 0;
    	margin: auto;
}

.promotion-inpage-3.mtcmwebinar .right-part-3 {
	top: 0;
	bottom: unset;
}

.promotion-inpage-3.sevensteps .right-part-3 {
	width: 40%;
}

.promotion-inpage-3.sevensteps .right-part-3 img {
	max-width: 350px;
}

.promotion-inpage-3 h2 {
	color: #66c9c3 !important;
    	font-family: 'Montserrat' !important;
    	text-align: center;
    	line-height: 1.3;
    	letter-spacing: 2px;
    	font-size: 32px;
    	font-weight: 400;
    	text-transform: uppercase;
}

.promotion-inpage-3.mtcmwebinar h2 {
	font-size: 28px;
}

.promotion-inpage-3.mtcmearly h2 {
	font-weight: 400;
}

.promotion-inpage-3.sevensteps h2 {
	text-align: left;
	font-size: 48px;
}

.promotion-inpage-3 h4 {
	    font-family: 'Montserrat';
    	color: #fff !important;
    	text-transform: none;
    	font-size: 46px;
    	font-weight: 400;
    	line-height: 1.1;
    	text-align: center;
    	padding: 20px 0;
    	letter-spacing: 0;
}

.promotion-inpage-3.mtcmwebinar h4 {
	font-size: 36px;
	padding: 10px 0 20px;
	line-height: 1.1;
}

.promotion-inpage-3.mtcmearly h4 {
	font-size: 32px;
	padding: 10px 0 20px;
	line-height: 1.1;
	color: #862783!important;
}

.promotion-inpage-3.mtcmearly h4 .accent {
    	font-family: 'montserrat';
	font-weight: 600;
}

.promotion-inpage-3.sevensteps h4 {
	text-align: left;
	font-size: 34px;
	font-weight: 600;
	padding: 5px 0 15px;
	line-height: 1.3;
    	letter-spacing: 2px;
}

.promotion-inpage-3.sevensteps hr {
	display: block;
    	margin: 0 auto 75px 0;
	max-width: 400px;
	border-color: #66c9c3;
    	border-width: 1.5px;
    	border-style: solid;
}

.promotion-inpage-3 a.buynow, .promotion-inpage-3 .buynow {
	color: #fff;
    	padding: 15px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-inpage-3 a.buynow:hover, .promotion-inpage-3 .buynow:hover {
	color: #66c3c9;
    	background: #fff;
}

.promotion-inpage-3.sevensteps a.buynow, .promotion-inpage-3.sevensteps .buynow {
	margin: 0 auto 0 0;
}



@media screen and (max-width: 768px) {
	
	#cards-major-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .right-part, #cards-major-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .left-part {
		    margin: 0 auto;
			width: 100%;
	}

	#cards-minor-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .right-part, #cards-minor-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .left-part {
		    margin: 0 auto;
			width: 100%;
	}

	.promotion-inpage  {
		padding: 40px 20px;
		background-position: 10% 50%;
	}
	.promotion-inpage .part {
		width: 100%;
		float: none;
		text-align: center;
	}

	.promotion-inpage .right-part {
		margin-top: 0px;
	}
	
	.promotion-inpage .right-part img {
		max-width: 450px;
	}
		
	.promotion-inpage h2 {
		font-size: 26px;
	}
	.promotion-inpage h3 {
		font-size: 36px;
	}
	.promotion-inpage h4 {
		font-size: 24px;
	}
	.promotion-inpage .green-btn {
		margin: 25px auto;
	}	

	.promotion-inpage-2 {
		height: auto;
	}

	.promotion-inpage-2 h1 {
		line-height: 1.1;
		font-size: 50px;
	}

	.promotion-inpage-2 .left-part-2, .promotion-inpage-2 .right-part-2 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		margin: auto;
		position: relative;
		display: table;
	}

	.promotion-inpage-2 .right-part-2 {
		margin-bottom: 75px;
	}

	.promotion-inpage-2 .bottom-part-2 {
		background-position: left bottom;
		margin: 15px auto -75px;
	}

	.promotion-inpage-3.mtcmwebinar {
		padding: 50px 0 0;
	}


	.promotion-inpage-3 .left-part-3 {
		width: 100%;
    		left: 0;
    		position: relative;
    		top: 0;
	}

	.promotion-inpage-3 .right-part-3 {
		width: 100%;
		position: relative;
		margin: 25px auto auto;
	}
	
	.promotion-inpage-3 h4 {
		font-size: 28px !important;
		line-height: 1.1 !important;
	}


	.promotion-inpage-3.sevensteps {
		padding: 50px 0;
	}

	.promotion-inpage-3.sevensteps .left-part-3, .promotion-inpage-3.sevensteps .right-part-3 {
		width: 90%;
    		left: 0;
	}

	.promotion-inpage-3.sevensteps h2 {
    		text-align: left;
    		font-size: 38px;
	}

	.promotion-inpage-3.sevensteps hr {
		margin: 0 auto 25px 0;
	}

	.promotion-inpage-3.sevensteps .right-part-3 img {
    		max-width: 85%;
	}		
}

@media screen and (min-width: 769px) and (max-width: 999px) {
	.promotion-inpage-3.sevensteps .left-part-3 {
    		width: 45%;
    		left: 5%;
	}

	.promotion-inpage-3.sevensteps h2 {
		font-size: 32px;
	}

	.promotion-inpage-3.sevensteps h4 {
	    	font-size: 22px;
	}
	
	.promotion-inpage-3.sevensteps .right-part-3 img {
    		max-width: 225px;
	}
}


@media screen and (min-width: 769px) and (max-width: 1215px) {
	
	#cards-major-template .cards-post-area div[class^="a-single a-"] .promotion-inpage .right-part {
		    margin-top: -50px;
			margin-left: -50px;
	}
	
	.promotion-inpage .right-part img {
		max-width: 450px;
	}
}

@media screen and (max-width: 1000px) {
	.promotion-inpage h3, .promotion-inpage h4 {
		padding: 0;
	}

	.promotion-inpage-3.mtcmearly {
		background-position: center;
	}

	.promotion-inpage-3.mtcmwebinar .right-part-3 {
		top: unset;
		bottom: 0;
	}

	.promotion-inpage-3.mtcmwebinar .right-part-3 img {
		margin-bottom: -5px;
		max-width: 300px;
	}

	.promotion-inpage-3.mtcmwebinar h4 {
		font-size: 24px;
	}
	
}






















/********** PROMOTION POPUP ***********/


html>body>#itro_popup {
    background-position: right !important;
    padding: 0 !important;
}

#itro_popup {
	max-width: 800px;
	width: auto !important;
	padding: 0 !important;
}

/** PROMOTION POPUP 1 **/

.promotion-popup-1 {
	width: 100%;
	height: 500px;
	position: relative;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/reg-pop-up-planner-bg.jpg');
	background-size: cover;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.promotion-popup-1 .bottom-part-1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.promotion-popup-1 .left-part-1 {
	width: 45%;
    	left: 8%;
    	top: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	bottom: 0;
    	margin: auto;
}

.promotion-popup-1 .right-part-1 {
	width: 48%;
    	right: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	bottom: 0;
    	z-index: 100;
    	top: 0;
    	margin: auto;
}

.promotion-popup-1 h2 {
	color: #66c9c3 !important;
    	font-family: 'Montserrat' !important;
    	text-align: center;
    	line-height: 1.3;
    	letter-spacing: 0;
    	font-size: 52px;
    	font-weight: 600;
    	text-transform: uppercase;
}


.promotion-popup-1 h4 {
	font-family: 'Montserrat';
    	color: #fff !important;
    	text-transform: none;
    	font-size: 30px;
    	font-weight: 400;
    	line-height: 1.3;
    	text-align: center;
    	padding: 20px 0;
	letter-spacing: 0;
}

.promotion-popup-1 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 200px;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-popup-1 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}

#popup_content .promotion-popup-1 .right-part-1 img, .promotion-popup-1 .right-part-1 img {
	max-width: 100% !important;
	margin: auto !important;
}


@media screen and (max-width: 800px) {

	.promotion-popup-1 {
		height: auto;
	}

	.promotion-popup-1 h1 {
		line-height: 1.1;
		font-size: 50px;
	}

	.promotion-popup-1 .left-part-1, .promotion-popup-1 .right-part-1 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		margin: auto;
		position: relative;
		display: table;
	}

	.promotion-popup-1 .right-part-1 {
		margin-bottom: 75px;
	}

	.promotion-popup-1 .bottom-part-1 {
		background-position: left bottom;
		margin: 15px auto -75px;
	}
}





/** PROMOTION POPUP 2 **/

.promotion-popup-2 {
	width: 100%;
	height: 500px;
	position: relative;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-pop-up-planner-bg.jpg');
	background-size: cover;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.promotion-popup-2 .top-part-2 {
	position: relative;
	width: 90%;
	margin: 15px auto;
	text-align: center;
	z-index: 200;
}

.promotion-popup-2 .bottom-part-2 {
	position: relative;
	margin: 15px auto 0;
	width: 100%;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-pop-up-planner-cards.png');
	background-position: -50px 200px;
	background-repeat: no-repeat;
	height: 85%;
}

.promotion-popup-2 .left-part-2 {
	width: 45%;
    	left: 8%;
	top: 25px;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.promotion-popup-2 .right-part-2 {
	width: 48%;
    	right: 0;
	text-align: center;
	display: inline-block;
	position: absolute;	
	bottom: -50px;
	z-index: 100;
	    top: 0;
}

.promotion-popup-2 h1 {
	color: #8a6194;
	font-weight: 600;
	font-size: 66px;
    	letter-spacing: 0;
    	line-height: 1;
}

.promotion-popup-2 h2 {
	color: #66c9c3;
	font-weight: 400;
	font-size: 30px;	
	line-height: 1.3;
}


.promotion-popup-2 h4 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	padding: 20px 0 15px;
}

.promotion-popup-2 p {
	padding-bottom: 0px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.promotion-popup-2 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 200px;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-popup-2 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}

#popup_content .promotion-popup-2 .right-part-2 img {
	max-width: 100% !important;
	margin: auto !important;
}





@media screen and (max-width: 800px) {

	.promotion-popup-2 {
		height: auto;
	}

	.promotion-popup-2 h1 {
		line-height: 1.1;
		font-size: 50px;
	}

	.promotion-popup-2 .left-part-2, .promotion-popup-2 .right-part-2 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		margin: auto;
		position: relative;
		display: table;
	}

	.promotion-popup-2 .right-part-2 {
		margin-bottom: 75px;
	}

	.promotion-popup-2 .bottom-part-2 {
		background-position: left bottom;
		margin: 15px auto -75px;
	}
}





/** PROMOTION POPUP 3 **/

#popup_content .promotion-popup-3 img {
	max-width: 100%;
	margin: auto;
}

.promotion-popup-3 {
	width: 100%;
	height: 550px;
	position: relative;
	background: url('/wp-content/uploads/2018/01/mtcm-free-pdf-pop-up-bg.jpg');
	background-size: cover;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.promotion-popup-3.mtcmearly {
	width: 100%;
	height: 550px;
	position: relative;
	background: url('/wp-content/uploads/2018/01/mtcm-eb-pop-up-bg.jpg');
	background-size: cover;
	background-position: right top;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.promotion-popup-3.sevensteps {
	background: url('/wp-content/uploads/2018/01/7_steps_popup_bg.jpg');
}

.promotion-popup-3 .bottom-part-3 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 550px;
}

.promotion-popup-3 .left-part-3 {
	width: 55%;
    	left: 0;
    	top: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	bottom: 0;
    	margin: auto;
}

.promotion-popup-3.sevensteps .left-part-3 {
	left: 5%;
	width: 80%;
}

.promotion-popup-3 .right-part-3 {
	width: 48%;
    	right: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	bottom: 0;
    	z-index: 100;
    	top: 0;
    	margin: auto;
}

.promotion-popup-3.mtcmwebinar .right-part-3 {
	top: 0;
	bottom: unset;
}

.promotion-popup-3 h2 {
	color: #66c9c3 !important;
    	font-family: 'Montserrat' !important;
    	text-align: center;
    	line-height: 1.3;
    	letter-spacing: 2px;
    	font-size: 32px;
    	font-weight: 400;
    	text-transform: uppercase;
}

.promotion-popup-3.mtcmwebinar h2 {
	font-size: 28px;
}


.promotion-popup-3 h4, .promotion-popup-3 h5 {
	font-family: 'Montserrat';
    	color: #fff !important;
    	text-transform: none;
    	font-size: 48px;
    	font-weight: 400;
    	line-height: 1.1;
    	text-align: center;
    	padding: 20px 0 30px;
	letter-spacing: 0;
}

.promotion-popup-3.mtcmwebinar h4 {
	font-size: 36px;
	padding: 10px 0 20px;
	line-height: 1.1;
}

.promotion-popup-3.mtcmearly h2 {
	font-weight: 400;
}

.promotion-popup-3.mtcmearly h4 {
	font-size: 32px;
	padding: 25px 0 0;
	line-height: 1.1;
	color: #862783!important;
}

.promotion-popup-3.mtcmearly h4 .accent {
    	font-family: 'montserrat';
	font-weight: 600;
}

.promotion-popup-3 h5 {
	font-size: 22px;
    	color: #862783!important;
    	font-family: 'montserrat';
	padding: 0 0 30px;
}

.promotion-popup-3 a.buynow {
	color: #fff;
    	padding: 15px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-popup-3 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}

#popup_content .promotion-popup-3 .right-part-3 img, .promotion-popup-3 .right-part-3 img {
	max-width: 100% !important;
	margin: auto !important;
}

.promotion-popup-3.sevensteps h2 {
	text-align: left;
	font-size: 48px;
}

.promotion-popup-3.sevensteps h4 {
	text-align: left;
	font-size: 38px;
	font-weight: 600;
	padding: 5px 0 15px;
	line-height: 1.3;
    	letter-spacing: 2px;
}

.promotion-popup-3.sevensteps hr {
	display: block;
    	margin: 0 auto 50px 0;
	max-width: 400px;
	border-color: #66c9c3;
    	border-width: 1.5px;
    	border-style: solid;
}

.promotion-popup-3.sevensteps a.buynow {
	margin: 0 auto 0 0;
}

.promotion-popup-3.sevensteps p {
	color: #fff;
   	text-align: left;
    	font-size: 18px;
    	font-weight: 600;
    	line-height: 1.4;
    	letter-spacing: 1px;
    	max-width: 500px;
}



@media screen and (max-width: 800px) {

	.promotion-popup-3 {
		height: auto;
	}

	.promotion-popup-3 .left-part-3, .promotion-popup-3 .right-part-3 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		margin: auto;
		position: relative;
		display: table;
	}

	.promotion-popup-3 .right-part-3 {
		margin-bottom: 75px;
	}

	.promotion-popup-3.mtcmwebinar .right-part-3 {
		margin-bottom: -5px;
	}

	.promotion-popup-3 .bottom-part-3 {
		background-position: left bottom;
		margin: 15px auto 0px;
	}
	
	.promotion-popup-3 h4 {
		font-size: 28px !important;
		line-height: 1.1 !important;
	}

	.promotion-popup-3.sevensteps .left-part-3 {
		width: 90% !important;
		left: unset;
	}

	.promotion-popup-3.sevensteps .bottom-part-3 {
		margin: 25px auto;
	}

	.promotion-popup-3.sevensteps h2 {
		font-size: 38px;
	}
}


@media screen and (max-width: 1000px) {

	.promotion-popup-3.mtcmearly {
		background-position: center;
	}

	.promotion-popup-3.mtcmwebinar .right-part-3 {
		top: unset;
		bottom: 0;
	}

	.promotion-popup-3.mtcmwebinar .right-part-3 img {
		margin-bottom: -5px !important;
		max-width: 300px !important;
	}

	.promotion-popup-3.mtcmwebinar h4 {
		font-size: 24px !important;
	}

	.promotion-popup-3.sevensteps .left-part-3 {
		width: 95%;
	}

}










































/********** PROMOTION BANNER ***********/

/** PROMOTION BANNER 1 **/

.promotion-banner-1 {
	width: 100%;
	height: 450px;
	position: relative;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/reg-website-header-planner.jpg');
	background-size: cover;
	margin: 25px auto;
	display: table;
	overflow: hidden;
}

.promotion-banner-1 .foreground {
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/website-header-planner-cards.png');
	background-position: left bottom;
	background-size: 30%;
	background-repeat: no-repeat;
	position: relative;
	display: table;
	width: 100%;
    	height: 100%;
}

.promotion-banner-1 .center-part-1 {
	width: 50%;
    	left: 25%;
    	top: 0;
    	bottom: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	margin: auto;
}

.promotion-banner-1 .right-part-1 {
	width: 25%;
	right: 0;
	bottom: -100px;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.promotion-banner-1 .right-part-1 img {
	margin-top: -150px;
	width: 80%;
}

.promotion-banner-1 h2 {
	color: #582564 !important;
    	font-family: montserrat;
    	font-weight: 600;
    	text-align: center;
    	line-height: 1.3;
    	letter-spacing: 0px;
    	font-size: 48px;
    	margin-bottom: 0;
}

.promotion-banner-1 h4 {
	font-family: 'Montserrat';
    	color: #862783 !important;
    	text-transform: none;
    	font-size: 24px;
    	font-weight: 400;
    	line-height: 1.3;
    	text-align: center;
    	padding: 25px 0;
}

.promotion-banner-1 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
	max-width: 95%;
    	text-align: center;
	border-color: #66c9c3;
    	background: #66c9c3;
	font-size: 18px;
}

.promotion-banner-1 a.buynow:hover {
	color: #66c9c3;
    	background: #fff;
}

@media screen and (max-width: 800px) {
	
	.promotion-banner-1 {
		height: auto;
	}

	.promotion-banner-1 .foreground {
		background-position: left bottom;
		background-size: 75%;
	}

	.promotion-banner-1 .center-part-1, .promotion-banner-1 .right-part-1 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
		display: table;
		position: relative;
		margin: 50px auto 25px;
	}

	.promotion-banner-1 .right-part-1 img {
		margin-top: 0;
		max-width: 350px;
	}

	.promotion-banner-1 h2 {
		font-size: 42px; 
		line-height: 1.1;
	}

	.promotion-banner-1 h4 {
		font-size: 24px !important;
		line-height: 1.1 !important;
	}
}

@media screen and (min-width: 801px) and (max-width: 1149px) {
	.promotion-banner-1 {
		height: 500px;
	}

	.promotion-banner-1 .foreground {
		background-size: 45%;
		background-position: left bottom;
	}

	.promotion-banner-1 .center-part-1 {
		width: 60%;
		left: 5%;
	}

	.promotion-banner-1 .right-part-1 {
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: table;
		width: 35%;
	}
	
	.promotion-banner-1 .right-part-1 img {
		margin-top: 0;
	}

	.promotion-banner-1 h2 {
		font-size: 42px !important; 
		line-height: 1.1 !important;
	}

	.promotion-banner-1 h4 {
		font-size: 24px !important;
		line-height: 1.1 !important;
	}

}

@media screen and (min-width: 1150px) and (max-width: 1550px) {
	.promotion-banner-1 {
		height: 500px;
	}

	.promotion-banner-1 .foreground {
		background-size: 25%;
		background-position: left bottom;
	}

	.promotion-banner-1 .center-part-1 {
		width: 60%;
		left: 5%;
	}

	.promotion-banner-1 .right-part-1 {
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: table;
		width: 35%;
	}
	
	.promotion-banner-1 .right-part-1 img {
		margin-top: 0;
	}

	.promotion-banner-1 h2 {
		font-size: 50px !important; 
		line-height: 1.1 !important;
	}

	.promotion-banner-1 h4 {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}

}



/** PROMOTION BANNER 2 **/

.promotion-banner-2 {
	width: 100%;
	height: 450px;
	position: relative;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-website-header-planner-bg.jpg');
	background-size: cover;
	margin: 25px auto;
	display: table;
	overflow: hidden;
}

.promotion-banner-2 .foreground {
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-website-header-planner-cards.png');
	background-position: -100px 200px;
	background-repeat: no-repeat;
	position: relative;
	display: table;
	width: 100%;
    	height: 100%;
}

.promotion-banner-2 .left-part-2 {
	width: 50%;
	left: 10%;
	top: 50px;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.promotion-banner-2 .right-part-2 {
	width: 38%;
	right: 0;
	bottom: -100px;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.promotion-banner-2 .right-part-2 img {
	margin-top: -150px;
	width: 80%;
}

.promotion-banner-2 h1 {
	color: #499294 !important;
	font-size: 72px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
}

.promotion-banner-2 h4 {
	color: #fff !important;
	font-size: 54px;
	line-height: 1;
	font-weight: 600;
	padding: 10px 0 20px;
	letter-spacing: 0;
    	font-family: montserrat;
}

.promotion-banner-2 p {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 0;
}

.promotion-banner-2 .highlight {
	color: #66c9c3;
	font-size: 48px;
	font-weight: 400;
}

.promotion-banner-2 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 200px;
    	text-align: center;
	border-color: #862783;
    	background: #862783;
	font-size: 18px;
}

.promotion-banner-2 a.buynow:hover {
	color: #862783;
    	background: #fff;
}

@media screen and (max-width: 800px) {
	
	.promotion-banner-2 {
		height: auto;
	}

	.promotion-banner-2 .foreground {
		background-position: left bottom;
		background-size: 75%;
	}

	.promotion-banner-2 .left-part-2, .promotion-banner-2 .right-part-2 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
		display: table;
		position: relative;
		margin: 25px auto;
	}

	.promotion-banner-2 .right-part-2 img {
		margin-top: 0;
		max-width: 350px;
	}

	.promotion-banner-2 h1 {
		font-size: 50px; 
		line-height: 1.1;
	}

	.promotion-banner-2 h4 {
		font-size: 40px !important;
		line-height: 1.1 !important;
	}
	
	.promotion-banner-2 .highlight {
		font-size: 36px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1550px) {
	.promotion-banner-2 {
		height: 500px;
	}

	.promotion-banner-2 .foreground {
		background-size: 50%;
		background-position: left bottom;
	}

	.promotion-banner-2 .left-part-2 {
		width: 55%;
		left: 5%;
	}

	.promotion-banner-2 .right-part-2 {
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: table;
		width: 45%;
	}
	
	.promotion-banner-2 .right-part-2 img {
		margin-top: 0;
	}

	.promotion-banner-2 h1 {
		font-size: 55px !important; 
		line-height: 1.1 !important;
	}

	.promotion-banner-2 h4 {
		font-size: 34px !important;
		line-height: 1.1 !important;
	}
	
	.promotion-banner-2 .highlight {
		font-size: 38px;
	}
}


@media screen and (max-width: 1000px) {
	.promotion-banner .vc_col-sm-3:last-of-type img {
		margin: 50px auto;
    		text-align: center;
    		display: table;
    		max-width: 50%;
	}
	
	
}


/** PROMOTION BANNER 3 **/

.promotion-banner-3 {
	width: 100%;
	height: 450px;
	position: relative;
	background: url('/wp-content/uploads/2018/01/mtcm-free-pdf-full-banner-bg.jpg');
	background-size: cover;
	margin: 25px auto;
	display: table;
	overflow: hidden;
}

.promotion-banner-3.mtcmwebinar {
	background: url('/wp-content/uploads/2018/01/mtcm-webinar-full-banner-bg.jpg');
	background-position: top center;
}

.promotion-banner-3.mtcmearly {
	background: url('/wp-content/uploads/2018/01/mtcm-eb-full-banner-bg.jpg');
	background-position: center;
}

.promotion-banner-3.sevensteps {
	background: url('/wp-content/uploads/2018/01/7_steps_fullwidth_bg.jpg');
	background-position: center right;
	background-size: cover;
}

.promotion-banner-3 .foreground {
	background: url('/wp-content/uploads/2018/01/mtcm-free-pdf-full-banner-image.png');
	background-position: 100px bottom;
    	background-size: 40%;
	background-repeat: no-repeat;
	position: relative;
	display: table;
	width: 100%;
    	height: 450px;
}

.promotion-banner-3.mtcmwebinar .foreground, .promotion-banner-3.mtcmearly .foreground, .promotion-banner-3.sevensteps .foreground {
	background: none;
}

.promotion-banner-3 .left-part-3 {
	width: 55%;
    	left: 5%;
    	top: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	bottom: 0;
    	margin: auto;
}

.promotion-banner-3 .center-part-3 {
	width: 50%;
    	left: 25%;
    	top: 0;
    	bottom: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	margin: auto;
}

.promotion-banner-3.mtcmearly .center-part-3 {
	width: 90%;
    	left: 0;
    	top: 0;
	right: 0;
    	bottom: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	margin: auto;
}

.promotion-banner-3 .right-part-3 {
	width: 50%;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	text-align: center;
	display: table;
	position: absolute;
}

.promotion-banner-3.mtcmwebinar .right-part-3 {
	right: unset;
	left: 0;
}

.promotion-banner-3 .right-part-3 img {
	margin-top: -150px;
	width: 80%;
}

.promotion-banner-3 h2 {
	color: #66c9c3 !important;
    	font-family: Montserrat;
    	font-weight: 400;
    	text-align: center;
    	line-height: 1.3;
    	letter-spacing: 1px;
    	font-size: 40px;
    	margin-bottom: 0;
}

.promotion-banner-3.mtcmwebinar h2 {
	font-size: 32px;
}

.promotion-banner-3.sevensteps h2 {
	text-align: left;
	font-size: 48px;
}

.promotion-banner-3 h4, .promotion-banner-3 h5 {
	font-family: 'Montserrat';
    	color: #582564 !important;
    	text-transform: none;
    	font-size: 50px;
    	font-weight: 400;
    	line-height: 1.3;
    	text-align: center;
    	padding: 25px 0;
	letter-spacing: 0;
}

.promotion-banner-3.mtcmwebinar h4 {
	font-size: 36px;
}

.promotion-banner-3.sevensteps h4 {
	text-align: left;
    	font-size: 48px;
    	font-weight: 600;
    	padding: 5px 0 15px;
    	line-height: 1.3;
    	letter-spacing: 2px;
    	color: #fff !important;
}

.promotion-banner-3.mtcmearly h1 {
	font-family: 'Montserrat'!important;
	font-size: 52px!important;
    	font-weight: 400!important;
	padding-top: 25px;
}

.promotion-banner-3.mtcmearly h4 {
	color: #fff !important;
	font-family: 'montserrat';
	font-size: 40px!important;
	letter-spacing: 2px!important;
	padding: 25px 0 0 !important;
}

.promotion-banner-3.mtcmearly h4 .accent {
	font-weight: 600;
}

.promotion-banner-3.mtcmearly h5 {
	color: #fff !important;
	font-family: 'montserrat';
	font-size: 28px!important;
	letter-spacing: 2px!important;
	padding: 0 0 30px!Important;
}

.promotion-banner-3.sevensteps hr {
	display: block;
    	margin: 0 auto 50px 0;
	max-width: 400px;
	border-color: #66c9c3;
    	border-width: 1.5px;
    	border-style: solid;
}

.promotion-banner-3 a.buynow, .promotion-banner-3 .buynow {
	color: #fff;
    	padding: 15px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
	max-width: 95%;
    	text-align: center;
	border-color: #66c9c3;
    	background: #66c9c3;
	font-size: 18px;
}

.promotion-banner-3 a.buynow:hover, .promotion-banner-3 .buynow:hover {
	color: #66c9c3;
    	background: #fff;
}

.promotion-banner-3.sevensteps a.buynow, .promotion-banner-3.sevensteps .buynow  {
	margin: 0 auto 0 0;
}



@media screen and (max-width: 800px) {
	
	.promotion-banner-3 {
		height: auto;
	}

	.promotion-banner-3 .foreground {
		background-position: left bottom;
		background-size: 0%;
	}

	.promotion-banner-3 .center-part-3, .promotion-banner-3 .right-part-3 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
		display: table;
		position: relative;
		margin: 50px auto;
	}

	.promotion-banner-3 .right-part-3 img {
		margin-top: 0;
		max-width: 350px;
	}

	.promotion-banner-3 h2, .promotion-banner-3.sevensteps h2 {
		font-size: 42px; 
		line-height: 1.1;
	}

	.promotion-banner-3 h4 {
		font-size: 24px !important;
		line-height: 1.1 !important;
	}

	.promotion-banner-3.mtcmearly h4 {
		font-size: 30px !important;
	}

	.promotion-banner-3.mtcmearly h5 {
		font-size: 22px !important;
	}

	.promotion-banner-3 .left-part-3 {
		width: 90%;
	}
}

@media screen and (min-width: 801px) and (max-width: 1149px) {
	.promotion-banner-3 {
		height: 350px;
	}

	.promotion-banner-3 .foreground {
		background-size: 55%;
		background-position: left bottom;
		height: 350px;
	}

	.promotion-banner-3 .center-part-3 {
		width: 60%;
		left: 5%;
	}

	.promotion-banner-3 .right-part-3 {
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: table;
		width: 45%;
	}

	.promotion-banner-3.mtcmwebinar .right-part-3 {
		right: unset;
    		left: 0;
		width: 60%;
	}
	
	.promotion-banner-3 .right-part-3 img {
		margin-top: 0;
	}

	.promotion-banner-3 h2 {
		font-size: 42px !important; 
		line-height: 1.1 !important;
	}

	.promotion-banner-3 h4 {
		font-size: 24px !important;
		line-height: 1.1 !important;
	}

	.promotion-banner-3.mtcmearly h4 {
		font-size: 30px !important;
	}

	.promotion-banner-3.mtcmearly h5 {
		font-size: 22px !important;
	}

}

@media screen and (min-width: 1150px) and (max-width: 1550px) {
	.promotion-banner-3 {
		height: 450px;
	}

	.promotion-banner-3 .foreground {
		background-size: 55%;
		background-position: left bottom;
	}

	.promotion-banner-3 .center-part-3 {
		width: 60%;
		left: 5%;
	}

	.promotion-banner-3 .right-part-3 {
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: table;
		width: 45%;
	}
	
	.promotion-banner-3 .right-part-3 img {
		margin-top: 0;
	}

	.promotion-banner-3 h2 {
		font-size: 50px !important; 
		line-height: 1.1 !important;
	}

	.promotion-banner-3 h4 {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}

}





























/********** PROMOTION SIDEBAR ***********/


/** PROMOTION SIDEBAR 1 **/

.promotion-sidebar-1 {
	padding: 0;
	background-image: url('https://www.biddytarot.com/wp-content/uploads/2015/11/eb-sidebar-planner-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
        text-align: center;
	overflow: hidden;
	height: 375px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: table;
}

.promotion-sidebar-1 .foreground {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('https://www.biddytarot.com/wp-content/uploads/2015/11/reg-sidebar-planner-book.png');
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.promotion-sidebar-1 h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	font-family: Montserrat;
}

.promotion-sidebar-1 h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	font-style: italic;
	font-family: Montserrat;
	margin-bottom: 0px!important;
}

.promotion-sidebar-1 .top-part-1 {
	position: absolute;
	top: 15px;
	width: 90%;
	margin: auto;
    	left: 0;
    	right: 0;
}

.promotion-sidebar-1 .bottom-part-1 {
	position: absolute;
	bottom: 15px;
	width: 90%;
	margin: auto;
    	left: 0;
    	right: 0;
}

.promotion-sidebar-1 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 200px;
	max-width: 95%;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-sidebar-1 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}




/** PROMOTION SIDEBAR 2 **/

.promotion-sidebar-2 {
	padding: 0;
	background-image: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-sidebar-planner-bg.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
        text-align: center;
	overflow: hidden;
	height: 375px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: table;
}

.promotion-sidebar-2 .foreground {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-pop-up-planner-book.png');
	background-position: center;
	background-size: 120%;
	background-repeat: no-repeat;
}

.promotion-sidebar-2 h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
	font-family: Montserrat;
}

.promotion-sidebar-2 h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	font-style: italic;
	font-family: Montserrat;
	margin-bottom: 0px!important;
}

.promotion-sidebar-2 .top-part-2 {
	position: absolute;
	top: 15px;
	width: 90%;
	margin: auto;
    	left: 0;
    	right: 0;
}

.promotion-sidebar-2 .bottom-part-2 {
	position: absolute;
	bottom: 15px;
	width: 90%;
	margin: auto;
    	left: 0;
    	right: 0;
}

.promotion-sidebar-2 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 155px;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-sidebar-2 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}




/** PROMOTION SIDEBAR 3 **/

.promotion-sidebar-3 {
	padding: 0;
	background-image: url('/wp-content/uploads/2018/01/mtcm-free-pdf-sidebar-bg.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
        text-align: center;
	overflow: hidden;
	height: 375px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: table;
}

.promotion-sidebar-3.sevensteps {
	background-image: url('/wp-content/uploads/2018/01/7_steps_sidebar_bg.jpg');
}

.promotion-sidebar-3 .foreground {
	position: relative;
	width: 100%;
	height: 375px;
	background-image: url('/wp-content/uploads/2018/01/mtcm-free-pdf-sidebar-image.png');
	background-position: center;
	background-size: 90%;
	background-repeat: no-repeat;
}

.promotion-sidebar-3.mtcmwebinar .foreground {
	background-image: url('/wp-content/uploads/2018/01/mtcm-webinar-sidebar-image.png');
	background-position: 80px 50px;
}

.promotion-sidebar-3.mtcmearly .foreground {
	background: none;
}

.promotion-sidebar-3.sevensteps .foreground {
	background-image: url('/wp-content/uploads/2018/01/7_steps_promo_diagonal.png');
	background-position: center 40px;
}

.promotion-sidebar-3 h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	font-family: Montserrat;
	margin-bottom: 0px!important;
}

.promotion-sidebar-3.mtcmwebinar h2 {
	color: #66c3c9; 
	text-align: left;
	font-size: 18px;
	font-family: Montserrat;
	margin-bottom: 0px!important;
}

.promotion-sidebar-3.mtcmearly h2 {
	margin-bottom: 15px!important;
}

.promotion-sidebar-3.mtcmearly h2 .accent {
	font-family: Montserrat;
}

.promotion-sidebar-3.sevensteps h2 {
	font-size: 24px;
}


.promotion-sidebar-3 h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	font-style: normal;
	font-family: Montserrat;
	margin-bottom: 0px!important;
}

.promotion-sidebar-3.mtcmwebinar h3 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
}

.promotion-sidebar-3.mtcmearly h3 {
	text-align: center;
	font-size: 30px;
    	line-height: 1.1;
	font-weight: 400;
	color: #66c3c9;
}

.promotion-sidebar-3 .top-part-3 {
	position: absolute;
	top: 15px;
	width: 90%;
	margin: auto;
    	left: 0;
    	right: 0;
}

.promotion-sidebar-3 .bottom-part-3 {
	position: absolute;
	bottom: 15px;
	width: 90%;
	margin: auto;
    	left: 0;
    	right: 0;
}

.promotion-sidebar-3 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 200px;
	max-width: 95%;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-sidebar-3 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}
















/********** PROMOTION HOMEPAGE SINGLE BANNER ***********/


/** PROMOTION SINGLE BANNER 1 **/

.promotion-home-ad-1 {
	width: 100%;
	height: 700px;
	position: relative;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/reg-website-header-planner.jpg');
	background-size: cover;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.promotion-home-ad-1 .bottom-part-1 {
	position: relative;
	margin: 0;
	width: 100%;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/website-header-planner-cards.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 40%;
	height: 100%;
}

.promotion-home-ad-1 .left-part-1 {
	width: 50%;
    	left: 25%;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	display: table;
	position: absolute;
}

.promotion-home-ad-1 .right-part-1 {
	width: 33%;
    	right: -60px;
    	bottom: 15px;
    	text-align: center;
    	display: table;
    	position: absolute;
    	z-index: 100;
}

.promotion-home-ad-1 .right-part-1 img {
	float: right;
}

.promotion-home-ad-1 h1 {
	color: #582564 !important;
    	font-family: 'Montserrat' !important;
    	text-align: center !important;
    	line-height: 1.3 !important;
    	letter-spacing: 0 !important;
    	font-size: 70px !important;
    	font-weight: 600 !important;
    	text-transform: uppercase !important;
}

.promotion-home-ad-1 h4 {
	font-family: 'Montserrat';
    	color: #862783 !important;
    	text-transform: none !important;
    	font-size: 32px !important;
    	font-weight: 400 !important;
    	line-height: 1.3 !important;
    	text-align: center !important;
    	padding: 50px 0 !important;
    	letter-spacing: 0px !important;
}

.promotion-home-ad-1 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
    	text-align: center;
	border-color: #66c9c3;
    	background: #66c9c3;
	font-size: 18px;
}

.promotion-home-ad-1 a.buynow:hover {
	color: #66c9c3;
    	background: #fff;
}

@media screen and (max-width: 800px) {
	
	.promotion-home-ad-1 {
		height: auto;
	}

	.promotion-home-ad-1 .bottom-part-1 {
		background-size: 55%;
	}

	.promotion-home-ad-1 .left-part-1, .promotion-home-ad-1 .right-part-1 {
		width: 90%;
		left: initial;
		right: initial;
		top: 75px;
		bottom: initial;
		display: table;
		position: relative;
		margin: 50px auto 25px;
	}

	.promotion-home-ad-1 .right-part-1 img {
		margin-top: 0;
		 max-width: 350px;
		float: none;
	}

	.promotion-home-ad-1 h1 {
		font-size: 45px !important; 
		line-height: 1.1 !important;
	}
	
	.promotion-home-ad-1 h4 {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}
}

@media screen and (min-width: 801px) and (max-width: 1200px) {

	.promotion-home-ad-1 {
		height: 600px;
	}

	.promotion-home-ad-1 {
		margin: 75px auto 0;
	}

	.promotion-home-ad-1 .bottom-part-1 {
		background-size: 55%;
	}

	.promotion-home-ad-1 h1 {
		font-size: 45px !important; 
		line-height: 1.1 !important;
	}
	
	.promotion-home-ad-1 h4 {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}

}







/** PROMOTION SINGLE BANNER 2 **/

.promotion-home-ad-2 {
	width: 100%;
	height: 700px;
	position: relative;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-website-header-planner-bg.jpg');
	background-size: cover;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.promotion-home-ad-2 .top-part-2 {
	position: relative;
	width: 90%;
	margin: 25px auto;
	text-align: center;
	z-index: 200;
}

.promotion-home-ad-2 .bottom-part-2 {
	position: relative;
	margin: 15px auto 0;
	width: 100%;
	background: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-website-header-planner-cards.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 85%;
}

.promotion-home-ad-2 .left-part-2 {
	width: 40%;
    	left: 15%;
	top: 25px;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.promotion-home-ad-2 .right-part-2 {
	width: 48%;
    	right: -50px;
	bottom: -50px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 100;
}

.promotion-home-ad-2 h1 {
	color: #499294 !important;
	font-size: 100px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
    font-family: montserrat;
}

.promotion-home-ad-2 h4 {
	color: #fff !important;
	font-size: 54px;
	line-height: 1;
	font-weight: 600;
	padding: 10px 0 20px;
	letter-spacing: 0;
    font-family: montserrat;
}

.promotion-home-ad-2 p {
	padding-bottom: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
}

.promotion-home-ad-2 p.highlight {
	color: #66c9c3;
	font-size: 52px;
	font-weight: 400;
}

.promotion-home-ad-2 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
    	text-align: center;
	border-color: #862783;
    	background: #862783;
	font-size: 18px;
}

.promotion-home-ad-2 a.buynow:hover {
	color: #862783;
    	background: #fff;
}

@media screen and (max-width: 800px) {
	
	.promotion-home-ad-2 {
		height: auto;
	}

	.promotion-home-ad-2 .top-part-2 {
		margin: 100px auto 25px;
	}

	.promotion-home-ad-2 .bottom-part-2 {
		background-size: 90%;
		margin: 15px auto -50px;
	}

	.promotion-home-ad-2 .left-part-2, .promotion-home-ad-2 .right-part-2 {
		width: 90%;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
		display: table;
		position: relative;
		margin: 25px auto;
	}

	.promotion-home-ad-2 .right-part-2 {
		margin: 25px auto 75px;
	}

	.promotion-home-ad-2 .right-part-2 img {
		margin-top: 0;
		 max-width: 350px;
	}

	.promotion-home-ad-2 h1 {
		font-size: 50px; 
		line-height: 1.1;
	}
	
	.promotion-home-ad-2 h4 {
		font-size: 40px !important;
		line-height: 1.1 !important;
	}

	.promotion-home-ad-2 p.highlight {
		font-size: 36px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1100px) {

	.promotion-home-ad-2 {
		margin: 75px auto 0;
	}

	.promotion-home-ad-2 .bottom-part-2 {
		background-size: 58%;
	}

	.promotion-home-ad-2 .left-part-2 {
		width: 45%;
    		left: 10%;
	}

	.promotion-home-ad-2 .right-part-2 {
		top: 0;
	}

	.promotion-home-ad-2 h1 {
		font-size: 60px; 
		line-height: 1.1;
	}
	
	.promotion-home-ad-2 h4 {
		font-size: 46px !important;
		line-height: 1.1 !important;
	}

	.promotion-home-ad-2 p.highlight {
		font-size: 44px;
	}

}



/** PROMOTION SINGLE BANNER 3 **/

.promotion-home-ad-3 {
	width: 100%;
	height: 700px;
	position: relative;
	background: url('/wp-content/uploads/2018/01/mtcm-free-pdf-website-header-bg.jpg');
	background-size: cover;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.promotion-home-ad-3.mtcmwebinar {
	background: url('/wp-content/uploads/2018/01/mtcm-webinar-website-header-bg.jpg');
	background-position: top center;
}

.promotion-home-ad-3.mtcmearly {
	background: url('/wp-content/uploads/2018/01/mtcm-eb-website-header-bg.jpg');
	background-position: top center;
}

.promotion-home-ad-3.sevensteps {
	background: url('/wp-content/uploads/2018/01/7_steps_header_bg.jpg');
	background-position: top center;
	background-size: cover;
}

.promotion-home-ad-3 a.link {
	position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
}
}

.promotion-home-ad-3 .bottom-part-3 {
	position: relative;
	margin: 0;
	width: 100%;
	background: url('/wp-content/uploads/2018/01/mtcm-free-pdf-website-header-image.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 65%;
	height: 700px;
}

.promotion-home-ad-3.mtcmwebinar .bottom-part-3 {
	background: none;
}


.promotion-home-ad-3 .left-part-3 {
	width: 45%;
    	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	display: table;
	position: absolute;
}

.promotion-home-ad-3.sevensteps .left-part-3 {
	left: 8%;
	width: 45%;
}

.promotion-home-ad-3 .center-part-3 {
	width: 85%;
    	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	display: table;
	position: absolute;
}

.promotion-home-ad-3 .center-part-3 img {
	max-width: 40%;
}

.promotion-home-ad-3 .right-part-3 {
	width: 33%;
    	right: -60px;
    	bottom: 15px;
    	text-align: center;
    	display: table;
    	position: absolute;
    	z-index: 100;
}


.promotion-home-ad-3 .right-part-3 img {
	float: right;
}

.promotion-home-ad-3.sevensteps .right-part-3 {
	width: 35%;
    	right: 8%;
    	bottom: 0;
    	text-align: center;
    	display: table;
    	position: absolute;
    	z-index: 100;
    	top: 0;
    	margin: auto;
}	

.promotion-home-ad-3.sevensteps .right-part-3 img {
	    max-width: 425px;
}

.promotion-home-ad-3 h1 {
	color: #66c9c3 !important;
    	font-family: 'Montserrat' !important;
    	text-align: center !important;
    	line-height: 1.3 !important;
    	letter-spacing: 2px !important;
    	font-size: 36px !important;
    	font-weight: 400 !important;
    	text-transform: uppercase !important;
}

.promotion-home-ad-3.mtcmearly h1 {
	font-family: 'Montserrat'!important;
	font-size: 52px!important;
    	font-weight: 400!important;
	padding-top: 25px;
}

.promotion-home-ad-3.sevensteps h1 {
	color: #582564 !important;
    	font-family: 'Montserrat' !important;
    	font-size: 58px !important;
    	letter-spacing: 0px !important;
    	line-height: 1.2 !important;
}

.promotion-home-ad-3 h4, .promotion-home-ad-3 h5 {
	font-family: 'Montserrat';
    	color: #582564 !important;
    	text-transform: none !important;
    	font-size: 52px !important;
    	font-weight: 400 !important;
    	line-height: 1.1 !important;
    	text-align: center !important;
    	padding: 25px 0 !important;
    	letter-spacing: 0px !important;
}

.promotion-home-ad-3.mtcmearly h4 {
	color: #fff !important;
	font-family: 'montserrat';
	font-size: 36px!important;
	letter-spacing: 2px!important;
	padding: 25px 0 0 !important;
}

.promotion-home-ad-3.mtcmearly h4 .accent {
	font-weight: 600;
}

.promotion-home-ad-3.sevensteps h4 {
	color: #4d4d4d!important;
    	text-transform: none!important;
    	font-size: 22px!important;
    	font-weight: 600!important;
    	line-height: 1.3 !important;
    	max-width: 550px;
    	margin: 50px auto;
}

.promotion-home-ad-3.mtcmearly h5 {
	color: #fff !important;
	font-family: 'montserrat';
	font-size: 22px!important;
	letter-spacing: 2px!important;
	padding: 0 0 30px!Important;
}

.promotion-home-ad-3 a.buynow, .promotion-home-ad-3 .buynow {
	color: #fff;
    	padding: 15px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
    	text-align: center;
	border-color: #66c9c3;
    	background: #66c9c3;
	font-size: 18px;
}

.promotion-home-ad-3 a.buynow:hover, .promotion-home-ad-3 .buynow:hover {
	color: #66c9c3;
    	background: #fff;
}


.promotion-home-ad-3.sevensteps a.buynow, .promotion-home-ad-3.sevensteps .buynow {
	width: 90%;
    	max-width: 400px;
}







@media screen and (max-width: 800px) {
	
	.promotion-home-ad-3 {
		height: auto;
	}

	.promotion-home-ad-3.mtcmearly { 
		height: 600px;
	}

	.promotion-home-ad-3.sevensteps {
		padding-bottom: 75px;
	}

	.promotion-home-ad-3 .bottom-part-3 {
		background-size: 55%;
		background-position: right bottom;
	}

	.promotion-home-ad-3.mtcmwebinar .bottom-part-3 {
		height: 500px;
	}

	.promotion-home-ad-3 .left-part-3, .promotion-home-ad-3 .right-part-3, .promotion-home-ad-3.sevensteps .left-part-3, .promotion-home-ad-3.sevensteps .right-part-3 {
		width: 90%;
		left: initial;
		right: initial;
		top: 75px;
		bottom: initial;
		display: table;
		position: relative;
		margin: 50px auto 200px;
	}

	.promotion-home-ad-3.sevensteps .left-part-3, .promotion-home-ad-3.sevensteps .right-part-3 {
		margin: 50px auto;
	}

	.promotion-home-ad-3 .right-part-3 img {
		margin-top: 0;
		 max-width: 350px;
		float: none;
	}

	.promotion-home-ad-3 h1 {
		font-size: 45px !important; 
		line-height: 1.1 !important;
	}

	.promotion-home-ad-3.mtcmearly h1 {
		    font-size: 38px!important;
	}
	
	.promotion-home-ad-3 h4 {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}

	.promotion-home-ad-3.mtcmearly h4 {
		    font-size: 28px!important;
	}

	.promotion-home-ad-3 .center-part-3 img {
    		max-width: 125px;
	}

	.promotion-home-ad-3.sevensteps h1 {
    		font-size: 38px!important;
	}

	.promotion-home-ad-3.sevensteps h4 {
		    font-size: 18px!important;
		margin: 15px auto;	
	}

	.promotion-home-ad-3.sevensteps .right-part-3 img {
		max-width: 300px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1200px) {

	.promotion-home-ad-3 {
		height: 600px;
	}

	.promotion-home-ad-3 .bottom-part-3 {
		height: 600px;
	}

	.promotion-home-ad-3 {
		margin: 75px auto 0;
	}

	.promotion-home-ad-3 .bottom-part-3 {
		background-size: 55%;
	}

	.promotion-home-ad-3 h1 {
		font-size: 45px !important; 
		line-height: 1.1 !important;
	}
	
	.promotion-home-ad-3 h4 {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}
	
	.promotion-home-ad-3.mtcmearly h1 {
		    font-size: 44px!important;
	}

	.promotion-home-ad-3 .center-part-3 img {
    		max-width: 175px;
	}

	.promotion-home-ad-3.sevensteps .left-part-3 {
		left: 3%;
	}

	.promotion-home-ad-3.sevensteps h1 {
		font-size: 48px !important;
	}

	.promotion-home-ad-3.sevensteps h4 {
		    font-size: 18px!important;
		margin: 15px auto;	
	}

	.promotion-home-ad-3.sevensteps .right-part-3 img {
		max-width: 300px;
	}

}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
	.promotion-home-ad-3.mtcmwebinar h4 {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}

	.promotion-home-ad-3.mtcmearly h1 {
		    font-size: 44px!important;
	}
}





































/********** PROMOTION OPTIN BAR ***********/
/** PROMOTION OPTIN BAR 1 **/

.promotion-optin-bar-1 {
	width: 100%;
	padding: 30px;
	background-image: url('https://www.biddytarot.com/wp-content/uploads/2015/11/reg-website-header-planner.jpg');
	background-size: cover;
	background-position: center;
}

.promotion-optin-bar-1 .left-part-1 {
	width: 25%;
	display: inline-block;
	text-align: center;
	color: #582564;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
	vertical-align: middle;
}

.promotion-optin-bar-1 .center-part-1 {
	width: 48%;
	display: inline-block;
	text-align: center;
	color: #862783;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.promotion-optin-bar-1 .right-part-1 {
	width: 25%;
	display: inline-block;
	text-align: center;
}

.promotion-optin-bar-1 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 200px;
	max-width: 95%;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 18px;
}

.promotion-optin-bar-1 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}

@media screen and (max-width: 700px) {
 	.promotion-optin-bar-1 .left-part-1, .promotion-optin-bar-1 .center-part-1, .promotion-optin-bar-1 .right-part-1 {
		width: 100%;
		padding: 10px 0;
	}
}



/** PROMOTION OPTIN BAR 2 **/

.promotion-optin-bar-2 {
	width: 100%;
	padding: 30px;
	background-image: url('https://www.biddytarot.com/wp-content/uploads/2015/11/ny-optin-planner-bg.png');
	background-size: cover;
	background-position: center;
}

.promotion-optin-bar-2 .left-part-2 {
	width: 25%;
	display: inline-block;
	text-align: center;
	color: #66c9c3;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
	vertical-align: middle;
}

.promotion-optin-bar-2 .center-part-2 {
	width: 48%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.promotion-optin-bar-2 .right-part-2 {
	width: 25%;
	display: inline-block;
	text-align: center;
}

.promotion-optin-bar-2 a.buynow {
	color: #fff;
    	padding: 10px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 155px;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 18px;
}

.promotion-optin-bar-2 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}


@media screen and (max-width: 700px) {
 	.promotion-optin-bar-2 .left-part-2, .promotion-optin-bar-2 .center-part-2, .promotion-optin-bar-2 .right-part-2 {
		width: 100%;
		padding: 10px 0;
	}
}



/** PROMOTION OPTIN BAR 3 **/

.promotion-optin-bar-3 {
	width: 100%;
	padding: 30px;
	background-image: url('/wp-content/uploads/2018/01/mtcm-free-pdf-optin-bar-bg.jpg');
	background-size: cover;
	background-position: center;
}

.promotion-optin-bar-3.sevensteps {
	background-image: none;
	background-color: #572564;
}

.promotion-optin-bar-3 .left-part-3 {
	width: 22%;
	display: inline-block;
	text-align: center;
	color: #66c3c9;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	vertical-align: middle;
}

.promotion-optin-bar-3 .center-part-3 {
	width: 50%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.promotion-optin-bar-3.sevensteps .center-part-3 {
	letter-spacing: 1px;
}

.promotion-optin-bar-3 .right-part-3 {
	width: 25%;
	display: inline-block;
	text-align: center;
}

.promotion-optin-bar-3 a.buynow {
	color: #fff;
    	padding: 15px 20px;
    	border: 2px solid;
    	text-transform: uppercase;
    	font-weight: 600;
    	margin: 0 auto;
    	display: block;
    	width: 250px;
	max-width: 95%;
    	text-align: center;
	border-color: #66c3c9;
    	background: #66c3c9;
	font-size: 16px;
}

.promotion-optin-bar-3 a.buynow:hover {
	color: #66c3c9;
    	background: #fff;
}

@media screen and (max-width: 700px) {
 	.promotion-optin-bar-3 .left-part-3, .promotion-optin-bar-3 .center-part-3, .promotion-optin-bar-3 .right-part-3 {
		width: 100%;
		padding: 10px 0;
	}
}

@media screen and (max-width: 1000px) {
	.promotion-optin-bar-3.sevensteps .left-part-3 {
		font-size: 28px;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1134px) {
	.promotion-optin-bar-3 .left-part-3 {
		font-size: 26px;
	}

	.promotion-optin-bar-3 .center-part-3 {
		font-size: 16px;
	}
}

@media screen and (min-width: 1135px) and (max-width: 1375px) {
	.promotion-optin-bar-3 .left-part-3 {
		font-size: 30px;
	}

	.promotion-optin-bar-3 .center-part-3 {
		font-size: 16px;
	}
}






/********** ORANUM ADS ***********/

.adwrapper {
		width: 100%;
		height: 450px;
		display: table;
		margin: 0 auto;
		background: url('/wp-content/uploads/2015/11/BG-s12.jpg');
		background-position: top;
		background-size: cover;
		padding: 25px;
		color: #fff;
	}

	.adwrapper-single {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: table;
		margin: 0 0 0 auto;
		background: url('/wp-content/uploads/2015/11/BG-s12.jpg');
		background-position: top;
		background-size: cover;
		padding: 25px 15px;
		color: #fff;
	}

	.ad_reader_wrapper {
		width: 31%;
		display: table;
		margin: 0 1%;
		padding: 15px 0;
		float: left;
	}

	.adwrapper-single .ad_reader_wrapper {
		width: 100%;
		display: table;
		margin: 0 1%;
		padding: 15px 0 0;
		float: none;
	}

	p.ad_reader_top {
		font-weight: 600;
		font-size: 16px;
		padding-left: 1%;
		text-align: center;
	}

	.adwrapper-single p.ad_reader_top {
		font-size: 13px;
		padding-left: 0;
		padding-bottom: 0;
		font-weight: 400;
		line-height: 1.3;
	}

	img.ad_reader_image {
		float: none;
		width: 100%;
		margin: 0 auto;
    	display: table;
	}

	.ad_reader_info {
		float: none;
		width: 100%;
		color: #fff;
	}

	.adwrapper-single .ad_reader_info {
		padding-top: 0px;
		text-align: center;
		line-height: 1.3;
	}

	a.ad_reader_name {
		color: #b79b62;
		font-weight: 600;
		font-size: 18px;
	}

	a.ad_reader_name:hover {
		color: #fff;
		font-weight: 600;
	}

	.ad_reader_online {
		color: #20f403;
		font-weight: 600;
		text-transform: uppercase;
	}

	a.ad_reader_button {
		width: 100%;
		max-width: ;
		padding: 5px 8px;
		background: #fff;
		display: table;
		color: #b79b62;
		border: 2px solid #b79b62;
		text-align: center;
		max-width: 300px;
    	margin: 10px auto 0;
	}

	a.ad_reader_button:hover {
		background: #b79b62;
		color: #fff;
		cursor: pointer;
	}

	@media screen and (max-width: 600px) {
		.adwrapper {
			height: auto;
		}

		.ad_reader_wrapper {
			width: 100%;
			float: none;
			margin: 0 auto 25px;
			text-align: center;
		}
	}

	@media screen and (min-width: 601px) and (max-width: 800px) {
		.adwrapper {
			height: auto;
		}

		.ad_reader_wrapper {
			width: 50%;
			float: none;
			margin: 0 auto 25px;
			text-align: center;
		}
	}

	@media screen and (min-width: 801px) and (max-width: 999px) {
		.adwrapper {
			height: auto;
		}

		.ad_reader_wrapper {
			width: 31%;
			text-align: center;
		}
	}







/****** RESPONSIVE AD CLASSES *****/

.adhide {
	display: block;
}

.adshow {
	display: none;
}

@media screen and (max-width: 1000px) {
	.adhide {
		display: none;
	}

	.adshow {
		display: block;
	}
}




/******* FIREFOX SPECIFIC STYLES ******/

@-moz-document url-prefix() {
    
	.promotion-inpage-3.mtcmearly .left-part-3, .promotion-inpage-3.sevensteps .left-part-3, .promotion-popup-3.sevensteps .left-part-3  {
		top: 10%;
	}

	@media screen and (max-width: 600px) {
		.promotion-popup-3.sevensteps .left-part-3 {
			top: 0px;
		}
	}

	.promotion-banner-3.mtcmearly .center-part-3, .promotion-banner-3 .left-part-3  {
		top: 10%;
	}

	.promotion-home-ad-3.mtcmearly .center-part-3, .promotion-home-ad-3.sevensteps .left-part-3  {
		top: 10%;
	}

	.promotion-sidebar-3.mtcmearly .top-part-3  {
		width: 100%;
	}

	.promotion-popup-3.mtmcmearly .left-part-3, .promotion-home-ad-3.sevensteps .right-part-3 {
		top: 8%;
	}
}
