/*

File:	 custom.css

Description:	Custom styles for your theme


To properly utilize custom.css you will have to mention a CSS class and it's new properties/values. For 

instructions open the following article:

http://templatic.com/docs/using-custom-css-for-theme-customizations/


PS: Don't forget to activate custom.css in your theme settings area


ADD YOUR CODE AFTER THIS ENDING COMMENT TAG -----------> */ 



/*	--------------------------------------------------
	:: IMPORTS
	-------------------------------------------------- */
	
/*@import url(http://fonts.googleapis.com/css?family=Oxygen:700);
@import url(http://fonts.googleapis.com/css?family=Numans);
@import url(http://fonts.googleapis.com/css?family=Michroma);
@import url(http://fonts.googleapis.com/css?family=Spinnaker);
@import url(http://fonts.googleapis.com/css?family=Russo+One);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,900);
@import url(http://fonts.googleapis.com/css?family=Archivo+Black);*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);


#recaptcha_area * {
  line-height:normal;
}

#recaptcha_area input {
  height:18px;
}

#recaptcha_widget_div {

    min-width: 200px;
    position: relative;
    text-align: right;
    width: 50%;
}

#recaptcha_widget_register_div {
		float: right;
		position: relative;
    left: 20px;
    top: -140px;
    width: 50%;
}

	
#header {
    min-height: 0px;
}

body {
	font-family: 'Lato',sans-serif;
	font-weight: 400;
}

p {
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	font-size:15px;
	color:#FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato',sans-serif;
	font-weight: 400;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone{
	margin-right: 6px;
	float: left;
}

#content h3 {
    color: #FFFFFF;
  }
  
  blockquote {
    /*background: url("images/Translucent_50_percent_white.png");*/
    border: 2px solid rgba(128,128,128,0.2);
    margin: 0;
    padding: 0 5% 0 40px;
}

blockquote p {
		font-family: 'Lato',sans-serif;
		font-weight: 400;
		font-size:17px;
	}
  
  
  #linky {
	width:100%;
	height:auto;
  padding-bottom:20px;
  padding-top:20px;
 	
  } 
 
 #linky .boxy {
  width: 230px;
  margin-bottom:10px;
 	position:relative;
 	overflow:hidden;
  }
  
  

        
#linky a:link,a:visited{
  	text-decoration: none;
  	color:#FFFFFF;

  }
  
#linky span{
				font-family: 'Lato',sans-serif;
				font-weight: 400;
				line-height:100%;
  	  	border-bottom:0;
  	  	font-size: 35px; 
  	  	margin-bottom:0;
  	  	position:absolute;
  	  	top:-2px;
  	  	left:0;
  	  	/*text-shadow: #47494D 0.5px 0.5px 0.5px;*/
  	  	max-width:100%;
    		text-transform: uppercase;
    		max-height:98%;
    		overflow:hidden;
    		background: url("images/text_background_opacity15.png");
    		
  	  }
  	  
#linky img {
  	  	position:relative;
  	  	border-style: none none none;
  	  	padding:none; 
  	  }
  
  /*.entry-content iframe, .entry-content object, .entry-content embed, removed 260613*/
  .entry-content audio, .entry-content img, 
  .entry-content video, 
  .entry-content .wp-caption, .comment-text audio, .comment-text iframe, 
  .comment-text img, .comment-text object, .comment-text embed, 
  .comment-text video, .comment-text .wp-caption, .textwidget audio, 
  .textwidget iframe, .textwidget img, .textwidget object, 
  .textwidget embed, .textwidget video, .textwidget .wp-caption {
  height: auto;
}
  

.singular-event #content h1, .singular-event #content h2, #content h2, 
.singular-giveaway #content h1, .singular-giveaway #content h2, #content h2, #content .entry-title
{
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	border-bottom/*\**/: 3px solid #E4E8EB\9;
	border-bottom: 3px solid rgba(128,128,128,0.2);
  color: #FFFFFF;
  font-size: 35px;
	padding-right: 0px;
	line-height: 36px;
}

