/* Communities */
.ip-banner{
    display: none;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.canvas-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.canvas-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

.canvas-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--default-transition);
    object-fit: cover;
}

.ip-comm-container {
    width: 87.5%;
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
}

/* banner */
.ip-comm-banner {
    position: relative;
}

.ip-comm-banner-img {
    position: relative;
    background-color: #000;
}

.ip-comm-banner-img:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 187px;
	opacity: 0.20;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.ip-comm-banner-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #000;
    min-height: 400px;
    opacity: .80;
}

.ip-comm-banner-title{
    position: absolute;
    bottom: 32.7%;
    width: 100%;
    text-align: center;
}

.ip-comm-banner-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 10px;
}

.ip-comm-banner-breadcrumbs {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding:  10px 0;
}

.ip-comm-banner-breadcrumbs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #f24c8f;
	opacity: .75;
}

.ip-comm-banner-breadcrumbs .ip-tde-container {
	position: relative;
	z-index: 1;
}

.ip-comm-banner-breadcrumbs #breadcrumbs {
	margin-top: 0;
	font-size: 13px;
	color: #f2a8c6;
	position: relative;
}

.ip-comm-banner-breadcrumbs #breadcrumbs .breadcrumb_last {
	font-weight: 700;
	color: #fff;
}

/* main */
.ip-comm-main {
	padding: 53px 0 0;
}
	.ip-comm-qs {
	    margin-bottom: 106px;
	}
	.ip-comm-qs-form {
	    font-size: 0;
	}
	.ip-comm-qs-form {
	    position: relative;
	    padding-left: 38px;
	    margin-right: -10px;
	}
	    .ip-comm-qs-form i {
	        position: absolute;
	        top: 10px;
	        left: 0;
	        font-size: 22px;
	        color: #000;
	    }
	    .ip-comm-qs-field {
	        display: inline-block;
	        padding: 0 2px;
	        position: relative;
	    }
	        .ip-comm-qs-field select,
	        .ip-comm-qs-field button[data-toggle="dropdown"],
	        .ip-comm-qs-field input[type="text"] {
	            background: transparent;
	            height: 46px;
	            width: 100%;
	            padding: 0;
	            border: none;
	            box-shadow: none;
	            border-bottom: 1px solid #323232;
	            font-size: 16px;
	            font-weight: 300;
	            letter-spacing: 0.1em;
	            line-height: 1;
	            color: #000;
	            text-align: left;
	            padding: 0 15px 7px 4px;
	        }
	        .ip-comm-qs-field button[data-toggle="dropdown"]:before {
	            content: '';
	            position: absolute;
	            top: 0;
	            bottom: 0;
	            margin: auto;
	            right: 10px;
	            width: 0;
	            height: 0;
	            border-style: solid;
	            border-width: 6px 3px 0 3px;
	            border-color: #000000 transparent transparent transparent;
	        }
	        .ip-comm-qs-field .dropdown-menu {
	            width: 100%;
	            border-radius: 0;
	            margin: 0;
	            padding: 10px 0;
	            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	            border: 0;
	        }
	            .ip-comm-qs-field .dropdown-menu li a {
	                font-weight: 300;
	                font-size: 16px;
	                letter-spacing: 0.1em;
	                transition: color .3s ease;
	                padding: 6px 25px;
	            }
	                .ip-comm-qs-field .dropdown-menu li a:hover {
	                    background: transparent;
	                    color: var(--primary);
	                }
	    .ip-comm-qs-field.city {
	        width: calc(100% - 122px);
	        padding-right: 24px;
	    }
	    .ip-comm-qs-field.field-btn {
	        width: 122px;
	    }
	        .ip-comm-qs-field.field-btn input {

	        }

	    .ip-comm-qs-form p {
	    	width: 100%;
	    	text-align: center;
	    	font-weight: 300;
	    	font-size: 12px;
	    	letter-spacing: 0.1em;
	    	color: #000;
	    	line-height: 18px;
	    	margin: 14px 0 0;
	    }

/*list*/
.ip-comm-list {

	
}

