/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
body * {
	font-family: "Open Sans", sans-serif;
}
.wpuf_state_4594Z .street_address,.wpuf_state_4594Z .street_address2 ,.wpuf_state_4594Z .city_name,.wpuf_state_4594Z .zip{
	display: none;
}
.wpuf_state_4594Z .country_select {
	visibility: hidden;
}


body ul.wpuf-form li {
	margin-bottom: 0px !important;
	padding: 5px 0;
}
body .wpuf-info {
	font-size: 14px !important;
	background-color: #d23836 !important;
	color: #ffffff !important;
}
body.page-id-4591 .fl-post:last-child,body.page-id-4597 .fl-post:last-child, body.page-id-4604 .fl-post:last-child,body.page-id-4608 .fl-post:last-child{
    margin-bottom: 162px;
}
body.page-id-4591 footer, body.page-id-4597 footer,body.page-id-4604 footer,body.page-id-4608 footer{
	position: fixed;
	bottom: 0;
	width: 100%;
}
header .apPluginContainer .bsaProItem {
	float: right !important;
}
header .apPluginContainer .bsaProItems {
	overflow: visible;

}
header .apPluginContainer .bsaProItemInner {
	border: 1px solid #333333;
}
body .entry-content ul.wpuf_packs h3, body ul.wpuf_packs h3 {
	background: #d23836 !important;
	border: none !important;
}
body.page .fl-page {
	min-height: 100vh;
}
body .wpuf-info a {
	font-weight: bold !important;
	color: #ffffff !important;
	text-decoration: underline !important;
}
body .wpuf-dashboard-container .wpuf-dashboard-content {
    align-items: flex-start !important ;
    align-content: flex-start !important;
}
body.page .bsaProSubmit {
    float: left;
    margin-left: 45px;
    margin-top: 25px;
}
body.page .bsaTemplatePreview {
	max-height: 2000px !important;
	max-width: 2000px !important;
}
body.page .wpuf-dashboard-container {
	max-width: 100% !important;
}
ul.wpuf-form {
	column-count: 3;
}
body ul.wpuf_packs > li {
	width: 20% !important;
}
ul.wpuf-form li {
	width: 90%;
}
.billing-address ul.wpuf-form {
	column-count: 1;
}
body ul.wpuf-form.form-label-above li .wpuf-label {
    margin-bottom: 0px !important;
}
body ul.wpuf-form li .wpuf-fields {
	margin-bottom: 10px !important;
}
body.page ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount, body.page ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount {
    background-color: #333 !important;
    border: none !important;
}










body {
	color: #333333;
}
#homeMainSearch p{
	display: none;
}
#homeMainSearch .searchandfilter ul{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0;
	margin: 0;
}
#homeMainSearch .searchandfilter ul li {
	width: 33%;
}

#homeMainSearch .searchandfilter ul li input, #homeMainSearch .searchandfilter ul li select {
    width: 100%;
    border-radius: 0;
    padding: 15px !important;
    font-size: 18px !important;
}
#homeMainSearch .searchandfilter ul li input {
border: 3px solid #d23836;
}
#homeMainSearch .searchandfilter ul li select {
	width: 100%;
}
#propertyGrid .pp-content-grid-post {
	display: flex;
	flex-direction: column;
}
#searchAndFilter select {
    width: 100%;
    padding: 8px;
    margin: 8px 0px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