#content .entry-title a, #content .page-title a {
	text-decoration:none;
	border-bottom:none;
	color: #FFFFFF;
	line-height: 36px;
}

.singular-photos .entry-content img
{
	box-shadow: 0px 0px 5px rgba(255,255,255,.3);
	padding:7px;
	float:left;
}


#container h1 {
		font-family: 'Lato',sans-serif;
	font-weight: 400;
}

#breadcrumb, .breadcrumb, .bbp-breadcrumb {
		font-family: 'Lato',sans-serif;
	font-weight: 400;
}

div#menu-secondary .menu li a, div#menu-subsidiary .menu li a {
		font-family: 'Lato',sans-serif;
	font-weight: 700;
	color:#44464B;
}

div#menu-secondary .menu li.current-menu-item a, div#menu-subsidiary .menu li.current-menu-item a {
		font-family: 'Lato',sans-serif;
	font-weight: 700;
	color:#44464B;
}
	
.attending_event {
  display: none;
}	 

.comments {
  display: none;
}	 


.comment-meta {
		font-family: 'Lato',sans-serif;
	font-weight: 400;
	}
	
	.comment-author cite {
		font-family: 'Lato',sans-serif;
	font-weight: 400;
	}
	
	form#commentform p.log-in-out {
		font-family: 'Lato',sans-serif;
	font-weight: 400;
	}
	
	ul.ui-tabs-nav li a,
.tabber ul li a { 
			font-family: 'Lato',sans-serif;
	font-weight: 700;
	}
	
	.signup form {
			font-family: 'Lato',sans-serif;
	font-weight: 700;
	}

.event_detail p span {
    color: #DCDEE0;
  }
  
.event_description_meta{
	text-align:right;
}

.login_widget p {
	width:200px;
	color:#44464B;
}

form {
    font-family: 'Lato',sans-serif;
    font-weight: 700;
}

.form_row label {
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	color:#FFFFFF;
}

.form_row span.error_message,
.error, 
.message_error,
.message_error2 {
	
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	color:#FFFFFF;
}

.form_row span.message_note {
	
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	color:#FFFFFF;
}

.form_row label:hover {
	
	color:#FFFFFF;
}

#login_form{
	
	text-align:center;
	
}

button, 
input[type="reset"], 
input[type="submit"], 
input[type="button"], 
.upload,
.button {
		font-family: 'Lato',sans-serif;
		font-weight: 700;
	}

input[type="password"], input[type="email"],  {
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	font-size:13px;
	color:#FFFFFF;
	border: 1px solid rgba(128, 128, 128, 0.4);
	box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
	padding:12px;
	background: url("images/small_icons.png") no-repeat scroll 325px -1204px transparent;
}

input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input.input-text, input[type="time"], input[type="url"], input[type="week"], select, textarea {
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	font-size:13px;
	
}



/*set font color in select controls in forms*/
select
{
	font-weight: 700;
	font-size:13px;
  }

.genre_checkbox_column{
  	float:left;
  	min-width: 160px;
  	padding-bottom:30px;
  }
  
  /*set background of TinyMCE editor to white*/
 .wp-editor-container { 
   background-color: #FFFFFF; 
   color:#000000;
   background-image:none;
}


.event_author_name_title {
		font-family: 'Lato',sans-serif;
	font-weight: 400;
	font-size:15px;
	color:#FFFFFF;
}

.event_author_name {
		font-family: 'Lato',sans-serif;
	font-weight: 700;
	font-size:15px;
	color:#FFFFFF;
}
  
.event_detail p {
  min-height: 30px;
  color: #FFFFFF;
}

#content .event_search .entry h2.highlight_event {
	display: block;
  float: left;
	width: 8%;
	border-right/*\**/: 1px solid #E5E5E5\9;
	border-right: 1px solid rgba(128,128,128,0.2);
  border-bottom: none;
	font-size: 20px;
	color: #FF723B;
  line-height: normal;
	text-align: center;
	white-space: nowrap;
	padding: 0 1.5% 0 0;
	margin-right: 3.5%;
	background: url("images/icons/white/lighting_icon&48b.png") no-repeat center transparent;
}

