/*
/*
Theme Name: toro
Version: 1.0
*/

	* {
		-webkit-font-smoothing: antialiased;
        box-sizing: border-box;
        outline: none;
	}


@font-face {
    font-family: 'Favorit';
    src: url('fonts/Favorit-Regular.woff2') format('woff2'),
        url('fonts/Favorit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

	html, body {
		width:100%;
		margin: 0px;
		padding: 0px;
        min-height: 100vh;
	}

	
body {
	background: #d6d6d6;
	color: #292929;
	font-family: "Favorit", Helvetica, sans-serif;
}

#loading {
	background-size: 34px;
	background: #000 url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
    height: 100vh;
	z-index: 9999;
}

#home {
	width: 100%;
	position: relative;
	z-index: 1;
}

#home,
#video,
#disco,
#footer,
#preorder,
#tour {
	position: relative;
	height: auto;
	display: block;
}


#video {
	z-index: 2;
}

#disco {
    z-index: 4
}

#disco .topbar a {
    cursor: default;
}

#home,
.hero,
.hero img {
	float: none;
}

#home {
	display: flex;
	justify-content: flex-start;
}

.bar {
	text-align: center;
	font-size: 20px;
	line-height: 18px;
	font-stretch: condensed;
	text-transform: uppercase;
	height: auto;
	/* float: left; */
	display: block;
}

.hero {
	clear: both;
}

.hero.herotoro {
	margin: 0px;
	width: 100%;
	display: block;
	z-index: 10;
	background: url('../img/toro2.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.herotoro .toro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
    cursor: url(../img/down.png), auto;    
}

.hero.heroskelly {
	display: none;
	position: absolute;
	margin: 0px;
	width: 100%;
	display: block;
	z-index: 9;
}

.leftbar {
	/* position: absolute; */
	flex-shrink: 0;
	top: -0px;
	left: 0px;
	z-index: 5;
	width: 40px;
}

.rightbar {
	/* position: absolute; */
	flex-shrink: 0;
	top: 0px;
	right: 0px;
	z-index: 5;
	width: 40px;
}

.bar {
    top: -1px;
}

.bar.light {
	background: #d6d6d6;
	border-color: #292929;
}

.bar.light a {
	color: #292929;
	background: #d6d6d6;
    transition: 0.3s;
}

.bar.light a:hover {
	color: #d6d6d6;
	background: #292929;
}

.bar.dark {
	border-color: #d6d6d6;
	background: #292929;
}

.bar.dark a {
	color: #d6d6d6;
	background: #292929;
}

.bar.dark a:hover {
	color: #292929;
	background: #d6d6d6;
}

.bar .block {
	display: block;
	max-width: 40px;
	padding: 5vh 0px;
	margin: 0px;
}

.bar .block {
    opacity: 0;
}

.bar .block.borderblock {
    opacity: 1;
}

.bar .block.borderblock {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.topbar {
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #d6d6d6;
    background: #292929;    
}

.topbar .block {
    display: inline-block;
    max-height: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px 5vh;
    margin: 0px;
        font-size: 18px;
    text-transform: uppercase;
        color: #d6d6d6;
    /* border-left: 1px solid #d6d6d6; */
    border-right: 1px solid #d6d6d6; 
}

.topbar .block.borderblock {
    opacity: 1;
}



.slidemeright {
    -webkit-animation: slideright 1s ease forwards;
    animation: slideright 1s ease forwards;
}

.slidemeleft {
    -webkit-animation: slideleft 1s ease forwards;
    animation: slideleft 1s ease forwards;
}

.first {
    animation-delay: 0.5s;
}

.second {
    animation-delay: 0.8s;
}

.third {
    animation-delay: 1.1s;
}

.fourth {
    animation-delay: 1.4s;
}

.fifth {
    animation-delay: 1.7s;
}

.sixth {
    animation-delay: 1.1s;
}

.seventh {
    animation-delay: 1.4s;
}

.eighth {
    animation-delay: 1.7s;
}

.ninth {
    animation-delay: 2s;
}

.tenth {
    animation-delay: 2.3s;
}

.eleventh {
    animation-delay: 2.7s;
}

.twelfth {
    animation-delay: 3s;
}


@-webkit-keyframes slideright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }
    100% {
        opacity: 1 !important;
        -webkit-transform: translateX(0px);
    }    
}

@keyframes slideright {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }    
}

@-webkit-keyframes slideleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(20px);        
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }    
}

@keyframes slideleft {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }    
}

            
	a {
		text-decoration: none;
	}

	a:hover {

	}

	.mobile {
		display: none;
	}

.spacer {
    height: 300px;
    display: block;
    width: 100%;
    clear: both;
}

