/*
Theme Name: Lemars Child
Author: Dexign Zone
Version: 1.0.0
Author URI: http://themeforest.net/user/dexignzone
Theme URI: https://lemars.dexignzone.com/wp/demo
Description: This is The Lemars WordPress theme
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: lemars
Template: lemars
*/

/*


1. General
    fonts
    rtl
2. Header
3. Homepage
4. Blog
5. Pages
6. Sidebars
7. Footer
8. Media queries
*/



/* === 1. General ===*/
/* fonts*/
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&display=swap&subset=hebrew');

.bg-white {
    background-color: #fbfafa !important;
}

body,a,p,
h1,h2,h3,h4,h5,h6,
.comment-list .comment .comment-author .fn
{
    font-family: 'Heebo', sans-serif !important;
}

h1,h2,h3{
    font-weight: 400 !important;
    line-height: 1.2em;
}
h4,h5,h6{
    font-weight: 500 !important;
    line-height: 1.2em;
}
h1.text-white{
    color:#fff !important;
}

/*rtl*/
body{
    text-align: right !important;
}

p, div, span,
h1,h2,h3,h4,h5,h6,
.header-content-bx,
.footer-top .row
{
    direction: rtl !important;
}

a{
    text-decoration: none !important;
}

p a,
.blog-single .dlab-post-text.text a {
    color: #0d4357;
    font-weight: 500;
    text-decoration: underline !important;
}

a.hover{
    color:#0d4357;
}
.btn.black {
    background-color: #444444 !important;
   
}
p.scapt{
    font-size: 12px !important;
    text-align: left !important;
}

/* blog sidebar
.p-l30 {
    padding-right: 30px !important;
    padding-left: 0px !important;

}*/
b, strong {
    font-weight: bold;
}

.title-head {
    font-size: 36px !important;
    line-height: 42px !important;
    color:#417b8f !important;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin-left: auto !important;
}
/* === 2. Header ===*/

.header-content-bx {
    border-bottom: 0px solid rgba(0, 0, 0, 0.08) !important;
}
/* new widget area for top menu - added in header_v1.php in child theme*/
.menu-ml-main-top-menu-container{
    text-align:left;
}

.widget_nav_menu #menu-ml-main-top-menu li{
display: inline-block !important;
    padding: 10px !important;
}
#ml-top-menu-container .widget_nav_menu{
    margin-bottom: 0px !important;
}
/* ---Top Bar ---*/
.top-bar {
    padding: 0 0 20px 0 !important;
    border-bottom: 0px solid rgba(0, 0, 0, 0.08); 
}

.top-bar .justify-content-between {
    justify-content: unset !important;
}
.top-bar .align-items-center{
    align-items: end !important;
    padding-top:30px !important;
}
/*logo*/
.logo-header {
    width: 40% !important;
    text-align: center;
}

.logo-header a img {
    width: 250px !important;
}

/* top menu*/
.dlab-topbar-left{
    width:30% !important;
    
}

.dlab-topbar-left ul#menu-ml-main-top-menu{
    text-align: right !important;
}
.header-nav .nav > li > a{
    font-size:18px !important;
    font-weight:500;
}
.header-nav .nav > li > a{
    padding: 5px 10px !important;
    margin: 20px 10px !important;
}



.header-nav .nav > li:hover > a, .header-nav .nav > li.active > a {
    color: #2b2d2e !important;
    background: #f7e4ed !important;
    text-decoration: none !important;
}

.header-nav .nav > li > .sub-menu > li > a:hover {
    color: #417b8f !important;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: #417b8f !important;
}

/* top socials*/
.topbar-social{
    width:30% !important;
    text-align: left !important;
}

.topbar-social [class*=" fa-"]:before{
    font-size: 30px;
}


/* hide .widget_nav_menu in menu line (keep only in top bar) */
.navbar-collapse .widget_nav_menu{
    display:none;
}
/* === 3. Homepage ===*/
.btn.outline.black {
    color: #1c627b !important;
    background: #ffffff !important;
    border-color: #1c627b !important;
    border: solid 1px !important;
    font-size: 20px !important;
    letter-spacing: 0.5px !important;
}
.btn.outline.black:hover {
    color: #ffffff !important;
    background: #1c627b !important;
    border-color: #1c627b !important;
    
}

/* homepage posts box*/
.trend-panel.style-1 .category-box-outline:after{
    background: #417b8f !important;
}
/* remove gray bg under slider image boxes - bg in rtl*/
.category-box.overlays:after {
    background: none !important;
}

.category-info{
    background: rgba(0,0,0,0.5) !important;
    width: 80% !important;
    margin: 10% auto !important;
}

