/*
 Theme Name:   Lulahomes Wordpress
 Description:  Lulahomes
 Author:       Marten Sidfalk
 Author URI:   https://twitter.com/moffepoffe
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
body {
    font-family: 'Cardo', sans-serif;
    font-weight: 200;
}
::-moz-selection { color: #FFF;  background: #000; }
::selection      { color: #FFF;  background: #000; } 

input[type=text],input[type=email],textarea,.wpcf7-textarea {
    border-radius: 0;
    width: 100%;
    padding: 12px 20px;
    /* margin: 8px 0; */ 
    box-sizing: border-box;
    border: none; 
    border-bottom: 1px solid #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
  }
  
  input[type=text]:focus,input[type=email]:focus,textarea:focus {
    border-bottom: 1px solid #000;
  }
  
h1,h2,h3,h4,h5, .featured span, blockquote {
    text-transform: uppercase; 
    line-height: 1.5;
    text-decoration: none;
}
h1, blockquote { font-size: 5.5rem; font-family: 'Alta'; }
h2, h3, h4, h5, .viewall { font-family: 'Montserrat', sans-serif; font-weight: 100; }
h3,blockquote { font-size: 1.3rem; }
h6 { font-family: 'Cardo'; font-size: 20px; font-style: italic; line-height: 28px; text-align: center !important;}
.mask {
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.single-property #intro .mask {
  background: rgba(0, 0, 0, 0.1);
}
p a { text-decoration: underline; }
footer a { color: #FFF; }
a {
    color: #000; /* #FFF */
}
nav a {
    position: relative;
  }
  
  nav a::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background-color: #18272F;
      bottom: 0;
      left: 0;
      transform-origin: right;
      transform: scaleX(0);
      transition: transform .3s ease-in-out;
    }
  
 nav a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

nav a, .navbar-nav, .navbar-nav .nav-link.show, .nav-item a.active {
    color: #000;
}
.property-info {
    color: #000;
}

.locations a, .property-info span{
    text-transform: uppercase;
    font-size: 12px; 
}
.locations a:not(:last-child)::after,  .property-info span:not(:last-child)::after{
    content: "-";
    margin-left: 10px;
    margin-right: 10px;
}
.property-meta strong { display: block; } 
.property-meta .meta-item { font-size: 16px; }
.meta-item:not(:last-child)::before {
  content: "";
  border-right: 1px solid #000;
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%; /* Center the border vertically */
  bottom: 25%;
}
.meta-item {
  position: relative; /* Ensure the pseudo-element is positioned relative to this element */
}

.property-meta span { font-size: 14px; }
a {
    text-decoration: none;
}

.navbar-nav .nav-link.active {
    color: #FFF;
    background: #000;
}
.nav-item a {
    color: #fff;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    position: relative;
    overflow: hidden;
    transition: color .3s ease-in-out;
}

.nav-item a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-in-out;
}

.nav-item a:hover {
    color: white;
}

.nav-item a:hover:after {
    transform: scaleX(1);
}
  .offcanvas a {
  font-family: 'Montserrat';
  text-transform: uppercase; 
  font-weight: 100;
  font-size: 27px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  }
  .property-meta {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat';
  }
.featured span {
  font-family: 'Montserrat';
  font-weight: 100;
    font-size: 24px; 
    text-transform: uppercase;
    background: #000;
    /* margin: 0 -.25rem; */
    padding: 0 .25rem;
    color: #FFF;
}
.card {
    border: none;
}
.wpcf7 { padding: 30px; }
.contact-container {
    background: #FFF;
}

.contact-info {
    background:url('img/contact-anna-nicole.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100%; 
}
.image-overlay div { display: block !important; }
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay color and opacity */
    color: white; /* Text color */
    flex-direction: column;
}


