/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 17:02:43 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: "Merriweather";
	font-family: "The-Artisan-Rough-Serif";
	font-family: "The-Artisan";
	font-family: "Mistrully";
	font-family: "Inter";
	font-display: swap;
	src: url("http://site58.myvosite.com/wp-content/uploads/2026/02/merriweather-light.ttf");
	src: url("http://site58.myvosite.com/wp-content/uploads/2026/02/merriweather-regular.ttf");
	src: url("http://site58.myvosite.com/wp-content/uploads/2026/02/The-Artisan-Rough-Serif.otf");
	src: url("http://site58.myvosite.com/wp-content/uploads/2026/02/the-artisan.otf");
	src: url("http://site58.myvosite.com/wp-content/uploads/2026/02/Mistrully.ttf");
	src: url("http://site58.myvosite.com/wp-content/uploads/2026/03/Inter-Regular.ttf");
}
body {
	font-family: "Inter";
	color:#231E23;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #231E23;
}
.site-inner {
	margin-top:0;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: "Merriweather";
	font-weight : 700;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*MENU_SECTION*/
.vc_row .menu a {
	font-family: "Merriweather";
	color: #669966;
	font-size: 22px;
	font-weight: 400;
}
.vc_row .menu li {
	padding: 0 20px;
	margin:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.vc_row .nav-primary .genesis-nav-menu a {
	padding:0;
}
.menu li:last-child {
	padding-right:0
}
.menu li:first-child {
	padding-left:0
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #072e40;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li a span{
	line-height: 23px;
	font-size: 20px;
	color:#ffffff;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
	display:block;
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: max-content;
}
.sub-menu-toggle {
	color: #669966;
}
.vc_row .sub-menu-toggle {
	display: block !important;
	visibility: visible !important;
	top: 4px;
	right: -2px;
	padding: 0;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .page.entry {
	margin-bottom: 0;
}
.vc_row .vc_row .vc_btn3.vc_btn3-style-custom {
	background: transparent;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	border-radius: 0px;
	padding: 12px 14px;
	border-radius:8px;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #73a397;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #73a397;
	opacity:  1;
}
::-moz-placeholder {
	color:    #73a397;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #73a397;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #ffffff;
	border: 0 !important;
	color: #73a397 !important;
	font-size: 14px !important;
	font-weight: 400;
	padding: 10px 12px !important;
	border-radius:0px !important;
	line-height:1;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	background : linear-gradient(0deg, rgba(220, 196, 131, 1) 0%, rgba(180, 223, 209, 1) 100%);
	font-size: 20px !important;
	color: #0f2f40 !important;
	border: 2px solid #D7E7CC !important;
	font-weight:700;
	margin: 0;
	width:100%;
	padding: 6px 0 !important;
	box-shadow : 4px 5px 9px rgba(104, 183, 191, 0.45);
}
.vc_row .gform_wrapper .gform_footer{
	margin-top: 16px;
	padding: 0;
	display:block;
}
.vc_row .gform_wrapper.gravity-theme .gfield textarea.large{
	height: 90px;
	resize: none;
}
body .top_label div.ginput_container {
	line-height:0;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}
.gform_wrapper.gravity-theme .gfield {
	grid-column: 1/-1;
}
.gform_wrapper.gravity-theme .gform_fields {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr 2%)[12];
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	grid-column-gap: 2%;
	grid-row-gap: 16px;
}
.gform_wrapper.gravity-theme .gfield label, .gform_validation_container {
	display:none;
}
h2.gform_submission_error {
	font-size: 24px;
}
.vc_row .gform_confirmation_message{
	margin:10em 0;
	padding:0
}
.vc_row .gfield_validation_message, h2.gform_submission_error {
	color:#ff0000;
}
/*HEADER_SECTION*/
#header {
	background: linear-gradient(90deg, #7FB6CC, #B3D3E5, #82BBD1);
}
.site-header .vc_row .wpb_raw_code, .site-footer .vc_row .wpb_raw_code {
	vertical-align:middle;
	line-height:1;
}
/*BANNER_SECTION*/
#banner .site-title, .genre-row .site-title {
	font-family: "The-Artisan-Rough-Serif";
	font-size: 45px;
	font-weight: 400;
}
#banner h2, .genre-row h3 {
	font-family: "The-Artisan";
	font-size: 45px;
	font-weight: 400;
	margin-top: -18px;
	color:#072E40 !important;
}
.genre-row h2 {
	letter-spacing: 3px;
}
.tagline-row h2 {
	font-size:24px;
	font-style:italic;
	font-weight:300;
	display: inline-block;
	background-color: rgb(125 157 149 / 20%);
	clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
	padding: 18px 64px;
}
/*BIO_SECTION*/
p {
	line-height: 35px;
}
.vc_row.about-row h2 b {
	color:#73a397;
}
#about-row {
	background: linear-gradient(90deg, #E1F2EC, #F4F7F3, #F8EFE0);
}
.vc_row.about-row li {
	list-style-type:none;
	position:relative;
	color:#0f2f40;
	line-height:1.8;
	font-size: 15px;
}
.vc_row.about-row li:before {
	content:'\»';
	position:absolute;
	left: -30px;
	font-size: 16px;
	top: 1px;
	color:#0f2f40;
}
.vc_row.about-row li:last-child:before {
	display:none;
}
.vc_row.about-row .text-center .wpb_wrapper {
	display:inline-block;
	text-align:left;
}
#about-row .vc_row .vc_btn3.vc_btn3-style-custom, .vc_row.blog-row .vc_btn3.vc_btn3-style-custom, #genre-text .vc_btn3.vc_btn3-style-custom {
	background : linear-gradient(0deg, rgba(220, 196, 131, 1) 0%, rgba(180, 223, 209, 1) 100%);
	border : 2px solid #D7E7CC;
	border-radius : 9px;
	box-shadow : 2px 3px 2px rgba(35, 31, 32, 0.45);
	padding: 5px 20px;
}
.vc_row.about-row h2 {
	font-size: 32px;
}
#banner .vc_row .vc_row .vc_btn3.vc_btn3-style-custom {
	box-shadow: 3px 4px 4px rgb(0 0 0 / 40%);
}
#about-row .mobilefirst .vc_column-inner {
	justify-content:center;
}
/*VIDEO_SECTION*/
#load-more.disable, .group, #load-more1.disable1, .group1{
	display:none;
}
.group.active, .group1.active1 {
	display: block;
} 
.featured-text p {
	font-size:24px;
}
#gradient-border {
	background-image: linear-gradient(0deg, #1556a7 38%, #1d4297 76%);
}
/*LOGO_SECTION*/
#clients {
	background: linear-gradient(to bottom, #eff8f6 0%, #f9fbf7 100%);
}
.vc_row .wpls-logo-showcase .slick-arrow {
	background-color: transparent;
}
.vc_row .wpls-logo-showcase .slick-arrow svg {
	fill: #0c2f4f;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	font-family: "Merriweather";
	display: inline-block;
	line-height: 1;
	color:#669999;
}
.vc_row .testimonial-company {
	border-left: 2px solid #669999;
	margin-left: 10px;
	padding-left: 10px;
}
.vc_row .testimonial{
	padding: 1.5em 5em 0 5em;
	position:relative;
}
.vc_row .testimonial-content {
	margin-bottom: 2.5em;
}
.vc_row .testimonial-content p {
	font-family: "Merriweather";
	line-height: 30px;
	color:#333333;
	font-size:22px;
}
.vc_row .testimonial-content:before, .vc_row .testimonial-content:after {
	content: '';
	background-image: url(http://site58.myvosite.com/wp-content/uploads/2026/02/quote.svg) !important;
	position: absolute;
	left: 2px;
	top: 0px;
	background-repeat: no-repeat;
	width: 65px;
	height: 60px;
	background-size:100%;
}
.vc_row .testimonial-content:after {
	transform:rotate(180deg);
	right: 0 !important;
	left: initial;
	top: initial;
	bottom :0;
}
/*FLIP_SECTION*/
.vc_row .oxilab-flip-box-back-1 {
	background : linear-gradient(-90deg, rgba(242, 229, 200, 1) 0%, rgba(214, 232, 225, 1) 32.06%, rgba(192, 228, 217, 1) 52.53%);
}
.vc_row .oxilab-flip-box-1 {
	background: transparent;
	border: 3px solid #73a397 !important;
	box-shadow: 5px 6px 5px rgba(29, 28, 16, 0.45) !important;
}
.vc_row .oxilab-flip-box-1,.vc_row .oxilab-flip-box-back-1 {
	border-radius: 50%;
	box-shadow: none;
	border: 0;
}
.vc_row .oxilab-flip-box-back-1-data .oxilab-info {
	line-height: 18px;
	color: #261030;
	font-size: 14px;
}
.vc_row .oxilab-flip-box-back-1-data .oxilab-info, .vc_row .oxilab-flip-box-1 .oxilab-info, .site-footer .text-right .wpb_text_column p {
	font-family: "Merriweather";
	font-weight: 400;
}
.vc_row .oxilab-flip-box-1 .oxilab-info {
	font-size: 21px;
	color: #ffffff;
}
.vc_row .oxilab-info img {
	margin-bottom: 15px;
}
.vc_row .oxilab-flip-box-1-data .oxilab-heading,.vc_row .oxilab-flip-box-1-data .oxilab-icon {
	display: none;
}
.vc_row .oxilab-flip-box-back-1-data .oxilab-info li {
	text-align: left;
}
/*BLOG_SECTION*/
.vc_row .vc_gitem-post-data-source-post_title h2  {
	font-size:24px;
	color:#ffffff;
	font-weight:400;
}
.vc_row .vc_gitem-post-data-source-post_excerpt p {
	font-size: 16px;
	line-height: 27px;
}
#blog .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
	margin-right: 0;
}
#blog .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding-right: 0;
}
.single .site-inner {
	padding:4em 15px;
}
/*CONTACT_SECTION*/
.vc_row .gfield_html h3, .vc_row .gfield_html p, .vc_row .gform_confirmation_message {
	color:#0f2f40;
}
.vc_row .gfield_html h3 {
	font-size:24px;
	text-align:center;
	font-weight:400;
}
#contact p {
	text-align:left;
	line-height:25px;
	margin-bottom:10px;
}
#contact p.sign {
	font-family: "Mistrully";
	font-size: 24px;
	text-align:right;
	padding: 10px 0;
}
/*FOOTER_SECTION*/
.site-footer .wpb_text_column p {
	font-size:12px;

}
.site-footer .wpb_text_column p, .site-footer .wpb_text_column p a {
	color:#73a397;
}
.copyright-column .vc_column-inner {
	background-image: linear-gradient(0deg, #1556a7 38%, #1d4297 76%);
	clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}
.error404 .content {
	padding:2em 0;
}
.error404 .content input {
	border:2px solid #000000 !important;
}
.error404 .content .search-form-submit {
	color:#ffffff !important;
}
.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%;
}
.vc_row .gform_validation_error .gfield_html p {
	background: #fff;
	padding: 10px;
}
/*GENRE_PAGE*/
.genre-row p, #genre-text p {
	line-height: 28px;
	margin: 0 0 10px;
}
#genre-text {
	background: linear-gradient(90deg, #AFC9C2 0%, #D8D5C0 50%, #E9D8B6 100%);
}

