/*
Theme Name: Leroux Child
Theme URI: https://leroux.qodeinteractive.com
Description: A child theme of Leroux
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: leroux
Template: leroux
*/

/*Footer social icon fix */
.qodef-social-icons-group span:nth-child(4)  {
    margin: 0px 15px 0px 15px;
}
.qodef-social-icons-group span:nth-child(5) {
    margin: 0px 15px 0px 0px;
}
/* blog height fix */
.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-e-title { min-height:150px;}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e .qodef-e-image {  transform: scale(1.5); }

/*header Blur*/
.qodef-header--standard #qodef-page-header-inner {
	background: rgba(255, 255, 255,0.2);
  backdrop-filter: blur(10px) brightness(93%);
}
#qodef-page-header .qodef-header-logo-link {
  height: 45px !important;
}

/* Blog slider */
.swiper-button-next {
	right:0px !important;
	background:black;
	border-radius:25px;
}
.swiper-button-prev {
	left:0px !important;
	background:black;
	border-radius:25px;
}
.swiper-button-next, .swiper-button-prev { color: white; }

/*blog date background black */
.qodef-blog.qodef--list .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date { background:black;}
