/*
Theme Name: bhicomp
Text Domain: bhicomp
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
body {
  box-sizing: border-box;
  margin:0; }

body * {
  box-sizing: inherit;}

img {
  max-width: 100%;
  height: auto; }

  .sr-only{
    display: none;
  }

  textarea.guestCardFieldInput, input.guestCardRequiredField{
    border-color:#757575;
  }

  .title{
    margin:.5em 0;
  }
 /*
  [data-aos=fade-right]{
    animation: slideIn .3s;
    -webkit-animation: slideIn .3s;
    -moz-animation: slideIn .3s;
    -o-animation: slideIn .3s;
    -ms-animation: slideIn .3s;
  }
  
  
  @keyframes slideIn {
    0% {opacity: 0; transform: translateX(90px)}
    100% {opacity: 1; transform: translateX(0px)}
  }

  [data-aos=fade-left]{
    animation: slideIn 1s;
    -webkit-animation: slideIn 1s;
    -moz-animation: slideIn 1s;
    -o-animation: slideIn 1s;
    -ms-animation: slideIn 1s;
  }
  
  
  @keyframes slideIn {
    0% {opacity: 0; transform: translateX(-90px)}
    100% {opacity: 1; transform: translateX(0px)}
  } 

/* Gutenberg alignment sample */
@media screen and (min-width: 1640px) {
  .wp-block-cover__inner-container{
    max-width: 1640px;
    margin:0 auto;
  }
  .main {
    margin: 0 auto; }
  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em; } }

