/*
Theme Name:     Hestia Coulemelle
Theme URI:      https://themeisle.com/themes/hestia/
Description:    Child theme of Hestia
Author:         Paul Barbieux
Author URI:     http://www.extrapaul.be/
Template:       hestia
Version:        1.1
*/
@import url("../hestia/style.css");

/* Remove dark filter on the home banner */
BODY.home .header-filter::before {
	background-color: rgba(0,0,0,0);
}
/* Hide author and date of post */
ARTICLE .posted-by,
.page-header .author {
	display:none;
}
/* No bold on title */
.hestia-title {
	font-weight: normal;
}
/* List in widget */
.widget ul li {
	line-height: 1.5;
	padding-top: 15px;
}
/* Event period */
.event-period {
	color: #999;
}
H4.event-period {
	color: #FFF;
}
/* No bottom menu */
FOOTER .footer-menu {
	display: none;
}

/* Resolve some translations (Hestia free not full translatable) */

HTML:lang(fr-BE) .nl-only {
	display: none;
}
HTML:lang(nl-BE) .fr-only {
	display: none;
}

HTML:lang(nl-BE) BODY.home H1.hestia-title {
	visibility: hidden;
    position: relative;
}
HTML:lang(nl-BE) BODY.home H1.hestia-title:after {
	visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Zero-waste naaien & textielzeefdrukken";
}

HTML:lang(fr-BE) BODY.home .hestia-blogs-title-area H5.description {
	display: none;
}
HTML:lang(nl-BE) BODY.home .hestia-blogs-title-area H2.hestia-title {
	display: none;
}