@import "../../../poza/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */

/*header*/
/****************************************/
/*additional logo*/
.additional_logos{
     display: inline-block;

 }
@media only screen and (min-width: 830px){
    .additional_logos{
        margin-right: 50px;
    }
}
@media only screen and (max-width: 767px){
    .logo-img{
        text-align: center;
    }
    #header .logo .logo-img a{
        display: inline-block;
    }

    .elementor-element-t96kzsl h4{ /* the WELCOME title was breaking in mobile */
        word-wrap: initial;
    }
}

/*the top header - blue line has extra height - this is to remove it:*/
.pull-right  .widget_text {
    line-height: 1;
}

/*header icons - remove the black borders*/
body.rtl #top-bar .container ul.social-links li,
body.rtl #top-bar .container ul.social-links li:first-child{
    border-color: transparent;
}
/*header search input text - in chrome looks grey - forcing it to be white*/
.form-search input.search-field{
    -webkit-text-fill-color: #fff !important;
}

/*enlarging the home-page search area so the search filter wont breat to 2 rows*/
@media only screen and (min-width: 900px){
.elementor-3258 .elementor-element.elementor-element-aogfhx6 > .elementor-container {
    max-width:900px;
}
    .searchandfilter ul{
       padding-right: 0;
    }
    .searchandfilter ul li input[type="text"]{
        max-width: 200px;
        line-height:1.3;
    }
}

/*don't want to duplicate a php file so hiding the no-comments from home page with css */
.grid-item .inbox .caption .entry-meta span{
    display: none;
}

/*indenting mobile sub-menu*/
.nav-main .navbar-collapse .mobile-menu .sub-menu .menu-item a{
    padding-right: 3rem;
}
.nav-main .navbar-collapse .mobile-menu .sub-menu .sub-menu .menu-item a{
    padding-right: 6rem;
}

/*Related posts*/
.wp_rp_wrap {
    text-align: center;
    margin-top: 30px;
}

body ul.related_post li a{
    font-size: 16px  !important;
}
body ul.related_post li{
    margin-right: 30px !important;
}
.pull-right-copyright {
    float: none;
    text-align: center;
}
