@import 'bootstrap.css';
html {
    position: relative;
    min-height: 100%;
    font-family: 'Oswald', sans-serif;
}

body {
    margin: 0;
    background: url("../../uploads/background.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 98%
}

div#default-template {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 98%;
    float: left;
    color: #000;
}

div#default-template a:link,
div#default-template a:active,
div#default-template a:hover,
div#default-template a:visited,
div#default-template a:focus {
    color: #000;
}


@media (min-width: 768px) {
    .container {
        width: 95%
    }
    div#default-template {
        width: 70%;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.flexdisplay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-wrap: wrap;
    justify-content: flex-start
}
main {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
    padding-top: 10px;
}
@media (min-width: 768px) {
    main {
        padding-top: 70px;
    }
}

main.notop {
    padding-top: 0px;
}

@media (min-width: 1000px) {
    .main-withsidebar-events {
        width: 70%;
        float: left;
    }
}


@media (min-width: 1000px) {
    .main-withsidebar {
        width: 67%;
        float: left
    }
}


section {
    margin-bottom: 2.25rem
}
/*
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat Light';
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'league-gothic';
    src: url("../fonts/leaguegothic-regular-webfont.eot");
    src: url("../fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-regular-webfont.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal;
}
*/
body,
button,
input,
select,
textarea {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px
}

h1,
h2,
h3 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px
}

h1 {
    font-size: 22px;
    margin: 1rem 0
}

.bio-title {
    font-size: 29px
}

p {
    margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

*,
*:before,
*:after {
    box-sizing: border-box
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

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

.logo {
    max-height: 80px;
    display: inline;
}
@media (min-width: 768px){
    .logo{
        float: left;
    }
}

.sitefooter .logo {
    max-height: 30px
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02)
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15)
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px
}

textarea {
    padding-left: 3px;
    width: 100%
}

.button {
    padding: 5px 0;
    letter-spacing: 1.75px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    background: rgb(244,119,37);
    display: block !important;
    font-weight: 300;
}

@media (min-width: 768px) {
    .button {
        width: 180px
    }
}

a {
    text-decoration: none;
    background-color: transparent
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    color: #fff
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left
}

