:root {
    --cnvs-themecolor: #b42126;
    --cnvs-themecolor-rgb: 180, 33, 38;
}
@media (max-width: 768px) {
    .widget_links li{
        justify-content: center;
    }
    .footer-widgets-wrap{
        text-align: center;
    }
    .posts-md{
        padding: 0 30px;
    }
    #header-wrap #logo img{
        height: 55px!important;
    }
    .emphasis-title h1{
        font-size: 45px!important;
        line-height: 50px!important;
        margin-top: 20px;
    }
}
.font-size-lg {
    font-size: 18px;
}

.price-table {
    width: 600px;
}

#header-wrap {
    border-bottom: 0px;
}

.opening-hours-border {
    border: 4px solid black;
    padding: 75px;
}

.menu-item .active {
    color: var(--cnvs-primary-menu-hover-color);
}

.gallery-image {
    width: 100%!important;
    height: 300px!important;
    object-fit: cover;
}
.type-image {
    width: 100%!important;
    height: 200px!important;
    object-fit: cover;
}
.blog-single-image {
    width: 100%!important;
    height: 400px!important;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .container-xs {
        max-width: 850px;
    }
}
.popup-message{
    border-bottom: 1px solid black;
    padding: 10px;
}
.about-1-image{
    width: 640px!important;
    height: 400px!important;
    object-fit: cover;
}
.about-2-image{
    width: 415px!important;
    height: 275px!important;
    object-fit: cover;
}
.slider-logo-image{
    width: 320px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    #header-wrap #logo img {
        height: 80px;
    }
    .price-table {
        width: 350px;
    }
    .opening-hours-border {
        border: none;
        padding: 0;
    }
    .about-container{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .team-title {
        padding-bottom: 40px;
    }
    .slider-logo-image{
        width: 250px;
    }
}
.category-container{
    border: 2px solid black;
    padding: 20px;
}
.font-light{
    font-size: 12px;
}
.slider-address{
    font-size: 15px!important;
    margin-top: 1rem!important;
}
#content ul{
    margin-left: 15px;
}