/*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=Archivo+Black&amp;family=Hepta+Slab:wght@300;400;700&amp;family=Open+Sans:wght@300;400&amp;family=Oxygen:wght@400;700&amp;family=Prompt:wght@300;400;700&amp;display=swap');
/* font-family: 'Archivo Black', sans-serif;
font-family: 'Hepta Slab', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oxygen', sans-serif;
font-family: 'Prompt', sans-serif; */
@font-face {
	font-family: "Magneto Bold";
	src: url("https://www.storylinevoiceover.com/wp-content/uploads/2021/01/Magneto-Bold.ttf");
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#242424;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #1e1e1e;
}
.site-inner {
	margin-top:0;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
font-family: "Magneto Bold";
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
font-family: 'Prompt', sans-serif;
	font-weight : 700;
	font-size: 24px;
	text-transform:uppercase;
}
.menu li {
	padding: 0 20px;
}
.menu li:first-child{
	padding-left:0px;
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
  color:#05191b;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #d9d9d8;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li a span{
	line-height: 23px;
}
.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: Prompt, sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-image: none;
    border-radius: 0px;
    padding: 7px 3em;
box-shadow: 7px 7px #80989B;
}
.vc_row.blog-row .vc_btn3.vc_btn3-style-custom {
	box-shadow: 7px 7px #10595B;
	    padding: 3px 3.5em;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #222830;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #222830;
	opacity:  1;
}
::-moz-placeholder {
	color:    #222830;
	opacity:  1;
}
:-ms-input-placeholder {
	color:   #222830;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	font-family: 'Prompt', sans-serif;
	background-color: #b1b5b5;
	border: 0 !important;
	color: #222830;
	font-size: 14px !important;
	font-weight: 400;
	padding: 9px 12px !important;
	border-radius:0px !important;
	line-height:1;
}
.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]{
	font-family: 'Prompt', sans-serif;
	font-weight:700;
	font-size:20px!important;
	background-color: #1d9fc6;
	color: #ffffff;
	margin: 0;
	padding: 8px 2.3em !important;
}
.vc_row .gform_wrapper .gform_footer{
	margin: 0;
	padding: 7px 0 21px;

}
.vc_row .gform_confirmation_message{
	padding:2em 0;
}
.gform_wrapper textarea.medium {
    height: 100px;
}
.contact-row br{
	    display: none;
}
.vc_row .gform_wrapper {
    width: 85%;
	    margin: 0 auto;
}
/*ICON_SECTION*/
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 16px !important;
}
h2.icon_heading{
	font-family: 'Prompt', sans-serif;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 15px;
	height: 24px;
	border: 0;
}
.vc_row .vc_icon_element.vc_icon_element-outer {
	vertical-align: middle;
}
.vc_row .fa-facebook-f:before {
    content: "\f39e";
}
/*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: #fff;
	top: 16px;
	height: 10px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .mejs-button {
	width: 21px;
	height: 23px;
	position: relative;
	top: 9px;
}
.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: 13px;
	left: 1px;
	color: #1d9fc6;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before{
	content: "\f04b";
}
.customaudioplayer .mejs-pause:before {
	content: "\f04c";
}
.vc_row .mejs-time-rail{
	margin: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 20px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 85%;
	background:#000;
	padding:2px 2px 2px 10px;
	margin:5px 0px;
}
.custom-audio-title{
	position: absolute;
	top: -24px;
	left: 0;
	font-size: 18px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #00989b;
	top:-28px;
}
.customaudioplayer .download-audio .fa-download:before{
	content: "\f063";
	left: 5px;
	top: 9px;
	font-size: 15px;
		color:#0bac58;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 24px;
	width: 27px;
	top: -30px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background:#0bac58 !important;
	height: 10px;
}
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;
}
:focus{
outline:none;
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading {
	font-weight:400;
}
/*BANNER_SECTION*/
.vc_row.banner-row .wpb_single_image.banner-logo{
    position: absolute;
    width: 548px;
    height: 513px;
    transform: translate(12%, -1%);
}
/*FLIP_SECTION*/
.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content {
    width: 335px;
    height: 335px;
    margin: 10px auto;
}
.vc_row.learn-more .mpc-icon-column p{
    line-height: 1.2;
    padding-top: 10px;
}
.flip-row p{
	line-height: 23px;
}
.flip-row .mpc-icon i.fa-sliders {
	transform: rotate(90deg);
}
.vc_row.learn-row  {
    z-index: 9;
    position: absolute !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, 0);
    background-image: none!important;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .mpc-testimonial__content{
	padding:0 6em;
	width:85%;
	margin:0 auto;
}
.vc_row.testimonial-row .mpc-testimonial__content:before, .vc_row.testimonial-row .mpc-testimonial__content:after{
	position:absolute;
	font-size:54px;
	font-family:fontawesome;
}
.vc_row.testimonial-row .mpc-testimonial__content:before {
    content: '\f10d';
    left: 2px;
    top: -19px;
    color: #1B9FC6;
	  text-shadow: 4px 4px #000
}
.vc_row.testimonial-row .mpc-testimonial__content:after {
	content:'\f10e';
	 top: -19px;
	right:2px;
	color:#1B9FC6;
	text-shadow: 2px 6px #222830;
}
.vc_row.testimonial-row .mpc-testimonial__description,.vc_row.testimonial-row .mpc-testimonial__signature{
font-family: 'Hepta Slab', serif;
}
.vc_row.testimonial-row .mpc-testimonial__signature span{
	font-style:Italic;
}
.vc_row.testimonial-row .mpc-testimonial__signature{
	padding-top:2em;
}
/*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;
}
/*FOOTER_SECTION*/
.footer-widget p, .footer-widget a {
    font-size: 14px;
		font-family: 'Prompt', sans-serif;
    color: #fff;
}
.contact-responsive,.banner-responsive{
	display:none!important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){
.vc_row.logo-row  .eti.eti_arrow_carrot-left{
left:25px;
}
.vc_row.logo-row .eti.eti_arrow_carrot-right{
right: 25px;
}
}
@media only screen and (max-width: 1200px){
.vc_row.contact-row {
background-size: 40% 100% !important;
}
.vc_row.learn-more .vc_column-inner .mpc-icon-column {
  width: 270px;
  height: 270px;
	}
	.about-column .vc_column-inner {
    width: 85%;
    margin: 0 auto;
}
	.vc_row.about-row{
background-size:170% 120% !important;
}
	.menu li {
		padding: 0 14px;
	}
	.vc_row.contact-row h3.mpc-icon-column__heading {
    font-size: 17px !important;
}
	.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content {
    width: 310px;
    height: 310px;
}
	.vc_row.about-row .about-column .vc_column-inner{
padding-right:15px !important;
padding-left:15px !important;
}
	.vc_row.banner-row .wpb_single_image.banner-logo {
    width: 525px;
    transform: translate(-5%, -1%);
}
.vc_row.banner-row {
background-position: 57% 100% !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.wpb_row .wpb_wrapper .mpc-icon-column--style_3 .mpc-icon {
                margin: 0px 10px 0px 0px!important;
        }
	.vc_row.contact-row  .phone-icon {
		margin-right:2em!important;
	}
	.about-row h2{
		font-size:30px;
	}	.vc_row.contact-row .mpc-icon-column {
    display: flex;
    margin: 0 !important;
}
.vc_row.banner-row .wpb_single_image.banner-logo {
    transform: translate(-10%, 8%) !important;
}
}
@media only screen and (max-width: 959px){
	  .menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
		font-size:25px;
	}
	.menu-toggle {
		float: none;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		position: absolute;
		top: 10px;
		background: #1d9fc6;
		width: 80%;
		text-align: center;
		right: 0;
		left:0;
		margin:0 auto;
		padding: 10px;
	    border: 3px solid #fff;
	}
.vc_row.learn-more.innercontainer,.vc_row.flip-row .innercontainer{
    display: block;
}
	.menu-row.wpb_column{
    z-index: 9;
}
	.contact-row .wpb_column,.vc_row .gform_wrapper,.vc_row.learn-more .wpb_column,.vc_row.header-row .wpb_column,.vc_row.banner-row .wpb_column,.vc_row.flip-row .wpb_column{
		width:100%!important;
	}
	.banner-row h1,.banner-row h2,.contact-row .wpb_column,.icons-row .wpb_column,.vc_row.header-row .text-right.wpb_column{
    text-align: center!important;
}
.contact-responsive,.banner-responsive{
	display:block!important;
}
.vc_row.contact-row{
		background-image:none!important;
	}
	.vc_row.banner-row {
		background-image:url("https://www.storylinevoiceover.com/wp-content/uploads/2021/01/responsive_background.png")!important;
	}
	.vc_row.contact-row .phone-icon {
		margin-left: 0px !important;
	}
	   .vc_row.header-row{
 overflow: visible!important;
}
		.vc_row.learn-more .vc_column-inner .mpc-icon-column {
  width: 290px;
  height: 290px;
}
	.customaudioplayer {
 width: 95%;
   margin: 0 auto;
}
		.banner-row h1{
		font-size:70px!important;
	}
		.vc_row.header-row .vc_row.parentrower {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.vc_row.header-row .mobilefirst {
		-webkit-order: 1;
		order: 1;
	}
	.vc_row.header-row .mobilesecond {                              
		-webkit-order: 2;
		order: 2;
	}
	.vc_row.banner-row .wpb_single_image.banner-logo {
    display:none;
}
}
@media only screen and (max-width: 767px){
	h1, h5, h2, .vc_row .wpb_single_image, .blog-row p, .footer-widget .text-right, .footer-widget p, .footer-widget .vc_row, .header-widget .vc_row, .header-widget .text-right, .mpc-testimonial .mpc-testimonial__signature,.vc_btn3-container.vc_btn3-right{
		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;
	}
.vc_row.testimonial-row .mpc-testimonial__content {
    padding: 0px 2.5em;
    width: 96%;
	}
	.vc_row.testimonial-row .mpc-testimonial__content::after {
    top: -10px;
}
.vc_row.testimonial-row .mpc-testimonial__content::before {
    top: -10px;
}
.vc_row.testimonial-row .mpc-testimonial__content::before, .vc_row.testimonial-row .mpc-testimonial__content::after {
    font-size: 35px;
} 
	.vc_row.logo-row .eti.eti_arrow_carrot-left{
left:-10px;
}

.vc_row.logo-row .eti.eti_arrow_carrot-right{
right: -10px;
}
	.vc_row.about-row{
		background-image:none!important;
	}
	.about-column .vc_column-inner {
    width: 100%;
}
		.vc_row.about-row.vc_row .vc_btn3.vc_btn3-style-custom {
			margin-top:2em!important;
}
	.banner-row h1{
		font-size:58px!important;
	}
			.banner-row h2{
		font-size:38px!important;
	}

	.footer-widget .mpc-icon {
		margin-bottom:10px;
	}
	.vc_row.about-row {
padding:3em 0px 2em 0px !important;
}
}
@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 a.mpc-icon-column {
                display: flex;
	 margin-bottom:5px!important;
     margin-right: 0px !important;
margin-left: 0px !important;
}
		.banner-row h1{
		font-size:42px!important;
	}
		.banner-row h2{
		font-size:21px!important;
	}
}
@media only screen and (max-width: 479px){
.vc_row.testimonial-row .mpc-testimonial__signature {
   font-size: 15px!important;
}
	.logo-row h2 {
    font-size: 30px;
}
	.vc_row.learn-more .vc_column-inner .mpc-icon-column {
    width: 240px;
    height: 240px;
			padding-top: 2em;
}
.vc_row.learn-more .mpc-icon-column__description{
font-size: 15px!important;
}
	.learn-row h2 {
    font-size: 27px;
	}
		.banner-row h1 {
    font-size: 32px !important;
}
		.banner-row h2{
		font-size:19px!important;
	}
	.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content {
    width: 275px;
    height: 275px;
  }
}
	@media only screen and (max-width: 360px){
	.banner-row h1 {
    font-size: 26px !important;
}
		.banner-row h2 {
    font-size: 16px !important;
}
		.vc_row.contact-row  h3.mpc-icon-column__heading{
font-size:14px !important;
}
.vc_row.banner-row h3.mpc-icon-column__heading{
font-size:16px;
}
.vc_row.about-row .about-column a.vc_btn3.vc_btn3-style-custom{
padding: 7px 2em !important;
}
}