/*
 Theme Name:   Singl -- Optimized for Event Smart
 Theme URI:    https://eventsmart.com
 Description:  Singl is a minimalist theme that helps you to create a strong — yet beautiful — online presence. Primarily designed for music artists, Singl is a powerful and flexible theme.
 Author:       Event Smart
 Author URI:   https://eventsmart.com
 Template:     singl
 Version:      1.0.2
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  singl__optimized_for_event_smart
*/

body {
    background: #61b1d8;
}

.page-header, 
.page-content, 
.hentry {
	max-width: 100%;
}

.ee-event-datetimes-ul li {
	float: left;
	width: 50%;
}

.ee-event-datetimes-ul:before,
.ee-event-datetimes-ul:after {
	content: '';
	display: table;
}

.ee-event-datetimes-ul:after {
	clear: both;
}

.ticket-selector-submit-btn {
    float: right;
}

.ee-reg-qstn {
	margin-bottom: 10px;
}

/* 960px > x */
@media only screen and (max-width: 959px) {


}

/* 769px > x */
@media only screen and (max-width: 767px) {


}

/* 640px > x */
@media only screen and (max-width: 637px) {

	.espresso_events .event-datetimes {
		margin: 0 auto;
		width: 66%;
	}

	.ee-event-datetimes-ul li {
		float: none;
		width: auto;
	}

}

/* 480px > x */
@media only screen and (max-width: 477px) {

	.espresso_events .event-datetimes {
		margin: 0 auto;
		width: 80%;
	}
	.tkt-slctr-tbl {
	   	font-size: 12px !important;
		margin-left: 20px;
	}
	.event-tickets {
		margin-left: -40px;
	}
	.tckt-slctr-tkt-details-tbl {
		min-width: 280px !important;
	}
	.tckt-slctr-tkt-details-dv {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 5px !important;
		padding-right: 0 !important;
	}

}