/*
Theme Name: FitoLab
*/

.header__lang ul li {
    text-transform: capitalize;
}
.slide .slide__text {
    color: #000;
}
.text-center {
    text-align: center;
}
.error-404 {
	margin: 100px 0;
}
.error-404 .not-posts {
	padding-top: 0;
	font-size: 20px;
}
.text-404 {
	text-align: center;
    font-size: 120px;
    font-weight: bold;
    color: #db5859;
}
.not-posts {
    font-size: 16px;
    color: #7f7f7f;
    text-align: center;
    padding: 40px;
}

.slide__text {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.contacts__form div.wpcf7-validation-errors,
.contacts__form div.wpcf7-acceptance-missing,
.contacts__form div.wpcf7-mail-sent-ng,
.contacts__form div.wpcf7-aborted,
.contacts__form div.wpcf7-mail-sent-ok {
	display: block;
    color: #fff;
    margin: 0;
    float: right;
	margin-top: 5px;
	border: 0;
}

.contacts__form  span.wpcf7-not-valid-tip {
	color: #f00;
    font-size: 12px;
    margin: 5px;
    padding-left: 15px;
}

.contacts .schedule > span {
	font-size: 0;
}

@media (max-width: 1200px) {
	.carousel__logos__item {
    	width: 100px;
	}
}

@media (min-width: 1201px) {
	.carousel__logos__item {
    	width: 100%;
	}
}

.carousel__logos__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.carousel__logos__item img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.child_pages {
    height: max-content;
    width: 100%;
    background-color: white;
    padding: 20px;
    /*max-width: 25%;*/
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgba(46, 48, 47, 0.15);
}
.child_pages ul {
    list-style: none;
}
.child_pages .wpb_page_list {
    padding: 0;
    margin: 0;
}
.child_pages .wpb_page_list .page_item:not(:last-child) {
    margin-bottom: 15px;
}
.child_pages .wpb_page_list .page_item a {
    line-height: 1;
    font-size: 1.17em;
    color: #2e302f;
}
.child_pages .wpb_page_list .page_item a:hover,.child_pages .wpb_page_list .page_item a:hover {
    color:#57a925;
}
.child_pages .wpb_page_list .page_item.current_page_item a{
    color:#57a925;
}

.navbar__menu .current-menu-ancestor.level_0 a::before {
    opacity: 0.75 !important;
}


.child_pages .wpb_page_list .children {
    padding-left: 10px;
	padding-top: 10px;
}
.parent_page {
    display: flex;
    font-weight: 700;
    color: white;
}
/* breadcrumbs fix*/
.last:last-child {
    margin-left: 10px;
}
.article_block .article {
    width: 100%;
}
@media (min-width: 1200px) {
    .article_block {
        display: flex;
        grid-gap: 20px;
    }
    .child_pages {
        max-width: 25%;
        margin-bottom: 0px;
    }
}

.e-gallery-item.elementor-gallery-item, .article__body img, .elementor img {

}
/*Table css*/
.article__body table p {
    margin: 0px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table, th, td {
    border: 2px solid;
}
td,th {
    padding: 2px 5px;
}