.nav-sticky .navbar-brand .logo-dark {
    width: 100px;
}

.text-justify {
    text-align: justify;
}

.img-portfolio-cover {
    height: 270px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.row-gal img {
    height: 370px;
    min-width: 370px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.nav-gallery .nav-item {
    width: 100%;
    padding: 0 .5rem;
}

.nav-gallery .nav-item .nav-link {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    width: 100%;
    padding: 1rem;
}

.nav-gallery .nav-item .nav-link.active {
    background-color: var(--theme-color);
    color: #fff;
}

.wpcf7-not-valid-tip {
    font-size: .8rem !important;
    margin-top: .3rem !important;
}

.form-control.wpcf7-not-valid {
    border-color: #dc3232;
}

.wpcf7-response-output {
    border: 0 !important;
    margin: 1rem 0 !important;
    background-color: #dc3232 !important;
    color: #fff !important;
    font-size: .8rem !important;
    text-align: center !important;
    padding: .8rem !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450 !important;
}