﻿.dv-header {
    background-color: #000;
    height: 8px;
    content: "";
}

.dv-footer {
    border-top: 1px solid #f1f1f1;
    background-color: #fff!important;
    border-bottom: 8px solid #000;
}

.wrap__masonary-card .card .card-body p {
    font-size: 14px !important;
    margin-bottom: 1.5em;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
}

.wrap__masonary-card .card .card-body p:last-child {
    margin-bottom: 0!important;
}

.wrap__masonary-card .card .card-body .card-text {
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
}

.wrap__masonary-card .card .masonary__title-info-author-card .list-inline .list-inline-item:last-child {
    float: right!important;
}

.img-plogo {
    height: 22px;
}

.dv-loading {
    text-align: center;
    padding: 20px;
}

.dv-new-page {
    border-bottom: 8px solid #000;
    height: 1px;
    content: "";
    margin: 40px 0 50px;
    border-radius: 5px;
}

.img-photo {
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .dv-new-page {
        display: none;
    }
    .bg__footer-bottom {
        padding: 8px 0!important;
    }
}

.wrapper__section-footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

#return-to-top {
    bottom: 80px!important;
}