/*

_Headline font: Oswald (Google font)

_Body font: Avenir or similar (Lato)

_Highlight color: #33265b

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: transparent;
    color: #000000;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
	width: 100%;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------- */

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

.box {
    padding: 1%;
}


/* ----- HEADINGS ----- */
h1,
h2,
h3,
h4 {
	font-family: 'Oswald', 'Arial', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}


.fw-400 {
	font-weight: 400;
}

.fw-300 {
	font-weight: 300;
}

.fw-300 {
	font-weight: 200;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000000;
    font-size: 290%;	
	font-weight: 400;
    word-spacing: 4px;
    letter-spacing: 2px;
}

h2 {
    font-size: 160%;
    word-spacing: 2px;
	color: #000000;	
	font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    word-spacing: 2px;
	color: #000000;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}


h4 {
    font-size: 90%;
    word-spacing: 2px;
	color: #000000;
	font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/*
h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
*/

/* ----- PARAGRAPHS ----- */
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
	text-align: center;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}


/* ----- ICONS ----- */
.icon-big {
    font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

/* ----- LINKS ----- */

a:link,
a:visited {
    color: #33265b;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #33265b;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #000;
    border-bottom: 1px solid transparent;
}

/* ----- BUTTONS ----- */
.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #cf6d17;
}

.btn-full:hover,
.btn-full:active {
    border: 1px solid #cf6d17;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #cf6d17;
    color: #fff;
}

/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

.header-home {
/*
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/Electrify_the_World_home-header_3.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/Electrify_the_World_home-header_3.jpg);	

 	height: 100vh;  			
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: top;
	background-repeat: no-repeat;		  
	z-index: 1;
*/
	background-color: transparent;  
	position: absolute;
	z-index: 0;
	width: 100%;
}

.img-container-home {
  min-height: 650px;
  background-image: url(img/Electrify_the_World_home-header_8-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
}

.figure-thumbnail {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: feature-bg-anim .6s ease-in-out;
    animation: feature-bg-anim .6s ease-in-out;
	margin: 0;
	display: block;
}

.hero-text-wrapper {
	padding: 150px 0 350px;	
    overflow: hidden;        
}

.hero-text-wrapper-tickets {
    padding: 180px 0 200px;
    overflow: hidden;
}

/* givepower video */
.index-video-wrapper {
	height: 100%;
    width: 100%;
    background: transparent no-repeat center center;
    background-size: cover;
	z-index: -1;
}

.index-video {
	height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background: transparent no-repeat center center;
    background-size: cover;
	background-position: center 50%;
    overflow: hidden;
	z-index: -1;
}

.banner-wrapper {
	padding: 350px 0 300px;
	position: relative;
    overflow: hidden;
    min-height: 320px;
    width: 100%;
	min-height: 0;
	z-index: -1;
}

.banner-wrapper-tickets {
	padding: 200px 0 300px;
	position: relative;
    overflow: hidden;
    min-height: 320px;
    width: 100%;
	min-height: 0;
	z-index: -1;
}

.banner-wrapper-givepower {
	padding: 200px 0 300px;
	position: relative;
    overflow: hidden;
    min-height: 320px;
    width: 100%;
	min-height: 0;
	z-index: -1;
	display: none;
}

.color-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 99;
}

.header-givepower {
/*
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/img/give-power-header-min.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(img/give-power-header-min.png);	
 	height: 100vh;  			
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: top;
	background-repeat: no-repeat;		  
	z-index: 1;
*/
	
	background-color: transparent;  
	position: absolute;
	z-index: 2;
	width: 100%;

}

.img-container-givepower {
  min-height: 650px;
  background-image: url(img/givepower_7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
}

.img-container-accommodations {
  min-height: 650px;
  background-image: url(img/accommodations-header-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
}

.header-accommodations {
/*
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/img/accommodations-header-min.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(img/accommodations-header-min.jpg);	
 	height: 100vh;  			
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: top;
	background-repeat: no-repeat;		  
	z-index: 1;
*/
	
	background-color: transparent;  
	position: absolute;
	z-index: 0;
	width: 100%;

}

.img-container-tickets {
  min-height: 650px;
  background-image: url(img/Electrify_the_World_home-header_8-min.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
}

.header-tickets {
/*
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/img/tickets-header-min.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(img/tickets-header-min.png);	
 	height: 100vh;  			
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: top;
	background-repeat: no-repeat;		  
	z-index: 1;
*/
	
	background-color: transparent;  
	position: absolute;
	z-index: 0;
	width: 100%;

}

.hero-text-box-tickets {
    position: absolute;
    width: 650px;	
	text-align: center;
	font-weight: 400;
    top: 50%;
    left: 50%;
	z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #ffffff !important;
}

.hero-text-box-top-tickets {
    position: absolute;
    width: 520px;	
	font-weight: 400;
    top: 40%;
    left: 50%;

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

.hero-text-box-bottom-1-tickets {
    position: absolute;
    width: 620px;		
    top: 67%;
    left: 50%;

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

.hero-text-box-bottom-2-tickets {
    position: absolute;
    width: 520px;		
    top: 67%;
    left: 50%;

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

.hero-text-box-bottom-date-tickets h2 {
	font-weight: 400 !important;
}

.hero-text-box-bottom-date-tickets {
    position: absolute;
    width: 520px;		
    top: 73%;
    left: 50%;
	
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
}

.hero-text-box-bottom-3-tickets {
    position: absolute;
    width: 520px;		
    top: 85%;
    left: 50%;

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

.hero-text-box {
    position: absolute;
    width: 650px;	
	text-align: center;
	font-weight: 400;
    top: 50%;
    left: 50%;
	z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #ffffff !important;
}

.hero-text-box-top {
    position: absolute;
    width: 520px;	
	font-weight: 400;
    top: 42%;
    left: 50%;

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

.hero-text-box-bottom-1 {
    position: absolute;
    width: 620px;		
    top: 65%;
    left: 50%;

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

.hero-text-box-bottom-2 {
    position: absolute;
    width: 520px;		
    top: 65%;
    left: 50%;

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

.hero-text-box-bottom-date h2 {
	font-weight: 400 !important;
}

.hero-text-box-bottom-date {
    position: absolute;
    width: 520px;		
    top: 71%;
    left: 50%;
	
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
}

.hero-text-box-bottom-3 {
    position: absolute;
    width: 520px;		
    top: 79%;
    left: 50%;

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

.hero-text-box-buy-tickets-now {
	position: absolute;
    width: 400px;		
    top: 87%;
    left: 50%;

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

.hero-text-box-buy-tickets-now h2 {
	font-weight: 400 !important;
	
	transition: all 0.5s ease;
	background: rgba(255,255,255, 0.5);
	padding: 5px 12px;
}

.hero-text-box-buy-tickets-now a:link,
.hero-text-box-buy-tickets-now a:visited {	
	color: #fff;	
}

.hero-text-box-buy-tickets-now a:link,
.hero-text-box-buy-tickets-now a:visited {	
    padding: 8px 0;    	
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;		
}

.hero-text-box-buy-tickets-now a:hover,
.hero-text-box-buy-tickets-now a:active {
    border-bottom: 2px solid #af95ff;
}

/*
.main-nav .last-link {
	transition: all 0.5s ease;
	background: rgba(255,255,255, 0.5);
	padding: 5px 12px;
    
}

.main-nav .last-link:hover {
	background: rgba(180, 180, 180, 0.53);	
    
}
*/

.logo {
	height: 70px;
    width: auto;
    float: left;
    margin-top: 50px;        
}

.logo-black { 
    height: 70px;
    width: auto;
    float: left;
    margin-top: 50px;          
}

.logo {	    
	font-family: 'Oswald', 'Arial', sans-serif;
    color: #fff;
    font-size: 150%;
	font-weight: 300;
    word-spacing: 4px;
    letter-spacing: 1px;		
	text-transform: uppercase;
}

.logo-black {	    
	font-family: 'Oswald', 'Arial', sans-serif;
    color: #000;
    font-size: 150%;
	font-weight: 300;
    word-spacing: 4px;
    letter-spacing: 1px;		
	text-transform: uppercase;
}

/* Main navi */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
	margin-right: 40px;
	font-family: 'Oswald', 'Arial', sans-serif;
	font-size: 100%;
	font-weight: 400;	
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li:first-child {    
    margin-left: 0px;
}

.main-nav-white li a:link,
.main-nav-white li a:visited {	
	color: #fff;	
}

.main-nav li a:link,
.main-nav li a:visited {	
    padding: 8px 0;    	
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #af95ff;
}

.main-nav .last-link {
	transition: all 0.5s ease;
	background: rgba(255,255,255, 0.5);
	padding: 5px 12px;
    
}

.main-nav .last-link:hover {
	background: rgba(180, 180, 180, 0.53);	
    
}

.main-nav .last-link-white {
	transition: all 0.5s ease;
	background: rgba(0,0,0, 0.3);
	padding: 5px 12px;
    
}

.main-nav .last-link-white:hover {
	background: rgba(180, 180, 180, 0.53);	
    
}


/* Mobile navi */
.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}

.mobile-nav-icon-dark {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon-dark i {
    font-size: 200%;
    color: #000;
}


/* Sticky navi */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav { margin-top: 18px; }

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
}

.sticky .logo { display: none; }
.sticky .logo-black { display: block; }


/* ----------------------------------------------- */
/* SECTION ONE */
/* ----------------------------------------------- */

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
	margin-top: 40px
}

.image-feature {	
    margin-bottom: 5px;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin: 40px 20px 20px 20px;
	text-align: center;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: 5%;
    left: -2%;
}

blockquote:after {
    content: "\201D";
    font-size: 500%;
    display: block;
    position: absolute;
    top: 70%;
    left: 98%;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
}


/* ----------------------------------------------- */
/* SECTION TWO */
/* ----------------------------------------------- */

.section-two {
	text-align: center;
}
.section-two .box img {
    width: 60%;
    height: auto;
     margin-bottom: 15px;
	margin-top: 30px
}

.section-two h3 {
	font-weight: 400;
}

.section-two p {
	margin-bottom: 20px;
}

.section-two .long-copy {
	text-align: left;
}

.location {
	font-weight: 500;
}

/* ----------------------------------------------- */
/* SECTION THREE */
/* ----------------------------------------------- */

.section-three .title {
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 200%;
}

.section-three h2 {
	font-weight: 400;	
}

.section-three h3 {
	font-weight: 400;
	margin-bottom: 0;
}

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.schedule-feature {
    margin-bottom: 5px;
}

.highlight {
	font-weight: 400;
}

.schedule-description-1 {
	display: none;
}

/* ----------------------------------------------- */
/* SECTION THREE */
/* ----------------------------------------------- */

.section-four .title {
	margin-top: 40px;
	font-size: 200%;
}

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
	margin-top: 0;
}

.section-four .long-copy {
	margin-bottom: 30px;
}

.attire-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.attire-photo img {
    opacity: 0.85;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.attire-photo img:hover {
    opacity: 1;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/* ----------------------------------------------- */
/* SECTION TICKETS */
/* ----------------------------------------------- */

.section-tickets {
	margin-top: -50px;	
}

.header-tickets .last-link-white {
	display: none;
}

/* ----------------------------------------------- */
/* SECTION ACCOMMODATIONS */
/* ----------------------------------------------- */

.section-accommodations h2 {
	text-align: left;
}
.section-accommodations .short-copy {
	line-height: 145%;
    width: 100%;
    margin-left: 0;
	text-align: left;
}

.section-accommodations img {
	width: 50%;
}

.section-accommodations ul {
	margin-top: 20px;
	font-weight: 500;
	line-height: 155%;
}

.section-accommodations li {
	list-style: none;
}

.section-accommodations li a:link,
.section-accommodations li a:visited {
    text-decoration: none;
    border: 0;
    color: #000000;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.section-accommodations li a:link,
.section-accommodations li a:visited {
    font-size: 100%;
}

.section-accommodations li a:hover {
	color: #4a3783;
	font-size: 105%;
}

.address {
	font-weight: 400;
	margin-top: 20px;	
}
.address a {
	text-decoration: none;
}


/* ----------------------------------------------- */
/* SECTION SOCIAL */
/* ----------------------------------------------- */
.section-social {
	background-color: #333333;
	padding: 20px 0;
	text-align: center;
}

.social-links {
    list-style: none; 
}

.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 120%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram,
.ion-social-pinterest,
.ion-social-youtube {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #bc2a8d;
}

.ion-social-pinterest:hover {
    color: #CC2027;
}

.ion-social-youtube:hover {
    color: #CD201F;
}

/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */

footer {
    background-color: #1f1f1f;
    padding: 50px;
    font-size: 60%;
}

.footer-nav {
    list-style: none;
    float: left;
}

footer p {	
    color: #636363;
	font-weight: 400;
    text-align: center;
    margin-top: 20px;
	letter-spacing: 1px;
}

footer a:link,
footer a:visited {
    color: #636363;
    text-decoration:none !important;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;		
}

footer a:hover,
footer a:active {
    color: #7e7e7e;
    border-bottom: 1px solid transparent;
}

/* ----------------------------------------------- */
/* Animations */
/* ----------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3
{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}

