/*
Theme Name: 	ZipfAir Festival Wordpress Theme
Author: 		tricksiebzehn KREATIVAGENTUR
Author URI: 	https://www.tricksiebzehn.at
Description: 	The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 		1.0.0
License: 		This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: 		dt-the7
*/
/* === ADDING WEBFONTS === */
@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica-Bold.eot');
	src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Helvetica-Bold.woff2') format('woff2'),
		 url('fonts/Helvetica-Bold.woff') format('woff'),
		 url('fonts/Helvetica-Bold.ttf') format('truetype'),
		 url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica-Regular.eot');
	src: url('fonts/Helvetica-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Helvetica-Regular.woff2') format('woff2'),
		 url('fonts/Helvetica-Regular.woff') format('woff'),
		 url('fonts/Helvetica-Regular.ttf') format('truetype'),
		 url('fonts/Helvetica-Regular.svg#Helvetica-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

p, span, a, td {
	font-family: "Roboto", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif !important;
	font-weight: 700 !important;
}
.za-artists-container {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.za-artist-hdl-container,
.za-artist-rgl-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.za-artist-hdl-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 300px;
	-webkit-flex-basis: calc((100% - 20px) / 2);
	-ms-flex-basis: calc((100% - 20px) / 2); 
	flex-basis: calc((100% - 20px) / 2);  
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;	
	flex-direction: column;
	margin: 5px;
	font-family: "Helvetica", sans-serif;
	font-size: 30px;
	line-height: 1;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.za-artist-hdl-item .box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
    color: #000000;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.za-artist-hdl-item .box:hover {
    color: #ffffff;
}
.za-artist-hdl-item:hover .box,
.za-artist-hdl-item:active .box,
.za-artist-hdl-item:focus .box {
    padding: 20px 0 20px 30px;
}
.za-artist-hdl-item .box:before {
    background-color: #085aa4;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: transform .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    z-index: -1
}
.za-artist-hdl-item .box:before {
    transform: scale(0,1);
    transform-origin: right center;
}
.za-artist-hdl-item .box:hover:before,
.za-artist-hdl-item .box.hover:before {
    transform: scale(1,1);
    transform-origin: left center;
}
.za-artist-hdl-item .box:after {
    -moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    color: #000000;
    content: '';
    height: 32px;
    position: absolute;
    right: 20px;
    width: 32px;
    z-index: 10;
}
.za-artist-hdl-item .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-black.svg");
}
.za-artist-hdl-item:hover .box:after,
.za-artist-hdl-item:active .box:after,
.za-artist-hdl-item:focus .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-white.svg")
    
}
.za-artist-hdl-item:hover,
.za-artist-hdl-item:active,
.za-artist-hdl-item:focus {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}
.za-artist-rgl-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 200px;
	-webkit-flex-basis: calc((100% - 30px) / 3); 
	-ms-flex-basis: calc((100% - 30px) / 3);  
	flex-basis:  calc((100% - 30px) / 3);
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;	
	flex-direction: column;
	margin: 5px;
	font-family: "Helvetica", sans-serif;
	font-size: 25px;
	line-height: 1;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.za-artist-rgl-item .box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
    color: #000000;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.za-artist-rgl-item .box:hover {
    color: #ffffff;
}
.za-artist-rgl-item:hover .box,
.za-artist-rgl-item:active .box,
.za-artist-rgl-item:focus .box {
    padding: 20px 0 20px 30px;
}
.za-artist-rgl-item .box:before {
    background-color: #B5A064;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: transform .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    z-index: -1
}
.za-artist-rgl-item .box:before {
    transform: scale(0,1);
    transform-origin: right center;
}
.za-artist-rgl-item .box:hover:before,
.za-artist-rgl-item .box.hover:before {
    transform: scale(1,1);
    transform-origin: left center;
}
.za-artist-rgl-item .box:after {
    -moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    color: #000000;
    content: '';
    height: 32px;
    position: absolute;
    right: 20px;
    width: 32px;
    z-index: 10;
}
.za-artist-rgl-item .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-black.svg");
}
.za-artist-rgl-item:hover .box:after,
.za-artist-rgl-item:active .box:after,
.za-artist-rgl-item:focus .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-white.svg")
    
}
.za-artist-rgl-item:hover,
.za-artist-rgl-item:active,
.za-artist-rgl-item:focus {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}



#za-section-welcome-headline {
	margin-bottom: 105px;
}

.page-id-1044 #page {
	background-color: #000000 !important;
}

.masthead { margin-top: 10px; }

