@import url('https://fonts.googleapis.com/css?family=Changa|Lateef');

ul.top-lang {
    margin-top: 10px;
    padding: 0 15px;
}

.rtl ul.top-lang{
    float: left;
}


@media(max-width: 764px){
    ul.top-lang{
        display: none;
    }
    .nav ul.top-lang{
        display: block;
    }
}

.rtl .north .icon-menu-custom{
    left: 0; right: initial;
}

.top-lang a {
    background: #CD9B33;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-family: 'Changa';
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}
.top-lang a:hover{
    background: #fff;
    color: #CD9B33;
}

.rtl .top-lang a{
    font-family: "Roboto Slab";
}

body.rtl, .rtl h1, .rtl h2, .rtl h3 {
    font-family: 'Lateef';
    font-weight: initial;
}
.rtl .north .nav .menu li a{
    font-family: 'Changa';
    letter-spacing: 0;
}

.rtl .accent-sans, 
.rtl .blobselect, 
.rtl .btn, 
.rtl .post-content .source, .rtl .post-content .wp-caption-text, 
.rtl h4 {
    font-family: 'Lateef';
    font-size: 20px;
}

.rtl p{
    font-size: 20px;
}
html .rtl .formcraft-css .fc-form .field-cover>span>span{
    text-align: right;
}

.rtl .cta-half .text{
    text-align: right;
}

.rtl .testimonial-wrapper p{
    font-size: 32px;
}

@media (min-width: 48em){
    .rtl .post-listing {
        float: right;
        text-align: right;
    }
}

.rtl .calculator select{
    background-position: 10px 50%;
}

.rtl .calculator input[type='submit'], .rtl .calculator input[type='reset'], .rtl .calculator input[type='button']{
    margin-left: 1em;
    margin-right: 0;
    font-size: 24px;
}

.rtl .calculator #computation-result{
    right: 0;
    left: initial !important;
}

.rtl .calculator #computation-result span {
    direction: ltr;
}

.rtl .calculator #walls-result{
    right: 0;
    left: initial !important;
}

.north .social a{
    font-size: 24px;
}
.rtl .north .nav .menu li > ul.sub-menu a{
    letter-spacing: 0;
}

.rtl .north .nav .top-nav .search-wrap input{
    font-family: 'Changa';
}

.page-head{
    padding: 30px 0;
    text-align: center;
    background: #CD9B33;
    background: #1f2425;
    color: #fff;
}

.no-items {
    padding: 30px 0;
    text-align: center;
    background: #fff;
    color: #1f2425;
}
