/*
Theme Name: dq-agency
Author: Benedikt Oberthür
Author URI: http://benediktoberthuer.com
Description: dq-agency is a multipurpose responsive WordPress theme.
Version: 1.0
Template: ample
Tags: light, white, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, responsive-layout
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
      2.1 Headings
      2.2 Others
3.0 Elements
      3.1 Superscript and Subscript
      3.2 Table
      3.3 Lists
      3.4 Blockquote
      3.5 Others
4.0 Forms
5.0 Navigation
      5.1 Links
      5.2 Primary Menu
      5.3 Primary Menu Dropdown
      5.4 Responsive Menu
6.0 Images
7.0 Alignments
8.0 Clearings
9.0 Media
      9.1 Captions
      9.2 WordPress Gallery Support
10.0 Extras
      10.1 Featured Slider
      10.1.2 Artist Gallery
      10.1.3 Artist List
      10.2 Search Design
      10.3 Page Header Title
11.0 Widgets
      11.1 Widgets General CSS
      11.2 Services Widget
      11.3 Call to Action Widget
      11.4 Featured Posts Widget
      11.5 Portfolio Widget
12.0 Plugins Support
      12.1 Breadcrumb NavXT
      12.2 WP-PageNavi
13.0 Content
      13.1 Body
      13.2 Header
      13.3 Primary, Secondary & Tertiary Content Area
      13.4 Content Columns
      13.5 Posts and Pages
      13.6 Pagination
      13.7 Comments
      13.8 Footer
            13.8.a Footer General CSS
            13.8.b Footer Widget Area
            13.8.c Footer Copyright Info
            13.8.d Footer menu
            13.8.e Scroll to Top
14.0 Responsive Structure
--------------------------------------------------------------*/





/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   border: 0;
   font: inherit;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   margin: 0;
   outline: 0;
   padding: 0;
   vertical-align: baseline;
}
html {
   overflow-y: scroll; 
   -webkit-text-size-adjust: 100%; 
   -ms-text-size-adjust: 100%; 
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-tap-highlight-color: rgba(40,40,40);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
   display: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}
a:focus {
   outline: 0;
}
a:hover,
a:active { 
   outline: 0;
   outline-width: 0;
}
embed, iframe, object {
   max-width: 100%;
}
button::-moz-focus-inner {
   border: 0;
   padding: 0;
   margin: 0;
}
.wp-caption {
    border: 0 !important;
	margin-right: 10px !important;
    margin-bottom: 10px !important;
	width: auto;
    max-width: 100% !important;
}
.wp-caption .wp-caption-text {
    margin: 5px 0 5px 0 !important;
	text-align: left !important;
	font-size:80% !important;
}
figure {
    margin: 0 !important;
    text-align: left !important;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 0 5px 0 !important;
	width: 100%;
    max-width: 100% !important;

}
.header-post-title-class-artistlist {
	display:none;
}
#site-title {
	display:none;	
}
#header-text {
	display:none;	
}
.t-wrap {
	position:relative;
	display:block;
	width:25px;
	height:25px;
	top:0px;
	right:0;
	float:right;
	z-index:1;
}
.ticket-text {
	position:absolute;
	display:block;
	bottom:0px;
	margin-left:-25px !important;
	z-index:2;

	font-size:90%;
	opacity:0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	
	 -webkit-transform:rotate(-15deg);
	 -moz-transform:rotate(-15deg);
	 -o-transform:rotate(-15deg);
	 transform:rotate(-15deg);
}
.t-wrap img{
	opacity: 0.8;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.t-wrap:hover img{
	opacity: 0.2;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.t-wrap:hover .ticket-text {
	margin-left:-25px !important;
	color:#000;
	opacity:1;
}

.ticket-icon {
	display:block;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
}


.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
.inner-wrap-shop .default-wp-page {
	display:none;
}

.shop-wrap-fluid:before, .shop-wrap-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.shop-wrap-fluid:after, .row:after {
    clear: both !important;
}

#shop-wrap {
  position: relative; 
  padding-bottom: 56.25%; 
  overflow:hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;
}

#shop-wrap iframe {
	position:absolute;
	display:block;
	width: 100%;
	height:100%;
	overflow: hidden; 
	top:0;
	left:0;
	border:none;
}

.title-ticketshop h1,
.title-ticketshop h2 {
 	font-family: 'encode_sans_compressedregular', sans-serif; 
   color: #000 !important;
   line-height: 1.4;
   padding-bottom: 15px;
   font-weight: normal !important;
}



/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

/*
====> 2.1 Headings
--------------------------------------------------------------*/

.header-post-title-class {text-transform:uppercase;}

h1, h2 {
   font-family: 'encode_sans_compressedregular', sans-serif; 
   color: #000 !important;
   line-height: 1.4;
   padding-bottom: 15px;
   font-weight: normal;
}
h3, h4, h5, h6 {
   font-family: 'encode_sans_compressedregular', sans-serif; 
   color: #000 !important;
   line-height: 1.4;
   padding-bottom: 15px;
   font-weight: normal;
}
h1 { font-size: 38px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

.post-title-artist-wrapper h2.entry-title {text-transform:uppercase;}

/*
====> 2.2 Others
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
   color: #000;
   font-size: 15px;
   line-height: 1.5;
   font-family: 'encode_sansregular', sans-serif; 
   font-weight: 300;
}
p {
   font-family: 'encode_sansregular', sans-serif; 
   color: #000;
   font-size: 15px;
   line-height: 1.5;
   margin-bottom: 15px;
   font-weight: 300;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/*
====> 3.1 Superscript and Subscript
--------------------------------------------------------------*/
sup, sub {
   font-size: 10px;
   height: 0;
   line-height: 1;
   position: relative;
   vertical-align: baseline;
}
sup {
   bottom: 1ex;
}
sub {
   top: .5ex;
}

/*
====> 3.2 Table
--------------------------------------------------------------*/
table { 
   border-collapse: collapse;
   border-spacing: 0;
   margin: 0 0 1.5em;
   width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   border: 1px solid #fff;
   padding: 6px 10px;
}
caption, th, td {
   text-align: left;
}

/*
====> 3.3 Lists
--------------------------------------------------------------*/
ul, ol {
   list-style: none;
}
ol {
   list-style: decimal;
}
li > ul,
li > ol {
   margin: 0 0 0 20px;
}

/*
====> 3.4 Blockquote
--------------------------------------------------------------*/
blockquote {
   font-style: italic;
   font-weight: normal;
   padding: 20px;
   border: 1px solid #fff;
   border-left: 3px solid #80abc8;
   margin-bottom: 20px;
}
blockquote em, blockquote i, blockquote cite {
   font-style: normal;
}
blockquote cite {
   color: #787878;
   font: 12px 'encode_sansregular';
   font-weight: 300;
   letter-spacing: 0.05em;
   text-transform: uppercase;
}

/*
====> 3.5 Others
--------------------------------------------------------------*/
body {
   position:relative;
   background: #000; 
   margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
strong {
   font-family: 'encode_sans_compressedSBd', sans-serif !important;
}

.menu-normal { font-family: 'encode_sans_compressedSBd', sans-serif !important;}
.menu-normal a { font-family: 'encode_sans_compressedSBd', sans-serif  !important;}

.menu-strong {
	font-family: 'encode_sansblack', sans-serif !important;
}
.menu-strong a {
	font-family: 'encode_sansblack', sans-serif !important;
}

cite, em, i {
   font-style: italic;
}
pre {
   background-color: #fff;
   margin-bottom: 20px;
   overflow: auto;
   padding: 20px;
   border: 1px solid #383838;
}
pre, code, kbd, var, samp, tt {
   font-family: "Courier 10 Pitch", Courier, monospace;
   font-size: 14px;
   line-height: 19px;
   white-space: pre-wrap;
}
abbr, acronym, dfn {
   border-bottom: 1px dotted #fff;
   cursor: help;
}
address {
   display: block;
   font-style: italic;
   margin: 0 0 15px;
}
ins {
   background-color: #fff;
}
hr {
   border-color: #fff;
   border-style: solid none none;
   border-width: 1px 0 0;
   height: 0;
   margin: 30px 0;
}
dl {
   margin-bottom: 24px;
   font-size: 16px;
}
dt {
   font-weight: bold;
   margin-bottom: 5px;
}
dd {
   margin-bottom: 24px;
}
.screen-reader-text { display: none; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
#close {
width:40px;
height:40px;
cursor:pointer;

}
.close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
.close-line-r {
	height:40px;
	width:2px;
	background-color:#fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg); 
	-moz-transform: rotate(-135deg);
}
#close:hover .close-line-r {
	background-color:#88abc8;
}

#close-black {
width:40px;
height:40px;
cursor:pointer;
transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
}
#close-black .close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#000;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
#close-black .close-line-r {
	height:40px;
	width:2px;
	background-color:#000;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close-black:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg); 
	-webkit-transform: rotate(-135deg); 
	-moz-transform: rotate(-135deg);
}
#close-black:hover .close-line-r {
	background-color:#88abc8;
}