.spacer .border {
    width: 50%;
    float: left;
    height: 300px;
    display: inline-block;
}

.spacer .border.fullheight {
    border-right: 2px solid #292929;
}



.smallspacer {
    height: 100px;
    display: block;
    width: 100%;
    clear: both;
}

.smallspacer .border {
    width: 50%;
    float: left;
    height: 100px;
    display: inline-block;
}

.smallspacer .border.fullheight {
    border-right: 2px solid #292929;
}


/**** EVERSLIDER GLOBAL ****/

.everslider {
    margin: 0px !important;
}


/**** VIDEO ****/


.wdps_slideshow_image_0 {
    width: 550px !important;
}

#wdps_container1_0 {
    width: 1000px !important;
    margin-right: 0px !important;
    float: right !important;
}

/*
#video span {
    top: 60% !important;
    right: 150px !important;
    left: auto !important;
    text-align: center;
    width: 450px !important;
    background: #d6d6d6 !important;
    color: #292929 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    padding: 8px !important;
    text-transform: uppercase;
    border: 2px solid #292929 !important;
    border-top: 1px solid #292929 !important;    
    font-family: "Favorit-Regular", Helvetica, sans-serif;
}

#video span:hover {
    background: #d6d6d6 !important;
    color: #292929 !important;
}

*/

.wdps_slideshow_image_wrap_0 {
    background: transparent !important;
}
    
.nivo-lightbox-overlay {
    background: #292929;
}

a.nivo-lightbox-nav {
    color: #d6d6d6 !important;
    padding: 20px !important;
    margin-top: -10px;
}

.nivo-lightbox-close {
    width: 32px;
    height: 32px;
    padding: 10px;
    background: url(../img/lightbox-close-black.png);
    background-size: cover;
}


/**** TOUR ****/

#tour {
    display: flex;
    z-index: 3;
}

.tour-container, .footer-container {
    position: relative;
    width: 100%;
}



@media (min-width: 800px) {
    
.tour-container {
    width: calc(100% - 80px);
    margin-left: 40px;
}    

#tour:after, #tour:before {
display: block;
content: "";
height: 100%;
position: absolute;
right: 0px;
top: 0px;
width: 40px;    
background: url(../img/torotour.png) repeat-y;    
background-size: 40px;    
}

#tour:before {
    right: auto;
    left: 0px;
}
}

/**** MERCH ***/


#bundles::after, #preorder:after, #flexcanvas:after, #discography:after, #disco:after, .rowParent:after, .columnParent:after, #tour .topbar:after, .tour-container:after, .seated-55fdf2c0:after {
display: block;
content: "";
clear: both;
}

/**** FOOTER ****/


.footer-container {
    
}

#footer {
    display: block;
    width: 100%;
    text-align: center;
}


#footer .coda img {
    border: 0px;
    width: 100px;
    height: auto;
    margin: 100 auto;
    position: relative;
    display: block;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

#footer .coda {
    display: block;
    height: auto;
    border-top: 0px solid #292929;
}


#flexcanvas{
  width: 100%;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
    display: block;
}

#flexcanvas h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    vertical-align: middle;
    color: #292929;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    line-height: 100%;
    vertical-align: middle;        
}

#flexcanvas .sociallinks .flexChild {
    font-size: 18px;
    color: #292929;
    line-height: 150px;
    vertical-align: middle; 
    text-decoration: none;
    -webkit-flex: 1;
    flex: 1;
    text-transform: uppercase;
    transition: 0.3s;
    height: 150px;
    width: 100%;
    font-size: 15px;
}

#flexcanvas .sociallinks .flexChild:hover {
    background: #292929;
    color: #d9d9d9;
}

#flexcanvas .sociallinks .flexChild:hover a {
    color: #d9d9d9;
}

#flexcanvas .sociallinks a {
    color: #292929;
}

#flexcanvas img {
    padding: 0px;
    margin: 0;
    width: 100%;
    height: auto;
}

#flexcanvas .signup {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.rowParent, .columnParent{
    vertical-align: middle;
    min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
    text-align: center;
}

.columnParent{
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;    
}

.flexChild{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  justify-content: center; 
    min-height: 150px;    
}

.footerborder {
    border: 1px solid #292929;
}

.borderbottom {
    border-bottom: 2px solid #292929;
}

.rightborder {
    border-right: 2px solid #292929;
}

.contacts span {
    margin: 30px auto 0px auto;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-left: 40px;
    display: block;
}

.contacts span.break {
    margin: 0 auto 0 40px;
}

.contacts span.break.finalbreak {
    margin: 0 auto 30px 40px;
}

.contacts span a {
    color: #292929;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.contacts span a:hover {
    border-bottom: 2px solid #292929;    
}


/**** SIGNUP ****/



/* MAILCHIMP */