body:not(.fl-builder-edit) button, body:not(.fl-builder-edit) input[type=button], body:not(.fl-builder-edit) input[type=submit],body:not(.fl-builder-edit) .bsaProSubmit, body:not(.fl-builder-edit) .bsaProSubmit:hover, body:not(.fl-builder-edit) .bsaProSubmit:active,body.page ul.wpuf_packs .wpuf-sub-button a, body.page ul.wpuf_packs .wpuf-sub-button a{
    background: #d23836 !important;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1.2!important;
    padding: 8px 24px!important;
    font-weight: normal!important;
    text-shadow: none!important;
    border: 1px solid #d23836!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	text-transform: uppercase;
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: #A40000;
    color: #fff;
    border: 1px solid #A40000;
    text-decoration: none;
}
#searchAndFilter {
	max-width: 350px;
	width: 100%;
}
#mainListings {
	max-width: calc(100% - 390px) !important;
	width: 100%;
}
#searchAndFilter ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
#propertyDetailsColumnTwo {
	
}
#propertyGrid .pp-content-grid-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    flex-basis: auto;
    flex: 1 1 auto;
    margin: auto;
    flex-grow: 1;
    width: 100%;
    align-content: center;
    flex-wrap: nowrap;
}
#propertyGrid .pp-content-grid-inner .pp-post-meta {
	margin: 0px;
	padding: 10px 20px;
    background: #d23836;
	color: #fff !important;
}
#propertyDetailsColumnTwo .propertyMeta .fl-post-info-terms:before {
	content: "Listing Type:";
	position: relative;
	display: block;
	padding-right: 5px;
}
#propertyDetailsColumnOne .fl-module-heading {
border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #d23836;
    border-bottom-width: 3px;
}
#propertyDetailsColumnTwo .fl-post-info-terms a{
	color: #333333 !important;
}
#propertyDetailsColumnOne {
	
}
#propertyDetailsColumnTwo .leaseType .fl-post-info-terms a {
	font-weight: 700 !important;
	font-size: 30px;
}
#propertyDetailsColumnTwo .propertyMeta .fl-module-content, #propertyDetailsColumnTwo .propertyMeta .fl-module-content span {
	display: flex;
	flex-direction: column;
	font-size: 20px;
    line-height: 26px;
    margin-right: 15px;
}
#propertyDetailsColumnTwo .propertyMeta .fl-post-info-sep {
	display: none !important;
}
#propertyDetailsColumnTwo .propertyTags {
	
}
#propertyDetailsColumnTwo .propertyMeta .fl-module-content .fl-post-info-terms {
	display: flex;
	flex-direction: row !important;
}
#propertyGrid .pp-content-grid-title {
    color: #fff !important;
    font-size: 20px !important;
    margin: 0;
    padding-bottom: 50px;
}
.propertyImageHolder .fl-photo-content {
	display: flex;
	width: 100%;
	flex-direction: row;
}
#propertiesSidebarColumn .fl-col-content {
	position: relative;
}
#propertiesSidebarColumn #propertySidebar {
	position: -webkit-sticky; 
  position: sticky;
  top: 200px;
}
.propertyImageHolder .fl-photo-content img {
	object-fit: cover;
}
#odai-author-widget p {
	padding: 0 20px;
}
#odai-author-widget {
	background: #ffffff;
	border: 1px solid #d23836;
	margin-bottom: 25px;
}
#propertyListItems .pp-heading-wrapper {
	display: flex;
	flex-direction: row;
}
#propertyListItems .pp-heading-wrapper * {
	font-size: 20px;
	line-height: 26px;
	margin-right: 15px;
}
#propertySidebar .widget-title,#propertySidebar .fl-widget-title {
	display: none;
}
#propertySidebar .widget-title,#propertySidebar .fl-widget-title{
    margin: 0px;
	
}
#propertiesSidebarColumn {
    max-width: 350px !important;
}
#propertySidebar br {
	height: 0px !important;
}
#propertySidebar img {
	display: none;
}
#propertySidebar a {
	color: #d23836;
}
#propertySidebar #odai-author-widget p {
	margin: 0px; 
}
#propertySidebar #odai-author-widget p:nth-of-type(1) {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
}
#propertySidebar #odai-author-widget p:last-of-type {
	padding-bottom: 25px;
}
.fl-theme-builder-header-scrolled {
	border-bottom: 1px solid #d1d1d1;
}
body,.fl-theme-builder-header-scrolled{
	background: #ffffff !important;
}
#propertyGrid .pp-content-post .pp-content-body {
	padding: 0px !important;
	    background: #d23836;
}
#propertyGrid .pp-content-post .pp-post-meta {
	padding: 10px 20px;
	background: #d23836;
	border: none;
}
#propertyGrid .pp-content-category-list {
	background: none !important;
}
#propertyGrid .pp-content-category-list a {
    color: #fff !important;
}
#propertyGrid .pp-content-post .pp-post-meta * {
	color: #ffffff;
}
#propertyGrid img {
transform: scale(1.2, 1.2);
}
#homeCarousel .pp-content-grid-post-image {
	padding: 0px;
}
.fl-menu .menu {
    background: none !important;
}
.fl-menu .menu a{
    font-weight: 600 !important;
}
.fl-menu-mobile-flyout .fas {
	color: #fff !important;
}
.pp-custom-grid-post-image {
	padding: 20px 0;
}
#agentProfile h1 {
	padding: 0 !important;
    margin: 0 !important;
}
#agentProfile .pp-custom-grid-post {
    background: #444 !important;
    padding: 40px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.3);
    border: none;
}
#agentProfile * {
	color: #fff;
	font-weight: 600;
}
h1 {
	font-weight: 600 !important;
	font-size: 30px !important;
}
.agentsSection * {
	text-align: center !important;
}
.agentsSection img {
    padding: 8px;
    border: 8px solid #333;
    box-sizing: border-box;
	border-radius: 100% !important;
}
#agentGrid .pp-content-post {
	margin-bottom: 60px !important;
}
.agentsSection h2 {
	margin-top: 25px !important;
	font-size: 22px !important;
    font-weight: 800 !important;
	color: #333 !important;
	text-transform: uppercase;
}
.agentsSection h3 {
	font-size: 16px !important;
    font-weight: 800 !important;
	color: #333 !important;
}
.allButtons {
	position: relative;
	z-index: 10000;
}
.carouselListingInfo li {
    float: left;
    display: inline-block;
    padding-right: 10px;
}
#homeCarousel .pp-content-grid-post-text {
	background: #fff;
    position: relative;
    z-index: 2000;
	padding: 20px 20px 100px 20px;
}
#homeCarousel .pp-content-grid-post-image a {
	display: block;
}
#homeCarousel .pp-content-grid-post-image{
	position: relative;
}
#homeCarousel .pp-content-grid-post-image a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient( 0deg, red 0%, transparent 50% );    
    z-index: 100;
	transform: translate3d(0,50%,0);
    transition: all 200ms ease;
}
#homeCarousel .pp-content-grid-post-image a:hover::after {
	transform: translate3d(0,0%,0);
	transition: all 200ms ease;
}
bf1e2e {
	
}
.carouselListingInfo li::before {
	content: "•";
	display: inline-block;
	width: 10px;
	font-size: 22px;
	margin-right: 10px;
}
.carouselListingInfo {
	color: #000 !important;
}
.fl-theme-builder-header-scrolled {
	background: rgba(0,0,0,.4);
	z-index: 1000000 !important;
}
body.home #headerLogo {
	display: none !important;
}
body:not(.admin-bar) header {
	z-index: 201 !important;
}
.carouselPrice {
	clear: both;
}
.fl-menu-mobile-flyout {
	background: #bf1e2e !important;
}
.carouselPrice {
	color: #9ac2c9 !important;
}
#homeCarousel .pp-content-grid-post-title {
	color: #bf1e2e;
	font-weight: 600;text-transform: uppercase;
}
#homeCarousel .owl-carousel .owl-item img, #homeCarousel .pp-content-grid-post-image a img {
    display: block !important;
    width: 100% !important;
    max-width: 500px !important;
    max-height: 350px !important;
    object-fit: cover !important;
    min-height: 350px !important;
}

