html {
	scroll-behavior: smooth;
}
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1200px;
	}

/************************************************
*	Hyperlinks									*
************************************************/


a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
.pagination {
	padding: 30px 5px;
	text-align:center;
}



.pagination a,
.pagination span {
	display:inline-block;
	padding: 10px 12px;
	border: 1px dotted #e1e1e1;
	color: #222;
}
.pagination a:hover {
	text-decoration: none;
	color: #000;
}
.page-numbers.current {
	background-color: #EBEBEB;
}



a.button{
  background-color: var(--fl-global-primary-color);
}


a.button:hover {
    background-color:var(--fl-global-primary-color-hover);
}




/************************************************
*	Navbar      								*
************************************************/

 /*   .navi {
        text-align:center
    }
    .navi li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .navi li li {
        display:block;
        text-align:left;
    }
	*/
ul.navi {
	margin: 0px;
	padding: 0px;
}
.m_nav {
	background-color: var(--wp--preset--color--fl-accent-hover);
	position:absolute;
	left: 0;
	top: 82px;
	
	transform:translate(-100%,0);
	z-index: 99999;

	height:auto;
	transition: transform 0.2s linear;
	width: 100%;

}
.admin-bar .m_nav{

	top: 16px;

}
.opened, .admin-bar .opened {
	transform:translate(0,0);
}
.m_nav .navi ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}	
.m_nav .navi li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	}
	
	

.m_nav .navi li a {
	color: #fff;
	border-bottom: 1px solid var(--wp--preset--color--fl-accent);
		padding: 10px 20px;
	font-size: 19px;
	font-weight: 400;
	display: block;
}


.m_nav .navi li li a {
	background: var(--wp--preset--color--fl-accent);
	border-bottom: 1px solid var(--wp--preset--color--fl-accent-hover);
	}