/* VOICEZAM */
#voiceDemos{
	top:0;
}
.clsVZbutton .fa-pause:before{
	display: none !important;
}
.vc_row .clsVZbutton{
	clear: both;
	display: block;
	position: relative;
	text-decoration: none;
	background: transparent !important;
	padding: 0px 8px;
	width: calc(100% - 0px);
	margin-bottom: 15px;
	margin: 8px 0 2em 0;
	border: 3px double #73a397;
}
.clsDemoName{
	vertical-align: top;
	line-height: 2.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 65px);
	display: inline-block;
	color: #14121c;
	font-size: 18px;
	left: 32px;
	top: -42px;
	border-bottom: 9px solid #ffffff;
	font-weight: bold;
	position: absolute;
}
.NoDownloadBtn{
	vertical-align: top;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 30px);
	display: inline-block;
}
.NoPlayBtn{
	vertical-align: top;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 35px);
	display: inline-block; 
	margin-left: 7px;
}
.NoBtn{
	vertical-align: top;
	line-height: 2; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 15px);
	display: inline-block;
	margin-left: 7px;
}
.clsBtnPlay{
	display: inline-block;
	width: calc(100% - 15px);
	box-shadow: none !important;	
}
.btnDownloadIcon.fa-download:before ,.fa-play:before{
	display: none!important;
}
.clsBtnDownload{
	box-shadow: none !important;
	left: auto; right: 0;
	position: absolute;
	width: 22px;
	top: 0;
}
.vzCloseDemoButton{
	margin: 0 auto;
	left: 0!important;
	right: 0;
	top: -15px !important;
}
.btnPlayIcon, .btnPauseIcon {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	background-image: url(http://site58.myvosite.com/wp-content/uploads/2026/02/audio-buttons.svg) !important;
	background-size: 75px;
	background-repeat: no-repeat;
	background-position: 1px 4px;
	top: 0;
	z-index: 9;
}
.btnDownloadIcon {
	position: absolute;
	width: 27px;
	height: 26px;
	content: "";
	background-image: url(http://site58.myvosite.com/wp-content/uploads/2026/02/audio-buttons.svg);
	background-position: -53px 0px;
	background-size: 80px;
	background-repeat: no-repeat;
	top: 4px;
	right: 8px;
}
.btnPauseIcon {
	background-position: -28px 4px;
}
.clsVZbutton svg path {
	display:none;
}
#voiceDemos {
	z-index: 99999;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
.video-row p {
	line-height:1.5;
}
.narration-row h2 {
	font-size: 29px;
}
.narration-row h3 {
	font-size: 35px;
}
.sidebar .search-form {
	border: 1px solid #000;
	margin-top: 5px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.vc_row .gfield_html p.sign {
		padding-top: 20px;
	}
	#banner .site-title, .genre-row .site-title {
		font-size: 40px; 
	}
	.narration-row h2 {
		font-size: 25px;
	}
	.narration-row h3 {
		font-size: 26px;
	}
	
}
@media only screen and (max-width: 1023px){
	#banner h1 {
		font-size: 43px;
	}
}
@media only screen and (max-width: 959px){
	.site-header .wpb_column {
		text-align:center;
		width:100%;
	}
	.site-header .wpb_raw_code {
		padding:4px 0;
	}
	.site-footer .wpb_text_column p {
		font-size: 14px;
	}
	.wpb_raw_code a {
		justify-content: center;
	}
	.vc_row .oxilab-flip-box-col-3 {
		width: 100%;
		margin: 15px auto;
	}
	#banner h1 {
		font-size: 34px;
	}
	#banner .site-title, .genre-row .site-title {
		font-size: 30px;
	}
	#banner h2 {
		padding-right: 1.8em !important;
	}
	html body div.wprm-wrapper, #wprmenu_bar {
		width: 100%;
	}
	span.wprmenu_icon.wprmenu_icon_par {
		top: 0 !important;
	}
	
	.site-header .vc_row .menu-column{
		display:none;
	}
}
@media only screen and (max-width: 767px){
	.vc_row .text-right, .site-footer p, .vc_row .vc_btn3-container, .vc_row .wpb_single_image, h1, h2, h3, #contact .wpb_text_column p {
		text-align:center !important;
	}
	.error404 .entry-content .search-form {
		width:100%;
	}
	.site-footer .wpb_text_column p {
		line-height: 20px;
	}
	.customaudioplayer{
		width: 100%; 
	}
	#banner h2 {
		padding-right:0 !important;
	}
	#contact .wpb_text_column {
		padding-top:20px;
	}
	.narration-row h3 {
		font-size: 35px;
		display: block;
		margin: 10px 0;
	}
	.genre-row h2, .genre-row h3 {
		display:block;
		padding-left:0 !important;
	}
	.genre-row .vc_btn3-container, #genre-text .wpb_image_grid {
		padding-bottom:25px;
	}
	.genre-row .wpb_raw_code {
		width:320px;
		margin:0 auto;
	}
	.vc_row .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width:100%;
	}
	.vc_row .wpb_image_grid .wpb_image_grid_ul img {
		margin:0 auto;
	}
	#genre-banner {
		padding-top: 3.5em !important;
	}
	.genre-row .site-title {
		padding-bottom: 0 !important;
	}
	.read-more-col{
	margin-top:30px;
}
}
@media only screen and (max-width: 640px){
	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
		grid-column: 1/-1;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		display: block;
		padding: 10px 0 0 0;
	}
	.vc_row .testimonial-company {
		border-left: 0;
		margin-left: 0;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		text-align: center;
	}
	#banner h1{
		font-size: 30px;
	}
	#genre-text h1{
		font-size: 27px;
	}
	.genre-row .site-title {
		font-size: 28px;
	}
	.vc_row .alignright, .vc_row .alignleft {
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}
@media only screen and (max-width: 479px){
	.vc_row .testimonial {
		padding: 0 1.5em;
	}
	.vc_row .testimonial-content:before, .vc_row .testimonial-content:after {
		width: 18px;
		height: 17px;
	}
	h2 {
		font-size: 24px;
	}
	#banner h1 {
		font-size: 19px;
	}
	#banner h2 {
		font-size: 27px;
	}
	.tagline-row h2 {
		font-size: 14px;
		padding: 18px 12px;
	}
	#banner .site-title, .genre-row .site-title {
		font-size: 18px;
	}
	.vc_row.about-row h2 {
		font-size: 26px;
		margin-top: 19px;
	}
	.genre-row .site-title {
		font-size: 16px;
		padding-bottom: 0 !important;
	}
	.genre-row h3 {
		font-size: 29px;
		margin-top: 0;
	}
	.vc_row .oxilab-flip-box-back-1-data .oxilab-info {
		line-height: 17px;
		font-size: 13px;
	}
	.vc_row .oxilab-flip-box-back-1-data .oxilab-info ul {
		padding-left:15px;
	}
}