input, textarea {
   -webkit-border-radius: 0px;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
   -moz-appearance: none !important;
   -webkit-appearance: none !important;
   appearance: none !important;
   padding: 5px;
   border-top:0;
   border-left:0;
   border-right:0;
   border-bottom: 1px solid #fff;
   width: 70%;
   margin: 0 0 15px;
   background-color: #000;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
   padding: 5px;
   border-top:0 !important;
   border-left:0 !important;
   border-right:0 !important;
   border-bottom: 1px solid #fff !important;
   box-shadow:0 !important;
   border: 0px solid #000 !important;
   line-height: 20px;
   color:#fff !important;
   width: 80%;
   margin: 0 0 15px;
   background-color: #000;
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;

}
input.s {
   width: 60%;
   padding: 4px 54px 4px 10px;
   height: 36px;
   color: #fff;
   background-color: #000;
   margin: 0;
   border: 0px solid #000;
}
input.s:focus {
   padding-left: 10px;
   border-color: #000;
   text-indent: 0;
}
.ample-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   -moz-appearance: none !important;
   -webkit-appearance: none !important;
   appearance: none !important;
   color: #fff;
   display:inline-block;
   margin-bottom: 30px;
   padding: 5px 25px;
   cursor: pointer;
   background-color: #000;
   border: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   font-size: 16px;
}
.ample-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
   -webkit-box-shadow:0 0 0px rgba(0, 0, 0, 0);
   -moz-box-shadow:0 0 0px rgba(0, 0, 0, 0);
   box-shadow:0 0 0px rgba(0, 0, 0, 0);
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*
====> 5.1 Links
--------------------------------------------------------------*/
a {
	font-family: sans-serif ;
   color: #88abc8;
   text-decoration: none;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
}
a:focus, a:active, a:hover {
   text-decoration: none;
   outline:0;
   outline:none;
  
}

/*
====> 5.2 Modal Box
--------------------------------------------------------------*/

/* Outer */

.popup {
	overflow:scroll;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
	background:rgba(0,0,0,0.9);
	z-index:9990;
}
 
/* Inner */
.popup-inner {
	overflow:hidden;
    max-width:90%;
    width:50%;
    padding:20px;
    position:absolute;
    top:50%;
    left:50%;
	-webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:4px;
    background:rgba(0,0,0,1);
	z-index:9995;
}

.popup-inner p {
	font-family: 'encode_sansregular', sans-serif; 
    font-size:14px;
	color:#fff !important;
	width:100% !important;
}

.popup h2 {font-family: 'encode_sans_compressedregular', sans-serif !important; font-size:30px; color:#fff !important; margin-bottom:30px !important;}
.popup a {color:#88abc8!important;}
.popup a:hover {color:#383838 !important;}
 
/* Close Button */
.popup-close {
    padding:0px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
	margin:10px 10px 0 0;
    transition:ease 0.25s all;
   	font-family: 'encode_sans_compressedSBd', sans-serif  !important;
    font-size:20px;
	font-weight:700 !important;
    line-height:100%;
    color:#88abc8 !important;
    z-index:9999;
	}
 
 
.popup-close:hover {
	color:#383838 !important;
    text-decoration:none;
	}


input.button,
.submit {
	position:relative;
	font-family: 'encode_sans_compressedregular', sans-serif;
	color: #fff !important;
	font-size:30px;
	text-align:left;
	border:0;
	padding:0;
	background:rgba(0,0,0, 1) !important;
	cursor:pointer !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
input.button:hover,
.submit:hover {
	background-color:rgba(0,0,0, 0) !important;
	color: #88abc8 !important;
	}
	
#mc_embed_signup { background:#000; clear:left; font-size:14px; font-family: 'encode_sansregular', sans-serif; width:100%; height:100%;}	
	
div.mc-field-group {
   background:rgba(0,0,0, 1) !important; 
   border:0 !important; 
   color:#fff;
   background: #000 none repeat inherit 0% 0% !important;
   border: 0px none !important;
   color: #FFF;
}
div.mc-field-group:active,
div.mc-field-group:focus {
   background:rgba(0,0,0, 1) !important; 
   border:0 !important; 
   color:#fff;
   background: #000 none repeat inherit 0% 0% !important;
   border: 0px none !important;
   color: #FFF;
}
.text {background:rgba(0,0,0, 1) !important; border-bottom:1px solid #fff;}


div.mc-field-group:focus,
div.mc-field-group:active  {
   box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
   border: 0px solid rgba(0, 0, 0, 0);
   background:#000 !important;
   color:#fff !important;
}

input#mcd-email.required.email.text {
   color:#fff !important;
   border-top:0 !important;
   border-left:0 !important;
   border-bottom:1px solid #fff !important;
   border-right:0 !important;
   border-radius:0 !important;
}
input#mcd-email.required.email.text[placeholder] {
   color:#fff !important;
}
input#mcd-email.required.email.text:active,
input#mcd-email.required.email.text:focus {
   color:#fff !important;
   border-top:0 !important;
   border-left:0 !important;
   border-bottom:1px solid #fff !important;
   border-right:0 !important;
   border-radius:0 !important;
   box-shadow:none !important;
   outline-width: 0;
   background:#000 !important;
}
input#mcd-email.required.email.text[placeholder]:focus {
   color:#fff !important;
}


/*
====> 5.2 Primary Menu
--------------------------------------------------------------*/
.menu-item-169 {display:none;}

.menu-item-129 {font-family: 'encode_sansblack', sans-serif !important; }
.menu-item-147 {font-family: 'encode_sansblack', sans-serif !important; }
.menu-item-599 {font-family: 'encode_sansblack', sans-serif !important; }
.menu-item-129 a {font-family: 'encode_sansblack', sans-serif !important; }
.menu-item-147 a {font-family: 'encode_sansblack', sans-serif !important; }
.menu-item-599 a {font-family: 'encode_sansblack', sans-serif !important; }

.main-navigation li > ul,
.main-navigation li > ol {
   margin:0;
   list-style: none;
}
.main-navigation {
   float: right;
   padding-right: 10px;
	margin-top:-3px;
margin-right:-15px;

}
.main-navigation li {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
   float: left;
   position: relative;
   padding: 0 15px;
}
.main-navigation li:last child {
   float: left;
   position: relative;
   padding: 0 0px;
}
.main-navigation ul li a {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
}
.main-navigation ul > li {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
}
.main-navigation ul#menu-primary > li:last-child {
   margin-right: 15px;
}
.main-navigation li > a {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
   line-height: 70px;
   height: 70px;
}
.main-navigation ul.menu li a {
   font-family: 'encode_sans_compressedSBd', sans-serif;
   font-size: 16px;
}

.main-navigation li.default-menu,
li.default-menu {
   display: none;
}
.main-navigation a {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
   color: #000;
   display: block;
   float: left;
   font-weight: 300;
}
.main-navigation ul.menu > li.current-menu-item,
.main-navigation ul.menu > li.current-menu-ancestor,
.main-navigation .menu > ul > li.current_page_item,
.main-navigation .menu > ul > li.current_page_ancestor,
.main-navigation ul.menu > li:hover,
.main-navigation .menu > ul > li:hover {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
   color: #88abc8;
   border:0 !important;
   margin-top: 0px;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-ancestor a:after,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current_page_ancestor a:after,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.page_item_has_children:hover > a:after {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
   color: #88abc8;
	border:0 !important;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   font-size: 12px;
   padding-left: 6px;
   color: #000;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
   content: "\f0d7";
}
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
   content: "\f0da";
   position: absolute;
   right: 8px;
}

/*
====> 5.3 Primary Menu Dropdown
--------------------------------------------------------------*/
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
   display:none;
   z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
   display:block;
}
.main-navigation ul li ul {
   background-color: #fff;
   left: -1px;
   position: absolute;
   top: 70px;
   width: 160px;
}
.main-navigation ul li .sub-menu a {
	font-family: 'encode_sans_compressedSBd', sans-serif; 
   text-transform: none;
   -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.main-navigation ul ul > li:last-child {
   border-bottom: 1px solid #282828;
}
.main-navigation ul li ul li {
   float: none;
   padding: 0;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-top: 1px solid #000;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
   font-family: 'encode_sans_compressedSBd', sans-serif; 
   float: none;
   line-height: 21px;
   font-size: 13px;
   height: 100%;
   padding: 10px 20px;
   color: #000;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
   color: #88abc8;
}
.main-navigation ul li ul li ul {
   left: 158px;
   top: -1px;
}
.main-navigation select {
   display: none;
}

/*
====> 5.4 Responsive Menu
--------------------------------------------------------------*/
.menu-toggle {
   display: none;
   cursor: pointer;
   
}

/*--------------------------------------------------------------
6.0 Images
--------------------------------------------------------------*/
figure {
   margin: 0;
   text-align: center;
}
img {
   max-width: 100%;
   height: auto;
   vertical-align: top;
   margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
   max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
}
img.size-full, img.size-large {
   max-width: 100%;
   height: auto;
}
.entry-content img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
   margin-bottom: 1.625em;
}
p img {
}
a img {
   border: 0;
   
}

a img:hover {
   opacity: 1;
   filter:alpha(opacity=100); 
   box-shadow: #000 0 0 0;
}

img#wpstats {
   display: none;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
   display: inline;
   float: left;
   margin-right: 30px;
}
.alignright {
   display: inline;
   float: right;
   margin-left: 30px;
}
.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.clearfix {
   display: inline-block;
}
* html .clearfix {
   height:1%;
}
.clearfix {
   display: block;
}
.tg-after-three-blocks-clearfix {
   clear: both;
}
.tg-featured-posts-clearfix {
   clear: both;
}

/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/

/*
====> 9.1 Captions
--------------------------------------------------------------*/
.wp-caption {
   border: 1px solid #ccc;
   margin-bottom: 1.5rem;
   max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
   display: block;
   margin:0 0.5rem 0.5rem 0;
   max-width: 98%;
}
.wp-caption-text {
   text-align: center;
}
.wp-caption .wp-caption-text {
   margin: 0.8075rem 0;
}
.gallery-caption {
}

/*
====> 9.2 WordPress Gallery Support
--------------------------------------------------------------*/
/*
.gallery {
   margin: 0 auto 15px auto;
}
.gallery-item {
   display: inline-block;
   padding: 15px 2%;
   text-align: center;
   vertical-align: top;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
   padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
   padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
   margin: 0 auto;
}

.gallery .gallery-caption {
   font-size: 12px;
   line-height: 1.2;
   padding-top: 5px;
}
*/
/*--------------------------------------------------------------
10.0 Extras
--------------------------------------------------------------*/

