
/* =============== ADDED CLASSES =============== */

.rsgch_green_hr {
	border-color: #15b218!important;
	max-width: 300px;
	margin: 10px auto 10px 0;
}
.rsgch_w_100 {
	width: 100%;
}
.rsgch_accent_color {
	color: #15b218!important;
}
.rsgch_dnone {
	display: none!important;
}
.rsgch_visnone {
	visibility: hidden!important;
}
.rsgch-caret-right {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #000000;
}
.rsgch-caret-left {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #000000;
}
.rsgch-caret-top {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000000;
}
.rsgch-caret-bot {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000000;
}
/* =============== ROWS =============== */

.rsgch-flex-row {
	display: flex;
}
.rsgch_row {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.rsgch_row .rsgch_col {
	padding: 20px;
	margin: 5px;
	display: flex;
	z-index: 3;
}

/* =============== SECTIONS =============== */

section.rsgch_section {
	padding: 40px 10px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
section.rsgch_section .rsgch_row {
	max-width: 1400px;
	margin: 0 auto;
}
section.rsgch_section .rsgch_row > h2 {
	font-size: 30px!important;
	margin-bottom: 20px;
}

/* =============== COLUMNS =============== */
.rsgch-cols-1 {
	width: 100%;
}
.rsgch-cols-2 {
	width: 50%;
	width: calc(100%/2);
}
.rsgch-cols-3 {
	width: 33%;
	width: calc(100%/3);
}
.rsgch-cols-4 {
	width: 25%;
	width: calc(100%/4);
}

@media( max-width:992px ) {
	.rsgch-cols-3 {
		width: 50%;
		width: calc(100%/2);
	}
	.rsgch-cols-4 {
		width: 33%;
		width: calc(100%/3);
	}	
}

@media( max-width:760px ) {
	.rsgch-cols-4 {
		width: 50%;
		width: calc(100%/2);
	}	
	.rsgch-cols-2 {
		width: 100%!important;
	}
}

@media( max-width:600px ) {
	.rsgch-cols-3, .rsgch-cols-4 {
		width: 100%!important;
	}	
}


/* =============== GENERATED LINK BLOCKS =============== */

.rsgch-areas-served-blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.rsgch-areas-served-block {

}

/* =============== LOADING ? LOADER =============== */

.rsgch-loading-lpg-container {
	display: none;
}
.rsgch-loading-lpg-container.active {
	margin: 0;
	padding: 0;
	background: rgb(38 38 38 / 80%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	justify-content: center;
}
.rsgch-loading-lpg-container small {
	font-size: 20px!important;
	font-weight: 700;
}
.rsgch-loading {
	transform: translate(-50%,-50%);
	display: flex;
	width: 200px;
	height: 200px;
	background: transparent;
	border: 3px solid #3c3c3c;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: #15b218;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-shadow: 0 0 10px #15b218;
	box-shadow: 0 0 20px rgb(0 0 0 / 50%);
	align-items: center;
	justify-content: center;
}
.rsgch-loading:before {
	content:'';
	position:absolute;
	top:-3px;
	left:-3px;
	width:100%;
	height:100%;
	border:3px solid transparent;
	border-top: 3px solid #15b218;
	border-right: 3px solid #15b218;
	border-radius:50%;
	animation:animate_ring 2s linear infinite;
}
.rsgch-loading span {
	display:block;
	position:absolute;
	top:calc(50% - 2px);
	left:50%;
	width:50%;
	height:4px;
	background:transparent;
	transform-origin:left;
	animation:animate_head 2s linear infinite;
}
.rsgch-loading span:before {
	content:'';
	position:absolute;
	width:16px;
	height:16px;
	border-radius:50%;
	background: #15b218;
	top:-6px;
	right:-8px;
	box-shadow:0 0 20px #15b218;
}
@keyframes animate_ring {
  0% {
  	transform:rotate(0deg);
  }
  100% {
	transform:rotate(360deg);
  }
}
@keyframes animate_head {
  0% {
	transform:rotate(45deg);
  }
  100% {
	transform:rotate(405deg);
  }
}




/* =========== CLASSES =========== */
.rgcs-area-served-blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.rgcs-area-served-blocks.rgcs-centered-blocks {
	justify-content:  space-between;
}
.rgcs-area-served-blocks .rgcs-area-served-block {
	width: 33%;
	margin-bottom: 40px;
}
.rgcs-area-served-blocks .rgcs-area-served-block.rgcs-threeblocks {
	width: 33%;
}
.rgcs-area-served-blocks .rgcs-area-served-block.rgcs-fourblocks {
	width: 25%;
}
.rsgch_section_backdrop {
	background: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	opacity: 0.5;
}

/* =============== VERTICAL SUBMENU =============== */
@media(min-width: 992px) {
	.rg-custom-menu-vertical-submenu > .sub-menu,
	.rg-custom-menu-vertical-submenu.menu-item-has-children > .sub-menu {
		position: absolute!important;
		width: 990px;
		left: -380%!important;
		top: 100%!important;
		min-width: 400px;
		max-width: 900px;
		display: flex!important;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 20px;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		border-radius: 5px;
	}
	.rg-custom-menu-vertical-submenu > .sub-menu > li,
	.rg-custom-menu-vertical-submenu.menu-item-has-children > .sub-menu > li {
		width: 280px;
	}
	.rg-custom-menu-vertical-submenu > .sub-menu > li a,
	.rg-custom-menu-vertical-submenu.menu-item-has-children > .sub-menu > li a {
		line-height: 1.4;
		padding: 5px 20px!important;
	}
}

/* =============== AREAS TEMPLATES =============== */

.areas-served-template-default .rg-temp-single-areas-served {
	margin-top: 20px;
	width: 100%;
}
.areas-served-template-default .rg-temp-single-areas-served #primary {
	width: 100%;
}
.rsgch_areas_served_page.rsgch_areas_served_tmp1 {
	max-width: 2000px;
	margin: 0 auto;
}
.rsgch_areas_served_tmp1 .rsgch_row {
	justify-content: center;
}
.rsgch_areas_served_tmp1 .rsgch_row .rsgch_col {
	width: 45%;
	width: calc(90%/2);
}
.rsgch_areas_served_tmp1 .rsgch_row .rsgch_col.rsgch-cols-1 {
	width: 100%;
}
.rsgch_areas_served_tmp1 h1 {
	font-size: 40px;
	font-weight: 700;
}
.rsgch_areas_served_tmp1 h2 {
	font-size: 25px!important;
	font-weight: 600;
}
.rsgch_areas_served_tmp1 h3 {
	font-size: 18px!important;
	font-weight: 600;
}
.rsgch_areas_served_tmp1 p {
	font-size: 16px!important;
	font-weight: 400;
}
.rsgch_areas_served_tmp1 a.rsgch_tmp1_btn,
.rsgch_areas_served_tmp1 button.rsgch_tmp1_btn {
	background: #ffffff;
	color: #000000;
	padding: 10px 20px;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
	font-size: 16px;
	border-radius: 3px;
	border: 2px solid #ffffff;
	transition: ease .3s;
	-webkit-transition: ease .3s;
}
.rsgch_areas_served_tmp1 a.rsgch_tmp1_btn:hover,
.rsgch_areas_served_tmp1 button.rsgch_tmp1_btn:hover {
	border-color: #aeaeae;
	opacity: 0.8;
	transition: ease .3s;
	-webkit-transition: ease .3s;
}

/* =============== AREAS TEMPLATES: QUOTE FORM AND HEADING SECTION =============== */

.single-areas-served .rg-temp-single-areas-served,
.single-areas-served .rg-temp-single-areas-served #primary {
	width: 100%;
}
section.rsgch_quote_form_section {
	min-height: 80vh;
	display: flex;
	align-items: center;
}
section.rsgch_quote_form_section .rsgch_col {
	align-items: center;
	padding: 20px;
}
section.rsgch_quote_form_section .rsgch-quote-form {
	max-width: 450px;
	margin: auto;
	background: #ffffff;
	border-radius: 5px;
	padding: 40px 50px;
	width: 100%;
}
section.rsgch_quote_form_section .rsgch-quote-form h2 {
	font-size: 18px!important;
	text-align: center;
	color: #2b2b2b;
}

/* =============== AREAS TEMPLATES: ABOUT US SECTION =============== */

/* =============== AREAS TEMPLATES: MAP SECTION =============== */

section.rsgch_section.rsgch_map_section {
	padding: 0;
	background-color: #ffffff;
}
section.rsgch_section.rsgch_map_section .rsgch_row {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: none;
}
section.rsgch_section.rsgch_map_section .rsgch_row iframe {
	width: 100%;
}

/* =============== AREAS TEMPLATES: WEATHER WIDGET SECTION =============== */

section.rsgch_weather_image_section {
	background-color: #2b2b2b;
}
section.rsgch_weather_image_section .rsgch_col {
	align-items: center;
	padding: 20px;
	justify-content: center;
}
section.rsgch_weather_image_section .tomorrow{
	width: 100%;
	max-width: 500px;
}
section.rsgch_weather_image_section .rsgch-weather-widget {
	background: #ffffff;
	border-radius: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 100%;
	max-width: 700px;
	height: 300px;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	background: #dbdbdb;
	padding: 20px;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-header h2 {
	margin: 0 20px;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-header a.rsgch-weather-widget-openweathermap img {
	max-width: 70px;
	margin: 0 20px;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	height: 200px;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-left {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-left .rsgch-weather-widget-img {
	height: 70px;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-left .rsgch-weather-widget-des {
	text-transform: capitalize
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-right .rsgch-weather-widget-temp {
	font-size: 25px;
}
section.rsgch_weather_image_section .rsgch-weather-widget .rsgch-weather-widget-right .rsgch-weather-widget-temp-value {
	font-size: 40px;
}

/* =============== AREAS TEMPLATES: PIXABAY SECTION =============== */

section.rsgch_weather_image_section .rsgch-pixabay {
	width: 100%;
}
section.rsgch_weather_image_section .rsgch-pixabay img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 3px;
	display: block;
}


/* =============== AREAS TEMPLATES: ABOUT SECTION =============== */


section.rsgch_about_location_section {
	background-color: #ededed;
}

/* =============== CLIP LONG TEXT -- ADD READ MORE =============== */

.rsgch_clip_text .fl-rich-text {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	transition: ease .3s;
}
.rsgch_clip_text.active .fl-rich-text {
	display: block;
	overflow: visible;
	transition: ease .3s;
}
.rsgch_clip_text .fl-rich-text::after {
	content: "Read more...";
	display: block;
	z-index: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	background: var(--accent-color);
	color: #ffffff;
	width: auto;
	padding: 5px;
	bottom: 20px;
	right: 0;
	font-size: 12px;
	border-radius: 5px;
	transition: ease. 3s;
}
.rsgch_clip_text.active .fl-rich-text::after {
	content: "Read less...";
}
.rsgch_clip_text .fl-rich-text:hover::after {
	z-index: 2;
	opacity: 1;
	transition: ease. 3s;
}