/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2018 | 00:12:41 */
blockquote {
	margin:0;
	}

body.single-post article .entry-content blockquote {
	border-left:6px solid #000;
	background-color:#fcfae1;
	padding:5px;
	margin:10px 0;
	}

body.single-post article .entry-content blockquote p {
	color:#000;
	font-style:italic;
	padding:5px 5px 5px 10px;
	border-left:0px solid #ccc;
	margin:5px 0;
	}

body.single-post article .entry-content blockquote.pullout {
	padding:10px 0;
	margin: 6px 0 6px 0;
	border-top:4px solid #666;
	width:100%;
	border-bottom:1px solid #666;
	float:none;
	border-left:0px;
	background-color:#fcfcfa;
	}

body.single-post article .entry-content blockquote.pullout-right {
	padding:10px 0;
	margin: 6px 0 6px 0;
	border-top:4px solid #000;
	width:100%;
	border-bottom:1px solid #000;
	color:#000;
	float:none;	
	border-left:0px;
	background-color:#fcfcfa;
	}

body.single-post article .entry-content blockquote.pullout-right p {
	color:#000;
	font-style:normal;
	font-family: 'Open Sans', Helvetica, sans-serif;
	border-top:0;
	border-bottom:0;
	font-size:22px;
	line-height:30px;
	margin:0;
	text-align:right;
	border-left:0px;
	}

body.page blockquote.pullout-right {
	color:#666;
	font-style:normal;
	padding:5px 10px 2px 10px;
	margin: 5px 0 5px 20px;
	border-top:3px solid #ccc;
	font-size:22px;
	line-height:30px;
	text-align:right;
	}

body.single-post article .entry-content blockquote.pullout p {
	color:#444;
	font-style:normal;
	font-family: 'Open Sans', Helvetica, sans-serif;
	border-top:0;
	border-bottom:0;
	font-size:22px;
	line-height:30px;
	margin:0;
	}

@media screen and (min-width: 676px) {

body.single-post article .entry-content blockquote.pullout-right {
	margin: 6px 0 6px 2%;
	width:48%;
	float:right;
	}

body.single-post article .entry-content blockquote.pullout {
	margin: 6px 0 6px 2%;
	width:100%;
	float:right;
	}

}