/*
// Theme Name : Moments by DP website
// Created On : 8/13/2025
// Author : Joe Kustek
// Version : 1.0
// Description : Custom built theme for the Moments by DP website
*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #fff!Important;
    outline: none;
    background-color: #000!Important;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}


.conf-message {
  color: #000;
  background: #00ff00;
  padding: 15px;
}

/* end of temp styles */

/* .growth-header-wrapper {
background-image: linear-gradient(#0080f1, #fff);
} */
.site-footer {
  /* display: none; */
}

.j-form-wrapper .btn {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #fff;
    outline: none;
    background-color: #000000;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.moments-nav a {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
.moments-nav a:hover {
  color: #c8c8c8;
}
#navleft {
  text-align: right;
}
#navright {
  text-align: left;
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {
  .nav-wrapper {
    display: none;
  }
  .site-header {
    margin-top: 40px;
  }
  .jstyle-26 {
    margin-top: 168px;
  }
  .jstyle-29 {
    margin-top: 157px;
  }
}

/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .navbar-collapse  {
    text-align: center;
  }
  .moments-nav {
    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: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
