/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-left{
/* 	padding-top:40px!important; */
	    flex-direction: row;
    justify-content: center;
}
#brxe-guoios .splide__slide{
	height: 80%!important;
}





/* home page hero form section start */
:root {
        --BG-green: #000000;
        --BG-white: #fff;
        --text-white: #fff;
        --text-black: #000;
        --BG-black: #141414;
      }

      .home-form-wrapper {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 0 2%;
      }
      .home-form-wrapper .form-row {
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */
        align-items: flex-end;
        justify-content: center;
        gap: 20px;
      }
      .home-form-wrapper .form-col {
        width: 24%;
      }
      .home-form-wrapper .form-col .block-wrapper {
        display: flex;
        /* gap: 5px; */
        flex-direction: column;
      }
      .home-form-wrapper .form-col .block-wrapper label {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        color: var(--text-white);
        margin-bottom: 5px;
        text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1),
          10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
      }

      .home-form-wrapper .form-col .block-wrapper .input-text {
        border: 1px solid transparent;
        padding: 4px 15px;
        background-color: var(--BG-white);
        font-size: 16px;
        border-radius: 5px;
        font-weight: 500 !important;
      }

      .home-form-wrapper .form-col .block-wrapper .input-text::placeholder,
      .home-form-wrapper .form-col .block-wrapper .input-select::placeholder {
        font-size: 15px;
        font-weight: 500;
        color: var(--text-black);
      }

      .home-form-wrapper .form-col .block-wrapper .input-text:active,
      .home-form-wrapper .form-col .block-wrapper .input-text:focus,
      .home-form-wrapper .form-col .block-wrapper .input-select:active,
      .home-form-wrapper .form-col .block-wrapper .input-select:focus {
        border: 1px solid var(--text-black);
        outline: none;
      }

      /* select fields */
      .home-form-wrapper .form-col .block-wrapper .input-select {
        border: 1px solid transparent;
        outline: none;
        padding: 4px 15px;
        background-color: var(--BG-white);
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
        color: var(--text-black);
        font-weight: 500 !important;
      }

      /* submit btn area */
      .home-form-wrapper .form-col .block-wrapper {
        width: 100%;
        height: 100%;
      }
      .home-form-wrapper .form-col .block-wrapper .btn-wrapper {
        position: relative;
      }
      .home-form-wrapper .form-col .block-wrapper .btn-submit {
        width: 100%;
/*         position: absolute; */
        bottom: 0;
        text-align: center;
        padding: 15px 25px;
        margin: 0;
        border: none;
        outline: none;
        background-color: var(--BG-green);
        color: var(--text-white);
        font-size: 17px;
        font-weight: 500;
        text-transform: capitalize;
        transition: 0.5 hover ease-in-out;
        border-radius: 5px;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
      }

      .home-form-wrapper .form-col .block-wrapper .btn-submit:hover {
        background-color: var(--BG-black);
        color: var(--text-white);
      }

      /* * media breakpoints */
      @media (max-width: 992px) {
        .home-form-wrapper {
          padding: 0 10%;
        }
        .home-form-wrapper .form-col .block-wrapper .btn-submit {
          padding: 11px 20px;
          font-size: 16px;
        }
        .home-form-wrapper .form-col .block-wrapper .input-text,
        .home-form-wrapper .form-col .block-wrapper .input-select {
          padding: 0px 15px;
        }
        .home-form-wrapper .form-col .block-wrapper label {
          font-size: 18px;
        }
      }
      @media (max-width: 768px) {
        .home-form-wrapper {
          padding: 0 5%;
        }
        .home-form-wrapper .form-row {
          flex-wrap: wrap;
        }
        .home-form-wrapper .form-col {
          flex-basis: 45%;
        }
        .home-form-wrapper .form-col .block-wrapper .btn-submit {
          width: 100%;
        }
      }
      @media (max-width: 431px) {
        .home-form-wrapper .form-col {
          flex-basis: 100%;
        }
        .home-form-wrapper .form-row {
          gap: 15px;
        }
        .home-form-wrapper .form-col .block-wrapper .btn-wrapper {
          margin-top: 0px !important;
        }
      }
