@charset "UTF-8";
/* CSS Document */

/* ARTICLE */
/* ==================================+++++++++++================================== */


/* TITLE */
/* ==================================+++++++++++================================== */

/* IMAGES */
/* ==================================+++++++++++================================== */
/*#background-image.lazy{
	background-image: none;
	background-color: lightgrey;
}*/
img[alt~="turndotcom"] {
	width:1px;
	height:1px;
}

div.brid {
	width: 100% !important;
	height: auto !important;
}

p img {	
		max-width:100%;
		margin-right:20px;
		float: left;
		}
figure.wp-block-image figcaption,figure.wp-block-image h6,figcaption,h6.social-credit {
		font-size: 11px;
		font-family: var(--font-family-primary);
		font-weight: 300;
		margin-bottom:20px;
        margin-top:10px;
		/*position:absolute;
		left:20px;*/
		text-align: center;
		clear: both;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 13px; 
        color:#6A6E79;
		/*margin-left:-40px;*/		
}
 h6{
		font-size: 13px;
		font-family: var(--font-family-secondary);
		font-weight: 200;
		margin-bottom:20px;
		/*position:absolute;
		left:20px;*/
		text-align: left;
		clear:both;
		/*margin-left:20px;*/
}

p.has-drop-cap::first-letter {
		float: left;
 		width: 0.3em;
  		font-size: 400%;
  		font-weight:900;
  		line-height: 80%;
		margin: .2em .2em 0 0;
}

/* CATEGORY & SPONSORS */
/* ==================================+++++++++++================================== */

.main-section{
		font-family: var(--font-family-primary);
		font-weight: 300;
		font-size:11px;
		color:var(--main-hilite-color); 
		text-transform: var(--title-case);
        letter-spacing: 2px;
        text-align: center;
}
span.sponsored{
    padding: 3px;
    color: #6A6E79;
    /*text-decoration: underline;*/
    border-bottom:1px solid #8583BE;
}
/* POST META */
/* ==================================+++++++++++================================== */

.author{
		text-transform: var(--title-case);
}
.date, .author{
		font-size: 11px;
		font-family:var(--font-family-primary);
		font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2.44px;
        color:#6A6E79;
}
div.video-section .date,div.video-section .author{
    color:#f5f5f5;
}
.author-name a{
		color:#805CB9; 
		font-weight:bold;
}
.post-meta{
		margin-bottom:20px;	        
}
.author-sponsor {
	font-family:var(--font-family-primary);
	font-size: 11px;
}

.author-sponsor-name {
	font-family:var(--font-family-primary);
	font-size: 11px;
	font-weight: bold;
	color:#805CB9;
	text-transform:uppercase;
}

.sponsored-label {
	background-color: black;
	color: white;
	font-weight: 700;
	padding: 10px;
	display: inline-block;
}

/* BLOCKQUOTE */
/* ==================================+++++++++++================================== */

.wp-block-pullquote  {
    	margin-inline-start: 0;
    	margin-inline-end: 0;
}
blockquote{
		margin:0px;
		border-bottom: 1px solid lightgrey;
		border-top: 1px solid lightgrey;
		padding: 0 20px;
}
blockquote em, blockquote p {
		font-family: var(--font-family-secondary);
		font-weight: bold;
		font-style: italic;
		font-size: 17px;	
}

/*DROP CAP*/
/* ==================================+++++++++++================================== */

p.has-drop-cap::first-letter {
	float: left;
  width: 0.7em;
  font-size: 400%;
  font-weight:900;
  line-height: 80%;
	margin: .2em .2em 0 0;
}

/* RELATED POST MODULE */
/* ==================================+++++++++++================================== */

.related-posts{
		display: grid;
		grid-template-rows: auto auto auto;
		grid-row-gap: 20px;
		margin-top:20px;
}
.related-post-card{
		height: auto;
		display: grid;
		grid-template-columns: 60% 40%;
		grid-template-rows: auto auto;
		grid-row-gap: 10px;
		padding:20px;
		background-color:#ffffff;
}

.truncate{
		display: -webkit-box;
		height:auto;
		-webkit-line-clamp:4;
		-webkit-box-orient: vertical;
		overflow: hidden;
  		text-overflow: ellipsis;
		font-family: var(--font-family-primary);
		font-size: 17px;
		font-weight: 900;
		padding-right: 10px;
	}
#background-image{
		width: auto;
		height: 75px;
		background-position: center center;
		background-size: cover;
}
.excerpt p{
		font-family: var(--font-family-primary);
		font-size: 12px;
		font-weight: 200;
		margin: 0;
		height: 58px;
		overflow: hidden;
}
.excerpt{
		grid-column-start: 1;
  		grid-column-end: 3;
}
.section{
		font-family: var(--font-family-primary);
		font-size: 15px;
		font-weight: 700;
		text-transform: var(--title-case);
}
.related-posts-container{
		width: 100%;
		border: 1px solid lightgrey;
		padding: 20px 20px;
		background-color:#E5E5E5;
		margin-bottom:20px;
		margin-top:20px;
}

