/*** General CSS ***/
body {
    margin: 0;
}
body, body p {
    font-family: verdana;
    line-height: 2;
}
.container {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}
h4 {
    font-size: 1rem;
    margin-bottom: 5px;
}
.main-body {
    padding: 50px 0;
}
.content-left {
    width: 72%;
    float: left;
}
body ul {
    padding-left: 25px;
    margin: 0;
}

/* Header */
#header {
    background: url("../img/nail-salon.jpg");
    background-size: cover;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    
    position: relative;
    z-index: 1;
}
#header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000052;
    z-index: -1;
}
.listing-title h2 {
    margin: 0;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.1);
    font-size: 35px;
    color: #fff;
}
.listing-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.listing-title ul li {
    display: inline-block;
    margin-right: 25px;
}

/* Listing Content */
#listing-content {
    clear: left;
}
#listing-content h3 {
    margin-top: 0;
}
.listing-title li {
    color: #fff;
}

/* Sidebar */
.sidebar-right {
    width: 25%;
    float: right;
}
.sidebar-right > div {
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
    border-radius: 5px;
    margin-bottom: 30px;
}
.DJdfP, .fGgLMF {
    gap: 0 !important;
}
.sidebar-title {
    background: #eeeeee82;
}
.sidebar-right h4 {
    font-size: 14px;
    padding: 20px 15px 0px;
    color: #4e66f8;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.sidebar-right h3 {
    padding: 0 0 20px;
    margin: 0px 15px 0px;
    font-size: 25px;
}
.schedule-item__Hours-sc-zr7vsr-3, .schedule-item__Title-sc-zr7vsr-4 {
    padding: 20px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.kvHctt {
    background-color: #c3e6cb;
    border-top: 1px solid #8fd19e;
}
.location {
    padding: 0 15px;
}
.KCeMl, .kZOKxv {
    display: none;
}
.KCeOL {
    margin-top: 0 !important;
}

/* Footer */
#footer {
    background: #343a40;
    width: 100%;
    overflow: hidden;
}
#footer p {
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

/*** Responsive Layout ***/
@media (max-width: 1200px) {
    .container {
        max-width: 920px;
    }
    .sidebar-right {
        width: 30%;
    }
    .content-left {
        width: 65%;
    }
}
@media (max-width: 991px) {
    .sidebar-right {
        width: 100%;
    }
    .content-left {
        width: 100%;
        margin-bottom: 50px;
    }
}