.alignright {
    display: inline;
    float: right
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hide,
.hidden {
    display: none !important
}

[aria-hidden="true"] {
    visibility: hidden;
    display: none
}

@media (min-width: 768px) {
    .hidden-sm {
        display: none
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

.display-inline {
    display: inline
}

.list-unstyled,
.siteheader__nav,
.siteheader__locations__button,
.siteheader__locations__menu,
.siteheader__socialicons,
.eventartists__bio__sociallinks,
.artistevents__bio__sociallinks,
.flexmedia--localshow__shows {
    padding-left: 0;
    list-style: none
}

.list-inline,
.artistslinks {
    padding-left: 0;
    list-style: none
}

.list-inline>li,
.siteheader__nav>li,
.siteheader__locations__button>li,
.siteheader__socialicons>li,
.eventartists__bio__sociallinks>li,
.artistevents__bio__sociallinks>li,
.artistslinks>li {
    display: inline-block
}

.clear:before,
.clear:after {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.siteheader {
    color: #fff;
    height: 75px;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    width: 100%;
    padding: 1rem;
    z-index: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.siteheader__nav>li {
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Oswald", sans-serif
}

.siteheader__locations__button {
    order: 4;
    background: rgb(244,119,37);
    padding: .5rem;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif
}

.siteheader__locations__button:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding: 0 .5rem;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.siteheader__locations__button:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.siteheader__locations__button:hover .siteheader__locations__menu {
    visibility: visible;
    display: block
}

.siteheader__locations__menu {
    width: 450px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 1.5rem;
    background: rgb(244,119,37);
    position: absolute;
    top: 55px;
    right: 1rem;
    z-index: 1000;
    text-transform: none
}

.siteheader__locations__menu__item:first-of-type {
    margin-top: 0
}

.siteheader__locations__menu__item {
    margin: .66rem 0;
    font-size: 18px
}

.siteheader__socialicons,
.eventartists__bio__sociallinks,
.artistevents__bio__sociallinks {
    margin-left: auto;
    margin-right: 1.5rem
}

.siteheader__socialicons a,
.eventartists__bio__sociallinks a,
.artistevents__bio__sociallinks a {
    color: #000
}

.siteheader__socialicons__icon,
.eventartists__bio__sociallinks__icon,
.artistevents__bio__sociallinks__icon {
    background: white;
    border-radius: 50%;
    width: 27px;
    text-align: center;
    margin: 0 .1rem;
    font-size: 18px
}
.eventartists__bio__sociallinks__icon:hover,
.artistevents__bio__sociallinks__icon:hover {
    background:#000;
}
.eventartists__bio__sociallinks a:hover,
.artistevents__bio__sociallinks a:hover {
    color:#fff;
}
.sitefooter {
    background: #1d1b1c;
    color: #fff;
    /*height: 80px;*/
    width: 100%;
    align-items: center;
    clear:both;
    padding: 0;
    display: block;
}

.sitefooter>a {
    color: #ffffff;
    outline: medium none;
    text-decoration: none
}

.flexmedia {
    position: relative
}


.flexmedia--featured {
    text-align: center;
    width: calc(100% / 2 - .2em);
    height: 150px;
    overflow: hidden;
    margin: 0 .1em;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 768px) {
    .flexmedia--featured {
        width: calc(100% / 6 - .2em);
        max-width: 300px;
        margin-bottom: 0
    }
}

.flexmedia--featured__data {
    position: absolute;
    bottom: 0;
    width: 100%
}

.flexmedia--featured__dates,
.flexmedia--featured__title {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
}

.flexmedia--featured__location {
    background: rgba(174, 37, 52, 0.9);
    display: block;
    width: 100%;
    font-family: "Oswald", sans-serif
}

.flexmedia--artist {
    text-align: center;
    font-weight: 600;
    margin: 1.5rem .3rem;
    width: -moz-calc(100% / 2 - .6rem);
    width: -webkit-calc(100% / 2 - .6rem);
    width: -o-calc(100% / 2 - .6rem);
    width: calc(100% / 2 - .6rem)
}

@media (min-width: 768px) {
    .flexmedia--artist {
        width: -moz-calc(100% / 5 - .6rem);
        width: -webkit-calc(100% / 5 - .6rem);
        width: -o-calc(100% / 5 - .6rem);
        width: calc(100% / 5 - .6rem)
    }
}


.flexdisplay--artistevents{
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

.flexmedia--artistevents {
    text-align: center;
    /*font-weight: 600;*/
    font-weight:300;
    margin: 1.5rem .4rem;
    width: -moz-calc(100% / 1 - 2rem);
    width: -webkit-calc(100% / 1 - 2rem);
    width: -o-calc(100% / 1 - 2rem);
    width: calc(100% / 1 - 2rem);
    /*  width: 180px; */
}

@media (min-width: 768px) {
    .flexmedia--artistevents {
        width: -moz-calc(100% / 3 - 2rem);
        width: -webkit-calc(100% / 3 - 2rem);
        width: -o-calc(100% / 3 - 2rem);
        width: calc(100% / 3 - 2rem); 
        /* width: 135px; */
    }
}


li[aria-selected='true'] a {
    color: rgb(244,119,37);
}

.flexdisplay--featured--local>.flexmedia--featured {
    margin: 0
}

.flexmedia--featured--local {
    margin: 0
}

.flexdisplay--artists--local {
    width: 70%
}

.localshows {
    width: 70%;
    float: left
}

.flexdisplay--localshow {
    padding: 0 50px;
    justify-content: space-around
}

.flexmedia--localshow {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    width: calc(100% / 3 - .2em);
    max-width: 230px;
    margin-bottom: 20px;
    background: rgba(29, 27, 28, 0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.flexmedia--localshow__data {
    padding: 10px 15px
}

.flexmedia--localshow__title {
    display: block;
    font-size: 17.5px
}

.flexmedia--localshow__special:before {
    content: 'Special Event';
    color: rgb(244,119,37);
    text-transform: uppercase;
    position: relative;
    bottom: 20px
}

.flexmedia--localshow__button {
    width: 100%;
    margin-top: auto;
    padding: 10px
}

.flexmedia--localshow__button>.button {
    width: 100%
}

.artist {
    margin: 0 15px
}

.artistsflex__title {
    display: block;
    margin-right:20px;
}

@media (min-width: 768px) {
    .artists__title {
        display: inline-block
    }
    .eventartists_detail {
        float: left;
        width: 30%;
    }

}

.artistevents_detail {
    float: left;
}


@media (min-width: 768px) {
    .artistevents_media,
    .eventartists_artist_media {
        float: left;
        width: 40%
    }

    .eventartists_media {
        float: left;
        width: 100%;
    }
}

.artistevents_media img,
.eventartists_media img {
    width: 560px;
}

@media (min-width: 768px) {
    .artistevents_bio {
        float: right;
        width: 57%
    }
}


.eventartists_prefix {
    margin: 0 0 10px 0;
    font-size: 25px;
    width: 100%;
    display:inline-block;
    color: #383839;    
}

.eventartists_title,
.artistevents_title {
    margin: 0 0 10px 0;
    font-size: 45px;
    /*   text-align:center; */
    width: 100%;
    display:inline-block;
    color: #383839;
}

@media (min-width: 768px) {
    .eventartists_artist_detail {
        float: right;
        width: 60%;
    }
}
.eventartists_artist_name {
    margin: 0 0 5px 0;
    font-size: 30px;
    width: 100%;
    display:inline-block;
}

.eventartists_artist_name,
.eventartists_artist_name a {
    color: #383839;    
}
.eventartists__bio__sociallinks a,
.artistevents__bio__sociallinks a {
    color: #000
}

.artistevents_bio_detail {
    overflow: hidden;
    max-height: 500px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;

}

.artistevents_bio_detail.expanded {
    max-height: none;
}

.artistevents_bio_detail:before,
.eventartists_artist_bio_detail:before {
    content: '';
    height: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: block
}

.eventartists_artist_bio a,
.eventartists_artist_bio a:hover {
    text-decoration: none;
}


.eventartists_artist_bio_detail {
    overflow: hidden;
    max-height: 187px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;

}

.eventartists_artist_bio_detailmask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 187px;
    background: transparent;
    background: -webkit-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        ); 
    background: -moz-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );
    background: -o-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );
    background: linear-gradient(
        to bottom,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );
    background: -ms-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );

}






.artistevents_performances,
.eventartists_performances {
    clear: both;
    background: rgba(0,0,0,.5);
    padding: 10px;
}
@media (min-width: 768px) {
    .eventartists_performances {
        clear: none;
        background: rgba(0,0,0,.5);
        padding: 10px;
        float: right;
        width: 69%    
    }
}

.artistevents_performances--main,
.artistevents_performances--main:before {
    width: 100%;
}
.artistevents_performances--main:before,
.eventartists_performances--main:before {
    content: '';
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block    
}
.artistevents_performances--main,
.eventartists_performances--main {
    font-family: 'Oswald', sans-serif;
    font-size: 16px
}
.artistevents_performances--main .artistevents__event,
.eventartists_performances--main .eventartists__event {
    padding: 10px 0;
    width: 100%;
    clear:both;
}
.artistevents_performances--main .artistevents__event>div,
.eventartists_performances--main .eventartists__event>div {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}
.artistevents_performances--main .artistevents__event__date,
.eventartists_performances--main .eventartists__event__date {
    /*    background: #ae2534;*/
    border: solid 1px #fff;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    width: 100%
}

.artistevents__event__notes,
.eventartists__event__notes {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    width: 100%    
}

.artistevents__event__price,
.eventartists__event__price {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .artistevents_performances--main .artistevents__event__date,
    .eventartists_performances--main .eventartists__event__date,
    .artistevents__event__notes,
    .eventartists__event__notes {
        width: 100px !important
    }
}

@media (min-width: 768px) {
    .artistevents__event__date .month-day,
    .eventartists__event__date .month-day{
        display: block;
    }
}
@media (max-width: 768px) {
    .artistevents__event__date,
    .eventartists__event__date {

    }
}

.artistevents__event__ticketbutton .button{
    float:none!important;
}


@media (min-width: 768px) {
    .artistevents_performances--main .artistevents__event__title,
    .eventartists_performances--main .eventartists__event__title {
        width: 35% !important;
        margin-left: 8px
    }
}

.artistevents_performances--main .artistevents__event__time,
.eventartists_performances--main .eventartists__event__time {
    display: block;
    font-family: "Oswald", sans-serif;
}

@media (min-width: 768px) {
    .artistevents_performances--main .artistevents__event__location,
    .artistevents_performances--main .artistevents__event__tags,    
    .eventartists_performances--main .eventartists__event__tags,    
    .eventartists_performances--main .eventartists__event__location {
        width: 20% !important;
    }
}
.event_location_name {
    display: block;
    font-family: "Oswald", sans-serif;
}
.event_location_city {
    display: block;
    font-family: "Oswald", sans-serif;
}

@media (min-width: 768px) {
    .artistevents_performances--main .artistevents__event__ticketbutton,
    .eventartists_performances--main .eventartists__event__ticketbutton,
    .artistevents__event__price,
    .eventartists__event__price {
        width: 200px !important;        
        float: right;
        overflow: hidden;
    }
}

.artistevents__event__special_event,
.eventartists__event__special_event {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: rbg(244,119,37);
    font-size: 120%;
}

span.tw-specialevent {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: rbg(244,119,37);
    font-size: 120%;
}

span.calendar-event-time {
    padding-top: 5px;
}

span.tw-specialevent-calendar {
    display: block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 120%;
}

.eventartists_artist {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .eventartists__event__description {
        float:left;
        width: 70%;
    }

    .eventartists_artists {
        float:left;
    }
}

@media (min-width: 768px) {
    .eventartists_sidebar {
        float:right;

    }

}

.eventartists__event__description_content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;    
}

.artistslinks {
    display: inline
}

.artistslinks__link {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-left:10px;
}

@media (min-width: 768px) {
    .artistslinks__link {
    }
}


aside {
    /*padding-top: 21px;*/
    padding-right: 40px;
    clear: both;
    color: #000;
}

aside a:link,
aside a:visited,
aside a:hover,
aside a:focus,
aside a:active {
    color: #000;
}
@media (max-width: 340px) {
    aside {       
        margin: 0px -10px;
    }
}

@media (min-width: 1000px) {
    aside {
        clear: none;
        width: 30%;
        float: right;
        margin-right: 0px
    }
    .artistevents_sidebar_toppadding {
        min-height: 40px;
    }    
}

aside div.widget {
    background: rgba(255, 255, 255, 0.2); 
    /*    background: transparent; */
    padding: 20px 20px;
    margin: 20px auto;
    display: block;
    text-align:center;
    width: 300px;
}

@media (max-width: 768px){
    aside div.widget {
        padding: 0px;
    }
}

aside div.nopadding {
    padding: 0px;
}

ul#tw-show-footer-widgets {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul#tw-show-footer-widgets .widgettitle,
li.socialicons h2.widgettitle,
aside h2.widgettitle {
    display: none;
}

aside div[class^="sidebar_widget_title-"] {
    text-align: center;
    padding: 4px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 auto;
}

aside div[class^="sidebar_widget_title-"] > i {
    float: left;
    margin: 4px
}

.sidebar_widget_title-facebook {
    background: #3b5998;
    max-width: 340px;
}

.sidebar_widget_title-twitter {
    background: #55acee
}

.sidebar_widget_title-instagram {
    background: #125688
}

.widget_ticketweb-widget h2.widgettitle {
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    border-bottom: #000 solid 3px;
}

.widget_ticketweb-widget ul {
    list-style: none;
    padding: 0;
}

.widget_ticketweb-widget ul li {
    padding: 0;
    margin-bottom: 30px;
}

.widget_ticketweb-widget ul a {
    font-size: 16px;
}

.search-form>label {
    display: block;
    overflow: hidden;
    width: 100%
}

form.search-form .search-field {
    display: block;
    overflow: hidden;
    padding: 10px;
    width: 91%
}

.main-content form.search-form label {
    display: block;
    float: left;
    overflow: hidden;
    width: 91%
}

.page-content form.search-form label {
    float: left;
    width: 91%
}

form.search-form input.search-submit {
    box-shadow: none;
    color: #000;
    font-size: 12px;
    padding: 11px
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

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

a.more,
a.less,
.morelink,
a.read-more,
a.read-less,
a.read-more-link {
    display: block;
    /*  color: #ae2534; */
    /*  color: red; */
    color: #fff;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px;
}

a.read-more-light {
    background-color: rgba(0, 0, 0, 0.5);
}

a.read-less {
    display: none;
}

a.hide-link {
    display: none!important;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

#featuredartists {
    position:relative;
    clear:both;
}
.featuredartists--title {
    background: rgba(29,27,28,0.8);
    padding: 5px 15px;
    margin: 0;
    /*   position: absolute;*/
    /*   top: -40px; */
    /*    height: 40px; */
    width: 100%;
}
.flexmedia--artist {

}
.flexmedia--artist__title {
    font-size: 14px;
    display: block;
    line-height:1;
    padding: 5px; 
}
@media (min-width: 768px) {
    .flexmedia--artist__title {
        font-size: 16px;
    }	   
}
.background-wrapper {
    display: block;
    /*    width: 180px;
        height:120px; */
    width: 100%;
    /*    padding-top: 66.67%; */
    background-repeat: no-repeat;
    background-size: contain;
    background-color: black;
    background-position: center center
        /*    object-fit: cover; */
}

.background-wrapper:before{
    content: "";
    display: block;
    padding-top: 66.67%;
}

/*
@media (min-width: 420px) {
    .background-wrapper {
        height: 120px;
        width: 180px;
    }	   
}
@media (min-width: 768px) {
    .background-wrapper {
        height: 90px;
        width: 135px;
    }	   
}
@media (min-width: 900px) {
    .background-wrapper {
        height: 120px;
        width: 180px;
    }	   
}
@media (min-width: 1200px) {
    .background-wrapper {
        height: 160px;
        width: 240px;
    }	   
}
@media (min-width: 1600px) {
    .background-wrapper {
        height: 230px;
        width: 345px;
    }	   
}
*/

#tw-slider-featured .slick-slide[aria-hidden="true"] {
    visibility: inherit;
}
#tw-slider-featured .tw-slick-slide-image {
    -moz-opacity: 1!important;
    -webkit-opacity: 1!important;
    opacity: 1!important; 
    border-right: solid 1px #000;
}
#tw-slider-featured img {
    /* opacity: 0.6!important; */
}
#tw-slider-featured .tw-slick-slide-image.slick-current {
    -moz-opacity: 1!important;
    -webkit-opacity: 1!important;
    opacity: 1.0!important;
}
#tw-slider-featured .tw-slick-slide-caption {
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    padding: 0!important;
    min-height: inherit!important;
    background: none!important;
    z-index: 50!important;
    width: 100%!important;
    font-family: 'Oswald', sans-serif;

}
#tw-slider-featured .tw-slick-slide-eventname {
    font-size: 16px!important;
    color: #fff!important;
    text-shadow: 0px 0px 4px #000!important;
    text-transform: uppercase!important;
    text-align:center!important;
    width:100%!important;
    height: 18px!important;
    line-height:1.4!important;
    letter-spacing: 1.5px!important;
    display:block!important;
    margin:0 0 0 0!important;
    overflow: hidden;
}
#tw-slider-featured .tw-slick-slide-eventdate {
    font-size: 16px!important;
    color: #fff!important;
    text-shadow: 0px 0px 4px #000!important;
    text-transform: uppercase!important;
    text-align:center!important;
    width:100%!important;
    height: 18px!important;
    line-height:1.4!important;
    display:block!important;
    margin:0 0 0 0!important;	

}
#tw-slider-featured .tw-slick-slide-eventlocation {
    font-size: 14px!important;
    color: #fff!important;
    background: rgba(174,37,52,0.8)!important;
    text-align:center!important;
    width:100%!important;
    height: 18px!important;
    line-height:1.4!important;
    display:block!important;
    margin:0 0 0 0!important;

}


