@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


body {
    background: #fff;
    color: #000;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li {
    font-family: 'Cormorant Garamond', serif;
}

#ubertor #page_header_inner h1,
#ubertor #page_header_inner h2,
#ubertor #page_header_inner #site_title,
#ubertor #page_header_inner #broker_logo,
#ubertor #page_header_inner #contact_info {
display:none;
}
.Twocolumns {
  columns: 100px 2;
}
.Threecolumns {
  columns: 100px 3;
}
.Fourcolumns {
  columns: 100px 4;
}
/*
.top-navbar {
    padding-top: 0;
  display: block;
  z-index: 99999;
  position: absolute;
  right: 0;
  left: 0;
}
*/

.top-navbar {
    padding-top: 0;
  display: block;
  z-index: 99999;
  position: absolute;
  right: 0;
  left: 0;
}
.header-meta {
  display: none;
}


.navbar-logo img {
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    margin-bottom: 36px;
}
.navbar-logo,
.navbar-header {
  width: 100%;
  display: block;
}
#navbar {
    background: #0e6a37;
    text-align: center;
}
#navbar {
  position: fixed;
  padding-top: 0;
  z-index: 99999;
  right: 0;
  left: 0;
}
.navbar-header {
  position: fixed;
  right: 0;
  left: 0;
  background: #fff;

  z-index: 1000;
  top: 0
}
#navbar > .container {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
#main_menu {
  border: none;
}
#main_menu a {
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 20px 13px;
}
#main_menu li.active > a {
  color: #fff;
  cursor: pointer;
}
#main_menu li.sel > a, #main_menu li:hover > a {
  background: #fff;
  color: #000;
}
.navbar-nav .dropdown-menu>li>a {
  color: #000 !important;
}
.dropdown-menu> li.active>a,
.dropdown-menu>li.sel>a,
.dropdown-menu>li>a:hover {
  background: #ccc!important
}








/*======================*/

/*banner*/
|.banner {

    margin-top: 287px;
}
.banner img {
  width: 100%;
}


body:not(.home) .top-navbar {
    padding-top: 0;
  display: block;
  z-index: 99999;
  position: absolute;
  right: 0;
  left: 0;
  top: 210px;
}
.navbar-logo img {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 36px;
}
.banner-static {
    overflow: hidden;
    max-height: 550px !important;
  height:100%;
  margin-top: 287px;
}


/*featured listings*/

#feature_listings .item a img {
  width:100%;
  object-fit: contain;
  height: 260px;
  margin: 0 auto;
  display: block;
}
#feature_listings .item {
  margin-bottom: 20px;
}
#feature_listings .item > h3 {
  display: none;
}
#feature_listings .listing-meta .wlisting-detail {
  display: none;
}
#feature_listings .item a {
  position: relative;
}
#feature_listings .custom-wrapper {
  position: absolute;
  bottom: 0;
  background: rgba(14,106, 55, 0.9);
  width: 315px;
  padding: 20px 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.featured_listings .item .address {
  background: none;
}
#feature_listings .custom-wrapper {
  opacity: 0;
  transition: all 0.5s;
}
#feature_listings .item:hover .custom-wrapper {
  opacity: 1;
}

/*======================*/
.featured_listings h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.featured_listings .widget-title {
    text-align: center;
    background: repeat-x center url(img/f-bg-top.png);
  background: none;
    line-height: 100%;
    font-size: 20px;
    text-transform: uppercase;
    color: #a3a653;
}
.featured_listings .widget-title span {
  background: none;
  padding: 0;
  font-size: 36px;
}
#feature_listings .price {
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 34px;
}
.featured_listings .item .address {
  padding: 0;
  margin-bottom: 5px;
}
.featured_listings .item .address a {
  padding: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  line-height: 1;
}

#feature_listings .btn-success {
  display: none;
}
.featured_listings .wid-title {
  text-align: center;
      font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}








/*
@media screen and (max-width: 330px) {
  #feature_listings .item {
    padding-left: 0px;
    padding-right: 0;
  }
  #feature_listings .item a img {
    width: 100%;
    height: initial;
    object-fit: cover;
  }
  #feature_listings .custom-wrapper {
    width: 100%;
  }
}
*/






/*feature_listings*/
/*

#hf_home-main {
  background: #fff;
} 
#home-widgets {
  padding: 0;
}

#feature_listings .featured_listings h3 a {
  display: none;
}
#feature_listings .featured_listings .provided_by {
  display: none;
}
#feature_listings {
  clear: both;
  display:block;
  background: #fff;
    padding-bottom: 40px;
}
#feature_listings h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
  display: block;
}
 .featured_listings > a {
  overflow:hidden;
  display:block;
  width:100%;
  max-height:260px;
  height:100%;
  display:block !important; 
}
#feature_listings.listing img {
  max-width: 100% !important;
  max-height: 260px !important;
 border: 0;
  height: 100%;
    width: 100%;
 }
#feature_listings h4.address{
  top:0!important;
}
*/

