/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



/* carry over visual composer classes for hiding/showing CTA on poetry blog and other places
=====================================*/

@media only screen and (min-width:761px){
	.wpb_row.vc_hidden-lg,
	.wpb_row.vc_hidden-md,
	.wpb_row.vc_hidden-sm {
		display:none !important;
	}	
}
@media only screen and (max-width:760px){
	.wpb_row.vc_hidden-xs {
		display:none !important;
	}	
}


/* blog CTA
=====================================*/
.cta-blog {
	display:inline-block;
	padding:0 2em;
}
.single-post #fws_5b3696178002c {
	display:inline-block;
}

.single-post .container-wrap {
	padding-bottom:0 !important;
	line-height:0;
}
.single-post .container-wrap p,
.single-post .container-wrap li,
.single-post .container-wrap h1,
.single-post .container-wrap h2,
.single-post .container-wrap h3 {
	line-height:1.5;
}

/* Cookie Plugin Button Color Default */
.cli-switch input:checked + .cli-slider {
	background-color:#ab6d5a !important;  
}
.cli-tab-footer .cli-btn {
	background-color:#ab6d5a !important;  
}