#search__filter { margin: 0 2.25rem; }
@media (max-width: 420px) {
    #search__filter { margin: 1rem; }
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); color:#000;}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: rbg(244,119,37); }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.powered__by{	
    padding: 10px;
    text-align:center;
}

.powered__by img{	
    max-width: 100px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px; 
}

@media (min-width: 1100px) {
    #tw-slider-main {
        min-height: 60px;
    }
}

#slider-wrapper h2.widgettitle {
    display: none;
}

#tw-slider-main .slick-dots  {  
    bottom: 20px!important; /* was 50 when had featured events overlap */
}
#tw-slider-main .slick-dots [aria-hidden="true"] {
    visibility: visible;
    display: inline-block;
}
#tw-slider-main .slick-dots button{
    border: 0px solid;
    border-color: inherit;
    border-radius: 0px;
    background: none;
    box-shadow: none;
    color: inherit;
    font-size: 0;
    font-size: 0;
    line-height: 0;
    padding: 5px;
    text-shadow: none;
}
#tw-slider-main .slick-dots li button::before {
    font-family: slick;
    font-size: 14px!important;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
#tw-slider-main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
#tw-slider-main .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 2px;
    padding: 0;
    cursor: pointer;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    z-index: 9999;
}
.navbar-default {
    background: #383839;
}
@media (max-width: 768px) {
    .navbar-default {

    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: rgb(244,119,37); 
}

.navbar-default .navbar-nav .socialicons a {
    /*    background: rgba(0,0,0,0); */
    color:white;  
    text-align: center;
    /*margin: .5rem .1rem; */
    margin: 5px 0px 0px 0px;
    float:left;
    padding: 0px;
    font-size: 1.2rem;

}
@media (max-width: 768px) { 
    .navbar .socialicons { 
        text-align: center;
        margin: 0px 0px 5px 15px;
        float:left;
    }    

}

.navbar .location-nav {
    background: rgba(174,37,52, 1) !important;
    margin: 15px 0px 10px 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .navbar .location-nav{
        margin: 0px 0 20px 0!important;
    }
}
.location-nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.location-nav > .open > a, 
.location-nav > .open > a:hover, 
.location-nav > .open > a:focus {
    background: rgba(174,37,52, 1) !important;
    color: #fff!important;
}
.location-nav .dropdown-menu{
    background: rgba(174,37,52, 1) !important;
    border:none!important;
    border-radius:0px!important;
    min-width: 210px!important;
}

.location-nav .dropdown-menu a {
    color: #fff!important;
}
.location-nav .dropdown-menu > li > a:hover, 
.location-nav .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(174,37,52, 0.5) !important;
}
.siteheader-nav {
    /*text-transform: uppercase;*/
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    margin-top: 10px;
}
.siteheader-nav a {
    color: #fff;
}
.siteheader-nav a:hover {
    color: rgb(244,119,37);
}



