/*
Theme Name: Home Solutions
Author: Home Solutions
Author URI: #
Description: Responsive Multipurpose WordPress Theme
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codexin
Tags: corporate, portfolio, two-columns, left-sidebar, custom-colors, custom-header, featured-images, post-formats
Copyright: (c) 2021 Home Solutions
*/


/**************************************
Primary Color: #60732b
Secondary Color: #ffc845;
body color: rgba(56,56,56,.95);

Primary Font: 'Source Sans Pro', sans-serif;
Secondary Font: 'Oswald', sans-serif;
Tertiary Font: 'Montserrat', sans-serif;

00 global - Typography
01 global - Colors
02 global - Structure
03 global - lists
04 global - images
05 global - shortcodes
06 global - forms, buttons

10 header
11 header - logo
12 header - nav

20 home
21 home - showcase
22 Buttons

30 page
31 page - about
32 page - contact
33 page - Terminology
34 page - Rental
35 page local services
36 page Buy And rent
37 single property
38 Home page
61 social bar
62 top bar

70 sidebar

80 footer
**************************************/

/**************************************
s00 global - Typography
**************************************/

html,
body {
	/* font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 14px; */
}
a{
    transition: 0.3s all;
}
.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	line-height: 1.1em;
    margin-top: 0;
    color: #000;
}
.h1,
h1 { font-size: 40px;}
.h2,
h2 { font-size: 35px;}
.h3,
h3 { font-size: 18px;}
.h4,
h4 { font-size: 15px;}
.h5,
h5 { font-size: 14px;}
.h6,
h6 { font-size: 14px;}



/* 
#showcase h1,
#page_title h1 {
    font-size: 50px;
    line-height: 70px;
}

#nav a {
	font-size: 15px;
}
#showcase {
    position: relative;
    margin-bottom: 80px;
}

div#showcase:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0,.5);
} */

/************************************************************/

/************************************************************
	01 - Global Colors
*************************************************************/


/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
header.header.headroom--not-top {
    box-shadow: 0 0px 33px -27px #000;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: .3s;
}
.admin-bar header.header {
    top: 32px;
}
/* Call btn at sidebar */

/* WP BASE CSS Color */

.image-featured img {
  width:100%;
  max-width:100%;
}

.wp-caption {
    background: #f5f5f5;
    border: 1px solid #dedede;
}

.page-links span {
    background: #60732b none repeat scroll 0 0;
    border: 1px solid;
    color: #fff;
}


.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.posts-nav {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.sidebar-widget {
    border-bottom: 1px solid #ddd;
}

.advantage-list-spacing ol {
    padding-left: 9px;
}

.advantage-list-spacing ol li {
    margin-bottom: 20px;
}

.search .search-title {
    margin-bottom: 20px;
    font-size: 26px;
}
.search .post-item {
    border: 0;
    padding-top: 40px !important;
    margin-top: 40px;
    padding-bottom: 0;
    border-top: 1px dashed #ddd;
}
.search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-content .image-featured {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 25px 0 0;
}
.search-content .post-details {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(85,85,85,.10);
    box-shadow: 5px 5px 5px -2px rgba(85,85,85,.10);
    padding: 25px;
}
.search #whole h2.post-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
}
.search-content .post-excerpt {
    margin-bottom: 0;
    margin-top: 10px;
}

.search-no-results form.input-group, .error404 form.input-group {
    max-width: 750px;
    width: 100%;
    margin-top: 20px;
}
.search-no-results .input-group .form-control, .error404 .input-group .form-control {
    width: calc(100% - 50px) !important;
    border: 1px solid #ccc;
    height: 50px !important;
}
.search-no-results form.input-group input.submit-button, 
.error404 form.input-group input.submit-button {
    border: 1px solid #ccc;
    border-left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    width: 50px !important;

}
.search-no-results form.input-group input.submit-button, 
.error404 form.input-group input.submit-button {
    border: 1px solid #ccc;
    border-left: 0;
    height: 50px !important;

}
/**************************************
s02 global - structure
**************************************/
/* @media (min-width: 1200px){
    .container {
        max-width: 1050px;
    }
} */
.section {
    clear: both;
    float: none;
    width: 100%;
    padding-top:80px;
    padding-bottom: 80px;
}

