/*FONTS_SETTINGS*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');
body {
font-family: 'Open Sans', sans-serif;
	color:#231E22;
	background-color:#ffffff;
	font-weight:400;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color:#231E22;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Spartan', sans-serif;
	color: #20283C;
}
h1{
	font-size: 38px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5{
	font-size: 18px;
}
/*MENU_SECTION*/
.menu a span {
	color: #fff;
	font-family: 'Spartan', sans-serif;
	font-size: 17px;
}
.menu li {
	padding: 0 15px;
}
.menu li:first-child{
	padding-left:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.vc_row.menu-row  {
    z-index: 999;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #d9d9d8;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li a span{
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 14px;
	font-weight: bold;
	border-radius: 0px;
	padding: 15px 40px;
	background-image: url(https://www.jhutsonvo.com/wp-content/uploads/2020/05/read_more.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
a.mpc-icon-column {
	align-items: baseline;
}
.site-inner{
     margin-top:0;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color: #1A2133;
	opacity:  1;
}
:-moz-placeholder { 
	color: #1A2133;
	opacity:  1;
}
::-moz-placeholder {
	color: #1A2133;
	opacity:  1;
}
:-ms-input-placeholder {
	color: #1A2133;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #fff;
	border: 0;
	color: #1A2133;
	font-size: 14px !important;
	font-weight: 700;
	padding: 10px 12px !important;
	border-radius:0px !important;
}
.ginput_container {
	margin-top: 0!important;
	margin-bottom: 14px!important;
	line-height: 0;
}
body .gform_wrapper ul li.gfield{
	margin-top: 0!important;	
}
.gform_wrapper textarea.medium {
	height: 80px;
	width: 100%;
}
.gform_wrapper {
	margin: 0 auto;
}
.vc_row .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
	padding-right: 9px;
}
.vc_row .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
	padding-left: 9px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	margin: 0;
	background: #7F153D;
	font-size: 20px !important;
	font-weight: 700;
	padding: 5px 15px !important;
	width:100%;
}
.vc_row .gform_footer.top_label {
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
}
.vc_row .gform_confirmation_message{
		color:#fff;
}
input:focus, textarea:focus {
	border:none;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
}
/*AUDIO_SECTION*/
.vc_row .customaudioplayer .mejs-container .mejs-controls, .vc_row .customaudioplayer .vc_row .mejs-container{
	background: transparent;
}
.vc_row .customaudioplayer .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
    background: #ffffff;
    top: 19px;
    height: 6px;
    border-radius: 5px;
    width: 90%;
    margin-left: 10px;
}
.vc_row .customaudioplayer .mejs-button>button {
	background: none;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before {
    position: absolute;
    font-family: fontawesome;
    font-size: 25px;
	  color:#000;
}
.vc_row .customaudioplayer .mejs-button.mejs-play:before ,.mejs-replay:before{
    content: "\f01d";
}
.vc_row .customaudioplayer .mejs-button.mejs-pause:before {
    content: "\f28c";
}
.vc_row .customaudioplayer .download-audio .fa-download:before {
    content: "\f019";
}
.customaudioplayer .mejs-button {
    width: 38px;
    height: 38px;
    background-color: #fff;
	   display: flex;
    align-items: center;
    justify-content: center;
}
.customaudioplayer .mejs-controls {
	height: 28px;
	padding: 0;
}
.vc_row .customaudioplayer .mejs-time-rail{
    margin: 0;
    background: linear-gradient(90deg, rgba(63, 44, 118, 1) 0%, rgba(75, 80, 109, 1) 99.98%, rgba(75, 80, 109, 1) 100%);
	height: 38px;
}
.vc_row .customaudioplayer .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 38px)!important;
}
.vc_row .customaudioplayer .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin: 18px auto;
}
.vc_row .customaudioplayer .custom-audio-title{
    position: absolute;
    top: 4px;
    left: 48px;
    z-index: 99999;
    font-size: 14px;
    color: #ffffff;
    width: calc(100% - 82px);
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Spartan', sans-serif;
}
.wp-playlist .wp-playlist-current-item,.wp-playlist-light .wp-playlist-caption {
	overflow: visible;
}
.vc_row .customaudioplayer .download-audio a{
	  position: absolute;
     right: 0px;
    bottom: -10px;
    color: transparent;
    width: 38px;
    height: 38px;
    background-color: #fff;
	  display: flex;
    align-items: center;
    justify-content: center;
}
.vc_row .customaudioplayer .download-audio a i{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
    background: #222223 !important;
    height: 6px;
    border-radius: 5px!important;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float,.customaudioplayer .mejs-time,audio {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-weight:400;
}
.vc_row.menu-row {
	background: linear-gradient(90deg, rgba(26, 33, 51, 1) 0%, rgba(44, 53, 76, 1) 99.98%, rgba(44, 53, 76, 1) 100%);
}
.vc_row.banner-row{
	z-index: 0;
}
.vc_row.menu-row {
	overflow: visible!important;
}
/*BIO_SECTION*/
.about-row p{
	line-height: 32px;
}
.entry-content .vc_row.about-row ul > li {
	list-style-type: none;
	font-size: 18px;
}
.vc_row.about-row ul li:before {
	content: '\f111';
	font-family: fontawesome;
	color: #7F153D;
	padding-right: 28px;
	font-size: 12px;
}
.about-row ul li:last-child {
	padding-left: 39px;
}
.about-row ul li:last-child:before {
    display: none;
}
.list-column .wpb_text_column {
	width: 240px;
	margin: 0 auto;
}
.vc_row.about-row p {
    margin: 0 0 15px;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
}
.vc_row.testimonial-row .mpc-carousel-testimonial .mpc-gap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	height: auto !important;
	justify-content:center;
}
.vc_row.testimonial-row .mpc-testimonial__signature{
	text-align:right!important;
}
.vc_row.testimonial-row .mpc-testimonial__content:before {
    right: -116px;
    transform: rotate(90deg)!important;
}
.vc_row.testimonial-row .mpc-testimonial__content:before, .vc_row.testimonial-row .mpc-testimonial__content:after {
    content: '';
    height: 7px;
    position: absolute;
    top: 100px;
    width: 30%;
    background: radial-gradient(ellipse at 50% 0,rgba(0,0,0,0.5),transparent 58%);
    transform: rotate(270deg);
    background-position: center;
}
.vc_row.testimonial-row .mpc-testimonial__content:after {
	left: -116px;
}
.vc_row.testimonial-row .mpc-testimonial .mpc-testimonial__content {
    padding: 2em 2em;
    margin: 0em 8em;
}
/*LOGO_SECTION*/
.vc_row.clients-row .mpc-carousel-image{
	height: auto!important;
	margin:0 auto;
}
/*BLOG_SECTION*/
.vc_gitem-post-data p {
	color: #fff;
	margin-bottom: 0;
	line-height:34px;
}
.blog-page p,.blog-page h2{
	color:#231E22!important;
}
/*SIDEBAR_SECTION*/
.wp-playlist .mejs-controls .mejs-button button {
	left: 0;
}
.wp-audio-playlist .mejs-button>button, .wp-audio-playlist .download-audio a, .wp-playlist-prev:before, .wp-playlist-next:before , .toggle-font{
	background-image:none!important;
}
.vc_row .wp-audio-playlist .mejs-button.mejs-play:before, .vc_row .wp-audio-playlist .mejs-button.mejs-pause:before, .vc_row .wp-playlist-next:before, .vc_row .wp-playlist-prev:after, .vc_row .toggle-font{
	font-family: fontawesome;
	font-size: 20px;
	color: #fff;
	width: 30px;
	height: 27px;
	background-color:#1a2133;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sidebar .vc_row .mejs-button.mejs-play:before{
	content: "\f04b";
}
.sidebar .vc_row .mejs-button.mejs-pause:before{
	content: "\f04c";
}
.sidebar .vc_row .wp-playlist-next:before{
	content: "\f101";
}
.sidebar .vc_row .wp-playlist-prev:after{
	content: "\f100"; 
}
.sidebar .vc_row .toggle-font:before{
	content: "\f0c9";
}
.wpse-download, .wpse-download a:hover{
	position:relative;
	color:#fff !important;
	display: block;
}
.wpse-download i {
	position: absolute;
	right: 8px;
	top: -26px;
}
body .wp-audio-playlist.wp-playlist-light .wp-playlist-playing{
	background-color: #443B73;
}    
body .wp-playlist-item{
	padding-left: 8px !important;
}
body .sidebar .mejs-time-current {
    background: #7F153D!important;
}
body .sidebar .mejs-time-current {
    height: 10px;
}
.wp-audio-playlist .mejs-volume-button, .wp-audio-playlist .mejs-controls a.mejs-horizontal-volume-slider,.wp-audio-playlist .mejs-time.mejs-duration-container, .wp-playlist .wp-playlist-current-item img,span.mejs-time-handle, .home .mejs-time{
	display:none!important;
}
.wp-playlist.wp-audio-playlist .mejs-container {
	margin-top: 2em;
  background-color: transparent;
}
.wp-audio-playlist .wp-playlist-tracks {
	background-color: #1a2133  ;
}
.wp-audio-playlist .wp-playlist-item-title {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.wp-audio-playlist.wp-playlist-light .wp-playlist-playing{
	background: #1a2133;
	color: #ffffff;
}
.wp-playlist-current-item .wp-playlist-item-title {
	color: #1a2133;
	font-weight: 400;
	font-size: 20px;
	top: 7px;
	position: absolute;
}
.wp-playlist.wp-audio-playlist, .mejs-time  {
	border: 0;
	padding: 0!important;
	margin: 0;
}
.wp-audio-playlist .wp-playlist-current-item {
	margin-bottom: 0;
	height: auto;
}
.wp-audio-playlist .wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 5px 0px;
	border-bottom: 2px solid #fff;
	background-color: #1a2133 ;
	text-align: left;
}
.wp-audio-playlist .mejs-time-rail {
	width: 100%;
	position: absolute;
	top: -29px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.wp-audio-playlist .mejs-button {
	top: -1px;
	position: relative;
}
.wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded,.wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #1a2133 !important;
}
.wp-playlist-next:before {
	content: "";
	font-family: 'Font Awesome';
	cursor: pointer;
	font-size: 35px;
	color: #fff;
}
.wp-playlist-prev:before {
	position: relative;
	top: -20px;
	right: 93px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.wp-playlist-next {
	position: relative;
	top: -20px;
	right: 37px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.wp-playlist-prev {
	position: relative;
	top: -20px;
	right: 44px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.mejs-time {
	position: absolute;
	top: -27px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
body .sidebar .mejs-controls{
	height: 19px;
}
.wp-audio-playlist span.mejs-currenttime {
	color: #1a2133;
}
.sidebar .vc_row .mejs-container .mejs-controls{
	background: transparent !important;
	padding: 0;
}
.toggle-font{ 
	position: absolute;
	margin: 0;
	top: 48px;
	z-index: 9999;
	cursor: pointer;
	right: 15px;
}
/*FOOTER_SECTION*/
.vc_row.gradient-img {
	background: linear-gradient(90deg, rgba(26, 33, 51, 1) 0%, rgba(44, 53, 76, 1) 99.98%, rgba(44, 53, 76, 1) 100%);
}
.mpc-navigation i {
    font-weight: bold;
}
select#cat, .search-form-input {
    border: 1px solid #1A2133;
}
.vc_row .group, .vc_btn3-container.disable{
display: none;
}
.vc_row .group.active {
display: block;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.header-widget .text-center{
		text-align:right!important;
	}
	.banner-row h2.site-header{
		font-size: 50px!important;
	}	
	.contact-row .mpc-icon-column {
		margin-right: 2em!important;
	}
		.header-widget .text-center {
    text-align: center!important;
}
	.vc_row.banner-row h1 {
font-size: 45px!important;
}
}
@media only screen and (max-width: 1023px){
	body .vc_row .vc_row .wpb_column a.mpc-icon-column .mpc-icon{
		margin:0 5px 0 0!important;
	}  
	.header-widget .mpc-icon-column__heading{
		font-size: 14px!important;
	}
	.vc_row.testimonial-row .mpc-testimonial .mpc-testimonial__content {
    margin: 0;
}
	.vc_row.testimonial-row .mpc-testimonial .mpc-testimonial__content {
    padding: 2em 5em;
	}
		.banner-row h1.site-header {
		font-size: 48px!important;
	}

	}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color:#ffffff;
	}
	.menu-toggle {
		margin:0 auto;
		padding:0px;
		float:none;
		padding-top: 15px;
	}
	.menu li {
		padding:5px 0;
	}
	.menu {
		position: absolute;
		top: 0px;
		background: #443b73;
		width: 50%;
		text-align: center;
		right: 0;
		padding: 10px;
		left: 0;
		margin: 0 auto;
		z-index: 999;
	}
	.site-header .menu-toggle::before {
		top: 0;
	}
		.vc_row.menu-row .innercontainer,	.header-widget .innercontainer{
		display: block;
	}
	.vc_row.menu-row .wpb_column,	.content-sidebar .site-inner,.header-widget .vc_col-sm-2,.header-widget .vc_col-sm-6 ,.header-widget .vc_col-sm-2,.header-widget .vc_col-sm-8 ,.header-widget .vc_col-sm-3,.header-widget .vc_col-sm-7   {
		width:100%;
	}
	.header-widget .mpc-icon-column{
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
		.header-widget .wpb_wrapper{
		text-align:center!important;
	}
.about-row h2 {
		font-size: 23px;
	}
	.videos-row h5,.contact-row .mpc-icon-column__heading{
		font-size:14px!important;
	}
	.banner-row h1.site-header {
		font-size: 40px!important;
	}
	.banner-row h2.tag-line{
		font-size:16px!important;
	}
	.vc_row.parentrower .innercontainer, .vc_row.parentrower {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex!important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mobilefirst {
		-webkit-order: 1;
		order: 1;
	}
	.mobilesecond {
		-webkit-order: 2;
		order: 2;
	}
}
@media only screen and (max-width: 767px){
	h1, h5, h2, .vc_row .wpb_single_image, .blog-row p, .vc_row .vc_btn3-container, .footer-widget .text-right, .footer-widget p, .footer-widget .vc_row, .vc_row.testimonial-row .mpc-testimonial__signature {
		text-align:center !important;
	}
	.contact-row	a.mpc-icon-column {
		display: flex;
	}
	.contact-row	.mpc-icon-column--style_4, .mpc-icon-column--style_6,.header-widget .mpc-icon-column--style_4, .mpc-icon-column--style_6 {
		padding: 0px !important;
	}
	.vc_row .mpc-navigation.mpc-align--left .mpc-nav__arrow.mpcslick-prev{
		left: -37px;
		position:relative;
	}
	.vc_row .mpc-navigation.mpc-align--left .mpc-nav__arrow.mpcslick-next{
		right: -37px;
		position:relative;
	}
	.vc_row.banner-row {
    padding-top: 2em !important;
}
	  .contact-row .wpb_single_image{ 
 padding-bottom: 1em;
}
	.contact-row .mpc-icon-column {
		margin-right: 0px!important;
		margin-left: 0em!important;
	}
	.vc_row.banner-row{
    background-image:none!important;
		    background-color: #1d1c1d;
}
}
@media only screen and (max-width: 640px){
	.vc_row .gform_wrapper .gform_body ul.gform_fields li.gf_left_half, .vc_row .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		padding:0px;
	}
}
@media only screen and (max-width: 639px){
	.about-row h2 {
		font-size: 22px;
	}
	.vc_row.testimonial-row .mpc-testimonial__content:before, .vc_row.testimonial-row .mpc-testimonial__content:after {
		background: none;
	} 
	.footer-widget p{
font-size: 13px;
}
	}
@media only screen and (max-width: 479px){
	.vc_row.gradient-img h2 {
		font-size: 18px;
	}
	.videos-row h2 {
    font-size: 26px;
}
	.contact-row h2 {
		font-size: 20px;
	}
	.vc_row.testimonial-row .mpc-testimonial .mpc-testimonial__content {
    padding: 2em 1em;
}
.vc_row.testimonial-row .mpc-testimonial__signature {
font-size: 16px!important;
}
.gradient-img .vc_row.wpb_row {
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}
}