/*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=Josefin+Sans:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;display=swap');
/*BASIC_SETTINGS*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color:#000000;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #00bd76;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Lato', sans-serif;
	font-weight : 600;
	color:#282828;
}
h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 55px;
}
h2 {
	font-size: 30px;
}
h2 i{
	font-style: normal;
	color: #111111;
}
h3 {
	font-size: 25px;
}
/*EDITS SECTION*/
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu a span {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.menu li {
	padding: 0 14px;
}
.menu li:first-child{
	padding-left:0;
}
.nav-primary{
	float:none;
}
.genesis-nav-menu li.page_item.current-menu-item > a span {
	border-bottom: 6px solid #00c67e;
	padding: 8px;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #00bd76;
	padding-bottom:15px;
	border:0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li a span{
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
	display: inherit;
}
.genesis-nav-menu .sub-menu .sub-menu{
	margin: 0;
	position: absolute;
	left: 100% !important;
	top: 0px;
}
.vc_row.menu_row{
	z-index:99;
	overflow: visible !important;
}
/*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: 18px;
	font-weight: 400;
	border-radius: 0;
	padding: 12px 64px!important;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
}
/*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: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 14px !important;
	font-weight: 400;
	padding:12px 10px !important;
	border-radius:0px !important;
	line-height:1.2 !important;
	border: 0 !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	padding-right: 8px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 8px;
}
.vc_row .gform_wrapper textarea.large{
	height: 140px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit], input[type=submit] {
	margin: 0;
	color: #00bd76;
	background: #282828;
	font-size: 16px !important;
	font-weight: 400;
	padding: 10px 42px !important;
}
.vc_row .gform_wrapper .gform_footer {
	margin: 0;
	padding: 28px 0 0;
}
.vc_row .gfield_html{
	padding-bottom: 34px;	
}
.vc_row .gform_wrapper{
	max-width: 88%;
	margin: 0 auto;
}
/*ICON_SECTION*/
.mpc-icon-column__content .mpc-icon-column__heading{
	color: #000000;
	font-size: 18px;
	text-transform: none;
}
a.mpc-icon-column, .inline{
	vertical-align: middle;
}
a.mpc-icon-column{
	display: flex;
	justify-content: flex-end;
}
/*FOOTER SECTION*/
.site-footer p, .site-footer p a{
	color: rgb(255 255 255 / .5);
	font-size: 15px;
}
/*AUDIO SECTION*/
body .vc_row .wp-playlist.wp-audio-playlist {
	position:relative;
	width:94%;
	border: 0;
	padding: 0;
	margin: 0 auto;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: #111111;
	padding: 0;
	width: 100% !important;
	height: 42px;
}
.vc_row .mejs-button.mejs-play:before{
	z-index: 9;
	position: absolute;
	font-size: 14px;
	font-family: 'FontAwesome';
	color: #111111;
	top: 6px;
	left: 6px;
	content: "\f04b";
	background: #00c67e;
	padding: 9px 0 0 9px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
}
.vc_row .mejs-button.mejs-pause:before{
	z-index: 9;
	position: absolute;
	font-size: 14px;
	font-family: 'FontAwesome';
	color: #111111;
	top: 6px;
	left: 6px;
	content: "\f04c";
	background: #00c67e;
	padding: 9px 0 0 8px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
}
.download-audio a {
	position: absolute;
	right: -12px;
	bottom: 9px;
	height: 24px;
	width: 32px;
}
.vc_row .wpse-download:before{
	content: "\f019";
	font-size: 15px;
	font-family: 'FontAwesome';
	position: absolute;
	color: #111111;
	top: 5px;
	width: 30px;
	height: 30px;
	background: #00c67e;
	padding: 4px 0 0 6px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.vc_row .wp-audio-playlist .mejs-button.mejs-play, .vc_row .wp-audio-playlist .mejs-button.mejs-pause, .vc_row .wp-audio-playlist .wpse-download{
	width: 42px;
	height: 42px;
	background-color: #232323;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc_row .wp-audio-playlist .mejs-button>button{
	margin: 0;
	width: 38px;
	height: 42px;
	border-radius: 0;
	background: #232323 none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: none !important;
} 
.wp-playlist-light .wp-playlist-caption {
	max-width: 100%;
}
span.mejs-time-total.mejs-time-slider {
	position: relative;
	top: 14px;
	height: 6px;
}
.wpse-download, .wpse-download a:hover{
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 9;
}
.vc_row .wp-playlist-prev:after {
	content: "\f100";
	right: 5px;
	font-family: fontawesome;
	color: #111111;
	position: absolute;
	top: -5px;
	font-size: 16px;
}
.vc_row .wp-playlist-next:before {
	content: "\f101";
	right: 3px;
	font-family: fontawesome;
	color: #111111;
	position: absolute;
	top: -5px;
	font-size: 16px;
}
.vc_row .wp-playlist-prev, .vc_row .wp-playlist-next {
	position: relative;
	top: -36px;
	float: right;
	z-index: 9;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 2px solid #00c67e;
	border-radius: 50%;
	background: #00c67e;
}
.vc_row .wp-playlist-prev {
	right: 4.5em;
}
.vc_row .wp-playlist-next {
	right: 4em;
}
body .wp-audio-playlist.wp-playlist-light .wp-playlist-playing, .vc_row .vc_row .mejs-controls .mejs-time-rail .mejs-time-current{
	background-color: #00c67e;
	height: 6px;
}    
.wp-playlist .wp-playlist-current-item img,span.mejs-time-handle, span.mejs-time-loaded,body span.mejs-time-loaded, body span.mejs-time-hovered, body span.mejs-time-buffering, .toggle-font, audio, .vc_row .mejs-time-float, .vc_row .mejs-volume-button, .vc_row .mejs-horizontal-volume-slider, .wpse-download i, .vc_row .mejs-duration{
	display:none!important;
}
.wp-audio-playlist .wp-playlist-tracks {
	background-color:#c4c4c4;
	margin-top: 0px;
}
.wp-audio-playlist .wp-playlist-item-title {
	font-size: 16px;
	color: #fff;
	top: 4px;
	left:6px;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	font-family: 'Cabin', sans-serif;
}
.wp-audio-playlist .wp-playlist-current-item {
	margin-bottom: 0;
	height: auto;
	position: absolute;
	z-index: 9;
	left: 49px;
	text-align:left;
	width: calc(100% - 185px);
}
.wp-audio-playlist .wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 5px 0px;
	border-bottom: 1px solid #fff;
	padding-left: 20px !important;
}
.wp-audio-playlist .mejs-time-rail {
	width: calc(100% - 110px)!important;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: auto;
	float:right;
}
.wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color:#ffffff!important;
}
.vc_row .mejs-time {
	position: absolute;
	top: 15px;
	right: 142px;
	z-index: 99999;
	padding: 0;
	height: auto;
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
}
body .sidebar .mejs-controls{
	height: 19px;
}
.sidebar .vc_row .mejs-container .mejs-controls{
	background: transparent !important;
}
:focus {
	outline: none !important;
}
.vc_row .wp-audio-playlist .wp-playlist-item{
	display:none;
}
/*BANNER SECTION*/
.vc_row.banner_row{
	z-index:9;
}
.vc_row.bio_row p{
	font-size: 21px;
	margin-bottom: 10px;
}
.vc_row.seprator_row{
	background-position: top !important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.site-header .vc_row .vc_custom_heading {
		font-size: 14px !important;
	}
	.site-header .vc_row h2:first-child {
		margin-right: 4px !important;
		padding-right: 4px !important;
	}
	h1 {
		font-size: 45px;
	}
}
@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, .vc_row .sub-menu-toggle {
		color: #00c67e;
	}
	.menu-toggle {
		padding:0px;
		float: none;
	}
	.nav-primary{
		position: absolute;
		background: #ffffff;
		width: 50%;
		margin: 0 auto;
		text-align: center;
		right: 0;
		left: 0;
		border: 6px solid #00bd76;
	}
	.menu li .sub-menu{
		padding:0;
		background-color: transparent;
	}
	.site-header .vc_row .wpb_column, .vc_row.banner_row .wpb_column, .menu li .sub-menu{
		text-align: center;
		width: 100%;
	}
	body .vc_row .wp-playlist.wp-audio-playlist{
		width: 100%;	
	}
	.menu{
		padding: 10px;
	}
	.menu li {
		padding: 5px 0;
	}
	.genesis-nav-menu li.page_item.current-menu-item > a span {
		border-bottom: 0px solid #00c67e;
		padding: 0;
	}
	.site-header .vc_row a.mpc-icon-column {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
	.site-header .vc_row .text-center{
		z-index: 99;
		padding: 12px 0;
	}
	.site-header .vc_row .vc_custom_heading {
		font-size: 18px !important;
	}
	.vc_row.banner_row .vc_custom_heading, .vc_row.banner_row .wpb_text_column {
		padding:0 !important;
	}
	.vc_row.learn_row .mpc-icon-column__heading{
		font-size:22px !important;
	}
	.vc_row .wpse-download:before{
		padding: 4px 0 0 0;
	}
}
@media only screen and (max-width: 767px){
	h1.vc_custom_heading,h2.vc_custom_heading,h3.vc_custom_heading,h4.vc_custom_heading,h5.vc_custom_heading,h6.vc_custom_heading, .vc_row .vc_btn3-container, .vc_row .wpb_single_image{
		text-align: center !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		display:block  !important;
	}
	.site-header .vc_row h2:first-child {
		margin-right: 0px !important;
		padding-right: 0px !important;
		border: 0 !important;
	}
	.vc_row.learn_row .vc_inner .wpb_column {
		margin-bottom: 20px;
	}
	.vc_row .gform_wrapper{
		max-width: 100%;
	}
}
@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){
	.vc_row.bio_row{
		margin-top: -12px !important;
	}
}
@media only screen and (max-width: 479px){
	h1 {
		font-size: 32px;
	}
	.vc_row .mejs-time{
		display:none;
	}
}