/* custom-quote-block.css */

.single-post blockquote:before {
    display: block;
    content: "\201C";
    font-family: "Poppins", Sans-Serif;
		font-style: normal;
		font-weight:700;
    font-size: 80px;
    position: absolute;
    top: -14px;
    color: #947026;
}

.single-post blockquote {
	margin: 70px 0 60px -66px;
	padding: 0;
	position: relative;
}

.single-post blockquote p{
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 28px;
	font-style: italic;
	line-height: 1.3 !important;
	color: #4D5565;
	margin: 0;
}

.single-post blockquote cite {
	color: #947026;
	font-family: "Poppins", Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight:700;
	display: block;
	margin-top: 12px;
}
 
.single-post blockquote cite:before {
	content: "\2014 \2009";
}


@media only screen and (max-width: 1179px) {
  /* For mobile phones: */

  	.single-post blockquote:before {
	    display: block;
	    content: "\201C";
	    font-family: "Poppins", Sans-Serif;
	    font-style: normal;
	    font-weight:700;
	    font-size: 80px;
	    position: absolute;
	    top: -14px;
	    color: #947026;
    }

    .single-post blockquote {
	    margin: 70px 0 60px 0;
	    padding: 0 ;
	    position: relative;
    }

    .single-post blockquote p{
			font-family: "Lora", serif;
			font-weight: 400;
			font-size: 24px;
			font-style: italic;
			line-height: 1.3 !important;
			color: #4D5565;
			margin: 0;
		}

    .single-post blockquote cite {
	    color: #947026;
	    font-family: "Poppins", Sans-Serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    display: block;
	    margin-top: 12px;
    }
     
    .single-post blockquote cite:before {
    	content: "\2014 \2009";
    }
}
