/* Style all font awesome icons */

.header .adham_sociallinks {
    width: 230px;
    float: right;
}
.adham_sociallinks{
text-align: right;
}

.adham_sociallinks .fab {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 5px;
}

/* Add a hover effect if you want */
.adham_sociallinks .fab:hover ,
.adham_sociallinks .fa-twitter:hover,
.adham_sociallinks .fa-youtube:hover,
.adham_sociallinks .fa-instagram:hover,
.adham_sociallinks .fa-facebook-f:hover
{
    opacity:1;
    color: #2f3b45;
    background-color: white;
    cursor: pointer;
}

/* Set a specific color for each brand */

/* Facebook */
.adham_sociallinks .fa-facebook-f {
    color: white;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
}

/* Twitter */
.adham_sociallinks .fa-twitter {
    /*background: #55ACEE;*/
    color: white;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
}

/* Youtube */
.adham_sociallinks .fa-youtube {
    /*background: #800c00;*/

    color: white;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    font-size: 19px;
    padding-right: 9px;
}

.adham_sociallinks .fa-instagram{
    /*background: #624680;*/
    /*color: white;*/
    color: white;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
}



@media only screen and (max-width: 767px){

    .adham_sociallinks.header_links{
       display: none;
    }

    .ais-search-box--magnifier svg {
        display: none !important;
    }

    .ais-search-box--reset svg {
      display: none !important;
    }

    .logo img {

        margin-left: 20px;
        margin-top: 0px;
    }
}



@media only screen and (max-width: 767px) {
    body.filter-active .page-wrapper {
        height: auto !important;
        margin-top: 0px !important;
        visibility: visible !important;
    }
    body.filter-active .page-header {
        display: block;

    }
}


.adham_sociallinks .sociallinks-list li{

display: inline;
}


.adham_sociallinks.footer_links {
position: relative;
margin-bottom: 30px;
}


.header .adham_sociallinks .fa-instagram,
.header .adham_sociallinks .fa-facebook-f,
.header .adham_sociallinks .fa-twitter,
.header .adham_sociallinks .fa-youtube
{

border:0px;
}

