/*  MICROTHEMER STYLES  */


/*= Main Menu ================= */

/** Main Menu >> li#menu-item-74 span **/
li#menu-item-84 span {
	
}
li#menu-item-845 span {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
	background-color: rgb(15, 101, 30) !important;
	padding: 10px !important;
	margin-top: -8px !important;
	margin-left: -5px !important;
	border-radius: 20px !important;
}


/*= Content =================== */

/** Content >> div#top **/
div#top {
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.34) !important;
	background-image: url("https://www.naturparkhotel-stromberg.de/wp-content/uploads/2016/12/Wood-Pattern.jpg") !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/** Content >> div.x-promo-content h5 **/
div.x-promo-content h5 {
	margin-top: 10px !important;
}

/** Content >> h1,h2,h3,h4 **/
h1, 
h2, 
h3, 
h4 {
	padding-top: 0 !important;
	padding-bottom: 10px !important;
	display: block !important;
}


/*= Posts General ============= */

/** Posts General >> .entry-extra **/
.entry-extra {
	background-color: rgba(255, 254, 254, 0.72) !important;
	border-color: rgb(255, 255, 255) !important;
	border-width: 1px !important;
	overflow: visible !important;
	overflow-y: visible !important;
}

/** Posts General >> div.entry-cover-content span **/
div.entry-cover-content span {
	visibility: hidden !important;
}


/*= Sidebar =================== */

/** Sidebar >> div.widget li **/
div.widget li {
	background-color: rgba(255, 255, 255, 0) !important;
}


/*= Footer ==================== */

/** Footer >> footer.bottom **/
footer.bottom {
	text-align: left !important;
	height: 60px !important;
	padding: 5px !important;
}

/** Footer >> footer.top **/
footer.top {
	background-color: rgb(236, 246, 239) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= Content =================== */

	/** Content >> div.x-promo-content h5 **/
	div.x-promo-content h5 {
	margin-top: 5px !important;
}


}