.sidebar__widget--facebook ul,
.sidebar__widget--twitter ul,
.sidebar__widget--instagram ul,
.sidebar__widget--promo ul {
    margin:0px;
    padding: 0px;
    list-style: none;
}
.sidebar__widget--facebook .widgettitle, 
.sidebar__widget--twitter .widgettitle, 
.sidebar__widget--instagram .widgettitle {
    display:none;
}
#twitter-widget {
    margin: 10px 0;
}
#instagram-widget li{
    margin:0px;
    padding: 0px;
    list-style: none;
}

#promo-widget,
#promo-widget li{
    margin:0px;
    padding: 0px;
    list-style: none;
}

@media (max-width: 768px) {
    #headerbuff { padding:60px 0 0 0; }
}

@media (max-width: 768px) {
    #footer-nav-desktop{display:none!important;}
}

#footer-nav-mobile{
    display:none;
}

@media (max-width: 768px) {
    #footer-nav-mobile{display:block!important;}
}

#custom-hamburger{
    border:none!important;
    color:#fff!important;
    background:none!important;
    box-shadow:none!important;
    padding: 10px 20px;
    margin: 0 10px 0 0;
    text-align: center;
}
footer #custom-hamburger{
    margin: 0px;
}
#custom-hamburger .dot{
    width: 6px;
    height: 6px;
    background: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display:block;
    text-align: center;
    margin: 4px 0 0 0;
}