/*=====animation=====*/
/*

.featured_listings .listing-infos { transform:translateY(20px);
  transition:all .3s;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px
}
.featured_listings > a:hover .listing-infos { 
  transform:translateY(-129px);
  margin-top: 0;
  max-height: 100%;
  height: 100%;
  
}
#feature_listings h4.address {
  background: rgba(0,0,0,0.9);
  width: 100%;
  max-width: 100% !important;
  transition:all .2s;
  font-size: 20px !important;
 text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
}
#feature_listings h4.address a {
  font-size: 15px !important;

} 
#feature_listings h4.address:hover {
  width: 100%;
      transition: all .1s !important;
  }
#feature_listings .price {
  background: rgba(0,0,0,0.9);
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  padding: 0 15px 0 15px;
  left: 0; right:0;
  line-height: 1.7;
  color: #fff !important;
  text-align: center;
  transition: all .10s;
  max-width: 100% !important;
  font-style: italic;
  line-height: 1;
  padding-bottom: 15px;
}

#feature_listings .wlisting-detail {
  background: rgba(0,0,0,0.5);
 opacity: 1;
  padding: 10px 30% !important;
  font-size: 14px;
  font-weight: normal !important;
  left: 0;
  right:0;
  bottom: 0;
  color: #fff;
  display: block;
  text-align:center;
  max-width: 100%;
  padding: 15px 30% !important;
}
#feature_listings .wlisting-detail li {
  text-align: center;
   color: #fff;
   padding-bottom: 10px;
   display: inline;
}
.home .btn.P-btn {
  display: none;
}

.featuredContxt {
  padding: 30px 0;
    background: #fff;
}
.featuredContxt p {
  text-align: justify;
    padding: 0 15px;
}


#t3_after_content_sidebar > .row .col-md-12.text-center {
  display: none
}

*/










/* about */

.home > .container  {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
#aboutPatricia {
  background: #e8e8e8;
  padding: 50px 0;
}


#aboutPatricia .aboutR h2 {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
#aboutPatricia .aboutR h2 span {
  font-size: 36px;
}
#aboutPatricia a {
  background: #0e6a37;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  padding: 10px;
  max-width: 190px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#aboutPatricia a:hover {
    text-decoration: none;
}
#aboutPatricia .aboutR p {
    font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  line-height: 24px;
}
#aboutPatricia .aboutR p span {
  font-weight: bold;
  margin-bottom: 17px;
  margin-top: 15px;
  display: block;
}
#aboutPatricia .aboutR img {
  max-width: 120px;
  width: 100%;
  margin-top: 20px;
}



/* cta */
#cta {

  padding: 60px 0;

}
#cta a {
  text-decoration: none;
}
#cta .cta-content {
   border: 1px solid #c5c5c5;
  padding: 5px 20px 25px 20px;
}
#cta .cta-content h2 {
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
#cta .cta-content p {
  color: #000;
}
#cta .cta-content a {
  display: block;
  background: #0e6a37;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  padding: 10px 0;
    font-weight: bold;
}

#cta .cta-content h2 {
  margin-bottom: 5px;
}
#cta .cta-content p {
  color: #000;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
}



/* johnston */

#johnston {

}
/*
#about-me {
     background: url(https://s3.amazonaws.com/store24-ubertor-com/cl1621/content/image/11466.jpg);
  background-repeat: no-repeat;
  background-position:  center 190px ;
  background-size: cover;
  text-align: center;
  padding: 70px 0 50px 0; 
}
*/
#about-me {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl1621/content/image/11477.jpg);
    background-repeat: no-repeat;
    background-position: center 190px;
    background-size: cover;
    text-align: center;
    padding: 70px 0 50px 0;
}
#johnston .johnstonLogoRound {
  display: block;
  margin: 0 auto;
  background: #083a1f;
  border-radius: 100%;
  width: 145px;
  height: 145px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#johnston .johnstonLogoRound img {
  margin: 0 auto;
}

#johnston h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 29px;
  margin-top: 60px;
  line-height: 1.4;
}
#johnston p {
  font-size: 21px;
  font-weight: normal;
  font-family: 'Cormorant Garamond', serif;
  margin: 0 10% 30px 10%;
}
#johnston ul {
  padding: 0;
  text-align: center;
}
#johnston .johnstonAlliance ul li {
  display: inline-block;
  width: 250px;
  margin: 20px 10px;
}

#johnston .johnstonBelow {
  border: 1px solid #8e8e8e;
  margin-top: 50px;
  padding: 50px 70px;
}
#johnston .johnstonBelow h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #000;
  font-weight: bold;
  font-size: 29px;
  text-transform: initial;
}
#johnston .johnstonBelow h3 span {
  font-style: italic;
  color: #0e6a37;
  line-height: 1.5;
  text-transform: initial;
}
#johnston .johnstonBelow h4 {
  font-size: 25px;
  font-family: 'Cormorant Garamond', serif;
  margin-top: 30px;
  font-weight: bold;
  
}
#johnston .johnstonBelow ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#johnston .johnstonBelow ul li {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
}




/* searchboard */

#hf_bottom-main {
  background: #0e6a37;
  padding: 40px 0;
}
.search_board_listings {
    padding: 0;
    background: none;
    border-radius: none;
}
.search_board_listings form:before {
  content: "Home Search";
  clear: both;
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.search_board_listings .row .form-control {
  border-radius: 0;
  border-color: #fff;
  background: transparent;
}
.btn.dropdown-toggle.selectpicker.btn-default {
  background: transparent;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
}
.search_board_listings .submit-btn {
    border-radius: 0;
}





/* testimonial */
#testimonialSection {
  background: #e8e8e8;
  text-align: center;
  padding: 50px 0;
}
#testimonialSection h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
#testimonialSection  .carousel-inner .item{
      font-size: 20px;
    font-style: italic;
    padding: 0 60px;
      font-family: 'Cormorant Garamond', serif;
}
#testimonialSection p {
  font-size: 20px;
  font-style: italic;
  padding: 0 90px;
}
#testimonialSection p strong {
  font-style: normal;
  margin-top: 25px;
  display: block;
  font-weight: bold;
  padding: 0;
}
#testi-carousel .control-carousel .left {
  left: 0;
  position: absolute;
  top: 50%;
  color: #000;
  font-size: 30px;
  text-decoration: none
}
#testi-carousel .control-carousel .right {
  right: 0;
  position: absolute;
  top: 50%;
  color: #000;
  font-size: 30px;
}
#testimonialSection a.testi-readMore {
      background: #0e6a37;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    padding: 10px;
    max-width: 190px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  text-decoration: none;
}

/* HowCanIHelp */
#HowCanIHelp {
  background: #0e6a37;
  padding: 50px 0;
}