.ip-comm-list .ip-comm-item-img a {
	pointer-events: none;
}
	.ip-comm-item {
	    margin-bottom: 86px;
	}
	    .ip-comm-item-img {
	        width: 555px;
	        width: 48.6845%;
	        position: relative;
	    }
	        .ip-comm-item-img canvas {
	            display: block;
	            width: 100%;
	            background-position: center;
	            background-size: cover;
	            background-color: #000;
	        }
	        .ip-comm-item-img:before {
	            content: '';
	            position: absolute;
	            top: -20px;
	            bottom: 50px;
	            border: 1px solid var(--primary);
	            z-index: -1;
	        }

	    .ip-comm-item-text {
	        width: 480px;
	        align-self: center;
	        width: 42.11%;
	    }
	        .ip-comm-item-text .section-title {
	            margin-bottom: 40px;
                text-align: center;
	        }
	            .ip-comm-item-text .section-title .accent-line {
	                max-width: 323px;
	            }
	                .ip-comm-item-text .section-title .accent-line:after {
	                    left: auto;
	                }
	            .ip-comm-item-text p {
	                font-weight: 100;
	                font-size: 16px;
	                letter-spacing: 0.05em;
	                line-height: 1.5;
	            }


	.ip-comm-item:nth-child(odd) {
	    flex-direction: row-reverse;
	}   
	    .ip-comm-item:nth-child(odd) .ip-comm-item-img {
	        margin-right: 0.9%;
	    }
	        .ip-comm-item:nth-child(odd) .ip-comm-item-img:before {
	            right: -20px;
	            left: 51px;
	        }

	.ip-comm-item:nth-child(even) {
	    flex-direction: row;
	}
	    .ip-comm-item:nth-child(even) .ip-comm-item-img {
	        margin-left: 1.3%;
	    }
	        .ip-comm-item:nth-child(even) .ip-comm-item-img:before {
	            right: 51px;
	            left: -20px;
	        }

