/*
// Theme Name : Amputee Joe Custom Theme
// Created On : 3/1/2026
// Author : Joe Kustek
// Version : 1.0
// Description : The Custom Built Amputee Joe Theme built in JoeCms
*/

/* Custom Styles */

.featured-wrapper .mailing-list-wrapper {
  display: none;
}

.f-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.jstyle-54  h5 {
  font-size: 27px!Important;
    font-weight: bold!Important;
    text-align: center!Important;
    margin-bottom: 21px!Important;
}

.conf-message {
  background: #afffaf;
  padding: 15px;
  margin-bottom: 30px;
}

.navbar-brand {
  color: #fff!Important;
}

.jstyle-15 .fa {
  margin-left: 8px!Important;
  margin-right: 4px!Important;
  color: #fff ! Important;
  font-size: 53px!Important;
}


/* Desktop Styles */
@media only screen and (min-width: 991px) {

  .jstyle-36 {
    width: 60%;
  }
  .container {
    max-width: 1375px;
  }
  nav {
    max-width: 1375px;
  }
  .content-wrapper {
    max-width: 1375px;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {

  .social-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
  .ml-2022 {
    text-align: center;
  }

  .jvideotron-wrapper {
           height: auto !important;
     }


  .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%;
    flex: none;
  }
}
