/*
Theme Name: Ticketshop die-eine
Theme URI: http://www.elmastudio.de/en/themes/weta/
Author: Sascha Dengler
Author URI: https://www.kigmbh.com
Description: Weta is a minimal, responsive Magazine and eCommerce theme with support for the WooCommerce eCommerce plugin. You can build your individual Magazine-style front page using Weta's custom widgets or sell your products in a clean and elegant way. 
Version: 1.0.4
Template:     weta
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column, two-column, three-column, four-column, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: weta

* @version 1.0.4
*/

@import url("../weta/style.css");

/*-----------------------------------------------------------------------------------*/
/*	17.0 die-eine customiziation
/*-----------------------------------------------------------------------------------*/
.tckt-slctr-tkt-sale-dates-sctn,
.tckt-slctr-tkt-datetimes-sctn,
#primary .category-filter,
#primary .entry-meta,
.tckt-slctr-tkt-details-dv h3, .tckt-slctr-tkt-details-sctn p, .tckt-slctr-tkt-price-sctn h5, .tckt-slctr-tkt-details-sctn br {
	display: none;
	visibility: hidden;
}

/* Display ticket details */
.tckt-slctr-tkt-details-dv { 
	display: block !important;
	visibility: visible;
}
.display-the-hidden {
	display:none;
	visibility: hidden;
}


/* Custom buttons */
a.event-cart-register-button.event-cart-button.button, 
input[type="submit"].spco-next-step-btn,
.cart-results-register-button.cart-results-button.button,
input[type="submit"].ticket-selector-submit-btn {
	color: #fff;
	background: #03a51a;
	border: none;
}
a.event-cart-register-button.event-cart-button.button:hover, 
input[type="submit"].spco-next-step-btn:hover,
.cart-results-register-button.cart-results-button.button:hover,
input[type="submit"].ticket-selector-submit-btn:hover {
	color: #555;
	background: #ebebeb;
}
/* spco-payment-method
mini-cart-register-button*/

@media screen and (max-width: 480px) {

	#ee_filter_table thead .th-group:nth-of-type(2),
	#ee_filter_table tbody td:nth-of-type(2),
	#ee_filter_table .a_register_link {
		word-break: break-word;
		white-space: pre-wrap;
	}
	.nosidebar #primary, .fullwidth #primary {
		padding: 64px 0 0 0;
	}
	h1, h2, h3, h4, h5, h6, p {
		padding: 0 10px !important;
	}
}