/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 15:53:28 */
@font-face {
	font-family: 'Montserrat';
	font-family: 'Roboto';
	font-display: swap;
	src: url("https://www.voiceofthedeep.com/wp-content/uploads/2025/07/Montserrat-Regular.ttf");
	src: url("https://www.voiceofthedeep.com/wp-content/uploads/2025/07/Montserrat-Medium.ttf");
	src: url("https://www.voiceofthedeep.com/wp-content/uploads/2025/07/Roboto-Regular.ttf");
}
body {
	font-family: 'Montserrat';
	color: #999999 ;
	background-color: #000;
}
body > div {
	font-size: 18px;
}
a, a:hover, a:focus {
	text-decoration: none !important;
	color: #999999;
}
.home-page video.banner-video {
	pointer-events: none;
	position: fixed !important;
	z-index: -1;
}
video.banner-video {
	position: absolute;    
	z-index: 0;   
	object-fit: cover;    
	width: 100%;    
	height: 100%;    
	top: 50%;    
	left: 50%;   
	transform: translate(-50%, -50%);
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Roboto';
}
h1{
	font-size:47px;
}
h2{
	font-size:32px;
}
/***** Full Width CSS ******/
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row, .header-full-width .wpb-content-wrapper .row-container {
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width], .header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row {
	max-width: 100%;
}
/*MENU_SECTION*/
.menu a span {
	color: #666666;
	font-family: 'Roboto';
	font-size: 27px;
}
.menu li {
	padding: 0 20px;
}
.menu li:first-child {
	padding-left: 0;
}
.menu li:last-child {
	padding-right: 0;
}
.vc_row .nav-primary .genesis-nav-menu a {
	padding: 0;
}
.nav-primary {
	float: none;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item a span{
	color: #fff;
	background-image: url('https://www.voiceofthedeep.com/wp-content/uploads/2025/07/menu_bar.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 12px;
}
/*SUB-MENU*/
.genesis-nav-menu .sub-menu a {
	border: 0;
	width: 100%;
	background-color: transparent;
}
.menu li .sub-menu {
	top: 20px;
	background-color: #C3FCFC;
	padding-bottom: 10px;
	border: 0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li {
	padding: 10px 10px 0 10px;
	margin: 0;
	display: inherit;
}
.vc_row .sub-menu-toggle {
	display: block !important;
	visibility: visible !important;
	top: 2px;
	right: -13px;
	padding: 7px 10px;
}
.vc_row .sub-menu .sub-menu-toggle {
	right: -2px;
	top: 6px;
}
.sub-menu-toggle.activated::before {
	top: 3px;
}
.sub-menu-toggle::before {
	content: '';
	position: absolute;
	width: auto;
	height: auto;
	border: 4px solid transparent;
	border-top: 4px solid #000;
	transition: none;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry, .vc_row .menu li {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	background: url(https://www.voiceofthedeep.com/wp-content/uploads/2025/07/button.png) !important;
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #fff !important;
	font-weight:bold;
	font-size:18px;
	padding: 14px 40px !important;
	border-radius: 0;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder {
	color: #003333 ;
	opacity: 1;
}
:-moz-placeholder {
	color: #003333 ;
	opacity: 1;
}
::-moz-placeholder {
	color: #003333 ;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #003333 ;
	opacity: 1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #fff;
	color: #003333;
	font-size: 18px !important;
	font-weight: 500;
	padding: 10px 15px !important;
	border-radius: 0 !important;
	line-height: 1.5;
	border: 0 !important;
	outline: 0 !important;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	background: url(https://www.voiceofthedeep.com/wp-content/uploads/2025/07/button.png) !important;
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #fff !important;
	font-weight:bold !important;
	margin: 0;
	padding: 20px 4em !important;
	line-height: 1 !important;
	border: none !important;
}
.vc_row .gform_wrapper .gfield textarea.large {
	height: 100px !important;
	min-block-size: initial;
	resize: none;
}
.vc_row .gform_wrapper .gform_fields {
	gap: 16px;
}
.vc_row .gform_wrapper .gform_footer {
	display: block;
	margin-top: 16px;
	padding: 0;
}
.vc_row .gfield_html p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
.vc_row .gform_confirmation_message {
	color: #fff;
	padding: 7em 0;
	text-align: center;
}
.vc_row .gform_wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 40px;
}
#contact h2.gform_submission_error, #contact .gfield_validation_message {
	background-color: #ffffffe3;
	padding: 2px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 400;
	color: #c02b0a;
	font-size: 18px;
}
.gform_wrapper.gform-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}
.gform_wrapper.gform-theme .gfield {
	grid-column: 1/-1;
}
.gform_wrapper.gform-theme .gform_fields {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	grid-column-gap: 2%;
	grid-row-gap: 16px;
}
.gform_wrapper.gform-theme .gfield.gfield--width-third {
	-ms-grid-column-span: 4;
	grid-column: span 4;
}
.gform_wrapper.gform-theme .gfield.hidden_label label, .gform_validation_container {
	display: none;
}
/*AUDIO_PLAYLIST*/
body .vc_row.audio-row .wp-playlist.wp-audio-playlist {
	background-color:transparent;
	position:relative;
	width: 75%;
	margin: 0 auto;
}
.vc_row.audio-row .mejs-container .mejs-controls, .vc_row.audio-row .mejs-container{
	background: transparent;
	background-image: url('https://www.voiceofthedeep.com/wp-content/uploads/2025/07/sprite_bar.png') !important;
	background-repeat: no-repeat !important;
	padding: 0;
	width: 100% !important;
}
body .vc_row.audio-row .wp-playlist-prev, body .vc_row.audio-row .wp-playlist-next {
	position: relative;
	top: -42px;
	float: right;
	z-index: 9;
	background-color: transparent !important;
	width: 20px !important;
	height: 41px !important;
}
body .vc_row.audio-row .wp-playlist-prev {
	background-position: -107px 0px;
	right: 4em;
}
body .vc_row.audio-row .wp-playlist-next {
	background-position: -132px 0px;
	right: 3.5em; 
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-play:before, .vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-pause:before, .vc_row.audio-row .wp-playlist-next, .vc_row.audio-row .wp-playlist-prev, .vc_row.audio-row .wpse-download:before {
	content: " ";
	background: url(https://www.voiceofthedeep.com/wp-content/uploads/2025/07/sprite_button_img.svg) no-repeat;
	background-size: cover;
	width: 38px;
	height: 38px;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-play:before{
	background-position: -2px 0px;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-pause:before{
	background-position: -55px 0px;
}
.vc_row.audio-row .wpse-download:before{
	background-position: -151px 0px;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-play, .vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-pause{
    top: 9px;
    position: relative;
    left: 4px;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-play, .vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-pause, .vc_row.audio-row .wpse-download:before, body .vc_row.audio-row .wp-playlist-prev, body .vc_row.audio-row .wp-playlist-next  {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.audio-row .wp-playlist .mejs-controls .mejs-button button {
	display: none;
}
.audio-row .wp-playlist-light .wp-playlist-caption {
	max-width: 100%;
}
.audio-row span.mejs-time-total.mejs-time-slider {
	position: relative;
	top: 15px;
	height: 8px;
}
.audio-row .wpse-download {
	display: block;
	position: absolute;
	top: 0px;
	right: 1px;
	z-index: 9999;
}
body .audio-row .wp-audio-playlist.wp-playlist-light .wp-playlist-playing, .vc_row.audio-row .vc_row .mejs-controls .mejs-time-rail .mejs-time-current{
	background-color:transparent;
}
body .audio-row .wp-audio-playlist.wp-playlist-light .wp-playlist-playing a span{
	color: #fff;
	font-weight: 400;
}
body .audio-row .mejs-button button {
	transition: none !important;
}
.audio-row .wp-playlist .wp-playlist-current-item img, .audio-row span.mejs-time-handle,  .audio-row span.mejs-time-loaded,body .audio-row span.mejs-time-loaded, body .audio-row span.mejs-time-hovered, body .audio-row span.mejs-time-buffering, .audio-row .toggle-font, .audio-row .wpse-download i, .audio-row .wp-audio-playlist span.mejs-currenttime, audio, .audio-row .vc_row .mejs-time, .vc_row.audio-row .mejs-time-float{
	display:none!important;
}
.audio-row .wp-audio-playlist .wp-playlist-tracks {
	margin-top: 0px;
}
.vc_row.audio-row .wp-playlist-item-meta{
	color:#ffffff !important;
}
.vc_row.audio-row .wp-playlist-playing .wp-playlist-item-title {
	color:#20283c;
}
.audio-row .wp-playlist-current-item .wp-playlist-item-title {
	top: 3px;
	position: relative;
}
.audio-row .wp-audio-playlist .wp-playlist-item-title {
	font-size: 16px;
	color: #000;
	z-index: 9;
}
.audio-row .wp-playlist.wp-audio-playlist  {
	border: 0;
	padding: 0;
	margin: 0;
}
.audio-row .wp-audio-playlist .wp-playlist-current-item {
	margin-bottom: 0;
	position: absolute;
	width: calc(100% - 48px);
	left: 3.5em;
}
.wp-playlist-tracks .wp-playlist-item:nth-child(1) {
	background-image: url('https://www.voiceofthedeep.com/wp-content/uploads/2025/07/track_bg_first.png')!important;
	margin-top: -12px;
	padding: 20px 0 10px 0 !important;
}
.wp-playlist-tracks .wp-playlist-item:nth-child(2) {
	background-image: url('https://www.voiceofthedeep.com/wp-content/uploads/2025/07/track_bg_second.png')!important;
	margin-top: -8px;
}
.wp-playlist-tracks .wp-playlist-item:nth-child(3) {
	background-image: url('https://www.voiceofthedeep.com/wp-content/uploads/2025/07/track_bg_third.png')!important;
	margin-top: -8px;
	padding: 20px 0 10px 0 !important;
}
.audio-row .wp-audio-playlist .wp-playlist-item {
	position: relative;
	cursor: pointer;
	background-image: url('https://www.voiceofthedeep.com/wp-content/uploads/2025/07/track_bg_first.png');
	padding: 15px 0px;
	border-bottom: 0;
	padding-left: 20px !important;
	background-color:transparent;
	background-repeat: no-repeat !important;
}
.audio-row .wp-audio-playlist .mejs-time-rail {
	width: calc(100% - 100px)!important;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: auto;
}
.audio-row .wp-audio-playlist .mejs-controls {
	height: 46px;
}
.audio-row .wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .audio-row .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded, .audio-row .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
	background: transparent!important;
	background-image: url('https://www.voiceofthedeep.com/wp-content/uploads/2025/07/process_bar.png') !important;
	background-repeat: no-repeat !important;
}
.audio-row .mejs-time {
	position: absolute;
	top: -49px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
.vc_row.audio-row .vc_row .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: transparent!important;
	z-index: -1;
}
.vc_row.audio-row .mejs-controls .mejs-time-rail .mejs-time-current {
	height:8px;
	background: #334c64 !important;
}  
.vc_row.audio-row .vc_row .mejs-controls a.mejs-horizontal-volume-slider {
	width: 18px;
	height: 14px;
	position: absolute;
	right: 3.3em;
}
.vc_row.audio-row .mejs-volume-button, .vc_row.audio-row .vc_row .wp-playlist .mejs-horizontal-volume-total, .audio-row .mejs-time, .audio-row .mejs-controls a.mejs-horizontal-volume-slider {
	display: none;
}
body.custom-event-class .vc_row.audio-row .wp-playlist-prev, body.custom-event-class .vc_row.audio-row .wp-playlist-next {
	display:none;
}
/*HEADER_SECTION*/
.site-header .wpb_raw_code {
	font-family: 'Roboto';
}
/*BANNER_SECTION*/
#banner{
	background-position: bottom !important;
}
#banner h2{
	text-shadow: 1px 1px 17px #000;
}
/*ABOUT*/
#about, #videos, #blog, #contact{
	background-position: top !important;
}
.title-bg:before{
	content: " ";
	background: url(https://www.voiceofthedeep.com/wp-content/uploads/2025/07/title_bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	width: 275px;
	height: 26px;
	bottom: 25px;
}
#about .vc_btn3-container{
	position: absolute;
	right: 0;
}
/*LOGO_SECTION*/
/*LEARN*/
.column-row h2{
	font-size: 23px;
}
.column-row p{
	font-size: 16px;
}
.learn-title {
	display: none !important;
}
/*VIDEO*/

/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	line-height: 1;
	color: #fff;
}
.vc_row .testimonial-content {
	margin-bottom: 1em;
	color: #fff;
	text-align: center;
}
.wpmtst-testimonial-inner {
	text-align: center;
}
.vc_row .testimonial-field-before {
	padding: 0 5px;
}
.vc_row .testimonial {
	padding: 0 6em;
}
.vc_row .testimonial-content:before,.vc_row .testimonial-content:after {
	content: '';
	background-repeat: no-repeat;
	background-image: url(https://www.voiceofthedeep.com/wp-content/uploads/2025/07/quotes.svg);
	width: 56px;
	height: 56px;
	position: absolute;
}
.vc_row .testimonial-content:before {
	left: 10px;
	top: 0;
}
.vc_row .testimonial-content:after {
	right: 10px;
	transform: rotate(180deg);
	bottom: 0px;
}
/*FOOTER_SECTION*/
.site-footer p,.site-footer a {
	font-size: 16px;
}
.site-footer p,.site-footer a, .representation_column p a{
	color: #fff;
}
.site-container{
	overflow-x: hidden;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px) {
	.menu li {
		padding: 0 10px;
	}
	.menu a span {
		font-size: 24px;
	}
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 959px) {
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
	}
	.menu.genesis-nav-menu a {
		display: inline;
	}
	.menu-toggle {
		padding: 0;
		font-size: 25px;
		line-height: 33px;
		float: right;
	}
	.menu li {
		padding: 10px 0;
	}
	.menu li .sub-menu {
		padding-bottom: 0;
	}
	.vc_row .genesis-responsive-menu {
		top: 30px;
		position: absolute;
		left: 50%;
		z-index: 9;
		width: 100%;
		border: 2px solid #fff;
		background: #000;
		transform: translate(-50%, 0);
		padding: 0 0 10px 0 !important;
		text-align: center;
	}
	#genesis-mobile-nav-primary span,.custom-event-class .vc_row .nav-primary ,.custom-event-class nav::before,.desktop-section {
		display: none;
	}
	.site-header .menu-toggle::before {
		content: '☰';
		top: 0;
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	.menu-row .vc_column-inner{
		z-index: 999 !important;
	}
	.vc_row .oxilab-flip-box-col-3,.site-header .wpb_column, #banner .wpb_column, .vc_row.representation-row .wpb_column, .column-row .wpb_column, .representation_column .wpb_column{
		width: 100%!important;
	}
	.site-header .wpb_column{
		text-align: center !important;
	}
	.vc_row.parentrower .innercontainer { 
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; 
		flex-wrap: wrap;
	}
	.mobilefirst { 
		-webkit-order: 1;
		order: 1;
	}
	.mobilesecond { 
		-webkit-order: 2;
		order: 2;
	}
	.mobilethird {
		-webkit-order: 3;
		order: 3;
	}
	#about h1{
		font-size: 30px;
	}
	body .vc_row.audio-row .wp-playlist.wp-audio-playlist{
		width: 50%;
	}
	.vc_row.representation_column{
		background-image: none !important;
		background-color: #000;
		margin-top: 1em;
	}
	.learn-title {
		display: block !important;
	}
}
@media only screen and (max-width: 767px) {
	h1, h2, h3, .site-footer p,#footer .wpb_column,#contact .wpb_raw_code ,.wpb_single_image{
		text-align:center !important;
	}
	.vc_row .testimonial-content::before, .vc_row .testimonial-content::after {
		width: 30px;
		height: 30px;
	}
	.vc_row .testimonial {
		padding: 0 2.5em;
	}
	body .vc_row.audio-row .wp-playlist.wp-audio-playlist{
		width: 65%;
	}
	h2.inline, .vc_row .testimonial-name, .vc_row .testimonial-company{
		display: block;
	}
	.testimonial-field-before{
		display: none;
	}
	.vc_row .gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
	}
}
@media only screen and (max-width: 639px) {
	.gform_wrapper.gform-theme .gfield.gfield--width-half {
		grid-column: 1/-1;
	}
	.title-bg {
		font-size: 25px;
	}
	.title-bg:before {
		width: 174px;
		height: 10px;
	}
	img.alignright {
		float: none;
		text-align: center;
		margin: 0 auto 20px auto !important;
		display: block;
	}
	#about .bg_row .vc_column-inner, .testimonials_bg .vc_column-inner, .vc_row.representation_column{
		background-image: none !important;
		background-color: #000;
	}
	.testimonials_bg .vc_column-inner{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (max-width: 479px) {
	body .vc_row.audio-row .wp-playlist.wp-audio-playlist {
		width: 100%;
	}
	.site-header .wpb_raw_code{
		font-size: 16px;
	}
	.title-bg,#about h1      {
		font-size: 21px;
	}
}

