
/************************
* Pages
*/
#page-content {
    padding-top: 80px;
    text-align: justify;
}

#section-filled-content,
#section-booking-content,
#section-contact-content {
    padding: 40px 0 20px;
    background: #F2C514;
    color: #ffffff;
    font-family: 'RalewaySemiBold', sans-serif;
    font-size: 18px;
    text-align: center;
    display: block;
}

/************************
* Page: Contact
*/

/* Map */
#section-map {
    max-height: 549px;
}

#section-map #location-map {
    width: 100%;
    height: 549px;
}

/* Address */
#section-contacts .address-line-1 {
    font-size: 24px;
    display: block;
    line-height: 18px;
    padding-top: 1px;
    color: #8e8d8d;
    text-align: center;
}

#section-contacts .address-line-2 {
    font-size: 20px;
    display: block;
    line-height: 30px;
    padding-top: 1px;
    color: #8e8d8d;
    text-align: center;
}

#section-contacts .address-email {
    color: #A5A5A5;
    margin-top: 25px;
    text-align: center;
}

#section-contacts .address-email .email-line,
#section-contacts .address-phone .phone-line a {
    color: #A5A5A5;
}

#section-contacts .address-phone {
    color: #A5A5A5;
    margin-top: 20px;
    text-align: center;
}

#section-contacts .address-phone .phone-line {
    font-size: 18px;
    display: block;
    line-height: 24px;
    padding-top: 6px;
    color: #A5A5A5;
}

#section-contacts .store-schedule {
    display: block;
    margin-bottom: 55px;
    text-align: center;
}
#section-contacts .store-schedule .text {
    font-size: 18px;
    display: block;
    line-height: 20px;
    padding-top: 6px;
    color: #8e8d8d;
    text-transform: capitalize;
}
#section-contacts .store-schedule .time {
    font-size: 16px;
    display: block;
    line-height: 20px;
    padding-top: 6px;
    color: #A5A5A5;
}

#section-map #map-overlay {
    background: url('../img/map_overlay.png');
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 999;
    opacity: 0.7;
    background-size: contain;
}