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

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

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

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

.hentry {
  margin-bottom: 0;
}

.ast-header-break-point .main-header-bar {
  line-height: inherit;
}

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root {
  --color-primary: #b70d10;
  --color-primary-hover: #555;

  --color-body-text: #f0f0f0;
  --color-body-bg: #080707;

  --color-header-color: #777;
  --color-header-bg: #080707;

  --color-footer-color: #777;
  --color-footer-bg: #080707;

  --color-nav-color: #fff;
  --color-nav-bg: #111111;

  --color-section-bg: #111111;
  --color-section-color: #d0d0d0;
  --color-section-title: #fff;

  --color-floating-panel-bg: #000;

  --radius: 5px;

  --height-section: 15rem;

  --scroll-color: #555;
  --scroll-bg: #ccc;
  --scroll-width: 5px;
  --scroll-radius: 0px;

  --color-preview-color: #fff;

  --color-offcanvas-bg: #eee;
  --color-offcanvas-title: #000;
  --color-offcanvas-link: #000;
  --color-offcanvas-link-hover: #cd4524;

  --ast-global-color-0: var(--color-primary);
  --ast-global-color-5: var(--color-body-text);

  --color-green: #2B8500;
}

:focus-visible {
  outline: none;
}

a {
  color: var(--ast-global-color-0);
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: var(--ast-global-color-0-hover);
}

body {
  color: var(--color-body-text);
  background: var(--color-body-bg);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

body.ast-plain-container,
body.ast-page-builder-template {
  color: var(--color-body-text);
  background: var(--color-body-bg);
}

::-webkit-scrollbar {
  width: var(--scroll-width);
}

::-webkit-scrollbar-track {
  background: var(--scroll-bg);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: var(--scroll-color);
  border-radius: var(--scroll-radius);
}

header.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: var(--color-header-color);
  background: var(--color-header-bg);
  /*
  .ast-below-header-bar .site-below-header-wrap {
    .site-header-section {
      color: var(--color-nav-color);
      background: var(--color-nav-bg);
    }
  }
  */
}

header.site-header .ast-primary-header-bar,
header.site-header .ast-below-header-bar {
  background: none;
  color: inherit;
  border: 0px !important;
}

header.site-header.ast-logo-title-inline .ast-site-identity {
  padding: 0;
}

header.site-header .widget {
  position: relative;
  margin: 0;
}

header.site-header .ast-builder-menu-1 .main-header-menu,
header.site-header .ast-builder-menu-1 .main-header-menu .sub-menu {
  background: none;
  color: inherit;
}

header.site-header #ast-desktop-header .ast-below-header-wrap .ast-below-header-bar .site-below-header-wrap .ast-builder-grid-row .site-header-section,
header.site-header #ast-mobile-header .ast-below-header-wrap .ast-below-header-bar .ast-flex {
  color: var(--color-nav-color);
  background: var(--color-nav-bg);
}

header.site-header .ast-below-header-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .ast-below-header-bar ul a {
  display: block;
  padding: .5rem 1rem;
  text-align: center;
  color: #fff;
  font-size: .8rem;
}

@media only screen and (min-width: 576px) {
  header.site-header .ast-below-header-bar ul a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  header.site-header .ast-below-header-bar ul a {
    font-size: 1.25rem;
  }
}

header.site-header .ast-mobile-header-wrap .ast-below-header-bar,
header.site-header .ast-below-header-bar .site-below-header-wrap {
  min-height: 0;
}

header.site-header .ast-builder-menu-1 .main-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.site-header .ast-builder-menu-1 .main-header-menu .menu-item>.menu-link,
header.site-header .ast-builder-menu-1 .main-header-menu .menu-item.current>.menu-link {
  background: none;
  color: var(--color-nav-color);
  font-size: 1rem;
}

header.site-header .ast-builder-menu-1 .main-header-menu .menu-item>.menu-link:hover,
header.site-header .ast-builder-menu-1 .main-header-menu .menu-item.current>.menu-link:hover {
  color: var(--ast-global-color-0);
  background: rgba(0, 0, 0, 0.2);
}

header.site-header .ast-builder-menu-mobile .main-navigation .main-header-menu,
header.site-header .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
  background-color: var(--color-nav-bg);
  background-image: none;
}

