﻿html, body {
    direction: rtl;
}

h1,h2,h3,h4,h5,h6,p,ul{
    //text-align:right;
}

.onath-header-top {
    direction:ltr;
}
.witr_text_widget.witr_about_widget p {
    padding-right: 0 !important;
}


.progress-bar{
    visibility:visible !important;
}

.onath_menu {
    text-align: left;
}
.footer_s_inner.phone p,
.footer-bottom {
    direction: ltr;
}
.nivo-caption h1,
.nivo-caption p {
    text-align: right;
    margin-left: auto !important;
    margin-right: 0 !important;
}
.field-validation-error{
    float:right;
}

#hp-donations-block .causes-top,
#hp-applications-block *,
#hp-news-block .blog_top *,
.footer-middle *,
#profile-vision-block *,
#profile-facts-sheets-block .witr_section_title *,
#profile-facts-sheets-block .event-top *,
.news-list *,
#news-detail .single_text_widget_inner,
#annual-reports-list .event_wrap *,
body.hp .programs-list-block .witr_humanist_title *,
.programs-list-block .humanist_top * {
    text-align: start !important;
}
#profile-facts-sheets-block .witr_humanist_btn * {
    text-align:left;
}
.footer-middle .footer-sociala-icon {
    float: right;
    margin-left: 12px;
    margin-right: 0;
    transform: rotateY(180deg);
}
.footer-middle .newsletter button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.onath_nav_area .language-link {
    right:auto;
    left: 20px;
}
.mean-container .mean-nav ul li a{
    text-align:right;
}
.mean-container .mean-bar::before{
    content: 'القائمة';
}

@media screen and (max-width: 768px) {
    .footer-middle *:not(input[type=text]) {
        text-align:center !important;
    }
}