/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2025 | 23:24:47 */
/*FONTS_SETTINGS*/
@font-face {	
	font-family: "jost";
	font-display: swap;
	src: url(https://www.blacktievoiceguy.com/wp-content/uploads/2025/05/jost-reg.ttf);
}
@font-face {	
	font-family: "jost-bold";
	font-display: swap;
	src: url(https://www.blacktievoiceguy.com/wp-content/uploads/2025/09/jost_font.otf);
}
@font-face {
	font-family: "opensans";	
	font-display: swap;	
	src: url(https://www.blacktievoiceguy.com/wp-content/uploads/2025/05/opensans-reg.ttf);
	src: url(https://www.blacktievoiceguy.com/wp-content/uploads/2025/05/opensans-semibold.ttf);
}
body {
	color:#2c2e35;
	font-family: "opensans";
	line-height: 1.5;	
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color:#282828;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: "jost";
	color:#282828;
}
h1{
	font-size:46px;
}
h2{
	font-size:40px;
}
h3{
	font-size:36px;
}
h4{
	font-size:26px;
}
h5{
	font-size:22px;
}
h6{
	font-size:18px;
}
/*MENU_SECTION*/
.menu a span {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.menu li {
	padding: 2px 22px;
}
.menu li:first-child {
	padding-left:0;
}
.vc_row .nav-primary, .menu-toggle {
	float:none;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item > a span {
	border-bottom: 8px solid #f0cf7e;
}
.header-menu ul {
	padding-left: 0px;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	padding:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #0f1210;
	border: 0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li{
	margin:0;
	padding: 10px;
	display: block;
}
.vc_row .sub-menu-toggle {
	right: 6px;
	padding:0;
	display: block;
	visibility: visible;
}
.sub-menu-toggle::before {
	content: "" "";
	border: 5px solid transparent;
	border-top: 5px solid #f1cf7d;
	vertical-align: bottom;
	width: auto;
	height: auto;
}
.genesis-nav-menu .sub-menu .menu-item-type-post_type a span {
	border-bottom: 0;
	font-size: 15px;
}
/*ICON_SECTION*/
.wpb_raw_code a {
	display: inline-flex;
	align-items: center;
}
/*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, .vc_row .sub_button button {
	font-size: 16px;
	padding: 14px 22px;
	font-weight: 600;
	background-image: linear-gradient(90deg, #edce80 0%, #fad27a 15%, #f9ebaa 74%, #edce80 100%);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.7);
	border: 0;
	width: 282px;
}
.vc_row .sub_button button {
	color: #000000;
}
#video-row .vc_btn3.vc_btn3-style-custom {
	padding: 7px 22px;
	width: 202px;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color: rgb(14 15 15 / 50%);
	opacity:  1;
}
:-moz-placeholder { 
	color: rgb(14 15 15 / 50%);
	opacity:  1;
}
::-moz-placeholder {
	color: rgb(14 15 15 / 50%);
	opacity:  1;
}
:-ms-input-placeholder {
	color: rgb(14 15 15 / 50%);
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {	
	border: 2px solid rgb(0 0 0 / 60%) !important;
	color: rgb(14 15 15 / 50%) !important;
	font-size: 16px;
	padding: 7px 10px;
	border-radius: 0px;
	line-height: 1.25 !important;
}
.gform_footer input {
	width: 100%;
	border: 0px !important;
	color: #111416 !important;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 8px 10px;
	background-image: linear-gradient(90deg, #edce80 0%, #fad27a 15%, #f9ebaa 74%, #edce80 100%);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.7);
}
.vc_row textarea {
	height: 84px;
}
.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{
	display: none;
}
.gfield_required {
	padding-left: 2px;
	font-style: italic;
}
.gfield_label, .gfield_description {
	font-size: 16px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 10px 10px;
}
body .ginput_container_select::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #000000;
	font-size: 14px;
}
body .ginput_container_select {
	position: relative;
}
.vc_row.quotes_row .gform_wrapper.gform-theme .gform_fields {
	grid-row-gap: 8px;	
}
.contact-icon .wpb_wrapper {
	display: flex;
	justify-content: center;
	gap: 55px;
}
.vc_row .gfield_html {
	font-size: 17px;
	color: #141515;
}
.gform_wrapper h2.gform_submission_error {
	background: #fff9f9;
	border-radius: 5px;
	border: 1.5px solid #c02b0a;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
	margin-block-end: 8px;
	margin-block-start: 8px;
	padding-block: 16px;
	padding-inline-end: 16px;
	padding-inline-start: 48px;
	position: relative;
	width: 100%;
}
.vc_row .gform_confirmation_message {
	font-size: 30px;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .gform_validation_container{
	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: 13px;
	height: 10px;
	margin: 0;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .mejs-button {
	margin-right: 2px;
	top: 8px;
}
.customaudioplayer .mejs-button {
	width: 18px;
	height: 18px;
	position: relative;
	left: 0px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before,
.customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio :before, .custom-event-class .customaudioplayer:before {
	position: absolute;
	content: '';
	background-image: url(https://www.blacktievoiceguy.com/wp-content/uploads/2025/05/sprite_image.svg);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: 66px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position: 0px 3px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -27px 3px;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:21px !important;
	width: calc(100% - 20px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 100%;
	background-color: rgb(254 254 254 / 20%);
	border: 1px solid #fefefe;
	padding: 0px 10px;
	margin-bottom: 55px !important;
	min-height: 22px;
	font-weight:300;
}
.custom-audio-title {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 16px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}
.customaudioplayer .download-audio :before{
	background-position: -48px 2px;
	top: 0;
	right: 0;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 18px;
	width: 18px;
	top: -18px;
}
#audio-row br{
	display:none;
}
.download-audio {
	position: relative;
}
body .mejs-time-current {
	background-image: linear-gradient(30deg, #edce7f 0%, #fad279 15%, #f9eeaa 74%, #edce7f 100%) !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: 0;
	height: 28px;
}
.custom-event-class .customaudioplayer:after{
	content: '';
	background: #ffffff;
	position: absolute;
	width: calc(100% - 62px);
	height: 10px;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 5px;
}
.custom-event-class .customaudioplayer:before{
	background-position: 0px 4px;	
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 2px;
}
#target-demotag.wpb_text_column br{
	display:none;
}

/***** 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%;
}
/*HEADER*/
.site-logo {
	display: inline-block;
	vertical-align: middle;
}
.site_title {
	font-size: 88.27px;
	text-transform: uppercase;
	font-weight: 600;
	vertical-align: top;
	letter-spacing: 8px;
	font-family: "jost-bold";
	text-shadow: 5px 5px 4px hsl(0deg 0% 0% / 74%);
}
.vc_row.banner_row .vc_sep_holder.vc_sep_holder_r, 
.vc_row.sub_header .vc_sep_holder.vc_sep_holder_r, .vc_row.banner_row .custom-artist-title {
	display:none;
}
.vc_row.banner_row .vc_separator h4 {
	font-size: 35px;
	color: #ffffff;
	padding: 0 48px 0 12px;
}
.vc_row.banner_row h3 {
	letter-spacing: 2px;
}
.vc_row.sub_header .vc_separator h4 {
	font-size: 19px;
	color: #ffffff;
}
.vc_row.sub_header .vc_separator {
	margin: 0;
	position: relative;
	top: -15px;
	right: -75px;
	width: 68%;
}
.vc_row.banner_row .title-tagline .vc_separator {
	width: 80%;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 97px;
}
.vc_row.banner_row .title-tagline .vc_column-inner{
	width: 660px;
	position: relative;
}
.vc_row.sub_banner .custom-audio-title {
	font-family: "jost";
	font-size: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -80px;
	text-align: center;
	width: calc(100% - 0px);
	font-weight: bold;
}
/* .mobile-show {
display:none;
} */
.vc_row.sub_banner .custom-artist-title {
	position: absolute;
	top: -44px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 16px;
}
#header-row {
	position: absolute !important;
	z-index: 999;
	padding: 2em 0;
	width: 100%;
}
#banner-section {
	background-position: top !important;
}
.vc_row.sub_header .site-logo img {
	width: 57%;
}
.sub_title {
	font-size: 51px;
	text-transform: uppercase;
	font-weight: 600;
	vertical-align: top;
	letter-spacing: 2px;
}
#about-row p{
	line-height: 2;	
	font-weight: 400;
}
#gradient-border {
	background-image: linear-gradient(30deg, #edce7f 0%, #fad279 15%, #f9eeaa 74%, #edce7f 100%);
}
#green_gradient {
	background-image: linear-gradient(270deg, #22503f 0%, #0f1411 100%);
}
.vc_row.client_bk .vc_inner .wpb_column .vc_column-inner {
	box-shadow: 4px 4px rgb(17 17 17 / 40%);
}
.vc_row.client_bk .vc_inner .wpb_column:hover .vc_column-inner {
	border:2px solid #f9eba4;
}
.vc_row.client_bk .vc_inner .wpb_column .vc_column-inner {
	border: 2px solid transparent;
}
.font-light {
	font-weight:300;
}
.client_bk p{
	font-size: 14px;
}

/*CLIENTS*/
.vc_row .slick-next:after, .vc_row .slick-prev:after{
	content: ' ';
	background:url(https://www.blacktievoiceguy.com/wp-content/uploads/2025/05/left_arrow.png) no-repeat;
	position: absolute;
	width:30px;
	height:30px;
	right: 0;
	top: 0;
}
.vc_row .slick-prev:after{
	left: 0;
}
.vc_row .slick-next:after{
	right: 0 !important;
	left: initial;
	transform: rotate(180deg);
	top: initial;
	bottom :0;
}
body .vc_row .wpls-logo-showcase .slick-arrow{
	text-indent: 0;
	background: transparent !important;
	color:transparent;
}
.shadow-section:after, .shadow-section:before {
	position: relative;
	z-index: 9;
	display: inline-block!important;
	content: ''!important;
	height: 20px;
	width: 100%;
	background: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.34),transparent 58%);
}
.shadow-section:before {
	/* 	top: 0px; */
	transform: rotate(180deg);
}
/* .shadow-section:after {
bottom: -3px;
} */
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
	color:#231D22;
	font-size: 21px;
	font-weight: 400;
}
.vc_row .testimonial-company {
	border-left: 2px solid #231D22;
	margin-left: 10px;
	padding-left: 10px;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
	text-align: center;
}
.vc_row .testimonial {
	padding: 1em 4em;
}
.vc_row .testimonial-content {
	font-size: 21px;
	text-align: left;
	margin-bottom: 1em;
	font-weight: 400;
}
.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: #000000;
	width: 30px;
	height: 30px;
}
.vc_row .strong-view.controls-type-sides .wpmslider-prev,
.vc_row .strong-view.controls-type-sides .wpmslider-next {
	top: 30%;
}

/*SIDEBAR*/
.content-sidebar #header-row{
	background: linear-gradient(to right, #1b3d2e, #121d18);
}
.content-sidebar .site-inner {
	padding: 188px 15px;
}
/*FOOTER*/
#copyright-row, #green-border {
	background: linear-gradient(to right, #1b3d2e, #121d18);
}
#copyright-row p{
	font-size:14px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1320px){
	.menu #menu-item-35 .sub-menu {
		right:0;
	}
}
@media only screen and (max-width: 1200px){
	.client_bk .vc_col-sm-3 {
		width: 35%;
		margin: 0 auto;
	}
	.vc_row.banner_row .title-tagline .vc_column-inner {
		width: 636px;
	}
	.site_title {
		font-size: 82px;
	}
	.sub_title {
		font-size: 46px;
	}
	.vc_row .gfield_html {
		font-size: 16px;
	}
	.contact-icon .wpb_wrapper {
		gap: 42px;
	}
}
@media only screen and (max-width: 1023px){
	.vc_row.banner_row .title-tagline .vc_separator {
		width: 76%;
		top: 70px;
	}
	.vc_row.banner_row .title-tagline .vc_column-inner {
		width: 513px;
	}
	.site_title {
		font-size: 60px;
	}
	.vc_row.banner_row .site_title {
		margin-top: 0px !important;
	}
	.custom-artist-title{  
		font-size: 15px;
	}
	.contact-icon .wpb_wrapper {
		gap: 14px;
		flex-direction: column;
		align-items: center;
	}
}
@media only screen and (max-width: 991px){
	.vc_row.sub_header .vc_inner .wpb_column {
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	.vc_row.sub_header .vc_inner .text-right {
		padding-bottom: 1em;
	}
	#banner-section {
		background-image: none !important;
		background: linear-gradient(to right, #1b3d2e, #121d18) !important;
	}
	#studio-row .mobilefirst {
		padding-bottom: 3em;
	}
	#studio-row, #banner-section {
		padding-bottom: 0 !important;
	}	
	#banner-section .wpb_column  {
		width: 100% !important;		
	}
	.vc_row.banner_row .title-tagline .vc_column-inner {
		margin: 0 auto;
	}	
	#audio-row{
		padding-right: 0 !important;
	}
}
@media only screen and (max-width: 985px){
	#button-row .wpb_column {
		text-align: center;
		width: 100% !important;
	}
	#button-row .wpb_raw_code {
		text-align: center;
		margin-top:15px;
	}
	#button-row .vc_btn3-container.vc_btn3-inline {
		display: block;
		margin-right: 0 !important;
		margin-top: 15px; !important;
	}
	#button-row .vc_inner .vc_col-sm-4 {
		padding-top: 1em;
	}
	.vc_row .gfield_html br {
		display:none;
	}
}
@media only screen and (max-width: 959px){
	html body div.wprm-wrapper {
		overflow: hidden;
	}
	#genesis-mobile-nav-primary,.custom-event-class nav::before, #wprmenu_bar .menu_title a {
		display:none;
	}
	#wprmenu_bar, .vc_row .vc_btn3.vc_btn3-style-custom.down_but {
		width:100%;
	}
	.menu-item { 
		display: block !important; 
		width: 100%; 
		line-height: 1;
	} 
	[data-wpr-lazyrender] { 
		content-visibility: visible;
	} 
	div#mg-wprm-wrap ul li span.wprmenu_icon {
		width: 100%;
		text-align: right;
	}
	div#mg-wprm-wrap ul li span.wprmenu_icon:before {
		top: 0px;
		transform: rotate(90deg);
	}
	div#mg-wprm-wrap .icon_default.wprmenu_par_opened:before {
		transform: rotate(180deg);
	}		
	#header-row {		
		padding: 1em 0;	
	}	
	h2 {
		font-size: 32px;
	}
	.vc_row.client_bk .vc_row.vc_column-gap-20 {
		margin-left: 0;
		margin-right: 0;
	}
	.vc_row.studio_section .vc_btn3.vc_btn3-style-custom {
		width: 240px;
	}	
}
@media only screen and (max-width: 767px){
	h1.vc_custom_heading, h2.vc_custom_heading, .vc_row .wpb_single_image,
	.vc_row .vc_btn3-container, .site-footer .text-right, .site-footer p,
	.site-footer .vc_row, #copyright-row p {
		text-align:center !important;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company, .vc_row .gfield_html {
		font-size: 16px;
		display: block;
		border: 0;
		padding: 0;
		margin: 0;
	}
	.vc_row .testimonial-content {
		text-align: center;
		font-size: 18px;
	}
	.vc_row .testimonial {
		padding: 1em 2.4em;
	}

	.vc_row.client_bk h2, .vc_row.studio_section h2 {
		padding-bottom: 0 !important;
	}	
	.vc_row.sub_banner .vc_inner {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.vc_row.sub_banner .customaudioplayer {
		margin-bottom: 72px !important;
	}
	.vc_row.sub_banner .custom-artist-title {
		top: -28px;	
	}
	.vc_row.sub_banner .custom-audio-title {
		width: calc(100% - 10px);
		top: -58px;
	}
	.vc_row.sub_banner h1.vc_custom_heading {
		padding-bottom: 2.3em;
	}	
	#clients .vc_inner .wpb_text_column {
		padding-top: 0 !important;
	}
	.client_bk .vc_col-sm-3 {
		width: 50%;
		margin: 0 auto;
	}
	.vc_row.studio_section .vc_btn3-container.vc_btn3-inline {
		display: block;
		margin-right: 0 !important;
		margin-top: 15px; !important;
	}	
	.vc_row.banner_row .vc_inner {
		margin-top:0 !important;	
	}	
}
@media only screen and (max-width: 639px){
	.gform_wrapper.gform-theme .gfield.gfield--width-half {
		grid-column: 1/-1;
	}
	.site_title {
		font-size: 56px;
		letter-spacing: 4px;
	}
	.vc_row.sub_banner h1.vc_custom_heading {	
		font-size: 32px !important;
	}
	.vc_row .vc_btn3.vc_btn3-style-custom, .vc_row.studio_section .vc_btn3.vc_btn3-style-custom {
		width: 100%;
	}	
	.vc_row.studio_section h3 {
		font-size: 22px !important;
	}
	.contact-icon.wpb_raw_code svg {
		margin-right: 8px !important;
	}
	#button-row .wpb_raw_code svg{
		margin-right: 8px !important;
	}
	.client_bk .vc_col-sm-3 {
		width: 75%;
	}
}
@media only screen and (max-width: 479px){
	.client_bk .vc_col-sm-3 {
		width: 100%;
	}		
	.vc_row.studio_section h3, .contact-icon.wpb_raw_code a, #button-row .wpb_raw_code a  {
		font-size: 17px !important;
	}
	h2 {
		font-size: 20px;
	}
	.vc_row .vc_btn3.vc_btn3-style-custom {
		font-size: 14px;
		padding: 14px 10px;		
	}
	.vc_row.banner_row h3 {
		font-size: 24px !important;
	}
	.vc_row.sub_banner h1.vc_custom_heading {
		font-size: 22px !important;
	}
	.studio_section .font-light p {
		font-size:20px !important;
	}
}