/*
Theme Name: The Masquerade Atlanta
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/


/*

$purple: #684c9f;

$grey: #444444;

$purple: #684c9f;

 */


/* Font */

@font-face {
    font-family: 'din_condensedbold';
    font-weight: normal;
    font-style: normal;

    src: url('assets/font/din_condensed_bold-webfont.woff2') format('woff2'),
    url('assets/font/din_condensed_bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'dinblack-alt';
    font-weight: normal;
    font-style: normal;

    src: url('assets/font/din-blackalternate-webfont.woff2') format('woff2'),

    url('assets/font/din-blackalternate-webfont.woff') format('woff');
}

@font-face {
    font-family: 'dinbold';
    font-weight: normal;
    font-style: normal;

    src: url('assets/font/din-bold-webfont.woff2') format('woff2'),

    url('assets/font/din-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'dinlight';
    font-weight: normal;
    font-style: normal;

    src: url('assets/font/din-light-webfont.woff2') format('woff2'),

    url('assets/font/din-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'dinmedium';
    font-weight: normal;
    font-style: normal;

    src: url('assets/font/din-medium-webfont.woff2') format('woff2'),

    url('assets/font/din-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'dinregular';
    font-weight: normal;
    font-style: normal;

    src: url('assets/font/din-regular-webfont.woff2') format('woff2'),

    url('assets/font/din-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'dinregular-alt';
    font-weight: normal;
    font-style: normal;

    src: url('assets/font/din-regularalternate-webfont.woff2') format('woff2'),

    url('assets/font/din-regularalternate-webfont.woff') format('woff');
}

/* General */

* {
    box-sizing: border-box;
}

html {
    font-family: 'dinregular';
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3;

    overflow-x: hidden;

    min-height: 100%;
}

body {
    overflow-x: hidden;

    margin: 0;

    color: #000;
    background: #fff;
}

main,
article,
section {
    display: block;
}

a {
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
       -moz-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
            transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    text-decoration: none;

    color: #684c9f;
}

/*a:visited {

    color: #ef0979;

}*/

a:hover,
a:focus {
    text-decoration: none;

    color: #000;
}

h1,
.h1 {
    font-family: 'din_condensedbold';
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2em;

    margin-top: 15px;
    margin-bottom: 15px;

    text-transform: uppercase;

    color: #444;
}

h2,
h3,
h4,
h5,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'din_condensedbold';
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2em;

    margin-top: 15px;
    margin-bottom: 15px;
}

.h5 {
    font-size: 22px;
}

figure {
    margin: 0;
}

blockquote {
    margin: 0;
    padding: 0;

    border: 0;
}

img {
    display: block;

    max-width: 100%;
    height: auto;
}

.sr-only {
    position: absolute;

    overflow: hidden;
    clip: rect(0,0,0,0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.clearfix:after {
    display: table;
    clear: both;

    content: ' ';
}

p {
    margin: 0 0 10px 0;
}

ul {
    margin: 15px 0 15px 15px;
    padding: 0 0 0 15px;

    list-style: disc;
}

ol {
    margin: 15px 0 15px 15px;
    padding: 0 0 0 15px;

    list-style: decimal;
}

label {
    text-transform: uppercase;
}

textarea,
input[type='tel'],
input[type='email'],
input[type='text'] {
    font-family: sans-serif;
    line-height: normal;

    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 6px 0 4px;
    padding: 8px;

    border: 1px solid #ccc;
    border-radius: 1px;
    background: #fafafa;
}

input[type='search'] {
    -webkit-box-sizing: content-box; /* 2 */
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield; /* 1 */
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

select {
    font-family: sans-serif;
    line-height: normal;

    display: block;

    box-sizing: border-box;
    margin: 6px auto 4px 0;
    padding: 8px;

    border: 1px solid #ccc;
    border-radius: 1px;
    background: #fafafa;
}

.social_menu {
    margin: 0;
    padding: 0;

    list-style: none;
}

.social_menu a::before {
    font-family: 'FontAwesome';
    font-size: 20px;

    display: inline-block;

    padding: 0 0.5em;

    content: '\f085';
    vertical-align: top;

    -webkit-font-smoothing: antialiased;
}

.social_menu a[href^='http://pages.tmclient.ticketmaster.com']::before,
.social_menu a[href^='mailto:']::before {
    content: '\f003';
}

.social_menu a[href*='wordpress.org']::before,
.social_menu a[href*='wordpress.com']::before {
    content: '\f19a';
}

.social_menu a[href*='facebook.com']::before {
    content: '\f09a';
}

.social_menu a[href*='twitter.com']::before {
    content: '\f099';
}

.social_menu a[href*='dribbble.com']::before {
    content: '\f17d';
}

.social_menu a[href*='plus.google.com']::before {
    content: '\f0d5';
}

.social_menu a[href*='pinterest.com']::before {
    content: '\f0d2';
}

.social_menu a[href*='github.com']::before {
    content: '\f09b';
}

.social_menu a[href*='tumblr.com']::before {
    content: '\f173';
}

.social_menu a[href*='youtube.com']::before {
    content: '\f16a';
}

.social_menu a[href*='snapchat.com']::before {
    content: '\f2ac';
}

.social_menu a[href*='spotify.com']::before {
    content: '\f1bc';
}

.social_menu a[href*='flickr.com']::before {
    content: '\f16e';
}

.social_menu a[href*='vimeo.com']::before {
    content: '\f194';
}

.social_menu a[href*='instagram.com']::before {
    content: '\f16d';
}

.social_menu a[href*='codepen.io']::before {
    content: '\f1cb';
}

.social_menu a[href*='linkedin.com']::before {
    content: '\f0e1';
}

.social_menu a[href*='yelp.com']::before {
    content: '\f1e9';
}

.txt-center {
    text-align: center;
}

.txt-small {
    font-size: 80%;
}

.form-row--fill {
    display: flex;

    margin-bottom: 1em;
}

.form-row {
    margin-bottom: 1em;
    padding: 0 1em;
}

.form-row--fill label {
    margin: 0 1em;

    flex: 1 1 50%;
}

.wpcf7 {
    position: relative;
    right: 50%;
    left: 50%;

    width: 100vw;
    margin-right: -50vw !important;
    margin-left: -50vw !important;
    padding: 2em 0 !important;

    background: #e5e5e5;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 textarea {
    background: #fff;
}



.wrapperLink {
    display: block;

    color: inherit;
}



/* Layout */

.wpcf7-form,
.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}



.container:after {
    display: table;
    clear: both;

    content: ' ';
}

.home .container {
    max-width: 1140px;
}



.row {
    margin: 0 -15px;
}



.row:after {
    display: table;
    clear: both;

    content: ' ';
}



.col {
    position: relative;

    float: left;

    min-height: 1px;
    padding: 0 15px;
}



.col-half {
    width: 50%;
}



.col-third {
    width: 33.333333%;
}



.col-push-third {
    left: 33.333333%;
}



.col-pull-third {
    left: -33.333333%;
}



.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-6,
.col-5-6,
.col-1-12,
.col-2-12,
.col-3-12,
.col-4-12,
.col-5-12,
.col-6-12,
.col-7-12,
.col-8-12,
.col-9-12,
.col-10-12,
.col-11-12,
.col-12-12 {
    display: inline-block;

    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;

    text-rendering: auto;
}



.col-1-12 {
    width: 8.3333%;
}



.col-1-6,
.col-2-12 {
    width: 16.6667%;
}



.col-1-4,
.col-3-12 {
    width: 25%;
}



.col-1-3,
.col-4-12 {
    width: 33.3333%;
}



.col-5-12 {
    width: 41.6667%;
}



.col-1-2,
.col-6-12 {
    width: 50%;
}



.col-7-12 {
    width: 58.3333%;
}



.col-2-3,
.col-8-12 {
    width: 66.6667%;
}



.col-3-4,
.col-9-12 {
    width: 75%;
}



.col-5-6,
.col-10-12 {
    width: 83.3333%;
}



.col-11-12 {
    width: 91.6667%;
}



.col-1,
.col-1-1,
.col-12-12 {
    width: 100%;
}



@media screen and (min-width: 35.5em) {
    .col-sm-1,
    .col-sm-1-1,
    .col-sm-1-2,
    .col-sm-1-3,
    .col-sm-2-3,
    .col-sm-1-4,
    .col-sm-3-4,
    .col-sm-1-6,
    .col-sm-5-6,
    .col-sm-1-12,
    .col-sm-2-12,
    .col-sm-3-12,
    .col-sm-4-12,
    .col-sm-5-12,
    .col-sm-6-12,
    .col-sm-7-12,
    .col-sm-8-12,
    .col-sm-9-12,
    .col-sm-10-12,
    .col-sm-11-12,
    .col-sm-12-12 {
        display: inline-block;
        zoom: 1;

        vertical-align: top;
        letter-spacing: normal;
        word-spacing: normal;

        text-rendering: auto;
    }



    .col-sm-1-12 {
        width: 8.3333%;
    }



    .col-sm-1-6,
    .col-sm-2-12 {
        width: 16.6667%;
    }



    .col-sm-1-4,
    .col-sm-3-12 {
        width: 25%;
    }



    .col-sm-1-3,
    .col-sm-4-12 {
        width: 33.3333%;
    }



    .col-sm-5-12 {
        width: 41.6667%;
    }



    .col-sm-1-2,
    .col-sm-6-12 {
        width: 50%;
    }



    .col-sm-7-12 {
        width: 58.3333%;
    }



    .col-sm-2-3,
    .col-sm-8-12 {
        width: 66.6667%;
    }



    .col-sm-3-4,
    .col-sm-9-12 {
        width: 75%;
    }



    .col-sm-5-6,
    .col-sm-10-12 {
        width: 83.3333%;
    }



    .col-sm-11-12 {
        width: 91.6667%;
    }



    .col-sm-1,
    .col-sm-1-1,
    .col-sm-12-12 {
        width: 100%;
    }
}



@media screen and (min-width: 48em) {
    .col-md-1,
    .col-md-1-1,
    .col-md-1-2,
    .col-md-1-3,
    .col-md-2-3,
    .col-md-1-4,
    .col-md-3-4,
    .col-md-1-6,
    .col-md-5-6,
    .col-md-1-12,
    .col-md-2-12,
    .col-md-3-12,
    .col-md-4-12,
    .col-md-5-12,
    .col-md-6-12,
    .col-md-7-12,
    .col-md-8-12,
    .col-md-9-12,
    .col-md-10-12,
    .col-md-11-12,
    .col-md-12-12 {
        display: inline-block;
        zoom: 1;

        vertical-align: top;
        letter-spacing: normal;
        word-spacing: normal;

        text-rendering: auto;
    }



    .col-md-1-12 {
        width: 8.3333%;
    }



    .col-md-1-6,
    .col-md-2-12 {
        width: 16.6667%;
    }



    .col-md-1-4,
    .col-md-3-12 {
        width: 25%;
    }



    .col-md-1-3,
    .col-md-4-12 {
        width: 33.3333%;
    }



    .col-md-5-12 {
        width: 41.6667%;
    }



    .col-md-1-2,
    .col-md-6-12 {
        width: 50%;
    }



    .col-md-7-12 {
        width: 58.3333%;
    }



    .col-md-2-3,
    .col-md-8-12 {
        width: 66.6667%;
    }



    .col-md-3-4,
    .col-md-9-12 {
        width: 75%;
    }



    .col-md-5-6,
    .col-md-10-12 {
        width: 83.3333%;
    }



    .col-md-11-12 {
        width: 91.6667%;
    }



    .col-md-1,
    .col-md-1-1,
    .col-md-12-12 {
        width: 100%;
    }
}



@media screen and (min-width: 64em) {
    .col-lg-1,
    .col-lg-1-1,
    .col-lg-1-2,
    .col-lg-1-3,
    .col-lg-2-3,
    .col-lg-1-4,
    .col-lg-3-4,
    .col-lg-1-6,
    .col-lg-5-6,
    .col-lg-1-12,
    .col-lg-2-12,
    .col-lg-3-12,
    .col-lg-4-12,
    .col-lg-5-12,
    .col-lg-6-12,
    .col-lg-7-12,
    .col-lg-8-12,
    .col-lg-9-12,
    .col-lg-10-12,
    .col-lg-11-12,
    .col-lg-12-12 {
        display: inline-block;
        zoom: 1;

        vertical-align: top;
        letter-spacing: normal;
        word-spacing: normal;

        text-rendering: auto;
    }



    .col-lg-1-12 {
        width: 8.3333%;
    }



    .col-lg-1-6,
    .col-lg-2-12 {
        width: 16.6667%;
    }



    .col-lg-1-4,
    .col-lg-3-12 {
        width: 25%;
    }



    .col-lg-1-3,
    .col-lg-4-12 {
        width: 33.3333%;
    }



    .col-lg-5-12 {
        width: 41.6667%;
    }



    .col-lg-1-2,
    .col-lg-6-12 {
        width: 50%;
    }



    .col-lg-7-12 {
        width: 58.3333%;
    }



    .col-lg-2-3,
    .col-lg-8-12 {
        width: 66.6667%;
    }



    .col-lg-3-4,
    .col-lg-9-12 {
        width: 75%;
    }



    .col-lg-5-6,
    .col-lg-10-12 {
        width: 83.3333%;
    }



    .col-lg-11-12 {
        width: 91.6667%;
    }



    .col-lg-1,
    .col-lg-1-1,
    .col-lg-12-12 {
        width: 100%;
    }
}



@media screen and (min-width: 80em) {
    .col-xl-1,
    .col-xl-1-1,
    .col-xl-1-2,
    .col-xl-1-3,
    .col-xl-2-3,
    .col-xl-1-4,
    .col-xl-3-4,
    .col-xl-1-6,
    .col-xl-5-6,
    .col-xl-1-12,
    .col-xl-2-12,
    .col-xl-3-12,
    .col-xl-4-12,
    .col-xl-5-12,
    .col-xl-6-12,
    .col-xl-7-12,
    .col-xl-8-12,
    .col-xl-9-12,
    .col-xl-10-12,
    .col-xl-11-12,
    .col-xl-12-12 {
        display: inline-block;
        zoom: 1;

        vertical-align: top;
        letter-spacing: normal;
        word-spacing: normal;

        text-rendering: auto;
    }



    .col-xl-1-12 {
        width: 8.3333%;
    }



    .col-xl-1-6,
    .col-xl-2-12 {
        width: 16.6667%;
    }



    .col-xl-1-4,
    .col-xl-3-12 {
        width: 25%;
    }



    .col-xl-1-3,
    .col-xl-4-12 {
        width: 33.3333%;
    }



    .col-xl-5-12 {
        width: 41.6667%;
    }



    .col-xl-1-2,
    .col-xl-6-12 {
        width: 50%;
    }



    .col-xl-7-12 {
        width: 58.3333%;
    }



    .col-xl-2-3,
    .col-xl-8-12 {
        width: 66.6667%;
    }



    .col-xl-3-4,
    .col-xl-9-12 {
        width: 75%;
    }



    .col-xl-5-6,
    .col-xl-10-12 {
        width: 83.3333%;
    }



    .col-xl-11-12 {
        width: 91.6667%;
    }



    .col-xl-1,
    .col-xl-1-1,
    .col-xl-12-12 {
        width: 100%;
    }
}



/* Buttons */

.wpcf7-submit,
.btn {
    font-family: 'din_condensedbold';
    font-size: 22px;
    line-height: 1em;

    display: inline-block;

    padding: 10px 15px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}



.wpcf7-submit,
.btn-purple {
    color: #fff;
    border: 2px solid #684c9f;
    background: #684c9f;
}

.btn-white {
    color: #fff;
    border: 2px solid #fff;
}

.btn-full {
    display: block;

    width: 100%;
    margin-bottom: 0.75em;
}

.btn-purpleOutline {
    color: #684c9f;
    border: 2px solid #684c9f;
    background: #fff;
}

.btn-grey {
    color: #7f7f7f;
    border: 2px solid #a6a6a6;
}

.btn-bare {
    border: none;
    background: none;
}

.btn-white:hover,
.btn-white:focus {
    color: #000;
    border-color: #000;
}

.featured-carousel {
    display: none;

    padding: 0 15px 2em 15px;
}



.slick-prev,
.slick-next {
    position: absolute;
    z-index: 10;
    top: 50%;

    margin-top: -33px;

    cursor: pointer;

    color: #a6a6a6;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow .fa {
    font-size: 1.5em;
}



@media (min-width: 1140px) {
    .slick-prev {
        left: -50px;
    }

    .slick-next {
        right: -50px;
    }
}



/* Header */

#header {
    position: fixed;
    z-index: 1030;

    width: 100%;
}

#header .tile--black {
    padding: 20px 0;

    background: #000;
}

#header .tile--white {
    padding: 10px 0;

    background: #fff;
}

.main {
    margin-top: 144px;
}

@media (min-width: 992px) {
    .main {
        margin-top: 140px;
    }
}

#header .container {
    position: relative;

    max-width: 100%;
}



#header .header-logo {
    display: block;

    opacity: 1;

    -webkit-backface-visibility: hidden;
}



#header .header-logo > img {
    width: auto;
    height: 62px;
    max-height: 100%;
    margin: 0 auto;
}



