* {
  font-family: "Merriweather", sans-serif;
}

body {
/*   background-color: #eeeeee; */
  background-color: #fff;
  line-height: 1.8;
}

figure {
  margin-left: auto;
  margin-right: auto;
}

.header-desktop,
.header-mobile {
  background-color: #fff;
}

.header-desktop .header__logo {
  padding: 25px 0;
}

.header-desktop .header__logo-img {
  height: 60px;
}

.header-desktop .header__nav {
  background-color: #930007;
  height: 34px;
  border-top: solid 1px #b40009;
}

.header-desktop .header__nav-item {
  list-style-type: none;
  position: relative;
  transition: 0.2s;
}

.header-desktop .header__nav-item:hover,
.header-desktop .header__nav-item.current-menu-item {
  background-color: #7d1212;
}

.header-desktop .header__nav-item a {
  color: white;
  text-decoration: none;
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bolder;
  display: inline-block;
  padding: 0 10px;
}

.header-desktop .sub-menu {
  position: absolute;
  width: 200px;
  left: 0;
  z-index: 10;
  display: none;
  cursor: pointer;
  padding: 0;
}

.header-desktop .sub-menu li {
  padding: 0px 10px;
  background-color: #930007;
  transition: 0.2s;
}

.header-desktop .sub-menu li:hover {
  background-color: #7d1212;
}

.header-desktop .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.header-desktop ul#topnav > .header__nav-item:hover .sub-menu {
  display: block;
}

.header-desktop .header__search-form input {
  width: 220px;
  font-family: Roboto;
  font-size: 13px;
  padding-left: 8px;
  margin-right: 8px;
}

.header-mobile {
  border-bottom: 1px solid #eaeaea;
  padding: 0 12px;
  z-index: 999;
}

.header-mobile .header__logo {
  padding: 10px 0;
}

.header-mobile .header__logo-img {
  height: 74px;
}

.header-mobile .header__search-form {
  width: 100%;
  padding: 12px;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  z-index: 998;
}

.header-mobile .header__search-form form input {
  flex: 1;
  border: 1px solid #eaeaea;
  border-right: unset;
  border-radius: 0;
  padding-left: 12px;
  font-family: Roboto;
  font-size: 13px;
}

.header-mobile .header__search-form form button {
  background-color: #dc1616;
  border: 1px solid #dc1616;
  border-left: none;
}

.header__search-icon {
  cursor: pointer;
}

.header-mobile .header__nav {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.header-mobile .header__nav-logo {
  box-shadow: inset 0px -1px 0px #e5e5e5;
}

.header-mobile .header__nav-logo {
  box-shadow: inset 0px -1px 0px #e5e5e5;
}

.header-mobile ul {
  list-style: none;
}

.header-mobile ul#topnav {
  padding: 20px;
  padding-top: 0;
  overflow-y: auto;
}

.header-mobile ul#topnav {
  height: calc(100vh - 65px);
  overflow: auto;
}

.header-mobile ul#topnav > li {
  border-bottom: 1px solid #e5e5e5;
}

.header-mobile ul.sub-menu > li {
  border-top: 1px solid #e5e5e5;
}

.header-mobile ul.sub-menu > li a {
  font-weight: 400;
}

.header-mobile ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #222;
  padding: 10px;
  display: inline-block;
  font-weight: bolder;
}

.header-mobile ul li .sub-menu {
  display: none;
}

footer {
  margin-top: 30px;
}

@media only screen and (max-width: 576px) {
  footer {
    margin-top: 20px;
  }
}

.footer__nav {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
  padding: 9px 0;
}

.footer__nav ul {
  white-space: nowrap;
  overflow: auto;
}

.footer__nav-item {
  list-style-type: none;
}

