@font-face {
  font-family: inter;
  src: url(/wp-content/themes/sambuyshouses/fonts/Inter-VariableFont_slnt,wght.ttf);
}

@font-face {
  font-family: montserrat;
  src: url(/wp-content/themes/sambuyshouses/fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: montserrat-black;
  src: url(/wp-content/themes/sambuyshouses/fonts/Montserrat/Montserrat-Black.ttf);
}

@font-face {
  font-family: montserrat-bold;
  src: url(/wp-content/themes/sambuyshouses/fonts/Montserrat/Montserrat-Bold.ttf);
}

:root {
	--sm_light_blue: #b5e8ef;
	--sm_light_brown: #efd4b4;
	--sm_blue: #84d9e4;
	--sm_brown: #e4b784;
	--sm_red: #e68985;
}

* {
	font-family: montserrat;
	color: #333;
}

button {
	outline: none!important;
	border: none!important;
}

button:focus {
	border: none;
}

section {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.site-title,
.site-header {
	display: none;
}

.upper_header {
	position: fixed;
	top: 0;
	padding: 1.2rem 0;
	display: flex;
	justify-content: space-around;
	background-color: #FFF;
	z-index: 9999;
	box-shadow: 0 2px 5px 0 rgb(0,0,0,0.1);
	height: auto;
	flex-wrap: wrap;
}

.entry-content {
	margin-top: 10.5rem;
}

.upper_header img {
	width: 10rem;
	padding-bottom: 1rem;
}

.upper_header .contact {
    display: flex;
    flex-wrap: wrap;
}

.upper_header .contact a:first-child {
	margin-right: 1rem;
}

.upper_header a {
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--dark);
    transition: color .2s;
    align-self: flex-start;
    width: 100%;
}

.upper_header i {
	transition: color .2s;
}

.upper_header a:hover,
.upper_header a:hover i {
	text-decoration: none;
	color: var(--sm_red);
}

.upper_header i {
	margin-right: 1rem;
}

@media (min-width: 768px) {
	.upper_header {
		height: 10.5rem;

	}

	.upper_header img {
		width: 15rem;
	}

	.upper_header a {
		width: auto;
		font-size: 1rem;
	}
}

.post,
.page {
	margin: 0;
}

.bold {font-family: montserrat-bold;font-weight: bold;}

.blue_bg {
	background-color: var(--sm_blue);
}

.brown_bg {
	background-color: var(--sm_brown);
}

.sm_btn {
	border: none;
	color: var(--white);
	padding: 1rem 2rem;
	margin-bottom: 1rem;
	border-radius: 2rem;
	font-family: 'montserrat-bold';
}

.sm_btn.red_bg,
.sm_btn.blue_bg {
	position: relative;
	z-index: 0;
	transition: transform .2s, box-shadow .2s;

}

.sm_btn.red_bg:hover,
.sm_btn.blue_bg:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px -6px rgba(143,66,236,.2)
}

.red_bg {
	background-color: var(--sm_red);
}

.section_title {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #b7c2cc;
	display: inline-block;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	font-weight: bold;
}