#HowCanIHelp .LBox {
     background: #fff;
    padding: 29px 40px;
    text-align: center;
    
    max-width: 550px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    
    
}
#HowCanIHelp .LBox h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #0e6a37;
  font-size: 35px;
}
#HowCanIHelp .LBox h4 {
  font-size: 20px;
  line-height: 1.3;
}
#HowCanIHelp .LBox hr {
  border-top: 1px solid #a7a7a7;
}
#HowCanIHelp .LBox h3 {
  font-size: 30px;
  font-weight: bold;
  color: #0e6a37;
  font-style: italic;
}
#HowCanIHelp .LBox p {
  font-size: 16px;
}
#HowCanIHelp .LBox a {
    background: #0e6a37;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    padding: 10px;
    max-width: 190px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  text-decoration: none;
}



/*NextMoveContactForm*/
.NextMoveContactForm {
  padding: 50px 0;
}
.NextMoveContactForm .container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.NextMoveContactForm h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.NextMoveContactForm .form-control {
  border-radius: 0;
  border-color: #656565;
  height: 40px;
}
.NextMoveContactForm .form h2 {
  display: none;
}
.NextMoveContactForm .content_form .form-group label {
    display: none;
}

.NextMoveContactForm  .lead-form .submit-btn {
  padding: 0;  
}


.NextMoveContactForm .lead-form input[type=submit] {
  background: #0e6a37;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
    
    border-radius: 0;width: 100%;
  display: block;
  border: none;
}




/* footer */

#footerSection {
  background: #0e6a37;
  padding: 50px 0;
}
#footerSection .col-md-4 {
  padding: 0;
}

#footerSection .footerL img {
    max-width: 100px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}
#footerSection .footerL ul {
  padding: 0;
  list-style: none;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
}
#footerSection .footerL ul li {
  line-height: 1.5;
}
#footerSection .footerL ul li .fa {
  margin-right:10px;
  
}
#footerSection .footerL ul li p {
  margin-top: 10px;
  max-width: 350px;
  width: 100%;
}
#footerSection .footerL ul li a {
  color: #fff;
}
#footerSection .footerM h2 {
  float: left;  
}

#footerSection .footerM img {
    float: left;
    width: 120px;
    margin-right: 15px;
    margin-bottom: 50px;
}
#footerSection .footerM h2 {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size:14px ;
  margin-bottom: 0;
  display: block;
  float: none;
}
#footerSection .footerM h2 span {
  font-size:20px ;
  
}
#footerSection .footerM > span {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  display: block;
  width: 100%;   
}
#footerSection .footerM ul {
  padding: 0;
  color: #fff;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
#footerSection .footerM ul li {
  line-height: 1.5;
  font-size: 14px;
}
#footerSection .footerM ul li a {
  color: #fff;
  
}
#footerSection .footerM ul li .fa {
  margin-right: 5px;
  font-size: 10px
}
#footerSection .footerM ul li .fa-mobile {
  font-size: 16px;
}


#footerSection .footerR {
    border-left: 1px solid #fff;
    padding-left: 15px;
    display: inline-block;
    margin-left: 40px;
    width: 100%;
}
#footerSection .footerR h2 {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#footerSection .footerR h2 span {
  font-size: 20px;
}
#footerSection .footerR ul {
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  list-style: disc !important;
}
#footerSection .footerR ul li {
  float: left;
  width: 50%;
}
#footerSection .footerR ul li a {
    color: #fff;
    text-decoration: nonel
}
#footerSection .footerR ul li a:hover {
    text-decoration: underline;
}
.footr {
    border-top: 0;
    padding-top: 30px;
}

#disclaimers {
  display: none;
}



/*afterFooter*/

footer {
    background: #FFF;
    color: #000;
    font-size: 13px;
    font-weight: 100;
    padding-bottom: 20px;
    margin-top: 0;
    padding: 30px 0;
}
footer p {
  font-size: 14px;
  margin-bottom: 5px;
    font-weight: 700;
}
footer ul li {
  display: inline-block;
  font-size: 12px;
}
footer ul li a {
  color: #000;
    font-weight: 700;
}
footer ul li a:hover {
  color: #000;
  text-decoration: underline;
}
footer .ubertorLogo {
  float: right;
  width: 100px;
}



/*========================media-querie========================*/


@media screen and (max-width: 1024px) {
  #footerSection .footerM img {
    width: 76px;
}
}
@media screen and (max-width: 991px) {
#main_menu a {
    padding: 20px 5px;
}
  .aboutL img {
    margin-right: auto;
    margin-left: auto;
  }  
  .aboutR {
    text-align: center;
  }
  #cta .ctaBox {
    margin-bottom: 20px;
  }
  #cta .ctaBox img {
    max-width: 358px;
    width: 100%;
    margin: 0 auto;
}
  .cta-content {
    max-width: 358px;
    width: 100%;
    margin: 0 auto;
  }
  .RBox img {
   margin: 0 auto;
  }
  #footerSection .footerL {
    text-align: center;
    margin: 0 auto;
  }
  #footerSection .footerL img {
    display: block;
    float: none;
     text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  #footerSection .footerL ul{
    display: block;
    text-align: center;
  }
  #footerSection .footerL ul li p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  #footerSection .footerM img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
      margin-bottom: 10px;
    margin-top: 10px;
  }
   
  #footerSection .footerM h2 {
    text-align: center;
  }  
  #footerSection .footerM > span {
    text-align: center;
  } 
  #footerSection .footerM ul {
    text-align: center;
  }
  #footerSection .footerR {
    border-left: none;
    display: block;
    width: 125px;
    margin: 0 auto;
  }

  #footerSection .footerR ul  {
  padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

  }
#footerSection .footerR ul li {
    float: none;
    width: 100%;
}  
  footer {
    text-align: center;
  }
  footer .ubertorLogo {
    float: none;
  }
    
}