.fb_iframe_widget span {overflow:visible !important; width:450px !important; margin-right:-375px;}

.entry-content iframe .fb_ltr {
	max-width:none; !important;
}

.fb_iframe_widget iframe {
	max-width:none; !important;
}

.event_detail p.date {
    background: url("images/icons/white/calendar_2_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.time {
    background: url("images/icons/white/clock_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.address {
    background: url("images/icons/white/pin_map_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.event_venue {
    background: url("images/icons/white/heart_empty_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.event_price {
    background: url("images/icons/white/cur_euro_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.event_headliner {
    background: url("images/icons/white/lighting_icon&32.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.event_supports {
    background: url("images/icons/white/lighting_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.event_status {
    background: url("images/icons/white/lighting_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.event_ticket_link {
    background: url("images/icons/white/shop_cart_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.website {
    background: url("images/icons/white/globe_2_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.phone {
    background: url("images/icons/white/phone_2_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.event_detail p.email {
    background: url("images/icons/white/mail_icon&24.png") no-repeat scroll 5px 5px transparent;
}

.indexlist div span.address, #content .event_search .entry span.address { 
	background: url("images/icons/white/pin_map_icon&16.png") no-repeat transparent;
	background-size: 10px;
	margin-left:8px;
	padding-left: 14px;
	background-position:left center;
}

.indexlist div span.venue, #content .event_search .entry span.venue { 
	background: url("images/icons/white/heart_empty_icon&16.png") no-repeat transparent;
	background-size: 10px;
	margin-left:8px;
	clear: both;
	padding-left: 14px;
	padding-top: 0px !important;
	background-position:left center;
}

.indexlist div span.event_headliner, #content .event_search .entry span.event_headliner { 
	background: url("images/icons/white/lighting_icon&16.png") no-repeat transparent;
	background-size: 10px;
	clear: both;
	padding-left: 14px;
	padding-top: 0px !important;
	background-position:left center;
}

#container h1 {
    color: #FFFFFF;
    border: none;
  }
  
#content .event_search .entry {
	width:100%;
}  

#map-container {
	margin-top:-10px;
}
  
  #content .event_search .entry h2.title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#content .calendar {
    color: #767B83;
    float: right;
    font-size: 11px;
    margin-top: -85px;
    padding: 25px 0 12px;
    position: relative;
    text-transform: uppercase;
    text-align: right;
    z-index: 1;
}

#content .music_style {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    z-index: 1;
}

.entry-meta {
	display:none;
}

.entry-content p {
	/*clear:both;*/
}

.pagination{
	min-height:20px;
}


#content .entry-title {
    color: #FFFFFF;
}

#content h1, #content h2, #content h2 {
    color: #FFFFFF;
}


.eventlist div .content span.title a {
    color: #FFFFFF;
}

.listing-genre {
		font-size: 60%;
color: #666666;
}



.logo {
	width: 80%;
}


.header_search_container {
		margin: 0 auto;
    z-index: 100;
    width:974px;
    position: absolute;
    display:block;
    top: 70%;
		background-color: #FFFFFF;
		margin: 0px 0 0 -489px;
		left: 50%;
		
}

.header_logo_container{
    z-index: 100;
    position: absolute;
    display:block;
    
		margin: 0px 0 0 -489px;
		left: 50%;
		top: 5%;
		
}

.slider_search_wrap {
	position: relative;
	
}
  
#content .post a.post_img img, #content .event_search img {
	  	  border-style: none none none;
  	  }
  	    	  
.mega-menu ul.mega li a {
    border-right:0;
    padding: 5px;
}  

 .widget-title,
.sidebar h3 {
		font-family: 'Lato',sans-serif;
	font-weight: 700;
}

.widget #wp-calendar caption {
		font-family: 'Lato',sans-serif;
	font-weight: 700;
}