.section_title:after {
	content: "";
	position: absolute;
	bottom: -5px;
	height: 10px;
	width: 100px;
	background-color: var(--sm_red);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.site-footer {
    padding: 2rem;
    display: flex;
    background-color: var(--sm_blue);
}

.site-footer .col-md-4.d-flex {
	margin-top: .8rem;
	justify-content: center;
}


.site-footer .col-md-4 h6 {
	font-size: 1.5rem;
	border: 1px solid #333;
	width: 40px;
	text-align: center;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: border .2s;
}

.site-footer .col-md-4 i {
	transition: color .2s;
	font-size: 1.2rem;
}

.site-footer .col-md-4 a {
	outline: none;
}

.site-footer .col-md-4 a:hover,
.site-footer .copyright a:hover {
	text-decoration: none;
}

.site-footer .col-md-4 a:hover h6 {
	border-color: var(--sm_red);
}

.site-footer .copyright a:hover {
	color: var(--sm_red);
}

.site-footer .col-md-4 a:hover i{
	text-decoration: none;
	color: var(--sm_red);
}

.site-info {
	width: 100%;
}

.entry-footer {
	display: none;
}

.site-footer .row {
	align-items: center;
	flex-wrap: wrap;
}

.site-footer h6 {
	margin: 0;
	text-align: center;
}

.entry-header {
	display: none;
}

.bullet_data {
	margin: 4rem 0;
}

.bullet_data .row {
	justify-content: center;
	align-items: center;
	text-align: left;
	margin-bottom: 1rem;
	flex-wrap: unset;
	margin: 0 1rem 1rem;
}

.bullet_data .row .col-md-1 {
	width: auto;
}

.card {
    padding: 2rem 0;
    border: none!important;
    box-shadow: 0px 0px 15px -3px rgb(202, 202, 202);
    min-width: 18rem!important;
    margin: 2rem 0;
    border-radius: 10px!important;
}

input,
textarea {
	width: 100%;
	border: none;
	padding: 0.8rem 1rem!important;
	margin: 0 0 1.5rem!important;
	border-radius: 5px!important;
	outline: none!important;
	box-shadow: none;
	border: none!important;
}

input::placeholder,
textarea::placeholder {
	color: #aaa;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0.4rem 1rem .6rem;
	border-radius: 3px;
    margin: 0;
	font-size: 0.8rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: bold;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 0.8rem;
    font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 0.8rem;
    font-weight: bold;
}

/*======================== FIRST SECTION ========================*/

#main_forms {
	position: relative;
	background-image: url(/wp-content/uploads/2020/07/florida_3.jpg);
	background-position: 100% 50%;
	background-size: cover;
	margin: 0;
	padding: 0rem 0 5rem;
	position: relative;
	z-index: 1;
}

#main_forms:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--sm_light_blue);
	opacity: 0.5;
	z-index: -1;
}

#main_forms .wpcf7 h5 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-family: montserrat-bold;
}

#main_forms .col-md-7 p {
	font-weight: bold;
}

#main_forms .wpcf7-not-valid-tip {
	color: #f00;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    display: block;
}

#main_forms .wpcf7 p {
	margin-bottom: 0;
}

#main_forms .wpcf7 br {
	display: none;
}

#main_forms i {
	color: #fff;
	margin-right: 1rem;
	font-size: 1.5rem;
}

#main_forms .container .row {
	justify-content: center;
	align-items: center;
}

#main_forms .btn_container a {
	margin-right: 1rem;
}

#main_forms form .sm_btn {
	font-weight: bold;
	width: 100%;
	margin-bottom: 0;
	margin-top: 1rem;
}

#main_forms form {
	background-color: #e4b784ba;
	padding: 2.5rem 2rem;
	border-radius: 0 0 10px 10px;
}

#main_forms .col-md-7 h1 {
	font-size: 2rem;
	font-family: montserrat-black;
	color: #333;
}

#main_forms .container .row .col-md-7 {
    padding: 4rem 4rem 2rem 1rem;
}

.text-brown {
	color: #bd9466;
	font-family: montserrat-bold;
	font-size: 1.4rem;
}

/*======================== SECOND SECTION ========================*/

#second_section {
	margin-top: 0;
	background-color: var(--sm_light_blue);
}

#second_section h2 {
	margin-top: 2.3rem;
}

#second_section .container-fluid,
#fourth_section .container-fluid {
	height: auto;
}

#second_section .container,
#fourth_section .container {
	position: relative;
	padding: 4rem 4rem 2rem;
	text-align: center;
	height: auto;
	border-radius: 0 0 10px 10px;
}


/*======================== THIRD SECTION ========================*/

#second_section .container:after,
#fourth_section .container:after {
	position: absolute;
    content: "";
    bottom: -23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

#second_section .container:after {
    border-top: 25px solid var(--sm_blue);
}

/*======================== FOURTH SECTION ========================*/

#fourth_section {
	background-color: var(--sm_light_brown);
}

#fourth_section h5 {
	width: 100%;
	font-weight: bold;
}

#fourth_section .container:after {
    border-top: 25px solid var(--sm_brown);
}

/*======================== FIFTH SECTION ========================*/

#reasons_to_sell {
	background-color: var(--sm_blue);
	padding: 1.5rem 0;
}

#reasons_to_sell .container-fluid .row {
	margin: auto;
}

#reasons_to_sell .container-fluid {
	position: relative;
	height: auto;
	padding: 0;
}

#reasons_to_sell .reasons_ h6 {
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
}