.za-timetable-stage,
.za-timetable-stage * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.za-timetable-stage.freitag,
.za-timetable-stage.sonntag {
	background: #F0EBDF;
}
.za-timetable-stage.samstag {
	background: #D5DAEF;
}
.za-timetable-title {
	padding: 0 18px;
	width: 100%;
	height: 36px;
}
.freitag .za-timetable-title,
.sonntag .za-timetable-title {
	background: #B5A064;
}
.samstag .za-timetable-title {
	background: #7E94CA;
}
.za-timetable-title > h3 {
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;	
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	margin: 0;
}
.za-timetable-content {
	padding: 12px;
}
.za-timetable-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 6px 0;
	border-bottom: 1px dotted #000000;
}
.za-timetable-stage > .za-timetable-item:first-child {
	border-top: 1px dotted #000000;
}
.za-timetable-playtime {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.za-timetable-start {
	padding: 0 6px;
}
.za-timetable-end {
	padding: 0 6px;
}
.za-timetable-artist {
	padding: 0 18px;
	font-weight: 700;
}
.za-timetable-start > p,
.za-timetable-end > p,
.za-timetable-artist > p {
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1;	
}

.za-gallery-item {
	background-size: cover;
	background-position: center center;
}

.za-partner-rgl-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 200px;
	-webkit-flex-basis: calc((100% - 30px) / 3); 
	-ms-flex-basis: calc((100% - 30px) / 3);  
	flex-basis:  calc((100% - 30px) / 3);
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;	
	flex-direction: column;
	margin: 5px;
	font-family: "Helvetica", sans-serif;
	font-size: 25px;
	line-height: 1;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.za-partner-rgl-item .box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
    color: #000000;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.za-partner-rgl-item .box:hover {
    color: #ffffff;
}
.za-partner-rgl-item:hover .box,
.za-partner-rgl-item:active .box,
.za-partner-rgl-item:focus .box {
    padding: 20px 0 20px 30px;
        opacity: 1;
}
.za-partner-rgl-item .box:before {
    background-color: #085aa4;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: transform .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    z-index: -1
}
.za-partner-rgl-item .box:before {
    transform: scale(0,1);
    transform-origin: right center;
}
.za-partner-rgl-item .box:hover:before,
.za-partner-rgl-item .box.hover:before {
    transform: scale(1,1);
    transform-origin: left center;
}
.za-partner-rgl-item .box:after {
    -moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    color: #000000;
    content: '';
    height: 32px;
    position: absolute;
    right: 20px;
    width: 32px;
    z-index: 10;
}
/*
.za-partner-rgl-item .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-black.svg");
}
*/
.za-partner-rgl-item:hover .box:after,
.za-partner-rgl-item:active .box:after,
.za-partner-rgl-item:focus .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-white.svg")
    
}
.za-partner-rgl-item:hover,
.za-partner-rgl-item:active,
.za-partner-rgl-item:focus {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.za-partner-container {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.za-partner-hdl-container,
.za-partner-rgl-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#bottom-bar .wf-container-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.zipfair-logo-wrapper {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 95px;
}

.zipfair-logo-white,
.zipfair-logo-color {
	position: absolute;
	width: 200px;
	height: 95px;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.zipfair-logo-white {
	z-index: 99;
	opacity: 1;
}

.zipfair-logo-color {
	opacity: 0;
}

.zipfair-logo-wrapper:hover .zipfair-logo-white {
	opacity: 0;
/* 	transition: opacity linear 100ms; */
}

.zipfair-logo-wrapper:hover .zipfair-logo-color {
	opacity: 1;
/* 	transition: opacity linear 100ms; */
}

.zipfair-timetable-start,
.zipfair-timetable-end {
	width: 60px;
}

.za-page-subtitle {
/* 	font-family: Helvetica, sans-serif; */
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #ffffff;
}

.za-sub-title,
.za-artist-title, 
.za-page-title {
/* 	font-family: Helvetica, sans-serif; */
	
	font-size: 60px;
	line-height: 65px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	letter-spacing: -1px;	
}

.za-section-title {
/* 	font-family: Helvetica, sans-serif; */
	
	font-size: 60px;
	line-height: 65px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	letter-spacing: -1px;	
}

.za-big-text {
/* 	font-family: Helvetica, sans-serif; */
	
	font-size: 60px;
	line-height: 65px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	letter-spacing: -1px;
}

.za-small-text {
/* 	font-family: Helvetica, sans-serif; */
	
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

.za-two-columns {
/* 	font-family: Helvetica, sans-serif; */
	
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-ms-column-count: 2;
}

.za-grey-text {
	color: #8d8d8d;
}




@media screen and (min-width: 778px) {

	.masthead { margin-top: 60px; }
	
	.scroll-top { display: none; }

}


@media screen and (max-width:1024px) {
	
	.za-big-title { font-size: 50px; line-height: 40px; }
	
}

@media screen and (max-width:778px) {
	
	.za-gallery-item .box:before { display: none; }
	
	.za-gallery-item { pointer-events: none !important; }
	
	.za-artist-hdl-container, .za-artist-rgl-container { display: block; }
	
	.za_block_link_internal, .za_block_link_external { margin-top: 0 !important; margin-bottom: 20px !important; }
 	
	.za-block-links { overflow: hidden; }
	
	.za-page-title, .za-big-text, .za-read-more-link, .za-section-title, .za-artist-title, .za-big-title { font-size: 30px; line-height: 35px; }
	
	#za-section-welcome-headline { margin-bottom: 0; }
	
	.anchor-link a svg#zipfair_arrow_down { max-height: 15px; }
	
	.za-page-subtitle { font-size: 15px !important; }
	
	.za-artist-img.za-block-links { padding-top: 20px; padding-bottom: 105px; height: auto !important; }
	
	.za-block-link { height: 160px; }
	
	.za-page-header { height: 360px; }
	
	.za-artist-hdl-item, .za-artist-rgl-item { margin: 0 0 5px 0; }
	
	.za-artist-header { height: 300px; padding-top: 55px; padding-bottom: 105px; }
	
	.za-ticket-link > a { padding-left: 0 !important; padding-right: 0 !important; background-color: transparent !important; }
	
	.za-two-columns { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; -ms-column-count: 1; }
	
	.za-gallery-container a { height: auto;	-webkit-flex-basis: 100%; flex-basis: 100%; margin: 0 0 5px 0; }
	
	.za-gallery { padding: 0 15px; }
	
	.vc_row.wpb_row.vc_row-fluid.za-image-divider { height: 360px; margin-top: 50px; margin-bottom: 50px; }
	
	.za-image-divider.za-block-links { height: auto !important; padding-top: 35px; padding-bottom: 15px; }
	
}