/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/


#page{
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden;
  position: relative;
  background: transparent;
}
#page:after{
  height: 600px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
#masthead{
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%,rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.50) 0%,rgba(125, 185, 232, 0) 100%);
}

p:empty{
  display: none;
}
.h3, h3{
  font-size: 2rem;
}
.site-footer .site-info{
  background: transparent;
  padding: 0;
}
.footer-widgets, .site-footer{
  background: transparent;
}
.footer-widgets .widget-title{
  font-family: 'Work Sans', sans-serif;
  font-size: 20px !important;
  color: #002169;
  letter-spacing: 0 !important;
  text-transform: unset !important;
  line-height: 30px;
}
.footer-widgets p{
  color: #333333;
  font-size: 14px;
  line-height: 22px;
}
.footer-widgets p strong{
  font-weight: 600;
  color: #9e9da4;
}
.footer-widgets .menu li{
  margin-top: 0;
  margin-bottom: 15px;
}
.footer-widgets .menu li a{
  color: #333333;
}
.footer-widgets .menu li a:hover{
  text-decoration: none;
	color:#201D1E;
}
#footer-widgets #footer-1{
  display: flex;
  flex-wrap: wrap;
}
#footer-widgets #footer-1 > aside{
  flex-basis: 26%;
  padding: 0 20px;
}
#footer-widgets #footer-1 > aside:nth-child(2){
  flex-basis: 48%;
}
#footer-widgets #footer-1 > aside:first-child, #footer-widgets #footer-1 > aside:nth-child(2){
  padding-left: 0;
}
#footer-logo-cont img{
  margin-bottom: 30px;
  margin-left: 6px;
}

.site-header{
  line-height: unset;
  background: transparent;
  padding: 0 0 24px;
  box-shadow: none;
  border-bottom: 0;
}
.onepress-menu a{
  font-family: 'Work Sans', sans-serif;
  color: #fff !important;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-size: 14px;
}
.onepress-menu >li > a:hover, .onepress-menu >li.current-menu-item > a{
  position: relative;
}
.onepress-menu >li > a:before, .onepress-menu >li > a:after{
  content: '';
  position: absolute;
  width: 10px;
  left: 0;
  border: 2px solid #ffc629;
  border-right: 0;
  top: 0;
  bottom: 0;
  transition: opacity .5s;
  opacity: 0;
}
.onepress-menu >li.current-menu-item > a:before, .onepress-menu >li > a:hover:after{
  opacity: 1;
}

.onepress-menu ul li a{
  color: #ffc629 !important;
  font-size: 14px;
  text-shadow: none;
}
.site-branding .site-logo-div{
  height: 158px;
  background: #fff;
  padding: 20px 20px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.30);
}
.site-branding .site-logo-div img{
  width: 110px;
}
#site-navigation{
  position: relative;
  top: 40px;
}
#primary{
  padding-top: 0;
  padding-bottom: 0;
}
.page-banner{
  margin-top: -212px !important;
  height: 700px;
}

