/*==========================================
	GENERAL
==========================================*/
::placeholder {color: inherit;opacity: 0.6;}
/*.post-content {margin-bottom:50px;}*/
/*.main-content {min-height:600px;}*/
.small-content {min-height:400px;}
.section-padding {padding: 50px 0;}




/*==========================================
	MAIN MENU
==========================================*/
.main-header {padding: 15px 0;}
.main-header .logo img {height:90px;}
.main-header .logo img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
}
.nav-scroll {
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.main-header.nav-scroll .logo img {height:70px;}




/*==========================================
	FOOTER
==========================================*/
footer {background: var(--primary);}

.footer-top {padding: 50px 0 0;}
.footer-column {margin-bottom: 30px;}
.footer-column .footer-title {color: var(--white); font-size: 18px; margin-bottom: 20px;}
.footer-column p {color: var(--white);}
.footer-menu-nav ul li + li {margin-top: 15px;}
.footer-menu-nav a, .footer-tel a {color: var(--white);}
.footer-menu-nav a:hover, .footer-tel a:hover {color: var(--secondary);}
/*
.footer-social-list ul.social-list li {font-size: 22px; margin-right: 20px;}
.footer-social-list ul.social-list li:last-child {margin-right: 0;}
.footer-social-list ul.social-list li a:hover {color: var(--primary);}
*/
.footer-bottom {}
.footer-bottom-container {padding: 30px 0; border-top: 1px solid rgba(var(--white-rgb), .20);}
.footer-bottom-copyright, .footer-bottom-copyright a {color: var(--white); font-size: 13px;}
.footer-bottom-copyright a:hover {color: var(--secondary);}

.footer-column .footer-title {
	position: relative;
	padding-bottom: 15px;
	/*margin-bottom: 25px;*/
}
.footer-column .footer-title::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background-color: var(--white);
}
.footer-logo {height:90px;}



/*-------------------------------------
SCROLL TO TOP
--------------------------------------*/
.scroll_top {
  width: 40px;
  height: 40px;
  position: fixed;
  font-size: 0;
  z-index: 9999;
  right: 10px;
  bottom: 32px;
  background: var(--black);
  visibility: hidden;
  opacity: 0;
  color: var(--white);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll_top.visible {
  visibility: visible;
  opacity: 1;
}

.scroll_top:before {
  content: "\f106";
	font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: var(--white);
}

.scroll_top:hover {
  background-color: var(--secondary);
}



/*==========================================
	SHARE
==========================================*/
.post-share {margin-top: 25px;}
.post-share h6 {margin: 0 0 15px 0;}
.sharebtn {}
.sharebtn ul {display: flex;gap: 0 20px; padding-left: 0 !important; margin: 15px 0 !important;}
.sharebtn ul li {}
.sharebtn ul li a {font-size: 18px; color: var(--secondary);}
.sharebtn ul li a:hover {color: var(--primary);}
.sharebtn ul li i {}


/*==========================================
0. PAGE BANNER
==========================================*/
.page-banner {
	background: var(--third);
	padding: 25px 0;
}


/*==========================================================
0. BREADCRUMBS
==========================================================*/
#breadcrumbs, #breadcrumbs span {padding: 0;margin: 0;display: flex; flex-wrap: wrap; align-items: center; position: relative;z-index: 99;/*text-transform: uppercase;*/margin: 0;font-family: var(--font-family-title); font-size: var(--font-size16); line-height: 1.4em;}
#breadcrumbs {margin-top: 15px;}
#breadcrumbs a {color: var(--white);}
#breadcrumbs a:hover {color: var(--primary);}
#breadcrumbs span {margin: 0 5px;}
#breadcrumbs span:first-child {margin-left: 0;}
#breadcrumbs span.breadcrumb_last {margin: 0 5px; color: var(--primary);}
#breadcrumbs span.breadcrumb_last span {margin: 0 5px;}
#breadcrumbs span i {font-size: var(--font-size14); margin: 0 5px;}

#breadcrumbs span i.breadcrumb-separator {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid var(--secondary);
}

/*==========================================
	PAGINATION
==========================================*/
.page-numbers {list-style: none; margin: 0; margin-bottom: 0px; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 25px;}
.page-numbers li {padding: 0 5px 5px;}
.page-numbers li:first-child {padding-left: 0;}
.page-numbers li:last-child {padding-right: 0;}
.page-numbers li a, .page-numbers li span {
	display: block;
	background-color: transparent;
	color:  var(--primary);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid  var(--primary);
  border-radius: 20px;
	text-align: center;
	font-size: 16px;
  margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-numbers li a:hover, .page-numbers li span.current {background-color: var(--secondary) ;border-color: var(--secondary);	color: var(--white);}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-numbers li a, .page-numbers li span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-numbers li a, .page-numbers li span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
}


/*==========================================
	UNDERLINE TITLE
==========================================*/
.underline-title {
	position: relative;
	padding-bottom: 15px;
	/*margin-bottom: 25px;*/
}
.underline-title::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 4px;
	background-color: var(--secondary);
}
.text-center.underline-title::after {
	left: 50%;
	transform: translateX(-50%);
}