/*
====> 10.1 Featured Slider
--------------------------------------------------------------*/

.big-slider-wrapper {
   width:100%;
   max-width: 100%;
   height:100%;
   max-height: 700px !important;
   margin: -98px auto auto auto;
   position: relative;
   perspective: 1px;
   overflow-x: hidden;
   overflow-y: hidden; 
   background:#fff;
}
.slide-wrap-height {	
	height:700px;    
}

.big-slider { background:#fff !important; }

.bx-wrapper .big-slider img {
   position:relative;
   width:100%;
   height:auto;
   margin: 0 auto; 
background:#000 !important;
}

.big-slider img {
   width:100%;
   max-width: 100%;    
   margin-bottom: 0;
   opacity:0.8;
   display:none;
background:#000 !important;
}


.bx-wrapper img {
	width:100%;
   	height:auto;
	max-width: 100%;
	display: block;	
background:#000 !important;
}
.bx-wrapper .bx-viewport {
   -moz-box-shadow: 0 0 5px #ccc;
   -webkit-box-shadow: 0 0 5px #ccc;
   box-shadow: 0 0 5px #ccc;
   border:  5px solid #fff;
   left: -5px;
   max-height: 700px !important;
   background: #000 !important;
   /*fix other elements on the page moving (on Chrome)*/
   -webkit-transform: translatez(0);
   -moz-transform: translatez(0);
   -ms-transform: translatez(0);
   -o-transform: translatez(0);
   transform: translatez(0);
}
.big-slider .displayblock {
   display: block;
}
.big-slider .displaynone {
   display: none;
}
.big-slider .slider-entry-container {
   position: absolute;
   width: 100%;
   text-align: center;
   z-index: 999;
   margin: auto;
   left: 0;
   right: 0;
   top: 65% !important;
 /*
   -ms-transform: translateY(-50%); 
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%); 
*/ 
}

.big-slider .entry-title {
   	font-family: 'encode_sans_compressedregular', sans-serif; 
   font-size: 40px;
   text-transform: uppercase;
   color: #ffffff;
   padding-bottom: 35px;
   line-height: 1.1;
   opacity:1;
}
.big-slider .entry-title a {
   	font-family: 'encode_sans_compressedregular', sans-serif; 
    color: #ffffff;
}
.big-slider .entry-title a:hover {
   color: #80abc8;
}
.big-slider-wrapper .bx-wrapper .bx-viewport{border: 0; box-shadow: none; }
.big-slider-wrapper .bx-wrapper .bx-viewport{left: 0;}
.slider-button {
   display: inline-block;
   color: #ffffff;
   font-size: 16px;
   padding: 18px 20px;
   text-transform: uppercase;
   letter-spacing: 2px;
   border: 1px solid #ffffff;
}
.slider-button:hover{ background: rgba(255, 255, 255, 0);}
.slide-prev,
.slide-next {
   display:none;
   opacity: 0.5;
   filter:alpha(opacity=50);
   background-color: #80abc8;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 9;
   border-radius: 3px;
}
.slide-prev { margin-left: 20px; }
.slide-next { right: 0; margin-right: 20px; }
.slide-prev:hover,
.slide-next:hover {
   opacity: 1;
   filter:alpha(opacity=100);
}
.slide-prev a:before,
.slide-next a:before {
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #fff;
   font-size: 30px;
   padding: 0;
   display: none;
}
.slide-prev a:before { content: "\f104"; }
.slide-next a:before { content: "\f105"; }

.slide-prev a, .slide-next a {
   padding: 10px 24px;
   display: block;
}


.single-head-wrapper {
   width:100%;
   max-width: 100%;
/*
   margin: 0 auto;
*/
   margin: -98px auto auto auto;
   position: relative;
   perspective: 1px;
   overflow-x: hidden;
   overflow-y: hidden; 
}
.single-head-wrapper .single-head-viewport {
/*
   -moz-box-shadow: 0 0 5px #ccc;
   -webkit-box-shadow: 0 0 5px #ccc;
   box-shadow: 0 0 5px #ccc;
   border:  5px solid #fff;
   left: -5px;
*/
   max-height: 700px !important;
   background: #000 !important;

   /*fix other elements on the page moving (on Chrome)*/
   -webkit-transform: translatez(0);
   -moz-transform: translatez(0);
   -ms-transform: translatez(0);
   -o-transform: translatez(0);
   transform: translatez(0);
}

.single-head-wrapper .single-head-container {
   position: relative;
   width: 100%;
   max-width: 100%;
   text-align: center;
   z-index: 999;
   margin: auto;
   left: 0;
   right: 0;
   top: 65% !important;
 /*
   -ms-transform: translateY(-50%); 
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%); 
*/ 
}

img.attachment-custom-large.size-custom-large.wp-post-image {
   position:relative;
   width:100%;
   height:auto;
   margin: 0 auto; 
   opacity:0.8;
   margin-bottom: 0;
}


/*
====> 10.1.1 Gallery Grid
--------------------------------------------------------------*/



#artist-wrapper {
	position:relative;
	width:100%;
	max-width:100%;
	height:100%;
	margin:30px auto 120px auto;

	}
.artist-grid {
	position:relative;
	width: 100%;
	max-width:100%;
	height:auto;
	margin-left:-1%;
	padding: 0;
	overflow: hidden;	
}
.artist_box {
	position: relative;
	display:block;
	float:left !important;
	width:24%;
	max-width:24%;
	height:100%;

	border:0 !important;
	padding:0 !important;
	margin: 0 0 1% 1% ;
}

.artist_box:last-child {
	clear:right !important;
	position: relative;
	display:block;
	float:left !important;
	width:24%;
	max-width:24%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 160px 1%  ;
}

.artist_thumb {
	width:100%;
	height:100%;
	
	background:#000;
	}
	
a.artist-img {
	position:relative;
	float:left;
	width:100% ;
	height:auto ;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	padding-top:0 !important;
	vertical-align: inherit ;
}


.artist_thumb img {
   	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	padding-top:0 !important;
	vertical-align: inherit ;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.artist_thumb:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4; 
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.artist_title_box {
	position:absolute;
	display:block;
	width:100%;
	max-width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
}

.artist_thumb_title {
	position:relative;
	display:block;	
	width: auto;
	max-width:100%;
	max-height:100%;
	border:0px solid #fff;
	padding:15% 5% 11% 5%;
	margin:0 auto;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
	top:50%;
	-ms-transform: translateY(-50%); 
   	-webkit-transform: translateY(-50%);
   	transform: translateY(-50%); 
   
}
.artist_thumb_title {
	font-family: 'encode_sans_compressedregular', sans-serif !important;
	color:#fff;
	font-size:26px;
	/*
	text-shadow: 1px 1px 1px 1px #f2f2f2;
	*/
	text-align:center !important;
}	
.artist_thumb_title:hover {
	font-family: 'encode_sans_compressedregular', sans-serif !important;
	color:#88abc8;
	/*
	text-shadow: 1px 1px 1px 1px #f2f2f2;
	*/	
}


/*
====> 10.1.2 Artist list
--------------------------------------------------------------*/



.header-border {
    border-bottom: 1px solid #FFF;
}


#pagewrap-artistlist {
	width: 100%;
	height:100%;
	min-height:100%;
	background:#000;
}
#pagewrap-ticketshop {
	width: 100%;
	height:100%;
	min-height:100%;
	background:#fff;
}

#site-title a.title-artistlist {
	color:#fff;
	
}
#site-title a.title-artistlist:hover {
	color:#fff;
	text-transform:uppercase;;
}
.artistlist-back {
	line-height: 50px;
   	height: 50px;
	margin-bottom:20px;
}
.artistlist-back {
	font-family: "encode_sansregular";
	font-size: 30px;
	color:#fff;
}
.artistlist-back:hover {
	color:#88abc8;
}
.header-post-title-container-artistlist {
	padding: 60px 0 0 0;
   	background-color: #000 !important;
   	border-bottom: 0px solid #fff;
	background:#000;
}
.header-post-title-container-ticketshop {
	display:none;
	padding: 60px 0 0 0;
   	background-color: #000 !important;
   	border-bottom: 0px solid #fff;
	background:#fff;
}

.header-post-title-class-artistlist {
   font-family: 'encode_sans_compressedregular', sans-serif !important;
   font-size: 30px;
   padding-bottom: 0;
   color: #fff !important;
	text-transform:uppercase;
}

#artistlist-wrapper {
	width: 100%;
	height:100%;
	min-height:100%;
	background:#000;
	padding:0px 0 500px 0;
}
#artistlist-wrapper a {
	color:#fff;
}
#artistlist-wrapper a:hover {
	color:#88abc8;
}

#artistlist-list li {
	float:left;
	padding: 0 30px 0 0;
}



/*
====> 10.2 Search Design
--------------------------------------------------------------*/
#masthead .search-wrap input.s {
	display:none;
   width: 180px;
}
.fa.search-top {
   display:none;
   color: #80abc8;
   position: absolute;
   right: 0;
   line-height: 70px;
   cursor: pointer;
   padding-left: 10px;
   top: 0;
}
.search-wrap {
   position: relative;
}
.search-wrap button {
   border-radius: 0;
   color: #fff;
   line-height: 45px;
   margin-left: -2px;
   margin-bottom: 0;
   padding: 0 15px;
   position: absolute;
   top: 0;
   right: 0;
}
.search-icon:before {
   content: "\f002";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #ffffff;
   font-size: 18px;
}
.search-form-top {
   border: 1px solid #eaeaea;
   display: none;
   padding: 10px;
   position: absolute;
   right: 0;
   top: 70px;
   z-index: 9999;
   background-color: #ffffff;
}
.not-found .search-wrap button {
    right: 175px;
}

