/*
Theme Name: BJH
Theme URI: http://www.benjaminharvey.com
Description: Website designed and developed by Authentic Education
Author: Neerav Dobaria
Author URI: http://www.techna2.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.navbar-style-one .dropdown-menu>li>a>span.link-inner {
    padding: 0.5em 5px;
}

blockquote {
    background: none;
    padding-left: 55px;
    padding-right: 55px;
    margin: 30px 0;
    font-size: 1.5em;
    color: #c00000;
    position: relative;
    font-family: Kalam; 
}

blockquote:before {
    font-family: "FontAwesome";
	content: "\f10d";
	font-size: 30px;
	font-style: normal;
	color: #cecece;
	position: absolute;
	top: -10px;
	left: 0px;
}

#mc-embedded-subscribe-form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    text-align:left;
}
#mc-embedded-subscribe-form input, #mc-embedded-subscribe-form button{
       width:30%;
       height:42px;
       border-radius: 4px;
       margin: 0 2px;
       padding: 0 16px;
}

@media only screen and (max-width: 630px) {
  	#mc-embedded-subscribe-form input, #mc-embedded-subscribe-form button{
		width:100%;
		height:42px;
		border-radius: 4px;
		margin: 5px 0;
		padding: 0 20px;
	}
}
.testimonial-entry-content{
	background: #efefef;
}
.wpex-row .col.testimonial-entry{
	margin-bottom: 50px;
}
.testimonial-entry-thumb img{
	width: 100px;
	height: 100px;
}
.testimonial-entry-bottom{
	display: flex;
	align-items: center;
}
.testimonial-caret{
	left: 45px;
}
.testimonial-entry-thumb{
	flex: 0 0 108px;
}

.tar-main-content ul{
	list-style-type: disc;
}