/*
Theme Name: 	Field Day Sydney
Theme URI: 		http://www.fieldday.sydney
Description: 	Field Day WordPress Theme
Version: 		3.0
Author: 		Natacha Beaugeais @ The Building Block
Author URI: 	http://www.buildingblock.com.au
*/


/* =================================   WordPress Core CSS Styles   ====================================== */

/*
.alignnone {margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {margin:5px 20px 20px 0;}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
*/


.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Add Bootstrap3 media query support in IE10 in Windows 8 and Windows Phone 8 */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* force vertical scrollbar on macs */
/*
::-webkit-scrollbar {    -webkit-appearance: none;    width: 7px;}
::-webkit-scrollbar-thumb {    border-radius: 4px;    background-color: rgba(0, 0, 0, .5);    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);}
body::-webkit-scrollbar {    -webkit-appearance: none;}
body::-webkit-scrollbar:vertical {    width: 11px;}
body::-webkit-scrollbar:horizontal {    height: 11px;}
body::-webkit-scrollbar-thumb {    border-radius: 8px;    border: 2px solid white;    background-color: rgba(0, 0, 0, .5);}
body::-webkit-scrollbar-track {    background-color: #fff;    border-radius: 8px;}
*/

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body, html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

input, select, textarea {
    outline: none;
}

img.size-full {
    width: 100%;
}

a, a:hover, a:focus {
    color: #000;
    cursor: pointer;
}

.wrapper {
    height: 100%;
}

body .push-top {
    width: 100%;
}

.container {
    width: 100%;
    padding: 0;
}

.container.header {
    padding-bottom: 20px;
    background: #a9e1f0 url("https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/FD-header-2023-v3.jpg") top center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 10px 13px -7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 13px -7px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 13px -7px rgba(0, 0, 0, .25);
}

.container.copyright {
    padding: 40px 0 20px 0;
    background: #000;
    /*background: #afd66f url(images/FD-footer-2023.png) top left repeat-x;
    background-position: 0 -438px;
    background-size: cover;*/
}

/*
.wrapper .page {
    background: transparent url(images/FD-footer-2023.png) top left repeat-x;
    background-position: left bottom;
    background-size: 100%;
}
*/

.container.footer-bgd-desktop {
    display:none;
}
.container.footer-bgd-mobile {
    display:block;
}
@media (min-width:998px) {
    .container.footer-bgd-desktop {
        display:block;
    }
    .container.footer-bgd-mobile {
        display:none;
    }
}

.container.footer-bgd {
    background: #fff;
}
.container.footer-bgd img {
    width: 100%;
}

body.sticky .container.header {
    padding-bottom: 20px;
}

.sticky-header .container.header {
    position: fixed;
    top: -1000px;
    left: 0;
    z-index: 99999999;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

body.sticky .sticky-header .container.header {
    top: 0;
}

body.stuck .sticky-header .container.header {
    top: -1000px;
}

.onepage-pagination {
    display: none !important;
    width: 80px;
    right: 80px;
}

.onepage-pagination li a:before {
    content: '';
    padding-left: 50px;
    height: 6px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.onepage-pagination.inverse li a:before {
    background: rgba(255, 255, 255, 0.85);
}

.onepage-pagination li a.active {
    width: 18px;
}

.onepage-pagination li a.active:before {
    width: 4px;
    height: 6px;
    background: rgba(255, 0, 0, 1);
    border: 1px solid black;
    margin-top: 0;
    left: 9px;
}

.page .container {
    min-height: 200px;
}

.container.spotify {
    padding-bottom: 70px;
    color: #00009c;
    background: #eee;
}

.container.contact {
    color: #000;
    background: #afd66f;
}

@media (min-width: 2000px) {
    .container.contact {
        min-height: 800px;
    }
}
/*
@media (max-width: 900px) {
    .container.contact {
        background: #afd66f;
    }
}
*/

.container.news {
    background-color: #fff;
}

.container.set-times {
    padding-bottom: 0;
    background-color: #f3f3f3;
}

.container.map {
    background-color: #f3f3f3;
}

.container.event-info {
    background-color: #fff;
}

.container.sponsors {
    background-color: #fff;
}

.row {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.container.sponsors .row {
    padding: 50px 0;
}

.container.contact .row, .container.news .row, .container.set-times .row, .container.map .row, .container.event-info .row, .container.gallery .row {
    padding-bottom: 60px;
}

.col-xs-12, .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.container h1 {
    margin-bottom:20px;
}

h2 {
    font-size: 26px;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 12px 0;
}

li, select, input, textarea {
    outline: none;
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#logo {
    float: left;
    width: 236px;
}


#logo a.logo {
    display:block;
    width: 197px;
    height: 74px;
    background:url("https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/FD-logo-2023.svg") center center no-repeat;
    background-size: 197px 74px;
}

@media (max-width:767px) {
    #logo a.logo {
        width: 230px;
        height: 87px;
        background-size: 230px 87px;
    }
}

#logo img {
    width: 197px;
}

