/*FONTS_SETTINGS*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700,800,900,900i&amp;display=swap');/* font-family: 'Merriweather', serif; */
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700,800&amp;display=swap');/* font-family: 'Merriweather Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&amp;display=swap');/* font-family: 'Shadows Into Light Two', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&amp;display=swap');
/*font-family: 'Great Vibes', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,700,800&amp;display=swap');/*font-family: 'Work Sans', sans-serif;*/
/*BASIC_SETTINGS*/
body {
	padding:0;
	margin:0;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color:#ffffff;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.site-container {
	background-image: url(https://www.voicealive.net/wp-content/uploads/2020/03/Kathy-Verduin-Voice-Alive-Background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #f2ae8b;
}
:focus {
	outline:none;
}
/*HEADING_SECTION*/
h2 , h3 , h4 , h5 , h6 {
	font-family: 'Merriweather', serif; 
	font-weight : 400;
	text-transform : uppercase;
}
h1 {
	font-size:46px;
}
h2 {
	font-size: 45px;
	font-weight : 600;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
/*EDITS SECTION*/
.indi_mp3j span , .vc_row .gform_wrapper .top_label .gfield_label , .post-edit-link, .error404 .sidebar{
	display:none;
}
.vc_custom_heading a:hover {
	opacity: 1;
}
.inline {
	display:inline-block;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.menu.genesis-nav-menu a, .nav-primary {
	padding: 0 !important;
}
.entry, .site-header p, .site-footer p{
	margin-bottom:0;
}
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu a span {
	color: #2a2869;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu li {
	padding: 0 12px;
}
.menu-item-type-post_type.current-menu-item > a span {
	color: #eccfac !important;
	background-image: url(https://www.voicealive.net/wp-content/uploads/2020/01/Kathy-Verduin-Voice-Alive-current-menu-background.png);
	background-size: 83px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 18px;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	background-color: #149cd0;
	border:0;
	width:100%;
}
.menu li .sub-menu{
	top: 28px;
	background-color: #149cd0;
	padding-bottom:15px;
	border:0;
	width:100%;
	text-align: left;
}
.menu li .sub-menu li a span{
	font-size: 18px;
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
}
.nav-primary {
	float: none;
}
.widget_nav_menu{
	background-image: url(https://www.voicealive.net/wp-content/uploads/2020/01/Kathy-Verduin-Voice-Alive-Menu-Background.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 540px!important;
	padding: 3em;
}
/*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 {
	background: #ed1c8f;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 35px!important;
	line-height: 1.5;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #792a8b;
	opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #792a8b;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #792a8b;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #792a8b;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: rgba(249, 187, 184, 0.55);
	border: 0;
	font-family: 'Merriweather Sans', sans-serif !important;
	color: #792a8b;
	font-size: 16px !important;
	font-weight: 400;
	padding: 13px !important;
	border-radius:0px !important;
	line-height: 1.2!important;
}
input:focus, textarea:focus {
	border: none;
	outline: none;
}
.vc_row .gform_wrapper input.large, .vc_row .gform_wrapper textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;         
}
.vc_row .gform_wrapper .gform_body {
	width: 100%;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	margin-right: 0;
	padding: 7px 2.9em !important;
	padding: 0 1em;
	color: #e7eae1;
	background-color: #792a8b;
	font-size: 22px !important;
	font-weight: 800;
	font-family: 'Work Sans', sans-serif!important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 13px;
}
.gform_wrapper textarea.small {
	height: 134px;
}
.vc_row .gform_wrapper .gform_body {
	width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0!important;
	margin-top: 0!important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0!important;
	margin-bottom: 11px!important;
	line-height: 0;
}
.gform_footer.top_label {
	padding: 0;
	text-align: center;
	margin-top:20px;
}
.gform_wrapper form {
	max-width: 92%;
}
.gform_confirmation_message {
	padding: 2em 0px 4em;
}
/*AUDIO_SECTION*/
audio, .vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
	padding:0;
}
.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: linear-gradient(90deg, rgba(242, 174, 139, 1) 0%, rgba(255, 255, 255, 1) 100%);
	top: 9px;
	height: 13px;
}
.vc_row .mejs-button>button, body .mejs__replay button{
	background: transparent url(https://www.voicealive.net/wp-content/uploads/2020/01/Kathy-Verduin-Voice-Alive-Sprite-Button.svg);
	background-size: 87px 25px;
	width: 23px;
	height: 25px;
	margin: 8px  0 0;
}
.vc_row .mejs-time-rail{
	padding-top: 14px;
	margin: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 45px)!important;
}
.vc_row .mejs-pause button{
	background-position: -33px 0 !important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1.8em;
}
.custom-audio-title{
	position: absolute;
	top: -25px;
	left: 26px;
}
.download-audio a{
	position: absolute;
	right: 0;
	bottom: 6px;
	background: transparent url(https://www.voicealive.net/wp-content/uploads/2020/01/Kathy-Verduin-Voice-Alive-Sprite-Button.svg);
	color: transparent;
	z-index: 99999;
	background-position: -72px -10px;
	height: 30px;
	width: 38px;
	background-size: 110px 46px;
	margin-left: 10px;
}
.download-audio {
	position: relative;
}
.mejs-button, .mejs-time, .mejs-time-rail {
	width: 26px!important;
}
body .mejs-time-current{
	background: #0369b3 !important;
	height: 13px;
}
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;
}
p.download-audio i {
	display: none;
}
.audio-player .wpb_text_column {
	display: inline-block;
	width: 24%;
	padding: 0 6px;
}
/*HEADER_SECTION*/
h1.site-title {
	font-size:110px;
	font-family: 'Great Vibes', cursive;
	font-weight:400;
	text-transform:none;
}
.vc_row.header-row .text-center p{
	font-family: 'Shadows Into Light Two', cursive;
	font-weight: 400;
	font-size: 36px;
	color: #f2ae8b;
	line-height: initial;
}
h1.site-title:after {
	content: '';
	position: absolute;
	top: -5px;
	background-image: url(https://www.voicealive.net/wp-content/uploads/2020/01/Kathy-Verduin-Voice-Alive-Moon.png);
	width: 117px;
	height: auto;
	padding: 86px 0;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.site-header a.mpc-icon-column {
    display: block;
}
/*ICON SECTION*/
header .mpc-icon-column__content .mpc-icon-column__heading {
	color: #f2ae8b;
	font-size: 16px;
	text-align: inherit;
	text-transform: none;
}
.fa {
	-webkit-text-stroke: 0.5px white;
	-webkit-text-fill-color: #f2ae8b;
}
/*ABOUT_SECTION*/
.vc_row.about-row .vc_column_container>.vc_column-inner {
	width: 85%;
	margin: 0 auto;
}
.vc_row.about-row p{
	line-height: 1.4;
	text-shadow: #595256 1px 0 10px;
}
.vc_row.about-row p:first-child{
	margin-bottom:0;
	padding-bottom:18px;
}
.vc_row.about-row h2{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
}
/*VIDEO_SECTION*/
.vc_row .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0;
}
.wpb_video_widget .wpb_wrapper iframe {
	height: 312px;
	position: relative;
}
.lazy-load-div::before {
	content: "\ "; 
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vc_row.testimonial-row .mpc-carousel-testimonial .mpc-gap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	height: auto !important;
	width:1000px;
}
.vc_row .mpc-testimonial.mpc-transition {
	width: 75%;
	margin: 0 auto;
	justify-content: center;
}
.vc_row .mpc-testimonial .mpc-testimonial__content {
	width: 100%;
}
.mpc-testimonial__description{
	margin-bottom: 5px !important;
}
.vc_row.testimonial-row .mpc-carousel__wrapper {
	position: relative;
	top: 58px;
}
/*CLIENT SECTION*/
.client-row .mpc-carousel__wrapper {
	line-height: 0;
	background-image: url(https://www.voicealive.net/wp-content/uploads/2020/01/Kathy-Verduin-Voice-Alive-Logo-Background.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	padding: 3em 1em;
}
.client-row .mpc-carousel-image {
	width:92%;
	margin:0 auto;
	background-color: #fff;
}
/*CONTACT_SECTION*/
.vc_row.contact-row p{
	font-size:16px;
	color:#f1f2f2;
	text-align:center;
	font-weight:300;
}
.vc_row.contact-row h2{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:400;
}
.vc_row.contact-row .mobilesecond .wpb_single_image .vc_single_image-wrapper{
	background-color: #ffffff;
	padding: 10px;
}
/*FOOTER_SECTION*/
.footer-widget .text-right a:last-child.ts-box-icon-link, .header-widget .text-right a:last-child.ts-box-icon-link {
	margin-left: 7px;
}
.vc_row.footer-row .mobilesecond p{
	color:#ffffff;
	font-size:10px;
	font-family:'Merriweather', serif;
	font-weight:300;
}
.vc_row.footer-row .mobilesecond a{
	color:#ffffff;
}
.vc_row.footer-row .mobilefirst a{
	color:#0369b3;
	font-size:14px;
	font-family:'Merriweather', serif;
	font-weight:900;
}
.vc_row.footer-row .mobilefirst p{
	color:#0369b3;
}
.vc_row .fa-facebook-square:before {
	content: "\f39e"!important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1400px){
	.vc_row.testimonial-row {
		background-size: cover !important;
	}
}
@media only screen and (max-width: 1200px){
	.mpc-testimonial {
		width: 100%;
	}
	.audio-player .wpb_text_column {
		width: 32.5%;
	}
}
@media only screen and (max-width: 1023px){
	.vc_row.header-row .text-center p {
		font-size: 27px;
	}
	header .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 .mpc-icon-column__heading {
		text-align: right!important;
		margin: 3px 0!important;
		font-size: 13px;
	}
	h1.site-title {
		font-size: 80px;
	}
	h1.site-title:after {
		top: 6px;
		width: 87px;
		padding: 67px 0;
		margin-left: 8px;
		background-size: 75px;
	}
}
@media only screen and (max-width: 959px){
	.site-header .vc_row {
		overflow:visible!important;
		z-index: 9999;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #ffffff;
	}
	.menu-toggle {
		margin:0 auto;
		padding:0px;
		float: none;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		background: #5073af;
		width: 200px;
		text-align: center;
		padding: 10px;
		margin: 0 auto;
	}
	.genesis-responsive-menu {
		position: absolute;
		left: 0;
		top: 43px;
	}
	.menu-item-type-post_type.current-menu-item > a span {
		background-size: 74px;
	}
	.nav-primary .genesis-nav-menu a {
		padding: 4px 0px;
	}
	.menu li.page_item a:before {
		top: 0;
		padding: 0;
	}
	.genesis-nav-menu a {
		padding: 3px 0;
	}
	.site-header .menu-toggle::before {
		top: 0;
	}
	.vc_row.about-row .vc_column_container>.vc_column-inner {
		width: 90%;
	}
	.widget_nav_menu {
		background-size: 350px!important;
		padding: 1em 0 1.3em;
	}
	.content-sidebar .site-inner {
		width: 100%;
	}
	.audio-player .wpb_text_column {
		width: 49.5%;
	}
}
@media only screen and (max-width: 767px){	h1.vc_custom_heading,h2.vc_custom_heading,h3.vc_custom_heading,h4.vc_custom_heading,h5.vc_custom_heading,h6.vc_custom_heading, .vc_row .vc_btn3-container, .vc_row .wpb_single_image{
	text-align: center !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display:block  !important;
	}
	.vc_row div.mjp-s-wrapper.s-graphic,.vc_row.about-row .vc_column_container>.vc_column-inner {
		width: 100%;
	}
	.vc_row.parentrower .innercontainer, .vc_row.parentrower {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex!important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mobilefirst {
		-webkit-order: 1;
		order: 1;
	}
	.mobilesecond {
		-webkit-order: 2;
		order: 2;
	}
	.mobilesthird {
		-webkit-order: 3;
		order: 3;
	}
	.wpb_text_column ,.vc_column-inner{
		text-align:center !important;
	}
	h1.site-title {
		font-size: 70px;
	}
	h1.site-title:after {
		top: 12px;
		width: 70px;
		padding: 52px 0;
		margin-left: 4px;
		background-size: 64px;
	}
	.vc_row.menu-row {
		padding-left:0 !important;
	}
	p {
		font-size: 17px;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content p {
		font-size: 18px;
	}
	.vc_row.testimonial-row {
		padding-top: 3em !important;
		padding-bottom: 4em !important;
	}
	.vc_row.contact-row .wpb_single_image {
		padding-bottom: 10px;
	}
	.vc_row.about-row h2 {
		text-shadow: #efd8e2 1px 0 10px;
	}
	header .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 .mpc-icon-column__heading {
		text-align: center!important;
	}
	.genesis-responsive-menu {
		top: 40px;
	}
	.audio-player .wpb_text_column {
		width: 100%;
	}
	.vc_row.about-row {
		padding-top: 5em !important;
	}
}
@media only screen and (max-width: 640px){
	.gform_wrapper .gform_body ul.gform_fields li.gf_left_half ,.gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		padding:0px!important;
	}	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		max-width: calc(100% - 0px);
	}
	.contact-row form {
		width: 100%;
	}
}
@media only screen and (max-width: 639px){
	.vc_row.menu-row .widget_nav_menu {
		background-size: contain !important;
	}
	h1.site-title {
		font-size: 50px;
	}
	h1.site-title:after {
		top: 20px;
		width: 48px;
		padding: 37px 0;
		margin-left: 2px;
		background-size: 45px;
	}
	.vc_row.contact-row h2{
		font-size: 39px;
	}
}
@media only screen and (max-width: 479px){
	.vc_row.header-row .text-center p {
		font-size: 20px;
	}
	h1.site-title {
		font-size: 40px;
	}
	h1.site-title:after {
		top: 25px;
		width: 36px;
		padding: 28px 0;
		margin-left: 0px;
		background-size: 34px;
	}
	.vc_row.contact-row h2{
		font-size: 24px;
	}
	.vc_row.about-row h2{
		font-size: 33px;
	}
	.vc_row.footer-row .mobilefirst a{
		border-right: 0px;
		padding: 0px 0 6px;
		display: block;
	}
	.customaudioplayer {
		width: 100%;
	}
	.custom-audio-title {
		top: -24px;
		font-size: 16px;
	}
	.vc_row.about-row p {
		font-size: 15px;
		text-shadow: none;
		color: #652175;
	}
	.vc_row.contact-row .mobilesecond {
		display: none;
	}
}
@media only screen and (max-width: 380px){
	.client-row .mpc-carousel-image {
		width:100%;
	}
}