/* Layout & Main Colors */
body {
    background-color: #003c56;
    color: white;
    font-family: 'greycliff_cfmedium', Arial, Helvetica, sans-serif;
}

#intro {
    background-color: #003c56;
}


/* Announcements */
.home section.d-section-announcements {
    background-color: #e86929;
}

section.d-section-announcements h2.wp-show-posts-entry-title a {
    color: white;
}

section.d-section-announcements h2.wp-show-posts-entry-title a:hover, section.d-section-announcements h2.wp-show-posts-entry-title a:active {
    color: #003c56;
}

section.d-section-announcements h2.wp-show-posts-entry-title a:visited {
    color: white;
}


/* Menu Items */
.page-template-page-eats h2.wp-show-posts-entry-title a, .page-template-page-drinks h2.wp-show-posts-entry-title a {
    pointer-events: none;
    cursor: default;
    color: #e86929;
}

.d-section-eats h2, .d-section-drinks h2 {
    text-align: center;
    text-transform: uppercase;
}

.d-section-eats h2.wp-show-posts-entry-title, .d-section-drinks h2.wp-show-posts-entry-title {
    text-align: left;
    color: #e86929;
    border-bottom: none;
}

.d-section-drinks .wp-show-posts-entry-content p, .d-section-eats .wp-show-posts-entry-content p {
    color: #a1d1d7;
    margin-top: 0;
}

.d-section-drinks strong, .d-section-eats strong {
    font-family: 'greycliff_cfbold';
    color: white;
}

.d-section-drinks h2.wp-show-posts-entry-title {
    font-size: 18px;
    text-transform: capitalize;
}

.d-section-drinks #wpsp-212 h2.wp-show-posts-entry-title a {
    color: #e86929 !important;
    font-size: 18px;
}

.d-section-drinks .wp-show-posts-entry-header {
    margin: 0;
    padding: 0;
}



/* Drinks Specific Styles (Could Grad) */
body.page-template-page-drinks h3 {
    color: #e86929;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
}

.d-section-drinks h2.wp-show-posts-entry-title a {
    color: #a1d1d7 !important;
    font-size: 16px;
}


/* Global Text Things */
.d-section-entry h2 {
    font-size: 38px;
    margin-top: 0;
}

.d-section-entry p {
    font-size: 18px;
    text-align: center;
}

.d-section-eats h2, .d-section-drinks h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    border-bottom: #e86929 dashed 2px;
}

.d-section-drinks header.wp-show-posts-entry-header, .d-section-eats header.wp-show-posts-entry-header {
    margin: 0;
}

.d-section-drinks .wp-show-posts-inner {
    margin: 0 0 0 2em !important;
}

.page-id-14 section.d-section-6 .d-room, .page-id-20 section.d-section-6 .d-room, .page-id-16 section.d-section-6 .d-room {
    border-top: 2px solid #e86929;
    border-bottom: 2px solid #e86929;
    padding: 25px 0 45px;
}

@media only screen and (max-width: 768px) {
    .d-section-entry h2 {
        font-size: 30px;
        margin-top: 0;
    }
}



/* Events */
.single-tribe_events .tribe-events-event-meta {
    background: transparent;
    border: none;
    margin: 0;
    display: none;
}

@media only screen and (max-width: 768px) {
    .single-tribe_events .tribe-events-schedule {
        background: transparent;
        border: none;
        margin: 18px 0 8px;
        padding: 0;
    }
}



/* Story */
.amazingslider-title-1 {
    display: table !important;
    position: relative;
    font-family: 'greycliff_cfbold' !important;
    font-size: 24px !important;
    color: white !important;
    white-space: nowrap !important;
}

.amazingslider-description-1 {
    display: block !important;
    position: relative !important;
    font-family: 'greycliff_cfmedium' !important;
    font-size: 16px !important;
    color: #fff !important;
    background-color: #e86929 !important;
    margin-top: 10px !important;
    padding: 10px !important;
}


/* Home Intro */
@media only screen and (min-width: 1200px) {
    .home #intro img {
        width: 50%;
        margin: 0 auto;
        display: inherit;
    }
}

.home #intro h2 {
    text-align: center;
}


/* Get In Touch */
.page-id-35 .d-section-entry h3 {
    text-align: center;
    font-size: 30px;
    color: #e86929;
}

div#gform_confirmation_message_1 {
    text-align: center;
    background-color: #e86929;
    padding: 30px;
    border-radius: 20px;
    font-size: 20px;
}