#header .header-logo:hover,
#header .header-logo:focus {
    opacity: 0.8;
}



#header .nav {
    margin: 23px 0 0 0;
    padding: 0;

    list-style: none;
}



#header .nav > li {
    position: relative;

    display: inline-block;

    vertical-align: middle;
}



#header .nav > li > a {
    font-family: 'din_condensedbold';
    font-size: 23px;
    line-height: 1em;

    display: block;

    padding: 15px 20px;

    text-transform: uppercase;

    color: #fff;
}



#header .nav > li.current-menu-item > a,
#header .nav > li > a:hover,
#header .nav > li > a:focus {
    color: #684c9f;
}



#header .nav > li.open > ul {
    display: block;
}



#header .nav > li.open > a {
    color: #fff;
    background: #684c9f;
}



#header .nav > li > ul {
    position: absolute;
    z-index: 1030;
    top: 100%;

    display: none;

    min-width: 225px;
    margin: 0;
    padding: 7.5px;

    list-style: none;

    text-align: left;

    background: #684c9f;
}



#header .nav > li > ul > li > a {
    font-family: 'din_condensedbold';
    font-size: 25px;
    line-height: 1em;

    display: block;

    padding: 7.5px 15px;

    text-transform: uppercase;

    color: #fff;
}



#header .nav > li > ul > li.current-menu-item > a,
#header .nav > li > ul > li > a:hover,
#header .nav > li > ul > li > a:focus {
    color: #000;
}



