/*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=Raleway:wght@400;600;700&amp;family=Red+Hat+Text&amp;family=Roboto&amp;display=swap');
/*BASIC_SETTINGS*/
body {
	font-family: 'Raleway', sans-serif;
	color:#20283C;
	background-color:#ffffff;
	font-size: 20px;
}
body > div {
	font-size: 20px;
}
a {
	text-decoration: none !important;
	color: #20283C;
}
.site-inner{
	margin-top:0;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Raleway', sans-serif;
	font-weight : 700;
}
h1  {
	font-size: 38px;
}
h2, .vc_row.about-row h1 {
	font-size: 36px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.menu li {
	padding: 0 14px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
} 
.genesis-nav-menu li.page_item.current-menu-item > a {
	padding: 28px 0 !important;
	background-image: url(https://www.chatterboxvo.com/wp-content/uploads/2020/06/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.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: 12px;
	font-weight: 400;
	border-radius:0px;
	padding: 2px 15px;
}
.vc_row.video-row .vc_row .vc_btn3.vc_btn3-style-custom i{
	color: #20283c;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #20283c;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #20283c;
	opacity:  1;
}
::-moz-placeholder {
	color:    #20283c;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #20283c;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #ffffff;
	border: 0 !important;
	color: #20283c;
	font-size: 14px !important;
	font-weight: 600;
	padding: 9px 12px !important;
	border-radius:0px !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
	padding-right: 0px;
}
.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: #572422;
	color: #ffffff;
	font-size: 18px !important;
	font-weight: 400;
	padding: 8px 2em !important;
}
.vc_row .gform_wrapper .gform_footer{
	margin: 0;
	padding: 7px 0 0;
}
.vc_row .gform_confirmation_message{
	padding:8em 0;
}
/*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: 20px;
	height: 20px;
	border:0;
}
.vc_row .vc_icon_element.vc_icon_element-outer {
	vertical-align: middle;
}
/*AUDIO_SECTION*/
.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, audio{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.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: #ffffff;
	top: 23px;
	height: 7px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
	font-size: 11px;
	top: 2px;
	left: 1px;
	color: #ffffff;
}
.customaudioplayer .mejs-button, .download-audio .fa-download {
	width: 11px;
	height: 13px;
	align-items: center;
	justify-content: center;
	top: 25px;
	position: relative;
	left: 0px;
}
.customaudioplayer .mejs-button{
	margin-right:5px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before{
	content: "\f04b";
}
.customaudioplayer .mejs-pause:before {
	content: "\f04c";
}
.vc_row .mejs-time-rail{
	padding-top: 14px;
	margin: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:17px !important;
	width: calc(100% - 12px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 75%;
	margin:0 auto 28px auto !important;
	background: #572422;
	padding:0 5px;
}
.custom-audio-title{
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: -22px;
	left: 0px;
	font-size: 15px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #572422;
	font-weight: bold;
}
.customaudioplayer .download-audio .fa-download:before{
	content: "\f063";
	left: 0px;
	top: 3px;
	color: #ffffff;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 13px;
	top: -16px;
}
.download-audio .fa-download{
	width: 11px;
	top: -10px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background: #287d91 !important;
	height: 7px;
}
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;
}
.vc_row .mejs-controls {
	padding: 0 8px 0 0;
}
.vc_row .demo-column .vc_column-inner {
	background: linear-gradient(0deg, rgba(233, 228, 209, 1) 0%, rgba(47, 123, 144, 1) 68.21%, rgba(47, 123, 144, 1) 100%);
}
.vc_row .demo-column .vc_row .vc_column-inner {
	background: none;
}
.vc_row .demo-column:before{
	content: '';
	background: #287d91;
	position: absolute;
	width: 100%;
	height: 100px;
	top: -70px;
	z-index: -1;
}
.vc_row .audio-heading .wpb_wrapper{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:400;
	color:#ffffff;
}
.title-column .wpb_wrapper{
	align-items: center;
	display: flex;
}
.title-column h2 {
	font-size:31px;
}
.vc_row.banner-row{
	background-position:bottom !important;
}
.vc_row.banner-row a.mpc-icon-column {
	display: flex;
	width: 215px;
	margin-left: auto;
	box-shadow: 5px 6px 9px 0px rgba(0,0,0,.3);
}
/*VIDEO_SECTION*/
#load-more.disable, .group, #load-more1.disable, .vc_row.group1 {
	display:none;
}
.group.active, .vc_row.group1.active {
	display: block;
}
.vc_row.videos-row, .vc_row.logo-row, .vc_row.contact-row{
	background-position:left !important;
}
.vc_row.videos-row, .vc_row.logo-row, .vc_row.contact-row, .vc_row.blog-row{
	background-size: 35% 100% !important;
}
.vc_row .text-center.wpb_column h2{
	font-weight:400;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row:before, .vc_row.blog-row:before, .vc_row.contact-row:before{
	content:'';
	display:block;
	background : linear-gradient(90deg, rgba(233, 228, 209, 1) 0%, rgba(233, 228, 209, 1) 11.99%, rgba(206, 193, 167, 1) 84.66%, rgba(206, 193, 167, 1) 100%);
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
}
.vc_row.testimonial-row, .vc_row.blog-row, .vc_row.contact-row{
	background-position:right !important;
}
.vc_row.testimonial-row, .vc_row.contact-row {
	background-size: 38% 100% !important;
}
.vc_row.testimonial-row .text-center{
	display: flex;
	align-items: center;
}
.vc_row.testimonial-row .fa-quote-left{
	transform: scaleX(-1);
}
/*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 {
	background-size: 39% 100% !important;
}
/*BLOG_SECTION*/
.vc_row.blog-row .vc_btn3.vc_btn3-style-custom {
	font-size: 9px;
}
/*SIDEBAR_SECTION*/
.wp-playlist .mejs-controls .mejs-button button {
	left: 0;
}
.wp-audio-playlist .mejs-button>button, .wp-audio-playlist .download-audio a, .wp-playlist-prev:before, .wp-playlist-next:before , .toggle-font{
	background-image:none!important;
}
.vc_row .wp-audio-playlist .mejs-button.mejs-play:before, .vc_row .wp-audio-playlist .mejs-button.mejs-pause:before, .vc_row .wp-playlist-next:before, .vc_row .wp-playlist-prev:after, .vc_row .toggle-font{
	font-family: fontawesome;
	font-size: 20px;
	color: #fff;
	width: 30px;
	height: 27px;
	background-color: #572422;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sidebar .vc_row .mejs-button.mejs-play:before{
	content: "\f04b";
}
.sidebar .vc_row .mejs-button.mejs-pause:before{
	content: "\f04c";
}
.sidebar .vc_row .wp-playlist-next:before{
	content: "\f101";
}
.sidebar .vc_row .wp-playlist-prev:after{
	content: "\f100"; 
}
.sidebar .vc_row .toggle-font:before{
	content: "\f0c9";
}
.wpse-download, .wpse-download a:hover{
	position:relative;
	color:#fff !important;
	display: block;
}
.wpse-download i {
	position: absolute;
	right: 8px;
	top: -26px;
}   
body .wp-playlist-item{
	padding-left: 8px !important;
}
.wp-audio-playlist .mejs-volume-button, .wp-audio-playlist .mejs-controls a.mejs-horizontal-volume-slider,.wp-audio-playlist .mejs-time.mejs-duration-container, .wp-playlist .wp-playlist-current-item img,span.mejs-time-handle, .home .mejs-time{
	display:none!important;
}
.wp-playlist.wp-audio-playlist .mejs-container {
	margin-top: 2em;
}
.wp-audio-playlist .wp-playlist-tracks {
	background-color: #572422 ;
}
.wp-audio-playlist .wp-playlist-item-title {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.wp-audio-playlist.wp-playlist-light .wp-playlist-playing{
	background: #6dabb5 ;
	color: #ffffff;
}
.wp-playlist-current-item .wp-playlist-item-title {
	color: #572422;
	font-weight: 400;
	font-size: 20px;
	top: 5px;
	position: absolute;
}
.wp-playlist.wp-audio-playlist  {
	border: 0;
	padding: 0;
	margin: 0;
}
.wp-audio-playlist .wp-playlist-current-item {
	margin-bottom: 0;
	height: auto;
}
.wp-audio-playlist .wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 5px 0px;
	border-bottom: 2px solid #fff;
	background-color: #572422;
	text-align: left;
}
.wp-audio-playlist .mejs-time-rail {
	width: 100%;
	position: absolute;
	top: -34px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.wp-audio-playlist .mejs-button {
	top: -1px;
	position: relative;
}
.wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded,.wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #572422 !important;
}
.sidebar .vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .sidebar .vc_row .mejs-time-float-corner, .sidebar .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
	top:13px;
}
.wp-playlist-next:before {
	content: "";
	font-family: 'Font Awesome';
	cursor: pointer;
	font-size: 35px;
	color: #fff;
}
.wp-playlist-prev:before {
	position: relative;
	top: -20px;
	right: 93px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.wp-playlist-next {
	position: relative;
	top: -20px;
	right: 37px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.wp-playlist-prev {
	position: relative;
	top: -20px;
	right: 44px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.mejs-time {
	position: absolute;
	top: -49px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
body .sidebar .mejs-controls{
	height: 19px;
}
.wp-audio-playlist span.mejs-currenttime {
	color: #3d362f;
}
.sidebar .vc_row .mejs-container .mejs-controls{
	background: transparent !important;
}
.toggle-font{ 
	position: absolute;
	margin: 0;
	top: 48px;
	z-index: 9999;
	cursor: pointer;
	right: 15px;
}
body .sidebar .mejs-time-current {
	background: #6dabb5 !important;
}
/*CONTACT_SECTION*/
.vc_row.contact-row .gfield_html p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 26px;
}
.vc_row.contact-row .gform_wrapper {
	width: 88%;
	margin: 0 auto;
}
/*REPRESENTATION_SECTION*/
.vc_row.representation-row a.mpc-icon-column {
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc_row.representation-row {
	background-position: top !important;
}
.vc_row.representation-row h2 {
	position: relative;
	top: -60px;
	right: 8px;
}
/*FOOTER_SECTION*/
.footer-widget  p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.footer-widget p, .footer-widget p a,.footer-widget p a:hover{ 
	color:#e4efed;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1680px){
	.logo-column .vc_column-inner:first-child{
		padding-right: 3em !important;
		padding-left: 3em !important;
	}
	.mpc-carousel-testimonial{
		width: 85%;
	}
}
@media only screen and (max-width: 1200px){
	.vc_row.representation-row h2 {
		right: 45px;
		font-size: 24px !important;
	}
	.menu li {
		padding: 0 6px;
	}
	.demo-column a.mpc-icon-column {
		display: flex;
		margin-right: 0;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 1176px){
	.vc_row.representation-row h2 {
		right: 0;
	}
}
@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;
	}	
	.menu a span {
		font-size: 14px;
	}
	.vc_row.representation-row h2 {
		position: static;
		text-align: center !important;
		color: #20283c !important;
	}
	.vc_row.representation-row {
		background-image: none !important;
		padding-top: 0em !important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #ffffff;
	}
	.menu-toggle {
		padding:10px 0;
		font-size: 24px;
	}
	.header-widget .vc_row .wpb_column{
		width:100%;
		text-align:center !important;
	}
	.title-column .wpb_wrapper {
		justify-content: center;
	}
	.genesis-nav-menu li.page_item.current-menu-item > a {
		padding: 0 !important;
		background-image: none;
	}
	.menu li {
		padding: 5px 0;
	}
	.audio-heading h2{
		font-size:18px !important;
	}
	h2 {
		font-size: 28px;
	}
	.footer-widget .mobilesecond p {
		font-size: 11px;
	}
	.vc_row.representation-row .vc_row{
		padding-bottom:0 !important;
	}
	.demo-column a.mpc-icon-column h3{
		font-size:13px !important;
	}
	.vc_row.representation-row .wpb_column.vc_col-sm-4 {
		width:100%!important;
	}
	.vc_row.representation-row .duygu-logo{
    padding-top: 15px!important;
}
}
@media only screen and (max-width: 767px){
	.vc_row.parentrower .innercontainer { 
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex !important;
		-webkit-flex-wrap: wrap; 
		flex-wrap: wrap;
	}
	h1, h5, h2, .vc_row .wpb_single_image, .blog-row p, .vc_row .vc_btn3-container, .footer-widget .text-right, .footer-widget p, .footer-widget .vc_row, .mpc-testimonial .mpc-testimonial__signature{
		text-align:center !important;
	}
	.header-widget .vc_row a.mpc-icon-column {
		display: flex;
		margin-bottom: 20px !important;
	}
	.vc_row .innercontainer {
		display: block !important;
	}
	.vc_row.banner-row a.mpc-icon-column {
		margin: 10px auto;
	}
	.vc_row.about-row{
		padding-left: 0 !important;
	}
	.vc_row.videos-row, .vc_row.logo-row, .vc_row.contact-row, .vc_row.blog-row, .vc_row.testimonial-row {
		background-image: none !important;
	}
	.vc_row.videos-row .text-center, .vc_row.logo-row .text-center, .vc_row.contact-row .text-center, .vc_row.blog-row .text-center, .vc_row.testimonial-row .text-center {
		background-color:#648e90;
	}
	.testimonial-row .mobilesecond .vc_column-inner{
		padding:3em 15px !important;
	}
	.logo-column .vc_column-inner{
		padding:2em 15px 0 15px !important;
	}
	.vc_row.agent-row .wpb_column, .mpc-carousel-testimonial{
		width:100%;
	}
	.demo-column a.mpc-icon-column h3{
		font-size:14px !important;
	}
	.logo-column .vc_column-inner:first-child {
		padding-left:0 !important;
		padding-right:0 !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.gf_right_half {
		padding:0px;
	}
}
@media only screen and (max-width: 479px){
	.vc_row a.mpc-icon-column {
		display: flex;
		margin: 10px 0;
		padding: 0;
		border: 0;
	}
	.representation-row .mpc-icon-column__heading {
font-size: 16px!important;
}
}