.trend-panel.style-1 .category-box-outline {
    outline: 3px solid !important;
    outline-color: rgba(255,255,255,0.5) !important;
    outline-offset: -3px !important;
	
}
.trend-panel.style-1 .category-box-outline:hover {
    outline: 4px solid !important;
    outline-color: rgba(255,255,255,0.5) !important;
	outline-offset: -4px !important;
}
/* hide category name*/
.category-box .category-info .category-style{
    display: none !important;
}

/* posts in homepage*/
.title-sm .post-categories a{
    color: #eaccdb !important;
    display : none !important;
}

/*  hide social share circle*/
.social-link-round  {
   display:none !important;

}

.homepage-service-button .message-box-wrap{
    min-height:130px;
}

.home .subscribe-sc > div > h2.subscribe-text{
    font-size: 30px !important;
    line-height: 30px !important;
}
/**/
.widget-social i.la-paper-plane {
    font-size: 18px !important;
    line-height: 8px !important;
    text-decoration: none !important;
}

.form-style .btn {
    font-size: 24px !important;
    line-height: 18px !important;
}
/* join us element - aper plain icon*/
.la-paper-plane:before, .la-send:before {
    content: "\f2a8";
    transform: rotate(180deg) !important;
    float: right !important;


}
/* === 4. Blog ===*/

.la-arrow-right:before {
    content: "\f120" !important;
}

.blog-card-info .title{
    text-align: right !important;
}
.blog-post.blog-single .dlab-post-text ul li, 
.blog-post.blog-single .dlab-post-text ol li {
    font-size: 16px !important;
    color: #000000 !important;
}
/*.blog-single .dlab-post-text.text a{
    text-decoration: none !important;
}*/


blog-post .dlab-post-text p {
    line-height: 1.9em;
    margin-bottom: 27px;
    font-size: 18px;
}

/* blog category page/post page direction ltr for sidebar on the right, but last on mobile*/
.blog-card-info .title {
    font-size: 1.1em !important;
    line-height: 1.3 !important;
}
.title-sm{
    display: none;
}

.blog-card.post-grid .blog-card-info p {
    font-size: 14px !important;
    text-align: justify;
}
.ML-blog-category-grid  div.container > div.row
{
direction:ltr !important;
}

.footer-top > div.container > div.row
{
direction:rtl !important;
}

.single-post .content-inner {
     padding-top: 0px !important;  
   
}
/* post inner row ltr so in mobile sidebar will be last */
body.single-post div.section-full.content-inner.bg-white > div.container > div.row{
    direction:ltr !important;
}
.post-btn{
    direction: rtl !important;
}
.comment-list .comment .comment-meta{
    padding-right: 30px !important;
}


.blog-card.post-grid .blog-card-info {
    background: #f2f2f2 !important;
    padding-bottom: 20px !important;
    width: 100% !important;
    min-height: 210px !important;
}

.prev-post:after {
    content: "\f112" !important;
    left: auto !important;
    right: 0 !important;
   
}


.next-post:after {
    content: "\f111" !important;
    left: 0 !important;
    right: auto !important;
   
}
.prev-post {
    padding-right: 20px !important;
    padding-left: 0px !important;
}
.next-post {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.blog-post.blog-single .dlab-post-text ul li, 
.blog-post.blog-single .dlab-post-text ol li {
    direction: rtl !important;
    
}

.lemars-search .search-box form button, .widget .search-box form button, 
.footer-widget .search-box form button {
    font-size: 18px !important;
    background: #fff !important;
    color: #000 !important;
}

.lemars-search .search-box form input, .lemars-search .search-box form input:focus , .widget .search-box form input, .widget .search-box form input:focus,
.search-box > form:focus, .search-box .form-group > form:focus
  {
    border: 0px solid #ffffff !important;
    border-bottom: solid 1px #000000 !important;
}

.wp-tags{
    color: #ffffff !important;
}
.wp-tags a{
    background: #dedddd;
        color: #000000 !important;
        border-radius: 6px;
        padding: 2px 10px;
        line-height: 36px;
        text-decoration: none !important;
        white-space: nowrap;
        font-weight: 400 !important;
    }
    .wp-tags a:hover{
background:#f7e4ed !important;
    }
   
/*instagram*/

.sbi-screenreader {
    color: #fff;
}
#sb_instagram #sbi_images .sbi_item{
    float:right;
}
.comment-list .comment .comment-body {
    padding: 0px 20px 0px 0px !important;
    margin-right: 65px !important;
    margin-left: 0px !important;
}

.comment-list .comment .reply {
    position: absolute;
    left: 0;
    right: auto;

}

.comment-list .comment .comment-author .avatar {
    right: -65px;
    left: auto;
}

i.fa-share{
    transform: scaleX(-1);
}