.m_nav .navi li li a {
	width: 100%;
	padding-left: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav .navi ul li ul li ul li a {
	padding-left: 80px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav .navi li ul {
	position: relative;
	left: 0em;
	width: 100%;
	}
	

/************************************************
*	Hyperlinks	end								*
************************************************/

.awrap {
	margin: 0px auto;
	position: relative;
	max-width:1280px;
	}
.wrap_narrow {
	margin: 0px auto;
	position: relative;
	max-width:900px;
	}
.wrap_m {
	margin: 0px auto;
	position: relative;
	max-width:500px;
	}

* {
	outline : none;
	 -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box; 
	 box-sizing: border-box;}


.p0 {
	padding:0px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p0-10 {
	padding:0px 10px;
}
.p0-20 {
	padding:0px 20px;
}
.p0-30 {
	padding:0px 30px;
}
.p10-0 {
	padding:10px 0px;
}
.p20-0 {
	padding:20px 0px;
}
.p30-0 {
	padding:30px 0px;
}
.p10-20 {
	padding:10px 20px;
}
.p20-10 {
	padding:20px 10px;
}
.p20-40 {
	padding:20px 40px;
}
.p40-20 {
	padding:40px 20px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
	}
.center {
	text-align:center;
	}



.shadow {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
}



.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line15 {
	line-height: 1.5;
}
.line {
	line-height: 2;
}
.line2 {
	line-height: 2;
}

.mshow {
		display:none;
}
.mhide {
		display:block;
}




.mright {
	text-align:right;
}

.rela {
	position:relative;
}


a.button {


		background: var(--wp--preset--color--fl-accent) !important;
		color: #fff !important;
		font-weight:normal !important;
		position: relative;
		border: none !important;  
		cursor: pointer;
		display:inline-block;
		margin:4px 0px;
		padding:15px 35px !important;
		text-align:center;
		line-height:1 !important;
		text-decoration:none;
		border-radius: 12px !important;
}

a.button:hover {
		background: var(--wp--preset--color--fl-accent-hover) !important;
		text-decoration: none !important;

}


hr {
	border-top: 1px dotted #e1e1e1;
	    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	clear: both;
}

hr.wp-block-separator {
	border-top: 1px dotted #e1e1e1 !important;
	border-bottom: none !important;
	    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	clear: both;
}
.video {
	position: relative;
	padding-bottom: 56%;

	height: 0;
	overflow: hidden;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_row {
	position:relative;
	background-color: #fff;
	z-index: 300;
}
.box_title {
	font-size: 24px;
	text-transform:uppercase;
	padding: 0px 10px 10px 10px;
}
.thebox {
	padding-bottom: 60px;
		position:relative;
}
.button_holder {
	position:absolute;
	bottom: 30px;
	width: 100%;
	text-align:center;
}
.boxtext {
	padding: 0px 20px 40px 20px;;
}
.top_address_bar {
	background-color: var(--fl-global-primary-color-hover);
	color: #fff;
}
.top_address_bar a,
.top_address_bar a:hover {
	color: var(--fl-global-text) !important;
	text-decoration:none;
}

.mrow {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="mcol-"] {
    display: table-cell;
	vertical-align: top;
	position:relative;
  }

  .mcol-50 {
    width: 50%;
  }
  
    .mcol-25 {
    width: 25%;
  }
    .mcol-20 {
    width: 20%;
  }
    .mcol-33 {
    width: 33.33333333333333%;
  }
  .mcol-66 {
    width: 66.66666666%;
  }
.listing_meta {
	font-size: 15px;
}








.post-type-archive-listings a.post-edit-link {
	display: none;
}
.post-type-archive-listings .fl-post-meta.fl-post-meta-top {
	display: none;
}
.post-type-archive-listings .fl-content-left {
        border-right: none !important;
        padding-right: 0px !important;
    }


.post-type-archive-listings .fl-content.fl-content-left.col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
		margin: 0px !important;
		text-align:center;
		padding: 0px !important;
    }
	

.post-type-archive-listings .fl-sidebar {
	display: none;
}
.post-type-archive-listings .fl-content.fl-content-left.col-lg-8 article {
	display:inline-block;
	width: 23.5%;
	margin: 0.2%;
	border: 1px dotted #e1e1e1;
-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.12); 
box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.12);
}




.post-type-archive-listings .fl-post-header {
    margin-bottom: -7px;
	background-color: #fff;
    display: flex;
    height: 90px;
    justify-content: center;
    align-items: center;
}

.post-type-archive-listings .fl-post-header h2.fl-post-title {
    font-size: 20px;
	padding: 10px;
	text-align:center;
}




.post-type-archive-listings .row.fl-post-image-beside-wrap {
	    margin-right: 0px;
    margin-left: 0px;
}
.post-type-archive-listings .fl-post .fl-post-image-beside {
    float: none;
    margin-right: 0px;
}
.post-type-archive-listings .fl-post-content-beside {
	float: none;
}
.post-type-archive-listings .fa, .post-type-archive-listings .fas {
    font-weight: 600;
    color: #e1e1e1;
}
.post-type-archive-listings .fl-post-thumb {
    margin-bottom: 0px;
}

.post-type-archive-listings .fl-post-thumb {
    width: 100%; /* Or any specific width you need */
    height: 200px; /* Or any specific height you need */
    overflow: hidden; /* To prevent overflow */
}

.post-type-archive-listings .fl-post-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* This ensures the image covers the entire div */
    object-position: center; /* This centers the image within the div */
}
.post-type-archive-listings .fl-archive .fl-post {
    border-bottom: none;
    padding-bottom: 0px;
    background-color: #E1E1E1;
}
.post-type-archive-listings .fl-archive.container {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
		max-width: 1280px !important;
    }

