@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

6. Section Title
7. Button
8. Contact
9. Google Map




/*********************************
6. Section Title
*********************************/

.section_title
{
	padding-top: 40px;
	margin: 0 auto;
}
.section_title img 	/*clipicon.svg control*/
{
	padding-bottom: 10px;
	margin: 0 auto;
	width: 40px;
}
.section_title::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0px;
	height: 25px;
	background: #fd784f;
	content: '';
}
.section_title h3
{
	text-transform: uppercase;
	color: #1e2c4e;
	font-weight: 700;
}
.section_subtitle
{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #b0b1b3;
	margin-top: -4px;
	margin-bottom: 40px;
}

/*********************************
7. Button
*********************************/

.button
{
	display: inline-block;
	height: 51px;
}
.button a
{
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 51px;
	padding-left: 34px;
	padding-right: 33px;
}

/*********************************
8. Listings
*********************************/

.listings
{

	padding-bottom: 100px;
}


/*********************************
8. Contact
*********************************/

.contact
{
	padding-top: 90px;
}
.contact_title
{
	font-size: 24px;
	font-weight: 700;
	color: #0e1d41;

	text-transform: uppercase;
}
.contact_about

{

	font-size: 24px;

	font-weight: 700;

	color: #0e1d41;

	text-transform: uppercase;

}

.estate_contact_form_container
{
	margin-top: 38px;
}
.estate_input_field
{
	width: 100%;
	background: #e2e6f1;
	border: solid 2px transparent;
	margin-bottom: 9px;
	height: 38px;
	padding-left: 17px;
	color: #fd784f;
}
.estate_input_field:focus
{
	outline: none !important;
	border-color: #fd784f;
}
.estate_text_field
{
	width: 100%;
	height: 117px;
	background: #e2e6f1;
	border: solid 2px transparent;
	padding-left: 17px;
	color: #fd784f;
	padding-top: 10px;
}
.estate_text_field:focus
{
	outline: none !important;
	border-color: #fd784f;
}
.estate_contact_send_btn
{
	width: 86px;
	height: 32px;
	background: #fd784f;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	margin-top: 39px;
	margin-bottom: 70px;
}
.estate_contact_send_btn:focus
{
	outline: solid 1px #FFFFFF;
	border: green !important;
}
.estate_input_field::-webkit-input-placeholder,
.estate_text_field::-webkit-input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #707070 !important;
}
.estate_input_field:-moz-placeholder,
.estate_text_field:-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #707070 !important;
}
.estate_input_field::-moz-placeholder,
.estate_text_field::-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #707070 !important;
} 
.estate_input_field:-ms-input-placeholder,
.estate_text_field:-ms-input-placeholder
{ 
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #707070 !important;
}
.estate_input_field::input-placeholder,
.estate_text_field::input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #707070 !important;
}
.estate_contact .contact_info_text,
.estate_contact .contact_info_text a
{
	color: #838383;
}
.estate_contact
{
	margin-top: 38px !important;
}
.estate_about_text
{
	margin-top: 30px;
}
.estate_about_text p
{
	line-height: 2.29;
	margin-bottom: 32px;
}
.estate_about_text p:last-of-type
{
	margin-bottom: 0px;
}
.estate_social
{
	margin-top: 28px;
}
.estate_social_item
{
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 2px #fd784f;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right: 9px;
}
.estate_social_item:last-child
{
	margin-right: 0px;
}
.estate_social_item a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.estate_social_item a i
{
	display: block;
	position: relative;
	color: #fd784f;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.estate_social_item:hover
{
	background: #fd784f;
}
.estate_social_item:hover a i
{
	color: #FFFFFF;
}

/*********************************
9. Google Map
*********************************/

.map					/* top big background image size adjustments*/
{
	height: 70vh;
}
.map_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 768px) {
    .map_background {
        background-position: 30% 40%;
    }
}
.map_content
{
	width: 100%;
	margin-top: 221px;
}

.success-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.success-box {
    position: relative;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    max-width: 50%;
    width: 90%;
}

.success-box span {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}
