label {
  display: block;
  width: 100%;
  height: auto;
}

textarea, input {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #dadada;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: 0;
  border-color: #b0b0b0!important;
}

input#wp-comment-cookies-consent {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

input.submit,
input.search-submit {
  display: inline-block;
  width: auto;
  cursor: pointer;
  background-color: #212121;
  color: #e8e8e8;
}

input.submit:hover {
  background-color: #fbc761;
}

#blog-home .showcase__container {
  padding-top: 18%;
  padding-left: 90px;
}

#blog-home .showcase__h1 {
  font-size: 3.2rem;
  color: #e8e8e8;
}

#crumbs {
  display: inline-block;
  font-size: .8rem;
  color: #c3c3c3;
  margin-bottom: 20px;
}

#crumbs a {
  color: #c3c3c3;
}

#crumbs a:hover {
  color: #777;
  text-decoration: none;
}

#crumbs .current {
  color: #212121;
}

.blog-frontpage-head {
  margin-bottom: 4rem;
}

.blog-frontpage-head h1 {
  color: #202020 !important;
}

.post-thumb {
  position: relative;
}

.post-thumb a{
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow: hidden;
}

.post-content--home {
  margin-bottom: 48px;
}

.post-content--home .post-item {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.post-content--home .content {
  padding: 15px;
  height: 220px;
}

.post-content--home h2.header-post {
  margin: 10px 0 15px;
  font-size: 1.5rem;
}

.post-content--home h2.header-post a {
  color: #343a40;
}

.post-content--home h2.header-post a:hover {
  text-decoration: none;
}

.post-content--home .post-categories {
  position: absolute;
  top: 12px;
  left: 10px;
}

.post-content--home .post-categories .categories-item {
  display: inline;
  padding: 4px 8px;
  color: #e8e8e8;
  background-color: #fbc761;
  margin-right: 5px;
}

.post-content--home a.read-more {
  display: inline-block;
  padding: 10px 12px;
  line-height: 1rem;
  background-color: #212121;
  color: #e8e8e8;
  margin: 15px;
}

.post-content--home a.read-more:hover {
  background-color: #fbc761;
  text-decoration: none;
}

.post-content--home .post-info {
  display: block;
  width: 100%;
  font-size: .8rem;
  text-align: right;
  padding-right: 10px;
}

.post-content--home .post-info i {
  margin-right: 5px;
  color: #fbc761;
}

.sidebar-item {
  padding: 15px;
  margin-bottom: 48px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.sidebar-item .header {
  margin-bottom: 15px;
}

.sidebar-item li {
  position: relative;
  padding-bottom: 5px;
}

.sidebar-item .title a {
  color: #2a4f6c;
  padding-left: 20px;
  display: flex;
}

.sidebar-item .dropdown-toggle::after {
  display: none;
}

.sidebar-item .no-child,
.sidebar-item .dropdown-toggle i {
  position: absolute;
  top: 7px;
  left: 0;
  margin-right: 5px;
  font-size: .8rem;
  color: #fbc761
}

.sidebar-item ul.sub-menu {
  padding-left: 18px;
}

.sidebar-item ul.sub-menu li i {
  top: 12px;
}

.sidebar-item ul.sub-menu li:first-child {
  padding-top: 5px;
}

.blog-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog-container h1.head-content {
  margin-bottom: 40px;
}

.blog-container article {
  padding: 15px;
  margin-bottom: 48px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.blog-container img {
  max-width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}

.blog-container .img-thumb {
  display: block;
}

.blog-container .img-thumb img {
  width: 100%;
}

.blog-container h1,
.blog-container h2,
.blog-container h3,
.blog-container h4,
.blog-container h5,
.blog-container h6 {
  color: #343a40;
}

.entry-content ol,
.entry-content ul {
  padding-left: 20px;
  margin-left: 20px;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul {
  list-style: inherit;
}

.entry-content blockquote {
  border-left: 4px solid #000;
  padding-left: 1em;
}

.entry-content blockquote p {
  font-size: 1.3rem;
}

.entry-content blockquote cite {
  font-size: .8rem;
  color: #343a40;
}

.entry-title a {
  color: #343a40;
  text-decoration: none;
}

.entry-meta {
  color: #343a40;
  margin: 20px 0;
}

.entry-meta a {
  color: #343a40;
}

.entry-meta .fas {
  margin-right: 5px;
  color: #fbc761;
}

.entry-meta .meta-sep {
  display: inline-block;
  width: 8px;
}

.entry-footer {
  margin: 40px 0;
}

.entry-footer .cat-links h6,
.entry-footer .tag-links h6 {
  display: inline-block;
  font-weight: 400 !important;
  font-size: .8rem;
  padding: 4px 8px;
  margin-right: 5px;
  text-transform: uppercase;
  background-color: #212121;
  border: 1px solid #212121;
  color: #e8e8e8;
}

.entry-footer .cat-links {
  margin-right: 20px;
}

.entry-footer a {
  border: 1px solid #dadada;
  color: #212121;
  padding: 4px 8px;
  font-size: .8rem;
  text-transform: capitalize;
}

.entry-footer a:hover {
  background-color: #fbc761;
  border: 1px solid #fbc761;
  color: #e8e8e8;
  text-decoration: none;
}

#comments {
  margin-top: 40px;
}

#comments ul.children {
  padding-left: 40px;
}

#comments .comment-body {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

#comments .comment-meta {
  font-size: .8rem;
  margin: 10px 0;
}

.comment-form-cookies-consent label {
  width: auto;
  display: inline-block;
}

.screen-reader-text {
  display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  display: inline-block;
  margin-bottom: 60px;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
  display: inline-block;
  padding: 10px 12px;
  line-height: 1rem;
  background-color: #212121;
  color: #e8e8e8;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  background-color: #fbc761;
  text-decoration: none;
}

.nav-links .nav-next {
  float: right;
}

.next-prev-post {
  margin: 40px 0;
}

.next-prev-post .prev-post p,
.next-prev-post .next-post p {
  font-size: .8rem;
}

.next-prev-post .prev-post a,
.next-prev-post .next-post a {
  color: #fbc761;
  font-size: 1rem;
}

.next-prev-post .prev-post .npp-content,
.next-prev-post .next-post .npp-content {
  padding: 15px;
  background-color: #212121;
  color: #e8e8e8;
  min-height: 140px;
}

.next-prev-post .next-post {
  text-align: right;
}

.comment-reply-link,
#cancel-comment-reply-link {
  padding: 4px 8px;
  line-height: 1rem;
  background-color: #212121;
  color: #e8e8e8;
  font-size: .8rem;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  text-decoration: none;
  background-color: #fbc761;
  color: #e8e8e8;
}

@media (max-width: 575.98px) {
  .post-content--home .content {
    height: auto;
  }
}