/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body .em{
	font-size: 15px !important;
}

/** EVENT LIST **/

.em.em-list{
	max-width: 1160px;
	margin: 0 auto;
	padding: 3rem 10px;
}

.em.em-list .em-item{
	grid-template-columns: 1fr;
	padding: 3rem 0;
}

.em-events-list h3.em-item-title a{
	font-size: 2.5rem !important;
	color: #000e25 !important;
}

.em-events-list .em-meta-date p, .em-events-list .em-meta-time p, .em-events-list .em-meta-location p{
	margin: 0 0 5px 0 !important;
	line-height: 1.6 !important;
	font-size: 15px !important;
}

.em.em-list .em-item .em-item-info {
	border: none;
	padding: 0;
}

.em.em-list .em-item .em-item-desc{
	line-height: 1.6;
	max-width: 800px;
	border-top: 1px solid #efefef;
	padding-top: 20px;
}

.em.pixelbones.em.em-list .em-item .em-item-read-more{
	border: none !important;
	text-transform: none !important;
	width: auto !important;
	background-color: #E67E22 !important;
	color: #fff !important;
	font-family: 'Merriweather Sans' !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	transition: all .25s ease-in-out;
}

.em.pixelbones.em.em-list .em-item .em-item-read-more:hover, .em.pixelbones.em.em-list .em-item .em-item-read-more:focus{
	background-color: #be6415 !important;
	color: #fff !important;
}

.em.em-list.em-grid .em-item, .em.em-list.size-small .em-item{
	border: none !important;
	padding: 1.5rem 0 !important;
	box-shadow: none !important;
}

.em.em-list.em-grid .em-item .em-item-info, .em.em-list.size-small .em-item .em-item-info{
	border-top: none !important;
}

/** SINGLE EVENT STYLES **/

main.type-event{
	padding: 6rem 0;
}

.event-single-wrapper{
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 6rem;
	padding: 20px 0 60px 0;
	)
}

.single-event h1{
	font-size: 2.5rem;
	line-height: 1.6;
}

.single-event .em-event-content{
	border-top: 1px solid #efefef;
	padding-top: 20px;
}

.single-event .em-event-content p{
	line-height: 1.6 !important;
}

.em-meta-wrapper{
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 20px;	
}

.em-meta-wrapper svg{
	width: 20px;
	height: auto;
}

.em-meta-date, .em-meta-time, .em-meta-location{
	display: flex;
	gap: 5px;
	align-items: flex-start;
}

.em-meta-date p, .em-meta-time p, .em-meta-location p{
	margin: 0 0 5px 0 !important;
	line-height: 1.6;
	font-size: 15px !important;
}



.event-single-bookingform .em-booking-section-title{
	display: none;
}

.event-single-bookingform  .em.em-event-booking-form .em-booking-section{
	padding: 0;
}

.event-single-bookingform .em.pixelbones.input input[type=submit]{
	border: none !important;
	text-transform: none !important;
	width: auto !important;
	background-color: #E67E22 !important;
	color: #fff !important;
	font-family: 'Merriweather Sans' !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	transition: all .25s ease-in-out;
}

.event-single-bookingform .em.pixelbones.input input[type=submit]:hover, .event-single-bookingform .em.pixelbones.input input[type=submit]:focus{
	background-color: #be6415 !important;
	color: #fff !important;
}

.em.em-event-booking-form .em-booking-form .input-group{
	margin-bottom: 15px !important;
}

.em.pixelbones .input input[type=checkbox]:not([data-nostyle]), .em.pixelbones .input input[type=radio]:not([data-nostyle]), .em.pixelbones.input input[type=checkbox]:not([data-nostyle]), .em.pixelbones.input input[type=radio]:not([data-nostyle]){
	margin-right: 5px !important;
	margin-bottom: 15px !important
}


	

.event-single-bookingform .em.pixelbones.input textarea{
	margin: 0 !important;
}

/** Mijn Reserveringen template **/

.css-my-bookings{
	padding: 40px 0;
}

.css-my-bookings .em-notice.em-notice-success{
	max-width: 1440px;
	margin: 0 auto;
}

.em-my-bookings{
	max-width: 1440px;
	margin: 0 auto;
	padding: 6rem 0;
}

.em-my-bookings th{
	font-size: 16px;
}

.em.pixelbones.em-my-bookings td a{
	color: #212121 !important;
	text-decoration: underline;
}

.em.pixelbones.em-my-bookings button.input{
	margin-bottom: 0 !important;
	border: none !important;
	text-transform: none !important;
	width: auto !important;
	background-color: #E67E22 !important;
	color: #fff !important;
	font-family: 'Merriweather Sans' !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	transition: all .25s ease-in-out;
	
}

.em.pixelbones.em-my-bookings button.input:hover, .em.pixelbones.em-my-bookings button.input:focus{
	background-color: #be6415 !important;
	color: #fff !important;
}

.em-my-bookings table tr td{
	background-color: #fff !important;
	font-size: 16px;
}


@media all and (max-width: 768px) {
	.event-single-wrapper {
		grid-template-columns: 1fr;
		gap: 3rem;
		padding: 20px 0 60px 0;
	}
	
	.single-event h1{
	font-size: 1.5rem;
	}
	
	.css-my-bookings{
		padding: 0 20px;
	}


}