/*
Theme Name:     Matchbook Child Theme for Divi
Author:         Matchbook Media
Author URI:     http://www.matchbook.media
Template:       Divi
Version:        1.0
*/

/**
Using BEM (Block | Element | Modifier) convention as often as possible.

  CSS DIRECTORY
    - GLOBAL
	- FORMS
    - SHOP
    - PRODUCT PAGE
	- GET INSPIRED
    - OUR STORY
    - CART PAGE
    - COLOR PAGE
    - REVIEWS PAGE
    - MY ACCOUNT
    - GALVANIZED LIGHTS
    - GOOSENECK LIGHTS
    - STRAIGHT ARM LIGHTS
    - CHARACTER BLOG POSTS
	- HOME
*/
:root {
	--color-primary: #302927;
	--color-primary-light: #f7f3ed;
	--border-radius: 12px;
	--content-margin: 5rem;
	--content-margin-mobile: .5rem;
}

@font-face{
	font-family: 'Poppins';
	src: url('./fonts/Poppins-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Poppins';
	src: url('./fonts/Poppins-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Poppins';
	src: url('./fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Poppins';
	src: url('./fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Poppins';
	src: url('./fonts/Poppins-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Satoshi';
	src: url('./fonts/Satoshi-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Satoshi';
	src: url('./fonts/Satoshi-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Satoshi';
	src: url('./fonts/Satoshi-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Satoshi';
	src: url('./fonts/Satoshi-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body{
	background-color: #f4fafe;
}

h2{
	font-family: Satoshi;
	font-weight: 700;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1px;
	color: #000929;
}

h4{
	font-family: Satoshi;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px; 
	letter-spacing: -0.5px;
	color: #000929;
}

h5{
	font-family: Satoshi;
	font-weight: 700;
	font-size: 32px !important;
	line-height: 42px;
	letter-spacing: -0.5px;
	color: #000929;
	
}

h6{
	font-family: Satoshi;
	font-weight: 400;
	font-size: 28px;
	line-height: 37.8px;
	color: #000929; 
}

a{
	font-family: Satoshi;
	font-weight: 500;
	font-size: 18px; 
}

p{
	font-family: Poppins;
	font-weight: 400;
	color: #000929;
	font-size: 18px;
}

.button_blue{
	width: 18em;
	height: 4.25em;
	padding: 18px 34px 21px 34px;
	background-color: #456af2;
	border-color: #456af2;
	border-radius: 100px;
	font-family: Satoshi;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}
.homepage-hero-section_wrapper .button_blue:hover {
    color: #456af2;
    border: 1px solid;
}
#why-choose-warren-jennings .button_blue:hover {
    color: #456af2;
    border: 1px solid;
}
.header-container .header-contact-button:hover {
    border: 1px solid #000929;
    color: #000929;
}
.button_clear{
	width: 9.0625rem;
	height: 4.25rem;
	padding: 18px 34px 21px 34px;
	border-radius: 100px;
	border: 2px solid #456af2;
	font-family: Satoshi;
	font-weight: 700;
	font-size: 18px;
	line-height: 24.3px;
	text-align: center;
	color: #456af2;
}

.bubble-section-title{
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
	padding: 0.25em;
	background-color: #e7eaf5;
	border-radius: 100px;
	width: 8.5em;
}

.bubble-section-title_text{
	font-size: 12px;
}

.section_container{
	background-color: #f4fafe;
	padding-top: 4em !important;
	padding-bottom: 0 !important;
}

.section_wrapper{
	width: 90%;
	max-width: 100%;
}

.section-heading_wrapper{
	border-bottom: 1px solid #e7eaf5;
	padding-bottom: 1em !important;
}

.text-bold{
	font-weight: 600;
}

.gallery-buttons_container{
	display: flex;
	justify-content: flex-end;
	padding: 3.5em 0.5em 0 0;
}

.gallery-buttons_wrapper{
	display: flex;
	justify-content: space-between;
	width: 6.25rem;
}

@media (max-width: 981px){
	
	.section_container{
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.section_wrapper{
		padding-bottom: 0;
	}
	.gallery-buttons_container{
		justify-content: center;
		padding: 0 0.5em 0 0;
		margin-bottom: -2.5em;
	}
	
	.button_clear{
		width: 100%;
	}
	
	.button_blue{
		width: 100%;
	}
}

/*---HEADER CSS---*/

.header-container{ 
	position: fixed;
	height: 5rem;
	padding-top: 0 !important;
	margin-top: auto;
}

.header-wrapper_column-1{
	width: auto;
}

.header-wrapper_column-2{
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-menu a{
	color: #000929;
}

.header-contact-button{
	width: 8.5rem;
	padding: 10px 34px 14px 34px;
	color: #ffffff;
	background-color: #000929;
	border-radius: 100px;
	text-align: center;
	font-family: Satoshi;
	font-size: 18px;
	font-weight: 700;
}

.trusted-realtor-image{
	display: flex;
	justify-content: flex-end;
	margin-top: -10em;
	padding-right: 1em;
	bottom: 1em;
}

@media (max-width: 981px){

	.header-container{
		display: flex;
		align-items: center;
		padding-top: 1em !important;
	}

	.header-wrapper_column-1{
		width: 50% !important;
	}
	
	.header-wrapper_column-2{
		display: none;
	}
	
	.header-wrapper_column-3{
		width: 50% !important;
	}
	
	.header-contact-button{
		bottom: 0.5em;
	}
	
	.trusted-realtor-image{
		justify-content: flex-start;
		padding-left: 1em;
		bottom: 0;
	}
	
}

/*---FOOTER CSS---*/

#footer_container h4 {
	color: #ffffff;
	padding-bottom: 0;
}

.footer_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: auto;
	background-color: #584841;
}

.footer_wrapper{
	max-width: 100%;
	
	
}

.footer_wrapper_column-1{ 
}

.footer_wrapper_column-2{
	padding-left: 10em;
}

.footer-menu{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: transparent !important;
}

.footer-menu a{
	color: white;
}

.footer-menu_mobile{
	display: none;
}

.footer-menu li{
	padding-right: 2em !important; 
}

.footer_contact-info{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.contact-info_sub-heading{
	font-weight: 600;
	padding-bottom: 0;
	color: #ffffff;
}

.contact-info_text{
	color: #ffffff;
}

.footer_social-media-icons{
	width: 35%;
	padding-top: 7em;
}

.footer_social-media-icons p{
	display: flex;
	justify-content: space-between;
}

.copyright-text p{
	font-weight: 400;
	color: #92847f;
	font-size: 14px;
}

.privacy-policy p{
	display: flex;
	justify-content: flex-end; 
	padding-right: 6em;
}

.privacy-policy a{
	font-family: Poppins;
	font-weight: 400;
	color: #92847f;
	font-size: 14px;
}

.footer-divider-container{
	position: absolute;
	width: 100%;
	margin-top: 1em;
	top: -6em;
	z-index: -1;
}

.footer-divider-container .section_wrapper{
	padding: 0 1em 0 0;
	margin: 0; 
}

.footer-divider-container .grid-square-image{
	top: -2.5em;
	left: -6em;
}

@media (max-width: 981px){

	.footer-divider-container{
		display: none;
	}

	.footer_social-media-icons{
		width: 65%;
		padding-top: 1em;
	}
	
	.footer_wrapper_column-2{
		padding-left: 0;
	}
	
	.footer-menu{
		display: none;
	}
	
	.footer-menu_mobile{
		display: flex;
	}
}


/*---HOME PAGE HERO SECTION---*/

#homepage-hero-section_container .grid-square-image{
	margin-top: -25em;
	margin-left: -10em;
	margin-bottom: -8em;
	z-index: -1;
}

.homepage-hero-section_container{
	background-color: #F4FAFE;
	padding-top: 5em !important;
}

.homepage-hero-section_wrapper{
	width: 90%;
	max-width: 100%;
}

.homepage-hero-section-wrapper_column-1{
	padding-top: 4em;
}

.homepage-hero-section_text-container h2{
	padding-bottom: 0.5em;
}

.homepage-hero-text-bold{
	font-weight: 600;
}

.homepage-hero-text-small{
	font-size: 16px;
}

.homepage-hero-section_text-container{
	padding-right: 8em;
}

.homepage-hero-section-wrapper_column-1 p{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

.homepage-hero-section-wrapper_column-2{
}

.homepage-hero-section_text-bubble{
	display: flex;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 16px;
	margin-top: -1em;
	margin-left: 1em;
	padding-left: 2em !important;
	width: 80% !important;
	z-index: 2;
}

.homepage-hero-section_text-bubble:after{

}

.homepage-hero-section_text-bubble_column-1{
	padding: 1em 2em 1em 2em;
}

.homepage-hero-section_text-bubble_column-2{
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 1em 3em 1em 5em;
	width: 25% !important;
}

.homepage-hero-section_text-bubble_column-3{
	padding: 1em 3em;
}

.homepage-hero-section_footer-banner_container{
	height: 4.25em;
	padding: 0 !important;
}

.homepage-hero-section_footer-banner_wrapper{
	padding: 0 !important;
	width: 90%;
	max-width: 90%;
}

.homepage-hero-section_footer-banner_wrapper_column-1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 4.25em;
}

.homepage-hero-section_footer-banner_wrapper_column-1_image{
	width: 5.25em;
	margin: 0;
	margin-bottom: 0 !important;
	padding-bottom: 1.25em;
}

.homepage-hero-section_footer-banner_wrapper_column-2{
	padding-top: 0.25em;
}

.homepage-hero-section_footer-banner_column-2_text_wrapper{
}

.hero-section_menu_mobile{
	display: none;
	width: 100%;
	max-width: 100%;
	background-color: #456af2
}


@media (max-width: 981px){

	#homepage-hero-section_container .grid-square-image{
		display: none;
	}

	.homepage-hero-section_wrapper{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.homepage-hero-section_text-container{
		padding-right: 0;
	}
	
	.homepage-hero-section_text-container h2{
		font-size: 40px;
		line-height: 46px;
		letter-spacing: -0.5px; 
	}
	
	.homepage-hero-section-wrapper_column-1{
		padding-top: 2em;
	}
	
	#homepage-hero-section_container .et_pb_button_module_wrapper{
		display: flex;
		justify-content: center;
	}
	
	.homepage-hero-section_text-bubble{
		flex-direction: column;
		width: 90% !important;
		padding-left: 1em;
		margin-top: auto;
		margin-left: auto;
		padding: 1em 2em 1em 1em;
	}
	
	.homepage-hero-section_text-bubble_column-1{
		margin-bottom: 0.5em;
		padding: 1em 1em 1em 0;
	}
	
	.homepage-hero-section_text-bubble_column-2{
		border-top: 1px solid #e7eaf5;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #e7eaf5;
		margin-bottom: 0.5em;
		padding: 2em 12em 2em 0;
		width: auto !important;
	}
	
	.homepage-hero-section_text-bubble_column-3{
		padding: 1em 7em 1em 0;
	}
	
	.homepage-hero-section_footer-banner_container{
		display: none;
	}
	
	.hero-section_menu_mobile{
	display: flex;

	}
	
	.copyright_privacy-policy_wrapper{
		display: flex;
		
	}
	
	.privacy-policy p{
		padding-right: 0;
	}
	
}
/*---Sticky Banner---*/

.sticky-banner {
    position: fixed;
    top: 8.9em;
    width: 100%;
    z-index: 1000; /
}
.homepage-hero-section_footer-banner_container.sticky-banner {
    height: 6em;
    margin-top: -3.2em;
    padding-top: 1.2em !important;
}
.mb-popup-content {
  display: none; 
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999; 
  cursor: pointer; 
  align-items: center; 
  justify-content: center; 
}

.mb-popup {
    background: #fff;
    color: #333;
    padding: 20px;
    width: 54%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    transform: scale(0); 
    transition: transform 0.5s ease;
    display: flex; 
}
button.mb-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: none;
    font-size: 2em;
    padding: .1em;
    line-height: .6em;
    height: 1em;
    width: 1em;
    cursor: pointer;
}
.mb-popup-image img {
    height: 22em;
    width: auto;
}
.mb-popup-image {
    width: 42%;
    margin-left: -4em;
}
.mb-popup-text {
    width: 65%;
    padding: 2em;
}
.mb-popup-text h3 {
    font-size: 1.6em;
    font-weight: 700;
}
.mb-popup-text p {
    font-size: 1em;
    padding-top: 1em;
}
.mb-popup-button-wrapper {
    margin-top: 2em;
}
/*---Areas Served Section---*/

.areas-served-section_subheading_wrapper{
	display: flex;
	flex-direction: column;
}

.areas-served-section_card{
	background-color: #ffffff;
	border-radius: 8px;
	height: auto;
}

.areas-served-section_card_image{
	border-radius: 8px 8px 0 0;
	width: auto;
	height: 27.625rem;
}

.areas-served-section_card_text{
	font-size: 26px !important; 
	padding: 1em;
}

@media (max-width: 981px){
	
	#areas_served_section h4{
		text-align: center;
	}
	
	#areas_served_section .gallery-buttons_container{
		justify-content: center;
		padding: 0;
		margin-bottom: -2.5em;
	}
	
	#areas_served_section 
	.et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough {
		margin-bottom: 0;
	}

	
	.areas-served-section_subheading_wrapper{
		align-items: center;
	}
	
	.areas-served-section_wrapper_column-2, .areas-served-section_wrapper_column-3{
		display: none;
	}

	
	
}

/*---Services Section---*/

.services-section_subheading_wrapper{
	display: flex;
	flex-direction: column;
}

.services-section_subheading_wrapper h4{
	font-size: 36px;
}

.services-section_subheading-text_wrapper{
	display: flex;
	justify-content: flex-end;
	padding: 3em 0 0 13em;
	margin-left: 70%;
	width: 150%;
}

.services-section_subheading-text{
	color: #3d4d5a;
	opacity: 85%;
}

.services-section_wrapper_column-1{

}

.services-section_wrapper_column-2{

}

.services-section_wrapper_column-3{
	display: none;
}

.services-section_card{
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 8px;
	height: 33.25rem;
}

.services-section_card_image{
	width: auto;
	height: 20.5rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.services-section_card_heading{
	padding-left: 1em; 
	font-size: 26px !important;
}

.services-section_card_text{
	padding: 1em 1.25em 1em 1.25em;
	font-size: 20px;
}
.swiper-container {
    width: 100%;
    height: 400px; /* Adjust based on your needs */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}
.slide-image-wrapper {
    height: 70%;
}
.slide-image-wrapper img {
    height: 100%;
}
@media (max-width: 981px){

	.services-section_subheading_wrapper {
		align-items: center;
	}
	
	.services-section_subheading-text {
		text-align: center;
	}
	
	.services-section_subheading-text_wrapper{
		padding: 0;
		margin-left: 0;
		width: auto;
	}
	
	#services_section 
	.et_pb_column.et_pb_column_1_3.et_pb_column_12.services-section_wrapper_column-1.et_pb_css_mix_blend_mode_passthrough {
		margin-bottom: 0;
	}

	#services_section .gallery-buttons_container{
		padding: 1em 0 0 0;
		margin-bottom: -2.5em;
	}

	.services-section_wrapper_column-2{
		margin-bottom: 0;
	}

	.services-section_wrapper_column-3{
		display: flex;
		justify-content: center;
		margin-bottom: -2.5em;
	}
	
	.services-section_card-wrapper_column-2, .services-section_card-wrapper_column-3{
		display: none; 
	}
}

/*---About Warren Jennings Section---*/

#about-warren-jennings-section .grid-square-image-1{
	display: flex;
	justify-content: flex-end;
	margin-top: -32em;
	margin-right: -3.5em;
	z-index: -1;
}

#about-warren-jennings-section .grid-square-image-2{
	display: flex;
	justify-content: flex-end;
	margin-top: -17em;
	padding-right: 5.5em;
	z-index: -1;
}

.about-warren-jennings-section_subheading_container{
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
}

.about-warren-jennings-section_subheading_text{
	width: 35em;
	text-align: center;
}

.about-warren-jennings-section_wrapper_mobile{
	display: none;
}

.about-warren-jennings-section_wrapper_mobile_column-3 {
	border-bottom: 1px solid #e7eaf5;
}

#about-warren-jennings-section .gallery-buttons_container {
	justify-content: center;
	margin-bottom: -1.5em;
	padding: 0;
}
@media (max-width: 981px){

	#about-warren-jennings-section .et_pb_module.et_pb_image.et_pb_image_4.\.grid-square-image-1{
		display: none;
	}
	
	#about-warren-jennings-section .grid-square-image-2{
		display: none;
	}

	#about-warren-jennings-section h4{
		text-align: center;
	}
	
	#about-warren-jennings-section .section_wrapper{
		padding-bottom: 3.5em;
	}
	
	#about-warren-jennings-section{
		margin-bottom: 1.5em;
	}
	
	#about-warren-jennings-section .section_wrapper{
		padding-bottom: 0.5em;
	}
	
	.about-warren-jennings-section_subheading_text{
		width: auto;
	}
	
	.about-warren-jennings-section_row-1{
		display: none;
	}
	
	.about-warren-jennings-section_row-2{
		display: none;
	}
	
	.about-warren-jennings-section_wrapper_mobile{
		display: flex;
		flex-direction: column; 
	}
	
	.about-warren-jennings-section_wrapper_mobile_column-2{
		display: none;
	}

}