#content {
	padding-top: 0;
	padding-bottom: 70px;
}

#page_title {
    padding-top: 66px;
    padding-bottom: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
  /* margin-bottom: 80px; */
}

#page_title::before {
    content: "";
    /* background: rgba(0,0,0,.40); */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page_title,
#showcase {
    position: relative;
}

.breadcrumb-wrapper {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    background: rgba(0, 62, 126,0.32);
    display: block;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 600;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper a:hover,
.breadcrumb-wrapper a:focus {
    color: #fff;
}

#showcase h1,
#page_title h1 {
    margin-bottom: 0;
    line-height: 1.2;
}
.showcase-content p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
#showcase h1 {
    margin-bottom: 20px;
}
a.codexin_btn {
    min-width: 158px;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    background-color: rgba(247, 146, 57, 0.8);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    border-radius: 10px;
    text-transform: uppercase;
}
a.codexin_btn:hover,
a.codexin_btn:focus {
    background-color:rgba(0, 62, 126,0.8);
    color: #fff;
}
.button-wrappre a.codexin_btn{
    margin-right: 15px;
}
.thumbnail-img {
	max-width:300px;
}

.thumbnail-img.alignleft,
.thumbnail-img.pull-left {
	margin-right: 20px;
	margin-bottom: 15px;
}
.thumbnail-img.alignright,
.thumbnail-img.pull-right {
	margin-left: 20px;
	margin-bottom: 15px;
}
.gap-top{
    padding-top: 40px;
}
/**************************************
s03 global - lists
**************************************/

/**************************************
s04 global - images
**************************************/


/**************************************
s05 global - shortcodes
**************************************/

/**************************************
s06 global - forms
**************************************/

input[type="search"] ,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
    height:40px;
}

input[type="submit"] {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border:0;
    outline: none;
}

form input[type="search"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.gform_footer.top_label .gform_button,
.cx-button-2 .elementor-button {
    /* background-color: rgb( 0, 62, 126 ); */
    height: 80px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 800;
    font-size: 14px;
}

.homes-gform select, .homes-gform input {
    height: 60px;
    padding: 5px 17px !important;
    width: 100% !important;
    color: #b5b5b5 !important;
}
.gform_wrapper .homes-gform textarea.large{
    height: 130px;
}
.homes-gform .gform_footer.top_label .gform_button{
    max-width: 375px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    color: #fff !important;
    text-transform: capitalize;
    transition: 0.3s all;
}
.homes-gform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 50px !important;
}

.homes-gform  .ginput_container_select{
    position: relative;
}

.homes-gform  .ginput_container_select::after{
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 20px;
    width: 50px;
    font-weight: 900;
    text-align: left;
    margin: auto;
	pointer-events: none;
}


body .gform_wrapper .top_label div.ginput_container,
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li input,
.gform_wrapper li select,
body .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
    margin-top: 14px !important;
}
.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label input{
    border: 1px solid;
    outline: 0;
    border-color: #e5e5e5 !important;
}

.homes-gform.find-out-more .ginput_container_select::after{
    width: 25px;
}
/**************************************
s10 header
**************************************/
.header-top {
    padding: 25px 0;
}
.topbar-content {
    margin-bottom: -25px;
}
.contact-number a {
    font-weight: 600;
}
.contact-number span {
    margin-right: 8px;
}
.contact-number {
    margin-right: 50px;
}
.language a {
    position: relative;
    color: #999;
}
.language a + a{
    padding-left: 7px;
}
.language a + a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    border: 1px solid #333;
    height: 13px;
    margin: auto;
}
.language a {
    position: relative;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}
/**************************************
s11 header - logo
**************************************/
.logo a.navbar-brand img {
    /* height: 60px; */
    width: 170px;
}
/* .logo {
	max-width:174px;
} */

