/*FONTS_SETTINGS*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;family=Raleway:wght@300;400;600;700&amp;display=swap');/*font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;*/
body {
	font-family: 'Lato', sans-serif;
	color:#1e1e1e;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #1e1e1e;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Raleway', sans-serif;
}
h1{
	font-size: 40px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.site-inner{
	margin-top:0;
}
.grecaptcha-badge{
    z-index: 99;
}
/*MENU_SECTION*/
.menu a span {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.menu li {
	padding: 0 12px;
}
.menu li:first-child{
	padding-left:0;
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
	border-top:20px solid #fff;
	padding-top:10px;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
/*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-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	border-radius:0px;
	background:transparent;
	padding: 5px 0px;
	background-image: none;
	border-bottom: 6px solid #BB2228;
}
.vc_row.blog-row .vc_btn3.vc_btn3-style-custom,.blog-page .vc_btn3.vc_btn3-style-custom{
	border-radius: 25px;
	padding: 10px 10px ;
	border:0!important;
}
.sidebar .vc_btn3.vc_btn3-style-custom{
	padding: 5px 10px;
	border:0!important;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #000000;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #000000;
	opacity:  1;
}
::-moz-placeholder {
	color:    #000000;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #000000;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #fff;
	border:0;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	padding: 9px 12px !important;
	border-radius:0px !important;
}
.vc_row .gform_wrapper .gform_body, .error404 .content {
	width: 100%;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
	padding-right: 0px;
}
.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	padding-right: 13px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 13px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	background-color:#BB2228;
	color: #ffffff;
	font-size:18px !important;
	border-radius: 20px !important;
}
.gform_wrapper .gform_footer {
	margin: 0px 0 0;
}
input:focus, select:focus, textarea:focus {
	border: 0;
}
/*ICON_SECTION*/
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 16px !important;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 35px;
	height: 36px;
}
.vc_row .vc_icon_element.vc_icon_element-outer {
	vertical-align: middle;
}
.vc_row.header-row .mpc-icon-column__heading {
    font-size: 17px!important;
	color:#fff!important
}
/*AUDIO_SECTION*/
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,.mejs-time.mejs-duration-container,.mejs-time.mejs-currenttime-container,audio  {
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .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: #969295;
	top: 3px;
	border-radius:5px;
	height:10px;
}
body .mejs-time-current {
	background-color: #BB2228!important;
	height: 10px;	
	border-radius:5px!important;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.download-audio .fa-download:before{
	color: #BB2228;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f144";
}
.mejs-pause:before {
	content: "\f28b";
}
.download-audio .fa-download:before{
	content: "\f0ab";
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before, .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before{
	font-size: 20px;
	color:#969295;
	top: 8px;
}
.download-audio .fa-download:before{
	font-size: 20px;
	top: 9px;
}
.customaudioplayer .mejs-button {
	width: 25px;
	height: 24px;
}
.customaudioplayer .mejs-controls {
	height: 28px;
	padding: 0;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 34px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 75%;
	margin: 0 auto;
}
.custom-audio-title{
	position: absolute;
	top: -20px;
	left: 26px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-transform:lowercase;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.download-audio a{
	position: absolute;
	right: -6px;
	bottom: 9px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !important
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-weight:400;
}
.vc_row.header-row .fa-phone {
	transform: rotate(270deg);
}
.vc_row.learnmore-row .fa-wifi {
	transform: rotate(50deg);
}
.vc_row.learnmore-row {
	box-shadow: inset 0px 0px 7px -5px #d9dddd, inset 0px 13px 28px -12px #000;
}
/*LOADMORE BUTTON*/
#load-more.disable .vc_btn3, .vc_row .group {
	display:none;
}
.vc_row .group.active{
	display: block;
}
.banner-row h2{
	letter-spacing: 3px;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vc_row.testimonial-row .mpc-carousel-testimonial .mpc-gap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	height: auto !important;
}
.vc_row.testimonial-row h2{
	font-weight:700;
}
/*REPRESENTATION_SECTION*/
.vc_row.representation-row p{
	line-height:20px;
}
/*FOOTER_SECTION*/
.footer-widget p{
	font-size:12px;
}
/*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-play:before,.sidebar .vc_row .mejs-button.mejs-pause:before{
	top: 0px;
	left: 0px;
}
.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: #969295;
}    
body .wp-playlist-item{
	padding-left: 8px !important;
}
body .sidebar .mejs-time-current {
	background: #bb2228!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, .sidebar .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: 16px;
	top: 10px;
	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: -24px;
	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;
}
.side_bar .mejs-controls .mejs-time-rail .mejs-time-total, .side_bar .mejs-time-float-corner, .side_bar .mejs-controls .mejs-time-rail .mejs-time-loaded {
	left: 0px;
}
.sidebar .postform,.sidebar .search-form-input {
	border: 2px solid #000!important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 1023px){
	body .vc_row .vc_row .wpb_column a.mpc-icon-column h3.mpc-icon-column__heading {
		margin:0 !important;
	}
	body .vc_row .vc_row .wpb_column a.mpc-icon-column .mpc-icon{
		margin:0 5px 0 0!important;
	}        
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
	}
	.menu-toggle {
		padding:10px 0 0 0;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		font-weight: 700;
	}
	.genesis-nav-menu li.page_item.current-menu-item > a span {
		border-top:none;
	}
	.menu-toggle {
		float: none;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		position: absolute;
		top: 10px;
		background: #3e3c42;
		width: 50%;
		text-align: center;
		right: 0;
		border: 2px solid #bb2228;
		left:0;
		margin:0 auto;
		padding: 10px;
	}
	.banner-row h1{
		font-size: 50px!important;
	}
	h2.site-tagline{
		font-size: 42px!important;
	}
	h2.listen {
		font-size: 25px;
	}
	.vc_row.header-row {
		overflow: visible!important;
		z-index: 9;
	}
}
@media only screen and (max-width: 767px){
	h1, h5, h2, .vc_row .wpb_single_image,  .vc_row .vc_btn3-container, .footer-widget .text-right, .footer-widget p, .footer-widget .vc_row, .mpc-testimonial .mpc-testimonial__signature{
		text-align:center !important;
	}
	.vc_row a.mpc-icon-column {
		display: flex;
		margin-bottom: 10px !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;
	}
	.mobilethird{
		-webkit-order: 3;
		order: 3;
	}
	.header-widget a.mpc-icon-column {
		margin-left: 0em!important;
	}
	.footer-widget a.mpc-icon-column {
		margin-right:0em!important;
	}
	.vc_row.testimonial-row .innercontainer{
		display: block!important;
	}
	.footer-widget .mpc-icon-column{
		padding-bottom: 0px!important;
	}
	.customaudioplayer {
		width: 90%;
	}
	.banner-row .vc_column-inner {
		padding-top: 1em !important;
	}
}
@media only screen and (max-width: 640px){
	.gform_wrapper .gform_body ul.gform_fields li.gf_left_half ,.gform_wrapper ul.gform_fields li.gf_right_half {
		padding:0px;
	}
}
@media only screen and (max-width: 639px){
	.banner-row h1 {
		font-size: 38px !important;
	}
	h2.site-tagline {
		font-size: 31px !important;
	}
}
@media only screen and (max-width: 479px){
	.banner-row h1 {
		font-size: 28px !important;
	}
	h2.site-tagline {
		font-size: 21px !important;
	}
	.videos-row h2{
		font-size: 30px;
	}
	.learnmore-row h2 {
		font-size: 24px;
	}
	h2.listen {
		font-size: 21px;
	}
}