.navbar-collapse.collapse {
    position: absolute;
    top: 11px;
    left: 240px;
    width: 350px;
}

.navbar {
    margin: 0 0 12px 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-header {
    float: none;
    margin: 6px 0 4px 0;
    margin: 6px 0 0 0;
}

body.sticky .city {
    margin-top: 0px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

body.sticky .content-venue_name {
    display: block;
}

.navbar-nav > li, .navbar-nav > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

.nav > li > a {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .nav > li > a {
        padding: 5px 0;
    }
}

/* hor align li items */
.nav { /*text-align: justify;*/
    min-width: 320px;
}

.nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.nav > li {
    display: inline-block;
    margin-right: 15px;
}

#navbar-main {
    max-height: 53px;
}

.nav > li > a.dropdown-toggle {
    padding-top: 4px;
}

.nav > li > a:hover {
    color: #e770aa;
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.navbar-collapse {
    display: block;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
    box-shadow: none;
}

.navbar-nav {
    float: none;
    margin: 0 !important; /* show full menu on mobile */
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #e770aa;
    background-color: transparent;
}

.caretplus {
    margin: 0;
    padding: 0 0 0 2px;
    font-size: 44px;
    line-height: 35px;
}

.dropdown-menu {
    top: 52px;
    min-width: 110px;
    padding: 10px 5px;
    margin: 2px 0 0 -10px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.city .dropdown-menu > li, .dropdown-menu > li > a {
    padding: 5px 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.city .dropdown-menu > li:hover, .dropdown-menu > li > a:hover {
    color: #e770aa;
    background-color: transparent;
}

.content-venue_name {
    margin-top: 5px;
    padding-right: 0;
    color: #fff;
}

.city {
    float: right;
    width: 50%;
    height: 46px;
    margin-top: 3px;
    margin-right: 135px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

.city.dropdown .btn-default {
    color: #000;
    background-color: transparent;
    border-color: #fff;
}

.city.dropdown .btn-default:hover, .city.dropdown .btn-default:focus {
    color: #000;
}

.city .dropdown-menu > li {
    padding: 4px 5px;
    text-align: right;
}

.city .dropdown-menu > li:hover, .city .dropdown-menu > li:focus {
    background-color: transparent;
    outline: none;
}

.city.dropdown .btn {
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    border: 0;
    margin-top: 16px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
}

.city.dropdown .dropdown-menu {
    margin-top: 0;
}

@media (max-width: 767px) {
    .city {
        position: absolute;
        top: 0;
        left: 0;
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px 0 0 0;
        background: transparent;
    }

    .city.dropdown .btn {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .city.dropdown .btn > div {
        display: inline-block;
        margin-right: 5px;
    }
}

#carousel .slides li {
    margin-right: 20px;
}

#carousel .flex-direction-nav a {
    top: 156px;
}

#carousel .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: -70px;
    margin-top: 0;
    margin-left: 0;
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/arrow-left.png) top no-repeat;
}

#carousel .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: -70px;
    margin-top: 0;
    margin-right: 0;
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/arrow-right.png) top no-repeat;
}