@media screen and (max-width: 767px) {
	.logo {
		float: left;
	}
}

/**************************************
s12 header - nav
**************************************/
#nav {
	margin-top: 20px;
}
.logo a.navbar-brand{
    display: inline-block;
    height: auto;
    padding: 0;
}
.header-top .logo {
    overflow: hidden;
    max-width: 100%;
}
ul#main_menu {
    margin: 0;
}
#nav a{
    padding: 0;
}
#nav a {
    font-weight: 600;
    font-size: 14px;
}

#nav #main_menu > li.current-menu-parent > a:before,
#nav #main_menu > li:hover > a:before,
#nav .current-menu-item a:before {
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    border-top: 2px solid;
    margin: auto;
    height: 2px;
    position: absolute;
}

ul#main_menu.sf-menu > li:not(:first-child) {
    margin-left: 36px;
}

ul#main_menu.sf-menu > li:first-child {
    margin-left: 0;
}
ul#main_menu ul.sub-menu {
    margin-top: 1px;
    min-width: 200px;
    padding: 0;
    box-shadow: none;
    padding-top: 20px;
    background: none;
}
ul#main_menu .sub-menu li {
    margin-left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
    display: block !important;
    background: rgba(0, 0, 0, .80);
}

ul#main_menu li.menu-item-has-children > .sf-with-ul {
    /* padding-right: 15px; */
}
ul#main_menu .sub-menu li a {
    font-size: 14px;
    margin-left: 0;
    padding: 13px 20px 13px 20px;
    color: #fff;
    overflow: hidden;
}
ul#main_menu.sf-arrows .sf-with-ul:after {
    font-family: "Font Awesome 5 Free";
    right: -12px;
}
/**************************************
s13 header - Mobile Menu
**************************************/

/**************************************
s20 home
**************************************/

/**************************************
s21 home - showcase
**************************************/
div#showcase {
    height: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.showcase-content {
    width: 450px;
}
/************************************************************
	s22 Buttons
*************************************************************/

/**************************************
31 page - about
**************************************/
.member_bio_data{
    left: 15px;
    right: 15px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.member_bio_data .elementor-button {
    min-width: 245px;
    border: 0;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 0px;
    outline: 0;
}
.management-team .row {
    margin-right: -7px;
    margin-left: -7px;
}
.management-team .row .team-column {
    padding: 0 7px;
}
.team-member {
    cursor: pointer;
    margin-bottom: 50px;
}
.member_bio_data .member-heading h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.border-top{
    border-top: 2px solid #e5e5e5;
}


.team-member .member-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.team-member .member-content p{
    font-size: 16px;
}
.team-member .image {
    margin-bottom: 16px;
}
.member_bio_data .member-description {
    padding: 15px 0 20px;
}
.member_bio_data .member-description p:last-child {
    margin-bottom: 0;
}
.member_bio_data .member-metadata p {
    margin: 0;
}
.member_bio_data .member-metadata p + p {
    margin-top: 5px;
}
.member_bio_data .member-metadata {
    padding: 20px 0;
}
.member_bio_data .member-content {
    box-sizing: border-box;
    padding: 30px 45px;
    overflow: hidden;
}
.administrative-team strong {
    font-size: 20px;
    font-weight: 800;
    max-width: 230px;
    display: inline-block;
    width: 100%;
}
/**************************************
33 page - Terminology 
**************************************/
.terminology-content-wraper .terminology-section-title {
    padding-top: 5px;
}
.terminology-content-wraper .title-section {
    margin-bottom: 25px;
}
.terminology-main-content {
    margin-bottom: 80px;
}
#terminology-category  {
    height: 58px;
    padding: 0 24px;
    font-size: 14px;
    color: #b5b5b5;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    position: relative;
    width: 100%;
}