/*featured listing*/
.ip-comm-listings {
    position: relative;
    padding: 42px 3.688% 98px;
}
    .ip-comm-listings .section-title {
        text-align: center;
        margin-bottom: 67px;
    }
        .ip-comm-listings .section-title .accent-line {
            width: 435px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
    .ip-fl-list {
        font-size: 0;
        margin: 0 -19px;
    }
        .ip-fl-item {
            display: inline-block;
            vertical-align: top;
            width: 33.33%;
            padding: 0 19px;
            margin-bottom: 48px;
        }

			/*.ip-fl-item:nth-child(1),
			.ip-fl-item:nth-child(2),
			.ip-fl-item:nth-child(3),
			.ip-fl-item:nth-child(4),
			.ip-fl-item:nth-child(5),
			.ip-fl-item:nth-child(6) {
			    display: inline-block;
			}*/
            .ip-fl-item-img {
                position: relative;
                margin-bottom: 24px;
                overflow: hidden;
            }
            	.ip-fl-item-img:before {
            		content: '';
            		position: absolute;
            		bottom: 0;
            		left: 0;
            		right: 0;
            		top: 30%;
            		z-index: 1;
            		opacity: 0.3;
					background: rgb(0,0,0);
					background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
					background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
					background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
            	}
                .ip-fl-item-img canvas {
                    display: block;
                    width: 100%;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    transition: transform .3s ease;
                }
                .ip-fl-item a:hover .ip-fl-item-img canvas {
                    transform: scale(1.1);
                }

                .ip-fl-item-hover {
                	position: absolute;
                	top: 0;
                	left: 0;
                	right: 0;
                	bottom: 0;
                	background: rgba(245,75,130,0.75);
                	transition: all .3s ease;
                	opacity: 0;
                	z-index: 2;
                }
                	.ip-fl-item-hover span {
                		font-size: 18px;
                		color: #fff;
                		letter-spacing: 0.1em;
                	}
                .ip-fl-item a:hover .ip-fl-item-hover {
                	opacity: 1;
                }


                .ip-fl-item-amenities {
				    position: absolute;
				    bottom: 10px;
				    left: 0;
				    right: 0;
				    max-width: 73%;
				    margin: 0 auto;
				    z-index: 3;
                }
                	.ip-fl-item-amenities span {
                		display: inline-flex;
                		align-self: center;
                		font-size: 15px;
                		font-weight: 300;
                		letter-spacing: 0.05em;
                		margin-bottom: 10px;
                		color: #fff;
                	}
                		.ip-fl-item-amenities span i {
                			display: inline-block;
                			background: url(../../images/communities/icon-amenities.png) no-repeat;
                			margin-right: 8px;
                		}
                		.ip-fl-item-amenities span i.icon-beds {
                			width: 15px;
                			height: 13px;
                			background-position: 0 0;
                		}
                		.ip-fl-item-amenities span i.icon-baths {
                			width: 20px;
                			height: 13px;
                			background-position: -15px 0;
                		}
                		.ip-fl-item-amenities span i.icon-area {
                			width: 11px;
                			height: 13px;
                			background-position: -35px 0;
                		}
            .ip-fl-item-details {
                text-align: center;
                color: #000;
                position: relative;
                padding-bottom: 27px;
            }
                .ip-fl-address {
                    font-size: 30px;
                    font-weight: 300;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    margin-bottom: 17px;
                }
                .ip-fl-price {
                    font-weight: 300;
                    font-size: 18px;
                    line-height: 1;
                    letter-spacing: 0.15em;
                }

                .ip-fl-item-details:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 8px;
                    right: 8px;
                    height: 1px;
                    background: rgb(179,78,125);
                    background: -moz-linear-gradient(90deg, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 28%, rgba(118,92,167,1) 64%, rgba(0,131,192,1) 100%);
                    background: -webkit-linear-gradient(90deg, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 28%, rgba(118,92,167,1) 64%, rgba(0,131,192,1) 100%);
                    background: linear-gradient(90deg, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 28%, rgba(118,92,167,1) 64%, rgba(0,131,192,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b34e7d",endColorstr="#0083c0",GradientType=1);
                }
    .ip-fl-btn-list {
        margin: 12px 0 0;

        display: none;
    }

@media(max-width: 1366px) {
	.ip-fl-item-amenities {
	    max-width: 90%;
	}
}

@media(max-width: 1199px) {
	.ip-comm-banner-title h2 {
	    font-size: 40px;
	}
	.ip-fl-item-amenities {
		width: 290px;
	}
		.ip-fl-item-amenities span {
		    font-size: 12px;
		}
}

@media(max-width: 991px) {
	.ip-comm-banner-title {
	    bottom: 50%;
	    transform: translateY(40%);
	}
	.ip-comm-banner-breadcrumbs::before {
		width: 100%;
	}
	.ip-comm-item-text .section-title {
		text-align: center;
	}
	.ip-comm-qs-form {
	    margin: 0 -10px;
	    padding-left: 0;
	}

		.ip-comm-qs-form i {
		    position: relative;
		    top: 0;
		    display: block;
		    text-align: center;
		    width: 100%;
		    margin-bottom: 10px;
		}
		.ip-comm-qs-field {
		    margin-bottom: 10px;
		    padding: 0 10px;
		}
		.ip-comm-qs-field.city {
		    width: 100%;
		}
			.qs-field select, .qs-field button[data-toggle="dropdown"],
			.qs-field input[type="text"] {
			    padding-bottom: 0;
			}

		.ip-comm-qs-field.field-btn {
		    width: 100%;
		    margin-top: 15px;
		}
			.ip-comm-qs-field.field-btn .btn-a {
			    margin: 0 auto;
			}

	.ip-comm-item-img {
	    width: 100%;
	    margin: 0 auto!important;
	    max-width: 500px;
	}

	.ip-comm-item-text {
	    width: 100%;
	    max-width: 500px;
	    margin: 30px auto 0;
	}

	.ip-comm-item:nth-child(even) .ip-comm-item-img:before {
	    left: -10px;
	}

	.ip-comm-item:nth-child(odd) .ip-comm-item-img:before {
	    right: -10px;
	}

	.ip-comm-item-img:before {
	    top: -10px;
	}

	.ip-comm-listings {
	    padding: 0 5% 80px;
	}
		.ip-fl-list {
		    margin: 0 -15px;
		}
			.ip-fl-item {
			    width: 50%;
			    padding: 0 15px;
			}
				.ip-fl-address {
				    font-size: 25px;
				}
				.ip-fl-price {
				    font-size: 15px;
				}
}

@media(max-width: 767px) {
	.ip-comm-banner-title h2 {
	    font-size: 30px;
	    letter-spacing: 0.05em;
	}
	.ip-fl-item {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto 30px;
	    display: block;
	}
}