/*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=Acme&amp;family=Oxygen:wght@300;400;700&amp;family=Prompt:wght@300;400;500;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&amp;display=swap');/*font-family: 'Open Sans', sans-serif;*/

body {
	font-family: 'Prompt', sans-serif;
	color:#05191B;
	font-weight : 300;
}
body > div {
	font-size: 20px;
}
a {
	text-decoration: none !important;
	color: #1e1e1e;
}
.site-inner{
	margin-top:0px;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Prompt', sans-serif;
	font-weight : 600;
}
h1{
	font-size: 40px;
}
h2 {
	font-size: 36px;

}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1.site_title{
	font-family: 'Acme', sans-serif;
	font-weight:400;
	color:#014F6E;
	font-size:136.77px;
	text-shadow: -5px 5px 0 rgba(0, 0, 0, .3);
}
h1.site_title i{
	font-style: normal;
	color: #F6F3E1;
	font-size: 108.85px;
	position: relative;
	top: -56px;
}
/*MENU_SECTION*/
.menu a span {
	color: #313b4f;
	font-family: 'Prompt', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.menu li {
	padding: 0 30px;
}
.menu li:first-child{
	padding-left:0;
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
	color: #ffffff;
}
.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{
	background-color: #efb847;
	padding-bottom: 10px;
	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-size: 18px;
	font-weight: 400;
	border-radius: 0px;
	padding: 4px 54px;
	background-image: none;
	font-family: 'Prompt', sans-serif;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:#56C2B1;
	opacity:  1;
}
:-moz-placeholder { 
	color:#56C2B1;
	opacity:  1;
}
::-moz-placeholder {
	color:#56C2B1;
	opacity:  1;
}
:-ms-input-placeholder {
	color:#56C2B1;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #222830;
	border: 0;
	color:#56C2B1;
	font-size: 14px !important;
	font-weight: 400;
	padding: 9px 12px !important;
	border-radius:0px !important;
}
input:focus, select:focus, textarea:focus {
	border: 0;
}
.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], input[type=submit]{
	margin: 0;
	color:#05191B;
	background: #EFB947;
	font-size: 20px !important;
	font-weight: 700;
	padding: 5px 2.3em !important;
}
.vc_row .gform_wrapper .gform_footer{
	margin: 0;
	padding: 7px 0 38px 0;
}
.gform_wrapper textarea.medium {
	height: 78px;
}
.vc_row .gform_confirmation_message{
	padding:7.7em 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: 35px;
	height: 36px;
}
.vc_row .vc_icon_element.vc_icon_element-outer {
	vertical-align: middle;
}
/*AUDIO SECTION*/
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float,.mejs-time.mejs-duration-container,.mejs-time.mejs-currenttime-container,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: 3px;
	height:8px;
}
body .mejs-time-current {
	background: #0F4C56!important;
	height: 8px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f04b";
}
.mejs-pause:before {
	content: "\f04c";
}
.download-audio .fa-download:before{
	content: "\f063";
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before, .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
	font-size: 12px;
	top: 7px;
	color: #044C56;
	left: 6px;
}
.customaudioplayer .mejs-button {
	width: 20px;
	height: 20px;
}
.customaudioplayer .mejs-controls {
	height: 22px;
	padding: 0;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0 5px;
	height:20px !important;
	width: calc(100% - 30px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin: 32px 0;
	background: #F5F0EE;
}
.custom-audio-title{
	position: absolute;
	top: -22px;
	left: 0;
	font-size: 14px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #F6F3E1;
	font-family: 'Prompt', sans-serif;
}
.download-audio a{
	position: absolute;
	right: -8px;
	bottom: -2px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !important
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-weight:400;
}
i.fa-facebook-official::before {
	content: "\f09a";
}
.vc_row.banner-row{
	background-position: center bottom !important;
	background-size:initial !important;
}
.vc_row.banner-row .vc_single_image-img{
	position: relative;
	top: 27px;
	z-index: 9;
}
.vc_row.banner-row .wpb_column.vc_col-sm-6:nth-child(2)  .vc_row.vc_inner .audio-column .wpb_wrapper:nth-child(1){
	margin-top: 4em;
	margin-left: 10em;
}
#target-demotag .wpb_wrapper{
	margin-top: 0em;
	margin-left: 0em;		
}
.vc_row.banner-row .wpb_column.vc_col-sm-6:last-child:after {
	content: '';
	background-image: url(https://www.krisdonaldsonvoice.com/wp-content/uploads/2020/07/kris_donaldson_banner_star_bg.png) !important;
	width: 93px;
	height: 93px;
	display: block;
	position: absolute;
	right: -13em;
	bottom: 4em;
	left: 0;
	margin: 0 auto;
}
/*FLIP_SECTION*/
.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content {
	width: 370px !important;
	height: 370px !important;
	margin: 0 auto;
}
.vc_row .mpc-flipbox__front p{
	color:#00989B;
	font-size:18px;
	line-height: 22px;
}
.vc_row .mpc-flipbox__back p{
	color:#05191B;
	font-size: 16px;
	line-height: 18px;
}
.vc_row.flip_heading h2{
	position: relative;
	z-index: 9;
	top: 80px;
}

.vc_row.flip_row .wpb_column:last-child .mpc-flipbox__back .wpb_text_column {
	padding: 0 54px;
	margin-top:2em;
}
.vc_row.flip_row .mpc-flipbox__back .wpb_text_column {
	padding: 0px 35px;
}
/*BIO_SECTION*/
.vc_row.bio_row h2 i{
	font-style: normal;
	color: #ffffff;
}
.vc_row.bio_row:before{
	content: '';
	background: url(https://www.krisdonaldsonvoice.com/wp-content/uploads/2020/07/kris_donaldson_bio_shapebg_image.png);
	width: 100%;
	height: 760px;
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	margin: 0 auto;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/*BLOG_SECTION*/
.vc_gitem-zone.vc_gitem-zone-a .vc_gitem_row.vc_gitem-row-position-top, .vc_gitem-zone.vc_gitem-zone-a .vc_gitem_row.vc_gitem-row-position-top .vc_col-sm-12.vc_gitem-col{
	position: absolute;
	bottom: 0;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item {
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item .vc_gitem-post-category-name{
	font-family: 'Open Sans', sans-serif;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:last-child {
	border-right: 0;
}
.vc_gitem-zone.vc_gitem-zone-b{
	background-color:#f39f1e;	
}
.vc_gitem-zone.vc_gitem-zone-b .vc_grid-filter.vc_grid-filter-center {
	text-align: left;
	text-align: left;
	line-height: 13px;
}
.vc_gitem-zone.vc_gitem-zone-a .vc_grid-filter.vc_grid-filter-center{
	padding-bottom: 12px !important;
	line-height: 13px;
}
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
	background-color: transparent;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover {
	border-color: #fff;
}
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span {
	color:#fff;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item {
	border-color: #fff;
}
.vc_gitem-zone-b .vc_gitem-post-data {
	margin-top: 18px;
}
.vc_gitem-zone.vc_gitem-zone-b .vc_grid-filter-item:first-child{
	padding-left:0
}
.comment-form-author{
	width: 50%;
	float: left;
}
.comment-form-email{
	width: 49%;
	float: right;
}
.comment-form-url{
	clear: both;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 100%;
}
/*VIDEO_SECTION*/
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row:before{
	content: '';
	background-image: url(https://www.krisdonaldsonvoice.com/wp-content/uploads/2020/07/kris_donaldson_testimonial_shape_bg.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 100%;
	height: 436px;
	bottom: 6em;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.vc_row.testimonial-row .mpc-carousel__wrapper{
	padding: 0 5em;
}
.mpc-testimonial__signature{
	padding-top: 2em;
}
.mpc-testimonial__signature span{
	font-style: italic !important;
}
.vc_row.testimonial-row .mpc-carousel__wrapper::before, .vc_row.testimonial-row .mpc-carousel__wrapper::after {
	font-family: FontAwesome;
	content: '\f10d';
	position: absolute;
	font-size: 55px;
	color: #0E4F6E;
}
.vc_row.testimonial-row .mpc-carousel__wrapper::before {
	top: 0px;
	left: 0;
}
.vc_row.testimonial-row .mpc-carousel__wrapper::after {
	content: '\f10e';
	top: 0px;
	right: -23px;
}
/*LOGO_SECTION*/
.vc_row .mpcslick-prev {
	left: 15px;
	position:relative;
}
.vc_row .mpcslick-next {
	right: 15px;
	position:relative;
}
.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;
}
/*BLOG_SECTION*/
/*SIDEBAR_SECTION*/
.sidebar .widget {
	margin-bottom: 0px;
}
h2.widgettitle{
	text-align: center;
}
.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: #121c1f;
	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: #121c1f ;
}
.wp-audio-playlist .wp-playlist-item-title {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
body .wp-audio-playlist.wp-playlist-light .wp-playlist-playing{
	background: #3da5c6;
	color: #ffffff;
}
.wp-playlist-current-item .wp-playlist-item-title {
	color: #121c1f;
	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: #121c1f;
	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: -8px;
	position: relative;
	left: -14px;
}
.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: #121c1f !important;
}
.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: #56C2B1 !important;
}
.sidebar .vc_row .mejs-time-total{
	top: 14px !important;
}
/*CONTACT_SECTION*/
.vc_row.contact-row:after {
	content: '';
	background-image: url(https://www.krisdonaldsonvoice.com/wp-content/uploads/2020/07/kris_donaldson_contact_star_bg.png) !important;
	width: 174px;
	height: 203px;
	display: block;
	position: absolute;
	right: 5px;
	top: -30px;
}
/*FOOTER_SECTION*/
.representation-row p, .representation-row p a {
	font-family: 'Lato', sans-serif;
	line-height: 25px;
	color: #044c56;
	font-weight: 700;
	font-size: 18px;
}
.vc_row.representation-row:before {
	content: '';
	background-image: url(https://www.krisdonaldsonvoice.com/wp-content/uploads/2020/07/kris_donaldson_representation_shape_bg.png) !important;
	width: 82px;
	height: 137px;
	bottom: 23%;
	position: absolute;
	display: block;
}
/*RESPONSIVE_SECTION*/

@media only screen and (max-width: 1280px){
	.vc_row.bio_row:before {
		height: 780px;
		background-size: 700px 100%;
		background-image: url(https://www.krisdonaldsonvoice.com/wp-content/uploads/2020/07/kris_donaldson_mobileview.png);
	}
}
@media only screen and (max-width: 1200px){
	.menu li {
		padding: 0 13px;
	}
	h1.site_title i {
		font-size: 82px;
	}
	.vc_row .audio-column h3{
		font-size: 32px !important;		
	}
	.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content {
		width: 315px !important;
		height: 315px !important;
	}
	/*.vc_row .mpc-flipbox__back p{
	padding-top:2.5em;
}*/
	.mpc-flipbox__wrapper {
		background-size: 100% !important;
	}
	.vc_row.testimonial-row .mpc-carousel__wrapper::before, .vc_row.testimonial-row .mpc-carousel__wrapper::after{
		font-size: 40px;			
	}
	.vc_row.testimonial-row .mpc-carousel__wrapper::after {
		right: 0;
	}
	.vc_row.blog_row .vc_gitem-zone-b  .vc_gitem_row .vc_gitem-col{
		padding-right: 2em !important;
		padding-left: 2em !important;	
	}
	.vc_row.flip_row .mpc-flipbox__back .wpb_text_column {
		padding: 0 44px;
	}
	.vc_row .mpc-flipbox__back p {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 1115px){
	.vc_row.bio_row:before {
		height: 820px;
		background-size: 612px 100%;
	}
}
@media only screen and (max-width: 1030px){
	.vc_row.bio_row:before {
		height: 848px;
		bottom: 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;
	}
	.vc_row.flip_row .wpb_column, .vc_row.banner-row .wpb_column{
		width:100%;
	}

	.vc_row.flip_row .innercontainer, .vc_row.banner-row .innercontainer{
		display: block;	
	}
	.vc_row.banner-row .vc_single_image-img {
		display: none;	
	}
	.vc_row .vc_hidden-md {
		display:block !important;
	}
	.vc_row.banner-row {
		background-image: none !important;
		background-color: #41a5c5;
		border-top: 20px solid #f5f3e0;
		padding-bottom: 3em;
	}
	.vc_row.banner-row h1.vc_custom_heading {
		margin-left: 0 !important;
		text-align: center !important;	
	}
	.vc_row.banner-row .wpb_column.vc_col-sm-6:nth-child(2) .vc_row.vc_inner .audio-column .wpb_wrapper:nth-child(1) {
		margin: 0;
	}
	.vc_row.banner-row .wpb_column.vc_col-sm-6:last-child:after{
		bottom: 8em;
	}
	.vc_row.bio_row:before {
		background-image: none;
	}
	.vc_row.flip_row{
		background-image: url(https://www.krisdonaldsonvoice.com/wp-content/uploads/2020/07/kris_donaldson_flip_mobilebanner.png) !important;
		padding-bottom: 3em !important;
	}
	.vc_row.logo-row{
		padding-top: 3em;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .vc_row .sub-menu-toggle {
		color: #ffffff;
	}
	.menu-toggle {
		font-family: 'Prompt', sans-serif;
		font-size: 18px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.nav-primary{
		position: absolute;
		text-align: center;
		padding: 10px !important;
		right: 0;
		border: 6px solid #f5f3e0;
		background: #efb847;
		left: 0px;
		padding-top: 0 !important;
		margin: 0 auto;
		z-index: 99;
	}
	.menu li {
		padding: 3px 0px;
	}
	.menu li .sub-menu{
		background-color: transparent;
		padding: 0;
		text-align: center;
	}
	.menu a span {
		font-size: 20px;
	}
	.site-header .vc_row .wpb_column {
		width:100%;
	}
	.site-header .vc_row .text-right{
		text-align:center;
	}
	.vc_row.blog_row .vc_gitem-zone-b .vc_gitem_row .vc_gitem-col {
		padding-right: 12px !important;
		padding-left: 12px !important;
		padding-top: 0 !important;
	}
	.vc_row.blog_row .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div{
		font-size: 15px !important;
	}
	.vc_row.testimonial-row .wpb_column.vc_col-sm-12{
		background: #f5f0ee !important;	
		border-radius: 45px;
		padding: 25px 0;	
		width: 95%;
		margin: 0 auto;
	}
	.vc_row.testimonial-row::before {
		display:none;
	}
	.menu li {
		padding: 7px 0px;
	}
	.site-header .vc_row.vc_row-has-fill{
		padding-top: 1em !important;
		padding-bottom: 1em !important;
	}
	.site-header .vc_row{
		overflow: visible !important;
	}
	.site-header .text-right.vc_col-sm-4 {
		z-index: 0;
	}
}
@media only screen and (max-width: 767px){
	h1, h5, h2,h3, .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;
	}
	.vc_row.contact-row a.mpc-icon-column {
		display: flex;
		margin: 20px 0!important;
	}
	.vc_gitem-zone.vc_gitem-zone-a .vc_gitem_row.vc_gitem-row-position-top, .vc_gitem-zone.vc_gitem-zone-a .vc_gitem_row.vc_gitem-row-position-top .vc_col-sm-12.vc_gitem-col{
		position: inherit;		
	}
	.vc_row.representation-row .wpb_column{
		width:100%;
	}
	.vc_row.representation-row .innercontainer{
		display: block;	
	}
	.vc_responsive .vc_grid-filter {
		display: block !important;
	}
	.vc_row.testimonial-row .mpc-carousel__wrapper {
		padding: 0 2em;
	}
	.vc_row.testimonial-row .mpc-carousel__wrapper::before, .vc_row.testimonial-row .mpc-carousel__wrapper::after {
		font-size: 26px;
	}
	.vc_row .mpc-navigation.mpc-align--left .mpc-nav__arrow.mpcslick-next {
		right: -66px;
		position: relative;
	}
	.vc_row .mpc-navigation.mpc-align--left .mpc-nav__arrow.mpcslick-prev {
		left: -66px;
		position: relative;
	}
	.comment-form-author,.comment-form-email{
		width: 100%;
		float: none;
	}
}
@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: 639px){

}
@media only screen and (max-width: 479px){
	h1.site_title{
		font-size: 102px;	
	}
	h1.site_title i {
		font-size: 60px;
	}
	.vc_row.testimonial-row .mpc-carousel__wrapper {
		padding: 0 2em;
	}
	.vc_row.flip_row .mpc-flipbox__back .mpc-flipbox__wrapper, .vc_row.flip_row .mpc-flipbox__front .mpc-flipbox__wrapper{
		padding-left: 0 !important;
		background-image: none !important;
		border-radius: 50%;
	}
	.vc_row.flip_row .mpc-flipbox__front .mpc-flipbox__wrapper{
		background-color: #f5f3e0;
		border: 4px solid #044c56;
	}
	.vc_row.flip_row .mpc-flipbox__back .mpc-flipbox__wrapper{
		background-color: #efb847;
		border: 4px solid #f5f0ee;
	}
	.vc_row .mpc-flipbox__front, .vc_row .mpc-flipbox__back, .vc_row .mpc-flipbox__content {
		width: 260px !important;
		height: 260px !important;
	}
	.vc_row.flip_row .mpc-flipbox {
		margin-bottom:10px;
	}
	h2 {
		font-size: 30px;
	}
}