





.fl-node-5df2f069bc938 > .fl-row-content-wrap {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.fl-node-5df2f069bc938.fl-row-fixed-width, .fl-node-5df2f069bc938 .fl-row-fixed-width {
	max-width: 500px;
}
 .fl-node-5df2f069bc938 > .fl-row-content-wrap {
	padding-top:60px;
	padding-bottom:60px;
}






 .fl-node-5df2f1f536564 > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}










.fl-node-5df2f069bc94a {
	width: 100%;
}




.fl-node-5df2f1f536562 {
	width: 100%;
}




.fl-node-5e2a1b7c70026 {
	width: 100%;
}
img.mfp-img {
    padding-bottom: 40px !important;
}

/* Support for object-fit */
.fl-builder-edit .fl-fill-container img {
	transition: object-position .5s;
}

.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
	height: 100% !important;
	width: 100% !important;
}

@media (max-width: 768px) { /* Mobile Photo */
.fl-photo-content,
.fl-photo-img {
	max-width: 100%;
} }.fl-node-5df2f13dddd04, .fl-node-5df2f13dddd04 .fl-photo {
	text-align: center;
}
.fl-node-5df2f13dddd04 .fl-photo-content, .fl-node-5df2f13dddd04 .fl-photo-img {
	width: 200px;
}
/* Generic Styles */
.fl-module-post-grid .fl-sep {
	display: inline-block;
	margin: 0 2px;
}

/* Post Columns */
body.rtl .fl-post-column {
	float: right;
}
.fl-post-column {
	float: left;
}
.fl-post-column .fl-post-grid-post {
	visibility: visible;
}

/* Post Grid */
.fl-post-grid {
	margin: 0 auto;
	position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
	display: table;
	content: " ";
}
.fl-post-grid:after {
	clear: both;
}
.fl-post-grid-post {
	background: #fff;
	border: 1px solid #e6e6e6;
	visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
	overflow: hidden;
}

.fl-post-grid-image {
	position: relative;
}
.fl-post-grid-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-grid-text {
	padding: 20px;
}
.fl-post-grid-title {
	padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
	font-size: 14px;
	line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-text a {
	text-decoration: none;
}
body .fl-post-grid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
}
body .fl-post-grid-meta {
	font-size: 14px;
	padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
	vertical-align: text-top;
}
.fl-post-grid-more {
	margin-top: 10px;
	display: inline-block;
}
.fl-post-grid #infscr-loading {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Post Gallery */
.fl-post-gallery-post {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}
.fl-post-gallery-link {
	display: block;
	height: 100%;
}
.fl-post-gallery-img {
	position: relative;
	z-index: 1;
}
.fl-post-gallery-img-horiz {
	height: 100% !important;
	max-height: 100% !important;
	max-width: none !important;
	width: auto !important;
}
.fl-post-gallery-img-vert {
	height: auto !important;
	max-height: none !important;
	max-width: 100% !important;
	width: 100% !important;
}
.fl-post-gallery-text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.fl-post-gallery-text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

/* Gallery Transitions */
.fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate(-50%,-50%);
			transform: translate3d(-50%,-50%,0);
}

/* Gallery Icons */
.fl-post-gallery-text .fl-gallery-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.fl-post-gallery-text h2.fl-post-gallery-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
	clear: both;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* Post Feed */
.fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-header {
	margin-bottom: 20px;
}
.fl-post-feed-header a {
	text-decoration: none;
}
body h2.fl-post-feed-title {
	margin: 0 0 10px;
	padding: 0;
	clear: none;
}
body .fl-post-feed-meta {
	font-size: 14px;
	margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
	margin: 0 3px;
}
.fl-post-feed-image {
	margin-bottom: 25px;
	position: relative;
}
.fl-post-feed-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
	float: left;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
	margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	float: right;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-right: 37%;
}
.fl-post-feed-content a {
	text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-more {
	margin-top: 15px;
	display: inline-block;
}
.fl-post-feed #infscr-loading {
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* No posts message */
.fl-post-grid-empty {
}

li.fl-post-feed-post,li.fl-post-gallery-post, li.fl-post-grid-post {
	list-style: none;
}
@media (max-width: 768px) { /* Post Feed */
.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
	float: none;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
 }
.fl-node-5df2f1f536563 .fl-post-grid {
	margin-left: -30px;
	margin-right: -30px;
}
.fl-node-5df2f1f536563 .fl-post-column {
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	width: 50%;
}
.fl-node-5df2f1f536563 .fl-post-column:nth-child(2n + 1) {
	clear: both;
}
@media screen and (max-width: 992px) {
	.fl-node-5df2f1f536563 .fl-post-column {
		width: 50%;
	}
	.fl-node-5df2f1f536563 .fl-post-column:nth-child(2n + 1) {
		clear: none;
	}
	.fl-node-5df2f1f536563 .fl-post-column:nth-child(2n + 1) {
		clear: both;
	}
}
@media screen and (max-width: 768px) {
	.fl-node-5df2f1f536563 .fl-post-column {
		width: 100%;
	}
	.fl-node-5df2f1f536563 .fl-post-column:nth-child(2n + 1) {
		clear: none;
	}
	.fl-node-5df2f1f536563 .fl-post-column:nth-child(1n + 1) {
		clear: both;
	}
}
.fl-node-5e2a1c176f666.fl-module-heading .fl-heading {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	text-align: left;
}
 .fl-node-5e2a1c176f666 > .fl-module-content {
	margin-bottom:5px;
}
.fl-row .fl-col .fl-node-5df2f069bc94c h1.fl-heading a,
.fl-row .fl-col .fl-node-5df2f069bc94c h1.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5df2f069bc94c h1.fl-heading .fl-heading-text *,
.fl-node-5df2f069bc94c h1.fl-heading .fl-heading-text {
	color: #14294e;
}
.fl-node-5df2f069bc94c.fl-module-heading .fl-heading {
	font-size: 36px;
	text-align: center;
}
 .fl-node-5df2f069bc94c > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
	.fl-builder-content .fl-node-5e2a1b7c6ca10 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-5e2a1b7c6ca10 .fl-module-content .fl-rich-text * {
		color: rgba(0,0,0,0.55);
	}
	.fl-builder-content .fl-node-5e2a1b7c6ca10 .fl-rich-text, .fl-builder-content .fl-node-5e2a1b7c6ca10 .fl-rich-text *:not(b, strong) {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 2;
}
	.fl-builder-content .fl-node-5df2f12294288 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-5df2f12294288 .fl-module-content .fl-rich-text * {
		color: #14294e;
	}
	.fl-builder-content .fl-node-5df2f12294288 .fl-rich-text, .fl-builder-content .fl-node-5df2f12294288 .fl-rich-text *:not(b, strong) {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	text-transform: none;
	font-style: normal;
}
 .fl-node-5df2f12294288 > .fl-module-content {
	margin-right:45px;
	margin-left:45px;
}
@media (max-width: 768px) { .fl-node-5df2f12294288 > .fl-module-content { margin-left:20px;margin-right:20px; } }
/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
h1{
margin-top: 5px;
    font-family: "Fira Sans",sans-serif !important;
    font-weight: 800 !important;
    font-size: 33px !important;
    line-height: 46px !important;
    max-width: 100%;
}
#homepagereviews .reviews>.fl-post-text{
        border: 1px #e0e4ed70 solid;
    border-radius: 10px;
}
#homepagereviews .reviews{
        border-radius: 10px;
}
.whybox > div{
        border: 1px #e0e4ed70 solid;
    border-radius: 10px;
    margin:18px;
    padding:5px 15px;
}
.whybox .fl-photo-align-left{
    min-height:50px;
}
.box_photo{
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-left: 25px;
}
.box_price{
    display: inline-block;
    background-color: #00000030;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    letter-spacing: 0.02em;
    backdrop-filter: blur(2px);
}
.box_description{
    padding:15px 25px;
}
.box_title{
    color: #02123f;
    font-weight: bold;
        font-size: 18px;
}
.box_city_state{
    padding-top:5px;
    padding-bottom:5px;
        font-size: 13px;
    color: #7b87a2;
}
.box_company{
    color: #7b87a2;
        font-size: 13px;
    
}
.box_city_state img{
    width: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}
