@font-face {
  font-family: "bebas_neue_proexpanded_bold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prolight";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_proregular";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prosemibold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "acumin_proregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 16px;
}

h1,
h2 {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "acumin_prosemibold", sans-serif;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
  background: #2b1400 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled:before {
  border-top: 4px solid #2b1400 !important;
  border-right: 4px solid #2b1400 !important;
}

.ld-course-list-items .ld_course_grid .entry-title {
  margin-bottom: 20px !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
  background-color: #2b1400 !important;
  padding: 10px 12px !important;
}

.courses_and_nav .section_wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 830px) {
  .courses_and_nav .section_wrapper .catagories {
    display: none;
  }
  .courses_and_nav .section_wrapper .courses {
    width: 100% !important;
    max-width: unset !important;
  }
}
.courses_and_nav .section_wrapper .catagories {
  max-width: 34%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.courses_and_nav .section_wrapper .catagories .active > a {
  background-color: rgb(245, 245, 245);
}
@media screen and (max-width: 1110px) {
  .courses_and_nav .section_wrapper .catagories {
    max-width: unset;
    padding-right: 28px;
  }
}
.courses_and_nav .section_wrapper .catagories .nav_list .list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
}
@media screen and (max-width: 3550px) and (min-width: 1921px) {
  .courses_and_nav .section_wrapper .catagories .nav_list .list {
    width: 70%;
  }
  .courses_and_nav .section_wrapper .catagories .nav_list .list li a {
    font-size: 24px !important;
  }
}
.courses_and_nav .section_wrapper .catagories .nav_list .list * {
  color: #606060;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li {
  border-bottom: 1px solid #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li:last-child {
  border-bottom: none;
  margin-bottom: 32px;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li > a {
  font-size: 16px;
  font-weight: 600;
  padding: 16px 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li > a:hover {
  margin-left: 8px;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li > a i {
  margin-right: 12px;
  height: 22px;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li > a i:hover {
  background-color: rgba(117, 117, 117, 0.2039215686);
  border-radius: 50%;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li ul {
  list-style-type: none;
  margin-left: 30px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 15px 0px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.courses_and_nav .section_wrapper .catagories .nav_list .list > li ul li a:hover {
  margin-left: 6px;
}
.courses_and_nav .section_wrapper .courses {
  width: 66%;
  max-width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.courses_and_nav .section_wrapper .courses .courses_grid {
  width: 100%;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 22px;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding: 22px;
  margin-bottom: 28px;
  width: 31%;
  margin: 0 1% 30px 1%;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .thumbnail img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .title {
  font-family: "acumin_prosemibold", sans-serif;
  font-size: 22px;
  color: #183B56;
  line-height: 1.4;
  padding: 8px 0px;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .title a {
  color: #2b1400;
  text-decoration: none;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .title:hover {
  text-decoration: underline;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .price {
  color: #ff9601;
  font-size: 16px;
  font-weight: 600;
  font-family: "acumin_prosemibold", sans-serif;
  line-height: 1.5;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .catagory {
  font-size: 12px;
  color: #183B56;
  line-height: 2;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options button,
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options .btn {
  font-size: 16px;
  font-family: "acumin_proregular", sans-serif;
  font-weight: 600;
  padding: 10px 22px;
  margin-right: 12px;
  text-decoration: none;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options .heart {
  color: #959EAD;
  font-size: 24px;
}
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options .heart:hover {
  color: #D52A28;
}
@media screen and (max-width: 1230px) {
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course {
    width: 31%;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .title {
    font-size: 18px;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .price {
    font-size: 14px;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .catagory {
    font-size: 10px;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options button,
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1110px) {
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course {
    width: 48%;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .title {
    font-size: 22px;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .price {
    font-size: 16px;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .catagory {
    font-size: 12px;
  }
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options button,
.courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course .options .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 830px) {
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course {
    width: 46%;
  }
}
@media screen and (max-width: 575px) {
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container .course {
    width: 350px;
  }
}
@media screen and (max-width: 575px) {
  .courses_and_nav .section_wrapper .courses .courses_grid .grid_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.courses_and_nav .section_wrapper .courses .courses_grid > button {
  font-size: 22px;
  font-family: "acumin_proregular", sans-serif;
  font-weight: 600;
  color: white;
  width: 100%;
  padding: 26px;
  border-radius: 8px;
}
.courses_and_nav .section_wrapper .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 28px;
}
.courses_and_nav .section_wrapper .head > i {
  display: none;
  position: absolute;
  left: 34px;
  top: 7px;
  font-size: 28px;
  cursor: pointer;
  color: #2b1400;
}
.courses_and_nav .section_wrapper .head > i:hover {
  color: #5A7184;
}
@media screen and (max-width: 992px) {
  .courses_and_nav .section_wrapper .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .courses_and_nav .section_wrapper .head .options {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .courses_and_nav .section_wrapper .head .title {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 830px) {
  .courses_and_nav .section_wrapper .head .options {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.courses_and_nav .section_wrapper .head .title {
  font-size: 36px;
  font-weight: 600;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  color: #2b1400;
}
.courses_and_nav .section_wrapper .head .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.courses_and_nav .section_wrapper .head .options .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.courses_and_nav .section_wrapper .head .options .right select:first-child {
  margin-right: 12px;
}
.courses_and_nav .section_wrapper .head .options > * {
  margin-right: 8px;
  font-family: "acumin_proregular", sans-serif;
  font-size: 14px;
}
.courses_and_nav .section_wrapper .head .options select {
  width: 99px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 8px 6px;
}
.courses_and_nav .section_wrapper .head .options .course_items {
  margin-left: 24px;
  color: #757575;
}
.courses_and_nav .section_wrapper .head .options .button_menu {
  height: 42px;
  width: 42px;
  font-size: 20px;
  display: none;
}
@media screen and (max-width: 830px) {
  .courses_and_nav .section_wrapper .head .options .button_menu {
    display: block;
  }
}
.courses_and_nav .section_wrapper .nav_small_screen {
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  background-color: white;
  top: 0px;
  left: 0px;
  bottom: 0;
  min-height: 100vh;
  padding-right: 0px;
  padding-right: 4px;
  -webkit-box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.2588235294);
          box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.2588235294);
  z-index: 100;
}
.courses_and_nav .section_wrapper .nav_small_screen .head > i {
  display: block;
  left: 20px;
}
.courses_and_nav .section_wrapper .nav_small_screen .nav_list {
  overflow-y: auto;
  padding-left: 32px;
}
.courses_and_nav .section_wrapper .nav_small_screen .nav_list::-webkit-scrollbar {
  width: 8px;
}
.courses_and_nav .section_wrapper .nav_small_screen .nav_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 4px;
}
.courses_and_nav .section_wrapper .nav_small_screen .nav_list::-webkit-scrollbar-thumb {
  background: #2b1400;
  border-radius: 4px;
}
.courses_and_nav .section_wrapper .nav_small_screen .nav_list::-webkit-scrollbar-thumb:hover {
  background: #5A7184;
}