/*
====> 10.3 Page Header Title
--------------------------------------------------------------*/
.header-post-title-container {
   padding: 60px 0 0 0;
   background-color: #fff !important;
   border-bottom: 0px solid #fff;
}


.header-post-title-container .post-title-wrapper {
   float: none;
   width:100%;
   max-width: 100%;
   padding-right: 0px;
   margin:0 auto;
}
.header-post-title-class {
   font-family: 'encode_sans_compressedregular', sans-serif !important;
   font-size: 38px;
   text-transform:uppercase;
   padding-bottom: 0;
   color: #000;
}
#text-showhide-de { color:#88abc8 !important;}
#text-showhide-de:hover { color:#000 !important;}
#text-showhide-en { color:#88abc8 !important;}
#text-showhide-en:hover { color:#000 !important;}


.lang-short { font-size:85%; }

.info-de {
	position:relative;
	display:block;
	padding-bottom:30px !important;

}
.info-de-first {
	margin-bottom:15px;
}
.info-de-second {
	display:none;
	margin-bottom:15px;	
}
.info-en {
	position:relative;
	display:block;
	margin-bottom:30px;
	
}
.info-en-first {
	margin-bottom:15px;
}
.info-en-second {
	display:none;
	margin-bottom:15px;		
}

#artist-ld-wrap {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	min-height:200px;
	clear:right;
}
.artist-left{
	position:relative;
	display:block;
	margin-bottom:30px;
	width:50%;
	height:auto;
	float:left;
}

.artist-links {
	position:relative;
	display:block;
	width:100%;
}
.press-photos {
	position:relative;
	display:block;
	width:100%;
	padding-top:90px;
	padding-bottom:60px;	
}
.press-photos a img {
	position:relative;
	display:block;
	width:33.3333333%;
	max-width:28.3333333%;
	margin-right: 3%;
	margin-bottom: 3%;
}


.artist-right{
	position:relative;
	display:block;
	margin-bottom:30px;
	width:50%;
	height:auto;
	float:left;
}

.artist-dates {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:60px;
}

.stopper {
	clear:both !important; 
	width:100%; 
	padding-bottom:120px;
}

.videoWrapper {
	display:block;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:90px auto;
	width:100%;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}



/*
.videoWrapper {
	display:block;
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
	margin-left:-12%;
	margin-top:12%;
	margin-bottom:24%;
	width:124%;
	background:#000;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:124%;
}
*/

/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/

/*
====> 11.1 Widgets General CSS
--------------------------------------------------------------*/
.business-template .main-wrapper .widget {
   background-color: #ffffff;
}
.business-template .widget.widget_call_to_action_block,
.business-template .widget.widget_portfolio_block {
   background-color: transparent;
}
.business-template .widget.widget_call_to_action_block > .inner-wrap,
.business-template .widget.widget_portfolio_block > .inner-wrap {
   max-width: 100%;
}
#secondary .widget,
#tertiary .widget {
    padding-bottom: 40px;
}
#secondary .widget-title,
#tertiary .widget-title {
   font-size: 24px;
}
#secondary .widget li a,
#tertiary .widget li a {
   padding-bottom: 10px;
   display: inline-block;
   color: #80abc8;
}
#secondary .widget li a:hover,
#tertiary .widget li a:hover {
   text-decoration: underline;
}
.widget select {
   max-width: 100%;
}
#secondary .search-wrap button,
#tertiary .search-wrap button {
   right: 26px;
}
.both-sidebar #secondary .search-wrap button,
.both-sidebar #tertiary .search-wrap button {
   right: 0;
}

/*
====> 11.2 Services Widget
--------------------------------------------------------------*/
.widget.widget_service_block {
   padding: 60px 0;
}
.widget_service_block .services-main-description img {
   padding-bottom: 40px;
}
.widget_service_block h3.widget-title {
   text-align: center;
   text-transform: uppercase;
   padding-bottom: 0;
}
.widget_service_block h5 a {
   color: #666666;
}
.widget_service_block h5 a:hover {
   color: #80abc8;
}
.widget_service_block h3.widget-title:after {
   background: none repeat scroll 0 0 #ccc;
   content: "";
   display: block;
   height: 2px;
   margin: 20px auto;
   width: 100px;
}
.widget_service_block .services-main-description p {
   padding-bottom: 50px;
   margin-bottom: 0;
}
.services-header{text-align: center;}
.services-header h2{
   text-transform: uppercase;
   border-bottom: 4px solid #80abc8;
   display: inline;
   padding-bottom: 10px;
}
.single-service{
   text-align: center;
}
.single-service:hover .icons {
   background-color: #80abc8;
}
.single-service:hover .icons i {
   color: #ffffff;
}
.single-service h5{
   padding: 20px 0;
   font-size: 20px;
}
.single-service span.icons{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   border: 2px solid #f8f8f8;
   display: block;
   position: relative;
   margin: 0 auto;
}
.single-service span i{
   font-size: 36px;
   line-height: 102px;
   margin: 0;
   color: #80abc8;
}

/*
====> 11.3 Call to Action Widget
--------------------------------------------------------------*/
.business-template .widget.widget_call_to_action_block {
}
.business-template .widget.widget_call_to_action_block .call-to-action-content-wrapper {
   padding: 100px 0;
}
.call-to-action-content-wrapper h3 {
   padding-bottom: 0;
   font-size: 26px;
   color: #ffffff;
   line-height: 2;
   text-align: center;
   z-index: 1;
}
.call-to-action-button {
   border: 2px solid #ffffff;
   color: #ffffff;
   font-size: 18px;
   line-height: 2;
   text-align: center;
   padding: 10px 30px;
   margin-left: 60px;
   display: inline-block;
   border-radius: 3px;
}
.call-to-action-button:hover {
   background: rgba(255, 255, 255, 0.26);
   color: #ffffff;
}