/*---Why Choose Warren Jennings Section---*/

#why-choose-warren-jennings{
	background-color: #e7eaf5;
	margin-bottom: 5em;
}

.why-choose-warren-jennings_card p{
	padding-bottom: 0;
}

.why-choose-warren-jennings_subheading-text_1{
	width: 35em;
	text-align: center;
}

.why-choose-warren-jennings_subheading-text_2{
	width: 47em;
	text-align: center;
}

.why-choose-warren-jennings_card{
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: 1.5em;
	width: auto;
	height: 26em;
	border-radius: 8px;
}

.why-choose-warren-jennings_card_icon{
	width: 64px;
}

.why-choose-warren-jennings_card_heading{
	font-family: Satoshi;
	font-weight: 700;
	font-size: 26px;
	padding-bottom: 1em !important;
}

@media (max-width: 981px){
	#why-choose-warren-jennings h4{
		text-align: center;
	}
	
	.why-choose-warren-jennings_subheading-text_1{
		width: auto;
	}
	
	.why-choose-warren-jennings_subheading-text_2{
		width: auto;
	}
	
	.why-choose-warren-jennings_wrapper_column-2{
		display: none;
	}
	
	.why-choose-warren-jennings_wrapper_column-3{
		display: none;
	}
	
}


/*---Contact Section---*/