@media screen and (max-width: 768px) {
  .navbar-logo img {
    margin-top: 20px;
}
  .navbar-toggle {
    margin-right: 0;
    margin-top: 15px;
  }
  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
    .contact .lead-form {
    margin-top: 0;
}
    .contactPageContent {
    padding-left:0;
}
}



.navbar-toggle {
    border-color: #0e6a37;
}
.navbar-toggle .icon-bar {
    background: #0e6a37;
}


/* ======================innerpages ===============================*/
/* innerpages */

/* properties */

.properties .banner-static img {
  display: none;
}
.has_afc .listing-row h2 a, .listing-row h3.price, .properties.list .listing-row h2 a, body .property_detail h2, body .property_detail h3 {
  
    color: #0e6a37;
}
.description {
  font-size: 16px;
}
.inner_description a {
  color: #0e6a37;
}
body.custom_page .main-content li {
  font-size: 16px;
}


.breadcrumb.lbcrumb a {
  color: #0e6a37;
}
.pager .previous>a, .pager .previous>span {
  color: #0e6a37;
}
.pager .next>a, .pager .next>span {
  color: #0e6a37;
}
.property_detail ul.nav>li>a {
  color: #0e6a37;
}
.al-btm li a {
  color: #0e6a37;
}
.property_detail .lead {
    font-size: 16px;
}
.has_afc ul.info, .properties.list ul.info {
    padding-left: 15px;
}


/*==================properties - where i have sold=================*/
.where_i_have_sold table a {
  color: #0e6a37;
}



/* about */
.about .main-content a {
  color: #0e6a37;
}
.about .main-content p {
  font-size: 16px;
}



#aboutPage h2 {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  display: inline-block;
}
#aboutPage img {
  float: left;
  margin-right: 50px;
    margin-bottom: 20px;
}
#aboutPage p span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}


/* contact */
.contact a {
  color: #0e6a37;
}
.contact {
  font-size: 16px;
}
.contactPageContent {
  padding-left: 50px;
}



/*======johnston======*/
#johnstonDanielPage {
  text-align: center;
}
#johnstonDanielPage .johnstonAlliance ul li {
  display: inline-block;
}
#johnstonDanielPage .johnstonAlliance ul li img {
  margin: 20px 20px;
}


/*========= seller and buyer info button======== */
.for_sellers .banner-static img,
.for_buyers .banner-static img {
  display: none;
}


#buyersPage .col-md-12,
#sellersPage .col-md-12
{
  text-align: center;
  display: block;

}
#buyersPage .infoButton,
#sellersPage .infoButton {
    margin: 0 auto;
  text-align: center;
      background: #0e6a37;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  display: block;
}
#buyersPage .infoButton:hover,
#sellersPage .infoButton:hover {
  text-decoration: none;
}
#buyersPage .infoButton .fa,
#sellersPage .infoButton .fa {
  margin-right: 5px;
}



/*seller, buyer and neighborhood*/
.standard {
  text-align: center;
  display: block;
  font-style: italic;
  margin-bottom: 50px;
  font-size: 16px;
    margin-top: 20px;
}
.neighbourhoodInfo {
    text-align: left;
    font-size: 14px;
    margin-top: 50px;
}
/*==============sellers page==============*/
#sellersPage .sellerIcon {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #eee;
  color: #000;
  padding-top: 30px;
  margin-bottom: 100px;
}
#sellersPage .sellerIcon .fa {
  font-size: 40px;
  color: #000;
}
#sellersPage .sellerIcon h3 {
  font-size: 40px;
  text-transform: uppercase;
}



#sellersPage #pdf-carousel .box h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 35px;
}
#sellersPage #pdf-carousel .box h4 {
  font-size: 25px;
}
#sellersPage #pdf-carousel .box img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
#sellersPage #pdf-carousel .box p {
  font-size: 16px;
}
#sellersPage .box .standard {
  text-align: center;
  display: block;
  font-style: italic;
  margin-bottom: 50px;
  font-size: 16px;
}
#sellersPage .box ul {
  padding-left: 20px;
  font-size: 16px;
}
#sellersPage .box ul li {
list-style: initial;
}

.alpha-list li{
  list-style-type: lower-alpha !important; 
}
#sellersPage .box ol {
  padding-left: 20px;
  font-size: 16px;
  
}
#sellersPage .box ol li {
list-style: decimal ;
display: list-item ;
  margin-bottom: 5px;
}
#sellersPage .box p a {
  color: #000;
  text-decoration: underline;
  
}
#sellersPage .box p a:hover {
  text-decoration: none;
}
#sellersPage .box .seller-social-media ul {
  padding: 0;
  text-align: center;
  list-style: none;
}
#sellersPage .box .seller-social-media ul li {
  font-size: 20px;
}
#sellersPage .box .seller-social-media ul li a {
  list-style: none;
  color: #000;
text-decoration: none;
}
#sellersPage .box .seller-social-media ul li a:hover {
  text-decoration: underline;
}
#sellersPage .box .seller-social-media ul li i {
  margin-bottom: 10px;
    display: block;
}
#sellersPage .box .seller-social-media ul li .fa {
  font-size: 50px;
  margin-right: 10px;
  margin-top: 40px;
}
.moving-costs ol li {
  display: inline-block;
  display: list-item;
}
.moving-costs .ltx {

  display: inline-block;
}
.moving-costs ol .ltx ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
padding-left: 50px ;
}
.moving-costs ol .ltx ul li {
list-style: none !important
}
#sellersPage .control-carousel .fa {
  font-size: 30px;
  
}

#sellersPage .control-carousel a p {
  text-indent: -9999em;
  
}
#sellersPage .control-carousel .fa-chevron-left {
  color: #000;
  left: -50px;
  position: absolute;
  top: 25px;
  text-decoration: none;
}
#sellersPage .control-carousel .fa-chevron-right {
  color: #000;
  right: -50px;
  position: absolute;
  top: 25px;
  text-decoration: none;
}