#nav-toggle {
    font-size: 45px;
    line-height: 1em;

    display: none;

    color: #fff;
}



#menu-close,
.menu-logo {
    display: none;
}



/* Footer */

#footer {
    color: #fff;
    background: #684c9f;
}

#footer a {
    color: #fff;
}



#footer a:hover,
#footer a:active,
#footer a:foucs, {
    text-decoration: underline;
}



#footer .footer-top {
    padding: 35px 0;
}



#footer .footer-top .footer-info > i {
    font-size: 90px;
    line-height: 1em;

    position: relative;

    float: left;
}



#footer .footer-top .row .col:first-child .footer-info > i {
    top: -10px;
}



#footer .footer-top .footer-info > div {
    margin-left: 131px;
}



#footer .footer-top .footer-info h4 {
    font-size: 30px;

    margin-top: 0;
    margin-bottom: 0;

    text-transform: uppercase;
}



#footer .footer-top .footer-info > div > p {
    font-family: 'dinmedium';
    font-size: 17px;

    margin: 0;
}



#footer .footer-top .footer-info > div > p > a {
    text-decoration: underline;

    color: #fff;
}



#footer .footer-top .footer-info > div > p > a:hover,
#footer .footer-top .footer-info > div > p > a:focus {
    text-decoration: none;

    color: #fff;
}



