/*
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.231em;
    color: #1e73be;
    position: relative;
}

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

#mc-embedded-subscribe-form{
        text-align:center;
}
#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;
	}
}