#sellersPage .Twocolumns {
  columns: 100px 2;
}


/*seller to do list*/
#sellersPage .sellerIcon a {
  color: #000 !important;
}

#sellersPage .sellerIcon a:hover {
  text-decoration: none;
}




/*==============buyers page=============*/
#buyersPage .buyerIcon {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #eee;
  color: #000;
  padding-top: 30px;
  margin-bottom: 100px;
}
#buyersPage .buyerIcon  .fa {
  font-size: 40px;
  color: #000;
}
#buyersPage .buyerIcon h3 {
  font-size: 40px;
  text-transform: uppercase;
}


#buyersPage #pdf-carousel .box h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 35px;
}
#buyersPage #pdf-carousel .box h4 {
  font-size: 25px;
}
#buyersPage #pdf-carousel .box img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
#buyersPage #pdf-carousel .box p {
  font-size: 16px;
}
#buyersPage .box .standard {
  text-align: center;
  display: block;
  font-style: italic;
  margin-bottom: 50px;
  font-size: 16px;
}
#buyersPage .box ul {
  padding-left: 20px;
  font-size: 16px;
}
#buyersPage .box ul li {
list-style: initial;
}

#buyersPage .alpha-list li{
  list-style-type: lower-alpha !important; 
}
#buyersPage .box ol.c {list-style-type: decimal;}
#buyersPage .box ol {
  
  font-size: 16px;
  
}
#buyersPage .box ol li {
list-style: decimal ;
display: list-item ;
  margin-bottom: 5px;
}
#buyersPage .box p a {
  color: #000;
  text-decoration: underline;
  
}
#buyersPage .box p a:hover {
  text-decoration: none;
}
#buyersPage .box .seller-social-media ul {
  padding: 0;
  text-align: center;
  list-style: none;
}
#buyersPage .box .seller-social-media ul li {
  font-size: 20px;
}
#buyersPage .box .seller-social-media ul li a {
  list-style: none;
  color: #000;
text-decoration: none;
}
#buyersPage .box .seller-social-media ul li a:hover {
  text-decoration: underline;
}
#buyersPage .box .seller-social-media ul li i {
  margin-bottom: 10px;
    display: block;
}
#buyersPage .box .seller-social-media ul li .fa {
  font-size: 50px;
  margin-right: 10px;
  margin-top: 40px;
}
.moving-costs ol li {
  display: inline-block;
  display: list-item;
}
.moving-costs .ltx {

  display: inline-block;
}
.moving-costs ol .ltx ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
padding-left: 50px ;
}
.moving-costs ol .ltx ul li {
list-style: none !important
}
#buyersPage .control-carousel .fa {
  font-size: 30px;
  
}

#buyersPage .control-carousel a p {
  text-indent: -9999em;
  
}
#buyersPage .control-carousel .fa-chevron-left {
  color: #000;
  left: -50px;
  position: absolute;
  top: 25px;
  text-decoration: none;
}
#buyersPage .control-carousel .fa-chevron-right {
  color: #000;
  right: -50px;
  position: absolute;
  top: 25px;
  text-decoration: none;
}

#buyersPage .Twocolumns {
  columns: 100px 2;
}


#buyersPage .box ol li .expenses ol {
  
}
#buyersPage .whiteBox {
  background: rgba(0,0,0,0.7);
  color: #fff !important;
  padding: 20px 20px !important;
  margin-left: -15px;
  margin-right: -15px;
}

/*buyers - todolist*/

#buyersPage .buyerIcon a {
  color: #000;
}

#buyersPage .buyerIcon a:hover {
  text-decoration: none;
}






/*

#buyersToDoListPage .buyersToDoList h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
#buyersToDoListPage .buyersToDoList h3 {
  text-align: center;
  margin-top: 50px;
}
#buyersToDoListPage .buyersToDoList ul {
  padding: ;
  
}
#buyersToDoListPage .buyersToDoList > p {
  text-align: center;
}
body.custom_page .main-content li{
  list-style: disc !important;
}
#buyersToDoListPage .buyersToDoList ul li {
  line-height:2;
}


#buyersToDoListPage .tax {
  margin-top: 50px;
}
#buyersToDoListPage .tax h3,
#buyersToDoListPage .tax h5 {
  text-align: center;
}
#buyersToDoListPage .tax h5 {
  margin-bottom: 30px;
}
#buyersToDoListPage .tax #container {

  width: 70vw;
  height: auto;
  margin: 0 auto;
  background: transparent;
  outline: 5px solid #ccc;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 60px 50px;
  grid-auto-columns: ;
  grid-auto-rows: 50px;
  text-align: center;
  align-items: center;
  align-content: ;
}
#buyersToDoListPage .tax #container  > div {
   display: inline-grid;
  border: 1px #ccc solid;
  width: 100%;
  height: 100%;
  align-items: center;
}
#buyersToDoListPage .tax #container .item.a {
font-weight: bold;
}
#buyersToDoListPage .tax #container .item {

}
#buyersToDoListPage .tax .taxBottom {
  padding-top: 20px;
}
#buyersToDoListPage .tax .taxBottom h5 {
  text-align: left;
  margin-bottom: 10px;
}
*/


/*to do list applied*/



#buyersToDoListPage .buyersToDoList h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
#buyersToDoListPage .buyersToDoList h3 {
  text-align: center;
  margin-top: 50px;
}
#buyersToDoListPage .buyersToDoList ul {
  padding: ;
  
}
#buyersToDoListPage .buyersToDoList > p {
  text-align: center;
}
body.custom_page .main-content li{
  list-style: disc ;
}
#buyersToDoListPage .buyersToDoList ul li {
  line-height:2;
}


