/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 11:29:13 */
html {
  scroll-behavior: smooth;
}
/*MENU*/
.wp-block-navigation .wp-block-navigation-item__label {
	text-transform: capitalize;
}
/*AUDIO_SECTION*/
.fa-download:before ,.customaudioplayer .mejs-horizontal-volume-slider, .customaudioplayer .mejs-time-float, audio,.customaudioplayer .mejs-duration-container, .customaudioplayer .mejs-volume-button, .customaudioplayer .mejs-time-handle-content {
	display: none !important;
}
.customaudioplayer .mejs-container .mejs-controls, .customaudioplayer .mejs-container{
	background: transparent;
}
.customaudioplayer .mejs-currenttime-container{
	position: absolute;
	right: -3px;
	padding: 0;
	height: 11px;
	top: 4px;
}
.customaudioplayer .mejs-controls .mejs-time-rail .mejs-time-total, .customaudioplayer .mejs-time-float-corner, .customaudioplayer .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #fff ;
	top: 23px;
	height: 9px;
	width: 100%;
	left: 8px;
	right: 0;
	margin: 0 auto;
	border-radius: 0;
}
.customaudioplayer .mejs-button>button, body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
	outline: none;
}
.customaudioplayer .mejs-button {
	width: 20px;
	height: 20px;
	position: relative;
	top: 13px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .custom-event-class .customaudioplayer:before, .customaudioplayer .download-audio a{
	position: absolute;
	width: 14px;
	height: 12px;
	background-image: url('https://evtraxvoiceovers.com/wp-content/uploads/2025/10/sprite_image.svg');
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before{
	background-position: 1px 0px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -22px 0px;
}
.customaudioplayer .mejs-time-rail{
	margin: 0;
	border-left: 1px solid #fff;
}
.customaudioplayer .wp-audio-shortcode{
	margin:0;
	height:41px !important;
	width: calc(100% - 36px)!important;
}
.customaudioplayer{
	position: relative;
	width: 95%;
	background: linear-gradient(135deg, rgb(0, 25, 80) 0%, rgb(68, 19, 108) 47%, rgb(75, 179, 177) 100%);
	padding: 8px 12px;
	/* 	margin: 0px auto; */
	min-height: 41px;
/* 	box-shadow: 0px 10px 8px -3px #231f20; */
}
.custom-audio-title{
	position: absolute;
	top: 6px;
	left: 39px;
	font-size: 14px;
	font-weight:600;
	width: calc(89% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-align: left;
}
.customaudioplayer .download-audio a {
	width: 22px;
	height: 14px;
	background-position: -52px 0;
	top: 15px;
	right: 6px;
}
.customaudioplayer .download-audio{
	width: 37px;
	height: 40px;
	position: absolute;
	top: -8px;
	right: 0;
	border-left: 1px solid #fff;
}
.download-audio {
	position: relative;
}
body .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #1075ab !important;
	height: 9px;
}
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;
}
.customaudioplayer .mejs-controls{
	padding: 0 5px 0 0;
} 
.mejs-button>button:focus{
	outline: none !important;
}

/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1396px){
	#Services {
		padding:0 !important;
	}
}
@media only screen and (max-width: 1280px){
	#menu-section .is-layout-flex {
		gap: 16px;
	}
}
@media only screen and (max-width: 1200px){
	#menu-section .is-layout-flex {
		gap: 10px;
	}
	#Services {
		justify-content: end;
	}
}
@media only screen and (max-width: 1023px){
	.is-position-sticky .wp-block-columns .wp-block-column:first-child {
		width: 30%;
	}
	.is-position-sticky .wp-block-columns .wp-block-column:last-child {
		width: 80%;
	}
	.is-position-sticky .wp-block-columns .wp-block-column {
		flex-basis: inherit;
	}
}
@media only screen and (max-width: 781px){
	#Services {
		justify-content: center;
	}
	#menu-section .is-layout-flex {
		gap: 15px;
	}
	.customaudioplayer {
		margin: 15px auto 0 auto;
	}
}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 639px){

}
@media only screen and (max-width: 599px){
	.wp-block-navigation .wp-block-navigation-item__label {
		font-size: 18px;
	}
}
@media only screen and (max-width: 479px){
	/* 	#Services {
	gap: 7px;
}
	#Services p a {
	font-size: 14px;
} */
	.is-position-sticky {
		padding:0;
	}
}