@import url("https://watchpanamonline.com/gfonts-css/css2?family=Lexend:wght@300;400;500;600&family=Open+Sans:wght@400;700&family=Roboto:wght@300;400;700&display=swap");
@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Light"), local("Helvetica-Neue-Light"), url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Roman"), local("Helvetica-Neue-Roman"), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Bold"), local("Helvetica-Neue-Bold"), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

* {
  font-family: 'Helvetica Neue' ,'Roboto' !important;
  box-sizing: border-box; }

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free" !important; }

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands" !important; }

@media (max-width: 1236px) {
  .container.grid-container {
    padding: 0 20px; } }

.sk-loading-animation {
  height: 50px;
  display: none;
  justify-content: center;
  align-items: center; }
  .sk-loading-animation div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin: 0.5rem;
    animation: loading 2.5s ease-in-out infinite; }
    .sk-loading-animation div:nth-child(0) {
      animation-delay: 0s; }
    .sk-loading-animation div:nth-child(1) {
      animation-delay: 0.2s; }
    .sk-loading-animation div:nth-child(2) {
      animation-delay: 0.4s; }
    .sk-loading-animation div:nth-child(3) {
      animation-delay: 0.6s; }
    .sk-loading-animation div:nth-child(4) {
      animation-delay: 0.8s; }
    .sk-loading-animation div:nth-child(5) {
      animation-delay: 1s; }