/* For IE10 */
#terminology-category::-ms-expand {
  display: none;
}
.select-boxwrapper{
    position: relative;
    min-width: 260px;
}
.select-boxwrapper:after{
    /* content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 20px;
    width: 50px;
    font-weight: 900;
    text-align: center;
    margin: auto; */
}
.terminology-title {
    margin-bottom: 24px;
}
.terminology-post-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
        -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* column-count: 2; */
    /* column-gap: 30px; */
}
.terminology-post {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 24px 20px 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    max-width: calc(50% - 10px );
}
h2.terminology-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.select-boxwrapper .select2-container .select2-selection {
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border-color: #d6d6d6;
    padding: 0 15px;
}
.select-boxwrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    margin: auto;
    right: 20px;
}
.select-boxwrapper  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 0;
    outline: 0;
}
.select2-container *{
    outline: 0;
}
/**************************************
34 page - Rental
**************************************/
.ordered-list ol {
    padding-left: 15px;
    margin: 0;
}
.ordered-list li {
    line-height: 22px;
    padding-left: 25px;
}
.unordered-list li {
    padding-left: 5px;
}
.unordered-list li + li {
    margin-top: 15px;
}
/**************************************
35 page local services
**************************************/
.local-services-content h5 {
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
.local-services-content h5:first-child {
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

.local-services-content p {
    margin-bottom: 8px;
}

/**************************************
36 Page Buy And rent
**************************************/

.page-title-bar {
    padding: 40px 0 0;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 50px;
}

.property-section-count {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.property-section-count b {
    font-size: 30px;
    display: inline-block;
    font-weight: 800;
    display: none;
}
.property-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


.filter-by-prize,
.filter-by-location {
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

}
.range-slider-wrapper,
.filter-wrapper{
    opacity: 1;
    visibility: hidden;
}
.filter-by-prize span ,
.filter-by-location span {
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 20px;
}
.filter-by-prize .range-slider-wrapper,
.filter-by-location .filter-wrapper {
    position: absolute;
    right: 0;
    top: -10px;
    width: 365px;
    padding: 30px;
    box-sizing: border-box;
    z-index: 99;
    background: #fff;
    box-shadow: 3px 4px 9px -7px #000;
    transition: 0.3s all;
    padding-top: 90px;
    display: block;
}
.filter-by-prize .range-slider-wrapper{
       width: 475px;
}
/*For temp page*/
.filter-by-location .filter-wrapper {
	top: -38px !important;
}
.filter-by-location .filter-wrapper ul li{
	margin-bottom: 5px !important;
	padding: 5px 20px !important;
}
.filter-by-location .filter-wrapper h3{
	margin-bottom: 10px !important;
}
.filter-by-location .filter-wrapper ul{
    height: 450px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
/*End*/

.filter-by-prize span i ,
.filter-by-location span i {
    margin-left: 15px;
}
.range-slider.ui-widget-content {
    margin-bottom: 30px;
    height: 12px !important;
    background: #e5e5e5;
    border: 0 !important;
}
            
.filter-by-location .filter-wrapper ul {
    padding: 0;
    list-style: none;
}

.filter-by-location .filter-wrapper ul li {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 19px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.apply-button:active ,
.apply-button:hover ,
.apply-button {
    background: transparent;
    border: none;
    outline: none;
    text-align: center;
}
.property-filter .apply-button {
    font-weight: 600;
    font-size: 14px;
    outline: 0;
}
.range-slider {
    margin-bottom: 30px;
}
.range-slider-wrapper .price-range {
    height: 1px;
    width: 1px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.range-slider span.ui-slider-handle {
    width: 20px;
    height: 20px;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background:#fff;
    border: 0;
    outline: 0;
    box-shadow: -2px 3px 10px -2px rgb(116 116 116)
}

span.tolltips {
    position: absolute;
    bottom: -50px;
    font-size: 14px;
    font-weight: 600;
    color: #999999 !IMPORTANT;
}
.range-slider span.ui-slider-handle.second-controller {
    transform: translateX(-50%);
}
.range-slider span.ui-slider-handle.second-controller span.tolltips {
    right: -8px;
}
.range-slider span.ui-slider-handle.first-controller span.tolltips {
    right: -3px;
}
.range-slider .ui-slider-handle.first-controller {
    transform: translateX(-50%);
}
.range-slider.ui-widget-content {
    margin-bottom: 50px;
    height: 12px !important;
    background: #e5e5e5;
    border: 0 !important;
}
.filter-by-location .filter-wrapper ul li.activated{
    color: #fff;
}
.filter-by-location .filter-wrapper ul li i{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding-left: 30px;
}
.filter-by-location.hover_active .filter-wrapper ul li.activated i{
    opacity: 1;
    visibility: visible;
}
.homes-pagination li {
    width: 45px;
    height: 45px;
    margin: 0 5px;
    background-color: #f2f2f2;
}
.homes-pagination li a{
    color: #333;
}
.homes-pagination li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    padding: 9px;
    font-weight: 600;
}
ul.pagination.homes-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* ul.pagination.homes-pagination li:last-child:hover, */
/* ul.pagination.homes-pagination li:first-child:hover, */
ul.pagination.homes-pagination li.isDisabled,
.homes-pagination li:hover a,
.homes-pagination li.isDisabled a{
    color: #fff;
}

ul.pagination.homes-pagination li:last-child,
ul.pagination.homes-pagination li:first-child,ul.pagination.homes-pagination li.next_prev{
    width: auto;
    background:transparent;
}
ul.pagination.homes-pagination li.next_prev a{
    color:#003e7e !important;
}
ul.pagination.homes-pagination li:last-child i ,
ul.pagination.homes-pagination li:first-child i {
    margin: 0 5px;
}
.property-grid-view {
    /* margin-bottom: 50px; */
    position: relative;
}
.property-item {
    margin-bottom: 60px;
}

h2.property-title {
    font-size: 18px;
    font-weight: 800;
}
.property-item h3 {
    font-size: 14px;
}
.feature {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.feature span {
    position: relative;
    padding-left: 10px;
    margin-right: 5px;
}
.feature span:first-child {
    padding-left: 0;
}
.feature span + span::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.feature,
.property-item h3,
h2.property-title{
    margin-bottom: 10px;
}
.property-image {
    line-height: 0;
    margin-bottom: 15px;
}
.property-image a {
    display: block;
}
.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    /* transform: translateY(-150px); */
}
.lds-ripple div {
    position: absolute;
    border: 4px solid;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.property-grid-view .container {
    position: relative;
}
.ajax-loding-efect {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
}
.ajax-loding-efect:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255,0.93);
    z-index: 9;
}


ul.pagination.homes-pagination li.isDisabled {
    /* background: #f1f1f1 !important; */
    width: 45px;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/**************************************
37 single property
**************************************/
.single-property-section {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* padding-top: 700px; */
    padding-bottom: 100px;
    height: 900px;
}
.single-property-section .banner-content {
    max-width: 375px;
    background: #fff;
    padding: 25px;
}
.single-property-section  .banner-content h2.property-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.single-property-section  .banner-content h3 {
    font-size: 40px;
    margin-bottom: 10px;
}
.single-property-section .banner-content ul.feature-list {
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 18px;
}
.single-property-section .banner-content ul.feature-list li {
    font-size: 14px;
    font-weight: 600;
    color: #cccccc;
    margin-bottom: 5px;
}
.single-property-section  .view-photo-gallery a {
    font-size: 14px;
    font-weight: 600;
}
#photo_gallery .gallery-image .cdxn-thumb-single {
    display: none;
    position: relative;
}
#photo_gallery .gallery-image .cdxn-thumb-single:first-child {
    display: block;
}
div#photo_gallery h3 {
    margin-bottom: 27px;
}
div#photo_gallery {
    margin-bottom: 40px;
}
.property-details p:last-child{
    margin-bottom: 0;
}
.property-details {
    margin-bottom: 40px;
}
.cdxn-thumb-single a.cdxn-ig-lightbox {
    display: block;
    position: relative;
}
.cdxn-thumb-single a.cdxn-ig-lightbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.8);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.cdxn-thumb-single .hover-text {
    cursor: pointer;
    position: absolute;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    /* color: #fff; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.cdxn-thumb-single:hover a.cdxn-ig-lightbox:before,
.cdxn-thumb-single:hover .hover-text{
    opacity: 1;
    visibility: visible;
}
.mobile-toobar .contact-number {
    margin-right: 0px;
}
/**************************************
38 Home page
**************************************/
.featured-listing-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.featured-listing-wrapper .featured-image {
    max-width: 640px;
    min-height: 427px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.featured-listing-wrapper .fetured-post-content {
    max-width: calc(100% - 640px);
    background: #fff;
    padding: 26px 30px;
}
.fetured-post-content h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.property-description p {
    font-size: 16px;
    line-height: 1.4;
}
.property-description p:last-child{
    margin: 0;
}
.featured-listing-wrapper .featured-price{
    font-size: 40px;
    margin-bottom: 15px;
}
.featured-listing-wrapper .property-description {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;;
    padding-bottom: 20px;
}
.featured-listing-wrapper .property-description  p{
    font-size: 16px;
}
.featured-listing-wrapper  ul.feature-list {
    font-size: 14px;
    font-weight: 600;
    color: #cccccc;
    padding-left: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}
a.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
}
a.read-more i {
    font-size: 13px;
    margin-left: 5px;
}
.featured-slider .swiper-container {
    position: static;
    padding-top: 44px;
}
.featured-section-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}
.featured-slider .swiper-container .swiper-arrow {
	top: 0;
    bottom: auto;
    width: 30px;
    position: absolute;
    height: 26px;
	line-height: 29px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    outline: 0;
}

