﻿.latNewsPost {
    border: 1px solid #eee;
    margin: 10px;
}

.fontCabin {
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hasShadow {
    box-shadow: 10px 0 50px rgb(0 0 0 / 5%);
}

.latNewsPost .lnPostImg img {
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    width: 100%;
    max-width: 100%;
    min-height: 225px;
    height: 225px;
    vertical-align: top;
}
@media screen and (min-width: 1400px) {
    .latNewsPost .lnPostImg img {
    min-height: 280px;
    height: 280px;
}
}
.latNewsPost .lnPostTitle {
    height: 127px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width: 1025px) {
    .latNewsPost h4, .h4 {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .latNewsPost .lnPostTitle a {
        height: 65px;
    }
}

@media (min-width: 768px) {
    .latNewsPost .lnPostTitle a {
        height: 45px;
    }

    .latNewsPost .lnPostTitle a {
        -webkit-transition: color .35s ease;
        transition: color .35s ease;
        display: block;
    }
}

.txtLink.arrowLink {
    position: relative;
}

@media (min-width: 1025px) {
    .fsSmall {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .fsSmall {
        font-size: 16px;
    }
}

.txtLink.arrowLink:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    right: -20px;
    top: 1px;
    font-size: 14px;
    -webkit-transition: right .35s ease;
    transition: right .35s ease;
}

.pb-5, .py-5 {
    padding-bottom: 10px !important;
}

.pt-3, .py-3 {
    padding-top: 16px !important;
}

.pl-1, .px-1 {
    padding-left: 5px !important;
}

.pr-1, .px-1 {
    padding-right: 5px !important;
}

.w-100 {
    width: 100% !important;
}

.p-2 {
    padding: 10px !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.latNewsPost .lnPostDate {
    font-size: 16px;
}