#carousel .flex-direction-nav .flex-prev:hover, #carousel .flex-direction-nav .flex-next:hover {
    opacity: .6 !important;
}

.readmore {
    margin: 0 0 22px 0;
}

.newsitem .readmore {
    margin: 12px 0;
    width: 110px;
    padding: 10px 0px;
    border: 2px solid #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.readmore a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

.newsitem .readmore:hover, .readmore a:hover {
    color: #999;
    text-decoration: none;
}

.newsitem .readmore:hover {
    background-color: #000;
}

.newsitem .readmore a:hover, .newsitem .readmore:hover a {
    color: #fff;
}

.news h1, .news h2 {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.news h1 {
    margin: 0 0 5px 0;
}

.news h2 {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 13px;
    color: #909090;
}

.news p {
    padding-right: 40px;
}

.news .pic {
    margin: 0 0 32px 0;
}

.subline, .headline {
    margin: 0 0 34px 0;
    padding: 0;
    /*background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/underline.gif) left bottom no-repeat;*/
}

/*
.section.contact .subline, .section.contact .headline {
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/underline_00009c.png) left bottom no-repeat;
}
*/

.subline {
    margin: 98px 0 24px 0;
}

.container.sponsors .subline {
    margin: 0 0 24px 0;
}

.page-menu {
    margin: 0;
    padding: 0;
}

.page .links .page-menu {
    margin: 40px 0 20px 0;
}

.page-menu li {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: right;
    list-style: none;
}

.page .page-menu { }
.page-menu {
    display: inline-block;
    text-align: center;
}

.page .page-menu li { }
.page-menu li {
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px 0;
    padding: 0;
}

.page .page-menu li:after { }
.page-menu li:after {
    content: " / ";
    padding: 0 10px 0 5px;
}

.page .page-menu.news-menu li:first-child:after, .page .page-menu li:last-child:after { }
.page-menu.news-menu li:first-child:after, .page-menu li:last-child:after {
    content: "";
}

.headline {
    margin: 58px 0 34px 0;
}

.page .headline {
    margin-top: 0;
}

.headline h1, .subline h1 {
    margin: 0px 0 0 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.subline h1 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}

.headline h2 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    color: #909090;
    text-transform: uppercase;
}

.section.contact .headline h1, .section.contact .headline h2, .section.contact .subline h1 {
    color: #000;
}

.headpic {
    margin-bottom: 28px;
}

.headpic img {
    width: 100%;
}

.container.event-info h1 {
    color: #000;
}
.container.event-info h2, .container.event-info h3, .container.event-info h4, .container.event-info h5, .container.event-info h6, .container.event-info p, .container.event-info a {
    color: #367cb5;
}

.container.event-info .subline, .container.event-info .headline {
    /*background-image: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/underline_w.gif);*/
}

.container.event-info .content {
    padding: 0;
}

.container.event-info .links {
    padding: 0;
}

.container.event-info .event-intro p,
.container.event-info .links p {
    padding-bottom: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.container.event-info .event-intro p {
    font-size: 18px;
    line-height: 24px;
}

.container.event-info .links a {
    text-decoration: none;
}

.container.event-info .links a.active, .container.event-info .links a:hover {
    color: #999;
}

.container.event-info .content {
    padding-right: 30px;
}


.container.event-info .links .page-menu li a,
.page-menu li a {
    color: #000;
}
.container.event-info .links .page-menu li a:hover,
.page-menu li a:hover {
    color: #999;
}


.clearfix {
    clear: both;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 476px; /*min-height: 300px;*/ /*NB TO CHECK IF NEEDED */
    margin: 0px auto;
    border: 0;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

/*.slider-border {	width:100%;	height:100%;	border:1px solid #000;}*//*body.sticky .slider-wrapper {    height: 0;    min-height: 0;    margin-bottom: 0;    border: 0;}*/
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#artist-slider.slider-container {
    background: transparent;
}

#slider {
    width: 100%;
    height: 269px;
    float: none;
    margin: 0 auto;
    border: 0;
}

#home-slider {
    margin: 20px 0;
}