.footer__nav-item a {
  font-size: 13px;
  color: black;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__content {
  background-color: #f8f8f9;
}

.footer__content-title {
  font-size: 15px;
  font-weight: bolder;
  margin-bottom: 16px;
}

.footer__content p {
  font-size: 14px;
  margin-bottom: 8px;
}

.boxnews + .boxnews {
  margin-top: 30px;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb-item a {
  color: var(--main-color);
  text-decoration: none;
}

/* Search Page */
.search-page-form-search input {
  flex: 1;
  border: 1px solid #930007;
  height: 36px;
  padding-left: 12px;
  font-size: 14px;
  font-family: Roboto;
}

.search-page-form-search button {
  border: 1px solid #930007;
  background-color: #930007;
  color: white;
  height: 36px;
  width: 120px;
  font-size: 15px;
}

.search-page h1 {
  font-size: 20px;
}

.single-post .post-content figure {
  max-width: 65%;
}

.single-post .post-content p img {
  max-width: 65%;
}

@media (max-width: 600px) {
.single-post .post-content figure {
  max-width: 90%;
}

.single-post .post-content p img {
  max-width: 90%;
}	
}

.single-post figcaption {
  display: block;
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  color: #666;
  font-size: 13px;
  font-style: italic;
}

.single-post figcaption p {
  margin: 0;
}

.tags {
  border-top: solid 1px #e4e4e4;
  padding: 10px 0;
}

.tags p {
  font-size: 14px;
  margin: 0;
  color: gray;
}

.tags a {
  text-decoration: none;
  color: #282b2d;
  font-weight: bolder;
}

#comments {
  display: none;
}

.comment-form p {
  margin-bottom: 4px;
}

.comment-reply-title {
  font-size: 15px;
  font-weight: bold;
}

.comment-notes {
  display: none;
}

.comment-form-url {
  display: none;
}

.comment-form .form-submit .submit {
  font-size: 14px;
  border-radius: 2px;
  background-color: #c51b1e;
  color: #fff;
  padding: 7px 32px;
  margin: 0;
  cursor: pointer;
  border: 0;
}

.comment-form textarea:focus {
  outline: none;
}

.comment-form textarea {
  background-color: white;
  width: 100%;
  height: 66px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
  -webkiet-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Roboto;
}

.comment-form-author input,
.comment-form-email input {
  background-color: white;
  width: 100%;
  height: 36px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
  -webkiet-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Roboto;
}

.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 48%;
}

.comment-form-email {
  margin-left: 10px;
}

.comment-form input:focus {
  outline: none;
}

.comment-form label {
  font-size: 15px;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}

.commentlist .children {
  list-style: none;
}

.comment-body .edit-link {
  display: none;
}

.comment-meta .comment-author {
  display: inline-block;
}

.comment-meta .comment-metadata {
  display: inline-block;
  margin-left: 8px;
}

.comment-meta .comment-metadata a {
  text-decoration: none;
  font-size: 13px;
  color: #9f9f9f;
}

.comment-author .says {
  display: none;
}

.comment-author .fn {
  padding-left: 4px;
}

.comment-author .fn a {
  text-decoration: none;
  color: #282b2d;
  font-size: 16px;
}

.comment-content {
  padding-left: 40px;
  color: #4f4f4f;
  font-size: 15px;
}

.comment-content p {
  margin: 8px 0;
}

.comment-content p:first-child {
  margin-top: 0;
}

.comment-body .reply {
  padding-left: 40px;
}

.comment-body .reply a {
  font-size: 14px;
  color: #757575;
  text-decoration: none;
}

.commentlist footer {
  margin-top: 15px;
}

.commentlist ul.children {
  padding-left: 40px;
}

.comment-author img {
  border-radius: 50%;
}

@media only screen and (max-width: 576px) {
  .comment-author .fn,
  .comment-author .fn a {
    font-size: 16px;
  }

  .comment-meta .comment-metadata a {
    font-size: 12px;
  }

  .comment-content {
    font-size: 14px;
  }

  .comment-body .reply a {
    font-size: 13px;
  }
}

#page-builder .category_section:first-child {
  margin-top: 0 !important;
}

#page-builder .video_section:not(:first-child) {
  margin-top: 30px;
}

.video_section_item .bg-overlay::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  opacity: 0;
  z-index: 1;  
}

.video_section_item .bg-overlay[active="true"]::before {
  opacity: 1;
}

/* Author Page */

.author-page .author-info img.avatar {
  border-radius: 50%;
}

.author-page .author-desc img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.author-page .author-desc img.alignleft {
	display: block;
	margin-right: auto;
}

.author-page .author-desc img.alignright {
	display: block;
	margin-left: auto;
}

/* .author-page .author-desc {
  font-size: 15px;
  word-wrap: break-word;
  white-space: pre-wrap;
} */

.pagination .page-numbers {
  padding: 4px 12px;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
}

.pagination .page-numbers {
  padding: 4px 12px;
  min-width: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
  transition: .3s;
  background-color: white;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  color: #fff;
}

.pagination .page-numbers {
  color: #757575;
  text-decoration: none;
}

