/*
Theme Name: Green Belt Homes
Theme URI: https://www.hswsolutions.com/
Description: Green Belt Homes
Author: HSS
Author URI: https://www.hswsolutions.com/
Template: Divi
Version: 1.0.0
*/

/* Divi Accessibility plugin missing CSS */
.et_pb_contact_form_label,
.widget_search .screen-reader-text,
.et_pb_social_media_follow_network_name,
.et_pb_search .screen-reader-text {
	display: block !important;
}
.da11y-screen-reader-text,
.et_pb_contact_form_label,
.widget_search .screen-reader-text,
.et_pb_social_media_follow_network_name,
.et_pb_search .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	line-height: normal;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 1em;
	font-weight: 600;
	-webkit-font-smoothing: subpixel-antialiased;
}
.da11y-screen-reader-text:focus {
	background: #f1f1f1;
	color: #00547A;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 7px;
	width: auto;
	z-index: 1000000;
}

/* Header top bar */
.header-info .ghi-header-top-link {
	color: #cccccc;
}
.header-info .ghi-header-top-link:hover {
	color: white;
	text-decoration: none;
}

.et-db #et-boc .et-l .ghi-header-top-link .et-pb-icon {
	font-size: 20px;
	margin-right: 7px;
}

.header-info .ghi-header-top-button {
	color: white;
	text-decoration: none;
	transition: all 0.2s ease;
	outline: 2px solid transparent;
}
.header-info .ghi-header-top-button:hover {
	outline-color: white;
}

@media only screen and (max-width: 980px) {
	.et-db #et-boc .et-l .ghi-header-top-link .et-pb-icon {
		font-size: 18px;
		margin-right: 5px;
	}
}

/* /news-and-events page Blog element empty message */
.ghi-no-results-big {
	font-size: 16px;
}

/* FOUC fix */
/* Body */
body {
	display: none;
}
body.ghi--ready {
	display: block;
}