.special_divider .col-inner{
	margin-bottom:20px;
}
.special_divider .text{
	max-width:810px;
	margin:0 auto;
}
.list_core_values .text {
	flex: 0 0 calc(16.6% - 15px);
	max-width: calc(16.6% - 15px);
	background-color: #fff;
	padding: 20px 5px;
	font-weight: 500;
	font-size: 1em;
	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);
}

/*.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;
	margin-bottom:30px;
}
.info-contact .box-contact:last-child{
	margin-bottom:0
}
.box-contact a{
	color:#2daae1;
}
@media screen and (max-width: 768px) {
	.box-contact {
		padding: 10px;
	}
	.box-contact h3{
		margin-bottom:0;
	}
	.box-frame-map, .info-contact{
		padding-bottom:0 !important;
	}
	.box-frame-map iframe{
		height:325px;
	}
}
@media screen and (max-width: 549px) {
	.box-contact {
		margin-bottom:5px;
	}
}
.box-form-contact .wpcf7-form .wpcf7-form-control {
	margin-bottom: 0;
	padding: 25px 15px;
}
.wrap_btn_submit .wpcf7-submit {
	background-color: var(--fs-color-secondary) !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;
}
@media screen and (max-width: 549px) {
	.wrap_btn_submit p {
		display:block;
	}
	.box-form-contact .wrap_btn_submit .button{
		display:block;
		width:100%;
	}
}
#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: 850px) {
	.archive .blog-archive .post-sidebar,
	.single .blog-single .post-sidebar {
		padding-left: 0;
	}
	.post-sidebar #secondary{
		position:sticky;
		top:110px;
		overflow:auto;
		height:87vh;
	}
	.admin-bar .post-sidebar #secondary{
		top:140px;
		height:83vh;
	}
}
.banner_site {
	min-height: 200px !important;
}
@media screen and (max-width: 768px) {
	.banner_site {
		padding:30px 0 !important;
		min-height: auto !important;
	}
	.banner_site .section-title-container.no-line .section-title{
		margin-bottom:0;
		font-size:1.6em;
	}
}
@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;
	}
}
.stack.items-stretch{
	display:block;
}
.stack.items-stretch .button{
	padding:3px 15px !important;
	border-width:1px;
	margin: 5px !important;
}
#wrapper .stack.items-stretch .button:hover{
	color:#fff
}
@media screen and (max-width: 768px) {
	.stack.items-stretch .button {
		padding: 0px 8px !important;
		margin: 2px 0 !important;
		background: #ff914d;
		color: #fff;
		font-size: 12px;
	}
}
.ux-menu-link__link{
	color:#2ca7de !important;
}
.ux-menu-link__link:hover{
	color:#ff3332 !important;
}
#wrapper a.icon-circle:hover, #wrapper a.remove:hover, #wrapper a:hover{
	color:#ff3332
}
#wrapper blockquote{
	font-size:inherit;
}
.single-page a{
	color:#2ca7de;
	text-decoration:underline;
}
.entry-header-text{
	padding:0 !important;
}
.entry-header-text .entry-title{
	font-size:2em;
}
@media screen and (max-width: 549px) {
	.entry-header-text .entry-title{
		font-size:1.6em;
	}
}
.box-text h5{
	font-size:1.2em;
}
@media screen and (min-width: 1020px) {
	.single-page .wp-caption{
		max-width:700px;
	}
}
.single-page .wp-caption{
	clear: both;
    display: block;
    margin: 0 auto 2em;
	text-align:center;
}
.tb-responsive{
	width:100%;
	overflow:auto;
	font-size:15px;
}
.tb-responsive table{
	border-collapse: collapse;
}
.tb-responsive table th, .tb-responsive table td{
	border:1px solid #ececec;
	padding:10px;
}
.tb-responsive table thead th{
	background:#2ca7de;
	color:#fff;
}
.tb-responsive table tbody th{
	background:#f2f2f2;
	color:#ff3332;
}
.tbl-odd table tr:nth-child(even) {background-color: #f5f5f5;}
.info-temp{
	margin-top:35px;
}
.info-temp a{
	text-decoration:none;
}
@media screen and (min-width: 767px) {
	.blog-posts-custom-element-wrapper .large-columns-2>.col{
		flex-basis: 50%;
		max-width: 50%;
	}
}
.blog-wrapper .nav-pagination>li>a, .blog-wrapper .nav-pagination>li>span{
	border-radius:0;
	background:#353d54;
	border-color:#353d54;
	color:#fff !important;
}
.blog-wrapper .nav-pagination>li>a:hover, .blog-wrapper .nav-pagination>li>span:hover, .blog-wrapper .nav-pagination>li> .current{
	background:#ff3332;
	border-color:#ff3332;
}