/*
====> 11.4 Featured Posts Widget
--------------------------------------------------------------*/
.featured-posts-header .widget-title {
   text-align: center;
   line-height: 28px;
   padding-bottom: 0;
}
.featured-posts-main-description {
   text-align: center;
}
.featured-posts-main-description p {
   padding-bottom: 50px;
   margin-bottom: 0;
}
.widget_featured_posts_block .widget-title {
   text-transform: uppercase;
}
.widget_featured_posts_block .widget-title:after {
   background: none repeat scroll 0 0 #ccc;
   content: "";
   display: block;
   height: 2px;
   margin: 20px auto;
   width: 100px;
}
.widget_featured_posts_block {padding-top: 60px;}
.featured-posts-content {
   padding-bottom: 40px;
}
.single-post-image-wrap {
   float: left;
   margin-right: 20px;
   margin-bottom: 10px;
}
.single-post-image-wrap img {
   padding-top: 8px;
   margin-bottom: 0;
}
.single-post-content .read-btn a {
   margin-top: 0;
}
.widget_featured_posts_block .single-post .entry-title {
   margin: 0 0 6px 0;
   font-size: 25px;
   padding-bottom: 0;
}
.widget_featured_posts_block .single-post {
   margin-bottom: 10px;
}
.single-post-content p{}
.single-post-content a{color: #80abc8;}
.single-post-content .entry-title a{color: #666666;}
.single-post-content .entry-title a:hover{color: #80abc8;}

/*
====> 11.5 Portfolio Widget
--------------------------------------------------------------*/
.widget_portfolio_block {
}
.widget_portfolio_block .tg-column-odd,
.widget_portfolio_block .tg-column-even {
   margin-bottom: 25px;
   text-align: center;
}
.widget_portfolio_block .tg-one-fourth {
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.portfolio-container {
   background-color: transparent;
   padding: 80px 0;
}
.portfolio-container img {
   margin-bottom: 0;
}
.widget_portfolio_block h3.widget-title {
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   padding-bottom: 0;
}
.widget_portfolio_block h3.widget-title:after {
   background: none repeat scroll 0 0 #ccc;
   content: "";
   display: block;
   height: 2px;
   margin: 20px auto;
   width: 100px;
}
.portfolio-main-description {
   text-align: center;
   padding-bottom: 50px;
}
.portfolio-main-description p {
   color: #ffffff;
}
.moving-box{
   position: absolute;
   bottom: -80px;
   left: 0;
   right: 0;
   -webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
   transition: 0.25s ease-in-out;
   -ms-transition: 0.25s ease-in-out;
   -o-transition: 0.25s ease-in-out;
}
.moving-box a{
   color: #fff !important;
   display: block;
   background-color: #80abc8;
   padding: 15px 5px;
   text-align: center;
}
.view-detail a {
   height: 58px;
   width: 58px;
   display: block;
   position: absolute;
   top: -70px;
   z-index: 1;
   left: 0;
   right: 0;
   margin: auto;
   text-align: center;
}
.portfolio-container .tg-one-fourth:hover .view-detail a{top: 70px; }
.fa.fa-link {
   font-size: 40px;
   line-height: 58px;
}
.portfolio-view-more {
   text-align: center;
}
.portfolio-button {
   display: inline-block;
   color: #ffffff;
   font-size: 16px;
   padding: 18px 20px;
   text-transform: uppercase;
   letter-spacing: 2px;
   border: 1px solid #ffffff;
   margin-top: 40px;
}
.portfolio-button:hover{ background: rgba(255, 255, 255, 0.26);}
.portfolio-container .tg-one-fourth {position: relative; float:left;}
.portfolio-container .tg-one-fourth:hover .moving-box{bottom: 0;}
.portfolio-container .tg-one-fourth .single-portfolio-thumbnail{position: relative; padding:0; overflow: hidden;}

/*--------------------------------------------------------------
12.0 Plugins Support
--------------------------------------------------------------*/

/*
====> 12.1 Breadcrumb NavXT
--------------------------------------------------------------*/
.breadcrumb {
   float: right;
   text-align: right;
   margin-top: 8px;
   margin-bottom: 2px;
   font-size: 14px;
}
.breadcrumb {
   color: #ffffff;
   font-weight: 300;
}
.breadcrumb a {
   color: #ffffff;
   font-weight: normal;
}
.breadcrumb a:hover {
   text-decoration: underline;
}

/*
====> 12.2 WP-PageNavi
--------------------------------------------------------------*/
.wp-pagenavi {
   padding-bottom: 40px;
}

/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/

/*
====> 13.1 Body
--------------------------------------------------------------*/
body {
   padding-top: 30px;
   padding-bottom: 30px;
    
}
body.wide {
   padding-top: 0;
   padding-bottom: 0;
}
#page {
   background-color: #ffffff;
   max-width: 1240px;
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.wide #page {
   max-width: 100%;
  
}
.inner-wrap {
   width:100% ;
   max-width: 1240px;
   margin: 0 auto;      
}
.inner-wrap-single {
   width:80% ;
   margin: 0 auto;   
}

.inner-single {
   width:80%;
   max-width: 1240px;
   margin:0 auto;
}
.inner-ticketshop {
   width:100%;
   max-width: 100%;
   margin:0 auto;
}

.post-title-artist-wrapper {
	width:80% ;
	margin:0 auto;
}

.main-wrapper {
	position:relative;
	width:100%;
	height:100%;
	min-height:900px;
	padding-top:98px;
	padding-bottom:60px;
}

/*
====> 13.2 Header
--------------------------------------------------------------*/
.business-template #masthead {
   background-color: #ffffff;
}

.main-head-wrap {
   padding: 28px 0 0 0;
}

.header {
	position:fixed;
	width:100%;
	border-bottom:0;
	background:#fff;
	background-color: rgba(255,255,255,0.6);
	/*
	transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-moz-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-o-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	*/
	transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-webkit-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-moz-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-o-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-moz-backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
	/*
   	border-bottom: 1px solid #f2f2f2;
   	*/
   	z-index:9990;
}
.header-artistlist {
	position:fixed;
	width:100%;
	height:100px;
	
	background:#000;
	background-color: rgba(0,0,0,0.4) !important;
	/*
	transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-moz-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-o-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	*/
	transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-webkit-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-moz-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-o-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-moz-backdrop-filter: saturate(80%) blur(20px);
	-webkit-backdrop-filter: saturate(80%) blur(20px);
    backdrop-filter: saturate(80%) blur(20px);
	
   	border-bottom: 1px solid #181818;
   	z-index:9990;
}
.header-ticketshop {
	position:fixed;
	width:100%;
	height:100px;
	border-bottom:0;
	background:#fff;
	background-color: rgba(255,255,255,0.6) !important;
	/*
	transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-moz-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-o-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	*/
	transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-webkit-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-moz-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-o-transition-property: background-color, backdrop-filter, -webkit-backdrop-filter, -moz-backdrop-filter;
	-moz-backdrop-filter: saturate(80%) blur(20px);
	-webkit-backdrop-filter: saturate(80%) blur(20px);
    backdrop-filter: saturate(80%) blur(20px);
	
   	border-bottom: 0px solid #181818;
   	z-index:9990;
}

/*
.header {
	position:fixed;
	width:100%;
	background:#fff;
	background: rgba(255, 255, 255, 0.9);
   	border-bottom: 1px solid #f2f2f2;
   	z-index:9990;
}
.header-artistlist {
	position:fixed;
	width:100%;
	height:100px;
	background:#000;
	background: rgba(0, 0, 0, 0.8);
   	border-bottom: 1px solid #383838;
   	z-index:9990;
}
*/
 .headershowhide {
 	-webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
 }

.header-up {
    top: -100px;
     -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.header-down {
    top: 0px;
     -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

#header-left-section {
   float: left;
   margin-right: 25px;
}
#header-logo-image {
   float: left;
   padding: 0px 20px 10px 0;
   margin-top:-3px;
   max-width: 100%;
}
#header-logo-image img {
   margin-bottom: 0px;
   max-height: 60px;
}
#header-text {
   float: left;
   padding-right: 20px;
}
#site-title {
   font-family: 'encode_sans_compressedregular', sans-serif; 
   color: #000 !important;
   line-height: 1.4;
   font-weight: normal !important;
   margin-top:5px !important;
   padding-bottom: 0;
}
#site-title a {
   color: #000;
   font-size: 28px;
}
#site-title a:hover {
   color: #000;
}
#site-description {
   line-height: 1.5;
   font-size: 13px;
   padding-bottom: 0;
   color: #888888;
   font-weight: 300;
   margin-bottom: 0;
}
#header-right-section {
   float: right;
   position: relative;
}
#header-right-section-artistlist {
   float: right;
   position: relative;
}
img.header-image {
   display: block;
   margin: 0 auto;
}

/*
====> 13.3 Primary, Secondary & Tertiary Content Area
--------------------------------------------------------------*/
#home-top { 
   position:relative;
   width:100%;
   max-width:100%;
   height:100%; 
}

#home-primary {
   float: left;
   width:auto;   
   max-width: 75%;
   height:auto;
   padding-right:0px;
   margin-bottom:30px;
}

#home-secondary {
   float: right;
   width: 200px;
   max-width:25%;
   height:200px;
   margin-bottom:30px;
   padding-right:1%;
}

.newsletter-box {
   position:relative;
   width:200px; 
   height:200px; 
   border: 2px solid #000;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.newsletter-box .center-center {
   position:absolute; /*it can be fixed too*/
   left:0; right:0;
   top:0; bottom:0;
   margin:auto;

   /*this to solve "the content will not be cut when the window is smaller than the content": */
   max-width:100%;
   max-height:100%;
   overflow:auto;

   top: 55%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.newsletter-title {
   font-family: 'encode_sans_compressedregular', sans-serif; 
   font-size:24px;
   text-align: center;
   color:#000;
}
.newsletter-link {
   width:50%;
   text-align: center;
   background:#000;
   padding:5px;
   margin:10px auto;
   cursor:pointer;
}

.newsletter-link a {
   font-family: 'encode_sansregular', sans-serif  !important;
   color:#fff;
}

.newsletter-box:hover {
   background:#000
}
.newsletter-box:hover .newsletter-title {
   color:#fff;
}
.newsletter-box:hover .newsletter-link {
   border:2px solid #fff;
   background:#fff;
}
.newsletter-box:hover .newsletter-link:hover  {
   border:2px solid #88abc8;
    background:#88abc8;
}
.newsletter-box:hover .newsletter-link a {
  color:#000;
}
.newsletter-box:hover .newsletter-link:hover a {
   color:#fff;
}


/* Right Sidebar */
#primary {
   float: left;
   width: 80%;
   max-width:100%;
}
#secondary {
   float: right;
   width: 200px;
   height:100%;
   padding-left:10px;
}

/* Left Sidebar */
.left-sidebar #primary {
   float: right;
   width: 64.54545454%;
}
.left-sidebar #tertiary {
   float: left;
   width: 31.81818181%;
}

/* Both Sidebar */
.both-sidebar #primary {
   width: 72.72727272%;
}
.both-sidebar #secondary {
   width: 23.63636363%;
}
.both-sidebar #primary #content {
   float: right;
   width: 62.5%;
}
.both-sidebar #primary #tertiary {
   float: left;
   width: 32.5%;
}

/* No Sidebar */
.no-sidebar-full-width #primary {
   width: 100%;
}
.no-sidebar #primary {
   float: none;
   margin: 0 auto;
}

/*
====> 13.4 Content Columns
--------------------------------------------------------------*/

/* Two Column */
.tg-one-half {
   float: left;
   width: 48.18181818%;
   margin: 0 3.63636363% 0 0;
   padding: 0px 0px 30px;
}
.tg-one-half-last {
   float: right;
   margin: 0px;
}

/* Three Column */
.tg-one-third {
   float: left;
   margin: 0 3.63636363% 0 0;
   width: 30.90909090%;
}
.tg-one-third-last {
   float: right;
   margin-right: 0;
}

/* Four Column */
.tg-one-fourth {
   float: left;
   width: 22.95454545%;
   margin: 0 2.72727272% 0 0;
}
.tg-one-fourth-last {
   margin: 0px;
}

/*
====> 13.5 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.extra-hatom-entry-title {
   display: none;
}
.single-page {
   padding-bottom:200px;
   margin:60px auto 120px auto;
}
.single-header {padding: 2% 0;background-color: #000 !important;}
.single-header h2 {
   font-size: 2.5em;
   color: #80abc8;
   font-weight: 200;
   margin-bottom: 16px;
}
#content,#content{
		
}
.sidebar {
}
.single-page p a{color: #80abc8;}
.single-page p a:hover{color: #000;}
.single-page p {
   margin-bottom: 10px;
}
.entry-content ul {
   list-style: square;
}
.entry-content ul,
.entry-content ol {
   padding: 0 0 0 20px;
   margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
   margin-bottom: 0;
}
.sidebar h4{
   font-weight: 400;
   padding-bottom: 8px;
   margin-bottom: 17px;
}
.date-icon, .author-icon {
   width: 32px;
   height: 32px;
   display: block;
   float: left;
}
.hentry .entry-title {
   font-size: 24px;
   padding-bottom: 10px;
}
.hentry .entry-title a {
   color: #fff;
   display: block;
   font-weight: 400
}
.hentry .entry-title a:hover {
   color: #80abc8;
}
.entry-meta{width: 100%;padding-bottom: 20px;}
.entry-meta{ font-size: 14px;}
.read-btn a {
   border: 1px solid #80abc8;
   display: inline-block;
   margin-top: 20px;
   padding: 10px 16px;
}
.read-btn a:hover {
   background-color: #80abc8;
   color: #ffffff;
}
.entry-meta > span {
   padding-right: 15px;
}
.entry-meta .fa {
   color: #80abc8;
   padding-right: 5px;
}
.entry-meta a {
   color: #888888;
   font-weight: 300;
}
.entry-meta a:hover {
   color: #80abc8;
}
article.post {
   padding-bottom: 60px;
}
.tags a {
   display: inline-block;
}

/*
====> 13.6 Pagination
--------------------------------------------------------------*/

