/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2024 | 06:32:52 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: 'Lato-Bold';
	font-display: swap;
	src: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/Lato-Bold.ttf);
}
@font-face {
	font-family: 'Lato-Regular';
	font-display: swap;
	src: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/Lato-Regular.ttf);
}
@font-face {
	font-family: 'SourceSerifPro-Bold';
	font-display: swap;
	src: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/SourceSerifPro-Bold.ttf);
}
@font-face {
	font-family: 'SourceSerifPro-Regular';
	font-display: swap;
	src: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/SourceSerifPro-Regular.ttf);
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	font-display: swap;
	src: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/SourceSansPro-Bold.ttf);
}
@font-face {
	font-family: 'SourceSansPro-Regular';
	font-display: swap;
	src: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/SourceSansPro-Regular.ttf);
}
body {
	color:#25242c;
	font-family: 'Lato-Regular';
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color:#25242c;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'SourceSansPro-Bold';
	color:#25242c;
	font-weight:500;
}
h1{
	font-size:32px;
	font-weight:normal;
}
h2{
	font-size:30px;
}
h3{
	font-size:28px;
}
h4{
	font-size:25px;
}
h5{
	font-size:20px;
}
h6{
	font-size:16px;
}
/*MENU_SECTION*/
.menu a span {
	color: #25242c;
	font-family: 'SourceSansPro-Bold';
	font-size: 21px;
}
.menu li {
	padding: 0px 12px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item > a{
	border-bottom: 6px solid #493570;
}
/*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{
	margin:0;
}
.vc_row .sub-menu-toggle {
	padding:0;
	display: block;
	visibility: visible;
}
.sub-menu-toggle::before {
	content: """";
	border: 5px solid transparent;
	border-top: 5px solid #ec008c;
	vertical-align: bottom;
	width: auto;
	height: auto;
}
/*ICON_SECTION*/
.contact-info {
	display:flex;
	align-items: center;
	font-size: 16px;
}
.info-icon ,.contact-info{
	display:inline-flex;
}
.contact-info svg  {
	margin-right: 10px;
}
.contact-info svg ,.info-icon svg{
	fill: #fff;
}
/*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: 'SourceSerifPro-Regular';
	font-size: 18px;
	font-weight: 600;
	border-radius:0px;
	padding: 10px 35px;
	color: #fff;
	border:3px solid #fff;
	background:transparent;
	background-image: none;
}
#blog .vc_btn3.vc_btn3-style-custom { 
	border:3px solid #bb2603;
	font-weight: bold;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:#282828;
	opacity:  1;
}
:-moz-placeholder { 
	color:#25242c;
	opacity:  1;
}
::-moz-placeholder {
	color:#25242c;
	opacity:  1;
}
:-ms-input-placeholder {
	color:#25242c;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	font-family: 'Lato-Regular';
	background-color: #fff;
	border: 0!important;
	color: #25242c;
	font-size: 16px !important;
	font-weight: 400;
	padding: 12px !important;
	border-radius: 0px !important;
}
.single textarea ,.single select,.single input,.archive textarea ,.archive select,.archive input ,.error404 input{
	border:2px solid #000!important;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-weight:700;
	color: #fff !important;
	border-radius:0px!important;
	font-size: 18px !important;
	padding: 10px 40px!important;
	background: #493570;
	font-family: 'SourceSerifPro-Bold';
}
.gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin-top: 16px;
	text-align:center;
}
textarea {
	height:120px;
}
.gform_confirmation_message {
	text-align: center;
	padding: 6em 0;
	color: hsl(248deg 10% 16%);
}
/*AUDIO_SECTION*/
.audio-book .customaudioplayer {
	width: 100%;
	margin: 16px auto;
}
.audio-book .customaudioplayer .download-audio .fa-download:before {
	background-position: -61px 1px;
}
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content,.audiobook-row .fa.fa-download{
	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: hsl(0deg 3% 94%);
	top: 10px;
	height: 10px;
	border-radius: 10px;
	margin:0;
}
.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;
	margin-right: 8px;
	top:2px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before{
	position: absolute;
	content: '';
	background-image: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/sprite_button.svg);
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: cover;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position: 0px 0px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -31px 0px;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 22px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
body .audiobook-row .mejs-time-current{
	height: 8px;
}
.customaudioplayer {
	position: relative;
	width: 67%;
	margin: 26px auto;
	min-height:28px;
}
.custom-audio-title {
	position: absolute;
	top: -17px;
	left: 31px;
	font-size: 18px;
	width: calc(100% - 79px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 300;
	color: hsl(248deg 10% 16%);
}
.customaudioplayer .download-audio .fa-download:before{
	background-position: -62px 0px;
	top:-4px;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 21px;
	width: 24px;
	top: -22px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background :#bfb29f!important;
	height: 10px;
	border-radius: 10px !important;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering,#responsive-header,.acting-menu {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls{
	padding-left: 0;
	height: 28px;
}
.custom-event-class .wp-playlist {
	height: 250px;
}
.custom-event-class .customaudioplayer:before {
	position: absolute;
	width: 25px;
	height: 25px;
	content: "";
	background-image: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/sprite_button.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px 0;
	top:3px;
}
.custom-event-class .customaudioplayer .download-audio .fa-download::before {
	top: 0;
}
.custom-event-class .customaudioplayer:after {
	content: '';
	background: #f0efef;
	position: absolute;
	border-radius:10px;
	width: calc(100% - 58px);
	height: 35%;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 9px;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 1px;
}
/*HEADER*/
.site-header .wpb_column.vc_col-sm-6 h2:first-child, #banner h1, #banner h2 {
	font-family: 'SourceSerifPro-Regular';	
}
#banner h2 {
	word-spacing: 2px;
	letter-spacing: 9px;
}
.site-header .wpb_column.vc_col-sm-6 h2:last-child{
	font-family: 'SourceSansPro-Regular';	
}
#banner h1, #banner h2 {
	font-family: 'SourceSerifPro-bold';	
}
.site-header .tag {
	font-size: 17px;
	border-left: 2px solid #25242c;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 9px;
}

