/* Import other css files */
@import url(clearfix.css);

/* Import necessary fonts from google-fonts */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

body { margin:0; padding:0; font-family:'Ubuntu', sans-serif; font-size:16px; font-weight:400; }

a,img { border:0; }
a { text-decoration: none; }

.left { float:left; }
.right { float:right; }
.bold { font-weight:bold; }

.active { color: #b5a57e !important; font-weight: bold; }

.brown { background-color: #f4a20d; }
.cream { background-color: #f4a20d; }
.cream-light { background-color: #f8f5f0; }
.black { background-color: rgba(0,0,0,0.5); color: #FFF; }
.brown-light { background-color: #e6e3da; }

.error { font-size:14px; color:#cc0000 !important;}
.success { font-size:14px; color:#08a600; }

.errorMessage { font-size:14px; color:#cc0000; background-color: #ffbaba;text-align: center;padding: 10px 0;}
.successMessage { font-size:14px; color:#08a600; background-color: #c9ffba; text-align: center;padding: 10px 0;}

.center { text-align: center; }

img { max-width: 100%; }

.innerContent {
    display:block;
    width: 100%;
    max-width: 1180px;
    margin:0 auto;
    position:relative;
}

.innerContent2 {
    display:block;
    width: 100%;
    max-width: 1500px;
    margin:0 auto;
    position:relative;
}

.col-50 { width: 50%; }

.center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

/* HOME PAGE
*************/

#header { position: relative; height: 80px; background-color: rgba(255,255,255,0.5); }

#header h1 {
    float: left;
    margin: 0;
    padding: 0.3125em 1em;
}

#header nav ul {
    padding: 0 1.5em 0 0;
    list-style: none;
}

#header nav ul li {
    display: inline-block;
    padding: 0 2em;
}

ul li.social-icon {
    display: inline-block;
    padding: 0 0.5em !important;
}

#header nav ul li a {
    color: #000;
}

/************
- Hero Image
************/

#hero-bg {
    margin-top: -80px;
    height: 100vh;
    background: url(../images/header_bg2.png) no-repeat center center;
    background-size: cover;
}

#hero-bg #hero-cta {
    position: absolute;
    top: 50%;
    width: 580px;
    transform: translate(15%,-45%);
    -webkit-transform: translate(15%,-45%);
    -ms-transform: translate(15%,-45%);
    -o-transform: translate(15%,-45%);
    -moz-transform: translate(15%,-45%);
    
    background: rgba(205,1,19, 0.8);
    padding: 1em;
}

#hero-bg #hero-cta h2 {
    font-size: 2em;
    font-weight: 500;
    color: #FFF;
    padding-left: 1em;
}

#hero-bg #hero-cta a#album {
    display: inline-block;
    color: #f4a20d;
    text-align: center;
    border: 3px solid #f4a20d;
    width: 290px;
    margin-left: 2em;
    padding: 1em 0;
}

#btnnewsletter {
    display:inline-block;
    color:#f4a20d;
    text-align: center;
    border:3px solid #f4a20d;
    padding:1em;
    margin:2em;
}

#hero-bg #featured-block {
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1em 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background: rgba(181,165,126, 0.75);
}

#hero-bg #featured-block a { color: #FFF; }



#players-album {
    margin-top:75px;
    text-align:center;
    margin-bottom:0;
}

#newsletterbox {
    padding:25px 0;
    text-align:center;
}

#newsletterbox input {
    padding:5px 10px;
    margin:0 auto;
    width:200px;
}

#newsletterbox #btnSubmit {
    width:100px;
}

/****************
- Featured Video
****************/

#video-feat {
    height: 75vh;
}

#video-feat iframe {
    height: 100%;
}

/********
- Shows
********/

#about, #shows, #contact {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#shows {
    min-height: 100vh;
    height: auto;
}

#shows .left {
    background: url(../images/labess_2021_1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    height: auto;
}

#shows .right {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

#shows .right h2 {
    text-transform: uppercase;
    font-size: 2.35em;
    margin: 0;
}

#shows .right p {
    font-size: 1.5em;
    font-weight: bold;
}

#shows table tr.details-row td, #shows table tr.details-row td p {
    font-size: 1em !important;
}

table.shows-table {
    margin: 0 auto;
    background: #FFF;
}

table.shows-table tr th, table.shows-table tr td {
    text-align: left;
    padding: 0.5em;
}

table.shows-table tr th {
    text-transform: uppercase;
}

table.shows-table tr td {
    font-size: 1.2em;
    font-weight: 300;
}

table.shows-table tr td a {
    display: block;
    color: #000;
    font-size: 0.75em;
    text-align: center;
    text-transform: lowercase;
    text-decoration: underline;
}

#shows .right div.center {
    margin: 2em 0 0;
}

#shows .right div.center a, a#past-shows {
    display: inline-block;
    color: #fff;
    background: #cd0113;
    text-align: center;
    width: 290px;
    padding: 1em 0;
}

a#past-shows { margin-top: 2em; }

@media screen and (max-width: 1130px){
    #shows .left { display: none;}
    #shows .right { width: 100%; }
}

/********
- About
********/

#about { min-height: 75vh; height: auto; }

#about .right {
    background: url(../images/labess_2021_2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 75vh;
    height: auto;
}

#about .left, #contact .left {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

#about p {
    position: absolute;
    top: 50%;
    width: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    padding: 0 10%;
    text-align: center;
    font-weight: 300;
    line-height: 26px;
}

/*************
- Video List
*************/

#video-list {
    padding: 5em 0;
}

#video-list ul {
    padding: 0;
    text-align: center;
}

#video-list ul li {
    float: left;
    list-style: none;
    width: calc(25% - 2em);
    margin: 1em;
    margin-top:0;
}

/**********
- Contact
**********/

#contact {
    background: url(../images/footer_bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 70vh;
}

/*
#contact ul {
    list-style: none;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
*/

#contact ul {
    padding: 0;
    margin: 20% 0;
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    list-style: none;
}

#contact ul li {
    font-weight: 300;
    margin: 1.25em 0;
}

#contact ul li a { color: #FFF; }

/* SHOWS PAGE
**************/

#spectacles .innerContent,#past-shows .innerContent { padding: 2em 0; }

#spectacles h2, #past-shows h2 {
    text-transform: uppercase;
    font-size: 2.35em;
    margin: 0;
}

#spectacles p, #past-shows p {
    font-size: 1.5em;
    font-weight: bold;
}

#spectacles table.shows-table tr td, #past-shows table.shows-table tr td { border-bottom: 1px dotted #000; }

#spectacles table.shows-table tr td span, #past-shows table.shows-table tr td span { 
    padding: 0.3125em 0;
    font-size: 0.85em;
    font-style: italic;
}

table.shows-table tr.details-row td {
    display: none;
    text-align: center;
}

table.shows-table tr.details-row td p {
    font-size: 0.75em !important;
    font-weight: 300 !important;
    width: 85%;
    margin: 1em auto;
}

table.shows-table tr.details-row td a.close-btn {
    display: inline-block;
    margin: 0.5em;
    border: 1px solid black;
    padding: 0.5em 1em;
    text-decoration: none;
}

/**********
- Boutique
**********/

#boutique .cream-light { padding: 3em 0; }

/********
- Footer
********/

#footer {
    text-align: center;
    padding-bottom: 5em;
}

#footer img#footer-logo {
    display: block;
    margin: 2em auto 0;
}

#footer ul {
    padding: 2em 0;
}

#footer ul li a {
    color: #000;
}

#footer #badge {
    color: #000;
    font-size: 0.875em;
    font-weight: 300;
}
