/*
 Theme Name:   Magzinum Child
 Template:     magzimum
*/

body {
	background-color : #f4f4f4;
	font-family: 'Lora', serif;
}

p {
	font-family: 'Lora', serif;
}

h1,h2,h3,h4, h5,h6{
	font-family:"Playfair Display", serif;
}

#site-navigation ul li a {
	font-family:"Playfair Display", serif;

}
#top-navigation ul li a {
	font-family : "Playfair Display", serif;
}
.sidebar-header-right ul li a {
	font-family:"Playfair Display", serif;
}

.widget_em_widget .date {
	float : left;
	width : 90px;
}

.widget_links img {
	max-width : 60px;
}

table.em-calendar {
	table-layout : fixed;
}

table.em-calendar td {
	height : 60px
}

table.em-calendar td.eventful a {
	color : #000
}

table.em-calendar ul {
	margin-left : 0
}

table.em-calendar li {
	list-style-type : none
}

table.em-calendar td.eventful-post a {
	color           : #4B4B4B;
	text-decoration : none;
}

table.em-calendar thead td {
	height      : 40px;
	text-align  : center;
	font-weight : bold;
}

table.em-calendar .em-calnav-prev,
table.em-calendar .em-calnav-next {
	display     : block;
	height      : 100%;
	padding-top : 20px;
	font-size   : 15pt
}

.home article.page {
	display : none;
}

.em-booking-form .ticket-price label {
	width : 30%;
}

.em-booking-form-details {
	width : 100%
}

.em-booking-form-details .input-captcha {
	width : 50%;
	float : left;
}

.em-booking-form-details #recaptcha_widget_div {
	width : 50%;
	float : left;
}

.em-booking-form-details select {
	width : 250px;
}

.em-booking-form-details textarea {
	 height : 80px;
 }

.em-booking-form input[type="text"], .em-booking-form input[type="email"], .em-booking-form input[type="url"], .em-booking-form input[type="password"], .em-booking-form input[type="search"], .em-booking-form select, .em-booking-form textarea {
	padding : 2px;
}

.entry-content img {
    margin-bottom: auto;
}

.entry-content img,
.page-content img,
.entry-summary img {
    margin-bottom: auto;
}

.entry-content img {
	margin-bottom: auto;
}

.wp-block-table th,
.wp-block-table td {
	word-break: break-word;
}