/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
 
.post-content .post-description .post-ftimg-hld img {
    width: 292px;
    height: 274px;
    object-fit: cover;
}

.post-author {
    display: none!important;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
}

.post-list .post-content .post-read-more {
    background-color: #ED1111;
    padding: 11px 25px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border-radius: 60px;
    position: absolute;
    bottom: 22px;
    right: 26px;
    text-transform: uppercase;
}

.descriere-scurta {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    margin-right: 56px;
}

.blog-post-view .post-content .post-description .post-ftimg-hld img {
    /*width: 100%;*/
    /*object-fit: contain;*/
    /*height: auto;*/
    display: none;
}

.post-holder {
    margin-bottom: 20px;
    padding: 0;
}

.post-content .post-description .post-ftimg-hld {
    margin: 0;
}

.col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.post-list .post-header .post-title {
    margin: 24px 0 20px 0;
    padding: 0;
    text-transform: uppercase;
    max-width: 100%!important;
}

.post-list .post-header .post-title a {
    color: #111;
    font-weight: 600;
    font-size: 22px;
    line-height: 31.2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-time {
    position: absolute;
    bottom: 31px;
}

.post-content .post-description img {
    margin: 0;
}

.post-posed-date {
    display: flex;
    flex-direction: row;
}

.post-posed-date .value {
    font-weight: 600;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.timp-postare {
    transform: scale(1.1);
    margin-right: 5px!important;
    margin-top: 4px!important;
}

.blog-search {
    display: none;
}

.block-title strong {
    font-weight: 600;
    line-height: 31.2px;
    font-size: 26px !important;
    color: #000;
    text-transform: uppercase;
}

.linie {
    height: 1px;
    background-color: #ADADAD;
    margin-top: 16px;
}

.widget.block-recent-posts .block-content .item {
    padding: 16px 0 0 0;
}

.m-r-28 {
    margin-right: 28px;
}

.titlu-social {
    margin-top: 20px !important;
}

.widget .block-title strong {
    font-family: sans-serif!important;
    font-weight: 600;
}

.post-item-link {
    color: #333333!important;
}

.post-item-link:hover {
    color: #333333!important;
    text-decoration: none!important;
}

.blog-page .post-info {
    display: none;
}

.blog-index-index .post-info {
    display: block;
}

.blog-post-view .post-holder {
    border: none;
}

.blog-post-view .post-content .post-description img {
    margin: 15px 0 0 0!important;
}

.blog-post-view .post-text-hld {
    line-height: 24px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-t-15{
    margin-top: 15px;
}

.p-row-0 {
   padding-left: 0px;
   padding-right: 0px;
}

.align-i {
    align-items: center;
}

.blog-page .breadcrumbs {
    margin-top: 20px;
}

.blog-page .page-title {
    margin: 0 0 15px 0!important;
}

.bg-white {
    background-color: #fff;
}

@media (max-width:990px) and (min-width: 800px) {
    .descriere-scurta {
        -webkit-line-clamp: 4;
    }
    
    .post-content .post-description .post-ftimg-hld img {
        height: 230px;
    }
}

@media (max-width:800px) and (min-width: 768px) {
    .descriere-scurta {
        -webkit-line-clamp: 3;
    }
    
    .post-content .post-description .post-ftimg-hld img {
        height: 200px;
    }
}

@media (min-width:768px) {
    .page-layout-2columns-right .column.main {
        width: 70.166667%!important;
    }
    
    .page-layout-2columns-right .sidebar-additional {
        width: 23.833333%!important;
    }
    
    .page-title-wrapper {
        width: 70%;
    }
}

@media (max-width:768px) {
    .post-content .post-description .post-ftimg-hld img {
        width: -webkit-fill-available;
        height: 350px;
    }
    
    .descriere-scurta  {
        margin-right: 5px;
    }
    
    .post-list .post-content .post-read-more {
        bottom: 18px;
    }
    
    .post-time {
        position: initial;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width:500px) {
    .post-content .post-description .post-ftimg-hld img {
        height: 265px;
    }
}