/* POPULAR POSTS MODULE */
/* ==================================+++++++++++================================== */

.popular-posts-container{
		padding: 20px 10px;
		margin-top:16px;
		border: 1px solid lightgrey;
}
.popular-posts{
    	display: grid;
    	grid-template-rows: auto auto auto auto auto;
		grid-row-gap: 10px;
		margin-top:10px;
}
.popular-post-card{
		height: 70px;
    	display: grid;
    	grid-template-columns: auto 60px;
    	text-align: left;
		padding:5px;		
}
div.popular-posts a:not(:last-child){
		border-bottom: 1px solid lightgrey;		
}

div.popular-posts div.popular-post-card:not(:last-child){
		border-bottom: 1px solid lightgrey; 
}
#background-image-popular{
		width: 60px;
		height: 60px;
		background-position: center center;
		background-size: cover;
		text-align: right;
}
.truncate-popular{
		display: -webkit-box;
		height:61px;
		-webkit-line-clamp:3;
		-webkit-box-orient: vertical;
		overflow: hidden;
  		text-overflow: ellipsis;
		font-family: var(--font-family-primary);
		font-size: 13px;
		font-weight: 600;
		padding: 5px;
		line-height: 1.5em;
	}

/* NEWSLETTER MODULE */
/* ==================================+++++++++++================================== */

.mc4wp-error p{
    font-size: 14px;
    color:#6A6E79;
    font-family:  var(--font-family-primary);
    margin:0px;
    border:1px solid #6A6E79;
    padding: 0 5px;
}

div.newsletter-container{
    width: 100%;
    padding-right:20px;
    margin-top:16px;
}
div.newsletter-container hr{
    width: 50%;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #D5D8E0;
}
aside.sidebar div.newsletter-container{
    padding: 20px 10px 20px 10px;
    border: 1px solid #D5D8E0;
}

div.newsletter-container span.nl-text{
	font-size: 13px;
	margin:0px 0px 30px 0px;
	display:block;
	line-height: 17px;
    color:#6A6E79;
    font-family:  var(--font-family-primary);
    text-align: left;
}
div.newsletter-container span.nl-field{
    font-size: 13px;
    margin-bottom:5px;
    clear:both;
	display:block;
    font-family:  var(--font-family-primary);
    color:#6A6E79;
    text-align: left;
}
div.newsletter-container span.nl-legal{
	font-size:11px;
    font-weight: 300;
	padding-top:10px;
	clear:both;
	display:block;
	margin:7px 0px;
	line-height: 1.5em;
    font-family:  var(--font-family-primary);
    color:#6A6E79;
    text-align: left;
}
div.newsletter-container span.section{
	display: block;
	margin-bottom:20px;
	color:#6A6E79;
    font-size: 17px;
}
input.form-control {
	font-size:14px;
	padding-left:10px;
	width: calc(100% - 90px);
	height:40px;
    background-color:#f5f5f5;
	border: 1px solid #d2d2d2;
    font-family:  var(--font-family-primary);
}
button.btn-brand.bold{
	float: right;
    background-color: #6A6E79;
    font-family:  var(--font-family-primary);
    text-transform: uppercase;
    font-size: 11px;
	font-weight: 300;
    height:40px;
    border: none;
    cursor: pointer;	
	width: 90px;
	color:#ffffff;
}
button#formButton{
	margin: 0 auto;
    display: block;
    border: none;
    background-color: #ddd;
    padding: 10px;
    font-weight: 600;
	font-family: var(--font-family-primary);	
}
div.dismiss-form{
	padding: 20px;
	border-top:1px solid lightgrey
}
.newsletter-icon:before{
	font-family: fontello;
	display: block;
	font-size: 40px;
	-webkit-font-smoothing: antialiazed;
	color:black;
}
.newsletter-icon::before{
	content:'\E802';
}
.boxzilla{
	padding:20px;
}
.boxzilla div.newsletter-container{
	margin-top:0px;
}
.boxzilla-close-icon{
	right:30px;
	top:30px;
}

/* COMMENTS */
/* ==================================+++++++++++================================== */