/*TAG SECTION */
.tag_row .wpb_column.vc_col-sm-12 .vc_column-inner > .wpb_wrapper, .tag_inline .vc_column-inner > .wpb_wrapper{
	display: flex;
	align-items: center;
}
#contact .wpb_column.vc_column_container.vc_col-sm-4:first-child .wpb_single_image img {
	border: 5px solid hsl(248deg 10% 16%);
}
/* TESTIMONIAL_SECTION */
.vc_row .testimonial-name, .testimonial-company {
	display:inline-block;
	margin-top:1em;
}
.vc_row .testimonial-name{
	font-weight:bold;
}
.vc_row .testimonial {
	padding: 0 8em;
	position: relative;
	text-align:center;
}
.vc_row .testimonial-content:before {
	background-image: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/left_quotes.svg)!important;
	left: 40px;
	top: 0;
}
.vc_row .testimonial-content:after {
	background-image: url(https://www.belknapvoiceover.com/wp-content/uploads/2022/12/right_quotes.svg)!important;
	right: 60px;
	bottom: 0;
}
.vc_row .testimonial-content:before, .vc_row .testimonial-content:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}
.vc_row .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
	left:0;
}
.vc_row .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
	right:0;
}
.vc_row .strong-view.controls-type-sides .wpmslider-prev,.vc_row .strong-view.controls-type-sides .wpmslider-next {
	top: calc(45% - 14px);
}
.vc_row .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before ,.vc_row .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before{
	background: #fff;
}
.responsive-img{
	display:none!important;
}
.wpmtst-testimonial-field-before{
	margin: 0 7px;
}
/***** Full Width CSS ******/
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row{
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row{
	max-width: 100%;
}
/***** REPRESENTATION ******/
#representation .wpb_wrapper p{
	margin-bottom: 1px;
}
.audio_row br{
	display:none;
}
.form-column2{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	width: 65%;
	margin: 0 auto;
}
/***** LOAD MORE ******/
#load-more.disable .vc_btn3, .vc_row.group {
	display: none;
}
.vc_row.group.active{
	display: block;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 1023px){
	.oxilab-flip-box-back-1-data .oxilab-info {
		font-size: 14px!important;
		padding: 0!important;
		margin: 0 20px!important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #25242c;
	}
	.site-header .menu-toggle::before, .site-header .menu-toggle.activated::before{
		content: "☰";
		position: relative;
		top: 9px;
		font-size: 27px;
		width: 25px;
		height: 36px;
	}
	.site-header .menu-toggle.activated::before{
		content: "☓";
	}
/* 	.custom-event-class nav:before {
		content: "☰" !important;
		position: absolute;
		right: 15px;
		left: 0px;
		color: #000;
		font-size: initial;
		width: 100%;
		text-align: right;
		font-size: 27px;
		width: 25px;
		height: 30px;
		margin-right: 0;
		font-weight: 700;
		top: -2.2em;
		right: 3px;
	} */
	#genesis-mobile-nav-primary span {
		display: none;
	}
	.site-header .text-right.vc_col-sm-6 .vc_column-inner{
		padding: 0;
	}
	.menu.genesis-nav-menu a {
		display: inline;
	}
	.menu-toggle {
		padding: 8px 0 0 0;
		font-size: 24px;
		font-weight: 700;
		right: 0;
		position: absolute;
		top: -3em;
		z-index: 9999999;
	}
	.menu li{
		padding: 10px 0px;
	}
	.menu li .sub-menu {
		padding-bottom: 0;
	}
	.menu a span{
		color:#22252C;
	}
	.menu {
		position: absolute;
		background: #fff;
		width: 100%;
		text-align: center;
		right: 0;
		left: 0;
		margin: 0 auto;
		padding: 10px;
		z-index: 9999;
	}
	.contact-icon a {
		font-size: 15px;
		align-items: center;
		display: flex;
	}
	.contact-icon svg{
		width: 13px;
		height: 13px;
	}
	.contact-icon .vc_column-inner{
		padding-left: 15px !important;
	}
	#header .wpb_column, h5{
		width:100%!important;
		text-align:center;
	}
	.site-logo {
		justify-content: center;
	}
	#about h1,.vc_row.demo-row{
		padding-top:1em!important;
	}
	.wpb_raw_code.info-icon {
		margin-top: 20px !important;
	}
	.customaudioplayer {
		width: 98%;
	}
	#banner h1{
		font-size: 75px !important;
	}
	.sidebar .widget nav {
		display: block!important;
	}
	.tag_row .wpb_content_element {
		margin-right: 1em !important;
	}
	.form-column2 {
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.vc_btn3-container.vc_btn3-inline, .tag_inline .vc_column-inner > .wpb_wrapper {
		display: block;
	}
	.vc_row .tag_inline{
		margin-right: 0 !important;
	}
	.vc_row .vc_btn3-inline{
		margin:15px 0 !important;
	}
	h1.vc_custom_heading, h2.vc_custom_heading, h5, .vc_row .wpb_single_image, .vc_row .vc_btn3-container, .site-footer .text-right, .site-footer p, .site-footer .vc_row {
		text-align:center !important;
	}
	.vc_row .testimonial-content::before {
		left: 0;
	}
	.vc_row .testimonial-content:after {
		right: 0;
		bottom: inherit;
	}
	.vc_row .testimonial {
		padding: 0 2.2em;
	}
	.vc_row .testimonial-content::before, .vc_row .testimonial-content::after {
		width: 25px;
		height: 25px;
	}
	.vc_row .strong-view.controls-type-sides .wpmslider-prev, .vc_row .strong-view.controls-type-sides .wpmslider-next {
		top: calc(20% - 14px);
	}
	#banner h1{
		font-size: 65px !important;
	}
	.demo-row br{
		display:none;
	}
	.customaudioplayer {
		margin-bottom: 30px;
	}
	.contact-icon a {
		justify-content: center;
	}
	.contact-icon{
		text-align: center;
	}
	.contact-icon .wpb_raw_code{    
		padding-bottom: 0.8em !important;
	}
	#testimonials, #clients{
		padding-top: 0em !important;
		padding-bottom: 2em !important;
	}
	#contact{
		padding-top: 2em !important;
		padding-bottom: 1.8em !important;
	}
	.vc_row .contact-info {
		margin-right: 0px !important;
	}
	#header{
		padding-top: 27px !important;
	}
	.custom-event-class nav::before {
		top: -2.1em;
		right: 3px;
	}
}
@media only screen and (max-width: 639px){
	.site-logo {
		display: initial;
	}
	.logo-description {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}
	#banner h1 {
		font-size: 55px !important;
	}
	#banner h2 {
		font-size: 20px !important;
		margin-top: 0 !important;
		letter-spacing: 6px;
	}
	.vc_row .testimonial-name, .testimonial-company {
		display: block;
	}
	.site-footer a, .site-footer p{
		font-size: 13px !important;
	}
	.wpmtst-testimonial-field-before {
		display: none;
	}
	.vc_row .testimonial-name, .testimonial-company {
		display: block;
		margin-top: 5px;
	}
	.vc_row .testimonial .wpmtst-testimonial-content{
		margin-bottom: 2em;
	}
	.form-column2 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		width: 100%;
		margin-top: 1em;
	}
}
@media only screen and (max-width: 479px){
	.vc_row .contact-info {
		display: flex;
		justify-content: center;
		margin-left: 0 !important;
		margin-right: 15px !important;
	}
	.vc_row .testimonial {
		padding: 0 1.8em;
	}
	.testimonial-content p{
		font-size:16px;
	}
	#about h1{
		font-size:30px!important;
	}
	.site-logo {
		display: block;
	}
	.logo-title a {
		border-right:0;
		padding-right: 0;
		margin-right: 0;
	}
	h2{
		font-size:25px;
	}
	.wpb_raw_code.info-icon {
		margin-top: 15px !important;
	}
	.wpb_raw_code.contact-info.mail-link{
		margin-top: 8px !important;
	}
	.vc_row .contact-info.tel-link,.logo-description {
		margin-top: 0 !important;
	}
	.site-footer .contact-info.mail-link{
		padding-bottom: 8px;
	}
	.oxilab-flip-box-back-1-data .oxilab-info {
		font-size: 12px!important;
	}
	#banner .wpb_wrapper h1 {
		font-size: 43px !important;
	}
	#banner .wpb_wrapper h2 {
		font-size: 15px !important;
	}
	.site-header .wpb_wrapper h2{
		font-size: 21px !important;
	}
	.site-header .wpb_wrapper .tag {
		font-size: 14px !important;
	}
	.site-header .tag {
		padding-left: 10px;
		margin-left: 10px;
	}
	#banner h2 {
		word-spacing: 0;
		letter-spacing: 4px;
	}
	.site-header .menu-toggle::before, .site-header .menu-toggle.activated::before {
		top: 18px;
		height: 41px;
	}
	.custom-event-class nav::before {
		top: -2.1em;
		right: 3px;
	}
	.site-footer a, .site-footer p{
		font-size: 12px !important;
	}
}