/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2024 | 09:36:22 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: "Oswald-Bold";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Oswald-Bold.ttf");
}
@font-face {
	font-family: "Arial";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Arial.ttf");
}
@font-face {
	font-family: "Arial-Bold";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Arial-Bold.ttf");
}
@font-face {
	font-family: "Arial-Narrow";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Arial-Narrow.ttf");
}
@font-face {
	font-family: "Oswald-Regular";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Oswald-Regular.ttf");
}
@font-face {
	font-family: "Oswald-Medium";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Oswald-Medium.ttf");
}

@font-face {
	font-family: "Roboto";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Roboto.ttf");
}
@font-face {
	font-family: "Roboto-Medium";
	src: url("https://www.homevoiceoverstudio.com/wp-content/uploads/2021/12/Roboto-Medium.ttf");
}
body {
	font-family: "Roboto";
	color:#3c3939;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	color: #3c3939;
}
.site-inner {
	margin-top:0;
}
.white, .white a, .white a:hover, .white a:focus, .vc_row .testimonial-content {
	color:#ffffff;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: "Roboto-Medium";
	font-weight : 700;
}
h1 {
	font-size: 38px;
}
h2, .bio-row h1 {
	font-size: 36px;
	font-weight:500;
}
h3, .vc_row.studio-row h2 {
	font-size: 24px;
}
h4, .vc_row.contact-row h2 {
	font-size: 21px;
}
h5, .vc_row.contact-row h3 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*MENU_SECTION*/
.vc_row .menu a span {
	color: rgb(41, 47, 49, 0.65);
	font-size: 16px;
	font-weight: 500;
}
.vc_row .menu li {
	padding: 0 10px;
	margin:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.vc_row .nav-primary .genesis-nav-menu a {
	padding:0;
}
.menu li:first-child {
	padding-left:0;
}
.menu li:last-child {
	padding-right:0
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
	color: #00adee;
}
/*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 a span{
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
	display:block;
}
/*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: #00adee;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	padding: 10px 20px;
	border: 0;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #3c3939;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #3c3939;
	opacity:  1;
}
::-moz-placeholder {
	color:    #3c3939;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #3c3939;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: transparent;
	border: 2px solid #3c3939 !important;
	color: #3c3939 !important;
	font-size: 13px !important;
	font-weight: 400;
	padding: 7px 12px !important;
	border-radius:5px !important;
	line-height:1;
}
.vc_row .gform_wrapper input[type=submit], .vc_row .gform_wrapper input[type=button] {
	background-color:#3c3939;
	font-size: 19px !important;
	color: #ffffff !important;
	border: 0 !important;
	font-weight:400;
	border-radius:5px !important;
	margin: 0;
	width: 100%;
	padding: 5px 0 7px 0 !important;
}
.vc_row .gform_wrapper .gform_footer{
	text-align:right;
	margin-top: 16px;
}
.vc_row .gform_wrapper.gravity-theme .gfield textarea.large{
	height: 120px;
	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;
}
.vc_row.contact-row .gform_wrapper.gravity-theme .gfield label, .vc_row .gform_validation_container {
	display:none;
}
h2.gform_submission_error {
	font-size: 24px;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
	text-align:center;
}
.vc_row .ginput_product_price {
	border: 0 !important;
	width: 82px;
	font-size: 18px !important;
	background: #fff;
}
.vc_row .gform_fileupload_rules {
	line-height:1.5;
}
.vc_row .gfield_validation_message, h2.gform_submission_error {
	color:#c02b0a;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row {
    max-width: 1200px;
    margin: 0 auto;
}
/*HEADER_SECTION*/
.logo-title {
	font-size:41px;
	color:#212121;
}
.site-header .text-right p {
	font-size : 13px;
	letter-spacing : 0.98px;
	color : rgb(41, 47, 49, 0.65);
	line-height:18px;
}
.site-header .text-right .blue-text p {
	letter-spacing : 0.33px;
	color : #00ADEE;
}
.site-header .logo-column .site-logo {
	display:inline-block;
}
.site-header .logo-column .wpb_wrapper {
	display: flex;
	align-items: center;
}
.site-header .logo-column .wpb_single_image img {
	vertical-align: middle;
}
.site-header  a {
	text-decoration: none;
}
/*BIO_SECTION*/
.vc_row .blue-text p, .vc_row .blue-text p a {
	color: #00adee;
}
.vc_row.banner-text p {
	font-size:20px;
}
p {
	line-height: 27px;
	margin: 0 0 25px;
}
.studio-row .wpb_single_image img {
	width:75px;
}
.studio-row .wpb_single_image.mic-image img {
	width:50px;
}
/*VIDEO_SECTION*/
#load-more.disable, .group{
	display:none;
}
.group.active {
	display: block;
}
.vc_row .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0;
}
.wpb_video_widget .wpb_wrapper iframe {
	position: relative;
}
.custom-event-class .wpb_video_widget {
	background-image:url(https://www.homevoiceoverstudio.com/wp-content/uploads/2022/06/video.gif);
}
.vc_row.available-row p {
	font-size:20px;
}
/*CONTACT_SECTION*/
.vc_row.contact-heading h2, .vc_row.contact-row h2, .vc_row.contact-row h3 {
	font-weight: 500;
}
.vc_row.contact-row .vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 17px;
	background: transparent;
	color: #212121;
	width: 235px;
	padding: 7px 0;
}
.vc_row.contact-row .vc_row .service-button .vc_btn3.vc_btn3-style-custom {
	border: 2px solid #212121;
	font-size: 13px;
}
.vc_row h2.contact-heading {
	font-size: 28px;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
}
.vc_row .testimonial-company:before {
	content:',';
}
.vc_row .testimonial-company:before, .vc_row .testimonial-field.qualities .testimonial-field-before {
	padding-right:5px;
}
.vc_row .testimonial-field.tesimonial-date {
	padding:15px 0 0 0;
}
.vc_row .testimonial {
	margin-bottom: 4em;
}
.vc_row .testimonial-field.qualities, .vc_row .testimonial-content {
	padding-bottom:15px;
}
.contact-page #contact {
	display:none;
}
/*FOOTER_SECTION*/
.error404 .content {
	padding:2em 0;
}
.error404 .content input {
	border:2px solid #000000 !important;
}
.error404 .content .search-form-submit {
	color:#ffffff !important;
}
/*TAB_SECTION*/
.vc_row .vc_tta-container .vc_tta-controls-icon {
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 37px !important;
	height: 37px !important;
	background-color: #ffffff;
	border-width: 6.5px;
}
h4.vc_tta-panel-title .vc_tta-title-text {
	padding-left: 10px;
	color: #fff;
	font-weight: 400;
	font-size: 28px;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: transparent !important;
	background-color: transparent !important;
	overflow: hidden;
}
.vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 0;
}
body .vc_row .vc_tta-panels .vc_tta-panel-body {
	padding-left: 3.2em;
}
.vc_row .vc_tta-container h4.vc_tta-panel-title .vc_tta-title-text:after {
	content: "";
	height: 2px;
	background-color: #ffffff;
	width: 100%;
	margin-left: 15px;
	top: 50%;
	position: absolute;
}
.vc_row .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_row .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
	border-color: #282828;
}
.vc_row .resource-tab p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc_row .resource-tab p img {
	margin-bottom:0;
}
.vc_row .ginput_container_fileupload input {
	color:#ffffff !important;
}
.single-product .content {
	width:100%;
    margin-bottom:0px;
}
.single-product .sidebar {
	display:none;
}
.single-product .comment-respond {
	display:none;
}
.woocommerce-shop .content, .woocommerce div.product div.summary {
	width:100%
}
.woocommerce-shop .sidebar, .woocommerce div.product div.images.woocommerce-product-gallery, .woocommerce ul.products li.product a img {
	display:none;
}
.gform_wrapper.gravity-theme .gfield label, .gform_validation_container {
	display: inline-block;
}
#loginform input {
    max-width: 100%!important;
}
#loginform #wp-submit {
    background: #00adee;
    color: #ffffff!important;
    font-size: 16px!important;
    font-weight: 400;
    border-radius: 5px!important;
    padding: 10px 58px!important;
    border: 0!important;
}
.pmpro_content_message {
    text-align: center;
    font-weight: bold;
    padding: 10em 0em;
}
#product-560 .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: block;
}
#product-560 div.images img {
    width: auto;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