.box_amenities{
    padding-bottom:10px;
        font-size: 13px;
    color: #7b87a2;
}
.box_amenities img{
    width: 25px;
    display: inline-block !important;
        padding-right: 9px;
}
.box_baths img{
    width:20px;
}
.box_squareft img{
    width:21px;
    
}
.box_amenities div{
        display: inline-block !important;
        padding-right: 12px;
}
.box_user_photos{
    width: 75px;
    display: inline-block;
}
.box_profile{
        width: 75px;
        height:75px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.box_logo{
        width: 25px;
        height:25px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px #eee solid;
    margin-top: -25px;
    background-color: #fff;
    z-index: 99999;
    position: relative;
    float: right;
}
.box_logo:after,
.justlogo:after{
    content: '';
    display: inline-block;
    height:25px;
    width:1px;
    margin-left:-1px;
  vertical-align: middle;
}
.justlogo:after{
    height:75px;
}
.justlogo img, .box_logo img{
  display: inline-block;
  vertical-align: middle;
}
.box_user_info{
        display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 12px;
}
.box_username{
    color: #02123f;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 4px;
    
}
.box_link a{
        border: 1px #02123f solid;
    border-radius: 5px;
    text-align: center;
    font-weight: 500 !important;
    font-size:13px;
    color: #02123f !important;
    padding: 8px;
    margin-top: 8px;
    opacity:1 !important;
    display: block;
    cursor: pointer;
}
.box_link a:hover{
    text-decoration:none;
    color: #fff !important;
    background-color: #02123f !important;
}
.fl-post-carousel-post{
   height: 450px;
       border: none !important;
    border-radius: 5px !important;
    overflow: hidden;
}
#appints .fl-post-grid-image{
    width:50px;
    display: inline-block;
}
#appints .fl-post-grid-post{
       border: none; 
}
#appints .fl-post-grid-text{
        display: inline-block;
    width: 220px;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 0px;
}
#appints .fl-post-grid-title a{
    color: #02123f !important;
    font-weight: 500;
    font-size: 20px;
}
#appints p{
        color: #7b87a2 !important;
        font-size:14px !important;
}
#herorightside .herodynamicphoto{
    margin-top: -40px !important;
}
.carousel-prev{
    left: -15px !important;
    opacity: 1 !important;
    cursor: pointer;
}
.carousel-next{
   right: -15px !important;
    opacity: 1 !important;
    cursor: pointer;
}
.carousel-prev:hover,
.carousel-next:hover{
    opacity: 0.7 !important;
}
.carousel-prev svg,
.carousel-next svg{
        transform: scale(0.4) !important;
}
.bx-controls{
    display: none;
}
#appints .fl-post-grid-post .fl-post-image{
    width: 70px;
    display: inline-block;
    padding: 2px;
}
#appints .fl-post-grid-post .fl-post-image a{
    display: block;
    padding: 12px;
    border: solid #e2e5ec 1px;
    border-radius: 8px;
}
#appints .fl-post-grid-text h2{
    font-weight: 500;
    color: #011040 !important;
}
.reviewimage{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}
.reviewtitle{
        color: #02123f;
    font-weight: 700;
    padding-bottom: 9px !important;
    font-size: 17px;
    line-height: 22px !important;
    font-style: normal !important;
}
.reviewsocial{
position: absolute;
    right: 0px;
 text-align: right;
    width: 200px;
}
.reviewmainarea .reviewsocial{
   text-align: center;
    width: 100%;
}

.reviewsocial div{
        display: inline-block;
}
.reviewsocial div a{
padding: 2px;
    border: 1px #02123f solid;
    border-radius: 50%;
    color: #02123f;
    width: 26px;
    display: block;
    text-align: center;
    margin-right: 8px;
}
.brlogo{
        display: inline-block;
    border: solid #e2e5ec 1px;
    border-radius: 5px;
    padding: 1px 10px;
    margin-bottom: 20px;
}
.brlogo img{
    height: 26px;
    width: auto;
}

@media only screen and (max-width:768px){
  #homepagetop>.fl-row-content-wrap{
        background-image: url(https://staging.block-party.app/wp-content/uploads/2021/03/Ellipse-18-1.png);
    background-size: 100% !important;
    background-position: top center;
    text-align: center !important;
    }
    #homepagetop .fl-button-wrap{
            text-align: center !important;
    }
      #homepagetop .fl-button-wrap  a{
            width: 100%;
    }
    h2{
        font-size:30px !important;
    }
    .whybox{
            margin: 0px 20px 20px !important;
    }
    .fl-post-carousel-grid{
            padding: 0px !important;
    }
    .fl-post-carousel-navigation{
            display: none;
    }
    .bx-controls{
        display: block;
    }
    .bx-wrapper .bx-pager.bx-default-pager a{
            width: 5px;
    height: 5px;
        background: #b8c0d0 !important
    
    }
   .bx-pager-item a.active,
   .bx-wrapper .bx-pager.bx-default-pager a.active{
        width: 20px !important;
    background: #02123f !important;
    background-color: #02123f !important;
    }
    
#appints .fl-post-grid-post{
        text-align: center;
}
#appints .fl-post-grid-text{
        text-align: left;
    
}
}
.reviewlists .fl-post-column .fl-post-grid-post{
        position: relative !important;
        width:100% !important;
}
/* End Layout CSS */

.fl-node-5df2f1f536563 .fl-post-grid-post {
  font-size: 14px;
}
.fl-node-5df2f1f536563 .fl-post-text {
  padding: 20px;
}
.fl-node-5df2f1f536563 .fl-post-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
}
.fl-node-5df2f1f536563 .fl-post-meta {
  padding: 0 0 15px;
}
.fl-node-5df2f1f536563 .fl-post-grid-post {
  border: none !important;
}
.fl-node-5df2f1f536563 .fl-post-grid-post p {
  font-size: 17px;
  font-weight: 100;
}
