/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.sb_dli_pre_header {padding:0px 0px !important;}
a.fav, a.fav:hover { color: #000;}
.pagination {display:block;width:100%;text-align:center;}
/* Input */
#searchform input[type=reset]{
	background-color:#67c4a6 !important;
	border-width:0px !important;
	border-color:#67c4a6 !important;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
/* Inmo submit */
#searchform .inmoSubmit{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
/* Ref */
#ref_no{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
/* Span Tag */
#searchform .ui-widget span{
	font-family:'Poppins', sans-serif;
	color:#424242;
	line-height:1.2em;
	font-weight:400;
}
/* Button PDF */
.et_pb_section_0 span a{
	display:none;
}
/*** Take out the divider line between content and sidebar ***/
.post-type-archive-property #main-content .container:before,
.post-type-archive-rental #main-content .container:before,
.post-type-archive-land #main-content .container:before,
.post-type-archive-business #main-content .container:before,
.post-type-archive-commercial #main-content .container:before,
.post-type-archive-commercial_land #main-content .container:before,
.post-type-archive-rural #main-content .container:before {
	background: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
	.post-type-archive-property #left-area,
	.post-type-archive-rental #left-area,
	.post-type-archive-land #left-area,
	.post-type-archive-business #left-area,
	.post-type-archive-commercial #left-area,
	.post-type-archive-commercial_land #left-area,
	.post-type-archive-rural #left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
}
/*** Take out the divider line between content and sidebar ***/
.single-property #main-content .container:before,
.single-rental #main-content .container:before,
.single-land #main-content .container:before,
.single-business #main-content .container:before,
.single-commercial #main-content .container:before,
.single-commercial_land #main-content .container:before,
.single-rural #main-content .container:before {
	background: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
	.single-property #left-area,
	.single-rental #left-area,
	.single-land #left-area,
	.single-business #left-area,
	.single-commercial #left-area,
	.single-commercial_land #left-area,
	.single-rural #left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
}

/*** Hide Sidebar (not needed if sidebar removed in single-listing.php )***/
.single-property #sidebar,
.single-rental #sidebar,
.single-land #sidebar,
.single-business #sidebar,
.single-commercial #sidebar
.single-commercial_land #sidebar,
.single-rural #sidebar {
	display:none;
}
/* Container */
#main-content .container{
	background-color:#ffffff;
	transform:translatex(0px) translatey(0px);
}

/* Span Tag */
.epl-blog-image .epl-stickers-wrapper span{
	background-color: rgba(255, 255, 255, 0.7) !important;
	color: #000;
	background-repeat:repeat;
	margin-left:15px;
}

/* Image development */
.epl-archive-entry-image a img{
	height:210px !important;
}
/* 768px and larger screen sizes */
@media (min-width:768px){
	/* Image */
	.epl-archive-entry-image a img{
		width:100%;
	}
}

.et_builder_inner_content p  {
    padding-bottom: 0px !important;
}

.et_pb_text_inner p  {
    padding-bottom: 1em !important;
}
