/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*Hamburger Menu*/
.tm-icon-menu, .tm-icon-menu::before, .tm-icon-menu::after{
  background: #2c3343 !important;
}
/*Homepage header*/
.heading-cta .uk-button{
  color: #ffffff;
  background:#f16d00;
}
/*Homepage 'GET TICKETS' Call-To-Action*/
.homepage-center-cta .uk-button-primary{
  background:#f16d00;
}
#order-form label[for="order-formrpx_Ticket_Order"]{
  font-weight: bold;
  margin-top: 30px;
}
#order-form label[for="order-formrpx_Clothing_Order"]{
  font-weight: bold;
  margin-top: 30px;
}
#order-form label[for="order-formrpx_Clothing_Size"]{
  font-weight: bold;
  margin-top: 30px;
}
#order-form input[value="ORDER"]{
  font-weight: bold;
  margin-top: 30px;
}
.homepage-center-cta .uk-button-large {
    min-height: 75px;
    padding: 0 65px;
    line-height: 75px;
    font-size: 24px;
}
.clothing-section-cta .uk-button-primary{
  background:#f16d00;
}
/*Mobile Logo*/
.tm-logo-small p{
  display: inline-block;
  position: absolute;
  margin: 0;
  right: 0;
  top: 8px;
}
/*Section Modules*/
.section-spacer-top{
  margin-top: 35px;
}
.section-spacer-bottom{
  margin-bottom: 35px;
}
.tm-top-a .uk-h1{
  padding-left: 30px; 
  margin-top:35px !important;
}
.uk-h2{
  font-size: 45px;
}
.tm-top-b .uk-panel-box .uk-panel-teaser{
  margin-left: 0px;
}
.tm-bottom-a{
    padding-top: 25px;
}
.tm-bottom-a .uk-panel-title{
  padding-left: 30px; 
  color:#2c3343;
  font-size:50px;
  font-weight:500;
}
.tm-bottom-b .uk-panel-title{
  padding-left: 30px; 
  color:#2c3343;
  font-size:50px;
  font-weight:500;
  line-height: 50px;
}

#tm-bottom-a,#tm-bottom-b {
  background:#ffffff;
}
#tm-bottom-b {
  padding: 0px !important;
}

/*
 * Modifier: `uk-badge-orange`
 */
.uk-badge-orange{
  background: #f26d00;
}
/* Logo footer */
.tm-footer{
  background:#2c3343;
}
.tm-footer .tm-logo-footer {
  margin-top: -10px; 
}
.social-icons img{
  width: 95px;
  max-width: 100px;
  margin: 0 auto;
}
.clothing-price-red{
  color: #ff2400;
  margin: 10px 0px;
  font-size: 20px;
}
.clothing-price-yellow{
  color: #d8d800;
  margin: 10px 0px;
  font-size: 20px;
}
.clothing-sizes{
  margin: 10px 0px;
}
.event-desc-key-info{
  font-weight: 600;
  color:#02acf9 !important;
}

.uk-grid{
    margin-left: 0px;
}
.uk-grid > *{
  padding-left: 0px;
}
.uk-article-title{
  text-align: center;
  margin-bottom: 50px;
}
/*Media Queries*/
@media (min-width: 1220px){
  .uk-grid{
    margin-left: 0px;
	}
  .uk-grid > *{
    padding-left:0px;
  }
  .tm-grid-divider > *{
    padding-left: 40px;
  }
}
@media (max-width: 1024px){
  #order-form{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 960px){
  .tm-padding-around{
    padding: 0px;
  }
  .tm-footer{
    padding: 40px;
  }
  .tm-switcher .uk-switcher {
    padding: 0 50px;
  }
  .dj-music .uk-thumbnav{
  	top: 80%;
  }
}
@media (min-width: 768px){
  .dj-music .uk-panel-space .uk-panel{
  	padding: 30px;
  }
  .general-info{
    padding: 30px;
  }
}
@media (max-width: 767px){
  .event-desc-padding{
    padding: 0px 20px;
  }
  .general-info .uk-panel-space{
    padding-top: 0px;
  }
  .tm-bottom-a .uk-panel-title{
    padding-left: 0px;
  }
  .tm-bottom-b .uk-panel-title{
    padding-left: 0px;
  }
  .dj-music .uk-panel-space{
    padding: 0px;
  }
}
@media (max-width: 525px){
	.social-icons img{
      width: 50px;
  }
}

@media (max-width: 478px){
  .tm-slideset-bento .tm-slideset-date{
    padding-left: 0px;
  }
  .homepage-center-cta .uk-button-large {
    min-height: 55px;
    padding: 0 55px;
    line-height: 55px;
    font-size: 18px;
	}
}