@media (max-width: 767px) {
    #home-slider {
        margin: 0 0 20px 0;
    }
}

#home-slider .slides li {
    height: 269px;
    background-color: transparent;
}

#home-slider .slides li, #home-slider .slides li.vid {
    position: relative;
}

#home-slider .slides li img { /*position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);*/
    width: 100%;
    max-width: 300%;
}

#home-slider .slides li.vid iframe {
    width: 100%;
    height: 269px;
}

#home-slider.artistslider .slides > li.vid iframe {
    width: 62%;
}

.slider-caption {
    position: absolute;
    top: 50px;
    top: 0;
    left: 0;
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
}

.slider-caption > li {
    position: relative;
    width: 100%; /*height: 269px;*/
    height: 100%;
    overflow: hidden;
}

.slider-caption-title {
    padding: 0;
    margin: 20px 0 15px 0;
    width: 100%;
}

.slider-caption-title h1 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    letter-spacing: .5px;
    text-align: center;
    border-bottom: 0 solid #fff;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85);
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
}

.mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools:hover {
    opacity: .75 !important;
}

.slider-caption > li .desc {
    padding: 25px 45px 25px 45px;
    overflow: hidden;
    color: #fff;
    height: 100%;
}

.slider-caption > li .desc-wrapper { /*height:220px;*/
    height: 100%;
}

.slider-caption {
    display: none;
}

.slider-caption.active {
    display: block;
}

.slider-caption > li .desc ul {
    padding-left: 40px;
}

.slider-caption > li .desc li, .slider-caption > li .desc p, .slider-caption > li .desc h1, .slider-caption > li .desc h2, .slider-caption > li .desc h3, .slider-caption > li .desc h4, .slider-caption > li .desc h5, .slider-caption > li .desc h6 {
    color: #000;
}

.slider-caption > li p {
    padding: 0 0 10px 0;
}

.slider-caption > li .desc, .slider-caption > li p {
    font-size: 12px;
    line-height: 18px;
    font-size: 16px;
    line-height: 24px;
}

.slider-caption > li, .social li {
    float: left;
    list-style: none;
}

.slider-caption > li {
    width: 100%;
    height: 100%;
}

.slider-container .social {
    width: 100%;
    height: 32px;
    text-align: center;
}

.slider-container .social ul {
    display: inline-block;
    text-align: center;
    height: 34px;
    padding: 0;
}

.slider-container .social li {
    padding: 0px 3px;
}

.slider-container .social li img {
    width: 25px;
}



ul.artist-list {
    margin: 0 auto;
    padding: 6px 0 0 0;
    text-align: center;
}

ul.artist-list li {
    list-style: none;
    margin: 0;
    padding: 0 5px 2px 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #367cb5;
    cursor: pointer;
    display: inline-block;
}


ul.artist-list li.last-item {
    font-size: 14px;
    line-height: 14px;
    letter-spacing:0;
}