.home-form-wrapper{
/* 	margin-top:350px!important; */
}

/* #brxe-mmkasa{
	background-color:grey;
} */
/* home page hero form section end */

	

*{
	font-family:inter;
}




:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-left{
/* 	padding-top:40px!important; */
	    flex-direction: row;
    justify-content: center;
}
#brxe-guoios .splide__slide{
	height: 80%!important;
}



/* home page hero form section start */
:root {
        --BG-green: #000000;
        --BG-white: #fff;
        --text-white: #fff;
        --text-black: #000;
        --BG-black: #141414;
      }

      .home-form-wrapper {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 0 2%;
      }
      .home-form-wrapper .form-row {
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */
        align-items: flex-end;
        justify-content: center;
        gap: 20px;
      }
      .home-form-wrapper .form-col {
        width: 24%;
      }
      .home-form-wrapper .form-col .block-wrapper {
        display: flex;
        /* gap: 5px; */
        flex-direction: column;
      }
      .home-form-wrapper .form-col .block-wrapper label {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        color: var(--text-white);
        margin-bottom: 5px;
        text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1),
          10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
      }

      .home-form-wrapper .form-col .block-wrapper .input-text {
        border: 1px solid transparent;
        padding: 4px 15px;
        background-color: var(--BG-white);
        font-size: 16px;
        border-radius: 5px;
        font-weight: 500 !important;
      }

      .home-form-wrapper .form-col .block-wrapper .input-text::placeholder,
      .home-form-wrapper .form-col .block-wrapper .input-select::placeholder {
        font-size: 15px;
        font-weight: 500;
        color: var(--text-black);
      }

      .home-form-wrapper .form-col .block-wrapper .input-text:active,
      .home-form-wrapper .form-col .block-wrapper .input-text:focus,
      .home-form-wrapper .form-col .block-wrapper .input-select:active,
      .home-form-wrapper .form-col .block-wrapper .input-select:focus {
        border: 1px solid var(--text-black);
        outline: none;
      }

      /* select fields */
      .home-form-wrapper .form-col .block-wrapper .input-select {
        border: 1px solid transparent;
        outline: none;
        padding: 4px 15px;
        background-color: var(--BG-white);
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
        color: var(--text-black);
        font-weight: 500 !important;
      }

      /* submit btn area */
      .home-form-wrapper .form-col .block-wrapper {
        width: 100%;
        height: 100%;
      }
      .home-form-wrapper .form-col .block-wrapper .btn-wrapper {
        position: relative;
      }
      .home-form-wrapper .form-col .block-wrapper .btn-submit {
        width: 100%;
/*         position: absolute; */
        bottom: 0;
        text-align: center;
        padding: 15px 25px;
        margin: 0;
        border: none;
        outline: none;
        background-color: var(--BG-green);
        color: var(--text-white);
        font-size: 17px;
        font-weight: 500;
        text-transform: capitalize;
        transition: 0.5 hover ease-in-out;
        border-radius: 5px;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
      }

      .home-form-wrapper .form-col .block-wrapper .btn-submit:hover {
        background-color: var(--BG-black);
        color: var(--text-white);
      }

      /* * media breakpoints */
      @media (max-width: 992px) {
        .home-form-wrapper {
          padding: 0 10%;
        }
        .home-form-wrapper .form-col .block-wrapper .btn-submit {
          padding: 11px 20px;
          font-size: 16px;
        }
        .home-form-wrapper .form-col .block-wrapper .input-text,
        .home-form-wrapper .form-col .block-wrapper .input-select {
          padding: 0px 15px;
        }
        .home-form-wrapper .form-col .block-wrapper label {
          font-size: 18px;
        }
      }
      @media (max-width: 768px) {
        .home-form-wrapper {
          padding: 0 5%;
        }
        .home-form-wrapper .form-row {
          flex-wrap: wrap;
        }
        .home-form-wrapper .form-col {
          flex-basis: 45%;
        }
        .home-form-wrapper .form-col .block-wrapper .btn-submit {
          width: 100%;
        }
      }
      @media (max-width: 431px) {
        .home-form-wrapper .form-col {
          flex-basis: 100%;
        }
        .home-form-wrapper .form-row {
          gap: 15px;
        }
        .home-form-wrapper .form-col .block-wrapper .btn-wrapper {
          margin-top: 0px;
        }
      }

	 	 
