/* ALL */
section[class^="d-section-"] {
    margin: 0;
    display: list-item;
}

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

body.home #intro {

}

body.page-id-159 section.intro-fix,
body.page-id-187 section.intro-fix,
body.page-id-155 section.intro-fix,
body.page-id-153 section.intro-fix,
body.page-id-165 section.intro-fix,
body.page-id-110 section.intro-fix,
body.page-id-157 section.intro-fix,
body.page-id-169 section.intro-fix,
body.page-id-161 section.intro-fix,
body.page-id-167 section.intro-fix,
body.page-id-163 section.intro-fix {
    display: none !important;
}

body.page-id-159 #intro,
body.page-id-187 #intro,
body.page-id-155 #intro,
body.page-id-153 #intro,
body.page-id-165 #intro,
body.page-id-110 #intro,
body.page-id-157 #intro,
body.page-id-169 #intro,
body.page-id-161 #intro,
body.page-id-167 #intro,
body.page-id-163 #intro,
body.page-id-735 #intro {
    position: relative;
    background: #000;
    /* height: 70vh; */
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    margin-top: 100px;
}


/* 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 Page Entry */
body.home section.d-section-entry {

}

section#intro h1, section.intro-fix h1 {
    color: white;
    text-transform: uppercase;
    line-height: 1;
    font-size: 2.5em;
    font-family: "arya-double";
    font-weight: 300;
    margin: 0;
}

section#intro h1 strong, section.intro-fix h1 strong {
    font-family: "arya-single";
    font-weight: 300;
}

/* Section 1 - Narrative Block */
.d-section-1 h2 {
    text-align: center;
    font-family: "arya-double";
    font-weight: 100;
    font-size: 2.5em;
    margin-bottom: 0;
}

.d-section-1 h2 strong {
    text-align: center;
    font-family: "arya-single";
}

section.d-section-1 h3 {
    font-family: "ff-providence-sans-web-pro";
    letter-spacing: -1px;
    margin-top: 0;
}

/* 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.d-section-4 {
    background-color: white;
}


/* 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;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: black 3px 3px 10px;
    line-height: 70px;
}

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

section.d-section-7 h3 {
    font-family: "ff-providence-sans-web-pro";
    font-size: 1.6em;
}

section.d-section-7 p strong {
    font-family: "ff-providence-sans-web-pro";
    letter-spacing: -1px;
    font-size: 22px;
}

@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;*/
        padding: 7%;
    }
}

/* 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;
}


/* Section 13 - Featured Page Repeater */
section.d-section-13 .d-room {
    width: 100%;
}

section.d-section-13 .d-area.col-2 .d-content {
    padding: 25px 40px;
}

section.d-section-13 .d-area.col-2 img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}

section.d-section-13 ul.soc li a {
    background-color: black;
    padding: 10px;
    font-size: 25px;
    line-height: 0;
}

.location-date {
    background-color: black;
}

.location-date h2 {
    text-align: center;
    margin: 0;
    padding: 15px;
    color: white;
    font-family: "arya-double",sans-serif;
    font-size: 25px;
}



/* Section 14 - One-Up Repeater Block */
.d-section-14 .d-room {
    width: 100%;
}

section.d-section-14 ul {
    list-style: none;
    padding: 0;
}

section.d-section-14 ul li {
    margin: 0 auto;
    display: block;
    width: 60%;
    text-align: center;
    margin-top: 30px;
}

section.d-section-14 .d-area.col-2 {
    padding: 40px 30px;
    background-size: cover;
    background-position: center center;
}

section.d-section-14 .d-content {
    color: white;
    text-shadow: 1px 1px 1px #000;
}



/* Section 15 - Two-Up Repeater Block */
.d-section-15 .d-room {
    width: 100%;
}

section.d-section-15 ul {
    list-style: none;
    padding: 0;
}

section.d-section-15 ul li {
    margin: 0 auto;
    display: block;
    width: 60%;
    text-align: center;
    margin-top: 30px;
}

section.d-section-15 .d-area.col-2 {
    padding: 40px 30px;
    background-size: cover;
    background-position: center center;
}

