/**
 * Theme Name: 360Broadway Child Theme
 * Template: 360broadway
 * Author: Resident360
 */

.content_block_image_bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

.section_title {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
}

.section_content {
  font-size: 20px;
  line-height: 1.6;
}

.page-id-94 .header_section_inner .col-md-7 {
    background-position: bottom !important;
}
.home #header:not(.scrolled) .header.top_header_inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.4) 60% , transparent 100%);
}
.floorplan-slider-cta {
	text-align:center;
	margin-top: 20px;
}
.floorplan-slider-cta a {
    margin-top: 30px;
    display: inline-block;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 300;
	position: relative;
}
.floorplan-slider-cta a::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--primary-color);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}
.floorplan-slider-cta a:hover::after {
    width: 100%;
    left: 0;
}
.footer_social ul {
    margin-bottom: 20px;
}

@media(max-width:767px){
	.owl-item {
/*     transform: translateX(10px) !important; */
}
	    .header_nav ul li.menu_icon a span {
        background-color: #000;
    }
	.owl-carousel {
    	width: initial;
    	z-index: 1;
	}
	.home #header:not(.scrolled) .header.top_header_inner {
    	background: initial;
	}
}