#contact-section .grid-square-image-1{
	margin-top: -33em;
	margin-left: 6em;
	z-index: -1;
}

#contact-section .grid-square-image-2{
	margin-top: -22.5em;
	margin-left: 10em;
	margin-bottom: 8em;
	transform: scale(0.8);
	z-index: -1;
}

#contact-section{
	background-color: #e7eaf5;
}
#contact-section .bubble-section-title{
	background-color: white;
}

#contact-section .bubble-section-title_text{
	font-weight: 700;
}
.contact-wrapper {
	display: flex;
	justify-content: flex-end;
}
.contact-section_image{
	width: 25em;
}
.gform_heading {
    display: none;
}
div#gform_wrapper_1 {
    padding: 2em;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 1em;
}
input#gform_submit_button_1 {
    width: 100%;
    height: 3em;
    padding: 18px 34px 21px 34px;
    background-color: #456af2;
    border-color: #456af2;
    border-radius: 100px;
    font-family: Satoshi;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}
#gform_fields_1 input {
    border-color: #DCE8F2;
}
.ginput_container.ginput_container_select select {
    border-color: #DCE8F2;
}
.gfield input::placeholder {
    color: #9da0a2;
}
@media (max-width: 981px){

	#contact-section .grid-square-image-1{
		display: none;
	}
	
	#contact-section .grid-square-image-2{
		display: none; 
	}

	#contact-section .bubble-section-title_container{
		display: flex; 
		justify-content: center;
	}

	#contact-section h4{
		text-align: center;
	}
	
	#contact-section p{
		text-align: center;
	}
	
	#contact-section .section_wrapper{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.contact-section_image {
		display: none;
	}
	.contact-wrapper {
    width: 100%;
    justify-content: center;
    margin: auto;
	}
	
}