#footer .footer-bottom {
    padding: 60px 0;

    background: url('assets/img/bg/footer-bottom.jpg') no-repeat center center;
    background-size: cover;
}



#footer .footer-bottom .row {
    margin: 0 -60px;
}



#footer .footer-bottom .row .col {
    padding: 0 60px;
}



#footer .footer-bottom .footer-logo {
    display: block;

    opacity: 1;

    -webkit-backface-visibility: hidden;
}



#footer .footer-bottom .footer-logo:hover,
#footer .footer-bottom .footer-logo:focus {
    opacity: 0.8;
}



#footer .footer-bottom .footer-contact h4 {
    font-size: 24px;
    line-height: 1em;

    margin-top: 30px;
    margin-bottom: 30px;

    text-transform: uppercase;
}



#footer .footer-bottom .footer-contact p {
    font-family: 'dinmedium';
    font-size: 18px;
}



#footer-menu {
    margin: 1.5em 0 0;
    padding: 0;

    list-style: none;
}



#footer-menu > li + li {
    margin-top: 2em;
}



#footer-menu > li > a {
    font-family: 'din_condensedbold';
    font-size: 24px;
    line-height: 1em;

    text-transform: uppercase;

    color: #fff;
}



#footer-menu > li.current-menu-item > a,
#footer-menu > li > a:hover,
#footer-menu > li > a:focus {
    color: #000;
}



