/*
// Theme Name : Default Theme
// Created On : 10/30/2020
// Author : Joe Kustek
// Version : 1.0
// Description : The Default Built In joeCms Theme
*/
.jstyle-15 a {
  padding-left: 5px;
  padding-right: 5px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #6c757d;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.j-form-wrapper .btn {
  width: 100%!Important;
  border: 1px solid #135a54!Important;
  color: #000!Important;
  background: transparent!Important;
}
.j-form-wrapper .btn:hover {
  width: 100%!Important;
  border: 1px solid #135a54!Important;
  color: #fff!Important;
  background: #135a54!Important;
}

#video {
    filter: opacity(100%);
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}
  .container {
    max-width: 1375px;
  }
  nav {
    max-width: 1375px;
  }
  .content-wrapper {
    max-width: 1375px;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {

  .jvideotron-wrapper {
      height: auto !important;
  }

  .container {
    margin-top: -12px;
  }
  .jstyle-25 {
    display: none;
  }
  .navbar-collapse {
    text-align: center;
  }
  .jstyle-12 {
    text-align: center;
  }
  .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;
  }
}