#buyersToDoListPage .tax {
  margin-top: 50px;
  display: block;
  
}
#buyersToDoListPage .tax h3,
#buyersToDoListPage .tax h5 {
  text-align: center;
}
#buyersToDoListPage .tax h5 {
  margin-bottom: 30px;
}


#buyersToDoListPage .tax #container {
  width: 65vw;
  height: auto;
  margin: 0 auto;
  background: transparent;
  outline: 5px solid #ccc;
display: grid;

  align-items: center;
  align-content: ;
}
#buyersToDoListPage .tax #innerWrapper {
  display:flex;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50px 40px;
  border: 5px #ccc solid;
  width: 100%;
  height: 100%;
  align-items: center;
}
#buyersToDoListPage .tax .tax-inner {
display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 40px 30px;
  grid-auto-columns: ;
  grid-auto-rows: 30px;
  text-align: center;
  align-items: center;
  align-content: ;
}
#buyersToDoListPage .tax .tax-inner  div {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  align-items: center;
  
}
#buyersToDoListPage .tax .tax-inner .a {
   background: rgba(0,0,0,0.1);
  align-items: center;
  }

#buyersToDoListPage .tax .item.a {
font-weight: bold;
}
#buyersToDoListPage .tax .taxBottom {
  padding-top: 20px;
}
#buyersToDoListPage .tax .taxBottom h5 {
  text-align: left;
  margin-bottom: 10px;
}








/*==============neighborhood
page==============*/
#neighbourhoodPage #pdf-carousel .box h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
}
#neighbourhoodPage #pdf-carousel .box {
display: block ;
  text-align:left;
}
#neighbourhoodPage #pdf-carousel .box h4 {
  font-size: 25px;
  margin-top: 20px;
}
#neighbourhoodPage .neighborHeadings {
  font-size: 25px;
  display: block;
}
#neighbourhoodPage #pdf-carousel .box p {
  font-size: 16px;
  text-align: left;
  display: block;
  width: 100%;
  line-height: 1.6;
}
#neighbourhoodPage #pdf-carousel .box img {
  margin-left: auto;
  margin-bottom: 0;
  float: right;
  margin-left: 30px;

}
#neighbourhoodPage .box .standard {
  text-align: center;
  display: block;
  margin-top: 100px;
  font-style: italic;
  margin-bottom: 50px;
  font-size: 16px;
}
#neighbourhoodPage .box {
  text-align: left;
}
#neighbourhoodPage .box ul {
  padding-left: 20px;
  font-size: 16px;
}
#neighbourhoodPage .box ul li {
list-style: initial;
}

.alpha-list li {
  list-style-type: lower-alpha !important; 
}
#neighbourhoodPage .box ol {
  padding-left: 20px;
  font-size: 16px;
  
}
#neighbourhoodPage .box ol li {
list-style: decimal ;
display: list-item ;
  margin-bottom: 5px;
}
#sellersPage .box p a {
  color: #000;
  text-decoration: underline;
  
}
#neighbourhoodPage .box p a:hover {
  text-decoration: none;
}
#neighbourhoodPage .box .seller-social-media ul {
  padding: 0;
  text-align: center;
  list-style: none;
}
#neighbourhoodPage .box .seller-social-media ul li {
  font-size: 20px;
}
#neighbourhoodPage .box .seller-social-media ul li a {
  list-style: none;
  color: #000;
text-decoration: none;
}
#neighbourhoodPage .box .seller-social-media ul li a:hover {
  text-decoration: underline;
}
#neighbourhoodPage .box .seller-social-media ul li i {
  margin-bottom: 10px;
    display: block;
}
#neighbourhoodPage .box .seller-social-media ul li .fa {
  font-size: 50px;
  margin-right: 10px;
  margin-top: 40px;
}
.moving-costs ol li {
  display: inline-block;
  display: list-item;
}
.moving-costs .ltx {

  display: inline-block;
}
.moving-costs ol .ltx ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
padding-left: 50px ;
}
.moving-costs ol .ltx ul li {
list-style: none !important
}


#neighbourhoodPage .control-carousel .fa {
  font-size: 30px;
  
}

#neighbourhoodPage .control-carousel a p {
  text-indent: -9999em;
  
}
#neighbourhoodPage .control-carousel .fa-chevron-left {
  color: #000;
  left: -50px;
  position: absolute;
  top: 50%;
  text-decoration: none;
}
#neighbourhoodPage .control-carousel .fa-chevron-right {
  color: #000;
  right: -50px;
  position: absolute;
  top: 50%;
  text-decoration: none;
}














/*========testimonial page============*/
#testiPage h1 {
  text-transform: uppercase;
  margin-bottom: 50px;
}


/*==========contact page==========*/
.contact .banner-static img {
  display: none;
}
.contactPage .contactPageContent h3 {
  margin-top: 0;
}
.contactPage .contactPageContent img {
margin-bottom: 20px;
  max-width: 200px;

}
.contactPage .contactPageContent p {
  color: #222;
  margin-bottom: 0;
}
.BigText {
  font-size: 23px;
  
}
.contactPage .contactPageContent .title {
  font-style: italic;
}

/*contact form*/
/*
.contact .lead-form {
  display: block;
  margin-top: 150px;
}
*/
.contact .lead-form form h2 {
  display: none;
}
.contactPage .col-md-12 h2 {
margin-top: 70px;
      text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
  font-family: 'Cormorant Garamond', serif;
  max-width: 600px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.contact .content_form .form-group label {
  display:none;
}
.contact .form-control {
    border-radius: 0;
    border-color: #656565;
    height: 40px;
}
.contact .lead-form input[type=submit] {
    background: #0e6a37;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    border-radius: 0;
    width: 100%;
    display: block;
    border: none;
}
.contact .lead-form .submit-btn {
    padding: 0;
}



/*marketNews*/
#MartketNewsPage .MartketNewsIcon {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #eee;
  color: #000;
  padding-top: 30px;
  margin-bottom: 100px;
}
#MartketNewsPage .MartketNewsIcon img {
  width: 50px;
}
#MartketNewsPage .MartketNewsIcon h3 {
  font-size: 40px;
  text-transform: uppercase;
}