.footer-links {
    margin-top: 150px;

    text-align: center;
}



.footer-socials {
    margin: 30px 0 0 0;
    padding: 0;

    list-style: none;
}



.footer-socials > li {
    display: inline-block;

    vertical-align: middle;
}

.footer-socials > li > a {
    font-size: 25px;
    line-height: 1em;

    color: #fff;
}

.footer-socials > li > a:hover,
.footer-socials > li > a:focus {
    color: #000;
}



/* Embed */

iframe,
object,
embed,
img {
    max-width: 100%;
}



.embed-container {
    position: relative;

    overflow: hidden;

    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}



.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}



img {
    height: auto;
}



/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}



.alignleft,
img.alignleft {
    display: inline;
    float: left;

    margin-right: 40px;
}



.alignright,
img.alignright {
    display: inline;
    float: right;

    margin-left: 40px;
}



.aligncenter,
img.aligncenter {
    display: block;
    clear: both;

    margin-right: auto;
    margin-left: auto;
}



img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 40px;
}



.wp-post-image {
    display: block;

    width: 100%;
    height: auto;
}



@media (min-width: 1200px) {
    /* Header */

    #header .nav {
        margin-top: 20px;
    }



    #header .nav > li + li {
        margin-left: 5px;
    }
}



@media (max-width: 1199px) {
    /* Header */

    #header .nav {
        margin-top: 15px;
    }
}



@media (max-width: 991px) {
    /* Layout */

    .col {
        position: static;

        float: none!important;

        width: 100%!important;
    }



    #header .nav-cols {
        display: none;
    }



    #header .header-logo > img {
        width: 250px;
        height: auto;
        margin: 0;
    }



    #nav-toggle {
        position: absolute;
        top: 50%;
        right: 15px;

        display: block;

        transform: translateY(-50%);
    }



    #menu-close {
        position: absolute;
        top: 15px;
        right: 15px;

        display: block;

        opacity: 1;
    }



    #menu-close:hover,
    #menu-close:focus {
        opacity: 0.8;
    }



    .menu-logo {
        display: block;

        margin-top: 60px;
        margin-right: 45px;
        margin-bottom: 30px;

        opacity: 1;

        -webkit-backface-visibility: hidden;
    }



    .menu-logo:hover,
    .menu-logo:focus {
        opacity: 0.8;
    }



    .menu-logo > img {
        width: 250px;
        margin: 0 auto;
    }



    #header .nav-cols {
        position: fixed;
        top: 0;
        left: 0;

        overflow-y: scroll;

        width: 100%;
        height: 100%;

        text-align: center;

        background: #000;
    }



    #header .nav {
        margin-top: 0;
    }



    #header .nav > li {
        display: block;

        margin-left: 0;
    }



    #header .nav > li > ul > li.current-menu-item > a,
    #header .nav > li > ul > li > a:hover,
    #header .nav > li > ul > li > a:focus {
        color: #fff;
        background: #684c9f;
    }



    #header .nav > li > ul {
        position: static;

        text-align: center;

        background: none;
    }



    #header .nav > li > ul > li.current-menu-item > a,
    #header .nav > li > ul > li > a:hover,
    #header .nav > li > ul > li > a:focus {
        color: #684c9f;
    }



    /* Footer */

    #footer .footer-top {
        padding: 30px 0;
    }



    #footer .footer-top .row .col:first-child .footer-info {
        margin-bottom: 30px;
    }



    #footer .footer-bottom {
        padding: 30px 0;
    }



    #footer .footer-bottom .footer-logo {
        display: none;
    }



    #footer .footer-bottom .footer-contact h4 {
        margin-top: 0;
    }



    #footer-menu {
        margin-top: 30px;
    }



    .footer-links {
        margin-top: 30px;

        text-align: left;
    }



    .footer-links .btn {
        display: none;
    }
}



@media (min-width: 992px) {
    #header .nav-cols {
        display: block;

        max-width: 1140px;
        margin: auto;
    }

    .logo {
        position: absolute;

        width: 100%;
    }

    .nav--left {
        float: left;
    }

    .nav--right {
        float: right;
    }
}



#header .nav {
    transition: margin 200ms linear;
    text-align: center;
}



#header,
#header .header-logo,
#header .header-logo > img {
    transition: all 200ms linear;
}

#header.shrunk {
    transition: all;
}



#header.shrunk .nav {
    margin-top: 9px;
}

.top-row {
    z-index: 10;
}

.bottom-row {
    z-index: 2;
}



.header-socials {
    display: block;

    padding: 0;

    list-style: none;

    text-align: center;
}

.header-socials a {
    color: #000;
}

.header-socials .social-link {
    font-size: 20px;
}



.header-socials > li {
    display: inline-block;

    vertical-align: middle;
}