@media (max-width: 767px) {

    ul.artist-list li {
        padding: 0 10px;
        font-size: 22px;
        line-height: 22px;
    }

    ul.artist-list li.last-item {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    ul.artist-list li {
        padding: 0 10px 10px 10px;
    }
}

ul.artist-list li.subtitle,
ul.artist-list li.starring {
    display:block;
    clear:both;
    float:none !important;
    width:100% !important;
    margin: 0;
    padding: 10px 10px 6px 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    text-transform:uppercase;
    cursor: default !important;
}

@media (max-width:767px) {
    ul.artist-list li.subtitle,
    ul.artist-list li.starring {
        padding: 20px 10px 10px 10px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width:600px) {
    ul.artist-list li.subtitle:first-child,
    ul.artist-list li.starring:first-child {
        padding-top: 0;
    }
}

ul.artist-list li.subtitle:hover, ul.artist-list li.subtitle:focus,
ul.artist-list li.starringv:hover, ul.artist-list li.starring:focus {
    color: #000 !important;
}

ul.artist-list li.active {
    color: #e770aa;
}

ul.artist-list li:hover {
    color: #e770aa;
}

ul.artist-list li.no-link {
    cursor: default !important;
}

ul.artist-list li.no-link:hover, ul.artist-list li.no-link:focus {
    color: #367cb5 !important;
}

.artist-list-desktop {
    padding-top: 0;
}

/* hide highlights when stickynav is active */
body.sticky ul.artist-list li.active {
    color: #367cb5;
}

body.sticky ul.artist-list li.active:hover {
    color: #e770aa;
}

.social-icons {
    width: 130px;
    height: 30px;
}

.header .social-icons {
    position: absolute;
    top: 24px;
    left: 50%;
    margin: 0 0 0 270px;
    padding: 0;
}

@media (max-width: 767px) {
    .header .social-icons {
        display: none;
    }
}

body .loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/loadingcity_2022.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all 0.50s ease-in;
    -moz-transition: all 0.50s ease-in;
    -ms-transition: all 0.50s ease-in;
    -o-transition: all 0.50s ease-in;
    transition: all 0.50s ease-in;
}

body.loaded .loading {
    display: none;
}

body .loading.inactive {
    display: none;
}

body .loading.active {
    display: block;
}

.social-icons ul {
    padding: 0;
}

.copyright .social-icons {
    margin: 20px auto;
}

.social-icons li {
    float: left;
    width: 25px;
    margin-right: 5px;
    margin-top: 4px;
    list-style: none;
}

.social-icons li.facebook {
    margin-right: 3px;
}

.social-icons li.twitter {
    margin-right: 8px;
}

.container.copyright .social-icons li.twitter {
    margin-right: 5px;
}

.social-icons li img {
    width: 25px;
}

.copyright .social-icons li:after {
    content: "";
}

.social-icons li:hover {
    /*opacity: .8;*/
    background-color: transparent;
}

.fckNYE {
    display: none;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -580px;
    opacity: 1;
    z-index: 10;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

body.loaded .fckNYE {
    display: none;
}

.container.contact h1, .container.contact h2, .container.contact h3, .container.contact h4, .container.contact h5, .container.contact h6, .container.contact a {
    color: #000;
}

.container.contact .newsletter-nav, .container.contact p a, .contact-detail li a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.container.contact .newsletter-nav:hover, .container.contact .newsletter-nav:focus, .container.contact p a:hover, .container.contact p a:focus, .contact-detail li a:hover, .contact-detail li a:focus {
    color: #000;
}

.container.contact p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.contact-detail {
    margin: 0 0 30px 0;
    padding: 0;
}

.contact-detail li {
    list-style: none;
    height: 21px;
    margin: 30px 0 0 0;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 16px;
}

.contact-detail li.email {
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/icon-email_00009c.png) no-repeat;
}

.contact-detail li.phone {
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/icon-phone.gif) no-repeat;
}

.copyright {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
}

.copyright .logo {
    float: left;
    padding-left: 0 !important;
}

.copyright div.date {
    float: left;
    padding: 7px 12px 7px 0;
    color:#fff;
}

.copyright ul {
    float: left; /*height:26px;*/
}

.copyright li {
    float: left;
    list-style: none;
    padding-top: 7px;
    padding-left: 5px;
    color:#fff;
}

.copyright li:after {
    content: " / ";
}

.copyright li:last-child:after {
    content: "";
}

.copyright a {
    color: #fff;
}

.popup {
    display: none;
}

.fancybox-skin {
    background-color: #ff2b98;
    background-color: #e770aa;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.fancybox-title {
    padding: 12px 0 0 0;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-prev span, .fancybox-next span {
    width: 37px;
    height: 60px;
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/arrows.png) top no-repeat;
}

