/*!
 * This file is the custom styles that overwrite the base Bootstrap settings were needed
 */




/*------------------------------- HOLIDAY SCHEDULE ---------------------------------*/
.holiday-schedule-body-bg h1 {
    font-family: 'Freeland W00 Regular', sans-serif;
    font-size: 3em;
    line-height: 0.85em;
    margin-bottom: 0.25em;
}

.holiday-schedule-body-lower-bg h1 {
    font-family: 'Freeland W00 Regular', sans-serif;
    font-size: 3em;
    line-height: 0.85em;
    margin-bottom: 0.5em;
    color: #a6a668;
    text-align: center;
}

.holiday-schedule-body-lower-bg p {
    text-align: center;
    max-width: 52em;
    margin: auto auto 1.5em auto;
}

.holiday-schedule-body-bg h3 {
    font-family: "AsapBold", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.0em;
    text-transform: uppercase;
    margin: 2em auto 0.25em auto;
    line-height: 1.3em;
}

.holiday-schedule p {
    line-height: 1.7;
}

.holiday-schedule-body-bg {
    background-color: #f4f2ec;
    padding: 3em;
}

.holiday-schedule-body-lower-bg {
    background-image: url(/images/fc/white-wood-bg.jpg);
    background-repeat: repeat;
    background-size: auto;
    padding: 3em;
}

.holiday-schedule .call-to-action {
    margin: 2.0em auto;
}

    .holiday-schedule .call-to-action a,
    .holiday-schedule .call-to-action a:hover,
    .holiday-schedule .call-to-action a:focus,
    .holiday-schedule .call-to-action a:active {
        font-family: 'AsapMedium', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: oblique;
        text-decoration: none;
        color: #e8a62d;
    }

.bolder {
    font-family: "AsapBold", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.holiday-schedule-header {
    background-image: url(/images/fc/holiday-schedule-header.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 250px;
}

.shadow-bg {
    background-image: url(/images/fc/shadowbg.png);
    background-repeat: repeat-x;
    background-size: 2px 6px;
    position: absolute;
    z-index: 999;
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

table {
    margin-top: 0.3em;
    margin-bottom: 3.0em;
    width: 100%;
}

thead th {
    background-color: #C1C1A2;
    color: #362b13;
    font-family: 'AsapBold', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

thead th:nth-child(2) {
        border: 1px solid #e7e2d9;
    }

tbody td:nth-child(2) {
    border-left: 1px solid #ede9df;
    border-right: 1px solid #ede9df;
}

tbody th {
    text-align: left;
}

th {
    background-color: #e7e2d9;
    color: #362b13;
    font-family: "AsapBold", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.highlight-table-row th {
    background-color: #e7e2d9;
}

.highlight-table-row td {
    text-align: left;
}

td {
    background-color: #ffffff;
}

td, th {
    padding: 0.75em 1.5em;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    height: 5em;
}

th {
    background: #faf9f7;
    color: #362b13;
    font-family: 'Asap', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

    th:nth-child(2), td:nth-child(2) {
        max-width: 14em;
    }

    th:nth-child(3), td:nth-child(3) {
        min-width: 7em;
    }





/*-------------------------------  MEDIA SIZE STYLES ---------------------------------*/

@media (max-width: 480px) {
    .holiday-schedule-body-bg,
    .holiday-schedule-body-lower-bg {
        padding: inherit;
    }

        .holiday-schedule-body-bg p,
        .holiday-schedule-body-lower-bg p {
            margin-bottom: 2em;
        }

        .holiday-schedule-body-bg h1 {
            text-align: center;
        }

    td, th {
        padding: 0.19em;
    }

    th {
        font-size: 0.9em;
    }
}

@media (max-width: 767px) {
    .holiday-schedule-body-bg h1,
    .holiday-schedule-body-lower-bg h1 {
        margin-top: 1em;
    }

    .holiday-schedule p {
        font-size: 1.10em;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}

@media (min-width: 0px) {
}

@media (min-width: 480px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
