/* Intro */
#intro h2 {
    color: white;
}

/* Announcements */
section.d-section-announcements {
    display: none;
}

.home section.d-section-announcements {
    display: inline-block;
}

.home section.d-section-announcements {
    display: block;
    width: 100%;
    margin: 0;
}

section.d-section-announcements article.wp-show-posts-single {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding: 10px;
}

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

section.d-section-announcements h2.wp-show-posts-entry-title {
    font-size: 18px;
}

/* Section 1 - Narrative Block */
.d-section-1 h2 {
    text-align: center;
}

/* Section 2 - Image Set 3 Column */
.d-section-2 .image-set.image {
    width: 100%;
    display: inline-block;
    padding: 100% 0 0;
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Section 3 - Video Block */

/* Section 4 - Frequently Asked Questions */

/* Section 5 - Gravity Forms */

/* Section 6 - Callouts */
section.d-section-6 a.btn {
    background-color: #e86929;
    color: white;
    text-decoration: none;
    padding: 15px 30px 10px;
    font-family: 'buintonregular', Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 34px;
    text-transform: lowercase;
    margin: 0 20px;
}

section.d-section-6 a.btn:hover, section.d-section-6 a.btn:active {
    background-color: white;
    color: #e86929;
}

section.d-section-6 .btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.d-section-6 h2 {
    text-align: center;
    text-transform: uppercase;
}

a.btn {
    box-shadow: black 2px 3px 8px;
}

/* Section 7 - Fancy Callouts */
section.d-section-7 a.btn {
    background-color: #003c56;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

section.d-section-7 a.btn:hover, section.d-section-7 a.btn:active {
    background-color: white;
    color: #003c56;
}

section.d-section-7 .btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.d-section-7 h2 {
    text-align: center;
    font-family: 'greycliff_cfbold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: black 3px 3px 10px;
    line-height: 70px;
}

.d-section-7 .d-room {
    padding: 15%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

@media screen and (max-width: 680px) {
    .d-section-7 h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .d-section-7 .d-room {
        background-size: initial;
        background-attachment: initial;
    }
}

/* Section 8 - Image Set 4 */
.d-section-8 .d-room {
    width: 100%;
}

.d-image-back {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100%;
    display: flex;
}

/* Section 10 - Showcase Repeater */
.d-section-10 .d-area.col-1 {
    display: inline-block;
}

.showcase {
    flex-direction: row;
    width: 50%;
    float: left;
}

.flip-card.front {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card.front h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
}

.flip-card.back h3 {
    text-align: center;
    text-transform: uppercase;
}

.flip-card.back ul {
    margin: 10px;
}

.flip-card.back ul li {
    font-size: 12px;
    padding: 0;
}


@media screen and (max-width: 728px) {
    .showcase {
        width: 100%;
    }
}

/* Section 11 - Slider Gallery */
.d-section-11 .d-room {
    padding-bottom: 100px;
}


/* Section 12 - Instagram Feed */
a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    padding-bottom: 100%;
}

section.d-section-12 .d-room {
    width: 100%;
    max-width: 1600px;
}

.sb_instagram_header {
    text-align: center;
    display: flex;
    justify-content: center;
}

.sb_instagram_header {
    display: none;
}

section.d-section-12 h3 {
    text-align: center;
    font-size: 25px;
}

.d-section-embed-code .d-room{
    max-width: 700px;
}

#tripleseat_embed_form input[type="text"],
#tripleseat_embed_form select{
    width: 100% !important;
}
#tripleseat_embed_form select{
    height: 32px;
}
#tripleseat_embed_form .g-recaptcha{
    margin-top: 10px;
}
#tripleseat_embed_form input[type="submit"]{
    background-color: #e86929;
    border-radius: 0;
    padding: 12px 20px 10px;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    box-shadow: black 2px 3px 8px;
    border: #e86929 solid 1px;
}