/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#header_main {padding: 20px 0;}
#tickets {margin-top:-200px;position: relative;z-index:11;}

/* Start Slideshow */

.slideshow_caption {
  width: 75%;
  position: absolute;
  bottom: 0;
  top: auto;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 50px;
    padding-top: 50px;
}

.avia-slideshow li.avia-slideshow-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
        rgba(0,0,0,0.8) 0%,
        rgba(0,0,0,0.5) 10%,
        rgba(0,0,0,0) 50%,
        rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

#top .avia-slideshow-button,
#top .avia-slideshow-button.avia-color-light {
	text-transform: none;
	padding: 25px 35px;
	font-size: 24px;
	font-weight: normal;

}
/* Ende Slideshow */

.show-on-mobile {display:none!important;}
/*mobile*/
@media only screen and (max-width: 479px) {
.hide-on-mobile {display:none!important;}
.show-on-mobile {display:block!important;}
		
}

/* Force Transparent Header to act as an overlay on mobile */
@media only screen and (max-width: 780px) {
	
.slideshow_align_caption {vertical-align: top;}
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {padding-top: 100px;}
.responsive #top .slideshow_caption {padding: 130px 0 0 0;}
#top #wrap_all .avia-slideshow .avia-caption-title {font-size: 44px!important;}
#top #wrap_all .avia-caption-content p {font-size: 18px;}	
#top .avia-slideshow-button, 
#top .avia-slideshow-button.avia-color-light {
	text-transform: none;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: lighter;
	background: rgba(82, 82, 82, 0.45) !important;
	border: 2px solid #fff;
}
.html_mobile_menu_tablet .header_color div .av-hamburger-inner, 
.html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, 
.html_mobile_menu_tablet .header_color div .av-hamburger-inner::after {background-color: #fff7f7;}

#top #wrap_all h1.av-special-heading-tag {font-size: 0.7em!important;}	
	
	
    #top #header {
        position: absolute !important;
        background: transparent !important;
    }
    .responsive #top #main {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}