.ui-datepicker .ui-datepicker-header {
		font-family: 'Lato',sans-serif;
	font-weight: 700;
}

.login_form_l,
.registration_form_r {
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	}
	
	.login_form_l h2,
.registration_form_r h2 {
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	}
	
.s8_form p {
	text-align:right;
	width:50%;
	min-width:200px;
}
	
	.templ_popup_forms h3 {
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	}
	
	/* Main menu styles */
.mega-menu ul.mega li a { 
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	}
	
	body.woocommerce-page #content input.button.alt {
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	}


/*	--------------------------------------------------
	:: Tablet (Landscape)
	-------------------------------------------------- */

@media only screen and (max-width: 974px) {
	
	#header {
		margin-left:2%;
	}
	
	
	
		.header_search_container {
		width:98%;
		margin: 0;
		padding:5px 1% 0 1%;
		position: relative;
		top:0;
		left:0;
}

.logo {
	width: 100%;
	margin-left: auto;
  margin-right: auto;
}

.header_logo_container{
    z-index: 100;
    position: absolute;
    display:block;
    
		margin: 2% 2% 0 2%;
		left: 0;
		top: 0;
}

#linky {
	max-width:100%;
}
	

#linky .boxy {
	max-width:100%;
}
	
	
}


/*	--------------------------------------------------
	:: Tablate (Portrait)
	-------------------------------------------------- */
	
@media only screen and (max-width: 679px) {
	
		#header {
		margin-left:2%;
	}
	
	#recaptcha_widget_div {
		float: none;
    left: 0px;
    min-width: 200px;
    text-align: right;
    top: 0px;
    width: 100%;
}

.s8_form p {
	text-align:right;
	width:100%;
	min-width:200px;
}
	
		.header_search_container {
		width:98%;
		margin: 0;
		padding:5px 1% 0 1%;
		position: relative;
		top:0;
		left:0;
}

.logo {
	width: 100%;
	margin-left: auto;
  margin-right: auto;
}

.header_logo_container{
    z-index: 100;
    position: absolute;
    display:block;
    
		margin: 2% 2% 0 2%;
		left: 0;
		top: 0;
}

#linky {
	max-width:100%;
}
	

#linky .boxy {
	max-width:100%;
}
	
}
	


/*	--------------------------------------------------
	:: Mobile (Landscape)
	-------------------------------------------------- */

@media only screen and (max-width: 480px) {
	
	#recaptcha_widget_div {
		float: none;
    left: 0px;
    min-width: 200px;
    text-align: right;
    top: 0px;
    width: 100%;
}

.s8_form p {
	text-align:right;
	width:100%;
	min-width:200px;
}
	
	
	#header {
		margin:2%;
	}
	
	#site-title {
    text-align: left;
}
	
		.header_search_container {
		width:98%;
		margin: 0;
		padding:5px 1% 0 1%;
		position: relative;
		top:0;
		left:0;
}

.logo {
	width: 100%;
	margin-left: auto;
  margin-right: auto;
}

.header_logo_container{
    z-index: 100;
    position: absolute;
    display:block;
    
		margin: 2% 2% 0 2%;
		left: 0;
		top: 0;
}
	
	.header_bg2 {

	padding:0;

	}
		
#linky {
	max-width:100%;
}
	

#linky .boxy {
	max-width:100%;
}  
	
}


/*	--------------------------------------------------
	:: Mobile (Portrait)
	-------------------------------------------------- */

@media only screen and (max-width: 320px) {
	
	.header_search_container {
		width:98%;
		margin: 0;
		padding:5px 1% 0 1%;
		position: relative;
		top:0;
		left:0;
		
}

.logo {
	width: 100%;
	margin-left: auto;
  margin-right: auto;
}

.header_logo_container{
    z-index: 100;
    position: absolute;
    display:block;
    width:100%;
    
		margin: 2% 2% 0 2%;
		left: 0;
		top: 0;
}

#linky {
	max-width:100%;
}
	

#linky .boxy {
	max-width:100%;
}

	
	
}
	