:root {
    --kyriosPost1Color: rgb(255, 231 ,215);
    --kyriosPost2Color: rgb(210, 232 ,230);
    --kyriosPostbackgroundColor: rgb(238, 238, 238);
    --kyriosPosttextColor: rgb(87,87,89);
    --kyriosPostGold: #0061AE;
    /* LUGO --kyriosPostGold: rgb(181,158,110); */
}

#kyriosPostTabContainer #loadMoreKyriosPosts {
    margin-top: 102px;
    margin-bottom: 140px;
} 

#kyriosPostTabContainer #loadMoreKyriosPosts .text  { 
    height: -webkit-fit-content; 
    height: -moz-fit-content; 
    height: fit-content;
    color: var(--kyriosPostGold);
    font-weight: 500;
}

#kyriosPostTabContainer #loadMoreKyriosPosts .box1 {
    /* background-color: red!important; */
    position: relative;
    opacity: 0.33;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
    height: 102px;
    width: 374px!important;
    max-width: 100%!important;
}
#kyriosPostTabContainer #loadMoreKyriosPosts .box2 {
    /* background-color: greenyellow!important; */
    position: relative;
    margin-top: -102px!important;
    opacity: 0.67;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
    height: 85px;
    width: 408px!important;
    max-width: 100%!important;
}
#kyriosPostTabContainer #loadMoreKyriosPosts .box3 {
    /* background-color: blue!important; */
    position: relative;
    margin-top: -85px!important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 68px;
    width: 442px!important;
    max-width: 100%!important;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#kyriosPostTabContainer #loadMoreKyriosPosts .box1:hover,
#kyriosPostTabContainer #loadMoreKyriosPosts .box2:hover,
#kyriosPostTabContainer #loadMoreKyriosPosts .box3:hover {
    background-color:rgb(212, 212, 212);
}
#kyriosPostTabContainer #loadMoreKyriosPosts .box1,
#kyriosPostTabContainer #loadMoreKyriosPosts .box2,
#kyriosPostTabContainer #loadMoreKyriosPosts .box3 {
    background-color: white;
    margin: auto;
    cursor: pointer;
}


#kyriosPostTabContainer #kyriosPosts { 
    display: -ms-grid; 
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
    /* grid-column-gap: calc(17px *5);
    grid-row-gap: calc(17px*4); */
    grid-column-gap: 85px;
    grid-row-gap: 68px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
    #kyriosPostTabContainer #kyriosPosts { 
        grid-column-gap: 18px;
        grid-row-gap: 39px;
    }
}

#kyriosPostTabContainer {
    font-size: 20;
    color: var(--kyriosPosttextColor);
    font-family: 'Montserrat';
}
#kyriosPostTabContainer #kyriosPosts .post:hover {
    background-color: white;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#kyriosPostTabContainer #kyriosPosts .post:hover .postReadMore {
    color: #575759;
}

#kyriosPostTabContainer #kyriosPosts .post {
    background-color: #FFFFFF80;
    transition: all .25s;
    width: 100%;
    max-width: 340px;
    height: 415px;
    margin: auto;
    /* grid-template-rows: 272px 306px; */
    -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
    display: -ms-grid;
    display: grid;
    box-shadow: 0px 0px 26px -10px black;
}

#kyriosPostTabContainer #kyriosPosts .postLink {
    cursor: pointer;
}

#kyriosPostTabContainer #kyriosPosts .postImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
}

#kyriosPostTabContainer #kyriosPosts .post img {
    background-color: white;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Image presentation modes configured in the Elementor widget. */
#kyriosPostTabContainer.kyriosPostImageFit-contain #kyriosPosts .post img {
    -o-object-fit: contain;
       object-fit: contain;
}

#kyriosPostTabContainer.kyriosPostImageFit-fill #kyriosPosts .post img {
    -o-object-fit: fill;
       object-fit: fill;
}

#kyriosPostTabContainer.kyriosPostImageFit-natural #kyriosPosts .post img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#kyriosPostTabContainer #kyriosPosts  .post .postSeparator {
    border-bottom: 1px solid var(--kyriosPosttextColor);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    padding: 0px;
    margin: 10px 0;
}

#kyriosPostTabContainer #kyriosPosts .post .postInfo {
    padding: 8.5px 34px 17px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

#kyriosPostTabContainer #kyriosPosts .post .postDate {
    color: var(--kyriosPosttextColor);
    font-size: 0.8rem;
}

#kyriosPostTabContainer #kyriosPosts .post .postTitle {
    color: var(--kyriosPosttextColor);
    font-family: "Playfair Display";
    font-size: 1.3rem;
    height: 100%;
    margin-bottom: 31px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
#kyriosPostTabContainer #kyriosPosts .post .postReadMore {
    color: var(--kyriosPostGold);
    font-size: 14px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #kyriosPostTabContainer #kyriosPosts .post {
        background-color: white;
        width: 100%;
        /* max-width: 200px; */
        height: 350px;
        margin: auto;
        -ms-grid-rows: 50% 50%;
            grid-template-rows: 50% 50%;
        font-size: 14px;
        display: -ms-grid;
        display: grid;
    }  
    #kyriosPostTabContainer #kyriosPosts { 
        display: -ms-grid; 
        display: grid;
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    #kyriosPostTabContainer #kyriosPosts .post .postTitle  {
        font-size: 20px;
        -webkit-line-clamp: 2;
    }
}