#nav-main-top{
    border:none!important;
}

@media (max-width: 768px) {
    #tabs h1 {
        margin-bottom: 0px;
    }
    .flexmedia--artist {
        margin: .75rem .2rem;
    }
}

#main-content{
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0;
}


.slick-next,
.slick-prev {
    z-index: 9999;
    box-shadow:none!important;
    border:none!important;
}
@media (max-width: 600px) {
    #tw-slider-featured .slick-next,
    #tw-slider-featured .slick-prev {
        display:none!important;
    }	
}
.slick-next {
    right: 10px!important;
}
.slick-prev {
    left: 10px!important;
}
#tw-slider-featured .tw-slick-slide-image img {
    height: 150px;
    width: 200px!important;
    object-fit:cover!important;
}

/* IE10+ HACK for object-fit */
_:-ms-lang(x), #tw-slider-featured .tw-slick-slide-image {
    height:150px;
    overflow:hidden;
}
/* IE9 HACK */
#tw-slider-featured .tw-slick-slide-image:root img {
    height:auto;
    width:auto;
}  

/* IE10+ HACK */
_:-ms-lang(x), #tw-slider-featured .tw-slick-slide-image img {
    height:auto;
    width:auto;
} 
.flexmedia--artist:hover .flexmedia--artist__title,
.artistslinks__link a:hover,
.navbar-default .navbar-nav > li > a:hover,
.artistevents_performances--main .artistevents__event__ticketbutton>a:hover,
.eventartists_performances--main .eventartists__event__ticketbutton>a:hover {
    text-decoration:none!important;
}
.flexmedia--artist a {
    text-decoration:none!important;
}

