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


/* Font in sliding panels */

#SlidingComments .skin5_row .skin5_p::before {
	/* Add quotes around text. Must be specific slider so specify with ID */
	/*font-size: 40px;
	line-height: 26px;
	font-weight: 400;
	color: #ccc;*/
	/*content: '"';*/
	/*content: open-quote;*/
	/*content: url(../images/symbols/quotes-left.png);*/
	/* Font Awesome symbols */
	font-family: "Font Awesome 5 Pro";
	font-size: .875em;
	font-weight: 700;
	color: #ccc;
	content: "\f10d";
	padding-right: 10px;
		/* moves icon up */
	line-height: 2em;
	vertical-align: bottom;
}
#SlidingComments .skin5_row .skin5_p::after {
	/* Add quotes around text. Must be specific slider so specify with ID */
	/* Font Awesome symbols */
	font-family: "Font Awesome 5 Pro";
	font-size: .875em;
	font-weight: 700;
	color: #ccc;
	content: "\f10e";
	padding-left: 10px;
		/* moves icon up */
	line-height: 1.2em;
	vertical-align: bottom;
}
	/* end fontawesome */
.skin5_row {
	padding-top: 12px!important;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 6px;
	padding-bottom: 22px!important;
}

#SlidingComments .skin5_row .skin5_p {
	font-family: 'Satisfy', cursive;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	color: #363636;
	text-align: center;
}

#SlidingComments .skin5_row _skin5_img
{
	margin : 25px auto 15px;
	max-width : 100%;
}
#SlidingComments .skin5_row _skin5_h1
{
	font-size : 18px;
	color : #5F5F5F;
	font-weight : 300;
	margin : 0;
	/* [disabled]margin-bottom : 20px; */
	letter-spacing : 0px;
}
#SlidingComments .skin5 .skin5_h4
{
	font-size : 14px;
	font-weight : 700;
	margin : 0;
	color : #333;
	text-transform : uppercase;
	letter-spacing : 4px;
}


@media only screen and (min-width : 768px) {
	#SlidingComments .skin5_row .skin5_p {
	font-size: 1.7rem;
	text-align: left;
	line-height: 2rem;
	}
	
}
