button:active,
button:focus,
input:active,
input:focus {
  outline: none; }

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  font-size: initial; }

body {
  padding-top: 63px; }
  @media (min-width: 992px) {
    body {
      padding-top: 60px; } }

header.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.login-form {
  font-family: "Kanit"; }
  .login-form .input-group-text {
    background-color: #fff; }
  .login-form .form-control,
  .login-form .input-group-text {
    border: 1px solid #B97C00; }
    .login-form .form-control:focus,
    .login-form .input-group-text:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .login-form .btn {
    background-color: #B97C00;
    border: 1px solid #B97C00;
    padding-left: 2rem;
    padding-right: 2rem; }

.table-two-colums {
  color: #000; }
  .table-two-colums th,
  .table-two-colums td {
    width: 50%; }
  .table-two-colums thead tr {
    border-bottom: 1px solid #000;
    border-top: 1px solid #B97C00;
    border-left: 1px solid #B97C00;
    border-right: 1px solid #B97C00; }
  .table-two-colums tbody tr {
    border-left: 1px solid #B97C00;
    border-right: 1px solid #B97C00; }
    .table-two-colums tbody tr:last-child {
      border-bottom: 1px solid #B97C00; }
  .table-two-colums tbody .text-color {
    color: #B97C00; }
  .table-two-colums.has-border thead tr th:first-child {
    border-right: 1px solid #000; }
  .table-two-colums.has-border tbody tr td:first-child {
    border-right: 1px solid #000; }

body.home.custom-background {
  background: none; }

.single-post-container,
.archive-container {
  background-color: #fff; }

.site-footer {
  margin-top: 2rem;
  background-color: unset; }

.nv-index-posts .page-numbers > li:not(:first-child) {
  padding-left: 3px; }

.nv-index-posts .page-numbers > li:not(:last-child) {
  padding-right: 3px; }

.nv-index-posts .page-numbers .current {
  padding: 3px 13px;
  border-radius: 5px;
  background-color: #B97C00;
  color: #fff; }

.nv-index-posts .page-numbers > li > a {
  text-decoration: none;
  padding: 3px 13px;
  border-radius: 5px;
  background-color: #ececec;
  color: #464646; }
  .nv-index-posts .page-numbers > li > a:hover {
    background-color: #B97C00;
    color: #fff; }

.header--row-inner.dark-mode,
.header--row-inner.dark-mode .sub-menu,
.header--row-inner.dark-mode .sub-menu li {
  background-color: #c01f2a;
  border: 0; }

.header-menu-sidebar.menu-sidebar-panel.light-mode.slide_left {
  background-color: inherit; }

.header-menu-sidebar.light-mode .header-menu-sidebar-bg {
  background-color: rgba(0, 0, 0, 0.9); }

.light-mode {
  color: #fff; }
  .light-mode .navbar-toggle {
    color: #fff; }
  .light-mode .icon-bar {
    background-color: #fff; }
