@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,700;1,400&display=swap");
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Roboto Condensed"),
    url("../fonts/RobotoCondensed-Medium.woff") format("woff");
}
body {
  background: #2f3a44;
  color: #fefefe;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  color: #ffc200;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 1rem;
  color: #ffc200;
  font-weight: 700;
}
.h1,
h1 {
  font-size: 1.6rem;
}
.h2,
h2 {
  font-size: 1.1rem;
}
.h3,
h3 {
  font-size: 1rem;
}
.h4,
h4 {
  font-size: 0.9rem;
}
.h5,
h5 {
  font-size: 0.8rem;
}
#header {
  border: none;
}
#header,
.header-dark #header:not(.scrolled) {
  background: #202830;
}
#header .logo img,
#header .logo svg {
  height: 24px;
}
#header,
#header .navbar-section {
  height: 55px;
}
#header .navbar-section {
  justify-content: center;
}
.header-fixed #body-wrapper {
  padding-top: 55px;
}
#header #toggle.menu-toggle {
  font-size: 14px;
  color: #fefefe !important;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: 18px;
  left: 16px;
  cursor: pointer;
  text-decoration: none;
}
#header .menu-toggle svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
#header .menu-toggle .back svg {
  width: 9px;
  margin-left: 3px;
  margin-right: 10px;
}
#header .menu-toggle.active .open,
#header .menu-toggle:not(.active) .back {
  display: none;
}
#header #toggle-search {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 20px;
  height: 20px;
}
#body-wrapper .container {
  padding-top: 0;
  padding-bottom: 0;
}
#footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
#footer p {
  line-height: 18px;
  font-size: 12px;
  color: #c9c9c9;
}

body #main-menu nav {
  height: 100%;
  border-right: 1px solid #202830;
}

.vertical-navigation:not(.metismenu) {
  display: none;
}
ul.vertical-navigation {
  display: block;
}
ul.vertical-navigation,
ul.vertical-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.vertical-navigation a {
  display: block;
  text-decoration: none;
  color: #fefefe;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.25px;
  padding: 20px;
  border-bottom: 1px solid #202830;
}

ul.vertical-navigation a.mm-active {
  color: #ffc200;
}
ul.vertical-navigation > li.mm-active > a.mm-active {
  background-color: #374c5f;
  /* border-bottom: 1px solid #ff1c55; */
}
ul.vertical-navigation li ul li {
  position: relative;
}
ul.vertical-navigation li ul li a {
  padding-left: 40px;
  font-size: 14px;
}
ul.vertical-navigation li ul li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff1c55;
  margin-right: 15px;
  position: absolute;
  left: 20px;
  top: 27px;
}

ul.vertical-navigation li {
  margin: 0;
  padding: 0;
}

#main-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

a.popular-page-box {
  background-color: #576c82;
  border-radius: 5px;
  display: block;
  margin: 5px;
  margin-bottom: 19px;
  text-align: center;
  font-weight: 500;
  color: #d3d3d3;
  font-size: 13px;
  padding: 15px;
}
a.popular-page-box:hover {
  color: #d3d3d3;
  text-decoration: underline;
  cursor: pointer;
}
#header .searchbox {
  margin-top: 10px;
}
.searchbox {
  position: relative;
}
.searchbox .search-input {
  background: #13161e;
  border-color: #13161e;
  width: 100%;
  border-radius: 6px;
  color: #c9c9c9;
  font-size: 12px;
  line-height: 16px;
}
.form-input:not(:placeholder-shown):invalid:focus,
.search-input:not(:placeholder-shown):invalid:focus,
[data-grav-field="array"] input:not(:placeholder-shown):invalid:focus,
[data-grav-field="array"] textarea:not(:placeholder-shown):invalid:focus {
  background: #13161e;
  box-shadow: none;
}
.searchbox button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  height: 16px;
}
.searchbox button svg {
  width: 16px;
  height: 16px;
}
.simplesearch-results .searchbox {
  margin-bottom: 30px;
}
.simplesearch-results .searchbox .search-input {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.search-item .search-title a {
  color: #ffc200;
  font-weight: 700;
}

hr {
  border: 1px solid #202830;
}
@media (max-width: 840px) {
  /* body #main-content {
    padding-left: 1rem;
    padding-right: 1rem;
  } 
  */
  body #main-menu {
    position: fixed;
    height: calc(100vh - 55px);
    top: 55px;
    left: -100%;
    width: 100%;
    background: #2f3a44;
    z-index: 99;
    padding: 0;
    transition: left 0.3s ease-in-out;
  }
  body #main-menu ul.vertical-navigation a {
    padding-left: 30px;
  }
  body #main-menu ul.vertical-navigation li ul li a {
    padding-left: 50px;
  }
  body #main-menu ul.vertical-navigation li ul li a:before {
    left: 30px;
  }
  body.mobile-main-menu-open {
    overflow: hidden;
  }
  body.mobile-main-menu-open #main-menu {
    left: 0;
    overflow-y: auto;
  }
  /* .searchbox {
    display: none;
  }
  .searchbox.open {
    display: block;
    margin-top: 0;
  }
  .searchbox.open .search-input {
  } */
}

@media (min-width: 841px) {
  #header .navbar-section {
    justify-content: start;
  }
  #header .logo img,
  #header .logo svg {
    height: 30px;
  }
}

@media (max-width: 840px) {
  #header .navbar-section {
    margin-right: 0;
  }
}

/* Promotions */
.btn {
  border-radius: 3px;
}
.btn:hover {
  opacity: 0.8;
}
.btn.btn-secondary {
  background-color: #ffc200;
  border-color: #ffc200;
  color: #202830;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #ff1c55;
}

#modules .module {
  padding: 10px 0;
}
