@charset "utf-8";
/* CSS SisterSax - web 4.2 - 2019 Sister Sax testimonials css */
#main-content {
height: 100%;
padding-bottom: 100px;
}

#sistersax-testimonials {
clear: both;
}		

		#sistersax-testimonials h2 {
		color: #ff3297;
		text-align: center;
		margin: 5px;
		}		
		#sistersax-testimonials h3 {
		color: #ff3297;
		text-align: center;
		margin: 5px;
		}
			#sistersax-testimonials h3.bradley {
			position: relative;
			top: -37px;
			} 	
			#sistersax-testimonials p.bradley {
			position: relative;
			top: -47px;
			} 	
	#sistersax-testimonials .image-1 {
		display: block;
		margin: 15px auto;
		width: 100%;
		max-width: 700px;
		height: auto;
	}
	#sistersax-testimonials p {
	float: left;
	width: 100%;
	color: #6A0034;
	text-align: center;
	padding: 10px 0;	
	}

	/* Jquery comments reveals */
	#sistersax-testimonials article {
	width: 46%;
	margin: 10px 0 10px 3%;
	float: left;
	border-radius: 25px;	
	background: #ffe5ff;
	}
		#sistersax-testimonials article.row-1 {
			margin-top: -18px;
		}

			@media all and (max-width: 626px ) {
				#sistersax-testimonials article {
					width: 92%;
					margin: 3% 4%;
					float: none;
				}
				#sistersax-testimonials article.row-1 {
					margin-top: 0;
					clear: both;
				}
			}


		#sistersax-testimonials article p {
		width: 95%;
		padding: 2px 10px;
		text-align: left;
		}
	
		#sistersax-testimonials article .hearts {
		height: 1px; 
		width: 10px; 
		float: left;	
		}
			#sistersax-testimonials article .hearts img {
			position: relative;
			left: -27px;
			top: -14px;
			}
		
		#sistersax-testimonials article .paul-lavers {
		height: 1px; 
		width: 10px; 
		float: right;	
		}
			#sistersax-testimonials article .paul-lavers img {
			position: relative;
			right: 179px;
			top: -157px;
			}
								
		#sistersax-testimonials article:first-child {
		clear: both;
		}
		
		.comments {
		height: 54px;
		overflow: hidden;	
		}
		.comments-1-copy, .comments-2-copy {
	
		}
			.comments-copy-expand {
			height: 100%;
			padding-bottom: 10px;
			}
		.the-toggle {
		display: block;
		width: 100%;
		height: 30px;
		text-align: center;
		margin: 0 auto;
		color: white;	
		background: #ffb6d0;	
		cursor: pointer;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		border-top: 1px dashed #ffe5ff;
		}

		.comments-no-toggle {
		display: block;
		width: 100%;
		height: 30px;
		margin: 0 auto;
		background: #dcdcdc;		
		cursor: pointer;
		}		