.featured-slider .swiper-container .swiper-arrow.swiper-arrow-prev {
	right: 80px;
}

.featured-slider .swiper-container .swiper-arrow.swiper-arrow-next {
	right: 0px;
}
.featured-slider .swiper-container .swiper-pagination-custom {
    top: 0;
    bottom: auto;
    width: 50px;
    height: 26px;
    line-height: 26px;
    left: auto;
    right: 28px;
    text-align: center;
    font-weight: 600;
}
.featured-slider .property-item {
    margin-bottom: 0;
}
/**************************************
s61 social bar
**************************************/

/**************************************
s62 top bar
**************************************/



/**************************************
s70 sidebar
**************************************/

.contact-widget {
	margin: 0;
	padding: 0;
}

.contact-widget li {
	list-style-type: none;
}

/************************************************************
	Misci
*************************************************************/

/**************************************
s80 footer
**************************************/

#footer {
    padding-top: 30px;
    padding-bottom: 20px;
}

#copyright {
	text-align: center;
	padding:15px;
}

#copyright p {
	margin-bottom:0;
}

div#copyright_text {
    border-top: 1px solid #666666;
    padding-top: 20px;
    color: #fff;
    margin-top: 54px;
}
.footer-logo img {
    height: 47px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-text {
    color: #fff;
}
.footer-text p {
    margin-bottom: 15px;
}
.socials-links ul.list-unstyled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 0;
}
/* .socials-links ul.list-unstyled a {
    width: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 50%;
} */