/*==========================================
	HOME BANER
==========================================*/
.home .banner-image {height: 70vh;}
.banner-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.8)),color-stop(70%, transparent),to(#fff));
	background: linear-gradient(to bottom,rgba(0,0,0,.5),transparent 70%,#fff);
	/*background: linear-gradient(to bottom,rgba(0,0,0,.5),transparent 100%,#fff);*/
}


/*==========================================
	HOME BLOG
==========================================*/
.featured-post, .posts-grid {
	justify-content: space-between;
}

@media (max-width: 992px) {
	.posts-grid {gap: 30px;}
}

.meta-info ul li:not(:last-child)::after {
	content: '|';
	margin: 0 5px;
}

.home-news .single-blog-img {max-height: 440px;}



/*==========================================
	PAGES
==========================================*/
.child-page .inner-box {
	background-color: var(--primary);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 180px;
}



/*==========================================
	ACTU/BLOG
==========================================*/
.actus .single-blog-img {height:250px;}

.widget-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.widget-title::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background-color: var(--white);
}

.widget ul li a {color: var(--white);}
.widget ul li a:hover {color: var(--secondary);}

.widget div.recent {}
.widget div.recent .item {border-bottom: 1px solid var(--white); padding-bottom: 15px; margin-bottom: 15px;}
.widget div.recent .item .single-blog-img {height: 100px;flex: 0 0 100px;}
.widget div.recent .item a {color: var(--white);}
.widget div.recent .item a:hover {color: var(--secondary);}

.posts_navigation a {color: var(--primary);}
.posts_navigation a:hover {color: var(--secondary);}


/*==========================================
	404
==========================================*/
.page_404 .header-404 {font-size: 140px;color: var(--primary);}
.page_404 .header-404 img {height:100px;}



/*==========================================
	FORMS
==========================================*/
input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"], input[type="time"], textarea, select {
	font-size: 15px;
	font-weight: 400;
	border-radius: 20px;
	padding: 12px 20px;
	color: var(--text-color);
	margin-bottom: 0;
	box-shadow: none;
	width: 100%;
	min-height: 50px;
	border: 2px solid var(--primary);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color: var(--secondary);
}

input [type="submit"], input.wpcf7-submit {
	color: var(--white);
	border: 2px solid var(--secondary);
	background-color: var(--secondary);
	border-radius: 20px;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
	margin: 15px 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input [type="submit"]:hover, input.wpcf7-submit:hover {
	color: var(--primary);
	border: 2px solid var(--white);
	background-color: var(--white);
}

.wpcf7-acceptance .wpcf7-list-item {display: inline-block;	margin: 0;}
.wpcf7-acceptance .wpcf7-list-item input {height: 18px;	width: 18px;	margin: 0px 5px 0 0;}
/*
.wpcf7 {
	background-color: var(--primary);
	padding: 25px;
	border-radius: 20px;
}
*/
.bg-primary .wpcf7 label {
	display: flex;
	flex-direction: column;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.wpcf7-form-control-wrap {
	position: relative;
	margin: 15px 0;
}

.contact-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.contact-title::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background-color: var(--white);
}





/*==========================================
	SITEMAP
==========================================*/




/*==============================================================================================================
 XX. RESPONSIVE
==============================================================================================================*/
/*==========================================================
0. BOOTSTRAP 5 Grid
==========================================================*/
/*
Extra small <576px = xs
Small ≥576px = sm
Medium ≥768px = md
Large ≥992px = lg
X-Large ≥1200px = xl
XX-Large ≥1400px = xxl
*/
@media (min-width: 1600px) {}
@media (min-width: 1400px) {}
@media (min-width: 1200px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 576px) {}


@media (max-width: 1600px) {}
@media (max-width: 1400px) {}
@media (max-width: 1300px) {}
@media (max-width: 1200px) {}

/*Menu break*/
@media (max-width: 992px) {}
@media (max-width: 991px) {
.home .banner-image {height: 30vh;}
.footer-menu-nav ul {display: none;}
.footer-title.mobile-expand,
.footer-title.mobile-expand.toggle.active::before {cursor: pointer;}
.footer-title.mobile-expand.toggle::before {
	color: #fff;
	content: "\f056";
	font-family: "FontAwesome";
	font-size: 22px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 15px;
}
.footer-title.mobile-expand.toggle.active::before {
	content: "\f055";
	font-family: "FontAwesome";
}
.page_404 .header-404 {font-size: 100px;}
.page_404 .header-404 img {height:70px;}




}
@media (max-width: 768px) {}
@media (max-width: 767px) {}
@media (max-width: 650px) {}
@media (max-width: 575px) {
	.meta-info ul {flex-direction: column;}
	.meta-info ul li:not(:last-child)::after {content: none;}

}
@media (max-width: 400px) {}
@media (max-width: 360px) {}
