﻿.hebrew .cssmenu > ul > li > a,
.hebrew section .subheading,
.hebrew section .heading,
.hebrew .feature .info .title,
.hebrew .feature .info,
.hebrew .blog .info .title a,
.hebrew .btn.btn-primary,
.hebrew .blog .info p,
.hebrew .blog .info ul,
.hebrew .blog .info ul li,
.hebrew #gallery-mixitup *,
.hebrew .protfolio-container *,
.hebrew #portfolio *,
.hebrew .footer p {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
}
.rtl .cssmenu > ul > li > a {
    font-weight: normal;
    font-size: 18px;
}
.rtl .cssmenu > ul > li > span > span,
.rtl .cssmenu > ul > li > span > a {
    position: relative;
    top: 1px;
}
.rtl .btn.btn-primary {
    font-size: 18px;
}
/* Header */
.rtl section.header .topbar .menu .primary {
    width: 40%;
    text-align: left;
    height: 50px;
    float: right;
}

.rtl section.header .topbar .menu .black {
    width: 60%;
    text-align: right;
    height: 50px;
    float: left;
}

.rtl section.header .topbar .menu .primary ul li, .rtl section.header .topbar .menu .black ul li {
    float: right;
}

.rtl .cssmenu > ul > li > a {
    color: #6bb1d5;
    /*background-color: #ffffff;*/
}

.rtl .menu .black .cssmenu > ul > li > a {
    color: #ffffff;
    background-color: #6bb1d5;
}


.rtl .menu .cssmenu > ul > li > a:hover {
    color: white;
    background-color: #6bb1d5;
    -webkit-box-shadow: inset 0px 0px 0px 5px white;
    -moz-box-shadow: inset 0px 0px 0px 5px white;
    box-shadow: inset 0px 0px 0px 5px white;
    /*color: #212121;*/
}

.rtl .menu .black .cssmenu > ul > li > a:hover {
    color: #6bb1d5;
    background-color: white;
    -webkit-box-shadow: inset 0px 0px 0px 5px #6bb1d5;
    -moz-box-shadow: inset 0px 0px 0px 5px #6bb1d5;
    box-shadow: inset 0px 0px 0px 5px #6bb1d5;
    /*color: #212121;*/
}

.rtl .menu .slash-acc img {
    width: 20px;
    cursor: pointer;
}
.rtl .menu .slash-acc img.hover {
    display: none;
}
.rtl .menu .black .cssmenu > ul > li > .slash-acc:hover img.out {
    display: none;
}
.rtl .menu .black .cssmenu > ul > li > .slash-acc:hover img.hover {
    display: inline;
}
.rtl #parallax-mobile-menu li:last-child {
    direction: ltr;
}
.rtl #parallax-mobile-menu li:last-child a {
    width: 50px;
    padding-left: 15px;
}


.rtl .menu_lang_link {
    color: white;
}

.rtl .cssmenu > ul > li > span {
    background-color: #6bb1d5;
    color: white;
    padding-right: 30px;
    padding-left: 15px;
}


/* Footer */

.rtl section.footer > .container > .row > div:nth-of-type(1),
.rtl section.footer > .container > .row > div:nth-of-type(2),
.rtl section.footer > .container > .row > div:nth-of-type(3) {
    direction: rtl;
    float: right;
}

.rtl section.footer .social {
    /*left: -160px;*/
    /*left: -210px;
    top: -129px;*/
    left: -40px;
    /*top: -19px;*/
    top: -29px;
}

.rtl section.footer .social .social-item {
    float: left;
}

.rtl section.footer .copyright .message {
    direction: rtl;
    float: right;
}

.rtl section.footer .container h4 {
    font-family: "Rubik";
}

.rtl .address-break {
    display: none;
}

/* Home */

.rtl .portfolio-item .item-title {
	direction: rtl;
}

.rtl .portfolio-item .item-title small {
	border-left: none;
	margin-left: 0px;
	border-right: 1px solid #ffffff;
    margin-right: 10px;
}

.rtl .features .feature {
    float: right;
    direction: rtl;
}

.rtl .feature .info {
    padding-right: 80px;
    padding-left: 0px;
}

.rtl .feature .icon i {
    float: right;
}

