/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */

.property-section .contact_field input, .property-section .contact_field textarea, .property-section .contact_field select {
  width: 100%;
  border: 1px solid #000;
  color: #000;
  height: 51px;
  appearance: none;
  padding: 10px 15px;
}

.property-section ul {
	list-style: circle;
	margin-bottom: 20px !important;
}

.property-section ul li {
	margin-left:25px;
}

.property-section h1 {
	font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.property-text h2 {
	font-size: 36px;
}

.property-section h4 {
	font-size:36px;
	font-weight: 600;
}

.property-section .check_availability_btn a {
	padding: 10px;
}

.donaghue-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #f3f3f3;
    padding: 80px 0;
}

.donaghue-section .row {
    max-width: 1320px;
    margin: 0 auto;
}

div#floorplans {
	background: transparent;
}

.property-section h3 {
	margin: 30px;
	margin-left: 0px;
}

.floorplan_item {
    height: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
}

.floorplan_item .floorplan_info {
    flex-grow: 1;
}

.floorplan_item img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.floorplans_carousel_carousel .owl-stage {
    display: flex;
}

.floorplans_carousel_carousel .owl-item {
    display: flex;
}

.floorplans_carousel_carousel .floorplan_item {
    width: 100%;
}