.default-wp-page li.previous {
  float: left;
}

.default-wp-page li.next {
  float: right;
}

.previous a,
.next a {
   color: #80abc8;
   padding: 5px 0;
   cursor: pointer;
   font-size: 16px;
   display: inline-block;
}
.next {
   float: right;
}
.previous a:hover,
.next a:hover {
   text-decoration: none !important;
   color:#000;
}
.default-wp-page {
   padding: 20px 0;
}
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #80abc8;
   cursor: pointer;
   font-size: 16px;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
   text-decoration: none !important;
   color:#000;
}

/*
====> 13.7 Comments
--------------------------------------------------------------*/
#comments {
   border-top: 1px solid #F8F8F8;
   padding-top: 15px;
}
#comments i {
   font-size: 12px;
   color: #80abc8;
   padding-right: 10px;
   line-height: 1.5;
}
#comments img {
   margin-bottom: 5px;
}
.comments-title {
   font-size: 22px;
   line-height: 28px;
}
.comment-content a {
   word-wrap: break-word;
}
.comment-navigation {
   margin-bottom: 15px;
}
.bypostauthor {
}
#comments h2.comments-title,
#comments h3.comments-title {
   margin-bottom: 10px;
}
.avatar {
   border-radius: 50%;
   float: left;
}
.comments-area article header {
   margin: 0 0 5px;
   overflow: hidden;
   position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
   display: block;
   margin-left: 100px;
   color: #999999;
   font-size: 14px;
}
.comments-area article header cite a:hover,
.comments-area a.comment-edit-link:hover,
.comments-area a.comment-permalink:hover {
   color: #80abc8;
}
.comments-area .comment-author-link a {
   color: #999999;
}
.comments-area .comment-author-link a:hover {
   color: #80abc8;
}
.comments-area .comment-author-link span {
   margin-left: 10px;
   padding: 0 5px;
   background-color: #80abc8;
   color: #FFFFFF;
   border-radius: 3px;
}
.comments-area article header .comment-edit-link:before{
   content: "\f044";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #80abc8;
   font-size: 12px;
   padding-right: 10px;
}
.comment-content {
   padding: 15px 15px 25px;
   background-color: #F8F8F8;
   border-radius: 2px;
}
li.comment {
   margin-bottom: 20px;
   width: 100%;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
   float: right;
   color: #aaaaaa;
   font-size: 14px;
}
.comment .comment-reply-link:before {
   content: "\f112";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #80abc8;
   font-size: 12px;
   padding-right: 10px;
}
.comment .comment-reply-link:hover {
   color: #80abc8;
}
.comment-list {
}
.comment-list, .comment-list .children {
   list-style-type: none;
   padding: 0;
}
.comment-list .children {
   margin-left: 40px;
   padding-top: 20px;
   margin-bottom: 0;
}
#reply-title {
   font-size: 20px;
}
.comment-respond {
   padding-top: 20px;
}
.comment-respond small {
   float: right;
}
.form-allowed-tags {
   display: none;
}
.error404 .page-title {
  font-size: 30px;
}

/*
====> 13.8 Footer
--------------------------------------------------------------*/

/*
====> ====> 13.8.a Footer General CSS
--------------------------------------------------------------*/
#colophon{
   font-size: 14px;
   clear: both;
   width:100%;  
   color: #888888;
   background-color: #000 !important;
   overflow: hidden;
   margin-top:0px;
   padding: 30px 0 120px 0;
   margin-top:40px !important;
   position:absolute;
   bottom:0;
   left:0;
   
}
.scrollup:hover{opacity: 0.6;}
.copyright-info ul li {margin-bottom: 10px; float: left;margin-left: 25px;}
.copyright-info ul li a{color: #88888;padding: 5px 5px;}
.copyright-info ul li a:hover{color: #fff;}
.extra-info{float: right !important;}
#colophon p {
   font-weight: 300;
   color: #888888;
   line-height: 1.5;
   font-size: 15px;
}
#colophon a {
   font-weight: 300;
   color: #888888;
   line-height: 22px;
   font-size: 13px;
}
#colophon a:hover {
   color: #ffffff;
}
#colophon-box {
   float: left;
   width: 22%;
   margin-right: 4%;
}

/*
====> ====> 13.8.b Footer Widget Area
--------------------------------------------------------------*/
.footer-widgets-wrapper {
}
.footer-widgets-area {
	position:relative;

   color: #888888;
}
.footer-widgets-area .tg-one-fourth .widget-title {
   text-align: left;
}
.footer-widgets-area h3.widget-title {
   color: #888888;
}
.footer-widgets-area .tg-one-fourth p {
   text-align: left;
   color: #888888;
}
.footer-widgets-area a {
   color: #fff;
}
.footer-widgets-area a:hover {
   color: #80abc8;
}
#colophon .widget {
   padding-bottom: 25px;
}
#colophon .widget-title {
   font-size: 22px;
   line-height: 1.4;
   color: #888888;
}
#colophon, #colophon p {
   font-size: 14px;
   line-height: 1.4;
}
#colophon .footer-widgets-area li a {
   display: inline-block;
   padding-bottom: 3px;
}
.footer-widgets-area .search-icon:before {
   font-size: 20px;
}

.textwidget h3 {color: #585858 !important;}
.textwidget p {color: #787878 !important; line-height:1.5 !important;}
.textwidget a {color: #585858  !important;}
.textwidget a:hover {color: #88abc8 !important;}

/*
====> ====> 13.8.c Footer Copyright Info
--------------------------------------------------------------*/
.copyright-info {
   display:none;
   float: left;
   padding-right: 10px;
   font-weight: 300;
}
#colophon .copyright-info a {
   color: #b1b6b6;
}
#colophon .copyright-info a:hover {
   color: #80abc8;
}

/*
====> ====> 13.8.d Footer Menu
--------------------------------------------------------------*/
.footer-nav {
   float: right;
}
.footer-nav ul li {
   display: inline-block;
   padding-left: 10px;
}
#colophon .footer-nav ul li a {
   color: #383838;
}
#colophon .footer-nav ul li a:hover {
   color: #80abc8;
}

/*
====> ====> 13.8.e Scroll to Top
--------------------------------------------------------------*/
a#scroll-up {
   bottom: 20px;
   position: fixed;
   right: 30px;
   display: none;
   background-color: rgba(255, 255, 255, 0);
   opacity: 0.5;
   filter:alpha(opacity=50); /* For IE8 and earlier */
   padding: 9px 18px;
   border-radius: 2px;
   font-size: 40px;
}
a#scroll-up i {
   color: #80abc8;
}
a#scroll-up:hover {
   opacity: 1;
   filter:alpha(opacity=100); /* For IE8 and earlier */
}

/*--------------------------------------------------------------
14.0 Responsive Structure
--------------------------------------------------------------*/


/*
@media screen and (min-width: 1230px) {
   #page {
      width: 97%;
   }
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94% ;
   }
   .business-template .widget.widget_call_to_action_block > .inner-wrap,
   .business-template .widget.widget_portfolio_block > .inner-wrap {
      width: 100%;
   }
}
*/

@media screen and (min-width: 1801px) {
#page {
      width: 97%;
   }
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94% ;
   }
   .business-template .widget.widget_call_to_action_block > .inner-wrap,
   .business-template .widget.widget_portfolio_block > .inner-wrap {
      width: 100%;
   }

.big-slider .slider-entry-container{
   position: absolute;
   width: 700px;
   text-align: center;
   z-index: 999;
   margin: auto auto 30px auto;
   left: 0;
   right: 0;
   top: 40% !important;
/*
   -ms-transform: translateY(-50%); 
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
*/  
}
}


@media screen and (min-width: 1501px) and (max-width: 1800px) {
#page {
      width: 97%;
   }
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94% ;
   }
   .business-template .widget.widget_call_to_action_block > .inner-wrap,
   .business-template .widget.widget_portfolio_block > .inner-wrap {
      width: 100%;
   }

.big-slider .slider-entry-container{
   position: absolute;
   width: 700px;
   text-align: center;
   z-index: 999;
   margin: auto auto 30px auto;
   left: 0;
   right: 0;
   top: 45% !important;
/*
   -ms-transform: translateY(-50%); 
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
*/  
}
}


@media screen and (min-width: 1191px) and (max-width: 1500px) {

#page {
      width: 97%;
   }
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94% ;
   }
   .business-template .widget.widget_call_to_action_block > .inner-wrap,
   .business-template .widget.widget_portfolio_block > .inner-wrap {
      width: 100%;
   }

.big-slider .slider-entry-container{
   position: absolute;
   width: 700px;
   text-align: center;
   z-index: 999;
   margin: auto auto 30px auto;
   left: 0;
   right: 0;
   top: 50% !important;
/*
   -ms-transform: translateY(-50%); 
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
*/  
}
}

@media screen and (max-width: 1190px) {
   #page {
      width: 97%;
   }
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94%;
   }
   .business-template .widget.widget_call_to_action_block > .inner-wrap,
   .business-template .widget.widget_portfolio_block > .inner-wrap {
      width: 100%;
   }
   .popup-inner {
	overflow:hidden;
    max-width:80%;
    width:70%;
    padding:20px;
    position:absolute;
    top:50%;
    left:50%;
	-webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:4px;
    background:rgba(0,0,0,1);
	z-index:9995;
}

