/*FONTS_SETTINGS*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,600,700&amp;display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Spartan:300,400,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&amp;display=swap');
@font-face {
	font-family: "Futura";
	src: url("https://www.aimeejolson.com/wp-content/uploads/2020/05/Futura.ttf");
}
/*BASIC_SETTINGS*/
body {
	padding:0;
	margin:0;
	font-family: "Futura";
	font-size: 17px;
	font-weight: 400;
	color:#3a3a3a;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body > div {
	font-size: 17px;
}
a {
	text-decoration: none !important;
	color: #2c2d3e;
}
:focus{
	outline:none;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Playfair Display', serif;
	font-weight : 400;
	text-transform : none;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 29px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
.vc_row.header-row h1.header-title,.vc_row.header-row h2.header-tagline {
	font-family: 'Playfair Display', serif;
	font-weight:400;
	text-transform:none;
	line-height: 20px;
}
/*EDITS SECTION*/
.indi_mp3j span , .vc_row .gform_wrapper .top_label .gfield_label , .post-edit-link, .error404 .sidebar,audio{
	display:none;
}
.menu.genesis-nav-menu a, .nav-primary {
	padding: 0 !important;
}
.entry, .site-header p, .site-footer p{
	margin-bottom:0;
}
.site-inner{
	margin-top:0;
}
/*ICON_SECTION*/
.mpc-icon-column__heading {
	font-family: 'Spartan', sans-serif;	
	font-weight:400;
}

.vc_row.header-banner a.mpc-icon-column{
	justify-content: center; 
	align-items: center;
} 
.header-widget .mpc-icon-column {
	vertical-align: middle;
} 
/*MENU_SECTION*/
.menu a span {
	color: #231f20;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}

.menu li {
	padding: 0 18px;
}
.menu li:last-child{
	padding-right:0;
}
.genesis-nav-menu li.page_item.current-menu-item > a span:after{
	content: '';
	position: absolute;
	bottom: -14px;
	background-image: url(https://www.aimeejolson.com/wp-content/uploads/2020/03/Aimee-Jolson-Voice-Over-Actor-current-menu-bg.png);
	width: 59px;
	height: 13px;
	background-repeat: no-repeat;
	right: 0;
	left: 12px;
	margin: 0 auto;
	background-size: 51px;
}
/*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 {
	background:url(https://www.aimeejolson.com/wp-content/uploads/2020/03/Aimee-Jolson-Voice-Over-Actor-Button.png);
	background-repeat: no-repeat;
	color: #28283d;
	font-family: 'Spartan', sans-serif;
	font-size: 13px;
	font-weight: 600;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px;
	padding: 8px 42px!important;
	line-height: 1.5;
	background-position:right;

}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #ffffff;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #ffffff;
	opacity:  1;
}
::-moz-placeholder {
	color:    #ffffff;
	opacity:  1;
}
:-ms-input-placeholder {
	color:   #ffffff;
	opacity:  1;
}


.new-page ::-webkit-input-placeholder { 
	color:    #232323;
	opacity:  1;
}
.new-page :-moz-placeholder { 
	color:    #232323;
	opacity:  1;
}
.new-page ::-moz-placeholder {
	color:    #232323;
	opacity:  1;
}
.new-page :-ms-input-placeholder {
	color:   #232323;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #2c2d3e;
	border: 0;
	color: #ffffff;
	font-size: 14px !important;
	font-weight: 400;
	padding: 12px 12px !important;
	border-radius:0px !important;
}

.new-page input,.new-page select,.new-page textarea {
	background-color: #ffffff;
	border: 0;
	color: #232323;
	font-size: 14px !important;
	font-weight: 400;
	padding: 12px 12px !important;
	border-radius:0px !important;
}

input:focus, textarea:focus {
	border: none;
	outline: none;
}
.vc_row .gform_wrapper input.large, .vc_row .gform_wrapper textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;       
}
.vc_row .gform_wrapper .gform_body {
	width: 100%;
}
.gform_wrapper form {
	text-align: left;
	max-width: 85%;
	margin: 0 auto;
}
body .gform_wrapper .top_label div.ginput_container, .gform_wrapper li.hidden_label input{
	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: 8px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 8px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	background:url(https://www.aimeejolson.com/wp-content/uploads/2020/03/Aimee-Jolson-Voice-Over-Actor-Send-Button.png);
	background-position: right;
	background-repeat:no-repeat;
	color: #28283d;
	font-family: 'Spartan', sans-serif;
	font-size: 13px;
	font-weight: 600;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px !important;
	padding: 8px 55px!important;
	line-height: 1.5;
	margin:0;
}
.vc_row .gform_wrapper .gform_footer{
	text-align:right;
	margin: 0;
	padding: 7px 0 21px;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
	color:#F2C672;
}
.gform_wrapper textarea.large {
	height: 118px;
}
.new-page .gform_wrapper .gfield_html p {
   color:#ffffff;
	font-size: 17px !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, #threedcarousel-html5-lightbox .html5-text {
	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{
	top: 3px;
	background: #101010;
	height: 6px;
}
.new-page .header-banner .vc_row .mejs-controls .mejs-time-rail .mejs-time-total{
background-color:#ffffff;
}
body .mejs-time-current {
	/*background: #675384 !important;*/
	height: 6px;
}
.new-page .header-banner .mejs-time-current {
	background: linear-gradient(90deg, rgba(110, 87, 35, 1) 0%, rgba(110, 87, 35, 1) 0.58%, rgba(163, 128, 48, 1) 49.4%, rgba(226, 203, 135, 1) 99.06%, rgba(226, 203, 135, 1) 100%) !important;
}
.new-page .audios-row .mejs-time-current {
	background: linear-gradient(90deg, rgba(142, 111, 177, 1) 0%, rgba(67, 52, 89, 1) 77.7%, rgba(67, 52, 89, 1) 100%) !important;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before{
	color: #262626;
}
.vc_row .mejs-button.mejs-play:before{
	content: "\f04b";
}
.vc_row .mejs-button.mejs-pause:before{
	content: "\f04c";
}
.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: 15px;
	top: 6px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before{
	color:#262626;
}
.new-page .header-banner .customaudioplayer .mejs-play:before,.new-page .header-banner .customaudioplayer .mejs-replay:before,.new-page .header-banner .customaudioplayer .mejs-pause:before{
	color:#ffffff;
}
.customaudioplayer .download-audio .fa-download:before{
	color: #A8834C;
	content: "\f063";
}
.customaudioplayer .mejs-button {
	width: 22px;
	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% - 36px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
}
.custom-audio-title{
	position: absolute;
	top: -12px;
	left: 22px;
	font-size: 14px;
	font-family: 'Spartan', sans-serif; 
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #585759;
}
.new-page .header-banner .custom-audio-title{
color:#ffffff;
}
.download-audio a{
	position: absolute;
	right: -8px;
	bottom: 7px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
	background: transparent;
	margin: 0;
}
:focus{
	outline:none !important
}
.gform_wrapper li.gfield_html {
	margin-top: 0!important;
}
.gform_wrapper {
	margin-top: 0;
}
.mpc-flipbox .mpc-flipbox__wrapper {
	background-size: 300px!important;
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-family: 'Spartan', sans-serif;
	font-weight: 400;
}
.vc_row.header-row a.mpc-icon-column {
	align-items: initial;
}
.mpc-icon-column h3.mpc-icon-column__heading{
	font-size: 12px;
}
/*BANNER_SECTION*/
h2.site-title{
	font-family: "Futura-Bold";
}
h2.site-tagline{
	font-family: "Futura-Book-font";
}
.vc_row .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0;
}
.demos-col .vc_column-inner > div {
	width:80%;
}
/*HEADER_SECTION*/
.vc_row.header-banner h2.tag-line{
	position: relative;
	bottom: 54px;
	font-family: 'Spartan', sans-serif;
	font-weight:400;
}
.vc_row.header-row{
	overflow: visible !important;
}
.vc_row.header-banner h2.icon-heading {
	font-family: 'Spartan', sans-serif; 
}
/*FLIP_SECTION*/
.vc_row.flip-row p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#2c2d3e;
	padding:0 30px;
}
h2.flip-heading{
	position: absolute;
	z-index: 999;
	right: 0;
	left: 0;
	margin-top: 1.5em;
}
/*AUDIO_ROW_SECTION*/
.vc_row.audios-row .customaudioplayer {
	width: 100%;
	margin:0px auto;
}
/*VIDEO_SECTION*/
.vc_row.videos-row p{
	text-align:center;
	font-size:14px;
	color:#231f20;
	font-weight:400;
}
/*FLIP_SECTION*/
.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content{
	width:328px;
	height:328px;
	margin:0 auto;
}
/*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;
}
.vc_row .mpc-testimonial .mpc-testimonial__content {
	padding: 0 6em;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:before, .vc_row .mpc-testimonial .mpc-testimonial__content:after {
	font-family: fontawesome;
	font-size: 60px;
	color: #C39945;
	position: absolute;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:before {
	content: '\f10d';
	left: 2px;
	top: -21px;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:after {
	content: '\f10e';
	right: 2px;
	bottom:36px;
}
.vc_row.testimonial-row  .mpc-testimonial,.vc_row.testimonial-row .mpc-testimonial__signature{
	font-family: "Futura";
}
.vc_row.testimonial-row .mpc-testimonial__signature{
	font-weight:600;
}
.mpc-testimonial__description{
	padding-bottom: 15px;
}
/*CLIENT_SECTION*/
.vc_row.logo-row .mpc-carousel-image .mpc-carousel__item-wrapper{
	display:flex !important;
	justify-content:center;
}
.vc_row.logo-row .mpc-carousel-image {
	height: auto!important;
}
.vc_row.logo-row .mpcslick-prev {
	background-image: url(https://www.aimeejolson.com/wp-content/uploads/2020/05/left_arrow.png);
}
.vc_row.logo-row .mpcslick-next {
	background-image: url(https://www.aimeejolson.com/wp-content/uploads/2020/05/right_arrow.png);
}
.vc_row.logo-row .mpcslick-prev, .vc_row.logo-row .mpcslick-next, .vc_row.testimonial-row .mpcslick-prev, .vc_row.testimonial-row .mpcslick-next {
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}
/*BLOG_SECTION*/
.vc_row.blog-row p{
	font-size: 17px;
	text-align: left;
	color: #fff;
}
.vc_row.blog-row h3{
	font-family: "Futura";
	font-weight:500;
}
body .blog-row .vc_grid-owl-nav, body .blog-row .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev, body .blog-row .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	opacity: 1 !important;
	top: 0px;
	display: inline-block;
	left: inherit;
}

body .vc_grid-owl-nav, body .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev, body .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	opacity: 1 !important;
	transition: none !important;
	top: 0px!important;
	display: inline-block!important;
	left: inherit;
	font-size:35px;
}

body .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	right: 1.6em !important;
}
body  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	right: 15px !important;
}
body .vc_row .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
	color: #9FC3DA!important;
	font-size: 35px !important;
}
.vc_grid.vc_row.vc_grid-gutter-30px {
	margin-bottom: 0;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev {
	margin-top: -53.5px;
}
.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;
}
.vc_row.footer-row p, .vc_row.footer-row h3{
	font-size:14px;
	color:#20283c;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}
/*LOAD_MORE*/
.vc_row .group, .vc_row .group1{
	display: none;
}
.vc_row .group.active, .vc_row .group1.active1 {
	display: block;
}
.vc_btn3-container.disable, .vc_btn3-container.disable1 {
	display: none;
}
.vc_row.logo-row .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.vc_row .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0;
}
.wpb_video_widget .wpb_wrapper iframe {
	height: 203px;
	position: relative;
}
.lazy-load-div::before {
	content: "\ "; 
}
/* .vc_row.logo_row .mpcslick-prev {
background-image: url(https://www.aimeejolson.com/wp-content/uploads/2020/05/left_arrow.png);
background-size: 18px;
left: 15px;
background-position: center;
background-repeat: no-repeat;
}
.vc_row.logo_row .mpcslick-next {
background-image: url(https://www.aimeejolson.com/wp-content/uploads/2020/05/right_arrow.png);
background-size: 18px;
right: 15px;
background-repeat: no-repeat;
background-position: center;
}
i.eti:before{
display:none;
} */
.mpc-nav__arrow.mpcslick-prev{
	left: 36px;
	position: relative;
}
.mpc-nav__arrow.mpcslick-next{
	right: 36px;
	position: relative;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1200px){
	.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content{
		width:300px;
		height:300px;
	}
	.vc_row .mpc-flipbox__back .mpc-flipbox__wrapper, .vc_row .mpc-flipbox__front .mpc-flipbox__wrapper{
		background-size: 100% !important;
	}
	.custom-audio-title {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px){
	.vc_row.flip-row .innercontainer{
		display: block;
	}
	.vc_row.flip-row .wpb_column{
		width:100%;
	}
	.vc_row.flip-row .mpc-flipbox{
		margin:0 auto;
	} 
	.vc_row.header-banner h2.tag-line{
		font-size: 21px !important;
	}
	.title-col .vc_column-inner{
		padding-right: 15px !important;
	}
	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;
	}	
	.demos-col .vc_column-inner > div {
		width: 100%;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color:#231f20;
	}
	.menu-toggle {
		margin:0 auto;
		padding:0px;
		float:none;
		padding-top: 15px;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		position: absolute;
		width: 100%;
		text-align: center;
		padding: 10px;
		right:0;
		top: 35px !important;
		background: #373748;
	}
	.site-header .menu-toggle::before {
		top: 0;
	}
	.content-sidebar .site-inner {
		width: 100%;
	}
	.menu a span {
		color: #fff;
	}
	.vc_row.header-row .wpb_column {
		z-index:999;
	}
	.vc_row.header-banner h2.tag-line {
		font-size: 18px !important;
		bottom: 43px;
	}
	.vc_row.header-row .innercontainer{
		display: block;
	}
	.vc_row.header-row .wpb_column{
		width:100%;
		text-align:center;
	}
	.genesis-nav-menu li.page_item.current-menu-item > a span:after {
		bottom: -7px;
		left: 7px;
	}
	.vc_row.header-banner .vc_btn3-container.vc_btn3-left{
		padding-left: 0 !important;
	}
}
@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,h3{
		text-align: center !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;
}
	.mobilesthird {
	-webkit-order: 3;
	order: 3;
} */
	.vc_row .vc_column-inner{
		text-align:center;
	}
	.vc_sep_width_60 {
		width: 100%;
	}
	.gform_wrapper form{
		max-width:100%
	}

	.vc_row .mpc-testimonial .mpc-testimonial__content {
		padding: 0 2em;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content:before, .vc_row .mpc-testimonial .mpc-testimonial__content:after {
		font-size: 25px;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content:before {
		content: '\f10d';
		left: 0px;
		top: -7px;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content:after {
		content: '\f10e';
		right: 0px;
		bottom: 50px;
	}
	.customaudioplayer {
		position: relative;
		width: 75%;
		margin: 0 auto 12px auto;
	}
	.vc_row.header-banner .wpb_single_image{
		padding-top:0 !important;
	}

	.vc_row.header-banner h2.tag-line {
		font-size: 18px !important;
		bottom: -7px;
	}
	.header-banner h2{
		padding-left: 0em !important;
	}
	.vc_row.audios-row .vc_row.wpb_row.vc_inner{
		padding:0 !important;
	}
	.vc_row .gform_wrapper .gform_footer input[type=submit] {
		background-position: center;
	}
	.vc_row .gform_wrapper .gform_footer {
		text-align: center;
	}
	.mpc-nav__arrow.mpcslick-next {
		right: -82px;
		position: relative;
	}
	.mpc-nav__arrow.mpcslick-prev{
		left: -82px;
		position: relative;
	}
	.vc_row .wp-audio-shortcode {
		width: calc(100% - 20px)!important;
	}
	.title-col .vc_column-inner {
		padding-top: 1em !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){

}
@media only screen and (max-width: 479px){
	.inline-flex {
		display: flex;
		margin: 0 !important;
	}
	.custom-audio-title {
		font-size: 12px;
	}
	.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content{
		width:270px;
		height:270px;
		margin:0 auto;
	}
	.header-title{
		font-size:20px !important;
	}
	h2 {
		font-size: 26px;
	}
	.vc_row.header-icon  a.mpc-icon-column {
		display: flex;
	}
	.vc_row.header-row h2 {
		border-right: 0px !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.inline,a.mpc-icon-column  {
		display: block;
	}
	.vc_row.footer-row .mobilefirst a{
		padding:10px 0px 10px 0px;
		border:none;
	}
	.customaudioplayer {
		width: 100%;
	}
}