.fancybox-prev span {
    background-position: top;
}

.fancybox-next span {
    background-position: bottom;
}

.fancybox-close {
    top: 10px;
    right: 10px;
}

#loader, #city-selection, #newsletter, #mobileapp {
    width: 100%;
    max-width: 606px;
    margin: 40px 0 20px 0;
    overflow: auto;
    text-align: center;
    text-transform: uppercase;
}

#city-selection {
    width: 526px;
}

#loader .headline, #newsletter .headline, #mobileapp .headline, #city-selection .headline {
    width: 100%;
    margin: 0 0 54px 0;
    padding: 0 0 26px 0;
    /*background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/underline.gif) center bottom no-repeat;*/
}

/*
#newsletter .headline {
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/underline_w.gif) center bottom no-repeat;
}
*/

#newsletter .headline h1 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

#loader .headline h1, #mobileapp .headline h1, #city-selection .headline h1 {
    font-size: 40px;
    line-height: 40px;
}

#city-selection {
    padding: 20px 0 25px 0;
}

#city-selection .city-list {
    margin: 0;
    padding: 0 20px;
}

#city-selection .city-list li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 10px 20px 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

#city-selection .city-list li:hover {
    color: #000;
}

#loader, #mobileapp, #newsletter {
    padding: 0 20px;
}

#newsletter .btnSubmit, #newsletter input {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
}

#newsletter .btnSubmit:focus, #newsletter input:focus {
    border-color: #000;
}

#newsletter .btnSubmit {
    clear: both;
    margin-top: 10px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#newsletter .btnSubmit:hover {
    color: #000;
    border: 2px solid #000;
}

.fieldState,
#fieldState {
    width: 100%;
    height: 34px;
    border-color: #fff;
}

.formError.inline {
    opacity: 1 !important;
}

.formErrorContent {
    text-align: left;
    margin-top: -10px;
    margin-bottom: 10px;
    text-transform: none;
}

#console-sub-message {
    margin-bottom: 20px;
    text-transform: none;
}

.page {
    display: none;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}

.page {
    opacity: 0;
}

.page.fadeIn {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}

.page.active {
    display: block;
    padding-top: 120px;
    min-height: 300px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .page.active {
        padding-top: 40px;
    }
}

.logos ul {
    margin: 0;
    padding: 0;
}

.logos li {
    float: left;
    list-style: none;
    height: 40px;
    margin: 0 10px 5px 0;
    padding: 0;
}

.logos li img {
    height: 100%;
}

.gallery-items {
    margin: 0;
    padding: 0;
}

.gallery-items .gallery-item {
    width: 100px;
    height: 100px;
    margin: 0 0 10px 0px;
    padding: 0;
    border: 0px solid #fff;
}

.gallery-items .gallery-item:hover {
    border: 1px solid #000;
}

.gallery-items img {
    border: 0px solid #cfcfcf;
}

.gallery-items .gallery-caption {
    margin-left: 0;
}

#carouselgallery .flex-direction-nav a {
    top: 50%;
}

#carouselgallery .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: -70px;
    margin-top: -32px;
    margin-left: 0;
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/arrow-left.png) top no-repeat;
}

#carouselgallery .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: -70px;
    margin-top: -32px;
    margin-right: 0;
    background: url(https://d3deaisx78xqby.cloudfront.net/wp-content/themes/fieldday/images/arrow-right.png) top no-repeat;
}

#carouselgallery .flex-direction-nav .flex-prev:hover, #carouselgallery .flex-direction-nav .flex-next:hover {
    opacity: .6 !important;
}

.mobileapp-icons {
    width: 100%;
    margin: 20px auto;
}

.mobileapp-icons div {
    float: left;
    width: 40%;
    margin: 0;
    margin-left: 5%;
    margin-right: 5%;
}

.mobileapp-icons img {
    width: 100%;
}

/* available Columns */
.col-2 {
    width: 50%
}