.flexmedia--artistevents {
    background: rgba(245,241,241, 1);
    display: flex;
    flex-direction: column;
    color: black;
}

.flexmedia--artistevents a {
    color: black;
}
.flexmedia--artistevents a:hover {
    color: rgb(244,119,37);
}
.flexmedia--artistevents a.button {
    color: white;
}
.flexmedia--artistevents a.button:hover {
    color: white;
}

.eventsbutton {
    clear:both;
    margin: auto 10px 10px 10px;
}

.eventsbutton .button {
    width: 100%;
}

.eventinfo {
    text-align:left;
    margin:10px;
    font-weight:normal;
}

.artisteventsname {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;

}

.artistsevents__event__location {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;  
}

.artisteventstime {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.fc-widget-header {
    border: none;
    /*background-color: rgb(174, 37, 52)*/;
    background-color: rgb(244, 119, 37);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.fc-widget-content {
    border-color: rgba(200,200,200,0.5);
    /*  border-bottom: none; */
}

.fc-day-number {
    width: 100%;
    background-color: rgba(150,150,150,0.75);
    text-align: right;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.fc-other-month .fc-day-number {
    color: rgba(150,150,150,0.75) !important;
    background-color: rgba(150,150,150,0.75) !important;
}

.fc-event-inner {
    text-align: left;
}

.fc-event-title {
    text-align: left;
}

.fc-event-time {
    text-align: left !important;
    color: #cccccc !important;
}

.tw-cal-full-venue {
    display: block;
    text-align: left!important;
    margin: 5px;
    padding: 0 1px;

}

h1 {
    margin: 0px;
}
/*
.fadeout {
    -webkit-mask-image: -webkit-linear-gradient(
        top,
        rgba(0,0,0,1) 74%,
        transparent 100%
    ); 
    mask: url(#mask);
    -o-mask-image: -o-linear-gradient(
        top,
        rgba(0,0,0,1) 74%,
        transparent 100%
     );
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 74%,
        transparent 100%
     );
    mask-image: -ms-linear-gradient(
        top,
        rgba(0,0,0,1) 74%,
        transparent 100%
     );
}
*/

.blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}
.blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal-simple {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 400px;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal-simple a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url("data:image/gif;base64,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") #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

#search-form{
    color:#000;
    padding-top: 10%;
}
#search-form .modal-content{
    background: transparent none repeat scroll 0% 0%;
    box-shadow: none;
    border: none;
}
#search-input-nav {
    background: #fff;
    color:#000;
    border-radius: 0px;
    width: 100%;
    min-width: 300px;
}

@media (min-width: 600px) {
    #search-input-nav {

    } 
}

@media (min-width: 1000px){
    #search-input-nav {

    } 
}

.searchbar {
    background-color: #1d1b1c!important;
}
.searchfield {
    padding: 5px;   
}
@media (min-width: 768px) {
    .searchfield {
        padding: 5px 0 5px 40px;
        float: left;   
    }
}

.locationfilter {
    width: 50%;
    padding: 5px;
    padding-right: 50px;
    float: right;
}

#email-signup-form {
    padding-top: 10%;

}


#email-signup-form .modal-content{
    background: transparent none repeat scroll 0% 0%;
    box-shadow: none;
    border: none;
}

