@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  line-height: 1.5em;
  background: linear-gradient(270deg, #eaeef5 0%, white 100%);
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  line-height: 1.25em;
  font-weight: bold;
}

.card-body h1, .card-body h2, .card-body h3, .card-body h4, .card-body h5, .card-body h6 {
  font-family: "Mulish", serif;
}

a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.3s;
}
a:hover {
  color: #0056b3;
}

#breadcrumbs {
  display: block;
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#breadcrumbs li {
  display: inline-block;
}
#breadcrumbs li a {
  display: inline-block;
}
#breadcrumbs li:after {
  content: " > ";
}
#breadcrumbs li:last-child:after {
  content: "";
}

@media (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
section#sidebar {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
}
section#sidebar img {
  max-width: 100%;
}

header {
  margin-bottom: 15px;
}
header #top-bar {
  background: #333333;
  color: white;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  header #top-bar {
    display: none;
  }
}
header #top-bar ul {
  display: block;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
header #top-bar ul li {
  color: #e0e0e0;
  font-size: 14px;
  display: inline-block;
}
header #top-bar ul li a {
  color: #ffffff;
  display: block;
  padding: 4px 4px;
}
header #top-bar ul li a:hover {
  text-decoration: underline;
}
header #top-bar ul li:last-child a {
  padding-right: 0;
}
header #logo {
  text-align: center;
  margin-bottom: 15px;
}
header #logo img {
  max-width: 400px;
}
header #menu > ul {
  display: block;
  border-top: 2px solid #222222;
  border-bottom: 1px solid #222222;
  list-style: none;
  margin: 0;
  padding: 0 8px;
}
header #menu > ul > li {
  display: inline-block;
  position: relative;
}
header #menu > ul > li > a {
  color: #222222;
  font-weight: bold;
  display: block;
  padding: 4px 15px;
}
header #menu > ul > li > a:hover {
  text-decoration: underline;
}
header #menu > ul > li:first-child > a {
  padding-left: 0;
}
header #menu > ul > li:last-child > a {
  padding-right: 0;
}
header #menu > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  background: #ffffff;
  border: 1px solid #00000022;
  box-shadow: 0 5px 5px #00000044;
  border-top: 1px solid #222222;
  min-width: 250px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999999;
}
header #menu > ul > li > ul > li {
  display: block;
}
header #menu > ul > li > ul > li:first-child {
  margin-top: 4px;
}
header #menu > ul > li > ul > li.divider {
  border-bottom: 1px solid #00000011;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
header #menu > ul > li > ul > li.text {
  font-size: 14px;
  text-transform: uppercase;
  color: #00000066;
  padding: 4px 15px 0;
  pointer-events: none;
}
header #menu > ul > li > ul > li > a {
  color: #222222;
  padding: 8px 15px;
  display: block;
}
header #menu > ul > li > ul > li > a:hover {
  background: #D30000;
  color: #f9f9f9;
  transition: all 0.3s;
}
header #menu > ul > li:hover > ul {
  display: block;
}

#admin h1 small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  margin-top: -8px;
}
#admin nav {
  display: grid;
  background: #00000011;
  border-top: 1px solid #00000033;
  border-bottom: 1px solid #00000033;
  padding: 4px 8px;
  text-align: center;
  grid-gap: 15px;
  justify-content: center;
  align-items: center;
}
#admin nav.top {
  grid-template-columns: 1fr auto;
  text-align: left;
}
#admin nav > .pages {
  display: inline-grid;
  grid-gap: 4px;
  grid-template-columns: 1fr auto;
}
#admin .empty-list {
  margin: 15px 0;
}
#admin .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 15px 0;
}
#admin .list > a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #222222;
}
#admin .list > a .image {
  height: 200px;
  overflow: hidden;
  text-align: center;
  display: grid;
  background-size: cover;
  background-position: center center;
}
#admin .list > a h2 {
  font-size: 18px;
  margin-bottom: 0;
}
#admin .list > a .url {
  font-size: 12px;
}

form .form-item {
  margin-bottom: 8px;
}
form .form-item > label {
  text-transform: uppercase;
  font-size: 14px;
}
form .form-item > label.required {
  font-weight: bold;
}
form .form-item > label.required:after {
  content: "*";
  color: red;
}
form .form-item > .value {
  /*
  &.selector {
    position: relative;
    &::after {
      font: var(--fa-font-solid);
      content: "\f078";
      color: #555555;
      position: absolute;
      right: 10px;
      top: 9px;
      z-index: 9;
      font-size: 20px;
      pointer-events: none;
    }
    &:hover {
      &::after {
        color: black;
        transition: color 0.3s;
      }
    }
  }
   */
}
form .form-item > .value input[type=text], form .form-item > .value input[type=email], form .form-item > .value input[type=password], form .form-item > .value input[type=datetime-local], form .form-item > .value select, form .form-item > .value textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
}
form .form-item > .value input[type=text][disabled], form .form-item > .value input[type=email][disabled], form .form-item > .value input[type=password][disabled], form .form-item > .value input[type=datetime-local][disabled], form .form-item > .value select[disabled], form .form-item > .value textarea[disabled] {
  border-color: transparent;
  background: #f9f9f9;
  cursor: not-allowed;
}
form .form-item > .value select {
  display: none;
}
form .form-item > .value .dropdown.bootstrap-select {
  width: 100% !important;
}
form .form-buttons {
  margin-top: 8px;
  text-align: center;
}
form button {
  font-size: 16px;
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  color: white;
  padding: 8px 30px;
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
}
form button.submit {
  background: #002a80;
}
form button.delete {
  background: #cc0000;
}
form button.small {
  padding: 4px 15px;
  font-size: 12px;
}
form button:hover {
  text-decoration: none;
  box-shadow: 0 0 5px #00000033;
  transition: background-color 0.3s, box-shadow 0.3s;
}
form button:hover.submit {
  background: #0045d5;
}
form .switch-light {
  display: inline-grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
}
form .switch-light > strong {
  margin-left: 8px;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding-top: 3px;
}
form .switch-material.switch-light input:checked ~ span {
  background: #007bff66;
}
form .switch-material.switch-light input:checked ~ span a {
  background: #007bff;
}
form section {
  background: #ffffff;
  border: 1px solid #00000022;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 5px 5px #00000011;
}
form section > h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  background: #490000;
  color: #ffffff;
  margin: -15px -15px 15px;
  padding: 8px 15px;
  text-shadow: 2px 2px 2px #000000;
}

.articles .article .image img {
  max-width: 100%;
}
.articles .article h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.articles .article h2 a {
  color: #222222;
  text-decoration: none;
}
.articles .article .meta {
  font-size: 14px;
}

.main-article .image img {
  max-width: 100%;
}
.main-article h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.main-article h2 a {
  color: #222222;
  text-decoration: none;
}
.main-article .meta {
  font-size: 14px;
}
.main-article .excerpt {
  font-family: Mulish, sans-serif;
  font-size: 16px;
}

#article h1 {
  margin-bottom: 0;
}
#article .meta {
  font-size: 14px;
}
#article .excerpt {
  font-family: Mulish, sans-serif;
  font-size: 24px;
}

/*# sourceMappingURL=style.css.map */
