/* ======================================================================== */
/* ============================ Contact Page ============================== */
/* ======================================================================== */
.contact_info_wrap { float:left;position:relative;width:49%; }
.map_wrap { margin:0px 0px 20px 0px;float:right;position:relative;text-align:center;width:49%;border-radius:0px;box-shadow:#000000 0px 0px 4px 1px; }
@media (max-width:768px) {
	.contact_info_wrap { float: none;width: 100%; }
	.map_wrap { margin:12px 0 0 0;float:none;width:100%; }
}

.extra-note {
    text-align: center;
    color: var(--accent-color);
    font-weight: 600;
    font-style: italic;
    background: var(--light-pink);
    padding: 10px 20px;
}

.hours-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hours-box {
    width: 18%;
    margin: 1%;
    text-align: center;
    border-bottom: 3px solid var(--brown);
}
.hours-box h4 {
    font-size: 1.1em;
    font-weight: 600;
}
.hours-box p.closed {
    color: red;
}

.gc-prices-row {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}

.gc-prices-item {
display: flex;
flex-direction: row;
}

.gc-prices-item .radio_checkbox_value {
font-size: 21px;
font-weight: 600;
}


@media (max-width: 900px) {
    .hours-box {
        width: 48%;
    }
}

@media (max-width: 550px) {
    .hours-box {
        width: 100%;
        margin: 1% 0;
    }
}