@font-face {
  font-family: 'Verdana';
  src: url("fonts/Verdana-Bold.woff2") format("woff2"), url("fonts/Verdana-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Verdana';
  src: url("fonts/Verdana.woff2") format("woff2"), url("fonts/Verdana.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUI.woff2") format("woff2"), url("fonts/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUI-Bold.woff2") format("woff2"), url("fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body, input, optgroup, select, textarea, p {
  font-family: 'Segoe UI' !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Verdana' !important; }

.ht-sitecontainer .hkb-category__title {
  font-size: 18px;
  color: #EFAF34; }

.ht-sitecontainer .hkb-category__link {
  border-bottom-color: #DBDBDB; }

.ht-sitecontainer .widget {
  background: #DBDBDB; }

.hkb_widget_exit .hkb_widget_exit__content {
  margin-bottom: 25px; }

.hkb_widget_exit .hkb_widget_exit__btn {
  font-weight: bold; }

.hkb-site-search .hkb-site-search__field::-webkit-input-placeholder {
  /* Edge */
  opacity: 1; }

.hkb-site-search .hkb-site-search__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1; }

.hkb-site-search .hkb-site-search__field::-moz-placeholder {
  opacity: 1; }

.hkb-site-search .hkb-site-search__field::-ms-input-placeholder {
  opacity: 1; }

.hkb-site-search .hkb-site-search__field::placeholder {
  opacity: 1; }

@media (min-width: 768px) {
  .ht-page.ht-page--sidebarright .sidebar {
    width: 33%; } }

@media (min-width: 768px) {
  .ht-page.ht-page--sidebarright .ht-page__content {
    width: 67%; } }

.site-header {
  position: relative; }
  .site-header .site-logo img {
    max-width: 220px; }
  .site-header .nav-header ul li a {
    font-family: 'Verdana'; }
  .site-header .decoration {
    position: absolute; }
    .site-header .decoration--1 {
      left: 0;
      bottom: 0; }
    .site-header .decoration--2 {
      right: 0;
      bottom: 0; }

.site-footer {
  background: #22394C; }
  .site-footer .nav-footer a {
    color: white;
    font-family: 'Verdana'; }

.login {
  background: #22394C; }
  .login .message {
    text-align: center;
    background: transparent;
    color: white;
    font-size: 15px;
    border: none;
    line-height: 18px;
    font-family: 'Segoe UI';
    -webkit-box-shadow: none;
            box-shadow: none; }
  .login #login {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-top: 0; }
  .login form#loginform,
  .login form#lostpasswordform,
  .login form#registerform {
    background: #DBDBDB;
    border-radius: 12px; }
    .login form#loginform .forgetmenot,
    .login form#lostpasswordform .forgetmenot,
    .login form#registerform .forgetmenot {
      float: none;
      margin-top: 1.25rem; }
    .login form#loginform .wp-pwd button,
    .login form#lostpasswordform .wp-pwd button,
    .login form#registerform .wp-pwd button {
      display: none !important; }
    .login form#loginform input[type="checkbox"],
    .login form#lostpasswordform input[type="checkbox"],
    .login form#registerform input[type="checkbox"] {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .login label {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Verdana'; }
  .login .input {
    border: none; }
    .login .input.password-input {
      margin-bottom: 5px; }
  .login .below-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: transparent; }
    .login .below-form a {
      color: #22394C;
      text-decoration: none; }
  .login .submit {
    float: none;
    text-align: center;
    display: block; }
    .login .submit .button-primary {
      float: none;
      background: #59668B;
      font-size: 12px;
      font-family: 'Verdana';
      font-weight: bold;
      display: block;
      text-transform: uppercase;
      border-radius: 20px;
      padding-left: 20px;
      padding-right: 20px;
      border: none;
      margin: 2rem auto 0; }
  .login #nav,
  .login #backtoblog {
    display: none; }
  .login::before, .login::after {
    content: '';
    position: absolute;
    pointer-events: none;
    height: 50%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat; }

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