@charset "utf-8";
/* CSS Document */

.blog-entry{
	margin-bottom: 30px;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
}
.blog-entry .meta-date {
    display: inline-block;
    background: #2f89fc;
}
.text-center {
    text-align: center !important;
}
.p-2 {
    padding: 0.5rem !important;
}

.blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}

.blog-entry .meta-date span {
    display: block;
    color: #fff;
}
.blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
    font-size: 13px;
}
.blog-entry .meta-date span {
    display: block;
    color: #fff;
}
.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}
.bg-white {
    background: #fff !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}
h3, .h3 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.blog-entry .text .meta-chat {
    color: #b3b3b3;
}