/* home page hero form section end */


	

.wpcf7-spinner{
	display:none!important;
}


/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* general */
/** link focus remove */
a:focus,button:focus,
.focus a {
  outline: none !important;
}
* {
/*   -webkit-user-drag: none; */
/*   user-select: none; */
	scroll-behavior: smooth !important;
}

/* colors */
:root {
  --primary: #000000;
  --secondary: #000;
  --light-gray:#E4ECEC;
--hover-green:#88c202;
--text-white:#fff;
--single-listing-bg:#E5F3DA;
	--black:#000;
}





/* single author page templates styles */
.site_author_main_content .container {
	width:79%;
    margin: auto;
}

.site_author_profile_title {
    background: var(--secondary);
    text-align: center;
    padding: 50px 0px;
    font-size: 32px;
    color: #fff;
}

.site_author_bio_meta h2 {
    color: #fff;
    font-size: 40px !important;
	line-height: 45px;
	white-space:normal;
	word-wrap: break-word;
}


#site_author_content_area article.et_pb_post {
    width: 33%;
    float: left;
    padding: 0px 20px;
    font-size: 0
}

#site_author_content_area article.et_pb_post:nth-child(3n+1) {
    clear: both;
}

div#site_author_content_area {
    margin-top: 80px
}

.site_author_bio_meta {
    margin-bottom: 30px;
    text-align: center
}

.site_author_bio_meta img {
    width: 300px;
    height: auto;
    margin-bottom: 30px
}

.site_author_bio_meta h2 {
    font-size: 20px
}

.site_author_bio_meta p {
    padding-bottom: 0px
}

.pl-0 {
    padding-left: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.site_author_inline_field {
    width: 50%;
    float: left;
    padding: 10px
}

.site_author_form_wrap input,.site_author_form_wrap textarea {
    width: 100%;
    border: 1px solid #70706F;
    background: #f5f5f5;
    color: #000;
    padding: 13px 18px;
    margin-bottom: 20px
}

.site_author_inline_field:first-child {
    padding-left: 0px
}

.site_author_inline_field:nth-child(2) {
    padding-right: 0px
}

.site_author_form_wrap input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--primary)!important;
    color: #fff!important;
    border: none;
    width: 100%;
    text-align: center;
    padding: 14px 0px !important;
    font-size: 18px;
}

#site_author_content_area article.et_pb_post h2.entry-title {
    font-size: 20px;
    margin-bottom: 20px
}

/*  Author Page Css */
h2.text-left {
    text-align: left;
}



img.rounded {
    border-radius: 20px;
}

.row {
    display: flex;
}

.site_author_bio_meta {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
    text-align: left !important;
}

.site_author_bio_meta p {
    font-size: 18px;
}

.site_author_photo {
    float: left;
    width: 100%;
    padding-right: 20px;
	text-align:left !important;
	width:65% !important;
}


.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
    text-align: right;
    float: left;
    width: 40%;
    padding-top: 30px;
}

.col-lg-9.col-md-9.col-sm-12.col-xs-12 {
    float: left;
    width: 60%;
}

a.mailTo {
    border: 1px solid #fff;
    padding: 5px 25px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}

a.telto {
    padding: 5px 25px;
	 border: 1px solid #fff;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    background-color: var(--primary);
	color:white!important;
	transition:all 0.5s ease;
}
/* 141414 */
a.telto:hover{
/* 	background-color:#141414 !important; */
	color:#ffffff !important;
	border:1px solid var(--primary);
}

a.mailTo:hover{
	border:1px solid var(--primary);
	background-color: var(--primary);
	color:white!important;
}

.site_author_bio_info h3 {
    padding-bottom: 30px;
	color:#000 !important;
	font-size:30px !important
	line-height:35px !important;
}

.site_author_bio_info {
    float: left;
    width: 60%;
	color:#000 !important;
	font-weight:400 !important;
	line-height:21px !important;
}