.page-banner.dark-overlay .ab-container-image-wrap:before, .page-banner.light-overlay .ab-container-image-wrap:before{
  content: '';
  background: #000;
  opacity: .6;
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 0;
}
.page-banner.light-overlay .ab-container-image-wrap:before{
  opacity: .2;
}
.single .page-banner.light-overlay .ab-container-image-wrap:before{
  opacity: .4;
}
.page-banner.dark-overlay .ab-container-content{
 z-index: 100;
}
.homepage-banner{
  margin-bottom: 0 !important;
  overflow: hidden;
  height: 800px;
}
.homepage-banner .ab-container-content{
  max-width: 1100px;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.homepage-titles{
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 90px;
  color: #FFFFFF;
  letter-spacing: -3px;
  text-align: center;
  line-height: 125px;
	font-weight: bold;
  width: 500px;
  transition: width .3s;
  margin: 0 auto;
  opacity: 0;
  width: 100%;
}
.homepage-titles.rendered{
  /* width: 100%; */
  opacity: 1;
}
.homepage-titles ul{
  /* max-width: 900px; */
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 0;
}
.homepage-titles ul li{
  margin-left: 0;
  list-style-type: none;
}
.page-banner .ab-container-content p{
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.page-banner .wp-block-button.arrow-button .wp-block-button__link{
  color: #fff !important;
}
.page-banner h1{
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.homepage-titles .border-top{
  border: 5px solid #ffc629;
  height: 30px;
  border-bottom: 0;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  max-width: calc(100% - 330px);
  display: block;
  margin: 0 auto;
}
.homepage-titles .border-bottom{
  border: 5px solid #ffc629;
  height: 30px;
  border-top: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: calc(100% - 330px);
  display: block;
  margin: 0 auto;
}
.homepage-animated-lines-background{
  margin-top: -20px !important;
  background-color: transparent !important;
}
.searchbar-container{
  position: relative;
  margin-top: -100px;
  text-align: center;
  z-index: 100000000;
}
.page-id-12 .searchbar-container{
  margin-top: -35px;
}
.searchbar-container h3{
  font-family: 'Work Sans', sans-serif;
  font-size: 31px;
  color: #FFFFFF;
  letter-spacing: 6.1px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
.searchbar-container h3 + ul{
  margin-top: 0px;
}
.searchbar-container.ul{
  margin-left: 0;
  margin-top: 0;
}
.page-banner.homepage-banner .wp-block-button.arrow-button .wp-block-button__link{
  color: #fff !important;
}
.searchbar-container.homepage-intro  ul li{
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  color: #fff;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 2.8px;
  line-height: 28px;
}
.searchbar-container.homepage-intro ul li:not(:last-child):after{
  content: '';
  border-right: 2px solid #fec52a;
  position: absolute;
  right: -3px;
  top: 5px;
  bottom: 4px;
}
.searchbar form{
  margin: 0 auto;
  box-shadow: 0px 5px 20px rgba(101, 101, 101, 0.43);
}
.searchbar .form-group{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  background: #fff;
  padding: 15px;
}
.searchbar .form-group .field-container{
  flex: auto;
  position: relative;
  flex-basis: 23%;
}
.searchbar .form-group .field-container.search-input{
  width: 250px;
  flex-basis: 31%
}
.searchbar .form-group .field-container.search-input input{
  width: 100%;
  padding: 8px 20px;
  height: auto;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: none !important;
}
/* .searchbar .form-group .field-container:not(:last-child):after{
  content: '';
  position: absolute;
  bottom: 10px;
  top: 10px;
  right: 0;
  border-right: 1px solid #dedede;
} */
.searchbar .form-group .field-container select{
  width: calc(100% - 20px);
  border: 0;
}
.searchbar .form-group .field-container:not(:last-child){
  padding-right: 15px;
}
.searchbar form{
  display: flex;
  flex-wrap: wrap;
}
.searchbar form .form-group{
  flex-basis: 85%;
}
.searchbar form button{
  flex-basis: 15%;
  background-color: #fec52a;
  color: #002169;
  border: 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-family: "Work Sans", sans-serif;
}
.alignfull2{
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.no-one-does-land{
  margin-top: -130px;
  z-index: -1;
}
.wp-block-button.arrow-button{
  margin-top: 40px;
}
.wp-block-button.arrow-button .wp-block-button__link{
  background: transparent;
  border: 0;
  color: #002169 !important;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  letter-spacing: 2px;
  align-items: center;
  letter-spacing: 3px;
}
.wp-block-button.arrow-button .wp-block-button__link:before{
  content: '';
  color: #ffc629;
  margin-right: 14px;
  width: 40px;
  height: 40px;
  background-image: url(../../../wp-content/uploads/2019/07/full-listings-arrow.png);
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  position: relative;
  top: 14px;
  transition: background-image .5s;
}
.wp-block-button.arrow-button.back .wp-block-button__link:before{
  transform: rotate(180deg);
}
.border-left-second-column .wp-block-column:last-child{
  position: relative;
  padding: 30px 0;
}
.border-left-second-column .wp-block-column:last-child:before, .border-left-second-column .wp-block-column:last-child:after{
  content: '';
  left: -40px;
  bottom: 0; top: 0;
  position: absolute;
  width: 30px;
  border-left: 3px solid #ffc629;
}
.border-left-second-column .wp-block-column:last-child:before{
  top: 0;
  border-top: 3px solid #ffc629;
}
.border-left-second-column .wp-block-column:last-child:before{
  top: 0;
  border-bottom: 3px solid #ffc629;
}
.zindex-zero{
  z-index: -1;
}
.property-listing .wrapper{
  position: relative;
  padding-bottom: 50px;
  background: #fff;
  height: 100%;
  box-shadow: 0px 0px 20px rgba(101, 101, 101, 0.52);
}
.property-listing .wrapper .thumbnail{
  height: 250px;
}
.property-listing .wrapper .thumbnail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.property-listing .wrapper .details{
  padding: 20px;
}
.property-listing .wrapper .details .lot-size{
  font-weight: bold;
  color: #002069;
  position: relative;
  padding-bottom: 25px;
  font-size: 16px;
}
.property-listing .wrapper .details .lot-size:after{
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 140px;
  content: '';
  border-bottom: 2px solid #ffc629;
}
.property-listing .wrapper .details h3{
  font-size: 22px;
  font-weight: bold;
	text-transform:uppercase;
	
}
.property-listing .wrapper .details h3 a{
  color: #002069;
}
.property-listing .wrapper .details .address{
  color: #8f8f8f;
  font-size: 14px;
}
.property-listing .wrapper .bottom{
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.property-listing .wrapper .bottom a{
  background: #ffc629;
  padding: 8px 20px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #002069;
  font-weight: 600;
  transition: background .5s;
}
.property-listing .wrapper .bottom a:hover{
  background: #002069;
  color: #fff;
  text-decoration: none;
}
.property-listing .wrapper .bottom .category{
  color: #8f8f8f;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.property-listing .col-sm-4{
  margin-bottom: 28px;
}
h1, h2, h3, h4, h5, h6{
  color: #002069;
  font-weight: 400;
  margin-bottom: 30px;
}
h2{
  font-family: 'Work Sans', sans-serif;
  font-size: 50px;
  color: #002169;
  letter-spacing: 0;
  line-height: 59px;
}
p{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #555555;
  letter-spacing: -0.1px;
  line-height: 31px;
}
b, strong{
  font-size: bold;
}
h2.na-border-left{
  position: relative;
  padding: 45px 0 80px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 40px;
}
h2.na-border-left:before{
  content: '';
  border: 3px solid #ffc629;
  width: 30px;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
}
.page-banner:not(.homepage-banner) .ab-container-content{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 750px !important;
  padding: 30px;
  border: 3px solid #ffc629;
  border-top: 0;
}
.page-banner:not(.homepage-banner) .ab-container-content:before, .page-banner:not(.homepage-banner) .ab-container-content:after{
  content: '';
  position: absolute;
  top: 0;
  width: 60px;
  border-top: 3px solid #ffc629;
}
.page-banner:not(.homepage-banner) .ab-container-content:before{
  left: 0;
}
.page-id-12 .page-banner.light-overlay .ab-container-image-wrap:before{
  opacity: 1;
}
.page-banner:not(.homepage-banner) .ab-container-content:after{
  right: 0;
}
.page-banner:not(.homepage-banner){
  height: 660px;
}
.page-id-11 .page-banner:not(.homepage-banner), .page-id-15 .page-banner:not(.homepage-banner){
  height: 860px;
}
.page-id-11 .page-banner:not(.homepage-banner) .ab-container-content{
  top: 70%;
}
.page-banner:not(.homepage-banner) h1{
  margin-top: -55px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 45px;
}
.page-banner:not(.homepage-banner) .wp-block-columns{
  max-width: 550px;
  margin: 0 auto;
}
.page-banner:not(.homepage-banner) .wp-block-columns .wp-block-column{
  margin-bottom: 0;
}
.page-banner:not(.homepage-banner) .wp-block-columns .wp-block-column:first-child{
  position: relative;
}
.page-banner:not(.homepage-banner) .wp-block-columns .wp-block-column:first-child:after{
  content: '';
  position: absolute;
  right: -20px;
  top: 25px;
  bottom: -11px;
  border-right: 3px solid #ffc629;
}
.page-banner:not(.homepage-banner) .wp-block-columns .wp-block-button.arrow-button{
  margin-top: 10px;
}
.single-property .page-banner:not(.homepage-banner) .ab-container-content{
  top: unset;
  bottom: 45%;
  transform: translateY(50%);
}
h3.na-border-left{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-left: 3px solid #ffc629;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 35px;
}
h3.na-border-left:before, h3.na-border-left:after{
  position: absolute;
  content: '';
  left: 0;
  width: 24px;
}
h3.na-border-left:before{
  border-top: 3px solid #ffc629;
  top: 0;
}
h3.na-border-left:after{
  border-bottom: 3px solid #ffc629;
  bottom: 0;
}
.neg-mt-40{
  margin-top: -40px;
}
.neg-mt-70{
  margin-top: -70px;
}
.associates.row{
  margin-left: 0;
  margin-right: 0;
}
.associates > div{
  padding: 0;
  height: 580px;
  overflow: hidden;
}
.associates > div .wrapper{
  height: 100%;
  overflow: hidden;
}
.associates > div .wrapper img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.associates > div .wrapper .info{
  position: absolute;
  top: calc(100% - 80px);
  left: 0; right: 0;
  padding: 30px;
  transition: top .5s;
}

.associates > div .wrapper:hover .info{
  top: 0;
  bottom: 0;
  background: rgba(0, 32, 105, 0.70);
  padding-bottom: 40px;
  color: #fff;
}
.associates > div .wrapper .info .name{
  font-weight: bold;
  text-shadow: 0px 3px 7px #181818;
  color: #fff;
  margin-bottom: 35px;
  font-size: 22px;
}
.associates > div .wrapper:hover .info .name{
  margin-bottom: 5px;
  font-size: 24px;
}
.associates > div .wrapper .info .job-title{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
.associates > div .wrapper .info .servicing{
  font-size: 18px;
}
.associates > div .wrapper .info .job-title:after{
  width: 100px;
  border-bottom: 2px solid #ffc629;
  position: absolute;
  left: 0;
  bottom: 0;
 content: '';
}
.associates > div .wrapper .info .view{
  position: absolute;
  bottom: 0;
  width: 200px;
  transition: left .5s;
  left: -100px;
}
.associates > div .wrapper .info .view a{
  font-size: 16px;
}
.associates > div .wrapper:hover .info .view{
  left: 30px;
}
.associates > div .wrapper:hover .info .view a{
  background: #f8be20;
  padding: 8px 20px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #002069;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .5s;
}
.associates > div .wrapper:hover .info .view a:hover{
  background: #fff;
}
.associates > div .wrapper ul.contact-info, .single-associate ul.contact-info{
  padding-left: 0;
}
.associates > div .wrapper ul.contact-info li, .single-associate ul.contact-info li .fa{
  list-style-type: none;
  font-size: 28px;
  width: 55px;
  margin-left: 0;
  padding: 3px 0px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.associates > div .wrapper ul.contact-info li a, .single-associate ul.contact-info li .fa{
  text-decoration: none !important;
  color: #ffc629;
}
.associates > div .wrapper .states{
  position: absolute;
  top: 10px;
  right: 20px;
}
.associates > div .wrapper .states ul{
  padding-left: 0px;
  margin-top: 0;
  margin-bottom:0;
}
.associates > div .wrapper .states ul li{
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 10px;
}
.single-associate .associate-info > .wp-block-button.arrow-button{
  margin-bottom: 30px;
}
.single-associate ul.contact-info{
  margin-top: 50px;
  margin-bottom: 60px;
}
.single-associate ul.contact-info li{
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}
.single-associate ul.contact-info li .fa{
  border: 1px solid #052277;
  color: #052277;
  line-height: 43px;
}
.single-associate ul.contact-info li a{
  color: #052277;
}
.entry-content{
  margin-bottom: 0;
}
.about-us-slides{
  width: 90%;
  margin: 0 auto;
  box-shadow: 1px 0px 10px #ccc;
}
.about-us-slides .photo{
  height: 300px;
  margin-bottom: 40px;
  background: #002169;
  text-align: center;
}
.about-us-slides .photo img{
  height:100%;
  width: auto;
  display: inline-block;
  /* object-fit: cover; */
}
.about-us-slides .date{
  color: #002069;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  margin-bottom: 25px;
  height: 24px;
}
.about-us-slides .date:after{
  width: 100px;
  border-bottom: 2px solid #ffc629;
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
}
.about-us-slides h3{
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
	text-transform: uppercase;
}
.about-us-slides .description{
  color: #909090;
  font-size: 14px;
	text-transform: uppercase;
}
.about-us-slides .slick-dots{
  bottom: unset;
  top: 58%;
}
.about-us-slides .info{
  padding: 0px 20px 20px;
}
.about-us-slides .slick-next {
  right: 15px;
}
.about-us-slides .slick-prev {
  left: 15px;
}
.about-us-slides .slick-arrow{
  top: 32%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0px 10px 3px;
  z-index: 1;
}
.slick-prev:before, .slick-next:before{
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  opacity: 1;
}
.slick-dots li{
  margin: 0;
  width: 15px;
}
.slick-dots li button:before{
  font-size: 8px;
}
.slick-dots li.slick-active button:before{
  font-size: 10px;
  opacity: 1;
  color: #ffc629;
}
.associate-info{
  margin-top: -230px;
  margin-bottom: 60px;
}
.single-associate .page-banner:not(.homepage-banner){
  height: 420px;
}
.single-associate .headshot img{
  width: 100%;
}
.single-associate h1{
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.single-associate .title-position{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.single-associate .associate-meta-content{
  padding-left: 20px;
}
.single-associate .bio p{
  color: #6b6f77;
  line-height: 30px;
}
.three-columns{
  column-count: 3;
  padding-left: 0;
}
.three-columns li{
  margin-left: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  list-style-type: none;
  position: relative;
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer
}
.three-columns li a{
  color: #05246b;
}
.three-columns.arrow-down li{
  letter-spacing: 3px;
  color: #002069;
  font-size: 16px;
}
.three-columns.arrow-down li:before{
  content: '';
  color: #ffc629;
  margin-right: 14px;
  width: 40px;
  height: 40px;
  background-image: url(../../../wp-content/uploads/2019/07/full-listings-arrow.png);
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  transform: rotate(90deg);
  min-width: 40px;
  transition: background-image .5s;
}
.three-columns.arrow-down li:hover:before{
  background-image: url('../../../wp-content/uploads/2019/08/full-listings-arrow-blue.png');
}
.wp-block-button.arrow-button .wp-block-button__link:hover, .three-columns.arrow-down li a{
  text-decoration: none;
}
.wp-block-button.arrow-button .wp-block-button__link:hover:before{
  background-image: url('../../../wp-content/uploads/2019/08/full-listings-arrow-blue.png');
}
.page-banner .wp-block-button.arrow-button .wp-block-button__link:hover:before, .associate-info .wp-block-button.arrow-button .wp-block-button__link:hover:before{
  background-image: url('../../../wp-content/uploads/2019/08/full-listings-arrow-white.png') !important;
}
.three-columns.chevron-right li:before{
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  color: #ffc629;
  margin-right: 20px;
}
.three-columns.chevron-right li{
  margin-bottom: 0;
  padding-left: 30px;
  margin-top: 0;
  padding-bottom: 25px;
  color: #002069;
  font-size: 16px;
}
.three-columns.chevron-right li:after{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  border-left: 1px solid #ddd;
}
.gradient-blue .ab-container-image-wrap:before{
  content: '';
  opacity: .55;
  background: #002169;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.gradient-blue .wp-block-button__link{
  color: #fff !important;
  border: 2px solid #ffc629 !important;
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 30px;
  padding-right: 30px;
}
.wp-block-button.no-radius > a{
  border-radius: 0 !important;
}
.wp-block-image.show-caption{
  position: relative;
}
.wp-block-image.show-caption figcaption{
  position: absolute;
  bottom: 0px;
  padding: 10px 40px;
  background: #ffc629;
  color: #002069;
  left: 35px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.page-id-13 .page-banner:not(.homepage-banner) .ab-container-content{
  border-bottom: 0;
  padding-bottom: 0;
}
.page-id-13 .page-banner:not(.homepage-banner) .wp-block-columns{
  margin-bottom: -38px !important;
}
.page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer{
  position: relative;
}
.page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer:before, .page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer:after{
  content: '';
  border-bottom: 3px solid #ffc629;
  bottom: -6px;
  position: absolute;
  width: 100px;
  height: 6px;
}
.page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer:before{
  left: -33px;
  border-left: 3px solid #ffc629;
}
.page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer:after{
  right: -33px;
  border-right: 3px solid #ffc629;
}
.page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer:before{
  right: 0;
}
.blog-list > header{
  width: 90%;
  margin: 0 auto 60px;
}
.blog-list > header .col-md-9 form{
  width: 85%;
  display: flex;
  align-items: center;
}
.blog-list > header .col-md-9 form input{
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  box-shadow: none;
  padding-top: 10px;
  background: #fff;
  padding-bottom: 10px;
}
.blog-list > header .col-md-9 form button{
  margin-left: -30px;
  border: 0;
  background: transparent;
}
.blog-list > header .col-md-3 .form-group{
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
  padding-bottom: 10px;
}
.blog-list > header .col-md-3 .form-group label{
  margin-right: 10px;
  flex: auto;
  width: 100px;
  margin-bottom: 0;
}
.blog-list > header .col-md-3 .form-group select{
  border: none !important;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog-list .search-results .article{
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.18);
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
}
.blog-list .search-results .article .read-more{
  position: absolute;
  bottom: 6px;
  right: 60px;
}
.blog-list .search-results .article .read-more a{
  padding: 12px 40px;
  background: #ffc629;
  color: #002069;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: background .5s;
}
.blog-list .search-results .article .read-more a:hover{
  background: #002069;
  color: #fff;
  text-decoration: none;
}
.blog-list .search-results .article .date{
  color: #002169;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  float: left;
  font-weight: 600
}
.blog-list .search-results .article .date:after{
  content: '';
  border-bottom: 2px solid #ffc629;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
}
.blog-list .search-results .article .source{
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  color: #b6b6b6;
}
.blog-list .search-results .article h3{
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.blog-list .search-results .article h3 a{
  color: #002169;
}
.blog-list .search-results .article .author{
  font-size: 13px;
  color: #b6b6b6;
}
.no-one-does-land.ab-block-container{
  background-repeat: no-repeat;
  background-position: -40px center;
}
.no-one-does-land.ab-block-container.add-background{
  background-image: url(../../../wp-content/uploads/2019/07/white-line-animation.gif);
}
.home .homepage-animated-lines-background, .page-id-11 .homepage-animated-lines-background{
  background-repeat: no-repeat;
  background-position: -112px 50px;
}
.page-id-11 .homepage-animated-lines-background{
  background-position: -135px 22px;
}
.home .homepage-animated-lines-background.add-background, .page-id-11 .homepage-animated-lines-background{
  background-image: url(../../../wp-content/uploads/2019/07/orange-line-animation.gif);
}
.home .get-to-know-us {
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: calc(100% + 200px) -180px;
}
.home .get-to-know-us.add-background{
  background-image: url(../../../wp-content/uploads/2019/08/orange-line-animation.gif);
}
.page-id-10 #content, .page-id-10 #content{
  background-image: url(../../../wp-content/uploads/2019/07/orange-line-animation.gif);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: calc(100% + 200px) calc(50% - 300px);
}
.page-id-93 .homepage-animated-lines-background, .page-id-89 .homepage-animated-lines-background{
  background-image: url(../../../wp-content/uploads/2019/07/orange-line-animation.gif);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: calc(100% + 400px) calc(50% - 500px);
}
.page-id-13 #content{
  position: relative;
}
.page-id-13 #content:before{
  background-image: url(../../../wp-content/uploads/2019/07/orange-line-animation.gif);
  background-repeat: no-repeat;
  content: '';
  top: 0;
  bottom: 0;
  width: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  background-position: -300px 70%;
}
.page-id-13 #content{
  background-image: url(../../../wp-content/uploads/2019/07/orange-line-animation.gif);
  background-repeat: no-repeat;
  background-position: calc(100% + 400px) 40%;
}
.error404 #content{
  background-image: url(../../../wp-content/uploads/2019/07/orange-line-animation.gif);
  background-repeat: no-repeat;
  background-position: -200px 40%;
}
.error404 #content .page-banner .ab-container-content{
  display: none;
}
.error404 #content .page-banner{
  height: 400px;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #d7d7d7;
  border-radius: 0;
  text-align: left;
  height: auto;
  padding: 5px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
  right: 5px;
}
.searchbar-container{
  margin-left: -20px;
}

.list-configuration{
  width: 500px;
  margin: 0 auto 80px;
  font-size: 18px;
}
.list-configuration .wrapper{
  display: flex;
}
.list-configuration .wrapper > *{
  flex: 1;
}
.list-configuration .wrapper .display-style, .list-configuration .wrapper > label{
  max-width: 80px;
}
.list-configuration .wrapper ul{
  margin: 0;
  padding-left: 0;
}
.list-configuration .wrapper label{
  color: #908d8d;
  font-weight: 300;
  margin-bottom: 0;
}
.list-configuration .wrapper ul li{
  margin-left: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0 10px;
}
.list-configuration .wrapper ul li{
  margin-bottom: 0;
}
.list-configuration .wrapper ul li:first-child{
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.list-configuration .wrapper ul li input[type="radio"]{
  visibility: hidden;
  position: absolute;
}
.list-configuration .wrapper ul li input[type="radio"]:checked ~ span{
  font-weight: bold;
  color: #002169;
}
.list-configuration .display-style{
  float: right;
}
.list-configuration .row > div{
  padding: 10px 15px;
}
.list-configuration .col-sm-5{
  border-right: 1px solid #ddd;
}
.list-configuration .col-sm-7{
  padding-left: 35px !important;
}
.list-configuration .display-style a:not(:last-child){
  margin-right: 15px;
  cursor: pointer;
}
.list-configuration .display-style a{
  font-size: 20px;
  color: #d3d3d3;
}
.list-configuration .display-style a.active{
  color: #002169;
}
.property-listing.list .col-sm-4{
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.property-listing.list .col-sm-4 .wrapper{
  display: flex;
  padding-bottom: 0
}
.property-listing.list .col-sm-4 .thumbnail{
  flex-basis: 30%;
}
.property-listing.list .col-sm-4 .details{
  flex-basis: 70%;
  padding-left: 40px;
}
.property-listing.list .col-sm-4 .bottom .category{
  display: none;
}
.property-listing.list .col-sm-4 .details .category{
  display: block;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #8f8f8f;
  font-size: 14px;
  margin-right: 20px;
}
.property-listing.list .wrapper .bottom{
  left: unset;
  bottom: 0;
  right: 35px;
}
.property-listing.list .wrapper .bottom a{
  padding: 8px 65px;
  position: relative;
  display: inline-block;
}
.locations-dropdown{
  position: relative;
  text-align: left;
  border: 1px solid #d7d7d7;
}
.locations-dropdown > label{
  position: relative;
  display: flex;
  padding: 7px 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.locations-dropdown input[type="checkbox"]{
  visibility: hidden;
  margin: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.locations-dropdown > li{
  margin-left: 0;
  padding-left: 0;
  display: block;
}
.locations-dropdown li{
  color: #8f8f8f !important;
  text-align: left !important;
  text-transform: capitalize !important;
  padding: 0 !important;
  background: #fff;
  margin-bottom: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}
.locations-dropdown li span{
  background: transparent;
  display: flex;
}
.locations-dropdown li label{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.locations-dropdown li label .fa{
  position: absolute;
  top: 50%;
  right: 7px;
  font-size: 14px;
  color: #ddd !important;
  transform: translateY(-50%);
  display: none;
}
.locations-dropdown li li label .fa {
  font-size: 12px;
}
.locations-dropdown ul{
  padding-left: 0 !important;
  display: none;
}
.locations-dropdown > ul{
  display: none;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  width: calc(100% + 4px);
  left: -2px;
  right: -4px;
  background: #fff;
  top: 16px;
  border: 2px solid #ddd;
  border-top: 0;
  z-index: 10000000;
  padding: 10px 0;
}
.locations-dropdown > ul > li{
  font-weight: 600;
}
.locations-dropdown > ul > li{
  padding-bottom: 15px !important;
}
.locations-dropdown > ul > li > ul{
  padding-top: 10px;
}
.locations-dropdown > ul > li > ul > li:not(:last-child){
  padding-bottom: 15px !important;
}
.locations-dropdown > ul > li > ul > li > label{
  padding-left: 15px !important;
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal !important;
}
.locations-dropdown > ul > li > ul > li > ul > li{
}
.locations-dropdown > ul > li > ul > li > ul > li label{
  font-size: 14px;
  color: #002069;
  display: block;
  padding-left: 30px !important;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
}
.locations-dropdown > ul > li > ul > li > ul > li.selected, .locations-dropdown > ul > li > ul > li > ul > li.selected *{
  background: #fec52a !important;
}
.locations-dropdown li.has-child{
  position: relative;
  padding-right: 30px;
}
.locations-dropdown .main-dropdown li.selected > label{
  background: #e2e2e2;
}
.locations-dropdown li.has-child:after, .locations-dropdown:after, .select2-container--default .select2-selection--single .select2-selection__arrow:after{
  content: "\f078";
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ddd !important;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: bold;
}
.locations-dropdown li.has-child.selected > ul{
  display: block;
}
.locations-dropdown:after{
  top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after{
  right: 6px;
  top: 3px;
}
.locations-dropdown li.has-child.selected:after, .locations-dropdown.open:after, .select2-container--default.select2-container--open .select2-selection__arrow:after{
  content: '\f077';
}
.locations-dropdown > ul > li > ul > li.has-child:after{
  font-size: 12px;
  top: 7px;
}
.select2-container--open .select2-dropdown--below{
  z-index: 111111111;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.select2-results__option{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  padding: 6px 10px;
  margin-bottom: 0;
  margin-top: 0;
  color: #8f8f8f !important;
}
.select2-dropdown{
  border: 2px solid #ddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container-default .select2-results__option:hover{
  background: #f5f5f5 !important;
}


.single-property .page-banner{
  height: 660px;
}
.single-post .page-banner{
  height: 500px;
}
.single-property .page-banner .ab-container-content, .single-post .page-banner .ab-container-content{
  max-width: 1110px !important;
  border: 0 !important;
}
.single-post .page-banner .ab-container-content{
  top: 40%;
}
.single-property .page-banner .ab-container-content, .single-post .page-banner .ab-container-content{
  padding-left: 0;
  padding-right: 0;
}
.single-post .page-banner .ab-container-image-wrap:before{
  position: absolute;
  top: 0;
  bottom: 0; right: 0; left: 0;
  content: '';
  background: rgba(0, 33, 105, 0.6509803921568628);
}
.single-property .page-banner .ab-container-content:before, .single-property .page-banner .ab-container-content:after, .single-post .page-banner .ab-container-content:before, .single-post .page-banner .ab-container-content:after{
  display: none;
}
.single-property .page-banner .ab-container-content h1, .single-post .page-banner .ab-container-content h1{
  color: #fff;
  margin-top: 50px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.75);
}
.single-property .page-banner .ab-container-content .location-description, .single-post .page-banner .ab-container-content .location-description{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px rgba(0,0,0,.75);
}
.single-property .property-details{
  margin-top: 50px;
}
.single-property .property-details label{
  font-size: 18px;
  color: #b4b4b4;
  letter-spacing: 3px;
  font-weight: normal;
}
.single-property .property-details h4{
  font-weight: bold;
}
.single-property .property-details .metas .state-image{
  width: 60px;
  padding-top: 20px;
}
.single-property .property-details .col-sm-7{
  border-left: 1px solid #ddd;
  padding-left: 40px;
}
.single-property .property-details .col-sm-5 h2{
  font-weight: bold;
}
.single-property .related-properties{
  margin-top: 60px;
}
.single-property .the-content{
  padding-top: 40px;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}
.single-property .property-details .pacakge-download{
  font-size: 1.2rem;
  color: #002069;
  font-weight: bold;
}
.single-property .property-details .pacakge-download a{
  color: #002069 !important;
}
.single-property .property-details .pacakge-download i.fa{
  margin-right: 10px;
}
.single-property .related-properties h3.na-border-left{
  padding-bottom: 70px;
  margin-bottom: 0;
  margin-left: -33px;
  padding-left: 30px;
}
.header-phone{
  display: none;
}
.mobile-info{
  display: none;
}
.pagination{
  text-align: center;
  display: block;
}
.pagination .page-numbers{
  font-size: 16px;
  padding: 5px 10px;
  color: #b6b6b6;
  display: inline-block;
}
.pagination .page-numbers.current, .pagination .page-numbers.next,.pagination .page-numbers.prev{
  color: #002169;
  font-weight: bold;
}
img.alignleft{
  margin-right: 1.8em;
}
img.alignright{
  margin-left: 1.8em;
}
.single-article-details a{
  font-weight: bold;
  color: #002169;
}
.single-article-details blockquote{
  border: 2px solid #ffc629;
  position: relative;
  padding: 10px 20px 0;
}
.single-article-details blockquote:before, .single-article-details blockquote:after{
  left: 20px;
  right: 20px;
  position: absolute;
  content: '';
  background: #fff;
  height: 4px;
}
.single-article-details blockquote:before{
  top: -3px;
}
.single-article-details blockquote:after{
  bottom: -3px;
}
.single-article-details blockquote p{
  font-style: normal;
  font-weight: bold;
  color: #002169;
}
.single-article-details .addtoany_content, .single-article-details{
  margin-top: 60px;
}
.single-post #content{
  background-image: url(../../../wp-content/uploads/2019/07/orange-line-animation.gif);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: calc(100% + 300px) 500px;
}
.single-post .metas{
  margin-bottom: 40px;
}
.single-post .metas .address{
  color: #b6b6b6;
  margin-bottom: 5px;
}
.single-post .metas .source{
  font-size: 16px;
  color: #002169;
  margin-bottom: 5px;
  font-weight: bold;
}
.single-post .metas .author{
  color: #002169;
  letter-spacing: 2px;
}
.addtoany_list a:not(.addtoany_special_service)>span{
  background-color: rgb(0, 33, 105) !important;
}
.addtoany_list a, .widget .addtoany_list a{
  margin-right: 12px;
}
.mobile-menu-social-icons{
  display: none;
}
.site-content{
  border-top: 0;
}
.single-property .contact-details{
  display: flex;
  margin-bottom: 10px;
}
.single-property .contact-details > .contact{
  flex-basis: 50%;
  color: #002069;
}
.single-property .contact-details .contact .fa{
  margin-right: 10px;
}
.single-property .associates-contact{
  margin-bottom: 30px;
}
::selection {
  background: #002069;
}
.page-banner.ab-block-container:not(.homepage-banner) .ab-container-image-wrap:after{
  background: #002069;
  opacity: 0;
  transition: all .5s;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  content: '';
  z-index: 1;
}
.page-banner.ab-block-container:not(.homepage-banner) .ab-container-image-wrap:not(.loaded):after{
  opacity: 1;
}
.uppercase{text-transform:uppercase;}
#text-4 a:hover{
  text-decoration: none;
  color: #777777;
}
.portfolio-video{
  margin-top: 0 !important;
}
.portfolio-video .wp-block-columns .wp-block-column:first-child{
  background-image: url(../../../wp-content/uploads/2019/11/portfolio-background.jpg);
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: wrap;
  padding: 100px;
}
.portfolio-video .wp-block-columns .wp-block-column:first-child > *{
  flex-basis: 100%;
}
.portfolio-video .wp-block-columns .wp-block-column{
  flex-basis: 50%;
}
.portfolio-video .wp-block-columns .wp-block-column:last-child{
  margin-left: 0;
}
.portfolio-video .wp-block-columns .wp-block-column:last-child img{
  width: 100%;
}
.portfolio-video .wp-block-columns .wp-block-column:last-child .wp-block-image{
  margin-bottom: 0;
}
.wp-block-button.arrow-button.white-arrow a:before{
  background-image: url(../../../wp-content/uploads/2019/08/full-listings-arrow-white.png) !important;
}
.wp-block-button.arrow-button.white-arrow a:hover:before{
  background-image: url(../../../wp-content/uploads/2019/08/full-listings-arrow-blue.png) !important;
}
.line-bottom{
  position: relative;
}
.line-bottom:after{
  border-bottom: 2px solid #fff;
  width: 100px;
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
}
@media screen and (max-width: 1140px){
  .site-branding{
    position: absolute;
    top: -50px;
    z-index: 100000;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-branding .site-logo-div{
    box-shadow: none;
    height: 138px;
    padding: 20px 25px;
  }
  .site-branding .site-logo-div img{
    width: 95px;
  }
  #masthead{
    padding-top: 50px;
    background: #fff;
  }
  .page-banner{
    margin-top: -20px !important;
  }
  .page-banner:not(.homepage-banner) {
    height: 400px;
  }
  .onepress-menu.onepress-menu-mobile{
    top: 8px !important;
    left: -47px;
    right: 0;
    width: 100vw !important;
    float: none;
    padding-top: 65px;
    background: #002169;
    padding-left: 50PX;
    PADDING-RIGHT: 50PX;
    PADDING-BOTTOM: 50PX;
  }
  .onepress-menu.onepress-menu-mobile > li > a{
    background: #002169;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .onepress-menu.onepress-menu-mobile li{
    PADDING: 15px 0;
    text-align: center;
    background: #002169;
  }
  .onepress-menu.onepress-menu-mobile li a{
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile li a:before, .onepress-menu.onepress-menu-mobile li a:after{
    width: 15px;
    top: 20px; bottom: 20px;
    content: '';
    border: 3px solid #ffc629;
    position: absolute;
    transition: all .5s;
    opacity: 0;
  }
  .onepress-menu.onepress-menu-mobile li a:before{
    border-right: 0;
    left: 40px;
  }
  .onepress-menu.onepress-menu-mobile li a:after{
    border-left: 0;
    right: 40px;
    left: unset;
  }
  .onepress-menu.onepress-menu-mobile li a:hover:after, .onepress-menu.onepress-menu-mobile li.current_page_item a:after{
   opacity: 1; right: 0; top: 0; bottom: 0;
  }
  .onepress-menu.onepress-menu-mobile li a:hover:before, .onepress-menu.onepress-menu-mobile li.current_page_item a:before{
    left: 0; top: 0; bottom: 0; opacity: 1;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #002169;
  }
  #nav-toggle.nav-is-visible{
    width: 30px;
    height: 30px;
    border: 2px solid #002169;
    border-radius: 50%;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    height: 2px;
    width: 16px;
    right: 2px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -4px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 7px;
  }
  #nav-toggle{
    top: -10px;
  }
  .header-phone{
    display: block;
    position: absolute;
    left: 15px;
    width: 80px;
    top: -10px;
  }
  .header-phone .fa{
    transform: rotate(90deg);
    font-size: 22px;
    color: #002169;
  }
  .homepage-titles{
    font-size: 70px;
    line-height: 100px;
  }
  .ab-block-container .ab-container-content{
    padding: 0 30px;
  }
  .home .homepage-animated-lines-background, .page-id-11 .homepage-animated-lines-background{
    background-size: 600px;
  }
  h2.na-border-left:before{
    left: -20px;
  }
  .associates > div{
    height: 410px;
  }
  .single-property .page-banner{
    height: 550px !important;
  }
  .single-property .related-properties h3.na-border-left{
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 30px;
  }
  .single-post .page-banner .ab-container-content{
    top: 30%;
  }
  .mobile-menu-social-icons{
    display: block;
    border-bottom: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile .mobile-menu-social-icons *{
    color: #002169 !important;
    font-size: 22px !important;
  }
  .onepress-menu.onepress-menu-mobile .mobile-menu-social-icons a{
    background-color: #ffc629 !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 20px !important;
  }
  .onepress-menu.onepress-menu-mobile .mobile-menu-social-icons ul{
    display: block;
    text-align: center;
  }
  .onepress-menu.onepress-menu-mobile .mobile-menu-social-icons ul li{
    border: 0;
    width: auto !important;
    display: inline-block !important;
  }
  .page-id-15 .page-banner:not(.homepage-banner) .ab-container-image{
    object-position: right;
  }
  #header-section{
    position: relative;
    z-index: 112421411;
  }
  .single-property .contact-details > .contact{
  flex-basis: 100%;
 }
 .portfolio-video .wp-block-columns .wp-block-column{
   flex-basis: 100%;
 }
 .portfolio-video .wp-block-columns .wp-block-column:last-child{
   display: none;
 }
}
@media screen and (max-width: 1024px){
  .single-property .page-banner .ab-container-content, .single-post .page-banner .ab-container-content{
    padding-left: 40px;
    padding-right: 40px;
  }
  .single-property .page-banner .ab-container-content h1, .single-post .page-banner .ab-container-content h1{
    font-size: 40px;
  }
  .page-banner:not(.homepage-banner) .ab-container-content {   
    top: 38%;    
  }
}
@media screen and (max-width: 768px){
  #footer-widgets #footer-1, #footer-widgets #footer-2{
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  #footer-2 #text-2 span{
    font-size: 14px !important;
  }
  .onepress-menu.onepress-menu-mobile{
    left: -39px;
  }
  .page-banner:not(.homepage-banner) .ab-container-content{
    max-width: 700px !important;
  }
  .homepage-titles{
    font-size: 50px;
    line-height: 70px;
  }
  .homepage-titles .border-top, .homepage-titles .border-bottom{
    max-width: calc(100% - 240px);
  }
  .homepage-banner{
    height: 590px;
  }
  .property-listing .col-sm-4{
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 35px;
  }
  .homepage-banner .ab-container-content{
    top: 40%;
  }
  .searchbar-container.homepage-intro ul li{
    margin-top: 0; margin-bottom: 0;
  }
  .searchbar-container.homepage-intro ul li:not(:last-child):after{
    display: none;
  }
  .associates > div{
    height: 300px;
  }
  .page-id-11 .homepage-animated-lines-background{
    margin-top: 0px !important;
  }
  .single-property .property-details .col-sm-5 h2{
    font-size: 32px !important;
  }
  .page-banner:not(.homepage-banner) .ab-container-content:before, .page-banner:not(.homepage-banner) .ab-container-content:after{
    width: 40px;
  }
  .page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer:before, .page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer:after{
    width: 80px;
  }
  .wp-block-image.show-caption figcaption{
    font-size: 10px;
  }
  .three-columns{
    column-count: 2;
  }
  .blog-list > header .col-md-3{
    flex-basis: 40%;
    max-width: 40%;
  }
  .blog-list > header .col-md-9{
    max-width: 60%;
    flex-basis: 60%;
  }
  .single-post .page-banner .ab-container-content{
    top: 15%;
  }
  .single-article-details .col-sm-9{
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single-post #content{
    background-image: none;
  }
  .page-id-15 .page-banner:not(.homepage-banner) .ab-container-image{
    object-position: -800px center;
  }
  .single-property .page-banner:not(.homepage-banner) .ab-container-content{
    max-width: 100%  !important;
  }
  .page-banner:not(.homepage-banner) .ab-container-content {   
    top: 38%;    
	}
}


@media screen and (max-width: 425px){
  .header-phone{
    left: 38px;
  }
  #nav-toggle{
    right: 20px;
  }
  .onepress-menu.onepress-menu-mobile{
    left: -15px;
    height: calc(100vh - 148px) !important;
  }
  #footer-widgets #footer-1 #text-3, #footer-widgets #footer-1 #nav_menu-2{
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  #footer-widgets #footer-1 #nav_menu-2{
    padding-left: 0;
  }
  #footer-widgets #footer-1 #text-3{
    order: 3;
  }
  #footer-widgets #footer-1 #text-4{
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .homepage-banner .ab-container-content{
    top: 45%;
  }
  .homepage-titles .border-top, .homepage-titles .border-bottom {
    max-width: calc(100% - 30px);
  }
  .homepage-banner {
    height: 800px;
  }
  .searchbar-container.homepage-intro ul{
    padding-left: 0;
  }
  .searchbar-container{
    margin-left: 0;
  }
  .homepage-banner .searchbar-container h3{
    line-height: 40px;
  }
  .home .homepage-animated-lines-background, .page-id-11 .homepage-animated-lines-background{
    background-image: none !important;
  }
  .property-listing .col-sm-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .border-left-second-column .wp-block-column:last-child{
    padding: 30px 0 30px 50px;
  }
  .border-left-second-column .wp-block-column:last-child:before, .border-left-second-column .wp-block-column:last-child:after{
    left: 20px;
  }
  #footer-widgets .container{
    padding: 0 30px;
  }
  .homepage-theme-photo{
    height: 175px;
  }
  .homepage-theme-photo img{
    object-fit: contain;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
  }
  h2.na-border-left:before{
    left:0;
  }
  h2.na-border-left {
    position: relative;
    padding: 28px 0 28px 29px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  div.wp-block-spacer[style*="height:200px"], div.wp-block-spacer[style*="height:100px"], div.wp-block-spacer[style*="height:150px"]{
    height: 40px !important;
  }
  div.wp-block-spacer[style*="height:80px"], div.wp-block-spacer[style*="height:60px"]{
    height: 20px !important;
  }
  .border-left-second-column .wp-block-column:last-child:before, .border-left-second-column .wp-block-column:last-child:after{
    left: 8px;
  }
  .page-banner:not(.homepage-banner) .ab-container-content {
    max-width: calc(100% - 70px) !important;
  }
  .page-banner:not(.homepage-banner) {
    height: 500px !important;
  }
  .page-banner:not(.homepage-banner) .ab-container-content:before, .page-banner:not(.homepage-banner) .ab-container-content:after{
    width: 30px;
  }
  .page-banner:not(.homepage-banner) h1{
    margin-top: -85px;
  }
  .entry-content > .wp-block-columns{
    padding: 0 20px;
  }
  .about-us-slides{
    width: 100%;
  }
  .wp-block-columns.image-on-left .wp-block-column:first-child{
    order: 3;
  }
  .alignfull-mobile{
    margin: 1.5em 0;
    max-width: 100vw;
    max-width: calc(var(--vw, 1vw) * 100);
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .page-id-11 .page-banner:not(.homepage-banner) .ab-container-content{
    top: 45%;
  }
  .associates > div.black-associate-block{
    display: none;
  }
  .associates > div{
    height: 400px;
  }
  .associates > div .wrapper .info .name{
    font-size: 20px;
  }
  .single-associate .associate-info > .wp-block-button.arrow-button, .desktop-info{
    display: none;
  }
  .mobile-info{
    display: block;
  }
  .single-associate .associate-info .col-sm-5{
    padding: 0 40px;
  }
  .single-associate h1{
    font-size: 40px;
  }
  .single-associate .title-position{
    margin-bottom: 40px;
  }
  .associate-info {
    margin-top: -330px;
  }
  .single-associate .ab-container-image{
    object-position: 80%;
  }
  .project-listings-container{
    padding: 0 15px;
  }
  .property-listing .wrapper .bottom a{
    left: unset;
    right: 10px;
  }
  .property-listing .wrapper  .category{
    color: #8f8f8f;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .list-configuration .display-style{
    display: none;
  }
  .list-configuration .row{
    display: block;
    padding-left: 8%;
  }
  .list-configuration{
    margin-bottom: 40px;
  }
  .list-configuration .row > div{
    display: inline-block;
    width: auto;
  }
  .searchbar .form-group .field-container{
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100%  !important;
    padding-right: 0 !important;
    margin-bottom: 15px;
  }
  .project-listings-container .searchbar-container{
    background-color: #fff;
  }
  .project-listings-container .searchbar form .form-group{
    flex-basis: 100%;
    padding-bottom: 0;
  }
  .project-listings-container .searchbar form{
    padding: 20px;
  }
  .project-listings-container .searchbar form button{
    margin-right: 15px;
    margin-left: 15px;
    padding: 8px 10px;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .list-configuration .col-sm-7{
    padding-left: 10px !important;
  }
  .locations-dropdown > ul{
    top: 14px;
  }
  .single-property .page-banner:not(.homepage-banner), .single-post .page-banner:not(.homepage-banner){
    height: auto !important;
  }
  .single-property .page-banner:not(.homepage-banner) .ab-container-image-wrap, .single-post .page-banner:not(.homepage-banner) .ab-container-image-wrap{
    position: relative;
  }
  .single-property .page-banner .ab-container-content, .single-post .page-banner .ab-container-content{
    position: relative;
    top: 0 !important;
    max-width: 100% !important;
    bottom: unset !important;
    transform: unset !important;
  }
  .single-property .related-properties{
    padding: 0 20px;
  }
  .single-property .property-details {
    margin-top: 0;
    padding: 0 20px;
  }
  .single-property .related-properties .wp-block-spacer[style*="height:40px"]{
    display: none;
  }
  .single-property .page-banner .ab-container-content h1{
    color: #002169;
    text-shadow: none;
  }
  .single-property .property-details .metas .d-flex{
    display: block !important;
  }
  .single-property .page-banner .ab-container-content .location-description, .single-post .page-banner .ab-container-content .location-description{
    color: #002169;
	  text-shadow: none;
  }
  .single-property .page-banner .wp-block-button.arrow-button .wp-block-button__link span, .single-post .page-banner .wp-block-button.arrow-button .wp-block-button__link span{
    color: #002169 !important;
  }
  .single-property .property-details .metas .d-flex{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 38px;
  }
  .single-property .property-details .col-sm-7{
    padding-left: 15px;
    border-left: 0;
  }
  .wp-block-column.pl-5{
    padding-left: 0 !important;
  }
  .page-id-13 .page-banner:not(.homepage-banner) .ab-container-content{
    top: 35%;
    border-bottom: 3px solid #ffc629;
    padding-bottom: 20px;
  }
  .page-id-13 .page-banner:not(.homepage-banner){
    height: 600px  !important;
  }
  .page-id-13 .page-banner:not(.homepage-banner) .wp-block-columns .wp-block-column:first-child:after{
    display: none;
  }
  .page-id-13 .page-banner:not(.homepage-banner) h1{
    margin-top: -140px;
    margin-bottom: 20px;
  }
  .page-id-13 .page-banner:not(.homepage-banner) .wp-block-columns{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 70%;
    transform: translate(-50%);
  }
  .page-id-13 .page-banner:not(.homepage-banner) .wp-block-spacer{
    display: none;
  }
  .page-id-13 .page-banner:not(.homepage-banner) .wp-block-columns .wp-block-button.arrow-button{
    text-align: left !important;
  }
  .wp-block-image.show-caption figcaption{
    right: 35px;
    font-size: 15px;
    bottom: -30px;
  }
  .wp-block-image.show-caption{
    margin-bottom: 60px;
  }
  .three-columns{
    column-count: 1;
  }
  .blog-list > header .col-md-3, .blog-list > header .col-md-9{
    max-width: 100%;
    flex-basis: 100%;
    padding: 10px 0 5px;
    border-bottom: 1px solid #ddd;
  }
  .blog-list > header{
    width: 100%;
  }
  .blog-list{
    padding: 0 20px;
  }
  .blog-list > header .col-md-9 form input, .blog-list > header .col-md-3 .form-group{
    border-bottom: 0;
    font-size: 16px;
  }
  .blog-list > header .col-md-3 .form-group{
    margin-bottom: 0;
  }
  .blog-list > header .col-md-9 form{
    width: 100%;
  }
  .blog-list .search-results .article{
    padding-bottom: 70px;
  }
  .blog-list .search-results .article .source{
    float: none;
    margin-bottom: 10px;
  }
  .blog-list .search-results .article .read-more{
    bottom: 0px;
    left: 30px;
    right: 30px;
  }
  .blog-list .search-results .article .read-more a{
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .blog-list .search-results .article .read-more a .fa{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-list > header .col-md-9 form input{
    padding-left: 0;
  }
  .blog-list > header .col-md-3 .form-group label, .blog-list > header .col-md-9 form input::placeholder{
    color: #b1b1b1 !important;
  }
  .single-post .page-banner:not(.homepage-banner) .ab-container-image-wrap{
    position: absolute;
  }
  .single-post .page-banner .ab-container-content .location-description{
    color: #fff;
  }
  .single-post .page-banner .wp-block-button.arrow-button{
    display: none;
  }
  .single-article-details{
    margin-top: 40px;
    padding: 0 20px;
  }
  .single-article-details img{
    margin: 1.5em 0;
    max-width: 100vw;
    max-width: calc(var(--vw, 1vw) * 100);
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .page-id-15 .page-banner:not(.homepage-banner) .ab-container-image{
    object-position: -500px center;
  }
  .homepage-titles ul li {
    line-height: 52px;
  }
  .homepage-banner .searchbar-container h3{
    margin-bottom: 10px;
  }
  .portfolio-video.ab-block-container .ab-container-content{
    padding: 0 !important;
  }
  .portfolio-video.ab-block-container .wp-block-column{
    padding: 50px !important;
  }
  .page-id-13 .wp-block-column .wp-block-image{
    max-width: 100vw;
    max-width: calc(var(--vw, 1vw) * 100);
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .portfolio-video.ab-block-container, .portfolio-video.ab-block-container .wp-block-columns{
    margin-bottom: 0 !important;
  }
  .portfolio-video.ab-block-container + .wp-block-spacer{
    display: none;
  }
  .single .page-banner.light-overlay .ab-container-image-wrap:before{
    opacity: 0;
  }
		.page-banner {
    margin-top: -170px !important;
   }
}
@media screen and (max-width: 375px){
  .homepage-titles ul li {
    font-size: 36px;
    line-height: 36px;
  }
h2{

  font-size: 42px;
  color: #002169;
  letter-spacing: 0;
  line-height: 43px;
}
  .page-id-13 .page-banner:not(.homepage-banner) .wp-block-columns{
    width: 90%;
  }

}

/* DI Changes */ 
.has-luminous-vivid-amber-background-color {
	background: transparent !important;
}