section.d-section-15 .d-content {
    color: white;
    /*text-shadow: 1px 1px 1px #000;*/
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

section.d-section-15 .block-links a {
    text-decoration: none;
    color: black;
    /*background-color: white;
    padding: 10px 20px;
    width: 200px;
    border: 4px solid #E31C79;*/
}

section.d-section-15 .block-links a:hover, body.page-id-735 section.d-section-14 .block-links a:hover {
    text-decoration: none;
    color: white;
    /*background-color: #E31C79;
    padding: 10px 20px;
    width: 200px;
    border: 4px solid #3EB1C8;*/
}

section.d-section-15 hr {
    background-color: #3EB1C8 !important;
    height: 2px;
}





/* Section Sponsors - Only Visible on 3 pages */


section.d-section-sponsors .d-room {
    flex-direction: column;
    padding: 30px 0;
}

section.d-section-sponsors .d-area {
    display: flex;
    flex-direction: row;
}

section.d-section-sponsors {
    background-color: black;
    padding: 0 0 50px;
}

section.d-section-sponsors .d-area {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sponsor-heading h2, .sponsor-heading h3 {
    width: 100%;
    margin: 0;
}

.sponsor-heading h3 a {
    color: #E31C79;
    text-decoration: none;
}

.sponsor-heading h3 a:hover {
    color: #3EB1C8;
}

.sponsor-heading {
    margin-bottom: 25px;
    color: white;
}

section.d-section-sponsors {
    display: none;
}

body.home section.d-section-sponsors, .page-id-735 section.d-section-sponsors, .page-id-1110 section.d-section-sponsors {
    display: block;
    background-color: black !important;
    padding: 0 0 50px;
}

section#footer {
    padding-top: 30px;
}


/* Section Artists */
section.d-section-artists .d-area {
    width: 25%;
    padding: 5px;
}

@media screen and (max-width: 1050px) {
    section.d-section-artists .d-area {
        width: 33.333%;
    }
}

@media screen and (max-width: 750px) {
    section.d-section-artists .d-area {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    section.d-section-artists .d-area {
        width: 100%;
    }
}

section.d-section-artists .d-room {
    width: 100%;
}



/* Section - Buy Passes: May */
section.d-section-passes {
    margin-bottom: 15px;
}

section.d-section-passes .col-1 {
    display: flex;
    flex-direction: row;
}

.pass-div.border-no {
    display: none;
}

.pass-div {
    width: 100%;
    margin-bottom: 25px;
}

.pass-div img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 25px;
}

.d-content.event-logo {
    width: 30%;
    text-align: center;
}

.d-content.event-passes {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

a.livelink-no {
    display: none;
}

.d-content.event-passes a {
    width: 49%;
    background-color: white;
    text-decoration: none;
    margin-bottom: 2%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .d-content.event-passes a {
        width: 100%;
    }

    .d-content.event-logo {
        width: 35%;
    }
    
    .d-content.event-passes {
        width: 65%;
    }
}

@media screen and (max-width: 670px) {
    section.d-section-passes .col-1 {
        flex-direction: column;
    }

    .d-content.event-logo {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    
    .d-content.event-passes {
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }
}

.pass-top {
    background-color: rgb(0,0,0);
    color: white;
    padding: 20px 25px 15px;
    text-align: left;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

h2.pass-price, h3.pass-title {
    padding: 0;
    margin: 0;
}

h2.pass-price {
    font-size: 40px;
    line-height: 1;
}

.pass-bottom {
    padding: 2px 25px;
    color: rgb(153,153,153);
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 14px !important;
}

.pass-bottom p {
    font-size: 14px;
}

.d-content.event-passes a:hover .pass-top {
    background-color: rgb(227,28,121);
}

.d-content.event-passes a:hover .pass-bottom {
    color: rgb(0,0,0);
}

/* Nope */
section.d-section-passes.big_omaha a {
    pointer-events: none;
    opacity: .5;
}



/* Conference Page Sections */

.nar-butt {
    text-decoration: none;
}

/* Narrative Block 2 / 3up Highlight */
.off {
    display: none !important;
}

.d-section-nar-a .d-room, .d-section-3up-title .d-room {
    justify-content: center;
    width: 100%;
}

h2.nar-2-title, h2.up3-title, h2.image-100-title, .feature-section-title h2 {
    text-align: center;
    color: white;
    font-size: 45px;
    margin: 0 auto;
    line-height: 1;
    padding: 0 20px;
}

@media screen and (max-width: 500px) {
    h2.nar-2-title, h2.up3-title, h2.image-100-title, .feature-section-title h2 {
        font-size: 30px;
    }
}

section.d-section-nar-b, section.d-section-3up-copy {
    background-color: white;
}

section.d-section-nar-b .d-room, section.d-section-3up-copy .d-room {
    width: 80%;
    background-image: url(http://www.mahamusicfestival.com/2018/wp-content/uploads/sites/11/2018/05/BO_x_Left_Blue.png), url(http://www.mahamusicfestival.com/2018/wp-content/uploads/sites/11/2018/05/BO_x_Right_Blue.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 45px;
}

@media screen and (max-width: 1060px) {
    section.d-section-nar-b .d-room, section.d-section-3up-copy .d-room {
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    section.d-section-nar-b .d-room, section.d-section-3up-copy .d-room {
        width: 95%;
        background-image: none;
    }
}

section.d-section-nar-b .d-room .d-area.col-1, section.d-section-3up-copy .d-room .d-area.col-1 {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 15px;
}

.d-section-nar-c .btns {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

a.nar-butt {
    width: 300px;
}

.nar-butt svg text {
    font-family: "Arya-single";
    font-size: 14px;
}

.nar-butt:hover svg text {
    font-family: "Arya-single";
    font-size: 14px;
    fill: rgb(227,28,121);
}

.d-area.col-3.up3-img {
    display: block;
}

@media (max-width: 820px) {
    .d-area.col-3.up3-img {
        width: 33.333%;
    }
}

@media (max-width: 480px) {
    .d-area.col-3.up3-img {
        width: 100%;
    }
}

.up3-img img {
    display: block;
}

.d-area.col-1.on {
    position: relative;
}

.nar-feat-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.d-section-nar-a img {
    display: block;
}

.d-section-3up .d-room {
    width: 100%;
}

.d-section-3up {
    line-height: 0;
}

.nar-feat-heading h2 {
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 500px) {
    .nar-feat-heading h2 {
        font-size: 35px;
    }
}

.d-section-nar-a video.max-height {
    display: block;
    width: 100%;
}

section.d-section-nar-c.on {
    padding: 60px 0;
}

.nar-feat-heading img {
    width: 50%;
}



/* Image 100 */
.d-section-image-100 .d-room {
    width: 100%;
}

.d-section-image-100 img {
    margin: 0 auto;
    display: block;
}

.d-section-image-100.BO.Dates img {
    margin: 20px auto;
    display: block;
    width: 60%;
}

@media (max-width: 650px) {
    .d-section-image-100.BO.Dates img {
        margin: 20px auto;
        display: block;
        width: 90%;
    }
}

/* Feature Cards */
.feat-cards {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
}

.card-head {
    position: relative;
}

a.card-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.card-body {
    background-color: white;
    padding: 15px;
}

img.card-image, img.card-hover {
    display: block;
}

.card-body h3, .card-body p {
    margin: 0;
}

h2.card-link-title {
    text-align: center;
    color: white;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

a.card-link {
    opacity: 0;
    transition: opacity .4s;
}

a.card-link:hover {
    opacity: 1;
}

section.d-section-feature-section-title.on, section.d-section-image-100-title.on {
    margin-top: 35px;
}

.d-section-feature-section-title.on .d-room {
    width: 100%;
}

.feature-section-title {
    margin: 0 auto;
    color: white;
}

section.d-section-feature-cards {
    margin: 30px 0 50px;
}

section.d-section-3up-title.on {
    margin: 30px 0 30px;
}





/* Feat Card Specific Sizes */
.feat-cards.accommodations .feat-card {
    width: 40%;
    background-color: white;
    display: flex;
    flex-direction: column;
}

@media (max-width: 650px) {
    .feat-cards.accommodations .feat-card {
        width: 100%;
        margin-bottom: 30px;
    }
}

.feat-cards.neighborhoods .feat-card {
    width: 22%;
    background-color: white;
}

@media (max-width: 1024px) {
    .feat-cards.neighborhoods .feat-card {
        width: 45%;
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .feat-cards.neighborhoods .feat-card {
        width: 100%;
        margin-bottom: 30px;
    }
}




/* Snazzy Maps Block */
.d-section-snazzy h2 {
    text-align: center;
    color: white;
    font-size: 45px;
    margin: 45px 0 10px;
    line-height: 1;
}

@media screen and (max-width: 500px) {
    .d-section-snazzy h2 {
        text-align: center;
        color: white;
        font-size: 35px;
        margin: 45px 0 10px;
    }
}

.d-section-snazzy .d-room {
    width: 100%;
}

.ql-snow a {
    color: #E31C79 !important;
    text-decoration: none !important;
}

.ql-snow a:hover {
    color: white !important;
    text-decoration: none !important;
}