/*FONTS_SETTINGS*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;family=Source+Sans+Pro:wght@300;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&amp;display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	color:#1e1e1e;
	background-color:#bcc6bb;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #1e1e1e;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : 700;
}
h1{
	font-size: 40px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu a span {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
}
.menu li {
	padding: 0 28px;
}
.menu li:first-child{
	padding-left:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
/*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;
}
/*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 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-radius:0px;
	padding: 2px 15px;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #fff;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #fff;
	opacity:  1;
}
::-moz-placeholder {
	color:    #fff;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #fff;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #272838;
	border: 0 !important;
	color: #fff;
	line-height:1;
	font-size: 16px !important;
	font-weight: 400;
	padding: 9px 12px !important;
	border-radius:0px !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	padding-right: 8px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 8px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	margin: 0;
	background: #6d453f;
	font-size: 18px !important;
	font-weight: 400;
	padding: 5px 2.3em !important;
}
.vc_row .gform_wrapper .gform_footer{
	text-align:right;
	margin: 0;
	padding: 7px 0 0;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
}
.gform_wrapper textarea.medium {
	height: 135px;
}
/*ICON_SECTION*/
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 16px !important;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 35px;
	height: 36px;
}
.vc_row .vc_icon_element.vc_icon_element-outer {
	vertical-align: middle;
}
.header-widget a.mpc-icon-column {
	vertical-align: middle;
}
/*VOICEZAM_PLAYER*/
.clsVZbutton{
	clear: both;
	position: relative;
	display: inline-flex;
	padding: 5px 5px 5px 5px;
	width:100%;
	margin-bottom:9px;
}
.vc_row .clsDemoName{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 42px);
	display: inline-block;
	border-bottom: 10px solid #ffffff;
	position: relative;
	top: -16px;
	text-align: left;
	color: #231F20;
	font-family: 'Source Sans Pro', sans-serif;
}
.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-flex;
	width: calc(100% - 2px);
	box-shadow: none !important; 
}
.clsBtnDownload{
	box-shadow: none !important;
	left: auto;
	right: 0;
	position: absolute;
	width: 19px;
	top: 7px;
	height: 23px;
}
.btnColor {
	color:#ffffff;
}
.btnPlayIcon, .btnPauseIcon {
	margin: 9px 8px 0 0;
	font-size:20px;
}
.clsVZbutton .fa-download:before{
	content: "\f019";
	color:#6d453f;
	font-size: 20px;
}
#voiceDemos{
	z-index:9;
	left: 50%;
	transform: translate(-50%, 0);
}
:focus{
	outline:none !important
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:400;
}
.vc_row.menu-row {
	background-position: bottom !important;
}
/*BANNER_SECTION*/
.vc_row .list_column li {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	list-style-type: none !important;
}
.vc_row .list_column li:before {
	content: "\f068";
	font-family: fontawesome;
	padding-right: 9px;
	color: #6d453f;
	font-weight: 700;
	margin-left: -21px;
}
.vc_row .list_column .wpb_text_column .wpb_wrapper {
	display:inline-block;
	text-align:left;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .mpc-testimonial__content{
	padding:0 5em;
}
.vc_row.testimonial-row .mpc-testimonial__content:before, .vc_row.testimonial-row .mpc-testimonial__content:after{
	position:absolute;
	font-size:80px;
	color:#6d453f;
	font-family:fontawesome;
	line-height:1;
}
.vc_row.testimonial-row .mpc-testimonial__content:before {
	content:'\f10d';
	left:2px;
	top:0;
}
.vc_row.testimonial-row .mpc-testimonial__content:after {
	content:'\f10e';
	right:2px;
	bottom:0;
}
/*LOGO_SECTION*/
.vc_row.logo-row .mpc-carousel-image .mpc-carousel__item-wrapper{
	display:flex !important;
	justify-content:center;
}
.vc_row.logo-row .mpc-carousel-image {
	height: auto!important;
}
.vc_row.logo-row .mpc-navigation {
	display:block!important;
}
.vc_row.logo-row .mpcslick-prev, .vc_row.logo-row .mpcslick-next {
	position:relative;
}
.vc_row.logo-row .mpcslick-prev {
	left:3em;
}
.vc_row.logo-row .mpcslick-next {
	right:3em;
}
/*BLOG_SECTION*/
.vc_row.blog-row p {
	color: #fff;
	line-height:1.5;
	margin:0;
}
/*CONTACT_SECTION*/
.contact-row i{
	color:#6d453f;
	font-style:normal;
}
.vc_row.contact-row a.mpc-icon-column {
	display: flex;
}
.vc_row.contact-row p.contact-sign{
	font-family: 'Dancing Script', cursive;
	font-weight:700;
	font-size:25px;
	text-align:right;	
	padding-right:4em;	
}
/*FOOTER_SECTION*/
.footer-widget p{
	font-size:16px;
}
.vc_row.menu-row {
	overflow: visible!important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.vc_row.about-row h1 {
		font-size:85px !important;
	}
}
@media only screen and (max-width: 1023px){
	body .vc_row .vc_row .wpb_column a.mpc-icon-column h3.mpc-icon-column__heading {
		margin:0 !important;
	}
	body .vc_row .vc_row .wpb_column a.mpc-icon-column .mpc-icon{
		margin:0 5px 0 0!important;
	}   
	.vc_row.about-row h1 {
		font-size: 75px !important;
	}
	.vc_row.video-heading {
		margin-top:0 !important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #ffffff;
	}
	.menu-toggle {
		padding:0;
		font-size: 24px;
		font-weight: 700;
	}
	.menu li {
		padding: 4px 0;
	}
	.nav-primary {
		top: 23px;
		background: #272838;
		z-index: 9;
		position: absolute;
		left: 50%;
		width: 60%;
		transform: translate(-50%, 0);
		padding: 0 0 10px 0 !important;
	}
	.vc_row .demo-column h2{
		font-size:19px !important;
	}
	.vc_row.about-row h1 {
		font-size: 60px !important;
	}
}
@media only screen and (max-width: 767px){
	h1, h2, .vc_row .wpb_single_image, .blog-row p, .vc_row .vc_btn3-container, .footer-widget .vc_row, .mpc-testimonial .mpc-testimonial__signature, .header-widget .vc_row {
		text-align:center !important;
	}
	.vc_row.logo-row .mpcslick-prev {
		left: 0;
	}
	.vc_row.logo-row .mpcslick-next {
		right: 0;
	}
	.vc_row .demo-column h2 {
		padding-top: 3em;
	}
	.vc_row.contact-row .wpb_single_image {
		padding-bottom:2em;
	}
	.header-widget .vc_row a.mpc-icon-column {
		display: flex;
		margin: 5px 0 !important;
	}
	body .footer-widget .mpc-icon {
		margin-left:0;
	}
}
@media only screen and (max-width: 640px){
	.gform_wrapper .gform_body ul.gform_fields li.gf_left_half ,.gform_wrapper ul.gform_fields li.gf_right_half {
		padding:0px;
	}
}
@media only screen and (max-width: 479px){
	h2 {
		font-size: 27px;
	}
	.vc_row.testimonial-row .mpc-testimonial__content {
		padding: 0 1.5em;
	}
	.vc_row.testimonial-row .mpc-testimonial__content:before, .vc_row.testimonial-row .mpc-testimonial__content:after {
		font-size:25px;
	}
	.vc_row.logo-row .mpc-navigation{
		display:none !important;
	}
}