/* Enter Your Custom CSS Here */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(http://storage.ubertor.com/erikcarlson2.ourubertor.com/content/document/5482.css);

h1, h2, h3 {
font-family: 'Playfair Display', serif;
}

section.topmostwidgets, section.featured-listings {
  display: none;
}

/* Navigation */
.navbar-brand>img {
    display: block;
    max-width: 250px;
}
@media (min-width:1200px){
    .navbar-brand>img {
        max-width: 350px;
    }
}

a#site-logo {
    height: 100%;
}

nav.navbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.3+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    position: absolute;
    width: 100%;
    max-width:100%;
  margin-top: 0px;
  border:0;
}



.nav a {
    color: #ccc;
}

.nav .current-menu-item > a, .nav .current-menu-parent > a {
    background: transparent;
    color: #fff;
  font-weight: bold;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
  color: #333;
}

.sub-menu {
  padding: 0 !important;
  width: 150px;
}

.sub-menu li {
padding: 10px 15px;
  margin-bottom: 0;
}


/* Banner */

.banner h2 {
    font-size: 24px;
}

.banner .lead {
    font-size: 18px;
}
.banner {
  background-image: none;
  overflow: auto;
  position: relative;
}

.banner > .widget:last-child {
    z-index: 0;
    position: relative;
    top: 0 !important;
    margin-top: 0;
}

.banner .container {
    position: absolute;
    top: inherit;
    transform: translateY(0%);
    z-index: 2;
    margin-top: 0;
    background-color: rgba(51, 51, 51, 0.6);
    height: auto;
    bottom: 0;
    width: 100% !important;
    max-width: 100%;
    left: 0;
    text-align: center;
    padding: 0.5% 0;
    box-sizing: border-box;
}

.banner .widget-listing-quick-search-container form {
    text-align: center !important;
}

.banner .lead {
    margin-bottom: 5px;
}
.banner h2 {
    margin-top: 5px;
}

/* widgets */
.home_welcome {
    background-color: #fff;
    color: inherit;
}

.home_welcome h2 {
    border-bottom: 1px solid #333;
    text-align: left;
    padding-bottom: 30px;
}

.widget-feature-listing-container .slick-landscape .slick-list {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    float: left;
}

.grid figure img {
    width: 100%;
    opacity: 1;
}

figure.effect-goliath {
    background: #333;
}

a.button {
    padding: 10px 20px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid;
  transition: all 0.3s ease-in-out;
}

a.button:hover{
    color: #fff;
  background-color: #27aae0;
}

.comm {
    background: #333;
  margin-bottom: 20px;
}

.comm p {
    text-align: center;
  line-height: 1.5em;
  padding: 10px;
  font-size: 18px;
  color: #333;
  background: #f4f2f2;
}

.comm img {
  background: #333;
  transition: all 0.3s ease-in-out;
}
.comm:hover img {
  opacity: 0.5;
}

.footer-widget {
    background-color: #333;
}

.footer-copy {
    background-color: #222;
    padding: 10px 0;
    color: #999;
}

footer p {
  line-height:1em;
}

.welcometothegroup p {
  font-size: 16px !important;
}
.welcometothegroup {
  margin-top: -40px;
}

/* Internal Pages */

