/*
Theme name: Wiredmedia Hotel
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

.footer {
	padding: 30px 0px;
}

.footer .footer__location {
	margin-bottom: 30px;
	line-height: 2;
}

.footer .footer__socials{
	margin-bottom: 30px;
	line-height: 2;
}

.footer .footer__location ul {
	justify-content: center;
	gap: 30px;
}

.footer .footer__location ul li {
	margin: 0px !important;
}

.footer .last-row {
	font-size: 11px;
	line-height: 2;
}

.text-image-block.leighpark-text-image .shell .section__body .section__content.image-left {
    background: #D89656;
}
.text-image-block.leighpark-text-image .shell .section__body .section__content h1, .text-image-block.leighpark-text-image .shell .section__body .section__content h2{
	color:#D89656;
}
.text-image-block.leighpark-text-image .shell .section__body .section__content h4{
	color: #D89656;
}

.header_home .header__logo img {
    -webkit-filter: unset !important;
    filter: unset !important;
}
.header_home img.green-logo.site-logo {
    display: none;
}
img.white-logo.site-logo {
    display: none;
}
.header_home img.white-logo.site-logo {
    display: block;
}
.header__logo .site-logo {
    width: 125px;
}
