/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 31 2025 | 06:19:43 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: "OpenSans-Regular";
	font-display: swap;
	src: url("https://talent.thevoiceactorcollege.com/wp-content/uploads/2025/11/OpenSans-Regular.ttf");
}
@font-face {
	font-family: "OpenSans-SemiBold";
	font-display: swap;
	src: url("https://talent.thevoiceactorcollege.com/wp-content/uploads/2025/11/OpenSans-SemiBold.ttf");
}
@font-face {
	font-family: "OpenSans-Bold";
	font-display: swap;
	src: url("https://talent.thevoiceactorcollege.com/wp-content/uploads/2025/11/OpenSans-Bold.ttf");
}
body {
	font-family: "OpenSans-Regular";
	color:#000000;
	font-weight: 400;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a{
	text-decoration: none !important;
	color: #000000;
}
a:hover, a:focus {
	color: #99529F;
}
.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%;
}
.site-container {
	overflow: hidden;
}
body .entry-content, .entry-summary {
	margin: 0 0rem !important;}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: "OpenSans-Bold";
	font-weight:700;
}
h1 {
	font-size: 38px;
}
h2{
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*MENU_SECTION*/
.vc_row .menu a {
	font-family: "OpenSans-Bold";
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}
.vc_row .menu li {
	padding: 0 5px;
	margin:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.vc_row .genesis-nav-menu a {
	padding:0;
}
.menu-row .menu-column.wpb_column {
	z-index:999;
}
.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 .secondary-menu{
	display:inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.site-header .secondary-menu li a {
	font-weight: normal;
	font-family: "OpenSans-Regular";
	text-transform: uppercase;
	font-size: 16px;
}
/* li.cart-icon span:after {
content: "";
display: inline-flex;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
vertical-align: middle;
margin-left: 10px;
} */
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #000000;
	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;
}
.vc_row .menu li:first-child {
	padding-left: 0;
}
.vc_row .menu li:last-child {
	padding-right: 0;
}
.vc_row .sub-menu-toggle{
	color: #ffffff;
	top: 2px;
	right: -6px;
	display: block !important;
	visibility: visible !important;
	padding: 0;
}
.sub-menu-toggle::before {
	content: "▼";
	width: auto;
	height: auto;
	font-size: 14px;
}
.sub-menu-toggle.activated::before {
	content: "▲";
}
.genesis-nav-menu .menu-item.menu-item-has-children {
	margin-right: 10px;
}
/*BUTTON_SECTION*/
.vc_row .vc_row .vc_btn3.vc_btn3-style-custom, li.member-button a, .login-message-button a {
	font-family: "OpenSans-Bold";
	font-weight:700;
	background-color: #FAF3FF;
	padding: 10px !important;
	border: 3px solid #99529F;
	color: #000000 !important;
	font-size: 16px !important;
	border-radius: 25px;
	background-image: none;
}
.vc_row .vc_btn3-container.disable {
	margin: 0 !important;
}
.vc_row li.member-button{
	margin-left: 15px;
}
li.member-button a{
	width: 170px;
	padding: 10px 5px !important;
	text-align: center;
}
.login-message-button a {
	padding: 10px 30px !important;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder {
	color: #000!important;  
	opacity: 1;
}
:-moz-placeholder {
	color: #000!important;  
	opacity: 1;
}
::-moz-placeholder {
	color: #000!important;  
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000!important;  
	opacity: 1;
}
/*FORM_SECTION*/
input,select,textarea {
	font-family: "OpenSans-Regular";
	font-weight:400;
	background: #fff;
	color: #000000 !important;
	font-size: 15px!important;
	padding: 10px!important;
	border: 2px solid #9357ab !important;
	line-height: 1
}
.wppb-user-forms input[type="checkbox"], .wppb-user-forms input[type="radio"]
{
	padding: 0!important;
}
.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="number"],
.wppb-user-forms textarea,
.wppb-user-forms select,
.wppb-form input[type="text"],
.wppb-form input[type="email"],
.wppb-form input[type="password"],
.wppb-form textarea,
.wppb-form select,
.form-profile-builder input,
.form-profile-builder textarea,
.form-profile-builder select,
.wp-profile-builder input,
.wp-profile-builder textarea,
.wp-profile-builder select {
	font-family: "OpenSans-Regular"!important;
	font-weight: 400 !important;
	background: #ffffff !important;
	color: #000000 !important;
	font-size: 15px !important;
	padding: 10px !important;
	border: 2px solid #9357ab !important;
	line-height: 1.5 !important;
	box-sizing: border-box !important;
	outline: none !important;
	-webkit-appearance: none !important;
	transition: box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
body #wppb-form-style-1-wrapper .wppb-form-text-field input:hover, body #wppb-form-style-1-wrapper .wppb-form-text-field input:focus, body #wppb-form-style-1-wrapper .wppb-form-text-field textarea:hover, #wppb-form-style-1-wrapper .wppb-form-text-field textarea:focus, #wppb-form-style-1-wrapper #select_user_to_edit_form .wppb-form-field .select2-selection, .wppb-form-field select, .wppb-ul-user{
	border: 2px solid #9357ab !important;
}
body .wppb-ul-search input#wppb-search-fields:focus{
	border-color: #9357ab !important;
}
#wppb-form-style-1-wrapper, .wppb-ul-image{
	margin: 0 auto;
}
#wppb-form-style-1-wrapper .wppb-form-select-field select {
	background-size: 15px !important;
}
#wppb-form-style-1-wrapper .form-submit input, #wppb-loginform .login-submit input#wppb-submit, .wppb-ul-user #wppb-view-profile, body .wppb-ul-user #wppb-view-profile:focus{
	background: linear-gradient(90deg, rgba(102, 92, 167, 1) 0%, rgba(111, 90, 166, 1) 27.68%, rgba(135, 86, 162, 1) 72.57%, rgba(153, 82, 159, 1) 100%);
	color: #ffffff !important;
	border: 0 !important;
}
#wppb-form-style-1-wrapper .form-submit, #wppb-form-style-1-wrapper .login-submit {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}
#wppb-form-style-1-wrapper .wppb-form-select-field.label-outside label, #wppb-form-style-1-wrapper .wppb-form-text-field.label-outside label{
	margin-bottom: 0px;
}
.wppb-form-field:not(#select_user_to_edit_form .wppb-form-field, .wppb-checkbox-terms-and-conditions, .wppb-gdpr-checkbox, .wppb-subscription-plans) label:not(.wppb-checkboxes label, .wppb-radios label){
	display: inline-block;
}
p.wppb-front-end-logout, p.alert, p.wppb-alert, p.warning, p.error, p.wppb-success, #wppb_register_pre_form_message{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.userlisting_pagination {
	border-top: 0 !important;
}
#wppb-ul-theme-vergrid .wppb-faceted-list h5, .wppb-ul-theme .wppb-ul-info h2
{
	color: #000000 !important;
}
#wppb-remove-facets-container li a.wppb-remove-all-facets, .wppb-ul-user-details a{
	color:#9357ab !important;
}
#wppb-remove-facets-container li a{
	background-color:#FAF3FF !important;
	color:#000000 !important;
}
#wppb-ul-theme-vergrid .wppb-ul-user
{
	padding: 10px!important;
	width: auto !important;
	height: auto !important;
}
body .wppb-ul-container {
	justify-content: center;
	margin-bottom:0;
}
body hr.wppb-ul-separator
{
	border-bottom: 1px solid #9357ab !important;
	margin: 8px 0 20px !important;
}
.wppb-main h2, .wppb-main p{
	margin-bottom:8px !important;
}
.wppb-main h2{
	color: #9357ab !important;
}
.wppb-userlisting-container li {
	list-style-type: none !important;
}
.wppb-userlisting-container li div {
	margin: 10px 0px;
}
.wppb-userlisting-container .wppb-ul-filters {
	display: block !important;
}
.wppb-demo-block p.wppb-demo-title {
	margin-bottom: 0px!important;
	font-size: 16px;
	text-transform: capitalize;
}
.wppb-ul-info p {
	margin-bottom: 2px !important;
}
span.wppb-ul-label, .login-row h2, #wppb-form-style-1-wrapper .wppb-form-text-field.label-outside label, #wppb-loginform .login-submit input#wppb-submit, #wppb-form-style-1-wrapper .wppb-form-select-field.label-outside label,  #wppb-form-style-1-wrapper .wppb-checkbox:not(.wppb-gdpr-checkbox) > label, #wppb-form-style-1-wrapper .wppb-upload > label, body #wppb-form-style-1-wrapper .wppb-wysiwyg label {
	font-family: "OpenSans-SemiBold";
}
#wppb-login-wrap form#wppb-loginform .wppb-form-text-field.label-outside label, #wppb-login-wrap .login-remember label{
	color:#ffffff;
	border-radius: 0;
}
#wppb-form-style-1-wrapper.wppb-user-login-form {
	width: 325px !important;
}
#wppb-form-style-1-wrapper .wppb-form-text-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]){
	height: 40px;
}
body #head_shot_info_container .wppb-description-delimiter{
	display: block !important;
}
.media-frame input[type=search] {
	padding: 0px 5px 0px 5px !important;
}
body .wppb-ul-filters .wppb-facet-select:focus{
	border: 2px solid #9357ab !important;
}
body #wppb-ul-theme-vergrid ul.wppb-faceted-list select{
	webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding-right: 40px !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 14px) center !important;
	background-size: 12px 12px !important;
	background-image: url(https://talent.thevoiceactorcollege.com/wp-content/uploads/2025/12/down-arrow.svg) !important;
}
body #wppb-ul-theme-vergrid {
	width: 1200px;
}
/*HEADER_SECTION*/
.logo-title a{
	font-size: 25px;
	color: #120F38;
	font-weight: 700;
	font-family: "OpenSans-Bold";
	text-decoration: none !important;
	margin-left: 10px;
}
.logo-image img {
	width: 40px;
	height: 50px;
}
.site-logo,.logo-image {
	display: flex;
	align-items: center;
}
.header-row .inline, .footer-row .inline{
	vertical-align:middle;
}
.wpb_raw_code.social-icons a {
	display: flex;
}
.login-row h2{
	font-size: 44px;
}
.login-row .wpb_text_column.login-form-text{
	max-width: 320px;
	margin: 0 auto;
}
/*BIO_SECTION*/
p {
	line-height: 25px;
	margin: 0 0 15px;
}
/*FOOTER_SECTION*/
.footer-row .wpb_text_column p, .footer-row .wpb_text_column p a{
	font-family: "OpenSans-Regular";
	color:#000000;
	font-size: 14px;
	font-weight:400;
	line-height: 18px;
}
.demo-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
#wppb-login-wrap label {
	width: 100% !important;
}
#wppb-loginform .login-submit input#wppb-submit {
	background: #ffffff;
	color: #000000 !important;
}
body .userlisting_pagination .page-link:not(.pageLink_fist, body .pageLink_previous, .pageLink_next, body .pageLink_last), body .userlisting_pagination .selected, .userlisting_pagination .page-link.pageLink_fist, .userlisting_pagination .page-link.pageLink_previous, .userlisting_pagination .page-link.pageLink_next, .userlisting_pagination .page-link.pageLink_last
{
	width: 40px;
	height: 40px;
	font-size: 14px;   
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;   
	border: 1px solid #99529F !important;
	color: #99529F !important;
	margin-bottom:0;
}
/*Table*/
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #ccc;
	padding: 8px 12px;
	text-align: left;
}
th {
	background-color: #f2f2f2;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.vc_row .menu li {
		padding: 0 3px;
	}
	.vc_row .menu a {
		font-size: 15px;
	}
	.vc_row li.member-button{
		margin-left: 0px;
	}
	li.member-button a {
		width: 150px;
	}
	li.member-button a {
		font-size: 14px !important;
	}
	.site-header .secondary-menu li a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 959px){
	.header-menu {
		display: none;
	}
	.site-header .secondary-menu li {
		margin: 10px auto;
	}
	.sidebar nav {
		display: block;
	}
	.header-row .wpb_column{
		width: 100%;
		text-align: center;
	}
	.header-row .menu-column.wpb_column, #wprmenu_bar .menu_title{
		display:none;
	}
	html body div#wprmenu_bar {
		width: 100%;
	}
	html body div.wprm-wrapper, #wprmenu_bar {
		overflow-x: hidden;
	}
	.site-logo, .logo-image {
		margin-bottom: 5px;
		justify-content: center;
	}
	#header-section{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	#header-section .vc_btn3-container.vc_btn3-left {
		text-align: center !important;
	}
	body #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.member-button a,  body #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.member-button a:hover{
		margin-bottom: 10px;
		background-color: #FAF3FF !important;
		color: #000000 !important;
	}
	li.member-button a {
		width: auto;
	}
	.vc_row .secondary-menu {
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px){
	h1,h2,h3,.blog-row p, .site-footer p, .vc_row .text-right, .vc_row .vc_btn3-container, .vc_row.footer-row .vc_row, .vc_row .gform_wrapper .gform_footer, .header-row .vc_column-inner, .wpb_single_image, .sidebar .widget-wrap{
		text-align:center !important;
	}
	.profile-left-img .wppb-ul-image{
		width: auto !important;
		height: auto !important;
	}
	.wppb-main h2, .wppb-main h1 {
		text-align: left !important;
	}
	.wppb-main{
		display: block !important;
	}
	.error404 .entry-content .search-form {
		width:100%;
	}
	.demo-list {
		grid-template-columns: 1fr;
	}
	div#wppb-ul-theme-vergrid,.bio-section{
		display: block !important;
	}
	.headshot-section {
		margin: 0 auto;
	}
	.bio-section .wppb-ul-image {
		float: none !important;
		margin: 15px auto !important;
	}
	#footer-section .wpb_text_column {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 720px){
	#wppb-ul-theme-vergrid .wppb-ul-user {
		overflow: visible;
		width: 275px !important;
	}
}
@media only screen and (max-width: 639px){
	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
		grid-column: 1/-1;
	}
	.vc_row .alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px auto !important;
	}
	#wppb-form-style-1-wrapper .wppb-checkboxes {
		column-count: 1;
	}
}
@media only screen and (max-width: 479px){
	h2 {
		font-size: 30px;
	}
	.login-row h2 {
		font-size: 35px;
	}
}