/*---Recently Sold Properties Section*/

#recently-sold-properties h4{
	font-size: 36px;
}

#recently-sold-properties .bubble-section-title_text{
	font-weight: 700;
}

.recently-sold-properties_subheading-text{
	width: 27rem;
	padding-top: 2.5em; 
	margin-left: 3em;
}

.recently-sold-properties_card{
	background-color: #ffffff;
	border-radius: 8px;
	width: auto;
	height: auto;
}

.recently-sold-properties_card_image{
	border-radius: 8px 8px 0 0;
	width: auto;
	height: 16rem;
	background-position: right center;
}

.recently-sold-properties_card_text-container{
	display: flex;
	flex-direction: column;
	padding: 1em;
	border-bottom: 1px solid #e7eaf5;
}

.recently-sold-properties_card_heading{
	font-family: Satoshi;
	font-weight: 700;
	font-size: 32px !important; 
	margin-bottom: 0.25em;
}

.recently-sold-properties_card_text{
	font-size: 16px;
	line-height: 29px;
	color: #3d4d5a;
	margin-bottom: 2em;
}

.recently-sold-properties_card_price{
	font-family: Satoshi;
	font-weight: 400;
	font-size: 32px !important;
}

.recently-sold-properties_card_footer{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em;
}

.recently-sold-properties_card_footer_icon{
	margin-right: 0em;
}