/* FG 10-28-16 */
 .internal_banner{
background: url(http://www.horsepowerranch.com/wp-content/uploads/2020/02/Mona-LaHaie-Logo-FINAL_Stacked-Gold-on-Black.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    height:700px; /*FG 10-28-16*/

}
/* .page-id-5575 .internal_banner,  */
/*.page-id-5453 .internal_banner {
    background-image: url("http://monalahaie.clicksold.com/wp-content/uploads/2016/10/Attachment-1.jpg");*/ /*FG 10-28-16*/
    /*background-image: url("http://monalahaie.clicksold.com/wp-content/uploads/2016/09/cropper914.png");
    background-position:center center;
    background-attachment: fixed;
    height:700px;
    background-size: cover;
}*/

@media (max-width:481px){
  .internal_banner{
    height:calc(30vh)!important;
  }
}
@media (max-width:768px){
 .internal_banner{
    height:calc(50vh);
    width:100%;
  }
}
@media (max-width:480px){
.internal_banner{
   background-size: 100% 100%;
  }
}



.page-header {
    margin: 0;
    bottom: 10px;
    position: absolute;
}

a.acheteurBTN{background:#fff;
  text-align:center;
  cursor:pointer;
  font-size:24px;
  line-height:24px;
  color:#535353;
  font-weight:300;
  text-transform:uppercase;
  margin-bottom:6px;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;-ms-transition:all 250ms ease-in;-o-transition:all 250ms ease-in;transition:all 250ms ease-in;height:115px;
  width:45%;
  float:left;
  margin: 10px;
  text-align: center;
  box-sizing:border-box;
}

.acheteurBTN.active,.acheteurBTN:hover{background:#000;
  color:white}
.acheteurBTN .inner{padding:40px
60px 0;}
.hand1{position:relative;height:300px}
.hand1 h2{font-size:45px}

.whiteBTN{-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;-ms-transition:all 250ms ease-in;-o-transition:all 250ms ease-in;transition:all 250ms ease-in;background:#fff;border:1px
solid #000;display:inline-block;padding:20px
60px;color:black;font-size:18px}.whiteBTN:hover,.grayBTN:hover{background:#000;color:white}.hand1
.whiteBTN{position:absolute;bottom:22px;right:22px}

.grayBG {
    background: rgb(242, 242, 242);
}

.grayBG .container {
  padding:0;
}

.grayBG h2 {
    padding: 30px 0px;
}

.mise-en-marche {
    height: 250px;
}

.modal-dialog {
    float: none !important;
    left: 0 !important;
    width: 80% !important;
}
.modal-content, .modal-header, .modal-body, .modal-footer {
    width: auto !important;
    overflow: hidden !important;
}

.modal-body p {
    padding-left: 0 !important;
    float: left;
    margin-left: 20px;
}

#myModal {
    width: 100% !important;
    height: auto !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
}

.info {
    width: auto !important;
}

/* Media Queries */
@media only screen and (max-width: 992px) {
  .four-col .realtor {
    text-align: center;
  }
  
  .four-col .realtor img {
    width: 100%
  }


}

@media only screen and (max-width: 768px) {
.banner > .widget:last-child {
    display: block;
}
    a.acheteurBTN {
    width: 100%;
  }
  .navbar-toggle {
    border: 1px solid #fff;
    margin-top: 5%;
}
  
  .navbar-toggle .icon-bar {
    background-color: #ccc;
}
  
  
}

@media only screen and (max-width: 650px) {
  .banner .container {
    top: 0;
    margin-top: 100px;
  }
  
  .banner .container h2 {
    font-size: 24px;
  }
  .banner .container p.lead {
    font-size: 14px;
  }
  
}

@media only screen and (max-width: 480px) {
  
  nav.navbar {
    background: #333;
    position: relative;
  }
  .internal_banner {
    background-attachment: scroll;
    position: relative;
  }
  .banner .container {
    position: relative;
  }
}
.apphead{
  font-weight:bold;
  font-size:1.8em;
}
.appcon{
  padding:15px 20px;
  border:1px solid #bcbcbc;
  box-shadow:1px 1px 20px 1px #E6E6E6;
  margin-bottom:30px;
}
.appcon li{
  list-style:none;
}
.applabel{
  background-color:#F0F0F0;
  margin-left:0;
  margin-right:15px;
  padding-left:4px;
  padding-right:2px;
  border:1px solid #c1c1c1;
  font-family:'des';
  display:inline-block;
  font-size:90%;
  width:50px;
}
/* Contact form */

.contactContainerDetails{
  display:none;
}
#cs-wrapper #contactLoadingOverlay .title, #cs-wrapper #contactModule .ti{
  display:none;
}

/*FG 10-31-16 */
#mona-footer p {
  font-size: 11px;
}

.textwidget p {
  font-size: 13px;
}
a.acheteurBTN {
  background: #E5C876;
  color: #000;
}
a.acheteurBTN:hover {
  background: #000;
  color: #E5C876;
}

#new-cfc7-container {
  max-width: 500px;
}
#new-cfc7-container input, #new-cfc7-container textarea, #new-cfc7-container select {
  border-radius: 0px;
}
#new-cfc7-container label, #new-cfc7-container span, #new-cfc7-container input, #new-cfc7-container select, #new-cfc7-container textarea{
  width: 100% !important;
  display: block;
}
.container-custom a.acheteurBTN {
  float: none !important;
  display: inline-block;
}
.acheteurBTN .inner {
  font-weight: 700;
}
.font-customs {
  font-weight: 700;
      font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center !important;
}
.acheteurBTN .inner {
  font-weight: 400;
}
.page-id-5453 .col-md-9.page-content{
  display:flex;
  flex-direction: column;
}