#comments{
	display:none;
}
div.comments-container{
	border-bottom: 1px solid lightgrey;
}
p.comment-form-url{
	display: none;
} 
p.comment-form-author label, p.comment-form-email label{
	display:block;
}
h3#reply-title{
	display: none;
}
input#author, input#email{
	max-width: 100%;
    width: 100%;
}
textarea#comment{
	max-width: 100%;
	border: 1px solid lightgrey;
}
form.comment-form input[type="submit"]{
	margin:0 auto;
	display: block;
	border: none;
	background-color:#ddd;
	padding:10px;
	font-weight: 600;
}
ol.comment-list{
	padding: 0px;
}
ol.comment-list li.comment{
	background-color:#EAEAEA;
	padding: 20px;
	list-style: none;
}
ol.comment-list li.comment cite, ol.comment-list li.comment .says{
	font-family: var(--font-family-secondary);
	font-size: 17px;
	font-weight: bold;
}
div.vcard{
	margin-bottom: 10px;
}
div.comment-meta, div.reply{
	font-family: var(--font-family-primary);
	font-size: 14px;
}
div.reply a{
	color:var(--main-hilite-color);
	cursor: pointer;
	font-weight: 600;
}
img.avatar{
	width:40px;
	height: auto;
}
/* SHOP ITEMS */
/* ==================================+++++++++++================================== */

div.shopify-but-frame{
	margin: 0 auto;
}


.shopify-buy-frame--product {
	margin: auto;
	text-align: center;
}

/* SHARING BUTTONS */
/* ==================================+++++++++++================================== */
div.wam-social{
	margin-bottom:20px;
}
div.wam-social h4{
	font-family: var(--font-family-heading);
    color:#3C3F47;
    font-size: 19px;
    line-height: 23px;
	
}
.wam-link {
    padding: 10px;
    color: white;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.wam-twitter {
    background: #00aced;
    font-family: var(--font-family-primary);
}
 
.wam-twitter:hover,.wam-twitter:active {
    background: #0084b4;
}
 
.wam-facebook {
    background: #3B5997;
    font-family: var(--font-family-primary);
}
a.wam-facebook::before{
	content: '\F09A';
	font-family: fontello;
    margin-right: 10px;
}
a.wam-twitter::before{
	content: '\F099';
	font-family: fontello;
    margin-right: 10px;
}
.wam-facebook:hover,.wam-facebook:active {
    background: #2d4372;
}
div.sharing-buttons{
	text-align: center;
}

	
@media only screen and (max-width: 768px){
	
/* PARAGRAPHS & CREDITS */
/* ==================================+++++++++++================================== */
p {
	margin-top:20px;
    color:#3C3F47;
	}
	
figure.wp-block-image figcaption, figure.wp-block-image h6{
	text-transform: center;
    color:#6A6E79;
	}
figcaption.hero-credit{
	margin-top:10px;
}
/* TITLE */
/* ==================================+++++++++++================================== */
div.title-desktop{
	display: none;
	}

	.side-bar-item-ad {
		display: none;
	}
    h1.title-mobile{
        font-family: var(--font-family-secondary);
        text-align: center;
        font-size: 21px;
        line-height: 25px;
        color:#3C3F47;
    }

.shopify-buy-frame{
	margin:auto;
	text-align: center;
}
/* POST META */
/* ==================================+++++++++++================================== */
.post-meta{
	margin-top:20px;		
}
    .post-meta span{
        font-family: var(--font-family-primary);
        font-weight: 300;
        text-transform: uppercase;
        font-size:11px;
        line-height: 15px;
        letter-spacing: 2.44px;
        color:#6A6E79;
    }
    div.video-section.post-meta span{
        color:#f5f5f5;
    }
/* FULL WIDTH IMAGES */
/* ==================================+++++++++++================================== */	
figure.full-width, article img {
  		width: 100vw;
		max-width: 100vw;
  		position: relative;
  		left: 50%;
  		right: 50%;
  		margin-left: -50vw;
  		margin-right: -50vw;
		margin-bottom:0px;
		height: auto;
}
	
/* FULL WIDTH RESPONSIVE VIDEOS */
/* ==================================+++++++++++================================== */	
div.wp-block-embed-youtube, div.wp-block-embed-vimeo {
   	 	padding-bottom: 56.25%;
   		padding-top: 30px;
    	height: 0;
    	overflow: hidden;	
		margin:20px auto 0px;
		position:relative;
}
div.wp-block-embed-youtube iframe, div.wp-block-embed-vimeo iframe{
		position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}

.wp-block-embed {
		margin:auto;
		/*width: 100vw;*/
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		margin-bottom: 0px;
		height: auto;
}

.dfp-ad-unit-desktop {
		display: none;
	}

#ac-player-ph {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 10px;
	height: auto;
}

.wp-block-embed .rll-youtube-player  {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 10px;
	height: auto;
}

div.brid {
	width: 100vw !important;
	max-width: 100vw !important;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	margin-bottom: 0px !important;
	height: auto !important;
}

.wp-block-embed.wp-block-embed-instagram {
	margin-left: 0px;
	margin-right: 0px;
	left: 0px;
	right: 0px;
}

/* NEWSLETTER */
/* ==================================+++++++++++================================== */		
div.sidebar-newsletter{
	display: none;	
}

video {
	width:100%;
	max-width: 100%;
}

#RTK_EWwJ {
	margin-top: 15px;
}

}

