/*
 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 ] 
- - - - - - - - - - - - - - - - - - - - */

.footer-wrapper .th-social a {
    background-color: #b59870 !important;
    color: var(--white-color);
}

.th-social a:hover {
    background-color: #5787a0 !important;
    color: var(--white-color);
}

.widget_title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* About Us Images */

.img-box1.about-1 .img1 img {
    border-radius: 0px !important;
}

.img-box1.about-1 .img2 img {
    border-radius: 0px 100px 0px 0px !important;
}

.img-box1.about-1 .img2 .img2-bottom img {
    border-radius: 0px 0px 100px 0px !important;
}