/*mortgageCalcPage*/
#mortgageCalcPage .mortgageCalcIcon {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #eee;
  color: #000;
  padding-top: 30px;
  margin-bottom: 100px;
}
#mortgageCalcPage .mortgageCalcIcon img {
  width: 50px;
}
#mortgageCalcPage .mortgageCalcIcon h3 {
  font-size: 40px;
  text-transform: uppercase;
}


/*LandTransferTaxCalculator*/
#LandTransferTaxCalculatorPage .LandTransferTaxCalculatorIcon {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #eee;
  color: #000;
  padding-top: 30px;
  margin-bottom: 100px;
}
#LandTransferTaxCalculatorPage .LandTransferTaxCalculatorIcon  img {
  width: 50px;
}
#LandTransferTaxCalculatorPage .LandTransferTaxCalculatorIcon  h3 {
  font-size: 40px;
  text-transform: uppercase;
}

/*===============*/
/*
#main_menu.nav li:nth-child(1) {

  display: none;

}
*/




/* BYRON - POLISHING */

.top-navbar {
  background: #fff;
  transition: transform 1s linear;
}
#navbar {
 position: relative;
}
.top-navbar, .navbar-header {
  position: relative;
  transition: transform 1s linear;
  margin-top: 0;
}
.navbar-logo, .navbar-logo img {
  transition: all 0.5s ease;
}
.top-navbar.fixed {
  position: fixed;
  top: 0;
}
.top-navbar.fixed .navbar-logo {
  display: none;
}
.top-navbar.fixed  #navbar {
  margin-top: 0;
}
.custom-banner > img {
  width: 100%;
  object-fit: contain;
  height: auto;
  transition: transform 1s linear;
  transform: translateY(0px);
}
.banner-static {
  margin-top: 0;
}
body:not(.home) .top-navbar {
  position: initial;
  top: 0;
}
body:not(.home) .top-navbar.fixed {
  position: fixed;
}
.johnstonAlliance {
  display: none;
}
.default-button-green {
  background: #0e6a37;
  color: #fff;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  transition: all 0.5s ease;
}
.default-button-green:hover {
  text-decoration: none;
  color: #fff;
}
#buyersPage .box ol li, #buyersPage .box ul li, #buyersPage .box p {
  font-size: 18px;
  font-weight:700;
  color: #000;
}
#buyersPage .box h4, #buyersPage .box h2 {
  font-weight:  700;
}
#sellersPage #pdf-carousel .box h2, #sellersPage #pdf-carousel .box h4 {
    font-weight:  700;
}
#sellersPage #pdf-carousel .box p, #sellersPage .box ul li, #sellersPage .box ol li {
  font-size: 18px;
  font-weight:700;
  color: #000;
}
.banner-static img {
  object-fit: cover;
  height: 300px;
}
.navbar-logo img {
  margin: 20px auto;
}
body.neighbourhoods .banner-static {
  display: none;
}
body.neighbourhoods .top-navbar.fixed {
  position: initial;
}
body.neighbourhoods .top-navbar.fixed .navbar-logo {
  display: block;
}

#neighbourhoodPage #pdf-carousel .box h2, #neighbourhoodPage #pdf-carousel .box h4 {
  font-weight: 700;
}
#neighbourhoodPage .box ol li, #neighbourhoodPage #pdf-carousel .box p, #neighbourhoodPage .box ul li, .neighbourhoodInfo, .standard {
  font-size: 18px;
  font-weight: 700;
}


body.about  .banner-static {
  display: none;
}
body.about  .top-navbar.fixed {
  position: initial;
}
body.about  .top-navbar.fixed .navbar-logo {
  display: block;
}
#aboutPage h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
#aboutPage p span {
  margin-bottom: 20px;
    font-size: 28px;
}
.about .main-content p {
  font-size: 16.8px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
#aboutPage .second-about-container {
  text-align: center;
}
#aboutPage .second-about-container p {
    font-size: 17px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 25px;
}
.second-about-container p > strong:first-child {
  font-size: 28px;
  vertical-align: middle;
}
.second-about-container p:last-child {
  display:flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-items: center;
}
.second-about-container p img {
  max-width: 110px;
}

body.johnston__daniel  .banner-static {
  display: none;
}
body.johnston__daniel  .top-navbar.fixed {
  position: initial;
}
body.johnston__daniel  .top-navbar.fixed .navbar-logo {
  display: block;
}
.contactPage > .col-md-6:first-child {
  display: none;
}
.contactPage .contactPageContent img {
  width: 100%;
  max-width: 350px;
}

.contactPageContent {
    padding-left: 0;
    margin: 0 auto;
    max-width: 395px;
    width: 100%;
}
.contactPage .contactPageContent h3 {
  font-weight: 700; 
}
.contact .contactPage .contactPageContent .title, 
.contact .contactPage a, .contact .contactPage .contactPageContent p {
  font-family: 'Open Sans', sans serif;
  font-style: normal;
  font-size: 16px;
}
body.contact .lead-form {
  max-width: 570px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #aboutPage > img {
    max-width: 450px;
    width: 100%;
  }
  #aboutPage h2 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #aboutPage p span {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .second-about-container p:last-child {
    display: grid;
    grid-gap: 10px;
  }
  .second-about-container p:last-child img {
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }
     #buyersToDoListPage .tax #innerWrapper {
    display: block;
    width: 100%;
  grid-template-columns: repeat(4, 1fr);
   
}
    
    
     .navbar-nav .dropdown-menu>li>a {
  color: #fff !important;
}
  .navbar-nav .open .dropdown-menu {
     background-color: rgba(255,255,255,0.3)!important;   
    text-align: center !important;
  }
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #000 !important;
    background: rgba(255,255,255,0.8) !important;
  }  
}