.socials-links ul.list-unstyled a {
    width: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.socials-links ul.list-unstyled li + li{
    margin-left: 5px;
}
.socials-links ul.list-unstyled a img {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.socials-links ul.list-unstyled a:hover img.default-icon,
.socials-links ul.list-unstyled a img.hover-icon{
    opacity: 0;
}
.socials-links ul.list-unstyled a img.default-icon,
.socials-links ul.list-unstyled a:hover img.hover-icon{
    opacity: 1;
}

.contact-info a,
.contact-info {
    color: #fff;
}
.contact-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    word-break: break-word;
}
.contact-element .title {
    min-width: 80px;
}
div#footer_right_center h2 {
    font-weight: 600;
    font-size: 14px;
}

div#footer_right_center {
    padding-top: 10px;
}

.search  main#primary,
.error404 main#primary {
    margin-top: 70px;
}

.result-wrapper ul li a {
    color: #f79239;
    font-style: italic;
}

.result-wrapper ul li a:hover,
.result-wrapper ul li a:focus {
    color: #f79239;
}

@media screen and ( min-width: 1200px )  {
	/* .container {
		width: 1170px;
	} */

}  /* ( min-width: 1200px ) */


@media screen and ( min-width: 993px ) and ( max-width: 1199px ) {

	/* .container {
		width: 970px;
	} */

} /* ( min-width: 993px ) and ( max-width: 1199px ) */