.popup-inner p {
	font-family: 'encode_sansregular', sans-serif; 
    font-size:14px;
	color:#fff !important;
	width:100% !important;
}

.popup h2 {font-family: 'encode_sans_compressedregular' !important; font-size:28px; color:#fff !important; margin-bottom:30px !important;}
.popup a {color:#88abc8!important;}
.popup a:hover {color:#383838 !important;}
input.button,
.submit {
	font-size:28px;
	}


}

@media screen and (max-width: 1024px) {

#artist-wrapper {
	position:relative;
	width:100%;
	max-width:100%;
	height:auto;
	margin:30px 0 60px 0;
	left:0;
	}
.artist-grid {
	position:relative;
	width: 100%;
	max-width: 100%;
	height:auto;
	margin-left:0;
}
.artist_box {
	position: relative;
	float:left !important;
	width:32%;
	max-width:32%;
	height:100%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 1% 1%;
}
.artist_box:last-child {
	clear:right !important;
	position: relative;
	float:left !important;
	width:32%;
	max-width:32%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 60px 1%;
}

.artist_thumb_title {
	font-size:130%;
}
}
@media screen and (max-width: 980px) {


#home-primary {
   float: left;
   width: auto;
   padding-right:10px;
   max-width:75%;
}
#home-secondary {
   float: right;
   width: 150px;
   height:150px;
}
.newsletter-box {
   position:relative;
   width:150px; 
   height:150px; 
   border: 2px solid #000;
}
.newsletter-box .center-center {
   position:absolute; /*it can be fixed too*/
   left:0; right:0;
   top:0; bottom:0;
   margin:auto;

   /*this to solve "the content will not be cut when the window is smaller than the content": */
   max-width:100%;
   max-height:100%;
   overflow:auto;

   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.newsletter-title {
   font-family: 'encode_sans_compressedregular', sans-serif; 
   font-size:20px;
   text-align: center;
}
.newsletter-link {
   width:60%;
   text-align: center;
   color:#fff;
   background:#000;
   padding:5px;
   margin:10px auto;
   cursor:pointer;
}
.newsletter-link:hover {
   color:#888888;
   background:#000;
   padding:5px;
   margin:10px auto;
   cursor:pointer;
}
.popup-inner {
	overflow:hidden;
    max-width:80%;
    width:70%;
    padding:20px;
    position:absolute;
    top:50%;
    left:50%;
	-webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:4px;
    background:rgba(0,0,0,1);
	z-index:9995;
}

.popup-inner p {
	font-family: 'encode_sansregular', sans-serif; 
    font-size:14px;
	color:#fff !important;
	width:100% !important;
}

.popup h2 {font-family: 'encode_sans_compressedregular' !important; font-size:28px; color:#fff !important; margin-bottom:30px !important;}
.popup a {color:#88abc8!important;}
.popup a:hover {color:#383838 !important;}

}


@media screen and (max-width: 880px) {


.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 120.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}
.main-head-wrap {
   padding: 15px 0 0 0;
}

.single-page {
    padding-bottom: 0px;
    margin: 60px auto 0px;
}

li.previous,
li.next {max-width:50%;}
.previous a, .next a {
    font-size:80%;
    display: inline-block;
}

#site-title {
   top: 0px !important;
   margin-top: 0px !important;
   margin-bottom:10px;

   }


#home-primary {
   float: none;
   width: 100%;
   max-width:100%;
   padding-right:0px;
   max-width:100%;
}
#home-secondary {

   float: none;
   width: 100%;
   max-width:100%;
   height:200px;
}
.newsletter-box {
   overflow:hidden !important;
   overflow-X:hidden !important;
   overflow-Y:hidden !important;
   position:relative;
   width:100%; 
   height:200px; 
   border-top: 2px solid #000;
   border-right: 0px solid #000;
   border-bottom: 2px solid #000;
   border-left: 0px solid #000;
   margin:0 auto;
}
.newsletter-box .center-center {
   position:absolute; /*it can be fixed too*/
   left:0; right:0;
   top:0; bottom:0;
   margin:auto;
   /*this to solve "the content will not be cut when the window is smaller than the content": */
   max-width:100%;
   max-height:100%;
   overflow:auto;
   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.newsletter-title {
   font-family: 'encode_sans_compressedregular', sans-serif; 
   font-size:20px;
   text-align: center;
}
.newsletter-link {
   width:35%;
   text-align: center;
   color:#fff;
   background:#000;
   padding:5px;
   margin:10px auto;
   cursor:pointer;
}
.newsletter-link:hover {
   color:#888888;
   background:#000;
   padding:5px;
   margin:10px auto;
   cursor:pointer;
}

.main-wrapper {
	position:relative;
	width:100%;
	height:100%;
	padding-top:84px;
	padding-bottom:60px;
}

   #header-left-section {
      max-width: 80%;
      margin-right: 0;
   }
   #header-right-section {
      float: none;
   }
   #header-text {
      padding-right: 0;
   }
   .big-slider .slider-entry-container {
      width: 80%;
   }
   .big-slider .entry-title {
      font-size: 30px;
      padding-bottom: 28px;
   }
   .slider-button {
      font-size: 12px;
      padding: 10px 14px;
      letter-spacing: 1px;
   }
   .slide-prev a:before, .slide-next a:before {
      font-size: 24px;
      padding: 14px 18px;
   }
   .slide-prev {
      margin-left: 8px;
   }
   .slide-next {
      margin-right: 8px;
   }
   
   .menu-toggle,
   .main-navigation.toggled {
      display: block;    
   }
   .menu-toggle {
      margin-top: 20px;
      right: 20px;
      position: absolute;   
   }
   .menu-toggle:before{
      color: #000 !important;
      content: "\f0c9";
      font-family: fontawesome;
      font-size: 24px;
      position: absolute;
      top: -10px;
   }   
   .menu-item-169 {display:block;}
  
   .main-navigation {
      padding-top: 0;
   }
   .main-navigation ul {
      display:none;
   }
   ul#menu-main_menu {
   width:100%;
   left:0;
   top:60px;
   }    
   .menu-primary-container {
      clear: both;
   }
   ul#menu-main_menu li { 
   } 
   .menu-primary-container > ul > li > a,
   .menu > ul > li > a {
      line-height: 50px;
      height: 88px;    
   }
   .menu-primary-container ul ul li {
      padding-right: 0;
   }   
   #masthead .menu-primary-container li a {
   	  font-family: 'encode_sans_compressedSBd', sans-serif; 
	  border-bottom: 0;
      color: #000;
      display: block;
      font-size: 14px;
      padding: 10px 0;
      width: 100%;    
   }
   #masthead .menu-primary-container li:hover a,
   #masthead .menu-primary-container li:focus a,
   #masthead .menu-primary-container li:active a {
      color: #88abc8;
   }  
   .reverse {
    overflow: hidden;
    max-height: 0;

    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
	.show {
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 500px;
    overflow: hidden;
	}

   .header-up {top:0;}
   .header-down {top:0;}
   
   .call-to-action-content-wrapper h3 {
      line-height: 1.5;
   }
   .call-to-action-button {
      margin: 20px auto 0;
   }
   /* Featured Posts widget */
   .single-post-image-wrap {
      float: none;
      margin-right: 0;
   }
   .single-post-content .entry-title,
   .single-post-content p,
   .read-btn {
      text-align: center;
   }
   .footer-widgets-wrapper .tg-column-odd,
   .widget_portfolio_block .tg-column-odd {
      float: left;
      width: 48.18181818%;
   }
   .footer-widgets-wrapper .tg-column-even,
   .widget_portfolio_block .tg-column-even {
      float: right;
      width: 48.18181818%;
      margin-right: 0;
   }
   .widget_portfolio_block .tg-column-odd,
   .widget_portfolio_block .tg-column-even {
      text-align: center;
      margin-bottom: 25px;
   }
   .single-service.tg-one-third {
      margin-bottom: 25px;
   }
   .tg-after-two-blocks-clearfix {
      clear: both;;
   }
   .tg-after-three-blocks-clearfix {
      clear: none;
   }
   .copyright-info {
      padding-right: 0;
      float: none;
      text-align: center;
   }
   .footer-nav {
      float: none;
      text-align: center;
   }

   .logo-disable #site-navigation > .menu {
     padding-top: 60px;
   }

   .logo-disable .main-head-wrap.inner-wrap {
     padding: 0;
   }
   #colophon {
    font-size: 14px;
    clear: both;
    width: 100%;
    height:300px;
    color: #888;
    background-color: #000 !important;
    overflow: hidden;
    margin-top: 0px;
    padding: 30px 0px 0px 0;
    position: absolute;
    bottom: auto;
    left: 0px;
    }
    div.footer-box {height:auto;padding:0 !important;margin-bottom:-60px; }
.header-artistlist {
	height:88px;
}
.header-ticketshop{
	height:88px;
}

#artist-wrapper {
	position:relative;
	width:100%;
	max-width:100%;
	height:auto;
	margin:30px 0 60px 0;
	left:0;
	}
.artist-grid {
	position:relative;
	width: 100%;
	max-width: 100%;
	height:auto;
	margin-left:0;
}
.artist_box {
	position: relative;
	float:left !important;
	width:32%;
	max-width:32%;
	height:100%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 1% 1%;
}
.artist_box:last-child {
	clear:right !important;
	position: relative;
	float:left !important;
	width:32%;
	max-width:32%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 60px 1%;
}