@media only screen and (min-width: 550px){
	.related-image{
		height:130px;
	}
	.truncate{
		font-size: 24px;
		height: auto;
		-webkit-line-clamp:4;
	}
	.excerpt p{
		font-size: 13px;
		height: 55px;
		padding-right:10px;
	}
}

/* end mobile styles */

/* DESKTOP STYLES */
/* ==================================+++++++++++================================== */

@media only screen and (min-width: 768px){

/* ARTICLES */
/* ==================================+++++++++++================================== */
	
/* TITLE */
/* ==================================+++++++++++================================== */
	
	h1.title-mobile{
		display:none;
	}
	h1.left {
		padding:0 20px;
	}
	
    div.post-title{
		margin:48px auto 48px auto;
	}
    div.post-title.sponsored{
		margin:48px auto 0px auto;
	}
    div.post-title h1{
        font-family: var(--font-family-secondary);
        text-align: center;
        color:#3C3F47;
    }
    div.video-section div.post-title h1{
        color:#f5f5f5;
    }
    .main-section{
		font-size:13px;
        letter-spacing: 2.36px;
        /*display: none;*/
}
    div.main-title{
        max-width:calc(100% - 340px);
    }
    div.main-title.sponsored{
        margin-top:48px;
    }
	
/* IMAGES */
/* ==================================+++++++++++================================== */
	
figure.full-width, figure.wp-block-image, img{
		max-width: 100%;
		height: auto;
		width: 100%;
		position: relative;
		margin: 0px;
	}
p img {	
		max-width:100%;
		width:100% !important;
		margin-right:20px;
		float: left;
		}
figcaption, h6{
		position: static;
		font-size: 11px;
		margin-left: 0px;
		text-align: center;
		margin-top:10px;
	}

/* BLOCKQUOTE */
/* ==================================+++++++++++================================== */	
blockquote em, blockquote p {
	font-size: 19px;
	}
	
/* RELATED POSTS */
/* ==================================+++++++++++================================== */
#background-image	{
    	width:auto;
    	height: 166px;
    	grid-column-start: 2;
    	grid-row-start: 1;
		grid-row-end: 3;
}
.truncate{
		font-size: 24px;
	}
.excerpt{
		grid-column-start: 1;
    	grid-column-end: 2;
	}
.excerpt p{
		font-size: 16px;
		height: 76px;
		display: inline!important;
	}
body.single section.we-recommend{
    background: #f5f5f5;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 358px;
    }
	
/* COMMENTS */
/* ==================================+++++++++++================================== */	
p.comment-form-author label, p.comment-form-email label, p.comment-form-comment label{
	display:inline-block;
	width: 100px;
	text-align: left;
	font-weight: 600;
}

input#author, input#email{
	max-width: 100%;
    width: auto;
}
textarea#comment {
    width: 100%;
}
.comment-respond form input,
.comment-respond form textarea{
	padding: 10px;
	}

/* ERROR MESSAGE */
/* ==================================+++++++++++================================== */	
div.error-message{
	grid-column: 1 / span 2;
}
/* NEWSLETTER */
/* ==================================+++++++++++================================== */		
div.in-content-newsletter{
	/*display: none;*/	
}
input.form-control {
	width: calc(100% - 90px);
}
    
/* POST-META */
/* ==================================+++++++++++================================== */   
.post-meta{
    margin-bottom:48px;	        
}
}/*end desktop styles*/


/* ============================== SIDEBAR SECTION & ads ============================== */

.shop-banner {
	width:300px;
	overflow: hidden;
}

.dfp-ad-unit {
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.side-bar-item-ad {
	min-height: 50px;
	padding: 20px 0px 0px;
	overflow: hidden;
}

.side-bar-item-ad-first {
	min-height: 50px;
	padding: 0px 0px 0px;
	overflow: hidden;
}


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

	.adunit-mobile {
		margin: auto;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.fb-video span {
		height: 380px !important;
	}

	.wq_quizCtr img {
		width: 100vw !important;
		max-width: 100vw !important;
	}

	.wq_answerImgCtr img {
		width: 100% !important;
		max-width: 100% !important;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.stickyFooter {
		display: none;
	}
}

.wq_resultDesc {
	clear: both;
}

.wq-result img {
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	height: auto;
}