@media screen and ( min-width: 992px ) and ( max-width: 1199px ) {

} /* ( min-width: 993px ) and ( max-width: 1199px ) */


@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

} /* ( min-width: 601px ) and ( max-width: 992px ) */


@media screen and ( min-width:768px ) {
    .filter-by-location:hover .filter-wrapper,
    .filter-by-prize:hover .range-slider-wrapper {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}
@media screen and ( min-width:1025px ) {
    .container {
        max-width: 1050px;
    }
}
@media screen and ( max-width:1199px ) {
    ul#main_menu.sf-menu li {
        margin-left: 30px;
    }
    ul#main_menu.sf-menu > li:not(:first-child) {
        margin-left: 30px;
    }


}
@media screen and ( max-width:1024px ) {
    .container {
        max-width: 100%;
    }
}

@media screen and ( max-width:991px ) {
    .container {
        max-width: 100%;
    }
    ul#main_menu.sf-menu li {
        margin-left: 18px;
    }
    #nav a{
        font-size: 12px;
    }
    #nav {
        margin-top: 10px;
    }
    .topbar-content {
        margin-bottom: -20px;
    }
    .administrative-team strong {
        font-size: 16px;
        max-width: 170px;
    }
    .featured-listing-wrapper .fetured-post-content{
        max-width: 40%;
        width: 100%;
    }
    .featured-listing-wrapper .featured-image {
        max-width: 60%;
        width: 100%;
    }
    .featured-listing-wrapper .featured-price {
        font-size: 30px;
    }
    .single-property-section{
        height: 400px;
        padding-top: 500px;
    }
    ul#main_menu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    ul#main_menu.sf-menu > li:not(:first-child) {
        /* margin-left: 16px; */
        margin-left: 3%;
    }
    .filter-by-prize span, .filter-by-location span {
        font-size: 18px;
    }
}
@media screen and ( max-width: 782px ) {
    .admin-bar header.header {
        top: 46px;
    }
}

