/* Extracted color-related declarations from style.css */
/** * WEBSITE: * TWITTER: * FACEBOOK: * GITHUB: */ /* typography */ body {
  color: #333 !important;
}

p {
  color: #333 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #131313 !important;
}

.btn-primary {
  background: #004da0 !important;
  color: #fff !important;
  border-color: #004da0 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active .btn-primary:focus, .btn-primary.focus {
  background: #004da0 !important;
  border-color: #004da0 !important;
}

.btn-outline-primary {
  background: transparent !important;
  color: #004da0 !important;
  border-color: #004da0 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active .btn-outline-primary:focus, .btn-outline-primary.focus {
  background: #004da0 !important;
  border-color: #004da0 !important;
  color: #fff !important;
}

body {
  background-color: #fff !important;
}

::-moz-selection {
  background: #004da0 !important;
  color: #fff !important;
}

::selection {
  background: #004da0 !important;
  color: #fff !important;
}

/* preloader */ .preloader {
  background-color: #fff !important;
}

a:hover {
  color: #004da0 !important;
}

.border-default {
  border-color: #ececec !important;
}

.border-primary {
  border-color: #004da0 !important;
}

.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb-item a {
  color: #004da0 !important;
}

.overlay::before {
  background: #000 !important;
}

.bg-primary {
  background: #004da0 !important;
}

.text-primary {
  color: #004da0 !important;
}

.text-default {
  color: #333 !important;
}

.bg-dark {
  background-color: #131313 !important;
}

.navigation {
  background-color: #007bff !important;
}

.navigation .nav-item {
  background-color: #007bff !important;
}

.navigation .nav-item.dropdown .nav-link::before {
  border-color: inherit !important;
}

.navigation .dropdown-item.active, .navigation .dropdown-item:active, .navigation .dropdown-item:focus, .navigation .dropdown-item:hover {
  color: initial !important;
  background-color: transparent !important;
}

.navigation .navbar-light .navbar-toggler {
  border-color: transparent !important;
  color: #000 !important;
}

.navigation .navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}

.navigation .navbar-light .navbar-nav .nav-link:hover {
  color: #000 !important;
}

.navigation .navbar-nav {
  background-color: #007bff !important;
}

.navigation .search input {
  background: url(data:image/png) !important;
}

.navbar-footer .nav-item .nav-link {
  color: #fff !important;
}

.card-meta li a {
  color: #888 !important;
}

.card-meta li a:hover {
  color: #004da0 !important;
}

.card-footer {
  background-color: transparent !important;
}

.card-footer span {
  color: #888 !important;
}

.card-image .post-info span {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
}

.post-title {
  color: #000 !important;
}

a.post-title:hover {
  color: #004da0 !important;
}

.pagination .page-item .page-link {
  color: #131313 !important;
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  background: #004da0 !important;
  color: #fff !important;
}

.pagination .page-item.active .page-link {
  background: #004da0 !important;
  color: #fff !important;
  border-color: #004da0 !important;
}

.post-meta li {
  color: #888 !important;
}

.post-meta li a {
  background-color: rgba(19, 19, 19, 0.05) !important;
  color: black !important;
}

.post-meta li a:hover {
  background-color: rgba(61, 234, 164, 0.25) !important;
}

.image-fallback {
  background-color: #f2f2f2 !important;
}

.image-fallback::first-letter {
  color: #19234C !important;
}

.breadcrumbs {
  background-color: transparent !important;
}

.breadcrumbs a {
  color: #131313 !important;
}

.breadcrumbs a:last-child {
  color: rgba(19, 19, 19, 0.5) !important;
}

.content a {
  color: inherit !important;
}

.content a:hover {
  color: #000 !important;
}

.content ul li::before {
  background-color: #004da0 !important;
}

.content table thead {
  background: #f1f1f1 !important;
}

.content table tbody {
  background: #F6F6F6 !important;
}

.content blockquote p {
  color: #333 !important;
}

.content blockquote {
  border-color: #004da0 !important;
}

.content pre {
  background: #F6F6F6 !important;
}

.widget-body {
  background-color: #fff !important;
}

.widget-list li a {
  background-color: rgba(19, 19, 19, 0.05) !important;
  color: black !important;
}

.widget-list li a:hover {
  background-color: rgba(61, 234, 164, 0.25) !important;
}

.copyright {
  background-color: #0e0e0e !important;
  color: #e8e8e8 !important;
}

.navbar-footer .nav-link:hover {
  color: #004da0 !important;
}

.form-control:focus {
  border-color: #131313 !important;
}

.article-box-title {
  background: #e0efff;
}