@charset "UTF-8";

/*
 * General
 *
 */
.fadein {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.fadein.load {
    opacity: 1;
}

/*
 * Homepage
 *
 */
.page-template-page-homepage .site-inner {
    margin: 0 auto;
}

/*
 * Home Hero
 *
 */

#home-hero {
    background: #232230;
    color: #fff;
    padding: 40px 0;
}
.hero-slider {
    position: relative;
    visibility: hidden;
    width: calc(1200px + 100px);
    max-width: 100%;
    margin: 0px auto;
    padding: 0;
    background: #383747;
}
.hero-slider.slick-initialized {
    visibility: visible;
}
.hero-slider .slide-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slide-image {
    content: ' ';
    flex: 1 50%;
    width: 50%;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 0.9em;
}
.slide-content {
    flex: 1 49.5%;
    max-width: 49.5%;
    padding: 40px 90px 80px 90px;
}
.slide-content h2 {
    color: #fff;
    font-weight: 100;
    font-style: inherit;
    line-height: 1.2em;
    font-size: 2.4em;
}
.slide-text {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 40px;
}
.slide-button {
    background: #232230;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 3px #f4c850;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
}
.slide-button:hover, .slide-button:focus {
    background: #f4c850;
    color: #232230;
    border-color: #f4c850;
}
.hero-slider button.slick-prev, .hero-slider button.slick-next {
    position: absolute;
    z-index: 99;
    top: calc(50% - 24px);
    color: rgba(255,255,255,0.75);
    background: transparent !important;
    font-family: dashicons;
    font-size: 0;
    padding: 0px;
}
.hero-slider button.slick-prev {
    float: left;
    left: 0;
    border: none;
}
.hero-slider button.slick-next {
    float: right;
    right: 0;
    border: none;
}
.hero-slider button.slick-prev:before {
    content: "\f341";
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
    background: rgba(0,0,0,0.25);
    border-radius: 0 10px 10px 0;
    padding: 5px 7px 5px 0;
    transition: ease 0.3s all;
}
.hero-slider button.slick-next:before {
    content: "\f345";
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
    background: rgba(0,0,0,0.25);
    border-radius: 10px 0 0 10px;
    padding: 5px 0 5px 7px;
    transition: ease 0.3s all;
}
.hero-slider button.slick-prev:hover:before, .hero-slider button.slick-next:hover:before {
    background: rgba(0,0,0,0.75);
}
.hero-slider button.slick-disabled {
    display: none !important;
}
.hero-slider ul.slick-dots {
    list-style: none;
    position: absolute;
    left: calc(50.5% + 90px);
    bottom: 40px;
    cursor: default;
    margin: 0;
    padding: 0;
}
.hero-slider .slick-dots li {
    position: relative;
    display: inline-block !important;
    background: none;
    margin: 0 8px 0 0;
    padding: 0;
    cursor: pointer;
}
.hero-slider .slick-dots li button {
    border: 0;
    display: block;
    height: 13px;
    width: 13px;
    outline: none;
    line-height: 0;
    font-size: 0;
    padding: 5px;
    cursor: pointer;
    background: #C9C9C9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.hero-slider .slick-dots li button:focus {
    outline: dotted 1px #fff;
}
.hero-slider .slick-dots li.slick-active button {
    width: 23px;
    background: #f4c850;
}

