/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child Theme
 Author:       Tommaso Baldovino
 Author URI:   http://www.tomstardust.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  helloelementorchild
*/
h1, h2, h3, h4, h5 {
	font-family: "Montserrat", Sans-serif !important;
	font-weight: 900 !important;
}
.hide {
	display: none;
}

.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label {
	line-height: 2em;
}

#home-events .tc-single-event {
	float: none;
	text-align: center;
	padding: 1rem;
	margin: 0 0 2rem;
	box-shadow: 0 5px 30px -10px rgba(0,0,0,0.2);
	border-radius: 15px;
}
#home-events .tc-single-event.event_cat_15 {
	border: 5px solid #ff6e00;
}
#home-events td {
	border: none;
	padding: 0;
}
#home-events tr:hover > td {
	background: transparent;
}
#home-events .tc_event_date_title_front {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	text-transform: none;
	margin-left: 5px;
}
.pms-account-subscription-details-table__actions, #home-events th, #home-events td:first-child, #home-events td:nth-child(2) {
	display: none;
}
#home-events .add_to_cart {
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	background: #ff6e00;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	border-radius: 3px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#home-events .add_to_cart {
		width: 100%;
	}
}
#home-events .add_to_cart:hover {
	background: #222;
}

.tc-events-wrap h3, #home-events h2 {
	font-family: "Montserrat", Sans-serif;
	font-weight: 900;
}
.tc-event-date-wrap {
	border-left: 3px solid #ff6e00;
}

/* Nascondo paginazione da link prossimo evento */
.link-corsisti .pagination {
	display: none;
}

.corsisti .tc-single-event h4 {
	font-size: 20px;
}
.corsisti .tc-single-event h4 a {
	color: #222;
	cursor: default;
}
.corsisti .tc-event-date-wrap {
	background: transparent;
}

/* Tickera forms */
.tickera_buyer_info {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tickera_buyer_info .fields-wrap, .tickera_owner_info .fields-wrap {
	margin-bottom: 1.5rem;
}
.tickera_buyer_info br, .tickera_owner_info br {
	display: none;
}
.tickera_buyer_info select, .tickera_owner_info select {
	max-width: 100%;
	margin-left: 5px;
	padding: .5rem .7rem;
}
.tickera_buyer_info .fields-wrap span, .tickera_owner_info .fields-wrap span {
	line-height: 1.4;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	border-color: #ccc !important;
}
.tickera .tickera_checkout {
	float: none;
	display: block !important;
	width: 100%;
	padding: 15px 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#riepilogo-ordine h2, #riepilogo-ordine p, #riepilogo-ordine hr {
	display: none;
}
#riepilogo-ordine .order-details td:first-child, #riepilogo-ordine .order-details th:first-child {
	display: none;
}
#riepilogo-ordine .order-details td {
	text-align: center;
}

.pms-account-navigation-link--payments, .pms-account-subscription-details-table__expiration-date, .pms-account-subscription-details-table__start-date {
	display: none; 
}
.tc-display-filter-events {
	min-height: 10px;
}
#pagamento h3 {
	display: none;
}
#pagamento .tickera-payment-gateways .plugin-title label {
	font-size: 34px;
	font-weight: bold;
}
.tickera-payment-gateways .tickera-height.tc_gateway_form {
	margin: 0; 
}
#pagamento .tickera-button {
	font-weight: bold;
}
#tc_terms_and_conditions {
	margin: 0 5px;
}

/* Tickera Calendar */
#tc_calendar {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
} 
.fc-daygrid-day-frame {
	padding: 5px;
}
.fc .fc-daygrid-day-number {
	font-size: 12px;
	padding: 0;
}
.fc-daygrid-dot-event {
	display: block !important;
}
#tc_calendar .fc-daygrid-dot-event:hover {
	background: transparent; 
}
.fc-daygrid-event-dot {
	display: none; 
}
.fc-daygrid-dot-event .fc-event-title {
	white-space: normal;
	margin-top: 0;
	line-height: 1.2;
	color: #FF6E00;
	display: block; 
}

/* Removed subscription from alternative login page */
/* .page-id-20 .pms-subscription-plan-394 {display: none;} /* Video corsi removed from regular registration */
/* .page-id-397 .pms-subscription-plan-23 {display: none;} /* Corsista removed from video corsi registration */


/* AffiliateWP - hide url generator from affiliate area */
#affwp-affiliate-dashboard-url-generator h5, #affwp-affiliate-dashboard-url-generator h5 + p, #affwp-generate-ref-url {display: none;}

#tickera_cart {
	max-width: 700px;
	margin: 0 auto;
}
.faq-registrazione {
	margin: 3rem 0 2rem;
	background: #eee;
	padding: 30px;
}

/* Nascondo prezzo da pagina registrazione Paid Member Subscriptions */
.pms-subscription-plan-price {
	display: none;
}