/* Add here all your CSS customizations */

#header .header-container {
    min-height: 70px;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 15px;
}
.dropdown-item i {
    margin-right: 5px;
}

#footer .footer-ribbon {
    padding: 1px 1px 1px 1px;
}
#footer .footer-ribbon img{
    height: 60px;
}


h5 {
    text-transform: none;
}
.breadcrumb > li {
    text-transform: none;
}


.only_desktop{
	display: block;
}
.only_mobile{
	display: none;
}
@media only screen and (max-width: 767px) {
	.only_desktop{
		display: none;
	}
	.only_mobile{
		display: block;
	}
} 

article.post .post-date .month {
    text-transform: capitalize;
}

.cookiealert{
	z-index: 1001;
	background-color: black;
	position: fixed;
	bottom: -15px;
	width: 100%;
	height: 50px;
	display: none;
}
.cookiealert.show{
	display: block;
}





.post.post-medium.events_post{
	border: 0px;
}
.post.post-medium.events_post .main_event_row .column{
    border: 1px solid #f0f0f0;
}
.post.post-medium.events_post .long_descr_p {
    height: 35px;
    overflow: hidden;
    line-height: 1.2;
}
.post.post-medium.events_post .sub_event_row{
	border: 1px solid #f0f0f0;
    background-color: #f7f7f7;
}

.post.post-medium.events_post .list-icons p{
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px;
}