.recently-sold-properties_card_footer_text{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px; 
	color: #596773;
}

@media (max-width: 981px){
	
	#recently-sold-properties h4{
		text-align: center;
	}
	
	#recently-sold-properties .gallery-buttons_container{
		justify-content: center;
		padding: 0 0.5em 0 0;
		margin-bottom: -2.5em;
	}
	
	.bubble-section-text_container{
		display: flex;
		justify-content: center;
	}
	
	.recently-sold-properties_subheading-text{
		width: auto;
		text-align: center;
		padding-top: 0;
		margin-left: 0;
	}
	
	.recently-sold-properties_wrapper_column-2{
		display: none;
	}
	
	.recently-sold-properties_wrapper_column-3{
		display: none;
	}
	
	.recently-sold-properties_card{
		width: auto;
	}
	
}


/*---Testimonial Section---*/

#testimonial-section h4{ 
	font-size: 36px;
	width: 120%;
}

.testimonial-section_subheading-text{
	width: 120%; 
	padding-top: 2.5em; 
	margin-left: 5em;
}

.testimonial-section_card{
	width: auto;
	height: 17.625rem;
}

.testimonial-section_card_customer-rating_container{
	display: flex;
	margin-bottom: 3em;
}

.testimonial-sectioin_card_customer-rating_image{
	border-radius: 100px;
}