header.site-header .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link,
header.site-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
header.site-header .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
header.site-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
header.site-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle {
  background: none;
  color: var(--color-nav-color);
  font-size: 1rem;
}

header.site-header #ast-desktop-header .ast-builder-grid-row.ast-grid-center-col-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0;
}

header.site-header #ast-desktop-header .site-header-primary-section-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header.site-header #ast-desktop-header .site-header-primary-section-center,
header.site-header #ast-desktop-header .site-header-primary-section-center>.header-widget-area {
  flex-grow: 1;
}

header.site-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  color: var(--ast-global-color-0);
}

header.site-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: var(--ast-global-color-0);
}

footer.site-footer .gototop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.is-scroll footer.site-footer .gototop {
  opacity: 1;
}

footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"],
footer.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  color: var(--color-footer-color);
  background: var(--color-footer-bg);
}

footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
  border-top: 1px solid var(--ast-global-color-0);
  border-bottom: 1px solid var(--ast-global-color-0);
}

footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] h1,
footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] h2,
footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] h3,
footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] h4,
footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] h5,
footer.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] h6 {
  color: var(--ast-global-color-0);
}

.ast-header-break-point .site-above-footer-wrap .widget {
  padding: 1rem;
}

.ast-plain-container.ast-no-sidebar #primary {
  padding: 1rem;
}

.category #primary,
.single #primary {
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--color-nav-bg);
}

.category #primary .page-title,
.single #primary .page-title {
  font-weight: 600;
}

.section__wrap {
  color: var(--color-section-color);
  background: var(--color-section-bg);
  border-radius: var(--radius);
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px var(--ast-global-color-0);
  box-shadow: 0 0 0 1px var(--ast-global-color-0);
}

.section__title {
  margin: 0;
  padding: .5rem 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-section-title);
  background: var(--ast-global-color-0);
  white-space: nowrap;
  overflow: hidden;
}

.section__title a,
.section__title a:hover {
  color: inherit;
}

.section__desc {
  margin: 0;
  padding: 0 0 .5rem 0;
  font-size: 0.85rem;
  line-height: 1.2;
  opacity: .75;
}

.section__body {
  padding: .5rem 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: var(--height-section);
}

@media only screen and (min-width: 576px) {
  .section__body {
    height: var(--height-section);
  }
}

.section__body ol {
  margin: 0;
  list-style: none;
}

.section__body ol li {
  counter-increment: item;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__body ol li::before {
  position: relative;
  margin: 0 0.25rem 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: counter(item);
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .85;
  font-size: 0.85rem;
  z-index: 10;
}

.section__body ol li .item {
  padding: .25rem 0;
}

.section__body ol li a {
  display: block;
  width: 100%;
  padding: .25rem 0;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-section-color);
}

.section__body ol li a:hover {
  color: var(--ast-global-color-0);
}

.section__body ol li {
  position: relative;
}

.section__body ol li section.floating-panel {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 28px;
  background-color: var(--color-floating-panel-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  z-index: 5;

  transition: opacity 0.25s;
}

.section__body ol li:hover section.floating-panel {
  opacity: 1;
  pointer-events: all;
}

.section__body ol li section.floating-panel a.ext {
  text-overflow: ellipsis;
}

.section__body ol li section.floating-panel a.int {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 5px;
  font-size: 0.8rem;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .section__body ol li section.floating-panel {
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
    background-color: transparent;
  }
}

#preview,
#default {
  position: relative;
  height: 114px;
  padding: 5px 0;
  overflow: hidden;
}

#preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-header-bg);
}

.preview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preview__img {
  position: relative;
}

.preview__img::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  padding: 0;
  border-radius: 20px;
  border: 4px solid transparent;
  border-top: 4px solid;
  -webkit-animation: rotation 500ms infinite linear;
  animation: rotation 500ms infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preview__img img {
  position: relative;
  z-index: 2;
  margin: 0 1px;
  padding: 0;
  width: 178px;
  height: 100px;
  -webkit-box-shadow: 0 0 0 1px var(--ast-global-color-0);
  box-shadow: 0 0 0 1px var(--ast-global-color-0);
  min-width: 178px;
  border-radius: var(--radius);
  overflow: hidden;
  opacity: 0;
}

.preview__body {
  width: 100%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 1rem;
  color: var(--color-preview-color);
}

