.special_divider .col-inner{
	margin-bottom:20px;
}
.special_divider .text{
	max-width:810px;
	margin:0 auto;
}
.list_core_values .text {
	flex: 0 0 calc(20% - 15px);
	max-width: calc(20% - 15px);
	background-color: #fff;
	padding: 20px 5px;
	font-weight: 500;
	font-size: 1.2em;
	position: relative;
}
.list_core_values .text::before {
  	content: '';
  	position: absolute;
  	width: 10px;
  	height: 60%;
  	background-color: var(--secondary-color);
  	opacity: 0.5;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%) skew(-30deg);
  	z-index: 0;
}
.list_core_values .text:nth-child(2n)::before {
  	background-color: var(--primary-color);
}
.list_services {
	justify-content: center;
}
.list_services .col.post-item {
	margin: revert;
}
/*.blog-single .article-inner .entry-content.single-page {
	padding-bottom: 0;
}*/
.blog-single .article-inner .et_post_meta_wrapper {
	display: none;
}
.widget_nav_menu .menu .current-menu-item > a {
	color: var(--primary-color);
}
.widget_recent_entries ul li a[aria-current="page"] {
	font-weight: 800;
	color: var(--primary-color);
}
.widget .current-cat > a {
	color: var(--primary-color) !important;
}
.box-contact {
	padding: 28px 40px;
/*	border: 1px solid #ccc;*/
}
.box-form-contact .wpcf7-form .wpcf7-form-control {
	margin-bottom: 0;
	padding: 25px 15px;
}
.wrap_btn_submit .wpcf7-submit {
/*	background-color: #1b3045 !important;*/
/*	border-radius: 5px;*/
	font-size: 1.2em;
/*	margin-right: 0;*/
}
.wrap_btn_submit p {
	position: relative;
	display: inline-block;
}
.wrap_btn_submit .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: unset;
}
.wrap_btn_submit.processing::before {
	display: none;
}

.box-form-contact .wpcf7-form.sent .wpcf7-response-output {
	display: none !important;
}

#popup_notice .mfp-close {
	background-color: #c0001a;
    transform: unset;
    opacity: 1;
    mix-blend-mode: unset;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
#popup_notice .mfp-close .feather {
    width: 20px;
}
@media screen and (min-width: 993px) {
	.archive .blog-archive .post-sidebar,
	.single .blog-single .post-sidebar {
		padding-left: 0;
	}
}
.banner_site {
	min-height: 200px !important;
}
@media screen and (max-width: 549px) {
	.list_core_values {
		flex-wrap: wrap;
	}
	.list_core_values .text:first-child {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0 !important;
	}
	.list_core_values .text {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin-top: 20px !important;
	}	
	.box-frame-map {
		order: -1;
		padding-bottom: 0;
	}
	.box-frame-map iframe {
		height: 300px;
	}
	.box-contact {
		padding: 15px 20px;
	}
	.banner_site {
		padding:20px 0 !important;
		min-height: auto !important;
	}
	.banner_site .section-title-container.no-line .section-title{
		margin-bottom:0;
		font-size:1.2em;
	}
}