.col-3 {
    width: 33.333%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.666%
}

.col-7 {
    width: 14.285%
}

.col-8 {
    width: 12.5%
}

.col-9 {
    width: 11.111%
}

.hide {
    display: none;
}

/* LOADERS */
.spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -15px 0 0 -25px;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.spinner.active {
    display: block;
}

.spinner > div {
    background-color: #000;
    height: 100%;
    width: 6px;
    margin-right: 1px;
    margin-left: 1px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li {
        float: none;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse {
        display: block;
        height: auto !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        box-shadow: none;
        width: 110px;
        min-width: 110px;
        padding: 5px 0;
        margin: 2px 0 0 -10px;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ff2b98;
        background-color: #e770aa;
        border: 1px solid #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > a {
        padding: 4px 0;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ff2b98;
        color: #e770aa;
    }
}

@media (max-width: 1169px) {
    .copyright .social-icons {
        display: block;
    }
}

@media (max-width: 991px) {
    #carousel .flex-direction-nav .flex-prev {
        left: inherit;
        top: -120px;
        right: 60px;
    }

    #carousel .flex-direction-nav .flex-next {
        top: -119px;
        right: 0px;
    }

    #carouselgallery .flex-direction-nav a {
        top: 0;
    }

    #carouselgallery .flex-direction-nav .flex-prev {
        left: inherit;
        top: -150px;
        right: 60px;
        margin-top: 0;
        margin-left: 0;
    }

    #carouselgallery .flex-direction-nav .flex-next {
        top: -149px;
        right: 0px;
        margin-top: 0;
        margin-right: 0;
    }
}

#slider {
    float: none;
    height: 100%;
}

.slider-wrapper {
    width: 100%;
    min-height: 50px;
}

#home-slider .slides li.vid iframe, #home-slider .slides li {
    height: 100%;
}

.artists-wrapper {
    padding-bottom: 0px;
}

/* end full width slider: */
@media (max-width: 767px) {
    .sticky-header .header .artist-nav {
        display: none !important;
    }

    .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .newsitem {
        margin-bottom: 40px;
    }

    .container.sponsors .row {
        padding: 50px 20px 40px 20px;
    }

    .navbar-nav .open .dropdown-menu {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .fancybox-inner .headline h1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container.contact .row, .container.news .row, .container.set-times .row, .container.map .row, .container.event-info .row, .container.gallery .row {
        padding-bottom: 50px;
    }

    body .push-top {
        margin-top: 0px;
    }

    .container.header {
        position: inherit;
        z-index: 100;
        padding-bottom: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    body.sticky .container.header {
        padding-bottom: 0;
    }

    .page.active, .sticky .page.active {
        margin-top: 40px;
    }

    body.sticky .header .social-icons {
        top: 35px;
    }

    body.sticky .slider-wrapper { /*height:270px;        margin-bottom:24px;        border:1px solid #000;*/
    }

    .sticky .artists-wrapper { /*display:block;*/
    }

    .nav:after {
        display: none;
    }

    .nav > li {
        display: block;
    }

    .navbar-collapse {
        height: 0 !important;
        overflow: hidden;
    }

    .navbar-collapse.collapse.in {
        height: auto !important;
        position: static;
        top: inherit;
        left: inherit;
        width: 100%;
    }

    /*    .artist-list-mobile {        padding: 10px 0 0px 0;    }*/
    .navbar-collapse #navbar-main > li {
        margin-bottom: 5px;
    }

    .navbar-toggle {
        float: right;
        padding: 9px 5px;
        margin: 25px 5px 5px 5px;
        border: 0;
        border-radius: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #000;
        width: 32px;
        height: 4px;
        border-radius: 0;
    }

    #logo {
        float: none;
        margin: 35px auto 0 auto;
    }

    #logo img {
        width: 100%;
    }

    .visible-xs .navbar-nav > li {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .visible-xs .navbar-nav > li.artist-nav {
        float: none;
        width: 100%;
        margin-bottom: 0px;
        text-align: left;
        display: none;
    }

    .visible-xs .navbar-nav > li.artist-nav.active {
        display: block;
    }

    .visible-xs .artist-nav {
        overflow: hidden;
        margin-bottom: 0;
    }

    .visible-xs .artist-nav.collapse {
        height: 0 !important;
        overflow: hidden;
    }

    .visible-xs .artist-nav.collapse.in {
        height: auto !important;
    }

    .navbar-nav {
        float: none; /*margin: 10px 0 0 0 !important;*/
    }

    #navbar-main {
        max-height: inherit !important;
    }

    #navbar-main.nav > li {
        width: 100%;
        text-align: center;
    }

    .navbar {
        margin-bottom: 10px;
    }

    body.sticky .navbar {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    #mobileapp .headline {
        margin-bottom: 20px;
    }

    .mobileapp-icons div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .slider-caption {
        float: none;
        width: 100%;
    }

    #slider.artistslider {
        width: 100%;
    }

    #city-selection {
        width: 100%;
        padding: 5px 20px 10px 20px;
    }

    #city-selection .city-list {
        margin: 0;
        padding: 0;
    }

    #city-selection .city-list li {
        float: none;
        width: 100%;
        text-align: center;
    }

    #carouselgallery .flex-direction-nav .flex-prev, #carouselgallery .flex-direction-nav .flex-next {
        top: -130px;
    }

    #carouselgallery .flex-direction-nav .flex-prev, #carousel .flex-direction-nav .flex-prev {
        right: 40px;
    }

    .artist-list-mobile {
        padding: 10px 0 0 0;
    }

    .artist-list-mobile ul.artist-list li {
        float: none;
        width: 100%;
    }

    ul.artist-list li {
        display: block;
    }
}