@media screen and ( max-width: 767px ) {
    .member_bio_data .member-content {
        box-sizing: border-box;
        padding: 25px;
        overflow: hidden;
    }
    .cx-button-2 .elementor-button {
        padding: 25px 30px;
        height: auto;
    }
    .topbar-content {
        margin-bottom: 0;
    }
    button#c-button--slide-left {
        padding: 13px 20px;
        font-size: 15px;
        outline: 0;
        border-radius: 5px;
        margin: 10px 0;
    }
    div#mobile-menu ul {
        padding: 0;
    }
    #c-menu--slide-left .contact-number {
        margin-right: 0;
    }
    #c-menu--slide-left .contact-number a,
    #c-menu--slide-left  .contact-number span {
        padding: 0px 20px;
        display: block;
    }
    #c-menu--slide-left  .contact-number span {
        margin-bottom: 10px;
    }
    #c-menu--slide-left .language {
        padding-bottom: 70px;
        display: flex;
    }
    #c-menu--slide-left .language a + a {
        padding: 12px 20px;
    }
    #page_title {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    #page_title h1 {
        font-size: 30px;
    }
    .h2, h2{
        font-size: 25px;
    }
    .select-boxwrapper .select2-container .select2-selection {
        height: 40px;
    }
    h2.terminology-title {
        font-size: 18px;
    }
    .featured-listing-wrapper .featured-image {
        max-width: 100%;
        padding-top: 66.7%;
        min-height: auto;
    }
    .featured-listing-wrapper .fetured-post-content {
        max-width: 100%;
    }
    .header-top {
        padding: 0px 0 25px;
    }
    .topbar-content.mobile-toobar {
        padding: 10px 0;
        background: #f5f5f5;
        margin-bottom: 20px;
    }
    .language a + a {
        padding-left: 12px;
        margin-left: 5px;
    }
    header.header {
        position: static;
    }
    body div#showcase,
    #page_title{
        margin-top: 0 !important;
    }
    .single-property-section .banner-content h3 {
        font-size: 30px;
    }
    .property-section-count{
        font-size: 17px;
    }
    .filter-by-prize span, .filter-by-location span {
        font-size: 15px;
    }
    .filter-by-prize, .filter-by-location {
        padding: 0 8px;
    }
    .filter-by-prize span i, .filter-by-location span i {
        margin-left: 9px;
    }
    
    .filter-by-location:not(.no-hover):hover .filter-wrapper,
    .filter-by-prize:not(.no-hover):hover .range-slider-wrapper {
        opacity: 1;
        visibility: visible;
        display: block;
    }
	.homes-pagination li a{
		font-size: 14px;
    	padding: 0px;
	}

} /* ( max-width: 767px ) */

@media screen and ( max-width: 576px ) {
    .select-boxwrapper{
        width: 100%;
    }
    
    .terminology-post{
        max-width: 100%;
    }
    h2.terminology-title {
        font-size: 17px;
    }
    .search-content .post-details{
        -webkit-box-flex: 0;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .search-content .image-featured {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }

    .property-filter {
        position: relative;
        -webkit-box-pack: start;
        -ms-flex-pack: unset;
        justify-content: flex-start;
        margin-left: -7px;
    }
    .filter-by-prize, .filter-by-location{
        position: static;
    }
    .filter-by-prize:hover .range-slider-wrapper,
    .filter-by-location:hover .filter-wrapper {
        left: 0;
        max-width: 100%;
        right: 0;
        width: 100%;
        /* box-shadow: 3px 7px 9px -7px #000; */
    }

    .property-section-count {
        padding-bottom: 10px;
    }


} /* ( max-width: 480px ) */

@media screen and ( max-width: 480px ) {
   .select-boxwrapper{}
   .filter-by-prize span, .filter-by-location span {
        font-size: 14px;
    }
   .filter-by-prize span i, .filter-by-location span i {
        margin-left: 3px;
    }

} /* ( max-width: 480px ) */

/* Chrome, Safari, Edge, Opera */
.calc-form-wrapper input::-webkit-outer-spin-button,
.calc-form-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.calc-form-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.calc-form-wrapper .input-field-wraper{
    position:relative;
}
.calc-form-wrapper .input-field-wraper span.unit-clue {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 60px;
    text-align: center;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: #f79239;
    color: #fff;
}
.calc-form-wrapper .input-field-wraper input#purchase_price {
    padding-left: 70px;
}

.grecaptcha-badge {
	display: none !important;
}
div.filter-by-location:not(.hover_active) .filter-wrapper{
    visibility:hidden;
}
.range-slider span.ui-slider-handle.second-controller .tolltips,.range-slider span.ui-slider-handle.first-controller .tolltips{
    display: none !important;
}
.range-slider span.ui-slider-handle.second-controller,.range-slider span.ui-slider-handle.first-controller{
    cursor: pointer !important;
}
.input--slider--types {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1.5em;
    color: #3b3a3c;
    margin-bottom: 20px;
}
.input--slider--types input {
    width: 12rem;
    height: 2.1rem;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, .3);
    text-align: center;
    outline: none;
}
.input--slider--types__divider {
    display: block;
    width: 1.1875rem;
    height: .0625rem;
    margin: 0 .5rem;
    background-color: #979797;
}