.header-socials > li > a:hover,
.header-socials > li > a:focus {
    color: #684c9f;
}



.page-header {
    position: relative;

    overflow: hidden;

    margin-bottom: 2em;

    background: url('assets/img/bg/fandom.jpg') no-repeat center center;
    background-size: cover;
}

.page-header .page-heading {
    margin: 0;

    text-transform: uppercase;

    color: #fff;
}

@media (max-width: 677px) {
    .page-header {
        max-height: 200px;
    }

    .page-header .page-heading {
        position: absolute;
        bottom: 1em;
        left: 0.5em;
    }
}

@media (min-width: 680px) {
    .page-header {
        height: 350px;
    }

    .page-header .page-heading {
        font-size: 80px;

        position: absolute;
        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);
    }
}

.mar-0 {
    margin: 0;
}

.mar-t0 {
    margin-top: 0;
}

.mar-r0 {
    margin-right: 0;
}

.mar-b0 {
    margin-bottom: 0;
}

.mar-l0 {
    margin-left: 0;
}



.attraction .socialProfile {
    margin: 0;

    text-align: center;
}

@media (min-width: 680px) {
    .archive .attraction-feature,
    .archive .archive-thumb {
        display: block;

        width: auto;
        max-width: 45%;
        margin-right: 1em;
    }

    .archive .attraction-feature {
        text-align: center;
    }

    .archive {
        margin-bottom: 4em;
    }

    .attraction,
    .attraction-bio,
    .archive,
    .archive-body {
        overflow: hidden;
    }
}



.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.c-purple {
    color: #684c9f;
}

.c-lightGrey {
    color: #a6a6a6;
}



.closer {
    padding: 2em;

    text-align: center;
}

.closer .btn {
    padding-right: 30px;
    padding-left: 30px;
}

.closer .social-share {
    margin-top: 2em;
    margin-bottom: 2em;
}

.end-of-page {
    padding: 2em 2em 4em;

    text-align: center;
}



.slick-slide img {
    width: auto;
    height: auto;
}

.slick-initialized {
    display: block;
}



.eventDetails__detail--image {
    overflow: hidden;
}

@media (min-width: 48em) {
    .eventDetails__detail--padded {
        padding: 1em;
    }
}



/* Event */

.eventStartDate {
    font-size: 20px;

    float: left;

    margin-right: 1em;

    text-align: center;
    text-transform: uppercase;

    border: 2px solid #444;
    background: #fff;
}

.eventStartDate__day,
.eventStartDate__date,
.eventStartDate__month {
    font-family: 'din_condensedbold';
    font-weight: normal;

    display: block;
}

.eventStartDate__day {
    color: #fff;
    background: #684c9f;
}

.eventStartDate__date {
    font-size: 30px;
    line-height: 1.2;
}

.eventStartDate__month {
    line-height: 1;

    padding: 0 4px 2px;

    letter-spacing: 2px;
}



.eventHeader__topline {
    font-family: 'dinlight';
    font-size: 14px;

    margin: 0;
}

.eventHeader__title {
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}

.eventHeader__support {
    font-size: 22px;

    margin: 0 0 5px;
}



.event__location-room {
    margin-bottom: 5px;
}



