/*
Theme Name: Das-LoLo Theme
Author: Sallyta
Description: Dies ist das offizielle Das-LoLo Theme basierend auf dem Divi Theme.
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.lolo-social-icons .lolo-social-icons-container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -5px;
}

.lolo-social-icons a {
	font-size: 17pt !important;
	padding: 0 5px !important;
	transition: color .3s !important;
}

.lolo-social-icons a:hover {
	opacity: 1 !important;
	background-color: rgba(0,0,0,0) !important;
	color: rgba(0,0,0,.3) !important;
}

#main-header {
	height: 100px;
	transition: height .5s;
}

#logo {
	width: 200px;
	min-height: 200px;
	transition: all .5s !important;
}

#top-menu-nav {
	padding-top: 10px;
}

.mobile_menu_bar:before {
	color: rgb(102 102 102);
}

.et_mobile_menu {
	border-top: 3px solid #f9d7c3;
}

.lolo-header-subtile h1 {
	font-size: 1.6vw !important;
}

.et-fixed-header {
	height: 80px !important;
	/* height: 110px !important; /* Später Auskommentieren */
}

.et-fixed-header #logo {
	min-height: 80px !important;
	width: 80px !important;
}

.et-social-icons a:hover {
	color: #FAD7C1 !important;
}

.current-menu-item a,
.current-menu-ancestor a {
	color: #fad7c1 !important;
}

.current-menu-item.menu-item-has-children .menu-item a {
	color: rgba(0,0,0,0.6) !important;
}

@media (max-width: 980px) {
	#main-header {
		height: 80px;
		/*height: 110px !important; /* Später Auskommentieren */
	}
	
	#logo {
		width: 150px;
		min-height: 150px;
	}
	
	.lolo-header-subtile h1 {
		font-size: 3vw !important;
	}
	
	.lolo-social-icons .lolo-social-icons-container {
		top: 10px !important;
	}
}

@media screen and (max-width: 780px) {
	.ti-col-1,
	.ti-col-2,
	.ti-col-3,
	.ti-col-4,
	.ti-widget-container {
		-ms-flex-wrap: wrap !important;
    	flex-wrap: wrap !important;
	}
	.ti-footer,
	.ti-reviews-container {
		width: 100% !important;
	}
}

.trp-language-switcher-container .sub-menu {
	background-color: white !important;
	border-top: none !important;
	padding: 0 !important;
	width: auto !important;
}

.trp-language-switcher-container .sub-menu .menu-item {
	padding: 3px 10px !important;
}

.trp-language-switcher-container .sub-menu .menu-item a {
	width: auto !important;
	padding: 0 !important;
}

.das-lolo-highlight-text strong {
	background-color: #FAD7C1;
	padding: 3px 5px;
	border-radius: 3px;
}

.tribe-events-view--month {
	padding-top: 100px;
	background-image: url('https://das-lolo.de/wp-content/uploads/2023/11/Blaetter.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tribe-events-l-container {
	background-color: white;
}