.testimonial-section_card_customer-name_container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 3em;
}

.testimonial-section_card_customer-name{
	font-size: 28px !important;
}

.testimonial-section_card_rating-text{
	padding-right: 2em;
}

@media (max-width: 981px){

	.bubble-section_title_container{
		display: flex;
		justify-content: center;
	}

	#testimonial-section h4{
		width: auto;
		text-align: center;
	}
	
	.testimonial-section_subheading-text{
		width: auto;
		padding-top: 0;
		margin-left: 0;
		text-align: center;
	}
	
	.testimonial-section_wrapper_column-2{
		display: none;
	}
	
	.testimonial-section_wrapper_column-3{
		display: none;
	}
	
	.testimonial-section_card{
		width: auto;
	}
}

/*---Blog Section---*/

#recent-blogs{
	padding-bottom: 5em !important;
}

.recent-blog-section_card{
	background-color: #ffffff;
	border-radius: 8px;
	width: auto;
	height: auto;
	padding-bottom: 1em;
}

.recent-blog-section_card_image{
	width: auto;
	height: 16rem;
	border-radius: 8px 8px 0 0;
}

.recent-blog-section_card_article-title{
	font-size: 28px !important;
	padding: 1em 1em 0.5em 1em;
}

.recent-blog-section_card_article-exerpt{
	margin-bottom: 3em;
	padding: 0 1.5em 1em 1.5em;
}