@media(max-width: 48em) {
    .upcomingShows {
        width: auto !important;
        margin: 0 -30px;
    }

    .upcomingShows__filter,
    .showFilters {
        margin-bottom: 0.5em !important;
    }

    .eventDetails {
        padding: 1em 0;
    }

    .archive .eventDetails {
        position: relative;

        padding: 1.5em 1.5em 1.5em 5em;
    }

    .archive .eventStartDate {
        position: absolute;
        /*top: 0;*/
        left: 1em;
    }

    .archive .eventStartDate {
        /*margin-top: 3.5em;*/
    }

    .archive .eventStartDate__day,
    .archive .eventStartDate__month {
        font-size: 29px;
    }

    .archive .eventStartDate__date {
        font-size: 55px;
    }

    .archive .event .btn {
        /*display: inline-block;

        width: 45%;

        margin-right: 2%;*/ display: block;

        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .event-ticketInfo {
        margin-top: 1em;
    }

    .event-ticketInfo .btn {
        /*display: inline-block;

        width: 46%;*/ display: block;

        width: 100%;
    }

    .event-ticketInfo .btn:first-child {
        margin-right: 5%;
    }

    .event-ticketInfo .social-share {
        position: relative !important;
    }
}

@media (max-width: 440px) {
    .archive .eventDetails {
        padding: 1.5em 1.5em 1.5em 5em;
    }
}

@media(min-width: 48em) {
    .eventDetails {
        display: table;

        width: 100%;
    }

    .eventDetails__detail {
        position: relative;

        display: table-cell;

        vertical-align: middle;
    }

    .eventDetails__detail--startDate {
        width: 1%;
    }

    .eventDetails__detail--image {
        width: 25%;
    }

    .archive .eventDetails__detail--main {
        padding-left: 1em;
    }

    .archive .eventDetails__detail:last-child {
        width: 20%;
        padding-top: 5px;
        padding-left: 1em;
    }

    .single-tm_event .eventDetails__detail:last-child {
        padding-top: 5px;
        padding-left: 1em;
    }

    .single-tm_event .eventDetails__detail:last-child .btn {
        margin-bottom: 10px;
    }

    .archive .eventDetails {
        padding: 1.5em;
    }

    .upcomingShows__filter {
        padding-top: 2px;
        padding-bottom: 10px;
    }
}





.socialProfiles {
    margin: 0;
    padding: 0;

    list-style: none;
}

.socialProfile {
    padding: 0;
}

.socialProfile li {
    display: inline-block;

    margin-right: 4px;
}

.socialProfile__profileLink {
    display: block;

    width: 2em;
    height: 2em;
    padding: 0.35em;

    text-align: center;

    color: #fff;
    border-radius: 100%;
    background: #000;
}

.socialProfile__profileLink:hover,
.socialProfile__profileLink:focus,
.socialProfile__profileLink:active {
    color: #000;
    background: #fff;
}



.upcomingShows__header {
    position: relative;

    display: flex;

    flex-wrap: wrap;
}

.upcomingShows__title {
    margin: 0;

    flex: 1 0 auto;
}



@media screen and (max-width: 48em) {
    .upcomingShows__header {
        padding: 0.5em 1em;
    }
}

@media screen and (min-width: 48em) {
    .sidebar {
        margin-top: 1.5em;
    }

    .search-form {
        float: right;
    }

    .upcomingShows__filter {
        flex: 1 0 auto;
    }
}

@media screen and (min-width: 540px) and (max-width: 800px) {
    .search-form {
        position: absolute;
        top: 0;
        right: 0;

        padding: 0.5em 1em 0 0;
    }
}



.search-form__field {
    font-family: inherit;
    font-size: 1em;
    line-height: 1;

    display: block;
    float: left;

    height: 1em;
    padding: 0.5rem;

    border-radius: 0;
    outline: 0;
}

.search-form__submit {
    float: left;

    height: 38px;
    margin: 0;
    padding: 1em;

    color: #fff;
    border: 0;
    background: #684c9f;
}

.showFilters {
    margin: 0;
    padding: 0;

    list-style: none;

    text-transform: uppercase;

    color: #684c9f;
}

.showFilters {
    float: left;
}

.showFilters li {
    font-family: 'din_condensedbold';
    font-size: 22px;
    font-weight: normal;
    line-height: 1.75;

    display: inline-block;

    margin-right: 3px;
    padding: 0 14px;
}

.showFilters li:first-child {
    padding-left: 0;
}

@media (max-width: 549px) {
    .showFilters li {
        font-size: 20px;
        line-height: 1.5;

        padding: 0 6px;
    }

    .showFilters li:first-child {
        display: none;
    }
}

.js-listFilter {
    cursor: pointer;
}

.showFilters .active {
    color: #fff;
    background: #684c9f;
}



.txt-upper,
.attraction_title,
.widgettitle {
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}



.widget {
    margin-top: 2em;
}

.widget:first-child {
    margin-top: 0;
}



.widget iframe {
    width: 100%;
}



.widget {
    padding-bottom: 1em;

    border-bottom: 1px solid #b8b8b8;
}



.widget--shop {
    display: table;
}

.widget--shop img,
.widget--shop .widgettitle {
    display: table-cell;

    vertical-align: middle;
}

.widget--shop .widgettitle {
    width: 40%;
}



.tm_just_announced-class {
    padding-bottom: 0;

    text-align: center;

    border-bottom: 0;
}

.tm_just_announced-class .h3 {
    margin: 0;
}

.tm_just_announced-class .event-startdate {
    font-size: 18px;

    margin: 0;
}

.tm_just_announced-class ul {
    margin: 0;
    padding: 0 12px;

    list-style: none;

    color: #fff;
    background: #684c9f;
}

.tm_just_announced-class li {
    font-size: 24px;
    line-height: 1.15;

    padding: 1em 0;

    border-bottom: 1px solid #fff;
}

.tm_just_announced-class li:last-child {
    border-bottom: none;
}

.tm_just_announced-class a {
    font-size: 36px;

    display: block;

    color: #fff;
}

.tm_just_announced-class h3 {
    margin-top: 0;

    text-transform: uppercase;
}

.social-share {
    text-align: center;
}

.social-share__text {
    font-family: 'din_condensedbold';
    font-size: 25px;

    margin-right: 0.5em;

    text-transform: uppercase;
}

.social-link {
    font-size: 20px;
    font-weight: normal;
    line-height: 2;

    position: relative;

    display: inline-block;

    width: 2em;
    height: 2em;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #684c9f;
    border-radius: 50%;
    background: #fff;
}

.social-link:hover,
.social-link:active,
.social-link:focus {
    color: #000;
    background: #fff;
}



.social-facebook {
    color: #fff;
    background: #3b5999;
}

.social-twitter:hover,
.social-twitter:active,
.social-twitter:focus {
    color: #fff;
    background: #3b5999;
}

.social-twitter {
    color: #fff;
    background: #55acee;
}

.social-twitter:hover,
.social-twitter:active,
.social-twitter:focus {
    color: #55acee;
    background: #fff;
}





.venue {
    display: block;
    clear: both;
    overflow: hidden;

    margin-bottom: 2em;
}

.venue:first-child {
    margin-top: 2em;
}

.venue--title {
    margin: 0;
}

.venue--capacity {
    font-weight: 700;
}

.venue--header {
    margin-top: 1em;
}

@media(min-width: 48em) {
    .venue {
        display: table;
    }

    .venue--figure,
    .venue--body {
        display: table-cell;

        vertical-align: middle;
    }

    .venue--figure {
        width: 50%;
    }

    .venue--header {
        margin-top: 0;

        border-bottom: 1px solid #b0b0b0;
    }

    .venue--title {
        font-size: 42px;
    }

    .venue--body {
        padding: 1em;
    }
}



.attractions .attraction-bio {
    padding: 1em;
}

.attractions .attraction_title {
    text-align: left;

    color: #2d2d2d;
}

.attractions .attraction_title a {
    color: inherit;
}

@media(min-width: 48em) {
    .attractions .attraction {
        display: table;
        width: 100%;
    }

    .attractions .attraction-feature,
    .attractions .attraction-bio {
        display: table-cell;

        vertical-align: middle;
    }

    .attractions .attraction-feature {
        width: 40%;
    }

    .attractions .attraction-bio {
        padding-top: 2em;
    }

    .attractions .attraction_title {
        margin-top: -1em;
    }

    .attractions .eventDetails__detail--main:after,
    .attractions .eventDetails__detail--padded:after,
    .single-tm_event .eventDetails__detail--main:after,
    .single-tm_event .eventDetails__detail--padded:after,
    .single-tm_attraction .eventDetails__detail--main:after,
    .single-tm_attraction .eventDetails__detail--padded:after {
        position: absolute;
        top: 0.5em;
        left: 100%;

        display: block;

        width: 3px;
        height: 80%;

        content: '';

        background: #684c9f;
    }

    .single-tm_event .eventDetails__detail--main:last-child {
        padding-left: 1em;
    }
}

.single-tm_attraction .eventDetails__detail--image {
    display: none;
}



.single-tm_attraction .attraction,
.attractions__list {
    margin-bottom: 2em;
    padding-bottom: 2em;

    border-bottom: 1px solid #ccc;
}



.events.archive .closer,
.attractions.archive .closer {
    border-bottom: 1px solid #ccc;
}



.archiveList--homepage .event:nth-child(odd) {
    background: #ebebeb;
}
.post-type-archive-tm_event .event:nth-child(odd) {
    background: #eaeaea;
}
.single-tm_event .attractions .attraction {
    margin-bottom: 1em;
    padding-bottom: 1em;

    border-bottom: 1px solid #ccc;
}
.single-tm_event .event--content {
    margin-bottom: 4em;
}
.attraction--featuredImage,
.event--featuredImage {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.single .attraction--featuredImage,
.single .event--featuredImage {
    max-width: 820px;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
}
.event--featuredImage:before,
.single .attraction--featuredImage:before,
.event--featuredImage:before {
    display: block;
    overflow: hidden;

    width: 100%;
    padding-top: 56.25%;

    content: '';
}
.single .attraction--featuredImage {
    margin-bottom: 1em;
}
.event-ticketInfo .social-share {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
}
.single-tm_event .eventDetails {
    margin-bottom: 80px;
}
.post-type-archive-tm_event .upcomingShows {
    padding-top: 2em;
}
.img--cover {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    object-fit: cover;
}


.no-bullet {
    display: block;

    margin: 0;

    list-style: none;
}

.thumbnails {
    margin-left: -2.5%;
}

.thumbnails li {
    display: inline-block;

    width: 47.5%;
    margin: 0 0 2.5% 2.5%;
}

.container.page {
    padding-bottom: 6em;
}

.page-id-23 .page {
    padding-bottom: 0;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.js-listAll,
.js-listFilter {
    cursor: pointer;
}





[data-a11y-toggle]:not([aria-controls]),
[aria-expanded='false'] + [aria-hidden='true'] {
    display: none;
}



[data-a11y-toggle] {
    cursor: pointer;
}



.gm-style [aria-hidden='true'] {
    /* 1 */
    display: block; /* 2 */
    display: initial;
}



.event--featuredVideos {
    display: table;

    table-layout: fixed;
}

.event--featuredVideos .video {
    display: table-cell;

    width: 2%;
    padding: 1em;

    text-align: center;
}





.archiveList--homepage.display-shortList .event:nth-child(n+14) {
    display: none;
}



@media (min-width: 991px) {
    #header .nav > li:hover > ul {
        display: block;
    }

    #header.shrunk .header-logo > img {
        height: 50px;
    }

    .right-column,
    .left-column {
        float: left;

        width: 50%;
        padding: 1em;
    }

    .mobile-menu {
        display: none;
    }
}



@media (max-width: 991px) {
    .mobile-menu a {
        color: #fff;
    }
}





#header .tile--black {
    padding: 20px;
}

#header .nav > li > a {
    padding: 5px 15px;
}

@media (max-width: 1390px) {
    #header .nav > li > a {
        padding: 5px 10px;
    }

    .nav--left ul,
    .nav--right ul {
        text-align: center!important;
    }
}

.single-post .wp-post-image {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}



.event-ticketInfo a.soldout {
    pointer-events: none;
}

.archiveList--homepage .loading {
	text-align: center;
	padding: 15px;
}

.eventStartDate__month {
   padding-bottom: 0 !important;
}

.eventStartDate__year {
	font-size: .85em;
    letter-spacing: 1.25px;
    font-family: 'din_condensedbold';
    font-weight: normal;
}
