/*
// Theme Name : The Official Barbara b Live Joe CMS Theme 2026
// Created On : 7/14/2026
// Author : Joe Kustek
// Version : 2.9
// Description : The Custom Barabara B Live Theme
*/
/* custom styles */
/* .jstyle-12 {
    margin-top: 10px ! Important;
    margin-bottom: 12px ! Important;
    text-align: right;
} */

.site-footer img {
  width: 300px;!important;
  height: auto;
}
.site-footer {
padding-bottom: 50px;
}

.jstyle-31 {
  background: #aa2a12;
  padding: 50px;
}
.jstyle-31 p {
color: #fff;
}

.site-header .jstyle-30 {
  margin-top: -14px;
}

.jvideotron-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    line-height: 0 !important;
    overflow: hidden !important; /* Clips the black space */
}

#video {
    display: block !important;
    width: 100% !important;
    height: auto !important; /* Fixed: Changed from 100% to auto to maintain aspect ratio */
    object-fit: cover !important; /* Crops video slightly to fill space */
}

/* Removes gaps for both containers */
.growth-header-wrapper, .jvideotron-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    display: block !important;
}

.jstyle-12 h4 {
  color: #fff;
}
.jstyle-12 h5 {
  color: #fff;
}
.jstyle-12 h6 {
  color: #fff;
  font-size: 20px;
}

.site-header{
  margin-bottom: 0px!Important;
}
.growth-header-wrapper {
  margin-bottom: 0px!Important;
}

/* end of custom styles */
.site-top-header .container {
  max-width: 1375px!Important
}
.site-header .container {
  max-width: 1375px!Important
}
.navbar  {
  max-width: 1375px!Important
}
html {
  scroll-behavior: smooth;
}

.growth-header-wrapper {
/* background-image: linear-gradient(#000, #fff); */
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {

.jstyle-445 {
  margin-top: -20px;
}
.jstyle-446 {
  margin-top: -15px;
}

  .nav-wrapper {
    padding-top: 10px;
  }

  .growth-header-wrapper {
    margin-bottom: 0px !important;
    background-image: url(https://barbarablive.com/files/6a567d285307b.webp);
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-position: center top !important;
    background-size: cover !important;
    height: 180px !important;
  }
}

/* Mobile Styles */

@media only screen and (max-width: 991px) {
  .jstyle-257 {
    text-align: center;
  }

  .jvideotron-wrapper {
    height: auto!Important;
  }

.site-header .jstyle-12 {
  display: none;
}

  .nav-item a {
  color: #fff;
  }
  .nav-item a:hover {
  color: #fff;
  }
  .dropdown-menu a {
    color: #000;
  }
  .dropdown-menu a:hover {
    color: #000;
  }
  .mainnavigation {
    background: #000;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%!Important;
    flex: none;
  }
  #myBtn {
    display: none!Important;
  }
  #ml-ul {
      text-align: center !important;
      width: 100% !important;
      display: block !important;
      min-width: 250px !important; /* Forces the container to stay wide enough for text */
      padding: 0 !important;
      margin: 0 !important;
    }
}








@media only screen and (max-width: 991px) {
  .navbar {
    overflow: visible !important;
    max-height: none !important;
  }
}



@media only screen and (max-width: 991px) {
  .nav-wrapper {
    height: auto !important;
  }
}



@media only screen and (max-width: 991px) {
  .nav-item {
    padding: 0;
    margin: 0;
  }
  .nav-link {
    line-height: 1.1;
    padding: 4px 0 !important;
  }
}