#reasons_to_sell .reasons_ i {
	color: var(--sm_brown);
	font-size: 1.5rem;
	margin-right: 1rem;
}

#reasons_to_sell .row .col-md-6 .container {
	margin-top: 2rem;
}

#reasons_to_sell .container.content_ .row {
	justify-content: space-evenly;
	margin-top: 1rem;
}

#reasons_to_sell .container-fluid:after {
	display: none;
}

#reasons_to_sell .container.content_ {
	background-color: var(--white);
	padding: 2rem 3rem;
	box-shadow: 0 10px 5px 1px #bdbdbd;
	border-radius: 10px;
}

/*======================== SIXTH SECTION ========================*/

#about_us {
	margin-top: auto;
}

#about_us .headshot {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid var(--sm_brown);
}

/*======================== SEVENTH SECTION ========================*/

#give_us_a_call {
	background-color: var(--sm_brown);
	padding: 3rem 0;
	text-align: center;
	margin-bottom: 0;
}

#give_us_a_call h2, 
#give_us_a_call p {
	color: var(--white);
	line-height: 2.5rem;
	font-weight: bold;
}

#give_us_a_call .contacts a {
	font-size: 1rem;
    font-weight: bold;
    color: var(--white);
    transition: color .2s;
}

#give_us_a_call i {
	color: var(--white);
	transition: color .2s;
}

#give_us_a_call a:hover,
#give_us_a_call a:hover i {
	text-decoration: none;
	color: var(--sm_red);
}

#give_us_a_call i {
	margin-right: 1rem;
}

/*======================== MEDIA QUERY ========================*/

@media(min-width:  768px) {
	.site-footer h6 {
		margin: 0;
		text-align: left;
	}

	.bullet_data {
		margin-top: 8.5rem;
	}

	#main_forms h1 {
		font-size: 2rem;
		padding-bottom: 1rem;
	}

	.bullet_data .row {
		justify-content: center;
		align-items: center;
		text-align: left;
		margin-bottom: 1rem;
		flex-wrap: unset;
	}

	.bullet_data .row .col-md-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	    max-width: 100%;
	}

	#main_forms .col-md-7 h1 {
		font-size: 2rem;
		font-family: montserrat-black;
		color: #333;
		box-shadow: 0px 0px 65px 40px rgb(255, 255, 255);
		background-color: #ffffffde;
	}

	#main_forms .col-md-7 p {
		position: relative;
	}

	#main_forms .col-md-7 p:after {
		position: absolute;
		top: 2rem;
		height: 50%;
		width: 55%;
		box-shadow: 0px 0px 78px 25px rgb(255, 255, 255);
		background-color: #ffffffad;
		content: "";
		left: 0;
		z-index: -1;
	}

	.text-brown {
		color: var(--sm_brown);
	}
}

@media(min-width: 1200px) {
	.site-footer .col-md-4.d-flex {
		justify-content: flex-end;
	}

	#main_forms .container {
		max-width: 1450px;
	}

	#reasons_to_sell .container-fluid {
	    height: 20rem;
	    padding: 0;
	}

	#about_us {
		margin-top: 18rem;
	}

	#reasons_to_sell .container-fluid:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 2rem;
		background-size: auto;
		background-image: url('/wp-content/uploads/2020/07/buy-house-illustration.png');
		height: 250px;
		width: 250px;
		background-repeat: no-repeat;
	}


	#second_section .container-fluid,
	#fourth_section .container-fluid {
		height: 200px;
	}

	#fourth_section h5 {
		width: 60%;
		margin: 0 auto;
	}

	#second_section .container, #fourth_section .container {
		height: 280px;
	}

	.bullet_data .row .col-md-1 {
	    -ms-flex: 0 0 8.333333%;
	    flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	}
}

#privacy_policy .box_shadow {
	padding: 0.1rem 2rem 2rem;
	box-shadow: 0 0 10px 1px rgb(0,0,0,0.1);
    border-radius: 5px;
}

#privacy_policy .box_shadow ul {
	margin-left: 0;
}

#privacy_policy .box_shadow h1 {
	margin: 2rem 0;
	font-family: montserrat-bold;
}

#privacy_policy .box_shadow h5 {
	margin: 2rem 0;
	font-family: montserrat-bold;
}

@media(min-width: 768px) {
	#privacy_policy .box_shadow {
		padding: 1rem 4rem 4rem;
	}
}
