/*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=Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&amp;display=swap');
/*BASIC_SETTINGS*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#1e1e1e;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body > div {
	font-size: 16px;
}
a {
	text-decoration: none !important;
	color: #018f98;
}
:focus{
	outline:none;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Roboto Slab', serif; 
	font-weight : 500;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h2 em {
	font-style: normal;
	color:#eab000;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
/*EDITS SECTION*/
.error404 .sidebar{
	display:none;
}
.vc_custom_heading a:hover {
	opacity: 1;
}
.inline {
	display:inline-block;
	vertical-align:middle;
}
.entry {
	margin-bottom:0;
}
.site-inner{
	margin-top:0;
}
a.mpc-icon-column {
	vertical-align:middle;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.menu li {
	padding: 0 10px;
}
.genesis-nav-menu li.page_item.current-menu-item > a span {
	color: #018f98;
}
.nav-primary {
	background-image: url(https://www.christinebritovo.com/wp-content/uploads/2020/05/menu_background.png);
	background-repeat: no-repeat;
	padding: 1.8em 2.8em 2.6em !important;
	text-align: center;
	background-position: top center;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	background-color: #149cd0;
	border:0;
	width:100%;
}
.menu li .sub-menu{
	top: 28px;
	background-color: #149cd0;
	padding-bottom:15px;
	border:0;
	width:100%;
	text-align: left;
}
.menu li .sub-menu li a span{
	font-size: 18px;
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
}
/*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: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 2px 40px 2px 26px!important;
	line-height: 1.5;
	background-image: none;
	border: 1px solid;
}
.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	font-size: 14px;
}
.vc_row .about-col .vc_btn3.vc_btn3-style-custom {
	border: 1px solid #e44e3f;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #1e1e1e;
	opacity:  1;
}
:-moz-placeholder {
	color:    #1e1e1e;
	opacity:  1;
}
::-moz-placeholder { 
	color:    #1e1e1e;
	opacity:  1;
}
:-ms-input-placeholder { 
	color:    #1e1e1e;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color:#ffffff;
	border: 0;
	color: #1e1e1e;
	font-size: 14px !important;
	font-weight: 400;
	padding: 7px 10px !important;
	border-radius: 0px !important;
	line-height: 1.5;
}
input:focus, textarea:focus {
	border: none;
	outline: none;
}
.vc_row .gform_wrapper .gform_body {
	width: 100%;
}
.vc_row .gform_wrapper textarea.medium {
	height: 85px;
}
form .gfield_html {
	line-height: 1.3!important;
	margin-bottom: 15px;
}
.vc_row .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
	margin-bottom:0px;
}
.ginput_container {
	margin-top: 0!important;
	margin-bottom: 13px!important;
	line-height: 0;
}
.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_footer .gform_button {
	background: #e44e3f;
	margin: 0 !important;
	padding: 6px 15px!important;
	color: #fff;
	font-weight: normal!important;
	width: 100%!important;
}
.vc_row .gform_footer.top_label {
	padding: 0;
	margin: 0;
	text-align:right;
}
.vc_row .gform_wrapper {
	margin: 0 auto;
}
.vc_row .gform_confirmation_message{
	padding:2em 0 8em;
	color: #fff;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0;
}
li.form-text {
	padding-bottom: 14px;
}
.contact-mobile-image {
	display:none;
}
/*MENU_SECTION*/
.home .vc_row.menu-row {
	z-index: 9;
	position: absolute !important;
	left: 50% !important;
	width: 100% !important;
	transform: translate(-50%, 0);
	background-image: none !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-color: transparent;
}
.vc_row .customaudioplayer .mejs-time-rail {
	padding-top: 0;
	margin: 0;
	background: url(https://www.christinebritovo.com/wp-content/uploads/2020/05/demo_curve_background.png);
	background-repeat: no-repeat;
	background-size: 100% 60%;
	background-position: center 2px;
}
.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: #eab000;
	top: 4px;
	height: 10px;
	border-radius: 10px;
	width: calc(100% - 30px)!important;
	margin-left: 14px;
}
body .mejs-time-current {
	background: #ffffff !important;
	height:10px;
	border-radius: 10px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f144";
	color: #eab000;
}
.mejs-pause:before {
	content: "\f28b";
	color: #eab000;
}
.download-audio .fa-arrow-alt-circle-down:before{
	font-size: 24px;
	color: #eab000;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before{
	position: absolute;
	font-family: fontawesome;
	font-size: 28px;
	top: 7px;
	left: 2px;
	border: 2px solid transparent;
}
.download-audio .fa-download:before{
	font-size:24px;
}
.customaudioplayer .mejs-button {
	width: 27px;
	height: 30px;
}
.customaudioplayer .mejs-controls {
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 26px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 400px;
	margin: 0px 0 0 auto;
	border: 3px solid #eab000;
	border-radius: 25px;
	padding: 1px;
}
.custom-audio-title{
	position: absolute;
	top: -28px;
	left: 5px;
	font-size: 16px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #018f98;
}
.download-audio a{
	position: absolute;
	right: 3px;
	bottom: 2px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
/*HEADER_SECTION*/
.banner-row .mobilesecond {
	z-index: 9999;
}
.vc_row.banner-image-row .wpb_single_image.headshot {
	position: relative;
	top: -65px;
}
h2.vc_custom_heading.site-tag:before{
	content: '__';
	position: relative;
	top: -8px;
	right: 8px;
	color:#018f98;
}
h2.vc_custom_heading.site-tag:after{
	content: '__';
	position: relative;
	top: -8px;
	left: 8px;
	color:#018f98;
}
/*LEARN_MORE_SECTION*/
.vc_row .learnmore-section .wpb_column  {
	width: 350px;
	height: 350px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	background-color: #018f98;
	border: solid 3px #018f98;
	padding: 5px;
	background-clip: content-box;
}
.vc_row .learnmore-section .wpb_column:hover, .vc_row .learnmore-section .wpb_column:hover .vc_column-inner .mpc-icon  {
	background-color: #eab000;
	border: solid 3px #eab000;
	color: #fff;
}
.vc_row .learnmore-section .wpb_column:hover .vc_column-inner .mpc-icon {
	border: solid 1px #eab000;
}
.vc_row .learnmore-section .wpb_column .vc_column-inner .mpc-icon {
	position: absolute;
	top: 0;
	right: 0px;
	z-index:-1;
}
.vc_row .learnmore-section p {
	font-size: 15px;
	padding: 0 12px;
	vertical-align: middle;
	text-align:center;
	line-height: 1.4;
}
.vc_row .learnmore-section .wpb_column ul {
	padding-left: 22px;
}
.vc_row .learnmore-section .wpb_column li {
	font-size: 15px;
	line-height: 1.4;
}
/*ABOUT_SECTION*/
.about-text p {
	font-size: 18px;
}
/*AVAILABILITY_SECTION*/
.available-text li:before {
	content: '\f101';
	font-family: FontAwesome;
	position: relative;
	top: -3px;
	font-size: 10px;
	color: #eab000;
	margin-left: -30px;
	padding-right: 18px;
}
.available-text li {
	list-style-type: none!important;
}
.available-text li:last-child:before {
	content: '';
	padding-right: 24px;
}
.available-text ul {
	width: 170px;
	margin: 0 auto;
}
/*CLIENTS_LOGO*/
.vc_row.shadow-section:before {
	transform: rotate(180deg);
	top: 12px;
}
.vc_row.shadow-section:before, .vc_row.shadow-section:after {
	position: relative;
	z-index: 9;
	content: '';
	bottom: 12px;
	height: 12px;
	width: 100%;
	background: radial-gradient(ellipse at 50% 0,rgba(0,0,0,0.25),transparent 68%);
	background: -webkit-radial-gradient(ellipse at 50% 0,rgba(0,0,0,0.34),transparent 75%);
}
.mpc-carousel__wrapper {
	line-height: initial;
}
.mpc-navigation {
	display:none;
}
.mpc-navigation i {
	font-weight: bold;
}
.clients_row .mpc-carousel-image {
	height: auto!important;
}
/*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;
	justify-content:center;
}
.mpc-testimonial {
	border: 6px solid #fff;
	background: #fff;
	width: 330px;
	height: 330px;
	position: relative;
	margin: 0 auto;
	padding: 3px;
	background-clip: content-box;
	display: flex;
	align-items: center;
}
.vc_row .mpc-testimonial .mpc-testimonial__content {
	padding-left: 2em;
	padding-right: 2em;
}
.testimonial-row .odd-col .wpb_wrapper .mpc-testimonial:before {
	content: '\f10d';
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	color: #018f98;
	background: #fff;
	border-radius: 100%;
	padding: 0px 12px;
	top: 0;
}
.testimonial-row .even-col .wpb_wrapper .mpc-testimonial:after {
	content: '\f10e';
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	color: #018f98;
	background: #fff;
	border-radius: 100%;
	padding: 0px 12px;
	right: 0px;
	bottom: 20px;
}
.mpc-testimonial.mpc-transition {
	border-radius: 100%;
}
/*BLOG_SECTION*/
.blog-row p{
	margin-bottom:12px;
}
.mobile_blog_icon {
	display:none;
}
/*SIDEBAR_SECTION*/
.search-form-input {
	border: 2px solid!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: 26px;
	color: #e44e3f;
	width: 30px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	margin-left: 0;
}
.sidebar .vc_row .mejs-button.mejs-play:before, .sidebar .vc_row .mejs-button.mejs-pause:before{
	top: 0px;
	left: -8px;
}

.sidebar .vc_row .wp-playlist-next:before{
	content: "\f138";
}
.sidebar .vc_row .wp-playlist-prev:after{
	content: "\f137";
}
.sidebar .vc_row .toggle-font:before{
	content: "\f142";
}
.wpse-download, .wpse-download a:hover{
	position:relative;
	color: #fff !important;
	display: block;
}
.wpse-download i {
	position: absolute;
	right: 8px;
	top: -26px;
}   
body .wp-playlist-item{
	padding-left: 8px !important;
}
.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;
}
.wp-audio-playlist .wp-playlist-tracks {
	background-color: #362C24 ;
}
.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: #eab000;
	color: #ffffff;
}
.wp-playlist-current-item .wp-playlist-item-title {
	color: #032641;
	font-weight: 400;
	font-size: 18px;
	top: 11px;
	position: absolute;
	width: calc(100% - 30px);
	display: inline-block;
}
.wp-playlist.wp-audio-playlist  {
	border: 0;
	padding: 0;
	margin: 0;
	background:transparent;
}
.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: #58473f ;
	text-align: left;
}
.wp-audio-playlist .mejs-time-rail {
	width: 100%;
	position: absolute;
	top: -34px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.wp-audio-playlist .mejs-button {
	top: -1.7px;
	position: relative;
	left: 0px;
}
.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 {
	top: 15px;
	left: 0px;
	width: calc(100% - 0px)!important;
	margin-left: 0;
}
.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: -49px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
body .sidebar .mejs-controls{
	height: 19px;
}
.wp-audio-playlist span.mejs-currenttime {
	color: #3d362f;
}
.sidebar .vc_row .mejs-container .mejs-controls{
	background: transparent !important;
}
.toggle-font{ 
	position: absolute;
	margin: 0;
	top: 48px;
	z-index: 9999;
	cursor: pointer;
	right: 15px;
}
body .sidebar .mejs-time-current {
	background: #018f98!important;
}
.sidebar .vc_row .vc_btn3.vc_btn3-style-custom {
	background: #362C24!important;
	color: #ffffff!important;
	border: 0!important;
}
/*FOOTER_SECTION*/
.footer-widget .text-right a:last-child.ts-box-icon-link, .header-widget .text-right a:last-child.ts-box-icon-link {
	margin-left: 7px;
}
.copyright p {
	font-size: 14px;
}
.site-footer .vc_sep_width_60 {
	width: 370px!important;
}
.mpc-navigation {
	display: block!important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1200px){
	.vc_row.bio-row, .vc_row.blog-row {
		background-size: 146% 100% !important;
	}
	.vc_row.testimonial-row .wpb_column {
		width: 50%;
		margin: 0 auto;
	}
	.about-col h2 {
		font-size: 23px !important;
	}
	.vc_row.video-row h2 {
		font-size:32px;
	}
}
@media only screen and (max-width: 1100px){
	.menu a span {
		font-size: 15px;
	}
	.menu li {
		padding: 0 6px;
	}
	.nav-primary {
		background-size: 100%;
		padding: 1.8em 4.2em 2.6em !important;
	}
}
@media only screen and (max-width: 1023px){
	.blog-row h2.vc_custom_heading,.li-section h2.vc_custom_heading {
		color: #e44e3f!important;
		text-align: center!important;
	}
	.vc_row.bio-row .wpb_column, .vc_row.blog-row .wpb_column, .site-footer .parentrower .wpb_column, .site-footer h3.mpc-icon-column__heading {
		width: 100%;
		text-align: center!important;
	}
	.available-text li {
		color: #1e1e1e;
	}
	.available-text ul {
		padding-left: 0px;
	}
	.site-footer .vc_row.parentrower .innercontainer, .site-footer .vc_row.parentrower  {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; 
		flex-wrap: wrap;
	}
	.site-footer .mobilefirst { 
		-webkit-order: 1;
		order: 1;
	}
	.site-footer .mobilesecond { 
		-webkit-order: 2;
		order: 2;
	}
	.vc_row.blog-row {
		background-position: right center !important;
	}
	.site-footer .vc_sep_width_60 {
		margin: 0 auto!important;
	}
	.about-col h2 {
		font-size: 26px !important;
	}
	.vc_row.bio-row, .vc_row.blog-row{
		background-image: none !important;
	}
	.site-footer h3.mpc-icon-column__heading {
		margin-bottom:8px!important;
	}
	.wpb_text_column.copyright {
		padding-top:8px !important;
	}
	.mobile_blog_icon {
		display:inline-block;
	}
	.blog_icon {
		display:none!important;
	}
	.vc_row.video-row h2 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
	}
	.menu-toggle {
		margin:0 auto;
		padding:0px;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		position: absolute;
		top: 18px;
		background: #eab000;
		width: 170px;
		left: 0;
		text-align: center;
		right: 0;
		padding: 10px;
		margin: 0 auto !important;
	}
	.genesis-responsive-menu {
		position: absolute;
		left: 0;
		top: 32px;
		z-index: 9999;
		padding: 0 !important;
	}
	.vc_wp_custommenu{
		background-image: url(https://www.christinebritovo.com/wp-content/uploads/2020/05/menu_background.png);
		background-repeat: no-repeat;
		padding: 1.8em 2em 2.6em !important;
		text-align: center;
		background-position: top center;
	}
	.nav-primary {
		background-image: none !important;
	}
	.site-header .menu-toggle::before {
		top: 0;
	}
	.content-sidebar .site-inner, .banner-row .wpb_column {
		width: 100%;
	}
	.vc_row.banner-row {
		background: #fff!important;
	}
	.customaudioplayer {
		margin: 0 auto;
	}
	.vc_row.banner-image-row .wpb_single_image.headshot {
		top: 0;
	}
	.vc_row.banner-row {
		padding-bottom:2em;
	}
	.vc_row.banner-row h1, .vc_row.banner-row .text-right, .vc_row.banner-row h2
	{
		text-align: center !important;
		padding-top: 0px !important;
	}
	.menu-toggle {
		float: none;
	}
	.vc_row.banner-row .site-tag {
		display: block;
		padding-left: 0px !important;
	}
	.vc_row.banner-row h2 {
		padding-right: 0px !important;
	}
	.download-audio a {
		right: 0px;
	}
	.vc_row.parentrower .innercontainer, .vc_row.parentrower  {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; 
		flex-wrap: wrap;
	}
	.mobilefirst { 
		-webkit-order: 1;
		order: 1;
	}
	.mobilesecond { 
		-webkit-order: 2;
		order: 2;
	}
	.home .vc_row.menu-row {
		position: relative !important;
		z-index: 99999;
	}
}
@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, .site-footer, .site-footer .text-right, .site-header, .site-header .text-right, .vc_gitem-post-data h2, .vc_row.video-row {
		text-align: center !important;
	}
	.site-header h3 {
		padding-bottom: 10px!important;
	}
	.contact-mobile-image {
		display:block;
		padding-top: 2em;
	}
	.vc_row .learnmore-section .wpb_column {
		margin-bottom: 1.5em;
	}
	.testimonial-row .vc_column-inner {
		padding-top: 0px !important; 
		padding-bottom: 1em;
	}
	.vc_row.testimonial-row .wpb_column {
		width:100%;
	}
	.about-col h2{
		padding-bottom: 18px !important;
	}
	.vc_row .gform_confirmation_message{
		padding:2em 0;
	}
	.vc_row .learnmore-section .wpb_column .vc_column-inner .mpc-icon {
		right: -6px;
	}
	.vc_row.wpb_row.vc_inner.shadow-section {
		padding-right: 0em !important;
		padding-left: 0em !important;
	}
	.about-col .wpb_text_column, .li-section .wpb_text_column ul {
		padding-left: 0 !important;
	}
	.vc_row.clients_row {
		background-image: none !important;
	}
}
@media only screen and (max-width: 640px) {
	.vc_row .gform_wrapper ul.gform_fields li.gfield.gf_left_half, .vc_row .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		padding: 0px;
	}
}
@media only screen and (max-width: 639px){
	h2.icon-heading, .wpb_single_image.icon-image{
		display:block;
		text-align:center;
	}
	.vc_wp_custommenu {
		background-size: contain;
	}
}
@media only screen and (max-width: 479px){
	.vc_custom_heading.site-title {
		font-size: 38px!important;
	}
	h2 {
		font-size: 27px;
	}
	.vc_wp_custommenu {
		padding: 0.8em 2em 2.6em !important;
		background-size: 270px;
	}
	.customaudioplayer {
		width: auto;
	}
	.demo-col img {
		width:50px;
	}
	.menu {
		top: 2px;
	}
	.site-footer .vc_sep_width_60 {
		width: 100%!important;
	}
	.vc_row .learnmore-section h3 {
		font-size: 16px!important;
	}
	.vc_row .learnmore-section .wpb_column {
		width: 280px;
		height: 280px;
	}
	.vc_row .learnmore-section p, .vc_row .learnmore-section .wpb_column li {
		font-size: 12.5px;
	}
	.mpc-testimonial__description {
		font-size: 15px!important;
	}
	.mpc-testimonial {
		width: 270px;
		height: 270px;
	}
}