@media screen and (max-width: 480px) {
#buyersToDoListPage .tax .tax-inner {
 
    grid-template-rows: 60px 30px;
}
    #footerSection .footerR {
            width: 135px;
    }
}

@media screen and (max-width: 375px) {
#buyersToDoListPage .tax .tax-inner {
    grid-template-rows: 60px 30px;
}
      #feature_listings .item {
    padding: 0
  }
    #feature_listings .item a img {
    width: 100%;
}
#feature_listings .custom-wrapper {
    width: 100%;
}
}
@media screen and (max-width: 320px) {
    #footerSection .footerR {
            width: 135px;
    }
    
}





/*


#buyersToDoListPage .buyersToDoList h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
#buyersToDoListPage .buyersToDoList h3 {
  text-align: center;
  margin-top: 50px;
}
#buyersToDoListPage .buyersToDoList ul {
  padding: ;
  
}
#buyersToDoListPage .buyersToDoList > p {
  text-align: center;
}
body.custom_page .main-content li{
  list-style: disc !important;
}
#buyersToDoListPage .buyersToDoList ul li {
  line-height:2;
}


#buyersToDoListPage .tax {
  margin-top: 50px;
}
#buyersToDoListPage .tax h3,
#buyersToDoListPage .tax h5 {
  text-align: center;
}
#buyersToDoListPage .tax h5 {
  margin-bottom: 30px;
}
#buyersToDoListPage .tax #container {

  width: 70vw;
  height: auto;
  margin: 0 auto;
  background: transparent;
  outline: 5px solid #ccc;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 60px 50px;
  grid-auto-columns: ;
  grid-auto-rows: 50px;
  text-align: center;
  align-items: center;
  align-content: ;
}
#buyersToDoListPage .tax #container  > div {
   display: inline-grid;
  border: 1px #ccc solid;
  width: 100%;
  height: 100%;
  align-items: center;
}
#buyersToDoListPage .tax #container .item.a {
font-weight: bold;
}
#buyersToDoListPage .tax #container .item {

}
#buyersToDoListPage .tax .taxBottom {
  padding-top: 20px;
}
#buyersToDoListPage .tax .taxBottom h5 {
  text-align: left;
  margin-bottom: 10px;
}
*/

#aboutPatricia .aboutR h2 div {
  display: inline;
}
.globalDisclaimer {
  font-size: 12px !important;
  margin-top: 30px !important;
}

/*jx-about section fix*/
@media (max-width:768px){
.aboutR h2 div{
  display:inline-block;
}
#aboutPatricia .aboutR h2 span {
    font-size: 28px;
}
#aboutPatricia .container{
  padding:0;
}
    
}

@media (max-width:480px){
  #jd-page .col-md-7 div ul li {
    display: block;
    text-align: center;
  }
  #jd-page .col-md-7 div ul li:nth-child(1),
  #jd-page .col-md-7 div ul li:nth-child(2){
    float: none;
  }
}

@media (max-width:375px){
  #aboutPatricia .aboutR h2{
    font-size: 20px;
}
      #johnston .johnstonBelow {
    border: 1px solid #8e8e8e;
    margin-top: 50px;
    padding: 50px 30px;
}
  #testimonialSection p {
    font-size: 20px;
    font-style: italic;
    padding: 0 60px;
}
}


@media  screen and (max-width: 320px) {
#johnston .johnstonBelow {
    padding: 50px 30px;
}
  #johnston .johnstonBelow h3 {
    font-size: 25px;
  }
} 



/*jd-page*/
#jd-page .col-md-7 h1 {
  color: #0e6a37;
  margin-top: 30px;
}
#jd-page .col-md-7 p {
  font-size: 18px;
}
#jd-page .col-md-7 div ul {
  padding: 0;
  list-style: ;
  text-align: center;
  display: block;
}
#jd-page .col-md-7 div ul li {
  display: inline-block;
  margin: 10px 0;
}
#jd-page .col-md-7 div ul li:nth-child(1) {
  float: left;
}
#jd-page .col-md-7 div ul li:nth-child(2) {
  float: right;
}
#jd-page .col-md-7 div ul li h2 {
  font-size: 55px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 100;
  letter-spacing: 5px;
  margin: 0;
}
#jd-page .col-md-7 div ul li h3 {
  margin: 0;
  font-style: italic;
}
#jd-page .col-md-7 div ul li p {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 100;
}
#jd-page .col-md-5 div {
  background: #0e6a37;
  padding: 40px 40px;
}
#jd-page .col-md-5 div img {
  margin: 30px auto;
  max-width: 250px;
  width: auto;
}

#neighbourhoodPage .control-carousel .fa-chevron-right {
    color: #000;
    right: -50px;
    position: absolute;
    top: 120px;
    text-decoration: none;
}
#neighbourhoodPage .control-carousel .fa-chevron-left {
    color: #000;
    left: -50px;
    position: absolute;
    top: 120px;
    text-decoration: none;
}


ul.pb-socials li {
    list-style: none !important;
}

ul.pb-socials img {
    height: 60px;
    padding: 10px;
}
ul.pb-socials {
    display: flex;
    margin: 0;
    padding: 0;
}

/*jx - about adjustment*/
@media (min-width:1200px){
.spacer-a{
  margin-top:30px;
}
#aboutPage h1{
  padding-top:20px;
}
}

@media (max-width:991px){
  #aboutPage img{
    float:none!important;
  }
}

/*jx featured listings*/
.featured_listings h2.widget-title span{
  color: #000;
  font-family: 'Cormorant Garamond', serif;
    font-size: 30px!important;
  margin-bottom:30px;
}
#feature_listings .provided_by{
  display:none;
}

#feature_listings .item a img {
  object-fit: cover;
  object-position: bottom right;
}
