/*FONTS_SETTINGS*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&amp;display=swap');
@font-face {
	font-family: "rockb";
	src: url("https://www.lawrencevoiceover.com/wp-content/uploads/2020/05/rockb.ttf");
}
/*BASIC_SETTINGS*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color:#58595b;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #B92700;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Raleway', sans-serif;
	font-weight : 600;
}
h1 {
	font-family: "rockb";
	font-size: 40px;
}
h1 i{
	color: #971401;
	font-style: normal;
}
h2 {
	font-size: 36px;
	color:#05161A;
}
.site_tagline{
	letter-spacing: 24px;
}
/*EDITS SECTION*/
.site-inner{
	margin-top:0;
}
:focus{
	outline:none !important
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.menu li {
	padding: 0 10px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
}
.genesis-nav-menu li.page_item.current-menu-item > a span {
	color: #B92700;
}
.menu-row .wpb_column{
	z-index: 99;
}
.vc_row.menu-row{
	overflow: visible !important;
}
/*SUBMENU_SECTION*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #000000;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li a span{
	line-height: 23px;
	font-size: 17px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
	display: block;
}
/*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: 'Crimson Text', serif;
	font-size: 18px;
	font-weight: bold;
	border-radius: 2px;
	padding: 2px 35px!important;
	line-height: 1.5;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #072F4F;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #072F4F;
	opacity:  1;
}
::-moz-placeholder { 
	color:    #072F4F;
	opacity:  1;
}
:-ms-input-placeholder { 
	color:    #072F4F;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #ffffff;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	color: #072F4F;
	font-size: 18px !important;
	font-weight: 400;
	padding: 10px !important;
	line-height: 1.5;
	border-radius:5px !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
	margin-bottom:0;
}
input:focus, textarea:focus {
	border: none;
	outline: none;
}
.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] {
	margin: 0;
	color: #ffffff;
	background : linear-gradient(90deg, rgba(127, 55, 114, 1) 0%, rgba(185, 39, 0, 1) 100%);
	font-size: 14px !important;
	font-weight: 700;
	border-radius:5px !important;
	padding: 8px 3.6em !important;
}
.gform_wrapper textarea.medium {
	height: 95px;
}
p.contact-text{
	color:#F1F1F1;
}
body .gform_wrapper ul li.gfield {
	margin-top: 21px;
}
.gform_wrapper .gform_footer {
	margin: 0;
	padding: 16px 0 0px;
}
.vc_row .gform_wrapper .gform_body,.gform_wrapper .gform_footer{
	width: 75%;
	margin: 0 auto;
}
.gform_confirmation_message {
	color: #ffffff;
}
/*ICON_SECTION*/
.mpc-icon-column__content .mpc-icon-column__heading{
	color: #ffffff;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform: none;
}
a.mpc-icon-column {
	vertical-align: middle;
}
.contact-row a.mpc-icon-column {
	display: flex;
}
/*LOGO_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;
}
.logo-row .mpc-carousel__wrapper{
	padding-left:10px;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, 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: 23px;
	height: 14px;
	border: 1px solid #000000;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before{
	color: #000000;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before{
	content: "\f04b";
}
.customaudioplayer .mejs-pause:before {
	content: "\f04c";
}
.customaudioplayer .download-audio .fa-download:before{
	content: "\f0ed";
	left: 0!important;
	top: 0!important;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 24px;
	width: 28px;
	top: -24px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before{
	font-size: 18px;
	top: 30px;
	left: 0px;
}
.customaudioplayer .download-audio .fa-download:before {
	top: 5px !important;
	font-size: 25px;
}
.vc_row .mejs-time-rail{
	margin: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 27px)!important;
}
.vc_row .mejs-pause button{
	background-position: -22px -4px !important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin-bottom:45px;
	background :#ffffff;
	padding:8px;
}
.custom-audio-title {
	position: absolute;
	top: 0px;
	left: 7px;
	font-size: 14px;
	color: #000000;
	width:100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background: linear-gradient(90deg, rgba(127, 55, 114, 1) 0%, rgba(7, 47, 79, 1) 100%) !important;
	height: 13px;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls{
	padding-left:0;
}
.mejs-button, .mejs-time, .mejs-time-rail {
	width: 20px !important;
}
/*BIO_SECTION*/
.vc_row.about-row{
	background : linear-gradient(90deg, rgba(127, 55, 114, 1) 0%, rgba(7, 47, 79, 1) 100%);
}
.about-row p{
	line-height: 1.8;
}
/*VIDEO_SECTION*/
.vc_row .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0;
}
.wpb_video_widget .wpb_wrapper iframe {
	height: 208px;
	position: relative;
}
.lazy-load-div::before {
	content: ''\';
}
/*TESTIMONIAL_SECTION*/
.mpc-testimonial .mpc-testimonial__content:after{
	background-image: url(https://www.lawrencevoiceover.com/wp-content/uploads/2020/05/lawrence_thuku_voice_talent_next_quote.png);
	right: 0;
	top: 2em;
}
.mpc-testimonial .mpc-testimonial__content:before{
	background-image: url(https://www.lawrencevoiceover.com/wp-content/uploads/2020/05/lawrence_thuku_voice_talent_prev_quote.png);
	left:0;
}
.mpc-testimonial .mpc-testimonial__content:before, .mpc-testimonial .mpc-testimonial__content:after{
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 65px;
	height: 55px;
}
.mpc-testimonial .mpc-testimonial__content {
	padding:0 5em !important;
}
.mpc-carousel-testimonial{
	width: 95%;
	margin: 0 auto
}
/*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;
	}
	.demo-row .wpb_column{
		width: 100%;
	}
	.customaudioplayer {
		width: 80%;
		margin: 0px auto 45px auto;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
	}
	.menu-toggle {
		float: none;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		position: absolute;
		top: 0px;
		background: #010101;
		width: 50%;
		text-align: center;
		right: 0;
		left: 0;
		margin: 0 auto;
		padding: 10px;
	}
	h1{
		font-size: 49px !important;
	}
	.site_tagline {
		letter-spacing: 20px;
		font-size: 31px;
	}
	.contact-row h2 {
		font-size: 32px;
	}
	.vc_row .gform_wrapper .gform_body, .gform_wrapper .gform_footer {
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.header-row .wpb_column, .footer-row .wpb_column{
		text-align:center;
	}
	h1, h2, .mpc-testimonial__signature, p.contact-text{
		text-align:center !important;
	}
	.demo-row .wpb_column{
		width: 100%;
	}
	.wpb_video_widget .wpb_wrapper iframe {
		height: 405px;
	}
}
@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){

}
@media only screen and (max-width: 479px){
	a.mpc-icon-column {
		display: flex;
		margin-right: 0px !important;
	}
	.menu {
		width: 80%;
	}
	h1.vc_custom_heading {
		font-size: 31px !important;
		margin-bottom: -5px !important;
	}
	.site_tagline {
		letter-spacing: 13px;
		font-size: 20px;
	}
	h2,.contact-row h2{
		font-size: 28px;
	}
	.mpc-testimonial .mpc-testimonial__content::before, .mpc-testimonial .mpc-testimonial__content::after {
		width: 30px;
		height: 25px;
	}
	.mpc-testimonial .mpc-testimonial__content {
		padding: 0 2.5em !important;
	}
	.mpc-testimonial__description {
		font-size: 17px !important;
	}
	.mpc-icon-column__content .mpc-icon-column__heading {
		font-size: 15px;
	}
	.customaudioplayer {
		width: 100%;
	}
}