.recent-blog-section_card_article-link{
	font-family: Satoshi;
	font-weight: 700; 
	font-size: 18px; 
	line-height: 24.3px; 
	color: #000929;
	border-bottom: 1px solid #000929;
	margin-left: 1.5em;
}

@media (max-width: 981px){

	.bubble-section-title_container{
		display: flex;
		justify-content: center;
	}
	
	#recent-blogs h4{
		text-align: center;
	}
	
	.recent-blog-section_card{
		width: auto;
	}
	
	.recent-blog-section_card_article-exerpt{
		padding: 0 1.5em 0 1.5em;
	}
	
	.recent-blogs_wrapper_column-2{
		display: none;
	}
	
	.recent-blogs_wrapper_column-3{
		display: none;
	}

}

/*---FAQ Section---*/
#faq-section{
	background-color: #e7eaf5;
	padding-bottom: 5em !important;
	margin-bottom: 5em;
	overflow: hidden;
}

#faq-section .grid-square-image-1{
	display: flex;
	justify-content: flex-end;
	margin-top: -10em;
	margin-right: -12em;
	margin-bottom: -10em;
}

#faq-section .grid-square-image-2{
	margin-top: -20.5em;
	margin-left: -11.5em;
	z-index: -1;
}


#faq-section h4{
	text-align: center;
}

#faq-section_accordion{
	width: 50%;
}

#faq-section_accordion h5{
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 30px;
}

#faq-section_accordion p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
}

#faq-section_accordion .et_pb_toggle{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.25em;
}

.faq-section_accordion_wrapper{
	background-color: #e7eaf5;
} 

#footer_container .grid-square-image{
	margin-top: -9.5em;
	margin-left: -12em;
}

@media (max-width: 981px){
	#faq-section_accordion{
		width: auto;
		padding-top: 1em;
		padding-bottom: 5em;
	}
	
	#faq-section .grid-square-image-1{
		display: none;
	}
	
	#faq-section .grid-square-image-2{
		display: none;
	}
	
	#footer_container .grid-square-image{
		display: none;
	}
}