.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2%;
}

.hidden {
    display: none !important;
}

/* Postlist*/
/* -------------------------------------*/
.post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.post .post-category a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.post .post-img a {
    height: 180px;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #E6E6E6;



    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px;
}

.post .post-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post .post-content .post-title>h3 {
    margin: 0 0 5px;
    line-height: 1.3;
    font-weight: normal;
    font-size: 18px;
}

.post .post-content .post-title>h3 a {
    color: inherit;
    text-decoration: none;
}

.post .post-content .post-title>h3:hover a {
    color: #149fc0;
}

@media (max-width: 767px) {
    .post .post-content .post-title>h3 {
        line-height: 20px;
        font-size: 14px;
    }
}

.post .post-content .post-title .post-date,
.post .post-content .post-title .post-category,
.post .post-content .post-title .post-category a {
    margin: 0 7px 7px 0;
    display: inline-block;
    text-decoration: none;
    color: #a6a6a6;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.post .post-content .post-title .post-meta {
    margin-bottom: 0;
}

.post .post-content .post-title .post-meta .post-category a {
    margin-right: 4px;
}

.post .post-content .post-title .post-meta .post-category a:after {
    content: ",";
}

.post .post-content .post-title .post-meta .post-category a:last-child:after {
    display: none;
}

.post .post-content .post-title .post-meta a:hover {
    color: #149fc0;
}

.post .post-content .entry-content p {
    margin-bottom: 0;
    color: #555555;
}

.post .post-content .entry-content h1,
.post .post-content .entry-content h2,
.post .post-content .entry-content h3,
.post .post-content .entry-content h4 {
    font-size: 16px;
}

.post .post-content .entry-content .ecae-button {
    position: relative;
    display: block !important;
    text-align: left;
    margin-top: 5px;
}

.post .post-content .entry-content .ecae-button .ecae-link {
    font-size: 12px;
    font-weight: bold;
    color: #149fc0;
    text-decoration: none;
    text-transform: uppercase;
}

.post .post-content .entry-content .ecae-button .ecae-link:after {
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    top: -2px;
    margin-left: 5px;
    font-family: "FontAwesome";
}

.post .post-content .entry-content .ecae-button .ecae-link:hover {
    color: #222222;
}

.post .post-content .entry-content .ecae-button.ecae-buttonskin-none a.ecae-link {
    margin-left: -10px;
}

@media (max-width: 767px) {
    .post .post-img {
        margin-bottom: 15px;
    }

    .post .post-img img {
        width: 100%;
    }
}

.post.post-event {
    /* Event Archive*/
}

.post.post-event .event-date {
    border-right: 1px solid #E6E6E6;
    text-align: center;
}

.post.post-event .event-date>span {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 72px;
    color: #a6a6a6;
}

.post.post-event .event-date strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

@media (max-width: 480px) {
    .post.post-event .event-date {
        border-right: 1px solid #E6E6E6;
    }

    .post.post-event .event-date>span {
        padding-top: 15px;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-right: none;
        font-size: 60px;
    }
}

.post.post-event.content-solid .event-date>span {
    padding-top: 50px !important;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    background-color: #149fc0 !important;
    /* @media (min-width: $screen-sm-min) {*/
    max-width: 170px;
    /* }*/
}

.post.post-event.content-solid .event-date>span>strong {
    position: absolute;
    color: inherit;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #073C64;
    text-transform: uppercase;
    padding: 8px 0;
}

.post.post-event.content-solid .post-title>h3 {
    margin-bottom: 0;
    font-size: 14px !important;
}

.post.post-event.content-solid.col-md-3 {
    text-align: center;
}

@media (min-width: 1024px) {
    .post.post-event .event-date {
        padding-right: 0;
        max-width: 130px;
    }

    .post.post-event .post-content {
        width: calc(100% - 130px);
    }
}

@media (max-width: 380px) {
    .post.post-event .event-date {
        width: 30% !important;
    }

    .post.post-event .post-content {
        width: 70% !important;
    }
}

.post .btn-more {
    text-transform: capitalize;
    padding: 0;
    min-width: 10px;
    background-color: transparent;
    color: #149fc0;
    font-size: 12px;
    border: 0;
    float: none;
    letter-spacing: 0;
}

.post .btn-more:after {
    display: none;
}

.post .btn-more:before {
    content: '';
    height: 3px;
    width: 100%;
    color: inherit;
    background-color: currentColor;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.post .btn-more:focus,
.post .btn-more:hover {
    color: #0d667b;
    background: transparent;
    opacity: .8;
}