.post-type-archive-listings .fl-archive.container .row {
	    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.post-type-archive-listings a.fl-post-more-link {
	display:block;
	padding: 10px;
	text-align:center;
	background-color: #B38D46;
	color: #fff;
	text-transform: uppercase;
}
.post-type-archive-listings .fl-post-content.clearfix p {
	display: none;
}
.property_price {
	background-color:#A7914F;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}
.gallery_item {
	position:relative;
	display:inline-block;
	width: 32%;
	padding: 0.1%;
}
.gallery_item img {
	display:block;
}
#wpforms-1498-field_5 {
	height: 60px;
}
.tagline_2 {
	position:relative;
	margin-top: -20px;
}
.space_right {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 400px;
	padding-left: 40px;
}
.space_right .fl-col-content {
	max-width: 600px;
}
.space_left {
	display:flex;
	justify-content: flex-end;
		min-height: 400px;
	padding-right: 20px;
}
.space_left .fl-col-content {
	max-width: 600px;
}
.single_content h3 strong,
.single_content h2 strong {
	font-weight: 300;
	font-size: 30px;
}
.the_excerpt {

}
.blog_archive {
	padding-bottom: 70px;
	position:relative;
}
.the_read_more {
	position:absolute;
	bottom: 10px;
	left: 10px;
}
.soc img{
	width: 30px;
	height:auto;
	display:inline-block;
	margin: 0px 3px;
/*	filter: grayscale(100%);*/
}
.social-media-links {
	text-align:center;
}
.social-media-links img {
	width: 40px;
	height:auto;
	display:inline-block;
	margin: 0px 3px;
}
.wpforms-submit {
	background-color: var(--wp--preset--color--fl-accent) !important;
	color: #fff !important;
	border: 1px solid var(--wp--preset--color--fl-accent) !important;
	font-size: 20px !important;
	border-radius: 10px !important;
}
.wpforms-submit:hover {
	background-color: var(--wp--preset--color--fl-accent-hover) !important;
	color: #EDEDED !important;
	border: 1px solid var(--wp--preset--color--fl-accent-hover) !important;
}




/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.single-listings .container {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
		max-width: 1280px !important;
    }

.single-listings .container .row {
	    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.single-listings .fl-sidebar {
	display: none;
}
.single-listings .col-lg-8 {
	        flex: 0 0 100% !important;
        max-width: 100% !important;
}
.single-listings  .fl-content.fl-content-left {
	        border-right: none;
        padding-right: 0px;
}
.single-listings .fl-post-meta.fl-post-meta-top {
	display: none !important;
}
.single_price {
	font-size: 24px;
	font-weight: 700;
	color: #B38D46;
}
.price_holder {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.m01percent {
	margin: 0.1%;
}
.m02percent {
	margin: 0.2%;
}
.m05percent {
	margin: 0.5%;
}
.m1percent {
	margin: 1%;
}
.property_card {
	border: 1px dotted #e1e1e1;
	background-color:rgba(240,240,240,0.50);
}
h2.property_title,
h4.property_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 85px;
      line-height: 1.5;
}
.prop_info {
	padding: 30px 30px;
	text-align:left;
}
.inquiry h3 {
	margin-top: 0px;
    margin-bottom: 10px;
}
.fl-heading-text {
	line-height: 1.1;
}
.single_property .fl-heading-text {
	font-size: 34px;
	line-height: 1.1;
	font-weight: 600;
}
.the_menu_holder {
	display:flex;
	flex-direction: row;
	align-items:center;
}
.the_phone {
	width: 60%;
	text-align:left;
}
.the_phone a {
	color: #fff !important;
	font-size: 22px;
	font-weight:900;
}
.the_menu {
	width: 40%;
}
.fet_image {
	display:block;
	height: 300px;
	overflow:hidden;
}
.fet_image img {
  width: 100%; /* Or any specific width you prefer */
  height: 100%; /* Or any specific height you prefer */
  object-fit: cover; /* Ensures the image covers the container while preserving its aspect ratio */
  object-position: center center; /* Centers the image within the container */
}


.uabb-testimonial .uabb-rating {
	margin-top: 20px !important;
}

	.services {
		text-align:center;
		margin-top: 20px;
	}
.services ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.services ul li {
	display:inline-block;
	background-color:rgba(0,0,0,0.60);
	color: #fff;
	border-radius: 12px;
	border: 1px solid #686868;
	padding: 10px 20px;
	font-size: 22px;
	margin: 2px;
}

.hero_section {
	position:relative;
	width: 100%;
	min-height: 80vh;
	display:flex;
	align-items:center;
	justify-content:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.hero_section:after {
	content: '';
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.50);
	z-index: 1;
}
.hero_section_inner {
	position:relative;
	text-align:center;
	z-index: 2;
	padding: 20px;
}
.tag_line_1 h1 {
	font-size: 70px;
	color: #fff;
	line-height: 1;
}
.tag_line_2 h2 {
	font-size: 50px;
	color: #fff;
	line-height: 1;
}
.cta_text {
	padding: 10px 0px;
}
.cta_text a.button {
	font-size: 34px;
	text-decoration:none;
}
.zindex {
	z-index: 1000;
}

.additional_text {
	font-size: 22px;
	color: #fff;
	line-height: 1.1;
	padding: 10px 0px;
}
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wpforms-submit {
	width: 100% !important;
}
.blog_post_call_to_action {
	background-color:rgba(244,244,244,1.00);
	border: 1px solid rgba(227,227,227,1.00);
	padding: 20px 40px;
		border-radius: 10px;
}
.blog_post_call_to_action_top {
	background-color:rgba(244,244,244,1.00);
	border: 1px solid rgba(227,227,227,1.00);
		border-radius: 10px;
		overflow:hidden;
		margin: 20px 0px;
}
	
.blog_post_call_to_action a {
	background-color: var(--wp--preset--color--fl-accent);
	color: var(--fl-global-text) !important;
	text-decoration: none !important;
	font-size: 30px;
	font-weight: 500;
	text-transform:capitalize;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 10px 5px;
	display: inline-block;
}
.blog_post_call_to_action a:hover {
	background-color: var(--wp--preset--color--fl-accent-hover);
}
.blog_post_call_to_action {
	margin-bottom: 30px;
	margin-top: 30px;
}

.services ul li a {
	color: #fff !important;
	text-decoration: none;
}
.services ul li a:hover {
	color: #E9E9E9 !important;
	text-decoration: none;
}
.single_title {
	background-color:rgba(239,239,239,1.00);
	padding: 10px 0px 20px 0px;
-webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90,s 0.53);
-moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.53);
box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.53);
}
.single_title h1 {
		color: #222;
}
.fl-post-title.property_title a:hover {
	text-decoration: none;
	color: #333;
}
.container.single_holder {
	background-color:rgba(241,241,241,1.00);
	border: 1px solid rgba(229,229,229,1.00);
	border-radius: 10px;
}

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

	
@media all and ( min-width: 767px ) {
  
.arow {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="acol-"] {
    display: table-cell;
	vertical-align: top;
	position:relative;
  }

  .acol-2-3 {
    width: 66.66666666%;
  }
  .acol-1-2 {
    width: 50%;
  }
  .acol-1-3 {
    width: 33.333333333333%;
  }
  .acol-1-5 {
    width: 20%;
  }
    .acol-1-4 {
    width: 25%;
  }
    .acol-1-1 {
    width: 100%;
  }
  .acol-1-8 {
    width: 12.5%;
  }
      .acol-05 {
	  width:0.5%;
  }
    .acol-1 {
	  width:1%;
  }
      .acol-2 {
	  width:2%;
  }
    .acol-5 {
	  width:5%;
  }
  .acol-10 {
	  width:10%;
  }
    .acol-15 {
	  width:15%;
  }
    .acol-20 {
	  width:20%;
  }
      .acol-28 {
	  width:28%;
  }
  .acol-25 {
	  width:25%;
  }
    .acol-33 {
	  width:33.33333333333333%;
  }
        .acol-65 {
	  width:65%;
  }
            .acol-35 {
	  width:35%;
  }
      .acol-66 {
	  width:66.6666666666666666666%;
  }
      .acol-30 {
	  width:30%;
  }
    .acol-50 {
	  width:50%;
  }
      .acol-40 {
	  width:40%;
  }
      .acol-60 {
	  width:60%;
  }
      .acol-70 {
	  width:70%;
  }
        .acol-75 {
	  width:75%;
  }
      .acol-80 {
	  width:80%;
  }
      .acol-90 {
	  width:90%;
  }
    .acol-100 {
	  width:100%;
  }
  

.aflex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}
[class*="afl-"] {
}
    .afl-1 {
	  width:1%;
  }
      .afl-2 {
	  width:2%;
  }
    .afl-5 {
	  width:5%;
  }
  .afl-10 {
	  width:10%;
  }
    .afl-15 {
	  width:15%;
  }
    .afl-20 {
	  width:20%;
  }
      .afl-24 {
	  width:24.5%;
  }
      .afl-28 {
	  width:28%;
  }
  .afl-25 {
	  width:25%;
  }
    .afl-29 {
	  width:29%;
  }
      .afl-32 {
	  width:32%;
  }
    .afl-33 {
	  width:33.33333333333333%;
  }
        .afl-65 {
	  width:65%;
  }
            .afl-35 {
	  width:35%;
  }
      .afl-66 {
	  width:66.6666666666666666666%;
  }
      .afl-30 {
	  width:30%;
  }
    .afl-50 {
	  width:50%;
  }
      .afl-40 {
	  width:40%;
  }
        .afl-45 {
	  width:45%;
  }
      .afl-60 {
	  width:60%;
  }
      .afl-70 {
	  width:70%;
  }
        .afl-75 {
	  width:75%;
  }
      .afl-80 {
	  width:80%;
  }
      .afl-90 {
	  width:90%;
  }

    .afl-100 {
	  width:100%;
  }


}

  
  
.mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }


	
	
	
   @media only screen and (max-width: 1400px) { 
  

   }
   
      @media only screen and (max-width: 1200px) { 
  
  .listing_meta {
    font-size: 12px;
}

   }
   
   
   
  
 
  
@media only screen and (max-width: 767px) {
	
		#wpadminbar {
		display: none !important;
		z-index: -1 !important;
	}


	html{
		min-height:100%;
		position:relative;
		}
	
	body,
	body p {
        font-size: 17px !important;
        line-height: 1.45;
    }
.m_nav{
	padding-top: 60px;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
	z-index: 99999999;
}



.admin-bar .mobile_menu {
	margin-top: -46px !important;
}
.mobile_menu {
	display:block;
	background-color: var(--wp--preset--color--fl-accent-hover) !important;
	position:relative;
	padding: 10px;
		z-index: 999999;
}


.admin-bar .m_nav {
	margin-top: 0px !important;
}




	.mhide, .ws_controls {
		display:none;
	}
		.mshow {
		display:block;
	}
img.resp {
	width: 100% !important;
	height: auto !important;
}
.mshow {
		display:block;
}
.mhide {
		display:none;
}

.mright {
	text-align:center;
}
.mcenter {
	text-align:center;
}

#logo_menu_holder .fl-row-content-wrap .fl-row-content .fl-col-group {
	display:flex;
	position:relative;
}
#the_site_logo {
	width: 100% !important;
}
#the_site_menu {
	display:none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1 !important;
}
.fl-heading-text {
    line-height: 1 !important;
}
.slider_h1 {
	padding-bottom: 20px;
}
.property_card {
	margin-bottom: 15px;
}
.chess_image_left,
.chess_image_right {

}
.space_right {
    padding-left: 0px;
}
.space_left {
    padding-right: 0px;
}