.artist_thumb_title {
	font-size:130%;
}
 .footer-widgets-wrapper .tg-column-odd,
   .footer-widgets-wrapper .tg-column-even {
      float: none;
      width: 100%;
   }
}
@media screen and (max-width: 767px) {

.single-head-wrapper {
	margin: 0 auto;
}

.big-slider-wrapper {
   width:100%;
   max-width: 100%;
   height:100%;
   max-height: 700px !important;
   margin: 0 auto;
   position: relative;
   perspective: 1px;
   overflow-x: hidden;
   overflow-y: hidden; 
   background:#fff;
}

.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 99.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}
.main-wrapper {
 padding-bottom:0;
}
   #primary, #secondary,
   .both-sidebar #primary,
   .both-sidebar #secondary,
   .both-sidebar #primary #content,
   .both-sidebar #primary #tertiary {
      float: none;
      width: 100%;
   }
   .tg-one-half, .tg-one-third {
      float: none;
      width: 100%;
      margin: 0;
   }
#home-primary {
   float: none;
   width:100%;   
   max-width: 100%;
   height:auto;
   padding-right:0px;
   margin-bottom:30px;
}

#home-secondary {
   float: none;
   width: 100%;
   max-width:100%;
   height:200px;
   margin-bottom:30px;
   padding-right:0%;
}
#artist-ld-wrap {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	min-height:200px;
	clear:both;
}
.artist-left,
.artist-right {
	float:none;
	width:100%;
}
.artist-links,
.press-photos,
.artist-dates {
	float:none;
	width:100%;
	height:auto;
	min-height:200px;
}
.artist-links {
	padding-bottom:10px;
}
.press-photos {
	padding-top:10px ;
	padding-bottom:30px;
}	
.press-photos a img {
	position:relative;
	display:block;
	width:25%;
	max-width:23%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.artist-dates {
	padding: 30px 0 60px 0;
	margin-bottom: 0px;
}
.stopper {
	clear:both !important; 
	width:100%; 
	padding-bottom:0px;
}
}

@media screen and (max-width: 700px) {
.single-head-wrapper {
	margin: 0 auto;
}
.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 120.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}
#artist-wrapper {
	position:relative;
	width:100%;
	max-width:100%;
	height:auto;
	margin:30px 0 60px 0;
	left:0;
	}
.artist-grid {
	position:relative;
	width: 100%;
	max-width: 100%;
	height:auto;
	margin-left:-.5%;
}

.artist_box {
	position: relative;
	float:left !important;
	width:50%;
	max-width:49%;
	height:100%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 1% 1%;
}
.artist_box:last-child {
	clear:right !important;
	position: relative;
	float:left !important;
	width:50%;
	max-width:49%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 60px 1%;
}

.artist_thumb_title {
	font-size:140%;
}
#artistlist-list li {
	float:none;
	padding: 0 30px 0 0;
}
.ticket-text {
	font-size:90%;
}
.ticket-icon {
	display:block;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
}
}
@media screen and (max-width: 600px) {
.single-head-wrapper {
	margin: 0 auto;
}
.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 135.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}

   .big-slider .slider-entry-container {
      width: 75%;
   }
   .big-slider .entry-title {
      font-size: 28px;
      padding-bottom: 20px;
   }
   .slider-button {
      font-size: 12px;
      padding: 8px 10px;
      letter-spacing: 0;
   }
   .slide-prev a:before, .slide-next a:before {
      font-size: 18px;
      padding: 6px 12px;
   }
   .slide-prev {
      margin-left: 4px;
   }
   .slide-next {
      margin-right: 4px;
   }

  
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:25%;
   }
   .popup-inner {
	overflow:hidden;
    max-width:80%;
    width:80%;
    padding:20px;
    position:absolute;
    top:50%;
    left:50%;
	-webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:4px;
    background:rgba(0,0,0,1);
	z-index:9995;
}

.popup-inner p {
	font-family: 'encode_sansregular', sans-serif; 
    font-size:12px;
	color:#fff !important;
	width:100% !important;
}

.popup h2 {font-family: 'encode_sans_compressedregular' !important; font-size:24px; color:#fff !important; margin-bottom:30px !important;}
.popup a {color:#88abc8!important;}
.popup a:hover {color:#383838 !important;}
input.button,
.submit {
	font-size:24px;
	}
}



@media only screen and (max-width: 480px) {
.single-head-wrapper {
	margin: 0 auto;
}
#close {
width:40px;
height:40px;
cursor:pointer;

}
.close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
.close-line-r {
	height:40px;
	width:2px;
	background-color:#fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg); 
	-moz-transform: rotate(-135deg);
}
#close:hover .close-line-r {
	background-color:#88abc8;
}

#close-black {
width:40px;
height:40px;
cursor:pointer;
transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
}
#close-black .close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#000;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
#close-black .close-line-r {
	height:40px;
	width:2px;
	background-color:#000;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close-black:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg); /* IE 9 */
	-webkit-transform: rotate(-135deg); /* Safari and Chrome */
	-moz-transform: rotate(-135deg);
}
#close-black:hover .close-line-r {
	background-color:#88abc8;
}

.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 160.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}
.ticket-text {
	font-size:80%;
}
.ticket-icon {
	display:block;
	width:18px;
	height:18px;
	margin:3px 0 0 0;
	padding:0;
}

#artist-wrapper {
	position:relative;
	width:100%;
	max-width:100%;
	height:auto;
	margin:30px 0 60px 0;
	left:0;
	}
.artist-grid {
	position:relative;
	width: 100%;
	max-width: 100%;
	height:auto;
	margin-left:0;
}

.artist_box {
	position: relative;
	display:block;
	float:none !important;
	width:100%;
	max-width:100%;
	height:100%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 1% 0 ;
}
.artist_box:last-child {
	clear:right !important;
	position: relative;
	display:block;
	float:none;
	width:100%;
	max-width:100%;
	border:0 !important;
	padding:0 !important;
	margin: 0 0 60px 0 ;
}
.artist_thumb_title {
	font-size:160%;
}


.artist-links,
.artist-dates {
	float:none;
	width:100%;
	height:auto;
	min-height:150px;
}

.artist-links {
	padding-bottom:10px;
}
.press-photos {
	padding-top:10px ;
	padding-bottom:30px;
}	
.press-photos a img {
	position:relative;
	display:inline-block;
	width:33%;
	max-width:29%;
	height:auto;
	margin-right: 3%;
	margin-bottom: 3%;
}

.artist-dates {
	padding: 10px 0 30px 0;
	margin-bottom: 0px;
}
   .gigpress-table {max-width:100%; font-size:80% !important;}
   .press-photos {
	float:none;
	width:100%;
	height:100%;
	min-height:100%;

}

}
@media only screen and (max-width: 420px) {
.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 180.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:33.33%;
   }
   .gigpress-table {max-width:100%; font-size:80% !important;}
   .press-photos {
	float:none;
	width:100%;
	height:auto;
	min-height:250px;
}
   .artist_title_box {
	position:absolute;
	display:block;
	width:100%;
	max-width:100%;
	height:90%;
	margin:0 auto 0 -50%;
	top:0;
	left:50%;
}
}
@media screen and (max-width: 400px) {
.single-head-wrapper {
	margin: 0 auto;
}
#close {
width:40px;
height:40px;
cursor:pointer;

}
.close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
.close-line-r {
	height:40px;
	width:2px;
	background-color:#fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg); 
	-moz-transform: rotate(-135deg);
}
#close:hover .close-line-r {
	background-color:#88abc8;
}

#close-black {
width:40px;
height:40px;
cursor:pointer;
transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
}
#close-black .close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#000;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
#close-black .close-line-r {
	height:40px;
	width:2px;
	background-color:#000;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close-black:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg); /* IE 9 */
	-webkit-transform: rotate(-135deg); /* Safari and Chrome */
	-moz-transform: rotate(-135deg);
}
#close-black:hover .close-line-r {
	background-color:#88abc8;
}

.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 180.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}
   .big-slider .entry-title {
      font-size: 24px;
      padding-bottom: 10px;
   }
   .slider-button {
      font-size: 11px;
      letter-spacing: 0;
      padding: 2px 8px;
   }
   .widget_portfolio_block .tg-column-odd,
   .widget_portfolio_block .tg-column-even {
      float: none;
      width: 100%;
   }
   .artist_title_box {
	position:absolute;
	display:block;
	width:100%;
	max-width:100%;
	height:90%;
	margin:0 auto 0 -50%;
	top:0;
	left:50%;
}
}
@media screen and (max-width: 320px) {

.single-head-wrapper {
	margin: 0 auto;
}
#close {
width:40px;
height:40px;
cursor:pointer;

}
.close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
.close-line-r {
	height:40px;
	width:2px;
	background-color:#fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg); 
	-moz-transform: rotate(-135deg);
}
#close:hover .close-line-r {
	background-color:#88abc8;
}

#close-black {
width:40px;
height:40px;
cursor:pointer;
transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
}
#close-black .close-line-l {
	height:40px;
	width:2px;
	margin-left:12px;
	background-color:#000;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:1;
}
#close-black .close-line-r {
	height:40px;
	width:2px;
	background-color:#000;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all .3s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	Z-index:2;
}
#close-black:hover .close-line-l {
	background-color:#88abc8;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg); /* IE 9 */
	-webkit-transform: rotate(-135deg); /* Safari and Chrome */
	-moz-transform: rotate(-135deg);
}
#close-black:hover .close-line-r {
	background-color:#88abc8;
}

.inner-wrap-shop {
    width: 100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}
#shop-wrap {
  position: relative; 
  padding-bottom: 180.25% !important; 
  overflow: hidden; 
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index:1;

}
.big-slider .entry-title {
      font-size: 20px;
      padding-bottom: 20px;
   }
   .gigpress-table {max-width:100%; font-size:80% !important;}
   .press-photos {
	float:none;
	width:100%;
	height:auto;
	min-height:200px;
}
}

/* Remove the updated class from entry meta */
.entry-date .updated {
  display: none;
}