#signupform {
	color: #d6d6d6;
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	z-index: 4;	
}

#signupform input {
	display: inline-block;
	outline: none;
}

#signupform .email {
	background: #292929;
    border: none;
	width: 370px;
	padding: 15px 30px 15px 10px;
	font-size: 17px;
    letter-spacing: 1px;
    font-weight: normal !important;
	color: #d6d6d6;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: Favorit, sans-serif;;
}

#signupform .button {
    color: #292929;
    border: 0px;
    font-size: 17px;
    line-height: 30px;
    vertical-align: bottom;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 7px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: Favorit, sans-serif;;    
}


#signupform .button:hover {
    color: #595959;
}

form {
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d6d6d6;
    font-family: Favorit, sans-serif;  
    font-weight: normal;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d6d6d6; 
    font-family: Favorit, sans-serif;   
font-weight: normal;    
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d6d6d6;
    font-family: Favorit, sans-serif;   
font-weight: normal;    
}
:-moz-placeholder { /* Firefox 18- */
  color: #d6d6d6;
    font-family: Favorit, sans-serif;   
font-weight: normal;    
}



@media (max-width: 800px) {


#signupform {
	color: #d6d6d6;
	width: 90%;
	margin: 0 auto;
	font-weight: normal;
	z-index: 9;
	font-size: 10px;
	letter-spacing: 0px;
}

#signupform .email {
    width: 85%;
    border-radius: 0px;
    line-height: 20px;
    vertical-align: middle;
    box-sizing: border-box;
    color: #292929;
}

#signupform .button {
    opacity: 1;    
    top: 1px;
    right: 15px;  
    display: inline-block;
}
    
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d6d6d6;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d6d6d6; 
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d6d6d6;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d6d6d6;
    text-transform: uppercase;
}
    

}


/****  MEDIA QUERIES ****/ 


@media (max-width: 800px) {
	
	.desktop {
		display: none;
	}	
    
    .mobile {
        display: block;
    }

    html,body {
        overflow-x: hidden;
    }    

.leftbar {
	/* position: absolute; */
	flex-shrink: 0;
	top: -0px;
	left: 0px;
	z-index: 5;
	width: 30px;
}

.rightbar {
	/* position: absolute; */
	flex-shrink: 0;
	top: 0px;
	right: 0px;
	z-index: 5;
	width: 30px;
}

.bar {
    top: -1px;
    font-size: 16px;
    line-height: 18px;
}

.bar .block {
	display: block;
	max-width: 30px;
	padding: 3vh 0px;
	margin: 0px;
}

.bar .block {
    opacity: 0;
}

.bar .block.borderblock {
    opacity: 1;
}

.bar .block.borderblock {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

    
    .scroll-container {
        position: fixed;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 20;
    }    

.scroll-arrow {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);    
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-animation: arrow-wave 1s infinite;
  -webkit-animation-direction: alternate;    
  animation: arrow-wave 1s infinite;
  animation-direction: alternate;
}
.scroll-arrow:nth-child(1) {
  -webkit-animation-delay: 0.1s;    
  animation-delay: 0.1s;
}
.scroll-arrow:nth-child(2) {
  -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.scroll-arrow:nth-child(3) {
  -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
    

@-webkit-keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

        

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

    
 
.topbar {
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #d6d6d6;
    background: #292929;    
}

.topbar .block {
    display: table;
    max-height: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px 40px;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.topbar .block.borderblock {
    opacity: 1;
}   
  
    

#footer {
    display: block;
    width: 100%;
    border-left: 2px solid #292929;
    border-right: 2px solid #292929;
    border-bottom: 2px solid #292929;
    text-align: center;
}        
  
    
    
    #flexcanvas, #flexcanvas div {
        display: block;
        width: 100%;
        min-height: 50px;
    }   
    
    #flexcanvas .sociallinks .flexChild {
        line-height: 40px;
        border-top: 2px solid #292929;
    }    


.flexChild{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  justify-content: center; 
    min-height: 50px;    
}    
    
#flexcanvas .sociallinks .flexChild {
    font-size: 18px;
    color: #292929;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
    -webkit-flex: 1;
    flex: 1;
    text-transform: uppercase;
    transition: 0.3s;
    height: 50px;
    font-size: 20px;
    }
 
#flexcanvas .signup, #flexcanvas h1 {
    position: relative;
    display: block;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin: 25px auto;
}   
    
    #flexcanvas div {
        border-left: 0px;
        border-right: 0px;
    }    
    
    .borderbottom, .rightborder {
        border: 0px;
    }
    
    .flexChild.desktop h1 {
        display: none !important;
    }
    
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

	#home {
		background: url(../img/);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		top: 0px;
		left: 0px;
	}
}