.space_right .fl-button-left,
.space_left .fl-button-left {
	text-align: center !important;
}

.space_right .fl-button-left a,
.space_left .fl-button-left a{
	width: 100% !important;
	line-height: 1.3 !important;
	text-align: center !important;
}

.top_address_bar {
	display: none;
	background-color:#927F45;
	padding: 20px 10px;
}
.top_address_bar .acol-50.p10.mcenter.mid {
	padding: 5px !important;
}
.fl-rich-text {

}

.fl-module-heading .fl-heading {
    font-weight: 400;
    text-align: left;
}
    h3 {
        font-size: 28px !important;
        line-height: 1.4;
        letter-spacing: 0px;
    }
h4 {
        font-size: 20px !important;
        line-height: 1.4;
        letter-spacing: 0px;
    }
	.less_4 img {
		display:inline-block;
		width: 24%;
}
.the_terms {
	text-align:center;
}
.slick-slide {
    height: auto !important; 
}
.the_phone {
	width: 80%;
}
.the_menu {
	width: 20%;
	text-align:right;
}
	
	footer .fl-row-content-wrap {
	border-radius: 12px !important;
}
	footer {
		padding: 5px !important;
	}
	
		.services {
		text-align:center;
		margin-top: 0px;
	}
	
	.services ul li {
	display:inline-block;
	background-color:rgba(0,0,0,0.30);
	color: #fff;
	border-radius: 0px;
	border: none;
	padding: 10px 20px;
	font-size: 22px;
	margin-bottom: 2px;
	width:100%;
	border-bottom: 1px dotted #686868;
}
.tag_line_1 h1 {
	font-size: 40px;
	color: #fff;
	line-height: 1;
}
.tag_line_2 h2 {
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.cta_text a.button {
	font-size: 26px;
	text-decoration:none;
}

.mcenter {
	text-align:center;
}
.additional_text {
	font-size: 20px;
	color: #fff;
	line-height: 1.1;
}
.acol-50.p10.mcenter {
	padding: 20px;
}
.wpforms-submit {
	width: 100% !important;
}
	#the-blue-button {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9999;
		color: #fff !important;
	}
	#the-blue-button a {
		padding: 15px 6px;
		width: 100%;
		text-align: center;
		display: block;
		text-decoration: none;
		font-size: 36px !important;
		font-weight: 600;
		border: none !important;
		background-color: var(--wp--preset--color--fl-accent-hover) !important;
		color: #fff !important;
	}
	#rw-footer-section {
		padding-bottom: 70px !important;
	}
	.more_button_holder {
  position: relative;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
#the-blue-button span {
	color: #fff !important;
}
.blog_post_call_to_action {
		padding: 10px 10px;
}
h2.property_title {
    display: block; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 10px;
}
.shess_row_holder {
    display: block;
}
}