/* Gutenberg custom color sample */
.has-branding-color {
  color: #f53333; }

.has-branding-background-color {
  background-color: #f53333; }

  .button,
  .guestCardSubmitButton{
    padding: .5em 2em;
    font-weight: 500;
  }

  .main-menu-primary a{
    padding:2em 0;
  }

  header nav .menu-item-has-children ul {
      display: none;
      position: absolute;
      z-index: 1000;
      min-width: 125px;
      padding: 0;
      top: 100%;
      left:22%;
      background-color: #ffffff; }
      @supports (-ms-ime-align: auto) {
        header nav .menu-item-has-children ul {
          margin-top: 0.85rem; } }
      header nav .menu-item-has-children ul li {
        display: block;
        border-bottom: 1px solid black;
        padding: .5em;
        text-align: center;
       }
       header nav .menu-item-has-children ul :last-child {
        border-bottom: none;
       }
      header nav .menu-item-has-children ul li a {
        padding: 1rem 0;
        margin: 0 1rem;
        transition: all 0.5s ease-in-out;}
    header nav ul li:hover ul {
      display: block; }

  .nav-banner-bar{
    width: 100%;
    box-shadow: 3px 3px 20px #707070;
    padding:1vh 0;
    z-index:999;
    background: rgba(255, 255, 255, .75);
    position: fixed;
  }

  .top-menu-containers{
    max-width:1640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .current-menu-item{
    padding-bottom:5px;
  }

  .fixed-logo{
    display: none;
  }

  .nav-banner-bar li,
  .footer-menu-area li,
  #menu-main-menu-1 li{
    list-style: none;
    width:auto;
  }

  a{
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
  }

  .nav-banner-bar a,
  .footer-menu-area a{
    font-size:18px;
    margin:10px;
    font-weight: 400;
  }

  .current-menu-item a{
    font-weight:bold;
  }

  .main-menu-top,
  .main-menu-primary{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  h1{
    font-size:2.5em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
  }

  h2,
  .heading2{
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
  }

  h3{
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 2px;
  }

  p{
    font-size:1.25em;
    font-weight: 400;
  }
  span,
  li{
    font-size:20px;
    font-weight: 400;
  }

  .rounded-image img{
    border-radius: 14px;
  }
  .right-footer i,
  .right-footer p{
    color:white;
  }

  .right-footer i{
    font-size:2.625em;
  }

  .copyright-area,
  .socials{
    text-align: center;
  }

  .socials a{
    margin: 0 1em;
  }

  .bottom-footer{
    display: flex;
    max-width:1640px;
    justify-content: space-between;
    align-items:center;
    margin: 0 auto;
  }

  /*Slider Overlay*/
  .slider-overlay{
    background: rgba(255, 255, 255, .90);
    text-align: center;
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 79px;
    margin-left:10%;
    height: 100%;
    min-height: 84vh;
    width:25%;
  }

  .heading2{
    margin-bottom: 0;
  }

  @media(max-width:1640px){
    .bottom-footer{
      width:98%;
      margin:0 auto;
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  .logo img{
    width:38vh;
  }

  .footer-link{
    margin:0 10px;
  }

  .page-header {
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height:50vh;
  }
      .page-header-container{
        position: relative;
      }
      .page-header-home {
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        position: relative;
          min-height: 84vh; }
          @media(max-width:767px){
        .page-header-home {
          min-height:650px;
        }
      }
    .header-text {
      position: relative;
      width: 42%;
      align-self: center;
      text-align: center;
      display: flex;
      padding: 1em 0 1em 11em;
      align-items: center;
      background: rgba(255, 255, 255, .90);}

      .header-text .logo-area{
        width:29%;
        margin-right: 3em;
      }

    .content-container .content{
      margin:50px auto;
      max-width:1088px;
      text-align: left;
    }

    .wp-block-separator{
      border-bottom:15px solid #0779AD !important;
      margin-top:0;
      margin-bottom:4em;
    }

    .blur-background img{
          -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    }
    .blur-background{
    background-color: black;
    }

    /*Image Contact*/
    .two-column-with-contact{
      position: relative;
      margin-top:4em;

    }
.two-column-with-contact-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  margin-top: -10px;
  padding-bottom: 20px;
  margin-left: -10px;
  padding-right: 20px;
}

.two-column-with-contact-bg .image-overlay{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    padding-bottom: 20px;
    left: 0;
}
.two-column-with-contact-content .social-links a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.section.two-column-with-contact .row, .section.two-column-small-contact .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    padding: 5vh 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}

.section.two-column-with-contact .row .col-left, .section.two-column-small-contact .row .col-left {
    flex: 2;
    margin-right: 50px;
}

.section.two-column-with-contact img, .section.two-column-with-contact .col-right, .section.two-column-small-contact img, .section.two-column-small-contact .col-right {
    flex: 2;
}

  .two-column-with-contact-content .social-links {
    display: flex;
    font-size: 2.625em;
    align-items: center;
}

.forminator-input--wrap{
  background: #ffffff;
}

.forminator-label,
.forminator-required,
.forminator-button-submit {
  z-index: 1;
    position: relative;
    font-size: 1em !important;
}

    /* Full width */
    .full-width-content{
      padding: 10vh 10vw;
      margin: 0 auto;
      text-align: center;
    }

    /*Gallery*/
     .gallery-slider-block{
      width:90%;
      margin:0 auto;
     }
    .gallery-slider-block .slick-slide{
      margin:1em;
    }
    .slick-arrow {
    background: none;
    border: none;
    position: absolute;
    z-index: 99;
    bottom: 37%;
    }
.slick-prev:before {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-size: 3.25em;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.slick-next:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-size: 3.25em;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.gallery-slider-block .slick-prev{
  left: -1%;
}

.gallery-slider-block .slick-next{
  right: -1%;
}

.slick-dots{
    position: absolute;
    bottom: 9%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 68px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}

/*Contact Info*/
.contact-strip .fa-solid{
  font-size: 32px;
  margin-right: 10px;
}

.contact-strip{
    display: flex;
    padding: 1em;
    justify-content: space-evenly;
}

.icon-contact{
  display: flex;
  align-items: center;
}

/*Map and Form*/
.contact-block{
  max-width:1640px;
  margin:2em auto 5em auto;
  display: flex;
  justify-content: space-between;
}

.map-contact{
  width:48%;
}

.form-contact{
  width:50%;
}

.forminator-button span{
  font-weight: 500;
}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-input{
  border-width: 1px !important;
}

#forminator-module-1064.forminator-design--material .forminator-label[class*="forminator-floating-"]{
  padding-left: 1em !important;
}

@media(max-width:1640px){
  .header-text{
    padding:1em;
    width:65%;
  }
}

@media(max-width:1280px){
  .slider-overlay{
    width:45%;
  }
  .header-buttons .button{
    padding: .5em;
  }
  .contact-block{
    justify-content: space-evenly;
  }
  .header-text{
    width:75%;
  }
}

@media(max-width:1180px){
  .slider-overlay{
    margin-top:0;
  }
  .wprmenu_bar{
    box-shadow: 3px 3px 20px #707070;
  }
  .content-container .content{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #mobile-menu{
    display: inline-block;
  }
  .nav-banner-bar{
    display: none;
  }
  .news-body article{
    height: 24rem;
  }
  .color-section,
  .background-div{
    width: 20rem;
    height: 20rem;
  }

  .contact-strip{
    flex-direction: column;
    align-items: center;
  }

  .icon-contact{
    margin:.5em 0;
  }

}

@media(max-width:1024px){

  .slick-prev {
    left: 35%;
  }
  .slick-next {
    right: 35%;
  }
    .right-footer i{
    font-size: 40px;
  }
  .bottom-footer{
    flex-direction: column;
  }
  .right-footer,
  .mid-footer,
  .left-footer{
    width: 100%;
    text-align: center;
  }
  .footer-menu-area li{
    margin:10px;
  }
}

@media(max-width:980px){
  .footer a,
  .nav-banner-bar a,
  #mobile-menu a,
  .button{
    font-size: 18px;
  }
  p, span, .icon-contact a{
    font-size: 16px;
  }
  h1, .header-text .title{
    font-size:48px;
  }
  h2{
    font-size:28px;
  }
  h3{
    font-size:24px;
  }
  .text-and-image{
    flex-direction: column;
    margin-top:1em;
  }
  .column-text {
    width: 95%;
    margin: 0 auto;
  }
  .column-with-image {
    width: 95%;
    max-height: 22vh;
  }

    .footer-menu-area li{
      text-align: center;
    }

}

@media(max-width:768px){
  .row {
        padding-right: 25px;
        padding-left: 25px;
    }

  .section.two-column-with-contact .row .col-left{
        flex: auto;
        text-align: center;
        margin-right: 0;
    }

        .section.two-column-with-contact img, .section.two-column-with-contact .col-right{
        width: 100%;
        margin-top: 1em;
        flex: auto;
    }


  .slider-overlay{
    width:100%;
    margin-left:0%;
    justify-content: flex-start;
  }

  .slick-prev{
    left:10%;
  }

  .slick-next{
    right:10%;
  }

  .header-text{
    width:100%;
    justify-content: center;
    flex-direction: column;
  }

  .header-text .logo-area{
    margin-right: 0rem;
    width:100%;
  }

  .contact-block{
    flex-direction: column;
  }

  .map-contact{
    height:350px;
  }

  .map-contact,
  .form-contact{
    width:98%;
    margin:0 auto;
  }

  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}