/* Mixin Responsive*/
.pagination {
    display: flex;
}

.pagination .page-item .page-link {
    display: block;
    color: var(--c-contrast-650);
    padding: 0 10px;
    margin-right: 6px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid var(--c-contrast-100);
}

.pagination .page-item .page-link:hover {
    color: white;
}

.pagination .page-item.active .page-link {
    color: #fff;
    border-color: transparent;
    background: var(--c-main);
    text-decoration: none;
}

.ml-0 {
    margin-left: 0 !important;
}

.fix-responsive img {
    max-width: 100% !important;
    height: auto !important;
}

.fix-responsive li p {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.image4x3__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.image4x3__frame:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}

.image4x3__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.w-100 {
    width: 100% !important;
}

/* Footer info */
.bold-footer-lower .footer-info {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    color: var(--c-contrast-500);
}

.bold-footer-lower .footer-info p {
    margin: 0 0 10px;
}

.bold-footer-lower .footer-info p:last-child {
    margin-bottom: 0;
}

.bold-footer-lower .footer-info h1,
.bold-footer-lower .footer-info h2,
.bold-footer-lower .footer-info h3,
.bold-footer-lower .footer-info h4 {
    margin: 12px 0;
    color: var(--c-contrast);
}

.bold-footer-lower .footer-info img {
    max-width: 100%;
    height: auto;
}

.bold-footer-lower .footer-info a {
    color: var(--c-main);
}

/*# sourceMappingURL=custom.css.map */