section.related.products {
    display: none;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #3c3939;
}
.single-product .woocommerce-info a {
    background-color: #00adee;
    text-decoration: none;
    color: #fff;
    padding: 6px 37px;
    margin: 7px;
}
.single-product .woocommerce-info a:hover {
    background-color: #000;
}
.woocommerce-page .site-footer {
    border-top: 2px solid #3c3939;
}
.pmpro_content_message a, .pmpro_content_message a:link {
    margin: 10px 10px 0 0;
    background-color: #00adee;
    color: #fff !important;
    border: 0;
    width: 200px;
}
.pmpro_content_message .padding {
    padding: 20px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1200px){
	.vc_row .menu li {
		padding: 0 7px;
	}
	.vc_row .menu a span {
		font-size: 14px;
	}
	.logo-title {
		font-size: 35px;
	}
	.vc_row.contact-row .vc_row h2.contact-heading {
		font-size: 25px;
	}
	h4.vc_tta-panel-title .vc_tta-title-text {
		padding-left: 0;
	}
	.vc_row .vc_tta-container h4.vc_tta-panel-title .vc_tta-title-text:after {
		display:none;
	}
	.vc_row.specimen-steps p {
		line-height: 21px;
		margin: 0 0 5px;
		font-size: 14px;
	}
	.audio-steps .wpb_column .vc_column-inner {
		padding: 2em 2em 1em 1em !important;
	}
	.audio-steps .wpb_column:nth-child(3) .vc_column-inner {
		padding-right: 1em !important;
	}
	.woocommerce-checkout .site-inner {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 1023px){
	.logo-title {
		font-size: 33px;
	}
	.audio-steps .wpb_column:last-child .vc_column-inner {
		padding-right:1em !important;
	}
	.audio-steps p {
		line-height: 17px;
		margin: 0;
		font-size: 14px;
	}
	.vc_row .vc_row.audio-steps .vc_btn3.vc_btn3-style-custom {
		padding: 5px 20px;
	}
	.vc_row .menu a span {
		font-size: 13px;
	}
	.single-product .woocommerce-info {
		line-height: 34px;
	}
}
@media only screen and (max-width: 959px){
	/*.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .vc_row .menu li span {
	color: #212121;
}
	.genesis-nav-menu li.page_item.current-menu-item > a span {
	color: #ffffff;
}
	.menu-toggle {
	padding: 0;
	font-size: 24px;
	margin: 0 auto;
}
	.vc_row .menu li {
	padding: 5px 0;
	text-align:center;
}
	.vc_row .nav-primary {
	top: 20px;
	background: #00adee;
	z-index: 9;
	position: absolute;
	left: 50%;
	width: 60%;
	transform: translate(-50%, 0);
	padding: 0 0 10px 0 !important;
}*/
	.site-header .vc_row.text-center {
		padding-top:0 !important;
	}
	.menu-toggle {
		display:none;
	}
	.logo-title {
		font-size: 25px;
	}
	.site-header .menu-toggle::before, .vc_row .testimonial-company:before, .vc_row .testimonial-field.qualities .testimonial-field-before {
		display:none;
	}
	.vc_row.contact-row .vc_row .vc_btn3.vc_btn3-style-custom {
		width: 145px;
	}
	.vc_row.contact-row h3, .site-footer p {
		font-size: 14px;
	}
	.vc_row.contact-row h2 {
		font-size: 16px;
	}
	.vc_row.specimen-steps p {
		line-height: 17px;
		font-size: 14px;
	}
	.vc_row.specimen-steps img {
		width:25px;
		height:25px;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		display: block;
	}
	.vc_row.specimen-steps .vc_btn3.vc_btn3-style-custom {
		padding: 5px 20px;
	}
	.vc_row.specimen-steps .vc_btn3-container {
		padding-top:0 !important;
	}
}
@media only screen and (max-width: 767px){
	.vc_row .text-right, .site-header .wpb_column, .vc_row .wpb_single_image, .vc_row .gform_wrapper .gform_footer {
		text-align:center !important;
	}
	.vc_row.contact-row .mobilesecond {
		padding:2em 0;
	}
	.vc_row.banner-text .wpb_single_image {
		padding-bottom:1em;
	}
	.site-header .text-right, .site-header .vc_row.text-center {
		padding-top:1em !important;
	}
	.site-header .logo-column .wpb_wrapper {
		justify-content:center;
	}
	.vc_row .alignleft {
		float: none;
		margin: 0 auto 20px auto;
		display: block;
	}
	.vc_row.contact-row .vc_row .vc_btn3.vc_btn3-style-custom {
		width: 235px;
	}
	.audio-steps .vc_column-inner {
		padding: 0 2em 0 0 !important;
		margin: 1em 0;
		min-height: 265px;
	}
	.audio-steps .wpb_text_column {
		width:30%;
		margin: 0 auto;
	}
	.audio-steps .wpb_column:last-child .vc_column-inner {
		padding-right:0 !important;
	}
	.vc_row .strong-content.strong-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.vc_row.specimen-steps .wpb_column .vc_column-inner {
		min-height:260px;
		margin:1em 0;
	}
	.vc_row.specimen-steps .wpb_column .wpb_text_column {
		width:280px;
		margin: 0 auto;
	}
	.vc_row .resource-tab p img {
		float: left;
		margin: 0 20px 0 0;
	}
	.vc_row.specimen-steps img {
		width:40px;
		height:40px;
	}
}
@media only screen and (max-width: 640px){
	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
		grid-column: 1/-1;
	}
	h2 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 639px){

}
@media only screen and (max-width: 479px){
	.vc_row.studio-row h2 {
		font-size: 20px;
	}
	.logo-title, .vc_row.banner-text p {
		font-size: 17px;
	}
	.vc_row.bio-row .vc_row .vc_btn3.vc_btn3-style-custom {
		font-size: 14px;
		padding: 10px 8px;
	}
	.audio-steps .wpb_text_column {
		width: 200px;
	}
	.audio-steps .vc_column-inner {
		min-height: 225px;
	}
	h4.vc_tta-panel-title .vc_tta-title-text {
		font-size: 18px;
	}
	.site-header .vc_btn3-container.vc_btn3-inline {
		display:block;
		margin:10px 0 !important;
	}
	.vc_row.specimen-steps .wpb_column .wpb_text_column {
		width: 200px;
	}
	.vc_row.specimen-steps .wpb_column .vc_column-inner {
		min-height: 200px;
	}
}