/*
// Theme Name : Default Theme 2022
// Created On : 3/10/2022
// Author : Joe Kustek
// Version : 1.0
// Description : The 2022 New Default JoeCms Theme
*/

/* Custom Styles To Theme */

/* end of custom styles */
/* -------------------------------------------------------------------- */


.col-break .default-margins {
    margin-bottom: 0px;
}
.col-break .jcontent-mob {
    width: 100%!Important;
    margin-bottom: -2px!Important;
}
.col-break .content-wrapper, .col-break .jcolumn {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.normalize {
    max-width: 1375px!Important;
    margin-left: auto!Important;
    margin-right: auto!Important;
    padding-left: 15px!Important;
    padding-right: 15px!Important;
    overflow: hidden!Important;
}
/* Desktop Styles */
@media only screen and (min-width: 1200px) {

  #navbrand {
    display: none;
  }
  .mobile-logo-md1 {
    display: none;
  }

  .content-wrapper {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
.logo-2022-style {
  transition: 0.3s;
    max-width: 223px!Important;
    z-index: 1;
}
.logo-2022-style-shrink {
    transition: 0.3s;
    max-width: 140px!Important;
}

  .navbar {
    padding-left: 30px!Important;
    padding-right: 30px!Important;
    padding-bottom: 8px!Important;
    padding-top: 8px!Important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    line-height: 23px!Important;
    max-width: none!Important;
}
  .jnav-2022 {
      padding-bottom: 4px!Important;
      padding-top: 4px!Important;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 1200px) {
  #navbrand {
    /* display: none; */
  }
  .mobile-logo-md1 {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-2022-style, .logo-2022-style-shrink {
    display: none;
  }
  .navbar-toggler {
    margin-top: 5px;
  }
  .navbar-collapse {
    text-align: center!Important;
    padding-bottom: 10px;
  }
  .img-break .jcontent-mob {
    margin-bottom: 0px;
    margin-top: -2px;
  }
}