@media (max-width: 480px) {
    .slider-wrapper {
        width: 100%;
    }

    .visible-xs .navbar-nav > li {
        float: none;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .visible-xs .navbar-nav > li:first-child {
        float: none;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .visible-xs .navbar-nav > li > a {
        margin-left: 0;
        margin-bottom: 0;
    }

    .nav {
        min-width: 1px;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container.contact .row, .container.news .row, .container.set-times .row, .container.map .row, .container.event-info .row, .container.gallery .row {
        padding-bottom: 50px;
    }

    .navbar-collapse {
        margin-top: -4px;
    }

    ul.artist-list {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    #logo {
        margin-bottom: 5px;
    }

    .nav > li > a {
        font-size: 25px;
        line-height: 25px;
        padding: 2px 0;
    }

    .navbar {
        margin: 0 auto;
    }

    .nav {
        min-width: 1px;
        text-align: center;
    }

    .nav > li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        margin: 0 0 10px 0 !important;
    }

    .nav > li > a.dropdown-toggle {
        padding-top: 0;
        margin-top: -8px;
    }

    ul.artist-list li {
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > a {
        padding: 8px 0;
        font-size: 16px;
        line-height: 16px;
    }

    .copyright div.date {
        padding-left: 5px;
    }

    .copyright ul {
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-top: 20px;
    }

    .copyright li {
        float: none;
        text-align: left;
    }

    .copyright li:after {
        content: "";
    }

    .social-icons {
        width: 100%;
    }

    .social-icons li {
        float: left;
    }
}

ul li.hidden-all {
    display:none!important;
}
ul li.hidden-tik-link {
    float:right;
    min-width:0;
    margin-right:60px;
}

#navbar-main.hidden-all .content-ticket_url {
    display:none!important;
}

.content-map_image img,
.content-set_times_image img {
    width:100%!important;
}

.c-hamburger {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    z-index: 100;
}

@media (max-width: 420px) {
    .c-hamburger {
        top: 42px;
    }
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: #000;
}

.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
    bottom: -10px;
}

/** * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide * down to center and transform into an "x". */
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
}

.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active { /*background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    font-family: "Oswald" !important;
}