.preview__text {
  max-height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  overflow-x: none;
  overflow-y: auto;
  font-size: 0.85rem;
  line-height: 1.4;
}

.preview__bottom {
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.2;
  border-top: 1px dashed var(--color-header-color);
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-overlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-inner {
  width: 320px;
  max-width: 80vw;
  background: var(--color-offcanvas-bg);
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-content>*:first-child {
  padding: 0;
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-content .ast-header-html {
  width: 100%;
  padding: 0 1rem 1rem;
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-content .widget-title {
  color: var(--color-offcanvas-title);
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-content ul {
  margin: 0 0 0 1.5em;
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-content ul a {
  display: block;
  padding: .75rem;
  font-weight: 500;
  color: var(--color-offcanvas-link);
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-content ul a:hover {
  color: var(--color-offcanvas-link-hover);
}

/* CATEGORY */

.category .cat_desc_wrap {
  max-height: 330px;
  padding-bottom: 2em;
}

@media screen and (min-width: 1200px) {
  .category .category-posts article:nth-child(3) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .category .category-posts article:nth-child(2) {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media screen and (min-width: 768px) {
  .category .category-posts article:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.category .cat_desc {
  height: 100%;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);

  overflow-y: auto;
}

.category .cat_desc h2,
.category .cat_desc h3,
.category .cat_desc h4,
.category .cat_desc h5 {
  margin-bottom: 1rem;
}

.category .blog-layout-1 {
  border: 0;
}

.category .category-post-content {
  padding-left: 0;
  padding-right: 0;
}

.category .category-post-content .category-post-thumb-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.category .category-post-content .category-post-thumb {
  float: none;
}

.category .category-post-content .ast-category-post-featured-section {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0;

  background: #241b15;
}

.category .category-post-content .ast-category-post-featured-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(25%, rgba(0, 0, 0, .58)), color-stop(50%, rgba(107, 107, 107, 0)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .58) 25%, rgba(107, 107, 107, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .58) 25%, rgba(107, 107, 107, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.category .category-post-content .category-post-thumb-img-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.category .category-post-content .category-post-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.category .category-post-content .category-post-thumb-links {
  opacity: 0;
  visibility: hidden;

  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  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;

  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.category .category-post-content .category-post-thumb-wrapper:hover .category-post-thumb-links {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.category .category-post-content .category-post-thumb-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  padding-left: 10px;
  padding-right: 10px;
}

.category .category-post-content .category-post-thumb-links a:nth-child(2) {
  margin-top: 1rem;
}


.category .category-post-content .category-post-thumb-links a .text {
  margin-right: .5rem;
}

.category .category-post-content .entry-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  margin-bottom: 0;
  padding: 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category .category-post-content .entry-header {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.category .category-post-content .entry-header a {
  color: #FFF;
  font-weight: 600;
  white-space: nowrap;
}

.category .category-post-content .entry-header a:hover {
  color: #FFF;
  text-decoration: none;
}

.category .category-post-content .entry-content {
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 5px;
}

.category .category-post-content .entry-header img {
  margin-right: 10px !important;
}

.category .category-post-content .entry-header p {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: .3rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .category .category-post-content .entry-header {
    font-size: 0.8rem;
  }
}

/* POST */

.single .main-post-image {
  width: 100%;
}

.single .scroll.post-description {
  max-height: 370px;
  overflow-x: hidden;
  overflow-y: auto;
}

.single .button-large {
  display: block;
  text-align: center;
  width: 100%;
}

.single .page-title {
  padding-bottom: 1rem;
  color: var(--ast-global-color-0);
  border-bottom: 2px solid var(--ast-global-color-0);
}

/* BUTTON */

.button-large {
  font-size: 1.3rem;
}

.button-secondary {
  background-color: var(--color-nav-bg);
  color: var(--color-nav-color);
}

@media screen and (max-width: 767px) {
  .button-large {
    font-size: 1.15rem;
  }
}

.button-green {
  background-color: var(--color-green);
  color: #FFF
}

.button-green:hover {
  background-color: var(--color-green);
  color: #FFF
}

.button-primary {
  background-color: var(--ast-global-color-0);
  color: #FFF
}

.button-primary:hover {
  background-color: var(--ast-global-color-0);
  color: #FFF
}