/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body p{
    margin-bottom: 0;
}
body {
    font-family: "Imprima", sans-serif;
}

#as_properties_filter_form .fields-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap:10px;
}
#as_properties_filter_form .fields-wrapper label{
    display: none;
}
.search-btn{
    background-color:#CB272D !important;
    border-color: #CB272D !important;
    padding-right:20px !important;
    padding-left:20px !important;
}
.fields-wrapper input,select{
 
    padding: 7px!important;
}
.hfeed  #masthead {
    position: absolute;
    left: 0;
    right: 0;
}
header {
	position: absolute !important;
	right: 0px;
	left: 0px;
	top: 0px;
}
h3.elementor-icon-box-title {
    margin: 0;
}
.featured-owl-carousel {
    padding: 10px;
    overflow: hidden;
}
.rental-owl-carousel {
    padding: 10px;
    overflow: hidden;
    display: block !important;
}
.rental-owl-carousel .item {
    width: 100%;
    box-sizing: border-box;
}
.featured-owl-carousel .item {
    width: 100%;
    box-sizing: border-box;
}

.property_item {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.property_item .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 7px;
    max-height: 240px;
}
.property_rooms {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.property_address{
    margin-top:10px;
}
.property_address i{
    color : #696969;
    margin-right: 6px;
}
.property-title a{
    color: #16243E;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    margin: 6px 0 0 0;
}
.property-title a:hover{
    color:#CB272D;
}
p.property-excerpt{
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.7333333333em;
    font-weight: 400;
    color: #555;
}
.property_price {
	font-size: 23px;
	color: #000;
	font-weight: bold;
}

.property_info_right {
	display: flex;
	gap: 5px;
	font-size: 14px;
	color:#000;
}

.property_info_right .info_item i {
	margin-right: 5px;
	color: #CB272D;
}
.rental-owl-carousel .owl-dots{
    display:none;
}
.rental-property_item{
    width:100%;
    max-width: 500px;
    border-radius:20px;
    background:#F1F3F3;
}
.rental-thumbnail{
    position: relative;
}
.rental-property_content{
    padding: 30px;
    padding-bottom: 10px;
}
.rental-property_content .rental-property-title a{
    font-size: 22px;
    margin:0 0 6px;
    text-decoration: none !important;
    color:#16243E !important;
}
.rental-property_address{
    font-size: 15px;
    color:#6C6E76;
    margin-bottom:10px;
}
.rental-property_address i{
    margin-right:7px;
    color:#E3572B;
    position: relative;
    top:-1px;
}
.rental-thumbnail img{
    border-radius: 20px;
    overflow: hidden;
}
.rental-property-excerpt{
    color:#6C6E76;
    font-size: 15px;
}
.property-block-info{
    padding:30px;
    padding-top: 0;
}
.property-info-icons > div:not(:last-child):before {
    content: '';
    height: 22px;
    width: 1px;
    background: #D7D7D7;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -11px;
    z-index: 1;
}
.property-info-icons{
margin-bottom:30px !important;
position:relative;
top:-2px;
}
.property-button-block{
    background: #fff;
	border-radius: 30px;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	margin-top: 25px;
	width: 100%;
	display: flex;
    height:40px;
    padding-right: 0;
}
.property-price{
    font-weight: 700;
    font-size: 18px;
    color: var(--e-global-color-primary);
}
 .property-button-block a {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    text-decoration: none;
  }
  .property-button-block-right .property-button-link{
    position: relative;
    top:5px;
  }
  .property-button-link a{
    background: var(--e-global-color-secondary);
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    transition: all 0.6s;
  }
  .property-button-link a:hover{
    background: #CB272D;
    color:#fff;
  }
.rental-owl-carousel .owl-nav{
display:none;
}
.moving-yonkers a{
color:#CB272D;
text-decoration:none;
}
.choose-us .elementor-image-box-img{
    border-radius: 50%;
    background: #F7F7F7;
    overflow: hidden;
    padding: 30px;
}
/* Target the specific card */
.our-service:hover {
    border-bottom: 4px solid #FF5733; /* Change the color and width as needed */
    transition: border-bottom 0.3s ease;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
    padding: 9px 37px;
    border:none;
    border-radius: 5px;
    background: #f7f7f7;
  }
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.contact-info textarea {
    resize: vertical;
    margin-bottom: 22px;
    resize: none !important;
    height:140px !important;
}

input[type="submit"].submit {
    padding: 12px 30px;
    background-color: #CB272D;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/*** property list style ***/
.grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.grid-col-2.one-is-to-two {
    grid-template-columns: 1fr 2fr;
}

.carousel:hover {
    opacity: 0.9;
    cursor: pointer;
}
a.carousel-control-prev,
a.carousel-control-next {
    opacity: 0;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 0.9 !important;
}

.property-lists .carousel-item img{
    height: 300px !important;
    object-fit: cover;
}
#propertymap { 
    height:780px; 
}
/*.property-lists{
    max-height: 750px;
    overflow: hidden;
}*/
.map-popup{
    width: 250px;
}
.map-popup .title  {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.map-popup img {
    height: 175px;
    width: 100%;
}
.property-lists .card-details {
    padding: 30px;
    position: relative;
}
.property-lists .property-features .feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px;
    text-transform: capitalize;
}
.property-lists .property-features .feature i {
    background-color: rgb(203, 39, 45, 0.1);
    height: 35px;
    width: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
    color: #CB272D;
}
.property-lists .property-action .view-details a {
    background-color: #CB272D;
    color: #FFFFFF;
    padding: 8px;
}
.property-lists .property-action .apply-now a {
    background-color: #333333;
    color: #FFFFFF;
    padding: 8px;
}
.property-lists .property-address{
    font-size: 12px;
}
.property-lists .property-card {
    box-shadow: 0 0 35px #00000014;
}
.property-lists .property-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.property-map-image img {
    border-radius: 5px;
    object-fit: cover;
    max-width: 260px;
    height: featured-owl-carousel;
}
.property-map-popup {
    max-width: 260px;
}
.property-thumbnail .rent{
    z-index: 1;
    padding: 10px 24px;
    background: #fff;
    color: #CB272D;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: .5s;
    font-weight: 700;
    font-size: 16px;
}
.property-card:hover .property-thumbnail .rent {
    color: #fff;
    background: #CB272D;
}
@media only screen and (min-width: 768px) and  (max-width: 1023px)
{
    .property-lists .carousel-item img {
        height: 250px;
    }

    .map-block , .property-lists{  
        width:100% !important;
    }
}