/*
Theme Name: Marsad
Adding support for languages written in a Right To Left (RTL) direction is easy,
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
https://codex.wordpress.org/Right-to-Left_Language_Support
*/
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl .comment-reply-title,
.rtl .btn,
.rtl .report-now__label,
.rtl .tagcloud a,
.rtl .entry__tags a,
.rtl .nav__menu>li>a,
.rtl .sidenav__menu-dropdown a,
.rtl label,
.rtl .entry__meta-category,
.rtl .all-posts-url,
.rtl .comment-author,
.rtl .nav__megamenu-list a,
.rtl .nav__search-mobile-input,
.rtl .sidenav__menu-url,
.rtl .post-password-form label+input {
    font-family: 'Almarai', sans-serif !important;
}
.rtl .entry__excerpt p {
    font-size: 16px;
}
.nav__menu>li>a {
    font-size: 16px;
}
.entry__article,
.widget-title {
    font-size: 20px;
}
body {
    direction: rtl;
    unicode-bidi: embed;
}
.ui-arrow-left:before {
    content: "\e804";
}
.ui-arrow-right:before,
.post-list-small--arrows li:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.categories-widget li:before,
.breadcrumbs__item:after,
.nav__dropdown .nav__dropdown>a:after {
    content: "\f124";
}

.left {
    float: right;
}
.right {
    float: left;
}
.text-right {
    text-align: left;
}
.text-left {
    text-align: right;
}
.btn i {
    margin-right: 3px;
    margin-left: 0;
}
select {
    padding-right: 12px;
    padding-left: 0;
    background-position: 10px 50%;
}
.alignright {
    float: left;
    margin: 0.5em 1.5em 1.5em 0;
}
.alignleft {
    float: right;
    margin: 0.5em 0 1.5em 1.5em;
}
.gallery figure {
    float: right;
    margin: 0 0 2% 2%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3),
.gallery.gallery-columns-2 figure:nth-of-type(even),
.gallery.gallery-columns-4 figure:nth-of-type(4n+4),
.gallery.gallery-columns-5 figure:nth-of-type(5n+5),
.gallery.gallery-columns-6 figure:nth-of-type(6n+6),
.gallery.gallery-columns-7 figure:nth-of-type(7n+7),
.gallery.gallery-columns-8 figure:nth-of-type(8n+8),
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
    margin-left: 0;
    margin-right: inherit;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4),
.gallery.gallery-columns-2 figure:nth-of-type(odd),
.gallery.gallery-columns-4 figure:nth-of-type(4n+5),
.gallery.gallery-columns-5 figure:nth-of-type(5n+6),
.gallery.gallery-columns-6 figure:nth-of-type(6n+7),
.gallery.gallery-columns-7 figure:nth-of-type(7n+8),
.gallery.gallery-columns-8 figure:nth-of-type(8n+9),
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
    clear: right;
}

/* Custom Owl Carousel */

.owl-prev {
    right: 10px;
    left: auto;
}
.owl-next {
    left: 10px;
    right: auto;
}
.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
    right: -60px;
    left: auto;
}
.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
    left: -60px;
    right: auto;
}
.owl-carousel--arrows-outside .owl-prev {
    right: auto;
    left: 32px;
}
.owl-carousel--arrows-outside .owl-next {
    right: auto;
    left: 0;
}