#email-signup-form #i3_sfmc_title{
    background:none!important;
    font-size: 3.5em!important;
}
#email-signup-form #i3_sfmc_email{
    width: 100%!important;
    color: #000 !important;
    padding: 10px!important;
}
#email-signup-form #i3_sfmc_submit{
    background: rgba(174,37,52, 1) !important;
    box-shadow: none !important;
    border: none !important;
    text-shadow: none;
    padding: 10px!important;
    border-radius: 0px!important;
    color: #fff!important;
    font-size: 1.75em!important;
    font-weight: normal !important;
    margin: 10px 0!important;
}

.modal {
    z-index: 9999;


}
.modal-backdrop
{
    opacity:0.8 !important;
}

.home-content-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;


    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.home-content-50-50 {
    flex:1;
    background: none;
    padding: 10px;
    width: 100px;
    border: 0px solid rgba(0,0,0,.2);
    text-align: center;
}

@media (max-width: 768px) {
    .home-content-50-50 {
        flex:1 100%;	
    }

}

.artistevents_bio_detailmask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: transparent;
    background: -webkit-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        ); 
    background: -moz-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );
    background: -o-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );
    background: linear-gradient(
        to bottom,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );
    background: -ms-linear-gradient(
        top,
        transparent 75%,
        rgba(0,0,0,.9) 100%
        );

}

.navbar-default .navbar-nav > li.socialicons a:hover {
    font-size: none; 
    color: rgb(244,119,37);
}

.socialicons {
    padding-left: 20px;
    padding-right: 20px;
}
.socialicons .fa {
    font-size: 30px;
}

.socialicons .fa-stack-1x {
    color:white;
}


.socialicons .fa-stack-1x:hover {
    color: rgb(244,119,37); 
}

#tw-responsive {
    font-family: 'Oswald', sans-serif;
}

#tw-responsive .tw-plugin-calendar-list .tw-month-header {
    background: rgb(174, 37, 52);
    background: rgb(244,119,37); 
}

#tw-responsive .tw-image {
    width:100%;
    margin-bottom: 5px;
}

#tw-responsive .tw-plugin-calendar-list .tw-name, #tw-responsive .tw-plugin-calendar-list .tw-name a {
    color: rgb(244,119,37);
}

#tw-responsive .tw-plugin-calendar-list .tw-cal-event {
    background-color: rgba(0, 0, 0, 0.4)!important;
}

.eventsbutton .button:hover {
    text-decoration: none;
}
#default-page-header,
#calendar-page-header,
#transbg-page-header {
    font-size: 4em;
    text-align: center;
    margin: 20px 0 30px;
    color: #000!important;
}
#default-content {
    padding: 30px;
    background:#fff;
    color: #000;
}
#calendar-content {
    padding: 30px;
    background: rgba(0,0,0,.8);
}
#default-content a {
    color:rgb(174, 37, 52);
}
@media (max-width: 768px){
    #default-content {
        padding: 20px;
    }
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    width:100%;
    position:absolute;
}
.faq-content {
    background:#1c1c1c;
    padding: 20px;
    color:#fff;
    overflow: hidden;
}
#default-content .ufaq-faq-div a {
    color:#fff;
}
#default-content .ufaq-faq-div.ewd-ufaq-post-active a {
    color:rgb(174, 37, 52);
}

.artistspecialevent {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: rgb(244,119,37);
    font-size: 120%;
}

.emaillegal {
    padding-top: 10px;
    font-size: 90%;
}


.ewd-ufaq-post-margin-symbol span {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 5px;
}


#tw-responsive .tw-cal-event a {
    text-decoration: none;
    color: #fff;
}

ul.sub-menu {
    list-style: none;
}

@media (min-width: 768px){
    ul.sub-menu {
        background-color: #383839;
        list-style:none;
        position:absolute;
        left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
        padding-right:10px;
        padding-bottom:10px;
        z-index:9999;
    }

    ul.sub-menu li {
        padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
        float:none;
    }

    ul.sub-menu a {
        white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */

    }

    .navbar-nav li:hover ul {
        left:0; /* Bring back on-screen when needed */
    }  

    .navbar-nav li:hover a {
        text-decoration:underline;
    }

    .navbar-nav li:hover ul a {
        text-decoration:none;
    }

    .navbar-nav li:hover ul li a:hover {

    }

}

.artistevents__media--secondary {
    margin-top: 10px;
    padding-bottom: 10px;
}

.eventartists__bio__sociallinks,
.artistevents__bio__sociallinks {
    margin-top: 10px;
}

.artistcalendar-chooselocation span.filterlabel,
.artistsevents-chooselocation span.filterlabel {
    color: #fff;
    padding-right: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    font-weight: 300;
    text-transform: uppercase;   
}

.artistsevents-chooselocation {
    margin-right: 112px;
    margin-left: auto; 
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}

.artistcalendar-chooselocation {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 0;
    float: none;
}

.artistsevents-chooselocation,
.artistcalendar-chooselocation {
    width: 150px;
    padding: 5px 0;
    letter-spacing: 1.75px;
    text-transform: uppercase;    
    text-align: center;
    font-size: 14px;
    background: #383839;
    display: block;  
    position: relative;
}