.author_form {
    float: left;
    width: 50%;
    margin-left: 5%;
    position: relative;
    margin-top: -140px;
	background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 25px 25px 5px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.site_author_form_wrap input, .site_author_form_wrap textarea {
    width: 100%;
    border: 2px solid #000 !important;
    background: #fff !important;
    color: #000;
    padding: 8px 45px !important;
    margin-bottom: 0px !important;
    border-radius: 5px;
    margin-bottom: 10px !important;
	font-size:16px !important;
	font-weight:600 !important;
}


.site_author_bio_email {
   
}
#author-main-content{
	background-color:#F7F7F7!important;
}

#site_author_content_area .site_author_form_wrap input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--primary) !important;
    font-family: 'SharpSansSemibold',Helvetica,Arial,Lucida,sans-serif;
    cursor: pointer;
	padding:10px;
	color:#000 !important;
	border:none !important;
}
#site_author_content_area .site_author_form_wrap input.wpcf7-form-control.wpcf7-submit:hover{
	background: var(--secondary) !important;
	color:#fff !important;
}
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}

.site_author_bio_email h3 {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
	font-size:23px !important;
	color:#000 !important;
}

.site_author_bio_email h3 span {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #141414 !important;
}

.site_author_block_field {
    margin-bottom: 15px;
}

.site_author_bio_email span {
    float: left;
    width: 100%;
    text-align: center;
}

span.fa-icon i {
    position: absolute;
    color: #000 !important;
    z-index: 100;
    font-size: 18px;
    left: 5%;
    top: 11px;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
    margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

span.fa-icon {
    position: relative;
}




/*  single author template area inside listing style start */

* {
           box-sizing: border-box;
			font-family:inter;
        }




/*  single author template area inside listing style media query starts */
@media(max-width: 1700px) {
    a.telto, a.mailTo {
        font-size: 17px !important;
		display:inline-flex !important;
		column-gap:10px !important;
		align-items:center !important;
		transition:all 0.5s ease;
    }
}

@media(max-width: 1500px) {
    .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        width: 50%;
    }

}

@media(max-width: 1300px) {
    .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        width: 60%;
    }

}

@media(max-width: 1200px) {
    .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        width: 70%;
    }

    a.telto, a.mailTo {
        font-size: 18px;
    }

    

}

@media(max-width: 1130px) {
    .row {
        display: flow-root;
    }

    .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        float: left;
        width: 100%;
        text-align: left;
    }

}

@media(max-width: 1024px) and (min-width: 500px) {
    .site_author_form_wrap input, .site_author_form_wrap textarea {
        padding: 13px 65px !important;
    }
}

@media(max-width: 1024px) {
    .author_form {
        float: left;
        width: 100%;
        margin-left: 0;
        position: relative;
        margin-top: 20px!important;
    }

    .site_author_bio_info {
        float: left;
        width: 100%;
    }

}

@media(max-width: 992px) {
    

    .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
        float: left;
        width: 100%;
    }

    .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        padding-top: 0;
    }

    footer#main-footer {
        background-repeat: repeat !important;
    }

    .site_author_bio_meta, .site_author_photo, .site_author_profile_title .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        text-align: center !important;
    }

    .site_author_photo {
        padding-right: 0;
		width:100% !important;
    }
}

@media(max-width: 575px) {
    .home-sec1 .et_pb_row.main-search {
        margin-top: 0px;
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
	.site_author_bio_meta h2{
		font-size:30px !important;
	}
    .home-sec2 {
        padding: 20px 15px 0px;
    }

    footer#main-footer {
        padding-top: 20px!important;
    }

    #footer-widgets {
        padding-bottom: 0px;
    }

    #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
        margin-bottom: 0px !important;
    }

    #footer-widgets .footer-widget:first-child {
        margin-bottom: 30px !important;
    }


    .home-sec2-old {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-sec2-old {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }

}

@media(max-width: 450px) {
    a.telto {
        margin-top: 10px;
        text-align: center;
        display: inline-block;
    }

    a.mailTo {
        text-align: center;
    }
}
.archive.author .site_author_form_wrap .site_author_block_field input::placeholder,.archive.author .site_author_form_wrap .site_author_block_field textarea::placeholder{
font-weight:600 !important;
color:#000 !important;
}








