/*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=Alef&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400&amp;display=swap');
/*BASIC_SETTINGS*/
body {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color:#231f20;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #231f20;
}
p{
	margin-bottom:10px;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Nunito', sans-serif;
	font-weight : 400;
}
h1 {
	font-size: 88px;
	font-family: 'Titillium Web', sans-serif;
	color:#231f20;
}
h2 {
	font-size: 34px;
	font-weight:bold;
}
h3 {
	font-size: 25px;
}
/*EDITS SECTION*/
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu a span {
	color: #4883c4;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.menu li {
	padding: 0 18px;
}
.genesis-nav-menu li.page_item.current-menu-item > a span {
	color: #2c318d;
}
.nav-primary{
	float:none;
}
.vc_row.menu_row{
	z-index:99;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	background-color: #f15642;
	padding-bottom: 15px;
	border: 0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li a span{
	font-size: 18px;
}
.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;
}
/*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: 2px 24px!important;
	line-height: 1.5;
	background-image: none !important;
	font-family: 'Nunito', sans-serif;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color: #f9cf0c;
	opacity:  1;
}
:-moz-placeholder { 
	color: #f9cf0c;
	opacity:  1;
}
::-moz-placeholder { 
	color: #f9cf0c;
	opacity:  1;
}
:-ms-input-placeholder { 
	color: #f9cf0c;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #4883c4;
	border: 0 !important;
	color: #f9cf0c;
	font-size: 16px !important;
	font-weight: 400;
	padding: 8px 10px !important;
	border-radius: 0px !important;
	line-height: 1.5 !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: 85px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit], input[type=submit]{
	margin: 0;
	color: #ffffff;
	background: #f15642;
	font-size: 18px !important;
	font-weight: 400;
	padding: 6px 42px !important;
}
body .gform_wrapper ul li.gfield{
	margin-top: 10px;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: right;
	margin: 0;
	padding:4px 0 21px;
}
.vc_row .gform_wrapper{
	width: 80%;
	margin: 0 auto;
}
.vc_row .gfield_html {
	line-height:1.2;
}
.vc_row .gform_confirmation_message{
	padding:4em 0;
}
/*ICON_SECTION*/
.mpc-icon-column__content .mpc-icon-column__heading{
	color: #ffffff;
	font-size: 17px;
	text-transform: none;
}
a.mpc-icon-column, .inline{
	vertical-align: middle;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs{
	width: 14px;
	height: 14px;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
	font-size: 15px !important;
}
.site-header .vc_row .mpc-icon{
	margin: 0 5px 0 0;
}
/*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 .mpc-navigation{
	top:-10px;
}
/*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: #ffffff;
	top: 7px;
	height: 10px;
}
body .mejs-time-current {
	background: #4883c4 !important;
	height: 10px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f04b";
}
.mejs-pause:before {
	content: "\f04c";
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before, .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
	font-size: 16px;
	top: 12px;
	color: #ffffff;
}
.download-audio .fa-download:before{
	content: "\f0ed";
	color: #4883c4;
	font-size:22px;
}
.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% - 34px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 69%;
	margin: 16px auto;
}
.custom-audio-title{
	position: absolute;
	top: -2px;
	left: 22px;
	font-size: 16px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #231f20;
	line-height:1;
}
.download-audio a{
	position: absolute;
	right: -6px;
	bottom: 7px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !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:#231f20;
	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";
}
.sidebar .wpse-download, .wpse-download a:hover{
	position:relative;
	color:#fff !important;
	display: block;
}
.sidebar .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: #146c89 ;
}
.wp-audio-playlist .wp-playlist-item-title {
	color: #fff;
	width: calc(100% - -5px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vc_row.banner_row .mejs-controls .mejs-time-rail .mejs-time-total{
	top: 12px;
}
body .wp-audio-playlist.wp-playlist-light .wp-playlist-playing{
	background: #f15642;
	color: #ffffff;
}
.wp-playlist-current-item .wp-playlist-item-title {
	color: #231f20;
	font-weight: 400;
	font-size: 18px;
	position: absolute;
	width: calc(100% - 52px);
}
.wp-playlist.wp-audio-playlist  {
	border: 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:#231f20;
	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: -12px;
	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: #231f20 !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;
}
.sidebar .mejs-time {
	position: absolute;
	top: -49px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
body .sidebar .mejs-controls{
	height: 19px;
}
.sidebar .wp-audio-playlist span.mejs-currenttime {
	color: #146c89;
}
.sidebar .vc_row .mejs-container .mejs-controls{
	background: transparent !important;
	padding: 0;
}
.sidebar .toggle-font{ 
	position: absolute;
	margin: 0;
	top: 70px;
	z-index: 9999;
	cursor: pointer;
	right: 25px;
}
body .sidebar .mejs-time-current {
	background: #f2a033 !important;
}
.sidebar .vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .sidebar .vc_row .mejs-time-float-corner, .sidebar .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded {
	top: 11px;
}
/*HEADER_SECTION*/
.vc_row .list_row li {
	font-size: 16px;
	color: #231f20;
	font-weight: bold;
	list-style-type: none;
	padding-right: 4em;
}
.vc_row .list_row li:before{
	content: "\f068";
	font-family: fontawesome;
	padding-right: 12px;
}
.vc_row .list_row li:before {
	color: #f15642;
}
.vc_row .list_row .wpb_wrapper{
	display: inline-block;
	text-align: left;
}
.vc_row .list_row ul {
	padding-left: 0;
}
.vc_row .list_row li:last-child {
	padding-left: 26px;
}
.vc_row .list_row li:last-child:before,#load-more.disable .vc_btn3, .vc_row .group, #load-more1.disable .vc_btn3, .vc_row .group1 {
	display: none;
}
.vc_row .group.active, .vc_row .group1.active{
	display: block;
}
.vc_row .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0;
}
.wpb_video_widget .wpb_wrapper iframe {
	position: relative;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .mpc-carousel__wrapper{
	width:70%;
	margin:0 auto;
}
.vc_row.testimonial-row .mpc-carousel-testimonial:before, .vc_row.testimonial-row .mpc-carousel-testimonial:after {
	font: normal normal normal 80px/1 FontAwesome;
	color: #4883c4;
	position: absolute;
}
.vc_row.testimonial-row .mpc-carousel-testimonial:before {
	content: "\f10d";
	left: -1em;
	top: -28px;
}
.vc_row.testimonial-row .mpc-carousel-testimonial:after {
	content: "\f10e";
	right: -1em;
	top: 40px;
}
.vc_row.testimonial-row .mpc-testimonial__content{
	padding: 0 3em;
}
/*SIDEBAR_SECTION*/
.sidebar h2, .sidebar ul{
	text-align:center;
}
.vc_row.representation_row{
	background-position: bottom !important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	h1{
		font-size: 70px;
	}
	.vc_row .about-title{
		font-size: 60px !important;
	}
	.vc_row.contact_row a.mpc-icon-column{
		margin: 0 12px !important;
	}
}
@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;
	}
	h1 {
		font-size: 52px;
	}
	.customaudioplayer{
		width:100%;
	}
	.site-footer .mobilesecond .wpb_text_column p{
		font-size: 12px !important;
	}
	.site-footer .mobilefirst .mpc-icon-column__heading{
		font-size: 14px !important;
	}
	.vc_row.representation_row .vc_col-sm-9 .vc_col-sm-3{
		width: 50%;
	}
	.vc_row.testimonial-row .mpc-carousel__wrapper {
		width: 88%;
	}
	.vc_row.testimonial-row .mpc-testimonial__content {
		padding: 0 10px;
	}
	.vc_row.testimonial-row .mpc-carousel-testimonial:before, .vc_row.testimonial-row .mpc-carousel-testimonial:after{
		font-size:32px;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .vc_row .sub-menu-toggle{
		color: #f05542;
	}
	.menu-toggle {
		padding:0px;
		float: none;
	}
	.nav-primary{
		position: absolute;
		top: 26px;
		background: #ffffff;
		width: 80%;
		text-align: center;
		right: 0;
		left: 0;
		margin: 0 auto;
		padding: 10px;
		border: 6px solid #f05542;
	}
	.menu li, .menu li .sub-menu li{
		padding: 5px 0;
	}
	.menu{
		padding-bottom:10px;
	}
	.menu a span{
		font-size: 18px;
	}
	.menu li .sub-menu{
		text-align: center;
		width: 100%;
		padding:0;
		background-color: transparent;
	}
	.vc_row.about_row .vc_inner .wpb_column{
		width: 100%;
	}
	.vc_row.menu_row{
		padding-bottom: 20px !important;
	}
	.vc_row.banner_row{
		margin-top: -34px !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{
		text-align: center !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		display:block  !important;
	}
	.site-header .vc_row, .site-footer .vc_row, .text-right {
		text-align:center;
	}
	.vc_row.representation_row .wpb_column, .vc_row.representation_row .vc_col-sm-9 .vc_col-sm-3, .vc_row .vc_sep_width_60 {
		width: 100%;
	}
	.vc_row.representation_row .innercontainer{
		display: block;
	}
	.vc_row.logo_row .mpc-navigation i{
		display:none;
	}
	.vc_row.banner_row{
		background-image: url(https://www.scottwallacevo.com/wp-content/uploads/2020/10/scott-wallace-voice-over-talent-mobile-banner.png) !important;
		margin-top:0px !important
	}
	.vc_row.blog_row{
		background-repeat: repeat !important;
		background-size: contain !important;
	}
	.site-footer .mobilesecond .wpb_text_column{
		padding-top: 2px !important;
	}
	.vc_row.contact_row a.mpc-icon-column {
		margin: 12px auto!important;
		display: flex;
	}
	.vc_row.logo_row .vc_column-inner{
		padding-right:15px !important;
		padding-left:15px !important;
	}
	.vc_row.testimonial-row .mpc-testimonial__content div{
		text-align:center !important;
	}
	.vc_row.testimonial-row .mpc-carousel-testimonial:after,.vc_row.testimonial-row .mpc-carousel-testimonial:before{
		top:0px;
		font-size: 22px;
	}
	.vc_row .list_row li{
		padding-right:0;
	}
}
@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: 479px){
	a.mpc-icon-column {
		margin: 6px auto!important;
		display: flex;
		border: 0px !important;
		padding: 0 !important;
	}
	h2{
		font-size:26px;
	}
	.vc_row .about-title {
		font-size: 42px !important;
	}
}