.contact {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 90px;
    background: #f2f2f2;
    margin-bottom: 35px; ;
}
.contact h2 {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-broker { padding-bottom: 35px; }
#intro {
    margin-top: -85px; /* -58.59px; */
  }
  .vh-75 {
    height: 75vh;
  }
  .vh-50 {
    height: 50vh;
  }
  .vh-25 {
    height: 25vh;
  }
  .btn {
    font-family: 'Montserrat';
    font-weight: 100;
    text-transform: uppercase;
    border-color: #000;
    transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    border-radius: 0;

  }
  .btn-primary {
    background: #000;
    color: #FFF;
}

.btn-primary:hover, .btn-secondary{
    background: #FFF;
    color: #000;
    border-color: #000;
}
button.btn-secondary:hover {
  background: #000;
  color: #FFF;
  border-color: #FFF;
}
footer { background: #000; color: #FFF; padding-top: 50px; margin-top: 30px; }
.navbar-brand img { height: 60px; }
.footermenus ul { display: inline-block; list-style: none; }
.footermenus ul li { padding: 10px; border-bottom: 1px solid #FFF; }

.four-three {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  overflow: hidden;
}

.four-three img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .swiper-slide img { height: 550px; width: auto;} */
section h2, .property-images, .mySwiper {
        position: relative;
        margin-bottom: 35px; /* Adjust this value to increase or decrease the space after the h2. */
      }
section h2::before {
        margin-top: 15px;
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px; /* Adjust this if you want the underline closer or further away from text */
        width: 40px;
        height: 1px; /* Adjust the height if you want a thicker or thinner underline */
        background: currentColor; /* Will inherit the color of the text. Change to a different color if preferred. */
      }
      p.newspaper { width: 50%; text-align: justify; padding: 10px 0 10px 0; }
      p.newspaper:not(last-child) { margin-right: 20px; }
      .property-info p, .featured p { text-align: justify; ;}
     /*  .property-images p { text-align: justify; width: 50% }*/
     /* .rentals img { height: 280px; } */ 
      

     .property-images .extra-image {
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s ease-in-out;
    }
    
    .property-images .extra-image.show {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }
    .star-ratings li img {
      width: 24px;  /* Adjust the width as needed */
      height: 24px; /* Adjust the height as needed */
    }
    .navbar-toggler {
      border: none !important;
    }
    .featured { margin-bottom: 50px; }

  @media (min-width:320px) and (max-width:767px) {

    p.newspaper {width: 100%; }
    h1 {font-size: 3rem; }
    /* .contact {min-height: 100vh; } */
    .contact { padding: 15px; }
    .contact-info { display: none; }
    .contact-container { margin-top: 50px; }
    .meta-item {
      padding-right: 8px !important;
      margin-left: 8px;
    }
    .property-meta .meta-item { font-size: 10px; }
    .property-meta .meta-item span { font-size: 10px; }

    .meta-item:nth-child(3)::before {
      border-right: none;
    }
    .viewall { display: none; }
.footermenus ul { padding-left: 0; }
#mc-embedded-subscribe { font-size: 12px; }
.footermenus .btn-secondary {
  font-size: 12px;
}


  }
.extra-image.show {
  display: block !important;
}
.viewall, .about-us { margin-bottom: 75px; }

/* For Webkit browsers like Chrome/Safari */
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: black; /* Your desired color */
  cursor: pointer;
  width: 20px; /* Width and height can be whatever you want */
  height: 20px; /* Remember to make it a circle, width and height must be the same */
  border-radius: 50%; /* Circular shape */
}

/* For Mozilla Firefox */
input[type='range']::-moz-range-thumb {
  background: black; /* Your desired color */
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* For Microsoft Edge */
input[type='range']::-ms-thumb {
  background: black; /* Your desired color */
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.socialicons svg { color: #FFF; height: 25px; }
nav .socialicons { color: #000; height: 35px; }
nav .socialicons a:hover { text-decoration: none;  }
.footermenus ul li a  { font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
.brand-centered {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.brand-centered .navbar-brand {
  align-self: center;
}