@media only screen and (max-width: 1200px) {

    #home-hero {
        padding: 0px 0px 20px;
    }
    .slide-content {
        padding: 20px 60px 70px 60px;
    }
    .slide-content h2 {
        font-size: 2em;
    }
    .slide-text {
        font-size: 1.2em;
        margin: 0 0 30px;
    }
    .hero-slider ul.slick-dots {
        left: calc(50.5% + 60px);
    }

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 960px) {

    .slide-content {
        padding: 20px 40px 70px 40px;
    }
    .slide-content h2 {
        font-size: 1.7em;
    }
    .slide-text {
        font-size: 1.1em;
        margin: 0 0 25px;
    }
    .slide-button {
        padding: 10px 20px;
        font-size: 0.8em;
    }
    .hero-slider ul.slick-dots {
        left: calc(50.5% + 40px);
        bottom: 25px;
    }
    .hero-slider button.slick-prev, .hero-slider button.slick-next {
        top: calc(50% - 18px);
    }
    .hero-slider button.slick-prev:before,
    .hero-slider button.slick-next:before {
        font-size: 25px;
        padding: 5px 7px 5px 7px;
    }

}
@media only screen and (max-width: 767px) {

    .slide-image, .slide-content {
        flex: 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .slide-content {
        padding: 40px 40px 80px 40px;
    }
    .hero-slider ul.slick-dots {
        left: auto;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .hero-slider button.slick-prev, .hero-slider button.slick-next {
        top: auto;
        bottom: 12px;
    }

}

/*
 * Looking For - Home Hero Navigation
 *
 */
.hero-navigation {
    max-width: 1200px;
    margin: 0px auto;
}
ul.hero-nav h3 {
    flex: 1 auto;
    color: #fff;
}
ul.hero-nav {
    flex: 1 auto;
    list-style: none;
    padding: 20px 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
ul.hero-nav li.menu-title {
    flex: 1 auto;
}
ul.hero-nav > li {
    display: inline-block;
}
ul.hero-nav > li > a {
    color: #f4c850;
    text-decoration: none;
    padding: 5px 0;
    margin: 0 15px;
    font-size: 1.1em;
    border-bottom: solid 2px transparent;
}
ul.hero-nav > li > a:hover {
    border-color: #f4c850;
}
a.nav-toggle span {
    margin-left: 6px;
    background: #f4c850;
    color: #000;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 1.2em;
}
.hero-navigation hr {
    flex: 1 100%;
    background: #383746;
    height: 3px;
    margin: 20px 0 0
}
ul.nav-more {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    max-height: 0;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    max-width: 600px;
    margin: 20px auto 0;
    list-style: none;
    -webkit-transition: ease 0.7s all;
    -moz-transition: ease 0.7s all;
    -ms-transition: ease 0.7s all;
    -o-transition: ease 0.7s all;
    transition: ease 0.7s all;
}
ul.nav-more.open {
    opacity: 1;
    max-height: 1200px;
}
ul.nav-more li {
    display: none;
    flex: 1 auto;
    max-width: 50%;
    padding: 8px;
    font-size: 1.1em;
}
ul.nav-more.open li {
    display: inline-block;
}
ul.nav-more li:before {
    content: "\f345";
    font-family: dashicons;
    margin-right: 10px;
    position: relative;
    top: 0.1em;
    font-size: 0.8em;
    opacity: 0.6;
}
ul.nav-more a {
    color: #fff;
    text-decoration: none;
}
ul.nav-more a:hover, ul.nav-more a:focus {
    border-bottom: solid 2px;
}

@media only screen and (max-width: 1200px) {

    ul.hero-nav h3 {
        font-size: 1.3em;
        flex: 1 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    ul.hero-nav > li {
        margin: 0 auto 15px;
    }

}

@media only screen and (max-width: 960px) {

    ul.hero-nav h3 {
        font-size: 1.3em;
        flex: 1 100%;
        text-align: left;
        margin: 5px 15px 15px;
    }
    ul.hero-nav > li {
        margin: 0 0 15px;
        width: 49.5%;
        max-width: 300px;
    }
    ul.nav-more {
        margin: 20px 0 0;
    }

}

@media only screen and (max-width: 640px) {

    ul.hero-nav li.menu-title {
        flex: 1 100%;
    }
    ul.hero-nav h3 {
        font-size: 1.2em;
        margin: 5px 0 15px;
    }
    ul.hero-nav > li {
        margin: 0 0 5px;
    }
    ul.hero-nav > li > a {
        margin: 0 0px;
        font-size: 0.9em;
        padding: 5px 5px 5px 0;
    }
    ul.hero-nav > li.menu-item-split-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        font-weight: 900;
        font-size: 1.1em;
    }
    ul.nav-more li {
        display: none;
        flex: 1 auto;
        max-width: 100%;
        padding: 4px;
        font-size: 0.9em;
        width: 100%;
    }
    a.nav-toggle span {
        line-height: 1.4em;
    }

}

/*
 * Home Events Carousel
 *
 */

#card-grid {
    background: #232230;
}
.cards {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px;
    display: flex;
    flex-wrap: wrap;
}
.card-single {
    flex: 1;
    background: #fff;
    border: solid 2px #31303e;
}
.card-content {
    padding: 30px;
}
.card-image img {
    display: block;
}
.card-title {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.card-text {
    font-size: 0.9em;
    line-height: 1.3em;
}
a.card-button {
    background: none;
    border: none;
    padding: 0px 0;
    margin-top: 20px;
    font-weight: 900;
    font-size: 1em;
    color: #4d4da5;
    text-decoration: none;
    border-bottom: solid 2px #eee;
}
a.card-button:hover, a.card-button:focus {
    color: #ae0200;
    border-color: #ae0200;
    background: none;
}
.full .card-single {
    flex: 1 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.full .card-image {
    flex: 1 375px;
    max-width: 375px;
}
.full .card-content {
    flex: 1 calc(100% - 375px);
    max-width: calc(100% - 375px);
    padding: 30px 40px;
}
.half .cards {
    max-width: 860px;
}
.half .card-single {
    flex: 1 calc(50% - 14px);
    max-width: calc(50% - 14px);
    margin: 0 7px;
}
.half .card-content {
    padding: 30px 8%;
}
.third .cards {
    max-width: 1060px;
}
.third .card-single {
    flex: 1 calc(33.3% - 14px);
    max-width: calc(33.3% - 14px);
    margin: 0 7px;
}
.third .card-content {
    padding: 30px 8%;
}

@media only screen and (max-width: 960px) {
    .full .card-single, .half .card-single, .third .card-single {
        flex: 1 100%;
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .full .card-image, .half .card-image, .third .card-image {
        flex: 1 200px;
        max-width: 200px;
    }
    .full .card-content, .half .card-content, .third .card-content {
        flex: 1 calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding: 10px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .full .card-title, .half .card-title, .third .card-title {
            font-size: 1.1em;
    }
    .full a.card-button, .half a.card-button, .third a.card-button {
        font-size: 0.85em;
    }
}
@media only screen and (max-width: 660px) {
    .full .card-image, .half .card-image, .third .card-image {
        display: none;
    }
    .full .card-content, .half .card-content, .third .card-content {
        flex: 1 100%;
        max-width: 100%;
        padding: 20px 15px;
    }
}

/*
 * Home Events Carousel
 *
 */

#home-events {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}
#home-events h2 {
    font-weight: 400;
    font-size: 1.6em;
    padding: 10px 21px;
}
.events-slider {
    visibility: hidden;
    padding: 0;
}
.events-slider.slick-initialized {
    visibility: visible;
}
.events-slider .slick-track {
    display: flex;
}
.events-slider .event-slide {
    position: relative;
    flex: 1;
    border-left: solid 1px #333;
    height: auto;
}
.events-slider .event-slide a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 10px 15px 40px;
    display: block;
    color: #333;
}
.events-slider .event-slide.last a {
    padding: 15px 15px;
    display: flex;
    align-items: center;
}
.events-slider .event-slide a:hover, .events-slider .event-slide a:focus {
    text-decoration: underline;
    color: #333;
}
.carousel-date {
    text-transform: uppercase;
}
.events-slider h3 {
    font-size: 1em;
    margin-top: 10px;
    line-height: 1.5em;
}
.event-category {
    position: absolute;
    bottom: 10px;
    color: #b50505;
    font-weight: 400;
    font-size: 0.9em;
}
.events-slider button.slick-prev, .events-slider button.slick-next {
    position: absolute;
    z-index: 99;
    top: calc(50% - 22px);
    color: rgba(255,255,255,0.75);
    background: transparent !important;
    font-family: dashicons;
    font-size: 0;
    padding: 0px;
}
.events-slider button.slick-prev {
    float: left;
    left: -50px;
    border: none;
}
.events-slider button.slick-next {
    float: right;
    right: -50px;
    border: none;
}
.events-slider button.slick-prev:before {
    content: "\f341";
    font-size: 24px;
    color: #333;
    padding: 10px 10px 10px 7px;
    transition: ease 0.3s all;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.events-slider button.slick-next:before {
    content: "\f345";
    font-size: 24px;
    color: #333;
    padding: 10px 7px 10px 10px;
    transition: ease 0.3s all;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.events-slider button.slick-prev:hover:before, .events-slider button.slick-next:hover:before {
    background: rgba(0,0,0,0.15);
}
.events-slider button.slick-disabled {
    display: none !important;
}

@media only screen and (max-width: 1250px) {

    #home-events {
        padding: 0 33px;
    }
    .events-slider button.slick-prev {
        left: -30px;
        top: calc(50% - 14px);
    }
    .events-slider button.slick-next {
        right: -30px;
        top: calc(50% - 14px);
    }
    .events-slider button.slick-prev:before {
        font-size: 20px;
        padding: 10px 5px 10px 2px;
    }
    .events-slider button.slick-next:before {
        font-size: 20px;
        padding: 10px 2px 10px 5px;
    }

}

@media only screen and (max-width: 640px) {

    .events-slider .event-slide a {
        padding: 0px 10px 45px;
    }
    #home-events h2 {
        padding: 10px 0;
        font-size: 1.4em;
    }
    .events-slider h3 {
        margin-top: 7px;
        line-height: 1.2em;
    }
    .event-category {
        bottom: 5px;
        font-size: 0.8em;
        line-height: 1.1em;
    }

}


/*
 * Home Featured Events
 *
 */

#home-events-featured {
    max-width: 1200px;
    margin: 20px auto;
    display: block;
    padding: 0 15px;
}
#home-events-featured h2 {
    font-weight: 400;
    font-size: 1.6em;
    padding: 10px 21px;
}
ul.featured-events-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    list-style: none;
}
ul.featured-events-grid li {
    flex: 1 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
ul.featured-events-grid a {
    text-decoration: none;
    display: block;
}
ul.featured-events-grid a:hover, ul.featured-events-grid a:focus {
    display: block;
    height: 100%;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0 13px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 13px rgba(0,0,0,0.2);
    box-shadow: 0 0 13px rgba(0,0,0,0.2);
}
ul.featured-events-grid .image img {
    display: block;
}
ul.featured-events-grid .content {
    padding: 10px 15px;
}
ul.featured-events-grid h3 {
    font-size: 1em;
    margin-bottom: 4px;
}
ul.featured-events-grid .date {
    text-transform: uppercase;
    margin-bottom: 10px;
}
ul.featured-events-grid .link {
    font-weight: 900;
    font-size: 0.85em;
    position: relative;
    padding-left: 25px;
}
ul.featured-events-grid .link:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-tickets.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 1250px) {

    ul.featured-events-grid li {
        flex: 1 33%;
        max-width: 33%;
    }

}

@media only screen and (max-width: 767px) {

    ul.featured-events-grid li {
        flex: 1 49.7%;
        max-width: 49.7%;
    }

}

@media only screen and (max-width: 640px) {

    #home-events-featured {
        padding: 0;
    }
    #home-events-featured h2 {
        font-size: 1.4em;
    }
    ul.featured-events-grid {
        padding: 0 10px;
    }
    ul.featured-events-grid li {
        padding: 0 4px;
    }
    ul.featured-events-grid .content {
        padding: 10px 4px;
    }
    ul.featured-events-grid .date {
        font-size: 0.9em;
    }

}

