.post .btn i {
    margin-left: 5px
}

.post .btn i::before {
    margin: 0
}

.post .post-details>*:last-child {
    margin-bottom: 0
}

.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 4.5rem;
    height: 4.7rem;
    background: rgba(255,255,255,0.8);
    color: #26b;
    border: 2px solid;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    line-height: 1
}

.post-calendar .post-day {
    display: block;
    margin-bottom: 1px;
    font-size: 1.6rem
}

.post-calendar .post-month {
    display: block;
    margin-left: 2px;
    font-size: 1rem
}

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden
}

.post-media img {
    display: block;
    max-width: 100%;
	width: auto;
    height: auto;
    transition: transform .3s
}

.post-media .post-calendar {
    position: absolute;
    left: 2rem;
    top: 2rem
}

.post-media .owl-dots {
    bottom: 2.5rem
}

.post-media .owl-dots .owl-dot span {
    border-color: #fff;
    background-color: transparent
}

.post-media .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background-color: #fff
}

.post-details {
    padding: 2.7rem 0 2.5rem
}

.post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.015em
}

.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.6rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666
}

.post-meta,.post-cats {
    margin-bottom: .9rem;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    color: #999
}

.post-sm .post-details {
    padding: 2.2rem .3rem 2rem
}

.post-video .video-play {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color .3s, opacity .3s;
    font-family: 'Font Awesome 5 Free';
    font-size: 6rem;
    color: #fff;
    cursor: pointer;
    z-index: 10
}

.post-video .video-play::before {
    content: '\f144'
}

.post-video .post-media {
    position: relative
}

.post-video video {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-video.playing video,.post-video.paused video {
    display: block
}

.post-video.playing .video-play,.post-video.paused .video-play {
    opacity: 0
}

.post-video.playing .video-play:before,.post-video.paused .video-play:before {
    content: '\f28b'
}

.post-video.playing .post-media,.post-video.paused .post-media {
    background-color: #000
}

.post-video.playing .post-media:hover .video-play,.post-video.paused .post-media:hover .video-play {
    opacity: 1
}

.post-video.playing img,.post-video.paused img {
    visibility: hidden
}

.post-video.paused .video-play {
    opacity: 1
}

.post-video.paused .video-play:before {
    content: '\f144'
}

.post-list {
    margin-bottom: 2rem
}

.post-list img {
    min-height: 20rem;
    object-fit: cover
}

.post-list .post-details {
    padding: 2rem 0
}

@media (min-width: 576px) {
    .post-list {
        display:flex;
        align-items: center
    }

    .post-list .post-media {
        margin-right: 2rem
    }

    .post-list .post-details,.post-list .post-media {
        width: calc(50% - 1rem)
    }
}

.post-list-xs {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: 2px
}

.post-list-xs .post-calendar {
    color: #ccc;
    border-color: #666;
    background-color: transparent
}

.post-list-xs .post-details {
    flex: 1;
    margin: 0 0 0 2rem;
    padding: 0
}

.post-list-xs .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    text-transform: none;
    font-size: inherit;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 1.69;
    color: inherit;
    white-space: normal
}

.post-list-xs .post-title:hover a {
    color: #fff
}

.post-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.post-list-sm .post-media {
    max-width: 10rem;
    flex: 0 0 10rem;
    height: 10rem
}

.post-list-sm .post-media img {
    height: 100%;
    object-fit: cover
}

.post-list-sm .post-details {
    padding: 0;
    margin-left: 1.6rem
}

.post-list-sm .post-meta {
    margin-bottom: .9rem;
    font-size: 1.3rem;
    text-transform: uppercase
}

.post-list-sm .post-title {
    margin-bottom: 0;
    white-space: normal;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.43
}

.post-image-gap {
    padding: 2rem;
    background-color: #fff;
    transition: box-shadow .3s
}

.post-image-gap .post-details {
    padding-bottom: 1rem
}

.post-image-gap:hover {
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1)
}

.post-mask {
    position: relative
}

.post-mask::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .75;
    background: rgba(51,51,51,0.5);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1
}

.post-mask.gradient::before {
    height: 80%;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, #000 100%)
}

.post-mask .post-details {
    position: absolute;
    padding: 0;
    left: 3rem;
    right: 3rem;
    bottom: 2.8rem;
    z-index: 2
}

.post-mask .post-meta,.post-mask .post-cats {
    color: #ebebeb
}

.post-mask .post-meta a:hover,.post-mask .post-cats a:hover {
    color: #fff
}

.post-mask .post-title {
    margin: 0;
    white-space: normal;
    text-transform: none;
    font-size: 1.8rem;
    line-height: 1.32;
    color: #fff
}

.post-mask .post-title a:hover {
    color: #fff
}

.post-mask .post-cats {
    color: #fff
}

.post-mask .post-cats a:hover {
    color: #fff
}

.post-mask:hover .post-media a::before {
    opacity: .1
}

ul.blog-filters {
    text-transform: uppercase;
    font-weight: 600;
    color: #333
}

ul.blog-filters li:not(:last-child) {
    margin-right: 4rem
}

.blog-filters span {
    margin-left: 1rem;
    color: #ccc
}

.blog-filters li {
    padding: 0;
    margin-right: .8rem;
    border-bottom: 2px solid transparent;
    line-height: 2.143
}

.post-col .post {
    margin-bottom: 2rem
}

.product-image-full3 {
    display: block;
    position: absolute;
    padding: 1rem;
    right: 1rem;
    bottom: 1rem;
    color: #26b;
    font-size: 2rem;
    line-height: 1;
    opacity: 1;
    transition: opacity .3s;
    z-index: 1
}

:hover>.product-image-full3 {
    opacity: 1;
	 color: #bc2832;
}