.rtl .blog > .row > div:nth-of-type(2) {
    direction: rtl;
}

.rtl .contact-info .contact-info-content {
    direction: rtl;
    margin-right: 70px;
    margin-left: 0px;
}

.rtl #form-wrapper {
    float: right;
}

.rtl .contact form {
    direction: rtl;
}

.rtl form input, .rtl form textarea {
    background-position: 2% 9px;
}
.rtl form input.green, .rtl form textarea.green {
    background-position: 2% 9px;
}
.rtl .feature .line.line-bottom {
    float: left;
}
.rtl section .subheading,
.rtl section .heading {
    direction: rtl;
}

/* About Us */
.rtl .about .screen-area {
    float: right;
}

.rtl .about .text-area {
    direction: rtl;
}

.rtl .about section .heading.left-align {
    text-align: right;
}


/* Portfolio */

.rtl .portfolio .filter-categories {
    direction: rtl;
}

.rtl #gallery-mixitup .filter-item {
    float: right;
}

.rtl .portfolio section.padding-top-100 .protfolio-container {
    direction: rtl;
}

.rtl .portfolio .protfolio-full .meta > span {
    margin-right: 0px;
    margin-left: 20px;
}
.rtl #portfolio .filter-item .info-content{
    flex-direction: row-reverse;
}
.rtl #portfolio .filter-item .info-content > p {
    direction: rtl;
    text-align: right;
}

.rtl .portfolio .col-lg-10, .rtl .articles .col-lg-10 {
    float: right;
}


/* Blog */

.rtl .articles section.posts .container > div:nth-of-type(2) {
    direction: rtl;
}

.rtl .articles section.posts .container > div:nth-of-type(2) ul li {
    float: right;
}

.rtl .articles .blog_pagination .pagination {
    padding-right: 0px;
}

.rtl .articles section.padding-top-100 .blog-container {
	direction: rtl;
}

.rtl .articles .blog .info .date {
    /*color: #192830;*/
    /*color: #ffffff;*/
    /*direction: ltr;*/
    direction: rtl;
}

.rtl .articles .blog-single .blog .info .date {
    color: #ffffff;
}

.rtl .articles .blog-full .meta > span {
	margin-right: 0px;
	/*margin-left: 20px;*/
    margin-left: 0px;
}

.rtl #cookie-board{
    display: none !important;
}

.rtl .primary .cssmenu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rtl .black .cssmenu {
    box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.2), -14px 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ltr .slash-acc {
    display: none !important;
}

.swiper-container-rtl .swiper-button-prev {
    right: 5px;
}

.swiper-container-rtl .swiper-button-next {
    left: 5px;
}

.swiper-container-ltr .swiper-button-prev {
    left: 5px;
}

.swiper-container-ltr .swiper-button-next {
    right: 5px;
}


@media only screen and (max-width: 1196px) {
    .rtl section.footer .social {
        left: -20px;
        /*top: 0px;*/
        top: -30px;
    }
}

@media only screen and (min-width: 993px) {
    .rtl .cssmenu > ul > li > a {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 992px) {
    .rtl .cssmenu > ul > li > span {
        background-color: inherit;
        text-align: end;
    }

    _:-ms-lang(x), _:-webkit-full-screen, .cssmenu > ul > li > span {
        text-align: right;
    }

    _:-ms-lang(x), _:-webkit-full-screen, .rtl .cssmenu > ul > li > span {
        text-align: left;
    }

    .rtl #parallax-mobile-menu {
        direction: rtl;
    }

    .rtl .menu-mobile.cssmenu ul li a {
        text-align: right;
        /*background-color: rgba(33, 33, 33, 1);*/
    }
}

@media only screen and (max-width: 768px) {
    .rtl .contact-info .contact-info-content {
        margin-right: 0px;
    }

    .rtl .cssmenu > ul > li > a {
        background-color: transparent;
        text-align: right;
    }

    .rtl #parallax-mobile-menu {
        direction: rtl;
    }

    .rtl .menu-mobile .flags-wrap {
        top: 0px;
        left: 15px;
        right: initial;
    }

    .rtl .menu-mobile .flags-wrap .flag:first-of-type {
        margin-right: 0px;
        margin-left: 5px;
    }
}