span.filterlabel:after {
    content:"\f0d7";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 30px;
    font-size:150%;
    position: absolute; right: 0; top: 0;
    background: #383839;
    /*z-index: 1;*/
    text-align: center;
    vertical-align: middle;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;
}

.artistsevents-chooselocation:hover ul {
    left: 0px;
}
.artistsevents-chooselocation ul {
    left: -9999px;
}
.artistcalendar-chooselocation:hover ul{
    right: 0px;
    left: auto;
}

.artistcalendar-chooselocation ul {
    right: -9999px;
    left: auto;
}

.artistcalendar-chooselocation ul,
.artistsevents-chooselocation ul {
    background: #383839;
    list-style: none;
    position: absolute;
    z-index: 500;
    padding: 10px;
    text-align: left;
}
.artistcalendar-chooselocation ul li,
.artistsevents-chooselocation ul li {
    padding-top: 1px;
    float: none;
}

.artistcalendar-chooselocation ul li a,
.artistsevents-chooselocation ul li a { 
    text-decoration: none!important; 
    white-space: nowrap;
    text-align: left;
    padding: 4px 12px; 
    color: #fff;
}

.artistcalendar-chooselocation ul li a:hover,
.artistsevents-chooselocation ul li a:hover { 
    text-decoration: none!important; 
    color: rgb(244,119,37);	
}

.artistcalendar-chooselocation ul li[aria-selected='true'] a,
.artistsevents-chooselocation ul li[aria-selected='true'] a { 
    color: rgb(244,119,37);	

}

@media (max-width: 768px){
    .artistcalendar-chooselocation, 
    .artistsevents-chooselocation {
        padding-right: 0px;
        text-align: left;
    }

    .artistcalendar-chooselocation span.filterlabel,
    .artistsevents-chooselocation span.filterlabel {
        font-size: 14px;
    }    

    .artistsevents-chooselocation ul li,
    .artistsevents-chooselocation ul,
    .artistcalendar-chooselocation ul li,
    .artistcalendar-chooselocation ul {
        display: block;
        padding-left: 0px;
    }

    .artistsevents-chooselocation ul li,
    .artistcalendar-chooselocation ul li {
        padding-top: 10px;

    }


}

/*.tw-artistcalendar-img {    background-color: black;    height: 75px;}*/
/*.tw-artistcalendar-img div {    opacity: 0.2; }*/

header.fixednav {
    position: fixed;
    width: 100%;
    z-index:9000; /* puts it below the modals */
}

header .header-top {
    clear: both;
    margin: 0 20px;
    overflow: hidden;
    text-align: center;
    /*margin-top: 10px;*/
    /*margin-bottom: 20px;*/
}
@media (min-width: 768px){
    header .header-top{
       /* margin-left: 40px;
        margin-right: 10%;*/
        text-align: left;
    }
}

article .entry-meta {
    display: none;
}

.tw-paginate {
    color: #000;
    padding: 20px 0;
}

.tw-paginate a:link,
.tw-paginate a:focus,
.tw-paginate a:visited,
.tw-paginate a:active {
    color: #000;
}

.tw-paginate a:hover {
    color: rgb(244,119,37);
}

.tw-paginate .lead {
    display: none;
}


.sidebar-tw-show-right a {
    color:#000;
}
.sidebar-tw-show-right a:hover {
    color: rgb(244,119,37);
}


.autocomplete-suggestion:before{
    width: 20px;
    height: 20px;
    display:inline-block;
    margin: 0 10px 0 0;
}
.autocomplete-suggestion.artist{
    margin: 0px;
}
.autocomplete-suggestion.event:before{
    content:url('../img/tw_icon_event_20.png');
}
.autocomplete-suggestion.artist:before{
    content:url('../img/tw_icon_artist_20.png');
}
.autocomplete-suggestion.venue:before{
    content:url('../img/tw_icon_venue_20.png');
}
.autocomplete-suggestion.city:before{
    content:url('../img/tw_icon_city_20.png');
}

.navbar-collapse .navbar-nav {
    min-height: 35px;
}

.header-address{
    text-align: center;
    padding: 10px;
}

@media (min-width: 768px){
    .header-address{
        float: right;
    }
}


#i3_sfmc_lists_container{
    display: none!important; /* hide subscription drop down TSD-1255*/
}
/****************************

    MONITOR TEMPLATE

****************************/
#monitor-content #tw-slider-main .tw-slick-slide-caption {

}

#monitor-content #tw-slider-main .tw-slick-slide-eventname {

}

#monitor-content #tw-slider-main .tw-slick-slide-eventdate {

}

/****************************
moved from wordpress admin to here
****************************/
.tw-plugin-calendar #calendar .tw-cal-full-venue {
    color: black;
}

.tw-plugin-calendar .fc-event-title {
font-weight: normal;
}

.tw-plugin-calendar #calendar .tw-cal-full-venue { font-weight: normal;
}

.tw-widget-event .tw-event-image {
width: 100%;
margin-left: auto;
margin-right: auto;
}

#tw-slider-main .tw-slick-slide-caption{
min-width: 100%;
}