@keyframes loading {
  0%,
  100% {
    transform: scale(0.2);
    background-color: #cecece; }
  42% {
    background-color: #d90000; }
  50% {
    transform: scale(1);
    background-color: #252525; } }

body {
  margin-left: 0 !important; }

.sk-header-container {
  position: relative; }
  .sk-header-container .site-header .main-navigation .main-nav ul li a {
    font-weight: bold; }
  .sk-header-container .site-header .icon-search {
    border: 1px solid #e1e1e1;
    padding: 5px 7px;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    height: 30px;
    width: 30px; }
  .sk-header-container .sk-fly-menu-bar-wrap {
    position: absolute;
    z-index: 999;
    top: 18%;
    left: 25px;
    width: 30px;
    height: 44px;
    display: none; }
    @media (max-width: 767px) {
      .sk-header-container .sk-fly-menu-bar-wrap {
        display: none; } }
    .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar {
      position: relative;
      cursor: pointer;
      width: 30px;
      height: 44px; }
      .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar span {
        background: #333333;
        display: block;
        position: absolute;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        height: 3px; }
        .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar span:nth-child(1) {
          top: 12.5px;
          width: 30px; }
        .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar span:nth-child(2), .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar span:nth-child(3) {
          top: 20.5px;
          width: 24px; }
        .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar span:nth-child(3) {
          top: 20.5px;
          width: 24px; }
        .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar span:nth-child(4) {
          top: 28.5px;
          width: 18px; }
      .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar:hover span {
        background: #fe074e; }
      .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar.sk-fly-menu-open span:nth-child(1), .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar.sk-fly-menu-open span:nth-child(4) {
        top: 16px;
        left: 50%;
        width: 0; }
      .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar.sk-fly-menu-open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 30px; }
      .sk-header-container .sk-fly-menu-bar-wrap .sk-fly-menu-bar.sk-fly-menu-open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 30px; }

.site-logo a img {
  max-height: 50px; }

@media (max-width: 1700px) {
  .site-logo {
    padding-left: 60px; } }

@media (max-width: 767px) {
  .site-logo {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .main-navigation .main-nav ul li {
    text-align: center !important; } }

@media (max-width: 1056px) {
  .main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 876px) {
  .main-navigation .main-nav ul li a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px; } }

.sk-nav-item {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center; }
  .sk-nav-item .sk-menu-icon {
    display: flex;
    transform: rotate(0deg);
    transition: all 0.5s ease-in; }
  .sk-nav-item span {
    display: block; }
  .sk-nav-item:hover .sk-menu-icon {
    transform: rotate(360deg);
    transition: all 0.5s ease-in; }

.sk-body-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  display: none; }
  .sk-body-bg-overlay.active {
    display: block; }

.sk-side-nav-container {
  position: fixed;
  left: -300px;
  top: 0;
  background-color: #ffff;
  z-index: 9999;
  height: 100%;
  width: 300px;
  padding: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .sk-side-nav-container .sk-logo-holder {
    display: flex;
    justify-content: space-between; }
    .sk-side-nav-container .sk-logo-holder .sk-close-btn {
      position: relative;
      cursor: pointer;
      width: 30px;
      height: 44px; }
      .sk-side-nav-container .sk-logo-holder .sk-close-btn span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        height: 3px;
        background: #333333; }
        .sk-side-nav-container .sk-logo-holder .sk-close-btn span:nth-child(1) {
          top: 16px;
          left: 50%;
          width: 0%; }
        .sk-side-nav-container .sk-logo-holder .sk-close-btn span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          width: 30px;
          top: 20.5px; }
        .sk-side-nav-container .sk-logo-holder .sk-close-btn span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          width: 30px;
          top: 20.5px; }
        .sk-side-nav-container .sk-logo-holder .sk-close-btn span:nth-child(4) {
          top: 16px;
          left: 50%;
          width: 0%; }
  .sk-side-nav-container .menu-side-menu-container .sk-side-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sk-side-nav-container .menu-side-menu-container .sk-side-menu li {
      display: block;
      border-bottom: 1px solid #e5e5e5; }
      .sk-side-nav-container .menu-side-menu-container .sk-side-menu li:last-child {
        border-bottom: none; }
      .sk-side-nav-container .menu-side-menu-container .sk-side-menu li a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        padding: 8px 0;
        text-transform: uppercase;
        color: #333333; }
        .sk-side-nav-container .menu-side-menu-container .sk-side-menu li a:hover {
          color: #fe074e; }
  .sk-side-nav-container.active {
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.main-navigation {
  background-color: #000000; }

.sk-page-container {
  width: 100%; }
  .sk-page-container .sk-main-body {
    margin-bottom: 20px; }
    .sk-page-container .sk-main-body .sk-category-section .sk-section-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 25px;
      text-align: center;
      padding: 16px 0 0 0;
      color: #474747;
      position: relative; }
      .sk-page-container .sk-main-body .sk-category-section .sk-section-title:before {
        content: " ";
        display: block;
        border-bottom: 8px double #D32F2F;
        position: absolute;
        width: 100%;
        left: 0;
        top: 25px; }
      .sk-page-container .sk-main-body .sk-category-section .sk-section-title .title-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .sk-page-container .sk-main-body .sk-category-section .sk-section-title .title-wrap .title-inner {
          display: flex;
          align-items: center;
          gap: 10px;
          background-color: #f7f8f9;
          padding: 0 15px; }
    @media (max-width: 860px) {
      .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-main-body {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 860px) {
      .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
    .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container {
      padding: 15px 15px 3px 15px;
      border-radius: 5px;
      background-color: #ffffff; }
      .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container .sk-tabs {
        position: relative;
        width: 100%;
        display: flex;
        background: #FFFFFF;
        border: 1px solid #E9E9E9;
        box-shadow: 1px 1px 4px #e3e3e3;
        margin-bottom: 8px;
        padding: 1px;
        margin-left: 0; }
        .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container .sk-tabs .tab {
          width: 100%;
          cursor: pointer;
          border: none;
          text-align: center;
          padding: 8px 12px;
          background: #FFFFFF;
          color: #474747;
          list-style: none;
          margin-left: 0;
          font-weight: 600;
          font-size: 14px;
          line-height: 21px;
          margin-bottom: 0; }
          .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container .sk-tabs .tab:hover {
            background-color: #f3f3f3; }
          .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container .sk-tabs .tab.active {
            background: #D32F2F;
            color: #fff; }
            .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container .sk-tabs .tab.active:hover {
              background: #D32F2F; }
      .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content] {
        display: none; }
        .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content].active {
          display: block; }
        .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content] .sk-tab-content-list {
          list-style: none;
          margin: 0; }
          .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content] .sk-tab-content-list li a {
            width: 100%;
            text-decoration: none;
            display: flex;
            gap: 12px;
            min-height: 54px;
            padding-top: 8px; }
            .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content] .sk-tab-content-list li a .post-list-number {
              display: block;
              text-align: center;
              flex: none;
              height: 36px;
              width: 36px;
              background-color: #d32f2f;
              color: #ffffff;
              border-radius: 100%;
              font-size: 18px;
              line-height: 36px; }
            .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content] .sk-tab-content-list li a .sk-tab-content-title {
              width: 100%;
              padding-bottom: 12px;
              border-bottom: 1px solid #E9E9E9; }
              .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content] .sk-tab-content-list li a .sk-tab-content-title .sk-post-title {
                display: -webkit-box;
                font-weight: 400;
                color: #2D2D2D;
                font-size: 13px;
                line-height: 18px; }
          .sk-page-container .sk-main-body .sk-category-section .sk-section-content .sk-section-holder .sk-section-sidebar .sk-tab-container [data-tab-content] .sk-tab-content-list li:last-child a .sk-tab-content-title {
            border-bottom: none; }
    .sk-page-container .sk-main-body .sk-section-body {
      padding: 15px 12px 3px 12px;
      background-color: #ffffff;
      border-radius: 5px; }
      .sk-page-container .sk-main-body .sk-section-body .sk-slider {
        padding: 0 5px; }
      .sk-page-container .sk-main-body .sk-section-body .sk-category-post-primary .sk-section-primary-post {
        display: block;
        position: relative;
        height: 200px; }
        .sk-page-container .sk-main-body .sk-section-body .sk-category-post-primary .sk-section-primary-post img {
          width: 60%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px;
          object-position: top;
          margin: 0 0 0 auto;
          display: block; }
        .sk-page-container .sk-main-body .sk-section-body .sk-category-post-primary .sk-section-primary-post .sk-post-title-wrap {
          display: flex;
          flex-direction: column;
          gap: 8px;
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 100%;
          justify-content: space-between;
          padding: 20px;
          background: linear-gradient(272.1deg, rgba(0, 0, 0, 0) 27.55%, #d12e2e 56.61%, #812525 99.26%);
          border-radius: 8px; }
          .sk-page-container .sk-main-body .sk-section-body .sk-category-post-primary .sk-section-primary-post .sk-post-title-wrap .sk-post-title {
            font-weight: 600;
            font-size: 20px;
            line-height: 26px;
            color: #FFFFFF;
            width: 50%;
            margin-top: 7px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
            @media (max-width: 767px) {
              .sk-page-container .sk-main-body .sk-section-body .sk-category-post-primary .sk-section-primary-post .sk-post-title-wrap .sk-post-title {
                font-size: 16px;
                line-height: 20px; } }
      .sk-page-container .sk-main-body .sk-section-body .sk-post-thumb {
        display: inline-flex;
        width: calc(50% - 32px);
        flex-direction: row;
        position: relative;
        padding: 12px 15px 12px 15px; }
        .sk-page-container .sk-main-body .sk-section-body .sk-post-thumb .sk-post-wrap {
          display: flex;
          gap: 12px;
          position: relative;
          cursor: pointer;
          flex: unset;
          text-decoration: none;
          width: 100%; }
          @media (max-width: 600px) {
            .sk-page-container .sk-main-body .sk-section-body .sk-post-thumb .sk-post-wrap {
              display: block; } }
          .sk-page-container .sk-main-body .sk-section-body .sk-post-thumb .sk-post-wrap .sk-post-title {
            justify-content: space-between;
            display: flex;
            flex-direction: column;
            gap: 3px;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #2D2D2D; }
          .sk-page-container .sk-main-body .sk-section-body .sk-post-thumb .sk-post-wrap img {
            width: 84px;
            height: 80px;
            border-radius: 4px;
            object-fit: cover;
            flex-shrink: 0;
            margin: 0 !important;
            display: block; }
            @media (max-width: 600px) {
              .sk-page-container .sk-main-body .sk-section-body .sk-post-thumb .sk-post-wrap img {
                width: 100%;
                margin-bottom: 5px !important; } }

.sk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .sk-row [class*="sk-col"] {
    padding-left: 10px;
    padding-right: 10px; }
  .sk-row .sk-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .sk-row .sk-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .sk-row .sk-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .sk-row .sk-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .sk-row .sk-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%; }

.sk-page-title {
  background: #3d0000;
  background: -moz-linear-gradient(90deg, #3d0000 0%, #e30613 50%, #3d0000 100%);
  background: -webkit-linear-gradient(90deg, #3d0000 0%, #e30613 50%, #3d0000 100%);
  background: linear-gradient(90deg, #3d0000 0%, #e30613 50%, #3d0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d0000",endColorstr="#3d0000",GradientType=1);
  color: #ffffff; }
  @media (max-width: 1640px) {
    .sk-page-title {
      padding-left: 20px;
      padding-right: 20px; } }
  .sk-page-title .page-header {
    background-color: transparent !important;
    text-align: center;
    padding: 10px 0 10px 0 !important; }
    .sk-page-title .page-header .page-title {
      font-size: 24px;
      font-weight: bold;
      margin: 0; }
    .sk-page-title .page-header .sk-description {
      text-align: center; }
      .sk-page-title .page-header .sk-description p {
        font-size: 16px;
        margin: 0; }

.sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.5em; }
  .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-counter {
    text-align: center;
    flex: none;
    height: 36px;
    width: 36px;
    background-color: #d32f2f;
    color: #ffffff;
    border-radius: 100%;
    font-size: 18px;
    line-height: 36px; }
    @media (max-width: 1200px) {
      .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-counter {
        height: 28px;
        width: 28px;
        font-size: 12px;
        line-height: 30px; } }
  .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-item-wrap {
    display: flex;
    gap: 12px;
    position: relative;
    cursor: pointer;
    flex: unset;
    text-decoration: none;
    width: 100%; }
    .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-item-wrap img {
      width: 84px;
      height: 80px;
      border-radius: 4px;
      object-fit: cover;
      flex-shrink: 0;
      margin: 0 !important;
      display: block; }
      @media (max-width: 1200px) {
        .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-item-wrap img {
          width: 100%; } }
      @media (max-width: 767px) {
        .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-item-wrap img {
          width: 84px; } }
    .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-item-wrap .sk-tab-content-title {
      justify-content: space-between;
      display: flex;
      flex-direction: column;
      gap: 3px; }
      .sk-widget .sk-post-list-holder .sk-post-list .sk-post-list-item .sk-post-item-wrap .sk-tab-content-title .sk-post-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #2D2D2D; }

.single .entry-meta {
  display: block; }

.sk-more-post-btn {
  display: block;
  text-align: center;
  border: 1px solid #d32f2f;
  border-radius: 0;
  text-decoration: none;
  padding: 8px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #d32f2f;
  color: #ffffff; }
  .sk-more-post-btn:hover {
    background-color: #830000;
    color: #ffffff; }

@media (max-width: 767px) {
  .container .site-content .content-area {
    padding-right: 20px;
    padding-left: 20px; } }

.sk-no-posts {
  text-align: center;
  background-color: #d32f2f;
  color: #ffffff;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: none;
  font-size: 14px;
  font-weight: 600; }

.author-social-area {
  margin-top: 5px; }
  .author-social-area .author-socials {
    display: flex;
    gap: 8px; }
    .author-social-area .author-socials a {
      display: block; }
      .author-social-area .author-socials a i {
        font-size: 20px; }

.sk-post-img {
  position: relative; }
  .sk-post-img .sk-figcaption-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 33px 0 15px; }
    .sk-post-img .sk-figcaption-holder figcaption {
      position: relative; }
      .sk-post-img .sk-figcaption-holder figcaption .sk-img-cap-inner {
        position: relative; }
        .sk-post-img .sk-figcaption-holder figcaption .sk-img-cap-inner p {
          font-size: 12px;
          color: #ffffff;
          margin: 0;
          display: none;
          line-height: 16px;
          padding: 10px 0; }
        .sk-post-img .sk-figcaption-holder figcaption .sk-img-cap-inner p.sk-img-via {
          display: block; }
        .sk-post-img .sk-figcaption-holder figcaption .sk-img-cap-inner p.sk-img-via {
          font-weight: bold; }
        .sk-post-img .sk-figcaption-holder figcaption .sk-img-cap-inner .sk-cap-sh-btn {
          position: absolute;
          cursor: pointer;
          padding: 8px 0 8px 8px;
          top: 0;
          right: -33px; }

.page:not(.home) .site-main .inside-article .entry-header {
  display: none; }

.page:not(.home) .site-main .entry-content h2 {
  font-size: 22px;
  font-weight: 600; }

.page:not(.home) .site-main .entry-content h6 {
  font-weight: 600; }

.page:not(.home) .sk-page-header-container {
  text-align: center;
  color: #ffffff;
  background: #3d0000;
  background: -moz-linear-gradient(90deg, #3d0000 0%, #e30613 50%, #3d0000 100%);
  background: -webkit-linear-gradient(90deg, #3d0000 0%, #e30613 50%, #3d0000 100%);
  background: linear-gradient(90deg, #3d0000 0%, #e30613 50%, #3d0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d0000",endColorstr="#3d0000",GradientType=1);
  padding: 10px 20px;
  margin-bottom: 20px; }
  .page:not(.home) .sk-page-header-container h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600; }

.page:not(.home) .site-content .content-area {
  width: 100%; }

.page:not(.home) .site-content .sidebar {
  display: none; }

.entry-content h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700; }

.single .site-content .content-area .site-main article .entry-header .entry-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700; }

.single .site-content .content-area .site-main article .entry-header .entry-meta {
  display: flex;
  flex-flow: column-reverse;
  font-size: 11px; }
  .single .site-content .content-area .site-main article .entry-header .entry-meta .byline {
    text-transform: capitalize;
    font-weight: bold; }
    .single .site-content .content-area .site-main article .entry-header .entry-meta .byline .author a {
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none; }

.single .site-content .content-area .site-main article .entry-content h2 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

.single .comments-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  display: none; }
  .single .comments-area #comments {
    background: #fff;
    padding: 20px;
    position: relative; }
    .single .comments-area #comments .sk-comment-close-btn {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      height: 30px;
      width: 30px;
      text-align: center;
      background: #bf0000;
      color: #fff;
      line-height: 30px;
      cursor: pointer; }

.sk-custom-author-area {
  order: 3;
  background: #ffffff;
  padding: 20px; }
  .sk-custom-author-area .sk-author-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px; }
    .sk-custom-author-area .sk-author-header .author-avatar img {
      border-radius: 100%; }
    .sk-custom-author-area .sk-author-header .author-details .author-name {
      font-style: normal;
      font-weight: bold;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 24px;
      color: #0A0A0A; }
    .sk-custom-author-area .sk-author-header .author-details .author-posts-counter {
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 13px;
      color: #0A0A0A; }
  .sk-custom-author-area .author-details .author-bio {
    font-size: 16px; }
  .sk-custom-author-area .sk-authors {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; }
    .sk-custom-author-area .sk-authors .author-website a {
      text-decoration: none;
      background-color: #d32f2f;
      padding: 8px 12px;
      border-radius: 5px;
      font-style: normal;
      font-weight: bold;
      font-size: 11px;
      line-height: 16px;
      color: #FFFFFF; }
    .sk-custom-author-area .sk-authors .sk-author-link .sk-author-name {
      font-size: 11px;
      text-transform: uppercase; }

.inside-article footer.entry-meta {
  display: none; }

.comments-area .comment-reply-title {
  font-size: 20px;
  font-weight: bold; }

.comments-area .comment-form .comment-form-comment {
  width: 100%;
  margin-bottom: 0; }
  .comments-area .comment-form .comment-form-comment textarea {
    max-height: 70px;
    border-radius: 10px; }

.comments-area .comment-form #author {
  width: 100%;
  display: none;
  border-radius: 10px; }

.comments-area .comment-form #email {
  width: 100%;
  display: none;
  border-radius: 10px; }

.comments-area .comment-form .comment-form-cookies-consent,
.comments-area .comment-form #url {
  display: none; }

.comments-area .comment-form .form-submit {
  display: none; }
  .comments-area .comment-form .form-submit .submit {
    background-color: #d32f2f;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px; }

.widget-title {
  background-color: #d32f2f;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 8px 12px;
  margin-bottom: 20px; }

.sk-related-post-area .related-header h2 {
  font-size: 20px;
  font-weight: 600; }

.sk-author-info {
  margin-bottom: 20px; }

.post-comment-area {
  margin-top: 20px;
  order: 4; }
  .post-comment-area .post-comment-btn {
    background: #ffffff;
    padding: 20px;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    .post-comment-area .post-comment-btn .social-media .social-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 15px; }
      .post-comment-area .post-comment-btn .social-media .social-list li a i {
        font-size: 22px; }
    .post-comment-area .post-comment-btn .comment-btn a.sk-comment-btn {
      display: flex;
      gap: 10px;
      text-decoration: none; }
      .post-comment-area .post-comment-btn .comment-btn a.sk-comment-btn .sk-comment-counter {
        display: block; }
    @media (max-width: 767px) {
      .post-comment-area .post-comment-btn .sk-separator {
        display: none; } }

.wp-block-image figure {
  position: relative;
  margin-bottom: 20px !important; }
  .wp-block-image figure .wp-element-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: 0;
    color: #ffffff;
    text-align: left;
    padding: 6px 12px; }

.wp-block-embed {
  margin-bottom: 20px !important; }

.entry-content {
  margin-bottom: 20px; }

.wp-block-table table tr td {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  font-size: 14px; }

.wp-block-table table tr:first-child td {
  background-color: #d32f2f; }
  .wp-block-table table tr:first-child td strong {
    color: #ffffff;
    font-size: 16px; }

.menu-footer-menu-container,
.menu-footer-container {
  text-align: center; }
  .menu-footer-menu-container #menu-footer-menu li,
  .menu-footer-menu-container #menu-footer li,
  .menu-footer-container #menu-footer-menu li,
  .menu-footer-container #menu-footer li {
    display: inline-block;
    margin-right: 10px; }
    .menu-footer-menu-container #menu-footer-menu li:last-child,
    .menu-footer-menu-container #menu-footer li:last-child,
    .menu-footer-container #menu-footer-menu li:last-child,
    .menu-footer-container #menu-footer li:last-child {
      margin-right: 0; }
    .menu-footer-menu-container #menu-footer-menu li a,
    .menu-footer-menu-container #menu-footer li a,
    .menu-footer-container #menu-footer-menu li a,
    .menu-footer-container #menu-footer li a {
      display: block;
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #333333; }
      .menu-footer-menu-container #menu-footer-menu li a:hover,
      .menu-footer-menu-container #menu-footer li a:hover,
      .menu-footer-container #menu-footer-menu li a:hover,
      .menu-footer-container #menu-footer li a:hover {
        color: #fe074e; }

.footer-widgets-container {
  padding: 20px 0 0 0; }

.inside-header {
  padding: 0; }

.is-right-sidebar,
.is-left-sidebar {
  width: 20%; }
  @media (max-width: 1376px) {
    .is-right-sidebar,
    .is-left-sidebar {
      width: 23%; } }

.site-content .content-area {
  width: 60%; }
  @media (max-width: 1376px) {
    .site-content .content-area {
      width: 54%; } }

.archive #page.grid-container,
.home #page.grid-container {
  max-width: 1200px; }

.separate-containers .page-header,
.separate-containers .inside-article {
  padding: 0; }

.widget-area .widget {
  padding: 20px; }

.separate-containers .inside-article,
.separate-containers .page-header {
  background-color: var(--base-2); }

.main-navigation .menu-bar-item > a,
.main-navigation .main-nav ul li a {
  line-height: 50px; }

.single .inside-article {
  display: flex;
  flex-direction: column; }
  .single .inside-article .featured-image {
    order: 2; }
  .single .inside-article .entry-header {
    order: 1;
    margin-bottom: 20px; }
  .single .inside-article .entry-content {
    order: 3;
    margin-top: 0; }
  .single .inside-article .entry-meta {
    order: 4; }

footer.entry-meta {
  display: flex; }
  footer.entry-meta span {
    margin-right: 10px; }
    footer.entry-meta span:last-child {
      margin-right: 0; }

.footer-widgets .widget {
  margin-bottom: 0; }

.inside-site-info {
  padding: 10px 40px; }

@media (max-width: 767px) {
  .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 0; } }
