@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;
    }
}

/*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;
    }
}

.elementor-338925 .elementor-element.elementor-element-emtw7ol .elementor-divider,
.elementor-338925 .elementor-element.elementor-element-aeg8xdf .elementor-divider,
.elementor-338925 .elementor-element.elementor-element-stt8b2j .elementor-divider {
    justify-content: center;
}

/*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*/
.yarpp-related {
    text-align: center;
    margin-top: 30px;
    font-weight: normal;
}

.yarpp-thumbnails-horizontal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 550px) {
    .yarpp-thumbnails-horizontal {
        flex-direction: column;
        align-items: center;
    }
}

.yarpp-related a.yarpp-thumbnail{
    height: auto;
}

.yarpp-related a .yarpp-thumbnail-title {
    text-align: right;
    /* trim title after 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pull-right-copyright {
    float: none;
    text-align: center;
}

/*logout page*/
.wpo-error-message{
	font-size:70px;
	color:#060606;
	font-weight:bold;
}