div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

header .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill {
	padding-top: 32px;
	overflow: hidden;
}

.wpb_column.vc_column_container.vc_col-sm-12.sc_layouts_column .wpb_wrapper:after,
.tp-revslider-slidesli:after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: .4;
	transition: opacity .1s ease-out;
}

.wpb_column.vc_column_container.vc_col-sm-12.sc_layouts_column .wpb_wrapper:after {
	top: -32px;
	padding-top: 32px;
	height: 1500px;
}

.wpb_wrapper>*,
.slotholder {
	position: relative;
	z-index: 2;
}

.menu-item.menu-item-has-children .sub-menu {
	text-align: left;
}

.menu-item.menu-item-has-children .sub-menu>li>a,
.menu-item.menu-item-has-children .sc_layouts_menu_nav>li li>a {
	padding: 0.5em;
	border-radius: 0;
	text-align: left;
}

.menu_mobile .menu-item.menu-item-has-children .sub-menu>li>a,
.menu_mobile .menu-item.menu-item-has-children .sc_layouts_menu_nav>li li>a {
	padding-left: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
	margin: 0 auto;
    display: block;
}

.menu_mobile .menu_mobile_nav_area > ul > li li.menu-item.menu-item-has-children li > a {
    padding-left: 2em;
}

.menu-item.menu-item-has-children .sub-menu>li>a:after {
	right: 5px;
}

.sc_form .trx_addons_textarea_wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.copyright {
	text-align: left;
}

.copyright a {
	font-size: 14px;
}

.contacts_socials.socials_wrap {
	margin: 0;
	white-space: normal;
}
.wpb_wrapper table {
	width: 100%;
}
.sc_team_columns_wrap.sc_item_columns.sc_3n .trx_addons_column-1_4:nth-child(n+4),
.sc_services .sc_services_columns_wrap.sc_item_columns.sc_3n .trx_addons_column-1_4:nth-child(n+4) {
	display: none;
}

.scheme_default a.__cf_email__ {
	color: #969fa8;
}

.mt-1 {
	margin-top: -1px;
}

.scheme_default .modx_evo_button_likar_more.sc_button {
	padding: 0.9333em 2.1333em 1.0667em;
	background: #ff8a8b !important;
}

.scheme_default .modx_evo_button_likar_more.sc_button:hover {
	background: #3ec7c5 !important;
	
}

.team_member_img {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 42%;
	margin-right: -6px;
	box-sizing: border-box;
}

.team_member_col {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 58%;
}

blockquote>p>span {
	font-size: inherit !important;
}

@media screen and (max-width:767px) {
	/*
}
	.sc_team_columns_wrap.sc_item_columns.sc_3n .trx_addons_column-1_4:nth-child(n+4),
	.sc_services .sc_services_columns_wrap.sc_item_columns.sc_3n .trx_addons_column-1_4:nth-child(n+4)  {
		display: inline-block;
	}
	*/
	.team_member_img {
		display: block;
		max-width: 350px;
		margin-right: 0;
		padding-right: 0;
	}
	body.single-cpt_team .wpb_single_image.team_member_img {
		padding-right: 0;
	}

	.team_member_col {
		display: block;
		max-width: 100%;
	}

}

@media screen and (max-width:720px) {
	.wpb_wrapper table tbody tr:first-child {
		display: none;
	}
	.wpb_wrapper table tbody tr:nth-child(odd) {
		background: #fafafa;
	}
	.wpb_wrapper table tbody td {
		display: block;
	}
	.sc_team_columns_wrap.sc_item_columns.trx_addons_columns_wrap.columns_padding_bottom {
		padding-left: 0;
		padding-right: 0;
	}
	.copyright {
		text-align: center;
	}
}