/*
 Theme Name:   Ensaf Child  
 Theme URI:    https://wordpress.themeholy.com/ensaf/
 Description:  This is a child theme for ensaf - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     ensaf
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  ensaf-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */   
/*Header logo responsive sizing*/
@media only screen and (max-width: 768px){
    .img-box1.about-1 .img1{display:none;}
}

.sticky-wrapper.sticky .header-logo img {width:50%;}


@media only screen and (max-width: 768px) {
.sticky-wrapper.sticky .header-logo img{width:45%;}
}

@media only screen and (max-width: 575px) {
.sticky-wrapper.sticky .header-logo img{width:60%;}
}


/* Set overlay color / alpha on title H1 image */
.breadcumb-wrapper::before {
    background-color: rgba(0, 0, 0, 0.2); /* brand red */
}

/* Hide desktop side menu (hamburger)*/
.sideMenuInfo {
    display: none !important;
} 

/* Force the mobile menu bars icon*/
.far {
	font-family: Font Awesome\ 6 Pro !important;
}


/* Make the team member arrow navigation visible on mobile devices*/
@media only screen and  (max-width: 1199px) {
    .team-1-card-wrap .slider-arrow {
        display: block !important;
    }
	.team-1-card-wrap .slider-arrow.slider-prev {
    left: 0px;
	}
    .team-1-card-wrap .slider-arrow.slider-next {
        right: 0px;
    }
}

/*Footer styling*/

@media only screen and (max-width: 1199px) {
.footer-widget .th-widget-about .about-text {text-align:justify;}

.th-social {text-align: center; padding:10px;}
}

/*Team hover styling*/
.team-card.style-2:hover .team-content .box-title  {color:#ffffff;}