#homeCarousel li, #homeCarousel p,#homeCarousel .carouselPrice  {
	font-size: 22px !important;
}
#homeCarousel .pp-content-grid-post {
	margin-bottom: 0px !important;
}
#ListingHeading {
    position: absolute;
    top: 100px;
    left: 20px;
    font-size: 28px !important;
    z-index: 1000;
}
#ListingHeading h1 {
    font-size: 42px!important;
    font-weight: 600!important;
    color: white;
    filter: drop-shadow(0 2px 2px hsla(0,0%,0%,.5));
    z-index: 10000101;
}
#ListingGallery .fl-slideshow-container {	
max-width: 100%;
    overflow: hidden;
}
#ListingGallery .fl-slideshow-thumbs-content {
	width: 100% !important;
}
#ListingGallery .fl-slideshow-thumbs {
	position: absolute;
	width: 100%;
	bottom: 0 !important;
	top: unset;
	height: auto !important;
	z-index: 200;
	border-bottom: 30px solid #bf1e2e !important;
}
#ListingGallery .fl-slideshow-main-image,#ListingGallery .fl-slideshow-image-content{
	height: 100% !important;
}
.fl-row-full-height .fl-row-content-wrap,#ListingGallery,#ListingGallery .fl-slideshow-base {
	max-height: 100vh !important;
}
#ListingGallery .fl-slideshow-image img {
	    object-fit: cover !important;
    width: 100% !important;
    left: unset !important;

}
#ListingGallery .fl-slideshow-thumbs-clip {
	padding: 0 0 0px 0 !important;
}
#ListingGallery .fl-slideshow-image-active {
    border-bottom: 10px solid #bf1e2e !important;
    box-shadow: 0 16px 16px -1px rgba(0,0,0,.4) !important;
    transform: translateY(-22px) !important;
    /* position: relative !important; */
    /* z-index: 2; */
    /* overflow: visible !important; */
    /* display: block !important; */
    transition: 1s all !important;
}
#ListingGallery .fl-slideshow-image {
	transition: 1s all !important;
	border:none;
}
#ListingGallery .fl-slideshow-thumbs-pages,#ListingGallery .fl-slideshow-thumbs-page,#ListingGallery .fl-slideshow-thumbs-clip {
	overflow: visible !important;
}
#listingInfo li:nth-child(odd) {
    background: rgba(0,0,0,.03);
}
#listingInfo ul {
	padding: 0 !important;
}
#listingInfo li {
	list-style: none !important;
    margin: 0;
    padding: 4px 20px;
    color: white;
}
#listingInfo li:nth-child(even) {
    background: rgba(0,0,0,.06);
}
#sliderLogo {
	min-width: 175px !important;
}
body:not(.fl-builder-edit) #textSlider div {
	width: 100% !important;
	max-width: 100%;
}
#textSlider h2 {
	line-height: 175px;
	font-weight: 600 !important;
	margin: 0px !important;
}
#weDiv,#logoDiv, #textSlider {
	
}
.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
    z-index: 5000;
}
@media screen and (min-width:660px) and (max-width:768px) {
	.fl-row-full-height .fl-row-content-wrap {
		min-height: unset !important;
	}
	.fl-slideshow-main-nav {
    position: relative;
    height: 40px;
	margin-top: -40px;
    z-index: 202;
}
}
@media screen and (max-width:767px) {
#ListingHeading h1 {
    font-size: 22px!important;
	}
	#homeMainSearch .searchandfilter ul {
    display: flex
;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}
	#homeMainSearch .searchandfilter ul li {
    width: 100% !important;
}
	.fl-row-full-height .fl-row-content-wrap {
		min-height: unset !important;
	}
	body.home .fl-row-full-height .fl-row-content-wrap {
		min-height: 100vh !important;
	}
	#listingInfo .fl-module-content {
    margin: 0 20px !important;
}
	#weDiv {
		margin-bottom: 30px;
	}
	h2 {
		font-size: 22px !important;
	}
}