/* listing form styles start */
.list .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	margin-bottom:2em!important;
	    border-color: #00000082;
}

.wpcf7.js{
	padding-bottom:2em!important;
}

.wpcf7-form-control.wpcf7-textarea{
	height:50px!important;
	margin-bottom:20px!important;
	    border-color: #00000082;
}


.team_box {
	padding-top:30px!important;
}
.team_member.img-fluid{
	border-radius:50%!important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner{
	width:100%;
	background-color:black;
	color:white;
	padding:15px;
	font-size: 18px;
}

::placeholder{
	color:black!important;
}

.entry-title, .item-street, .entry-title-sub{
	padding:0px!important;
}




/* get-a-free-appraisal page form styles start */

.free-appraisal-form p {
	margin:16px 0;
}



.free-appraisal-form .form-row{
	display:flex;
	gap:15px;
}
.free-appraisal-form .form-row .col{
	width:50% !important;
}
.free-appraisal-form .wpcf7-form-control::placeholder {
  color:#000 !important;
  font-weight:400 !important;
}
.free-appraisal-form .wpcf7-form-control{
	border:2px solid #000 !important;
	color:#000 !important;
	font-weight:500 !important;
}
.free-appraisal-form .wpcf7-form-control:focus{
	border:2px solid #000 !important;
	outline:none;
	color:var(--secondary) !important;
}
.free-appraisal-form .wpcf7-submit {
    cursor: pointer;
    background: var(--primary) !important;
    border: 0 !important;
    color: #fff !important;
    transition: all .5s;
    font-size: 16px;
    margin-top: 1em;
    padding: 6px 25px;
    height: 55px;
	outline:none;
	border-radius:5px !important;
}
.free-appraisal-form .wpcf7-submit:hover{
	background: #000 !important;
	color:#fff !important;
		box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px !important;
}
@media(max-width:400px){
	.free-appraisal-form .form-row{
		flex-direction:column;
		gap:0px;
	}
	.free-appraisal-form .form-row .col{
		width:100% !important;
	}
	.free-appraisal-form p{
		margin:10px 0;
	}
	.free-appraisal-form .wpcf7-form-control::placeholder{
		font-size:14px;
	}
}
.wpcf7-form.init label{
	color:black!important;
	margin-bottom:1em!important;
	}

/* get-a-free-appraisal page form styles end */




	
	
	
.team_member.img-fluid {
	border-radius:0px!important;
}
.image-box img{
	width:100%!important;
} 
.team_box{
	padding:0px!important;
}

.our_team .wrapper .team_box {
    border-bottom: solid 5px black;
}

/* zoom effect*/
.zoom 
{ transition: transform 0.5s; 
}
.zoom:hover{
	
	scale:0.95;
	transition: all 0.4s ease-in-out;
}


.rent 
{ transition: transform 0.5s; 
}
.rent:hover{
	
	scale:0.95;
	transition: all 0.4s ease-in-out;
}




/* post archive */

.archive .zoom_css .post-content{
	z-index:1;
	height: unset;
}

.archive .zoom_css .repeater-item [data-field-id="otnvgg"] {
    width: max-content;
    margin-left: -15px;
}

.archive.category .archive_cat.brxe-heading{
	display:block!important;
}

.archive.tag .archive_tag.brxe-heading{
	display:block!important;
}

.bricks-pagination{
	margin:40px 0;
}





.ui-slider .ui-slider-handle{
	border-color:var(--primary) !important;
}
.ui-widget-header{
	background-color:var(--primary) !important;
}
.ui-widget-content{
	background-color:var(--secondary) !important;
}


/* home listing css start*/
:root{
	--content-body:#f2f6f7;
	--text-black:#000;
}

#author-main-content{
	background-color:white!important;
}


/* 
#brxe-newkql{
	display:none;
} */

.site_author_bio_meta h2{
	text-transform:capitalize!important;
}






.recaptcha{
	margin-bottom:2em!important;
}
.sub{
	margin-top:2em!important;
}

.wpcf7-form-control-wrap .g-recaptcha{
	border:none!important;
	margin-top:2em;
}
