/*
 Theme Name:     Own Cabo Homes
 Description:    Divi Child Theme
 Author:         WebShau!
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

#main-footer {
	display: none;
}

.flexmls-content-wrapper {
	background: #ffffff !important;
	min-height: 200px !important;
}

.flexmls-btn .flexmls-btn-secondary .flexmls-btn-sm .close-map-button {
	display: none !important;
}

.flexmls-actions-wrapper {
	display: none !important;
}

.flexmls-count-wrapper {
	display: none !important;
}

.flexmls_connect__disclaimer_text {
	display: none !important;
}

.flexmls_connect__sr_pagination {
	display: none !important;
}

.title-and-status-wrapper {
	margin-top: 200px !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.price-and-actions-wrapper {
	margin-top: 200px !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
}


.main-details-section {
	padding-left: 5% !important;
	padding-right: 5% !important;
}


.flexmls-description {
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.flexmls-title-larger {
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.flexmls-listing-details.flexmls-v2-widget.flexmls-width-768 .slideshow-wrapper .owl-stage-outer {
	height: auto;
}


@media only screen and (max-device-width: 980px) {

.gform_wrapper .gform_footer input.button {
 float: left;
 background: #ed1c24;
 border: 0px solid #2ea3f2;
 font-size: 14px;
 font-family: semp;
 font-weight: bold;
 text-transform: uppercase;
 color: #fff;
 padding: 20px 35px;
 border-radius: 25px;
 letter-spacing: 2px;
 cursor: pointer;
}
}


body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input { background: #fff;
 border: 1px solid #000;
 border-radius: 0px;
	background: #f6f6f6;
	margin-top: -10px;
 padding: 15px !important;}


body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0px;
	background: #f6f6f6;
	margin-bottom: 10px;
	padding: 15px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0px;
	background: #f6f6f6;
	padding: 15px !important;
}

/*** FIELD STYLING ***/
input[type=text],
textarea {
	background: #fff;
	border: 1px solid #000;
	background: #f6f6f6;
	font-family: semp;
	border-radius: 0px;
	width: 100%;
	padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
	float: center;
	background: #4d78b6;
	border: 0px solid #2ea3f2;
	font-size: 14px;
	font-family: semp;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 35px;
	border-radius: 0px;
	letter-spacing: 2px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:auto;
	margin-left:auto;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
	background: #bc683d;
	color: #fff;
	border: 0px solid transparent;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}

/* JM Mobile styles */

/** Responsive Styles Smartphone Portrait **/
@media all and (max-width: 479px) {
	.title-and-status-wrapper {
		padding-top: 170px;
		margin-top: 0px !important;
	}
	.price-and-actions-wrapper {
		margin-top: 0px !important;
	}
}

/** Responsive Styles Smartphone Only **/
@media all and (max-width: 767px) {
	.title-and-status-wrapper {
		padding-top: 170px;
		margin-top: 0px !important;
	}
	.price-and-actions-wrapper {
		margin-top: 0px !important;
	}
}
/** Responsive Styles Tablet And Up **/
@media all and (min-width: 981px) {
	.l-blog-list .et_pb_post {
		margin-bottom: 20px;
	}
	.l-blog-list .et_pb_post .entry-featured-image-url {
		float: left;
		width: 33.333%;
		margin-right: 30px;
		margin-bottom: 0;
	}
	.l-blog-list .et_pb_post .entry-featured-image-url img {
		aspect-ratio: 1/1;
		object-fit: cover;
	}
}