/*
 * Call To Action Block
 *
 */

#cta {
    background: #b50505;
    color: #fff;
}
.cta-wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    align-items: center;
}
#cta .image {
    flex: 1 150px;
    max-width: 150px;
    border-radius: 100%;
    overflow: hidden;
}
#cta .image img {
    width: 100%;
    max-width: 100%;
    display: block;
}
#cta .text {
    font-size: 1.4em;
    flex: 1;
    padding: 0 5%;
}
#cta .text p {
    margin: 0 0 17px;
    line-height: 1.3em;
}
#cta .text p:last-child {
    margin: 0;
}
a.cta-button {
    flex: 1 250px;
    max-width: 25%;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 5px #fff;
    text-align: center;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
a.cta-button:hover, a.cta-button:focus {
    background: #fff;
    color: #333;
}

@media only screen and (max-width: 960px) {

    .cta-wrap {
        padding: 50px 15px;
    }
    #cta .image, #cta .text {
        flex: 1 100%;
        max-width: 100%;
        text-align: center;
        border-radius: 0;
        margin-bottom: 30px;
    }
    #cta .image img {
        width: 170px;
        height: 170px;
        text-align: center;
        margin: 0 auto;
        border-radius: 100%;
    }
    a.cta-button {
        max-width: 300px !important;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 640px) {

    #cta .image img {
        width: 140px;
        height: 140px;
    }
    #cta .text {
        font-size: 1.2em;
    }
    a.cta-button {
        font-size: 0.9em;
    }

}

/*
 * Call To Action Block
 *
 */

