/*
// Theme Name : The Powerfull Growth Theme
// Created On : 10/30/2020
// Author : Joe Kustek
// Version : 1.0
// Description : A powerfull theme for your powerfull business
*/
/* temp styles */


/* end of temp styles */
.conf-message {
  background: #d3fcd3;
  padding: 10px;
}

.j-form-wrapper .btn {
  background: #000;
  color: #fff;
  width: 100%;
}

.j-form-wrapper .btn:active, .j-form-wrapper .btn:hover, .j-form-wrapper .btn:focus {
  background: #746b6b!Important;
  color: #fff!Important;
  width: 100%!Important;
}

.google-map {
  width: 100%;
}

.growth-header-wrapper {
background-image: linear-gradient(#ff0000, #fff);
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {


}

/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .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;
}