.mfp-content {
    text-align: right;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    right: 0;
    left: auto;
}
.mfp-close {
    left: 0;
    right: auto;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    left: -6px;
    right: auto;
    text-align: left;
    padding-left: 6px;
    padding-right: 0;
}
.mfp-counter {
    left: 0;
    right: auto;
}
.mfp-arrow:after,
.mfp-arrow:before {
    right: 0;
    left: auto;
    margin-right: 35px;
    margin-left: 0;
}
.mfp-arrow-left {
    right: 0;
    left: auto;
}
.mfp-arrow-left:after {
    border-left: 17px solid #FFF;
    border-right: 0;
    margin-right: 31px;
    margin-left: 0;
}
.mfp-arrow-left:before {
    margin-right: 25px;
    margin-left: 0;
    border-left: 27px solid #3F3F3F;
    margin-right: 0;
}
.mfp-arrow-right {
    left: 0;
    right: auto;
}
.mfp-arrow-right:after {
    border-right: 17px solid #FFF;
    border-left: 0;
    margin-right: 39px;
    margin-left: 0;
}
.mfp-arrow-right:before {
    border-right: 27px solid #3F3F3F;
    border-left: 0;
}
.mfp-figure:after {
    left: 0;
    right: auto;
}
.mfp-bottom-bar {
    right: 0;
    left: auto;
}
.mfp-title {
    text-align: right;
    padding-left: 36px;
    padding-right: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-figure small {
        margin-right: 5px;
    }
    .mfp-img-mobile .mfp-counter {
        left: 5px;
        right: auto;
    }
    .mfp-img-mobile .mfp-close {
        left: 0;
        right: auto;
    }
}
table {
    border-width: 1px 1px 0 0;
}
th,
td {
    text-align: right;
}
th {
    border-width: 0 0 1px 1px;
}
td {
    border-width: 0 0 1px 1px;
}
.tabs__item {
    float: right;
}
.tabs__item:not(:first-child) {
    margin-right: -1px;
    margin-left: 0;
}
@media only screen and (max-width: 575px) {
    .tabs__item {
        margin-left: 0;
    }
}
.tabs__item--active:before {
    right: 0;
    left: auto;
}
.socials--nobase a {
    margin-left: 15px;
    margin-right: 0;
}
.social {
    margin-right: 0;
    margin-left: 8px;
}
.social:last-child {
    margin-left: 0;
}
.social__text {
    margin-right: 10px;
    margin-left: 0;
}
.entry__play-time {
    right: 32px;
    left: auto;
}
.entry__play-time i {
    margin-left: 5px;
    margin-right: 0;
}
.entry__meta i {
    margin-left: 5px;
    margin-right: 0;
}
.entry__meta-category--align-in-corner {
    right: 16px;
    left: auto;
}
.entry__meta-rating i {
    margin-left: 2px;
    margin-right: 0;
}
.thumb-container img {
    right: 0;
    left: auto;
}
.thumb-text-holder--1,
.thumb-text-holder--2,
.thumb-text-holder--3,
.thumb-text-holder--4 {
    text-align: right;
}
.thumb-text-holder--5 {
    right: 50%;
    left: auto;
}
.report-now__label {
    float: right;
}
.report-now__text {
    margin-right: 5px;
    margin-left: 0;
}
@media only screen and (min-width: 1200px) {
    .hero__item .entry__body {
        left: 0;
        right: 50px;
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
    }
}
.carousel-main .carousel-cell {
    right: 0 !important;
    left: auto !important;
}
.carousel-thumbs .carousel-cell {
    float: right;
}
.title-wrap--pr {
    padding-left: 62px;
    padding-right: 0;
}
.section-title {
    float: right;
}
.all-posts-url {
    float: left;
}
.card__img-holder {
    margin-left: 0 !important;
}
.post-list__body {
    padding-right: 32px;
}
@media only screen and (max-width: 575px) {
    .post-list__img-holder {
        margin-left: 0;
    }
}
.post-list-small__img-holder {
    float: right;
    margin-left: 16px;
    margin-right: 0;
}
.post-list-small--arrows li {
    padding-right: 16px;
    padding-left: 0;
}
.post-list-small--arrows li:before {
    right: 0;
    left: auto;
}
.post-counter {
    right: 0;
    left: auto;
}
span.video-close-btn {
    left: -10px;
    right: auto;
}
@media (min-width: 992px) {
    body.full-width #sticky-video.video-is-sticky .sticky-video-inner,
    body.one-column-no-sidebar #sticky-video.video-is-sticky .sticky-video-inner {
        right: 20px;
        left: auto;
    }
}
body .wp-playlist .wp-playlist-item-length {
    left: 6px;
    right: auto;
}
body .mejs-time-handle-content {
    right: 0;
    left: auto;
}
.entry__img-holder .entry-score {
    right: 16px;
    left: auto;
}
.post-list-small__img-holder .entry-score {
    right: 10px;
    left: auto;
}
.thumb__img-holder .format-icon {
    right: auto;
    left: 15px;
}
@media only screen and (min-width: 1200px) {
    .blog__content--right,
    .sidebar--right {
        float: left;
    }
    .sidebar--right {
        padding-right: 35px;
        padding-left: 0;
    }
}
.widget .sub-menu {
    padding-right: 3px;
    padding-left: 0;
}
.widget-search-button,
.search-button {
    left: 0;
    right: auto;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li,
.widget_recent_entries li,
.categories-widget li {
    padding-right: 14px;
    padding-left: 0;
}
.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.categories-widget li:before {
    right: 0;
    left: auto;
}
.categories-count {
    float: left;
}
.newsletter__icon {
    margin-left: 5px;
    margin-right: 0;
}
.social-counter .social {
    text-align: right;
}
.social-counter .social>* {
    float: right;
}
.social-counter .social .social__text {
    margin-right: 5px;
    margin-left: 0;
}
.widget-instagram__list {
    margin-right: -24px;
    margin-right: 0;
}
.widget-instagram li {
    padding: 0 24px 24px 0;
    float: right;
}
.tweets li {
    padding-right: 24px;
    padding-left: 0;
}
.tweets li:before {
    right: 0;
    left: auto;
}
.tagcloud a,
.entry__tags a {
    margin: 0 0 8px 8px;
    float: right;
}
.flickr-widget .flickr_badge_image {
    float: right;
}
@media only screen and (min-width: 992px) {
    .shares-sticky .entry__article-wrap .entry__share {
        margin-left: 30px;
        margin-right: 0;
    }
}
.entry__article pre {
    border-right: 10px solid #2D95E3;
    border-left-width: 1px;
    text-align: right;
    direction: rtl;
}
.entry__article ul:not(.wp-block-gallery):not(.row),
.entry__article ol {
    margin: 0 1.25em 1.5em 0;
}
.wp-block-quote {
    border-right: 4px solid #2D95E3;
    border-left: 0;
    padding-right: 1em;
    padding-left: 0;
}
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    border-right: 0;
    border-left: 4px solid #2D95E3;
    padding-right: 0;
    padding-left: 1em;
}
.entry__tags-label {
    margin-left: 8px;
    margin-right: 3px;
}
.entry-author .avatar {
    float: right;
    margin-left: 24px;
    margin-right: 0;
}
@media only screen and (max-width: 575px) {
    .entry-author .avatar {
        margin-left: 15px;
        margin-right: 0;
    }
}
.entry-author__label {
    margin-left: 5px;
    margin-right: 0;
}
.entry-navigation--left {
    float: right;
    padding-left: 10px;
    padding-right: 0;
}
.entry-navigation--left i {
    margin-left: 7px;
    margin-right: 0;
}
.entry-navigation--right {
    text-align: left;
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.entry-navigation--right i {
    margin-right: 7px;
    margin-left: 0;
}
@media only screen and (min-width: 576px) {
    .comment .children {
        padding-right: 8%;
        padding-left: 0;
    }
}
.comment-avatar {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.comment-author {
    margin-left: 8px;
    margin-right: 0;
}
.comment-edit-link {
    margin-right: 5px;
    margin-left: 0;
}
.pagination__page {
    margin-left: 4px;
    margin-right: 0;
}
.module-filters {
    float: left;
}
.module-filters ul li {
    float: right;
}
.module-filters ul li:after {
    left: 0;
    right: auto;
}
.module-filters ul li:first-child {
    padding-right: 0;
    padding-left: 14px;
}
.module-filters ul li:last-child {
    padding-left: 0;
    padding-right: 14px;
}
.nav__wrap {
    padding-right: 40px;
    padding-left: 0;
}
.nav__dropdown>a:after {
    margin-right: 7px;
    margin-left: 0;
}
.nav__dropdown .nav__dropdown>a:after {
    left: 20px;
    right: auto;
}
.menu-note {
    margin-right: 4px;
    margin-left: 0;
}
@media only screen and (min-width: 992px) {
    .nav__dropdown-menu {
        left: auto;
        text-align: right;
    }
    .nav__dropdown-menu--right {
        left: 0;
        right: auto;
    }
    .nav__dropdown-menu .nav__dropdown-menu {
        right: 100%;
        left: auto;
    }
}
.header__menu-list li {
    margin-left: 19px;
    margin-right: 0;
}
.nav--1 .nav__wrap {
    padding-right: 0;
}
.nav--2 .nav__wrap {
    padding-right: 0;
}
.nav--2 .nav-icon-toggle {
    margin-left: 48px;
    margin-right: 0;
}
.nav--sticky.fixed-nav--nottop {
    right: 0;
    left: auto;
}
.nav--align-right {
    margin-right: auto;
    margin-right: 0;
}
.nav--align-left {
    margin-left: auto;
    margin-right: 0;
}
.nav__right {
    margin-right: auto;
    margin-left: 0;
}
@media only screen and (max-width: 991px) {
    .nav__right-item {
        margin-left: 0;
    }
}
.nav__search {
    margin-right: auto;
    margin-left: 0;
}
.nav__search-box {
    left: 0;
    right: auto;
}
.nav__search-button {
    left: 0;
    right: auto;
}
.nav__search-mobile-submit {
    left: 0;
    right: auto;
}
.nav__cart:last-child {
    padding-left: 8px;
    padding-right: 0;
}
.comp-sub-menu {
    left: 0;
    right: auto;
    text-align: right;
}
.cart-list .product-thumb {
    float: right;
    margin-right: 0;
    margin-left: 14px;
}
.cart-list .product-title {
    padding-left: 15px;
    padding-right: 0;
}
.cart-list li .remove {
    left: 0;
    right: auto;
}
.shopping-cart-details .subtotal-value {
    float: left;
}
.shopping-cart-details .shopping-button>div {
    float: right;
}
.top-menu li:first-child a {
    padding-right: 0;
    padding-left: 10px;
}
.top-menu li:last-child a {
    padding-left: 0;
    padding-right: 10px;
}
.topbar-left {
    text-align: right;
    float: right;
}
.topbar-right {
    text-align: left;
    float: left;
}
.topbar-item {
    float: right;
}
.topbar-item:first-child {
    padding-right: 0;
    padding-left: 14px;
}
.topbar-item:last-child {
    padding-left: 0;
    padding-right: 14px;
}
.topbar-icon {
    margin-left: 4px;
    margin-right: 0;
}
.sidenav {
    right: 0;
    left: auto;
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
}
.nav-icon-toggle {
    margin-left: 20px;
    margin-right: 0;
}
.nav-icon-toggle__inner {
    margin-right: 3px;
    margin-left: 0;
}
.nav-icon-toggle__inner:before,
.nav-icon-toggle__inner:after {
    margin-right: -3px;
    margin-left: 0;
}
.sidenav__menu-dropdown li {
    padding-right: 10px;
    padding-left: 0;
}
.sidenav__menu-toggle {
    left: 5px;
    right: auto;
}
.sidenav__close {
    left: 15px;
    right: auto;
}
#back-to-top {
    left: 20px;
    right: auto;
}
#reading-position-indicator {
    right: 0;
    left: auto;
}
@media (max-width: 991px) {
    .is-more-article .article-content .entry__article:not(.is-expanded):before {
        right: 0;
        left: auto;
    }
}
@media only screen and (max-width: 991px) {
    .nav__wrap {
        text-align: right;
    }
    .logo {
        right: 50%;
        left: auto;
    }
}
.footer--dark .widget .sub-menu,
.footer--dark .widget .children {
    margin-right: 16px;
    margin-left: 0;
}
.footer--dark .widget_archive li,
.footer--dark .widget_categories li,
.footer--dark .widget_meta li,
.footer--dark .widget_pages li,
.footer--dark .widget_nav_menu li,
.footer--dark .widget_recent_entries li,
.footer--dark .categories-widget li {
    padding-right: 0;
}
.footer__nav-menu li {
    margin-right: 24px;
    margin-left: 0;
}
.footer__nav-menu li:last-child {
    margin-right: 24px;
}
.footer__nav-menu li:first-child {
    margin-right: 0;
}
.screen-reader-text:focus {
    right: 5px;
    left: auto;
}
.page-links a>span:not(.current),
.page-links>span.current>span {
    margin-left: 5px;
    margin-right: 0;
}
.comment-navigation .nav-previous {
    float: right;
}
.comment-navigation .nav-next {
    float: left;
}
.style-rounded .widget-search-button,
.style-rounded .search-button,
.style-rounded .mc4wp-form-fields input[type=submit] {
    border-radius: 5px 0 0 5px;
}
.style-rounded .mc4wp-form-fields input[type=email],
.style-rounded .mc4wp-form-fields input[type=text] {
    border-radius: 0 5px 5px 0;
}
.style-rounded .nav__search-box {
    border-radius: 0 0 5px 5px;
}



.entry__meta-location {
    left: 6px;
    right: auto;
}