@media only screen and  (min-width: 600px){
.blocks-gallery-grid.columns-3 .blocks-gallery-image, 
.blocks-gallery-grid.columns-3 .blocks-gallery-item, 
.wp-block-gallery.columns-3 .blocks-gallery-image, 
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 10px;
    margin-left: 0;
}
}
/* === 5. Pages ===*/

/*about banner*/
.page-id-20 .dlab-bnr-inr{
    background: url('https://www.mostlyliving.co.il/wp-content/uploads/2020/06/ayalacv-about.jpg');
    background-position: center right !important;
}
/* work*/
.page-id-2164 .dlab-bnr-inr{
    background: url('https://www.mostlyliving.co.il/wp-content/uploads/2020/02/about-banner.jpg') !important;
    background-position: center right !important;
}

.page-id-2164 .dlab-bnr-inr .dlab-bnr-inr-entry h1,
.page-id-20 .dlab-bnr-inr .dlab-bnr-inr-entry h1{
    color: #FFF !important;
}

/* === 6. Sidebars ===*/
/* sidebars widget content*/
.widget_bunch_subcribe{
    background: #f5f5f5;
}

.sticky-top {
    top: 140px;
    padding-top:40px

}

.side-bar h6 > span,
.side-bar h5{
    color: #212325 !important;
    }

    .comments-title span, .widget-title span {
        border-top: 1px solid #212325;
    }


    .widget_mc4wp_form_widget h2{
        color:#ffffff !important;
        font-weight:300 !important;
    }
    footer .post-title a{
        font-weight:300 !important;
    }

    .home .mc4wp-alert p {
        font-weight: 400 !important;
        color: #fff !important;
    }

    
   
/* === 7. Footer ===*/

.widget_nav_menu ul{
    padding-right: 0 !important;
}
.footer-widget ul.menu{
    text-align: center !important;
}
.footer-widget ul li{
    border:0px !important;
}

.footer-top {
    /*background: #eeeeee !important;*/
    background: #2e2d2d !important;
    
}
.footer-top h6{
    color:#ffffff !important;
}

.footer-bottom {
    background-color: #2e2d2d !important;
    
}

footer .widget_bunch_about_us{
    text-align: center !important;
}

/*contact*/
div.banner-contact{
    text-align: center !important;
}
.comments-area .comment-form p button[type="submit"],
.wpcf7-form .btn{
    color: #1c627b !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    font-family: Heebo !important;
    border-radius: 0 !important;
    background-color: #eeeeee !important;
}
.comments-area .comment-form p button[type="submit"]:hover,
.wpcf7-form .btn:hover{
    color: #ffffff !important;
    background-color: #1c627b !important;
}

/* popup */
.popmake-content h2.widgettitle{
    color: #000000 !important;
    font-size: 28px !important;
    line-height: 38px !important;
    font-weight: 400 !important;
}

.popmake-content .widget_mc4wp_form_widget{
    margin-bottom:0px !important;
}


/* === 8. Media queries ===*/

@media only screen and (max-width: 991px){

    /*about banner*/
.page-id-20 .dlab-bnr-inr{
    background-position: center center !important;
}
/* work*/
.page-id-2164 .dlab-bnr-inr{
    background-position: center center !important;
}

/* show .widget_nav_menu in menu line (keep hide  in top bar) */
.navbar-collapse .widget_nav_menu{
    display:block;
}



.top-bar,
.navbar-collapse .logo-header {
   display:none !important; 
}

.site-header{
    height: 170px !important;
}
div.sticky-header.main-bar-wraper.navbar-expand-lg .logo-header{
    width: 100% !important;
    max-width:  100% !important;
    height: 120px !important;

}
.logo-header a img {
    width: 200px !important;
}

button.navbar-toggler{
    z-index: 10 !important;
}
.logo-header > a {
    display: inline-block !important;
}
/* widgeted menu added to side area*/
.sidebar_widget.widget_nav_menu ul{
    margin:40px 0;
    border-bottom: dashed 2px #201f22 !important;
}
.sidebar_widget.widget_nav_menu ul>li{
    text-align: right !important;
   
    }
    .navbar-collapse .widget_nav_menu {
       
        margin: 20px !important;
    }
 .navbar-nav{
    line-height: 1 !important;
    }
    
    .social-menu {
         bottom: 0% !important;
        top: auto !important;
    }

    .social-menu ul li a {
        color: #201f22 !important;
        font-size: 22px !important;
       
    }
/* left menu area*/
.mo-left .header-nav{
    background-color: #fff;
}

.sidebar_widget.widget_nav_menu ul>li>a,
.header-nav .nav > li > a{

color: #201f22 !important;
font-size: 20px !important;
}

/* popup*/
.pum-container{
   
    max-width: 80% !important;
    top: 10% !important;
    left: 10% !important;
   
    }v
}