#additional-sponsors {
    border-top: solid 1px #e3e3e3;
}
#season-sponsors, #additional-sponsors {
    padding: 50px 0;
}
#season-sponsors h2, #additional-sponsors h2 {
    text-align: center;
    font-size: 1.7em;
}
#season-sponsors .sponsor-message, #additional-sponsors .sponsor-message {
    text-align: center;
}
ul.sponsor-grid {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
}
ul.sponsor-grid li {
    flex: 1 16.5%;
    max-width: 16.5%;
}
ul.sponsor-grid li.top {
    flex: 1 20%;
    max-width: 20%;
}
ul.sponsor-grid li.break {
    flex: 1 100%;
    max-width: 100%;
}
ul.sponsor-grid li a {
    position: relative;
    border: solid 1px transparent;
    border-radius: 3px;
    padding: 30px 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
ul.sponsor-grid li a:hover, ul.sponsor-grid li a:focus {
    border-color: #e8e8e8;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #fff;
}
ul.sponsor-grid li a img {
    max-height: 100px;
    padding: 5px;
    background: #fff;
}
ul.sponsor-grid li a .sponsor-type {
    display: none;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.75em;
    width: auto;
    color: #333;
}
ul.sponsor-grid li a:hover .sponsor-type,
ul.sponsor-grid li a:focus .sponsor-type {
    display: block;
}

@media only screen and (max-width: 960px) {

    ul.sponsor-grid li, ul.sponsor-grid li.top {
        flex: 1 25%;
        max-width: 25%;
    }

}
@media only screen and (max-width: 767px) {

    ul.sponsor-grid {
        padding: 0 10px;
    }
    ul.sponsor-grid li {
        flex: 1 33%;
        max-width: 33%;
    }
    ul.sponsor-grid li.top {
        flex: 1 50%;
        max-width: 220px;
    }

}
@media only screen and (max-width: 640px) {

    ul.sponsor-grid li a {
        padding: 20px 0px 0px;
    }

}

/*
 * Event CPT Archive / Event Category Taxonomy Archive
 *
 */

.no-events-wrap.entry-content {
    padding: 80px 20px !important;
}
.event-archive .page-header {
    background: #232230;
    display: inline-block;
    width: 100%;
}
.event-archive .page-header .wrap {
    padding: 35px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.event-archive h1.page-title {
    color: #fff;
    font-size: 1.9em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    flex: 1 calc(100% - 163px);
}
.event-archive .socialshare {
    flex: 1 160px;
    max-width: 160px;
}
.event-archive .socialshare a,
.single-header-content-top .socialshare a {
    color: #fff;
    text-decoration: none;
    padding: 9px 4px;
    width: 25px;
    text-align: center;
    border-radius: 5px;
}
.event-archive .socialshare a:hover, .event-archive .socialshare a:focus,
.single-header-content-top .socialshare a:hover, .single-header-content-top .socialshare a:focus {
    color: #333;
    background: #f4c850;
}
.event-archive .archive-description {
    flex: 1 100%;
    color: #a6a6b3;
    max-width: 700px;
    margin: 15px 0;
}
.event-archive .archive-description p {
    margin: 0 0 20px;
}
.event-archive .archive-description p:last-child {
    margin: 0;
}
.event-archive .archive-description a {
    color: #f4c850;
    background: #51515a;
    text-decoration: none;
    padding: 8px 20px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 40px;
    font-weight: 700;
}
.event-archive .archive-description a:hover, .event-archive .archive-description a:focus {
    color: #333;
    background: #f4c850;
    text-decoration: underline;
}
.event-archive article {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: start;
    padding: 30px;
    margin: 0;
    border-bottom: solid 2px #dcdcdc;
}
.event-archive article:last-child {
    border-bottom: none;
    margin-bottom: 50px;
}
.event-archive .entry-image {
    flex: 1 25%;
    max-width: 25%;
}
.event-archive .entry-content {
    flex: 1 75%;
    max-width: 75%;
    padding: 10px 10px 10px 6%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.event-archive  a.post-thumbnail {
    -webkit-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
    position: relative;
    top: 0;
}
.event-archive  a.post-thumbnail:hover, .event-archive  a.post-thumbnail:focus {
    box-shadow: 2px 2px 20px rgba(0,0,0,0.4);
    display: block;
    top: -3px;
}
.event-archive  a.post-thumbnail img {
    display: block;
    border: solid 3px #fff;

}
.event-archive .entry-content .event-heading {
    flex: 1 calc(100% - 202px);
}
.event-archive .entry-content .date-box {
    flex: 1 200px;
}
.event-archive .entry-content .description {
    margin: 20px 0;
}
.entry-content h2 {
    font-weight: 400;
    line-height: 1.5em;
    margin: 10px 0 20px;
}
.event-archive h2.entry-title {
    font-size: 1.7em;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.3em;
}
.event-archive h2.entry-title a {
    color: #232230;
}
.event-archive span.sponsor-name:after {
    content: ', ';
}
.event-archive span.sponsor-name:last-child:after {
    content: none;
}
.event-archive .entry-content .date-box .date {
    display: block;
    width: 100%;
    padding: 10px 10px;
    background: #f1f1f1;
    font-size: 1.2em;
    text-align: center;
}
.event-archive .entry-content .date-box a {
    position: relative;
    width: 100%;
    display: block;
    background: #b50505;
    color: #fff;
    padding: 10px 40px 10px 20px;
    border: none;
    text-align: left;
    font-size: 0.9em;
    font-weight: 700;
}
.event-archive .entry-content .date-box a:hover,
.event-archive .entry-content .date-box a:focus {
    background: #dc1919;
}
.event-archive .entry-content .date-box a:after {
    content: "\f345";
    font-family: dashicons;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,0.2);
    width: 40px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {

    .event-archive .entry-image {
        flex: 1 25%;
        max-width: 25%;
    }
    .event-archive .entry-content {
        flex: 1 75%;
        max-width: 75%;
        padding: 0 10px 0 30px;
    }
    .event-archive .description {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 767px) {

    .no-events-wrap.entry-content {
        padding: 40px 20px !important;
        max-width: 700px;
    }
    .event-archive h1.page-title {
        text-align: center;
        flex: 1 100%;
        font-size: 1.6em;
    }
    .event-archive .socialshare {
        display: none;
        flex: 1 100%;
        max-width: 180px;
        text-align: center;
        margin: 15px auto 0;
        font-size: 0.9em;
        background: rgba(255,255,255,0.1);
        text-align: center;
        justify-content: center;
        padding: 0px 10px;
    }
    .event-archive .archive-description {
        text-align: center;
        margin: 14px auto 0;
        font-size: 0.9em;
        padding: 0 30px;
    }
    .event-archive .entry-image {
        flex: 1 100%;
        max-width: 100%;
        background: #f1f1f1;
        padding: 10px;
    }
    .event-archive .entry-content {
        flex: 1 100%;
        max-width: 100%;
        padding: 15px 0 0;
    }
    .event-archive a.post-thumbnail img {
        border: none;
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 640px) {

    .event-archive article {
        font-size: 0.85em;
    }
    .event-archive .entry-content .event-heading {
        flex: 1 100%;
        max-width: 100%;
    }
    .event-archive .entry-content .date-box {
        flex: 1 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .event-archive .entry-content .date-box .date {
        padding: 10px 20px;
        text-align: left;
    }

}

/*
 * Event CPT Single
 *
 */

.single-psft-event header.entry-header {
    background: #262637;
    position: relative;
}
.single-psft-event header.entry-header:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0px;
    right: 0;
    top: 90px;
    bottom: 50px;
    background: #383747;
}
.single-psft-event header.entry-header .wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 30px;
}
.single-psft-event header .post-thumbnail {
    flex: 1 40%;
    max-width: 40%;
}
.single-psft-event header .post-thumbnail img {
    border: solid 15px #fff;
    display: block;
}
.single-psft-event header .single-header-content {
    flex: 1 60%;
    max-width: 60%;
    padding: 0 0 50px 80px;
    color: #fff;
}
.single-header-content-top {
    position: absolute;
    top: 30px;
    width: calc(60% - 120px);
}
.single-header-content-top .event-single-category a {
    background: #f4c850;
    color: #2b2b3f;
    text-decoration: none;
    padding: 6px 15px;
    float: left;
    margin-left: 2px
}
.single-header-content-top .event-single-category a:hover,
.single-header-content-top .event-single-category a:focus {
    background: #cd9421;
}
.single-header-content-top .event-single-category a:first-child {
    margin-left: 0;
}
.single-header-content-top .socialshare {
    float: right;
}
.single-header-content h1.entry-title {
    font-weight: 300;
    margin: 90px 0 15px;
    font-size: 2.9em;
    color: #fff;
}
.single-header-content .playwright {
    font-weight: 700;
    font-size: 1.2em;
}
.single-header-content .date {
    font-size: 1.8em;
    margin: 40px 0 0;
    font-weight: 300;
}
.single-header-content .date strong {
    font-weight: 700;
}
.single-header-content .time {
    font-size: 1.2em;
    font-weight: 300;
    margin: 10px 0 0;
}
.single-psft-event .entry-content {
    margin-top: 0;
}
.single-psft-event .entry-content .wrap {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 40px;
}
.single-psft-event .entry-content .wrap .col-full {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.single-psft-event .entry-content .wrap .col-1 {
    flex: 1 calc(100% - 420px);
    max-width: calc(100% - 420px);
    padding: 40px 6% 40px 0;
}
.single-psft-event .entry-content .wrap .col-2 {
    flex: 1 420px;
    max-width: 420px;
    padding: 40px 4%;
    background: #f3f3f3;
}
.single-psft-event .entry-content .wrap h3 {
    text-transform: uppercase;
    display: block;
}
.single-psft-event .event-sponsors {
    background: #f3f3f3;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;
}
.single-psft-event .event-sponsors h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1.1em;
}
.single-psft-event .event-sponsors ul.sponsor-grid {
    margin: 0px auto;
}
.single-psft-event .event-sponsors ul.sponsor-grid li {
    flex: 1 24.5%;
    max-width: 300px;
}
.single-psft-event .entry-content .description {
    padding-bottom: 40px;
    border-bottom: solid 2px #d8d8d8;
}
.single-psft-event .entry-content .more-description {
    margin-top: 30px;
}
.single-psft-event a.event-pdf {
    width: 273px;
    max-width: 100%;
    margin: 30px 0px 0px 0px;
    background: #f3f3f3;
    color: #404040;
    line-height: 1.4em;
    position: relative;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
}
.single-psft-event a.event-pdf i {
    flex: 1 48px;
    padding: 12px 0;
    color: #b80202;
    background: rgba(0,0,0,0.1);
    text-align: center;
    font-size: 1.3em;
}
.single-psft-event a.event-pdf span {
    flex: 1 calc(100% - 50px);
    padding: 10px 20px;
}
.single-psft-event a.event-pdf:hover, .single-psft-event a.event-pdf:focus {
    background: #ec0d0d;
    color: #fff;
}
.single-psft-event a.event-pdf:hover i, .single-psft-event a.event-pdf:focus i {
    color: #fff;
}
.single-psft-event .entry-content .tickets {
    margin-top: 40px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 6%;
}
.single-psft-event .entry-content .location {
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.single-psft-event .entry-content .tickets a {
    width: 300px;
    max-width: 100%;
    margin: 0 0px 20px 0px;
    padding: 0;
    background: #b70000;
    color: #fff;
    line-height: 1.4em;
    position: relative;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
}
.single-psft-event .entry-content .tickets a:hover,
.single-psft-event .entry-content .tickets a:focus {
    background: #ec0d0d;
}
.single-psft-event .entry-content .tickets a i {
    flex: 1 48px;
    padding: 12px 0;
    background: rgba(0,0,0,0.1);
    text-align: center;
    font-size: 1.3em;
}
.single-psft-event .entry-content .tickets a span {
    flex: 1 calc(100% - 50px);
    padding: 10px 20px;
}
.single-psft-event .entry-content .location a {
    display: inline-block;
    color: #b70000;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 10px;
}
ul.showtimes-grid {
    list-style: none;
    padding: 0;
}
ul.showtimes-grid li {
    border-bottom: solid 2px #d8d8d8;
    padding: 10px 0;
    margin: 0;
    display: flex;
}
ul.showtimes-grid li:last-child {
    border-bottom: none;
}
ul.showtimes-grid li .date {
    flex: 1 calc(100% - 150px);
}
ul.showtimes-grid li .time {
    flex: 1 150px;
    text-align: right;
    display: flex;
}
ul.showtimes-grid li .time span {
    flex: 1 50%;
}
ul.showtimes-grid li .time span a {
    border-bottom: solid 1px #b50504;
    color: #b50504;
}

@media only screen and (max-width: 1200px) {

    .single-psft-event header.entry-header {
        font-size: 0.9em;
    }

}

@media only screen and (max-width: 1024px) {

    .single-psft-event header .post-thumbnail {
        flex: 1 30%;
        max-width: 30%;
        margin-top: 41px;
    }
    .single-psft-event header .post-thumbnail img {
        border: solid 5px #fff;
        width: 100%;
    }
    .single-psft-event header .single-header-content {
        flex: 1 70%;
        max-width: 70%;
        padding: 0 0 50px 50px;
    }
    .single-psft-event .entry-content .wrap {
        margin-top: 30px;
        padding: 0 20px;
    }
    .single-psft-event .entry-content .wrap .col-1 {
        flex: 1 calc(100% - 380px);
        max-width: calc(100% - 380px);
        padding: 30px 4% 30px 0;
    }
    .single-psft-event .entry-content .wrap .col-2 {
        flex: 1 380px;
        max-width: 380px;
        padding: 30px 4%;
        font-size: 0.9em;
    }
    .single-psft-event .entry-content .tickets {
        width: 100%;
        padding: 0;
    }
    .single-psft-event .entry-content .location {
        margin-top: 20px;
        width: 100%;
    }

}

@media only screen and (max-width: 960px) {

    .single-psft-event header.entry-header:before {
        top: 50px;
    }
    .single-psft-event header.entry-header .wrap {
        padding: 70px 10px 70px;
    }
    .single-header-content-top {
        position: absolute;
        top: 10px;
        width: calc(100% - 20px);
        left: 10px;
        font-size: 0.9em;
    }
    .single-header-content h1.entry-title {
        font-weight: 300;
        margin: 50px 0 15px;
        font-size: 2.5em;
        max-width: 95%;
    }
    .single-psft-event header .post-thumbnail {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 767px) {

    .single-psft-event header.entry-header:before {
        bottom: 10px;
    }
    .single-psft-event header.entry-header .wrap {
        padding-bottom: 40px;
    }
    .single-psft-event header .post-thumbnail {
        flex: 1 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .single-psft-event header .post-thumbnail img {
        max-width: 370px;
        margin: 0 auto;
    }
    .single-psft-event header .single-header-content {
        flex: 1 100%;
        max-width: 100%;
        padding: 30px 6% 10px;
    }
    .single-header-content h1.entry-title {
        margin: 0px 0 15px;
        font-size: 2.5em;
    }
    .event-archive .socialshare a, .single-header-content-top .socialshare a {
        width: auto;
    }
    .single-psft-event .event-sponsors h3 {
        font-size: 0.95em;
    }
    .single-psft-event .event-sponsors ul.sponsor-grid li {
        flex: 1 49.5%;
        max-width: 250px;
    }
    .single-psft-event .entry-content .wrap .col-1 {
        flex: 1 100%;
        max-width: 100%;
        padding: 30px 0;
    }
    .single-psft-event .entry-content .wrap .col-2 {
        flex: 1 100%;
        max-width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 30px 20px;
    }

}

/*
 *
 * Event Single - Cast and Crew
 *
 */

.cast-crew {
    margin-top: 40px;
    border-top: solid 2px #d8d8d8;
}
.cast {
    margin-top: 40px !important;
}
.crew {
    margin-top: 40px !important;
}
.member-list {
    display: flex;
    flex-wrap: wrap;
}
a.member-single {
    flex: 1 25%;
    max-width: 25%;
    margin: 0 0 10px 0;
    border: none !important;
    text-align: center;
    padding: 10px 8px;
    color: #404040;
    font-size: 0.95em;
    transition: ease 0.3s all;
}
a.member-single:hover, a.member-single:focus {
    background: #262738;
    color: #fff;
}
.member-image {
    max-width: 140px;
    width: 100%;
    margin-bottom: 8px;
    filter: grayscale(100%);
    transition: ease 0.3s all;
}
a.member-single:hover .member-image, a.member-single:focus .member-image {
    filter: grayscale(0%);
}
.member-name {
    font-weight: 700;
    line-height: 1.2em;
}
.member-position {
    font-style: italic;
    font-size: 0.95em;
    line-height: 1.2em;
    margin-top: 4px;
}
.member-single-full {
    display: flex;
    flex-wrap: wrap;
}
.member-single-full .col1 {
    flex: 1 200px;
    max-width: 200px;
    text-align: center;
}
.member-single-full .col2 {
    flex: 1 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 30px;
}
.member-single-full .member-image {
    max-width: 160px;
    filter: grayscale(0%);
}
.member-single-full .member-name {
    font-size: 1.3em;
}
.member-single-full .member-bio p:first-child {
    margin-top: 0;
}
.member-single-full .member-bio p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    a.member-single {
        flex: 1 33.33%;
        max-width: 33.33%;
    }
}
@media only screen and (max-width: 767px) {
    a.member-single {
        flex: 1 25%;
        max-width: 25%;
    }
    .member-single-full .col1 {
        flex: 1 100%;
        max-width: 100%;
    }
    .member-single-full .col2 {
        flex: 1 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 640px) {
    a.member-single {
        flex: 1 33.33%;
        max-width: 33.33%;
        font-size: 0.85em;
    }
    .member-single-full {
        padding-bottom: 30px;
    }
}

/*
 *
 * Event Single - Gallery
 *
 */

#gallery {
    width: 100%;
    padding: 30px 0;
    margin: 60px 0 -60px;
    background: #262638;
}
#gallery h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
}
.gallery-slider {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    display: none;
}
.gallery-slider.slick-initialized {
    display: block;
}
.gallery-slider li.slick-slide:focus {
    outline: 0px !important;
}
.gallery-slider img {
    max-width: 800px;
    max-height: 475px;
    margin: 0 auto;
    width: auto;
}
.gallery-caption {
    color: #b1b1b1;
    max-width: 500px;
    margin: 15px auto 0;
    font-style: italic;
    font-size: 16px;
}
.gallery-slider button.slick-prev, .gallery-slider button.slick-next {
    position: absolute;
    z-index: 99;
    top: 37%;
    color: rgba(255,255,255,0.55);
    background: transparent !important;
    font-family: dashicons;
    font-size: 0;
    padding: 5px;
    border: none;
}
.gallery-slider button.slick-prev {
    float: left;
    left: -52px;
}
.gallery-slider button.slick-next {
    float: right;
    right: -52px;
}
.gallery-slider button.slick-prev:hover, button.slick-next:hover {
    color: #fff;
}
.gallery-slider button.slick-prev:before {
    content: "\f341";
    font-size: 38px;
}
.gallery-slider button.slick-next:before {
    content: "\f345";
    font-size: 38px;
}
.gallery-slider button.slick-disabled {
    display: none !important;
}
.gallery-nav {
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 940px) {
    .gallery-slider button.slick-prev {
        left: 0px;
    }
    .gallery-slider button.slick-next {
        right: 0px;
    }
    .gallery-slider img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #gallery h2 {
        font-size: 1.1em;
    }
    .gallery-caption {
        max-width: 85%;
        font-size: 14px;
        line-height: 1.4em;
    }
    .gallery-slider button.slick-prev, .gallery-slider button.slick-next {
        top: 28%;
    }
}


/*
 * Single Page
 *
 */

.page .entry-header,
.blog-archive .entry-header{
    display: flex;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
    min-height: 220px;
    position: relative;
    background-color: #262637;
    padding: 20px;
}
.page .header-content,
.blog-archive .header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 60px 60px;
    margin: 0px auto;
    background: rgba(55, 55, 70, 0.85);
    width: 1280px;
    text-align: center;
}
.page h1.entry-title,
.blog-archive h1.entry-title{
    flex: 1 100%;
    max-width: 960px;
    margin: 0 auto;
    font-size: 2.4em;
    color: #fff;
    font-weight: 700;
}
.page .sub-title {
    flex: 1 100%;
    max-width: 800px;
    margin: 30px auto 0;
    font-size: 1.2em;
    font-weight: 300;
}
.page .entry-content {
    position: relative;
    margin: 50px 0 50px;
    text-align: center;
}
.page .entry-content .wrap {
    max-width: 1160px;
    padding: 0 20px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.content-main {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 40px 50px;
    border: solid 1px #eee;
    text-align: left;
    display: inline-block;
}
.content-main img.featured-img {
    margin: -40px -50px 20px !important;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    display: inline-block;
}
.content-main iframe {
    width: 100%;
}
.page .content-main img {
    margin-bottom: 24px;
}
.with-sidebar .content-main {
    max-width: calc(95% - 300px);
    width: 100%;
    float: left;
    margin-right: 5%;
}
.with-sidebar .content-sidebar {
    max-width: 300px;
    width: 100%;
    float: right;
    text-align: left;
}
.sidebar-section-menu {
    background: #262638;
}
.sidebar-intro {
    color: #fff;
    background: #373747;
    padding: 25px 30px;
    text-transform: uppercase;
    font-weight: 700;
}
ul.sidebar-menulist {
    margin: 0;
    padding: 0;
}
.sidebar-menulist li {
    list-style: none;
    border-bottom: solid 1px #373747;
    margin: 0 !important;
}
.sidebar-menulist li:last-child {
    border-bottom: none;
}
.sidebar-menulist li a {
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
    border: none;
}
.sidebar-menulist li a:hover,
.sidebar-menulist li a:focus {
    background: #feb711;
    color: #373747;
    border: none;
}
.sidebar-links {
    margin: 20px 0;
}
.sidebar-links a {
    background: #f1f1f1;
    border: solid 1px #e6e6e6;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 30px;
    border: none;
    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -ms-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    transition: ease 0.3s all;
}
.sidebar-links a .link-title {
    color: #262639;
    font-size: 1.1em;
    font-style: italic;
}
.sidebar-links a .link-text {
    color: #d80d0d;
    font-size: 0.9em;
    font-weight: 700;
}
.sidebar-links a:hover, .sidebar-links a:focus  {
    background: #da0300;
}
.sidebar-links a:hover .link-title, .sidebar-links a:focus .link-title,
.sidebar-links a:hover .link-text, .sidebar-links a:focus .link-text {
    color: #fff !important;
}

@media only screen and (max-width: 1200px) {
    .with-sidebar .content-main {
        max-width: calc(95% - 270px);
        margin-right: 5%;
    }
    .with-sidebar .content-sidebar {
        max-width: 270px;
    }
}

@media only screen and (max-width: 960px) {
    .page h1.entry-title,
    .blog-archive h1.entry-title{
        font-size: 2em;
    }
    .page .sub-title {
        font-size: 1em;
    }
    .with-sidebar .content-main {
        max-width: 100%;
        float: none;
        margin: 0;
    }
    .with-sidebar .content-sidebar {
        margin-top: 60px;
        max-width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .content-main {
        padding: 0;
        border: none;
    }
    .content-main img.featured-img {
        margin: -50px -20px 20px !important;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
}

/*
 * Contact Page
 *
 */
.contact-wrap {
    display: flex;
    flex-wrap: wrap;
}
.contact-single {
    flex: 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 0px 20px;
    border: solid 1px rgba(0,0,0,0.1);
}
.contact-single:nth-child(2n) {
    margin-left: 20px;
}
#map.contact-single {
    margin-left: 0;
    flex: 1 100%;
    max-width: 100%;
}
.entry-content .contact-wrap h3 {
    display: block;
    padding: 15px 30px;
    background: #262638;
    color: #fff;
    margin: 0;
}
.entry-content .contact-wrap .text {
    padding: 20px 30px;
}
#visit a {
    display: inline-block;
    margin: 20px 0px 0;
    border-bottom: solid 2px;
    color: #d70000;
}
#visit a:hover, #visit a:focus {
    border-color: #262638;
    color: #262638;
}

@media only screen and (max-width: 767px) {
    .contact-single {
        flex: 1 100%;
        max-width: 100%;
    }
    .contact-single:nth-child(2n) {
        margin-left: 0;
    }
    .entry-content .contact-wrap h3 {
        padding: 10px 30px;
        font-size: 1em;
    }
}

/*
 * Post Archive
 *
 */
.blog-archive #main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 50px auto 40px;
    padding: 0 20px;
}
.blog-archive article {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    border: solid 1px #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 40px;
}
.blog-archive article:nth-child(2n) {
    margin-left: 40px;
}
.blog-archive .entry-content {
    margin: 0;
    padding: 30px 10%;
}
.blog-archive .entry-image img {
    display: block;
}
.blog-archive h2.entry-title {
    margin: 0 0 15px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3em;
}
.blog-archive .post-date {
    font-weight: 600;
    color: #353545;
    font-size: 0.9em;
}
.blog-archive .post-excerpt p {
    margin-bottom: 0;
}
.blog-archive .posts-navigation {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.blog-archive .nav-next {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0 10px;
}
.blog-archive .nav-previous {
    width: 50%;
    float: right;
    text-align: left;
    padding: 0 10px;
}
.blog-archive .nav-links a {
    background: #22222f;
    padding: 10px 20px;
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
}
.blog-archive .nav-links a:hover, .blog-archive .nav-links a:focus {
    background: #dc0000;
}
@media only screen and (max-width: 767px) {
    .blog-archive #main {
        margin: 20px auto 20px;
    }
    .blog-archive article {
        flex: 1 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .blog-archive article:nth-child(2n) {
        margin-left: 0;
    }
    .blog-archive h2.entry-title {
        font-size: 1.3em;
    }
}

/*
 * Post Single
 *
 */
.single-post .entry-header {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 40px 0px;
}
.single-post h1.entry-title {
    max-width: 900px;
    margin: 0 auto;
    font-size: 2.2em;
    line-height: 1.2em;
    padding: 0 20px;
}
.single-post .featured-image img {
    width: 100%;
}
.single-post .featured-image {
    max-width: 960px;
    margin: 60px auto 0;
}
.single-post .entry-content {
    margin: 0px 0 60px;
}
.single-post .entry-meta {
    background: #f1f1f1;
    padding: 10px 30px;
    color: #000;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}
.single-post .post-date {
    display: inline-block;
    color: #3f3f50;
    float: left;
    line-height: 36px;
    font-weight: 700;
}
.single-post .socialshare {
    color: #000;
    float: right;
}
.single-post .socialshare .share-icons a {
    color: #262637;
}
.related-posts {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 50px 20px;
    border-top: solid 1px #ebebeb;
}
.related-posts h2 {
    text-align: center;
    font-size: 1.8em;
    margin: 0 0 50px;
}
.related-posts ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
}
.related-posts ul li {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #e8e8e8;
}
.related-posts ul li:nth-child(2n) {
    margin-left: 40px;
}
.related-posts .featured-image {
    margin: 0 !important;
}
.related-posts .featured-image img {
    display: block;
}
.related-posts .content-wrap {
    display: inline-block;
    width: 100%;
    padding: 30px 10%;
}
.related-posts a h3 {
    color: #da0300;
    font-weight: 700;
}
.related-posts a:hover h3, .related-posts a:focus h3 {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .single-post h1.entry-title {
        max-width: 690px;
        font-size: 1.8em;
    }
    .single-post .featured-image {
        margin: 40px auto -20px;
    }
    .single-post .entry-content {
        margin: 0px 0 30px;
    }
    .single-post .post-date, .single-post .socialshare {
        float: left;
        width: 100%;
        font-size: 0.9em;
        line-height: 1.5em;
    }
    .related-posts {
        padding: 30px 10px;
    }
    .related-posts h2 {
        font-size: 1.2em;
        margin: 0 0 30px;
    }
    .related-posts ul li:nth-child(2n) {
        margin-left: 10px;
    }
    .related-posts ul li {
        flex: 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .related-posts .content-wrap {
        padding: 20px 6%;
    }
    .related-posts a h3 {
        font-size: 1em;
    }
}

/*
 * Patterned Background
 *
 */
.page-template-default .site-content,
.page-template-page-contact .site-content,
.single-post .site-content{
    background-image: url(../images/bg-pattern.jpg);
    background-size: 150px;
    background-color: #fff;
}
@media only screen and (max-width: 640px) {
    .page-template-default .site-content,
    .page-template-page-contact .site-content,
    .single-post .site-content{
        background-image: none;
    }
}


/*!
    Modaal - accessible modals - v0.4.4
    by Humaan, for all humans.
    http://humaan.com
 */

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: rgba(0,0,0,0.6);
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
    border-radius: 5px;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 13px;
    top: 13px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #b93d0c;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 18px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 40px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
    padding-bottom: 0;
    height: 731px;
}

}

@media only screen and (max-width: 1140px) {

.modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
}

.modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
    background: #fff;
}

.modaal-gallery-next {
    left: auto;
    right: 20px;
}

.modaal-gallery-prev {
    left: 20px;
    right: auto;
}

}

@media screen and (max-width: 767px) {

.modaal-inner-wrapper {
    padding: 0;
}
.modaal-container {
    border-radius: 0;
}
.modaal-content-container {
    min-height: 100vh;
}

}

@media screen and (max-height: 900px) {

.modaal-content-container {
    padding: 30px;    
}
.modaal-instagram iframe {
    width: 500px !important;
}

.modaal-video-container {
    max-width: 900px;
    max-height: 510px;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
    display: none;
}

}

@keyframes instaReveal {

0% {
    opacity: 0;
}

100% {
    opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
    opacity: 0;
}

100% {
    opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

}