body, p, h2, a {
  font-family: 'Barlow Condensed', sans-serif;
}

.wfd-logo .header-title-date {
    font-size: 18px !important;
    margin-top: -1px;
    margin-left: 1px;
    margin-bottom: 10px;
}

.wfd-logo .header-title-label {
  font-size: 24px !important;
  margin-top: 0;
  font-weight: bold;
}
.wfd-logo .header-title-label a {
  font-weight: 700;
}

.header-wfd .header-wfd-right {
   padding: 0 15px;
   height: 95px;
}

.header-wfd .header-wfd-right .social-wfd {
   width: 24px;
}

.header-wfd .header-wfd-right .lang-select {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    width: 80px;
}

.header-wfd .header-wfd-right .social-wfd {
    border: none !important;
} 

.header-wfd .btn.btn-default {
    background-color: #1dafeb;
    color: #ffffff;
    font-size: 19px;
    display: flex; 
    align-items:center;   
}
.header-wfd .btn.btn-default:hover,
.header-wfd .btn.btn-default:active,
.header-wfd .btn.btn-default:active:hover {
    color: #ffffff;
    border: none;
    box-shadow: none;
}

.header-wfd .btn.btn-default i {
    margin: 1px 4px 0 0px;
    color: #ffffff !important;
}

.container .wfd-menu {
    border: 1px solid #1dafeb!important;
    border-radius: 5px !important;
    padding: 0 !important;
    margin-left: auto;
    margin-right: 140px;
    margin-top: -1px;
}

.container .wfd-menu:hover {
    border: 1px solid #ffffff !important;
    background-color: hsla(0,0%,100%,.3);
}

.container .wfd-menu .material-icons {
    float: none;
}
.container .wfd-menu #menuButton {
    background-color: transparent !important;
    padding: 10px 7px !important;
    border: none !important;
}
.container .wfd-menu #menuButton:hover {}

.container .wfd-menu .material-icons {
    font-size: 21px;
}

/* -------------------------------------------- */


.modal-header-share {
    width: 498px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 8px 8px 0 0 ;
    padding: 16px;
    margin: 0 auto;
    color: #ccc;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.modal-header-share h5 {
    color: #545454;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}

.modal-header-share button.overlay-close{
    position: inherit !important;
    width: 30px;
    height: 30px;
}

.social-wfd .overlay {
    background: rgb(0 0 0 / 50%);
}
.social-wfd .overlay ul li {
    min-height: 54px;
    padding-right: 3px !important;
    padding-left: 3px !important;
    display: inherit;
}
.social-wfd .overlay ul li img {
    width: 40px;
}

.modal-body-share {
    width: 498px;
    background: #fff;
    border: none;
    border-radius: 0 0 8px 8px;
    padding: 16px;
    margin: 0 auto;
}
.modal-body-share .overlay ul {
    display: flex;
    flex-wrap: wrap; 
}

/* ------------------------------------------------- */
/* ARABIC */


[lang="AR"] .container .wfd-menu{
  margin-left: 140px;
  margin-right: auto;
}

[lang="AR"] .header-wfd .btn.btn-default i {
  margin: 1px 0px 0 4px
}

/* -------------------------------------------------- */

@media (min-width: 768px) {
  .header-wfd .header-wfd-left {height: 90px;}
}

@media (max-width: 768px) {
  .header-wfd .header-wfd-right {padding: 1rem 15px;}
  .header-wfd .wfd-menu {position: relative!important;}
  .header-wfd .header-wfd-right .wfd-right-menu {
     float: none; 
     position: absolute; 
     right: 0; 
     align-self: inherit; 
     align-items: center;
    }
} 

