/*
Theme Name: Betheme Child - Crea-Oase
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://www.collisioncourse.be
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

a {
	transition: all 0.5s ease !important;
}

.category.mata-tags {
	display: none !important;
}

#Filters .filters_buttons li.tags,
#Filters .filters_buttons li.authors {
	display: none;
}

/* Top Bar */
#Top_bar .search_wrapper {
	background-color: #497B26;
}

#Top_bar .search_wrapper .icon_search {
	fill: #fff;
}

#Top_bar .search_wrapper .mfn-close-icon .icon {
    color: #fff;
}

#Top_bar .search_wrapper input[type="text"],
#Top_bar .search_wrapper input[type="text"]::placeholder{
	color: #fff;
}

@media (max-width: 767px) {
	#Header {
		height: auto !important;
		min-height: unset !important;
	}
}

#Top_bar #menu .current_page_item,
#Top_bar #menu .current-menu-parent,
#Top_bar #menu li:hover {
	border-bottom: 2px solid #ffffff;
}

/* Home Icon */
.home_icon a {
	display: inline-block;
	width: 42px;
	height: 42px;
	padding: 45px 0 !important;
	font-size: 0 !important;
	color: #fff !important;
	background-color: #fff !important;
	-webkit-mask: no-repeat center / contain url('icons/home.svg');
	mask: no-repeat center / contain url('icons/home.svg');
}

#Side_slide .home_icon a {
	width: 32px;
	height: 32px;
	padding: 24px 0 !important;
	margin: 0 0 0 15px !important;
}

#Side_slide .home_icon.current_page_item a {
	color: #0a0a0a !important;
	background-color: #0a0a0a !important;
}

/* Post */
.post-meta .author-date,
.post-meta .category {
	display: none !important;
}

/* Portfolio */
.portfolio .project-description,
.portfolio .post-meta,
.portfolio_group .portfolio-item .desc .details-wrapper {
	display: none !important;
}

/* Cmplz */
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-size: 11px !important;
}
