/*
Theme Name: Wessex Elementor Shell
Description: Minimal shell theme for the Elementor-first WessexRents build.
Version: 0.2.0
Text Domain: wessex-elementor-shell
*/

.site-branding-text {
	display: none !important;
}

.site-header .custom-logo {
	height: auto;
	max-height: 88px;
}

.main-navigation-container:empty {
	display: none;
}

.site-content-inner {
	width: 100%;
}

.entry-content:empty,
.entry-content > .elementor:empty {
	display: none;
}

.home .site-content-inner {
	padding-top: 0;
}

.home .entry-content:empty {
	display: none;
}

.home article.page {
	margin-bottom: 0;
}

.intro-standard {
	padding: 3rem 0 1rem;
}

.intro-standard .intro-inner {
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
}

.page-summary .button,
.page-summary a.button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border: 2px solid currentColor;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.site-header,
.site-header-content,
.secondary-navigation,
.secondary-navigation a,
.secondary-navigation a:visited,
.menu-toggle {
	background-color: #2e2d2d !important;
	color: #fffcfc !important;
}

.main-navigation .menu-toggle {
	border-color: rgba(255, 252, 252, 0.3) !important;
}

.site-header a,
.site-header a:visited,
.secondary-navigation .menu a,
.secondary-navigation .menu a:visited,
.secondary-navigation .menu-toggle {
	color: #fffcfc !important;
}

.footer-area-footer-widgets {
	background: #2e2d2d;
	color: #ffffff;
}

.footer-area-footer-widgets a,
.footer-area-footer-widgets a:visited,
.footer-area-footer-widgets .widget-title,
.footer-area-footer-widgets strong {
	color: #ffffff;
}

@media (max-width: 54.9375em) {
	.site-header,
	.site-header-content,
	.site-header-inner,
	.secondary-navigation,
	.main-navigation {
		background-color: #2e2d2d !important;
	}

	.secondary-navigation .menu,
	.secondary-navigation .menu a {
		color: #fffcfc !important;
	}

	.intro-standard {
		padding-top: 2rem;
	}
}
