:target::before {
  content: "";
  display: block;
  height: 97px;
  margin: -97px 0 0;
  visibility: hidden;
  pointer-events: none;
}
.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-middle {
  vertical-align: middle;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.ml-auto {
  margin-left: auto;
}

@media (max-width: 767px) {
  .vc_row.vc_row-flex.flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .d-lg-block {
    display: block;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column {
    flex-direction: column;
  }
}

.news-post-latest__video-preview {
  position: relative;
}
.news-post-latest__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* single */
.single-post h2 {
  font-size: 25px;
}
.post-date {
  margin-bottom: 14px;
}
.at-share-btn-elements {
  margin: 14px 0;
}
.type-post ul {
  margin-left: 15px;
}

.two_columns_66_33 > .column2 {
  float: right;
}
.two_columns_66_33 > .column2 > .column-inner {
  padding: 0 0 0 20px;
}
aside .widget h5 {
  color: #000 !important;
}
.cat-item.cat-item-1 {
  display: none;
}
aside .widget_recent_entries.posts_holder ul li {
  padding: 10px 0 10px;
  border-bottom: 1px solid #e3e3e3;
}
aside .widget_recent_entries a {
  /* font-weight: bold; */
}

/* end single */
h2 small {
  font-size: 60%;
}
.qbutton.medium {
  height: auto;
  line-height: 1;
  padding: 10px 20px !important;
}
aside .qbutton.medium:hover {
  color: #fff !important;
}
.cta {
  padding: 60px 20px 30px 20px;
  margin-bottom: 60px !important;
}
.news-title {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.news-title h1 {
  font-weight: 400;
  font-size: 2.1875rem;
  margin-bottom: 20px !important;
}
.news-post-latest__title {
  color: #000;
}
.news-post-latest__title a:hover {
  color: #003ead;
}
.news-featured-bg {
  background: rgb(21, 25, 51);
  background: linear-gradient(
    137deg,
    rgba(21, 25, 51, 1) 0%,
    rgba(81, 34, 48, 1) 100%
  );
}
.btn.btn-primary {
  display: inline-block;
  background-color: #003ead;
  color: #fff;
  text-transform: none;
  font-weight: 700;
  padding: 10px 24px;
  transition: 0.15s all ease-in-out;
  border-radius: 40px;
}
.btn.btn-primary:hover {
  background-color: #000098;
}
.btn.btn-link {
  display: inline-block;
  color: #003ead;
  text-transform: none;
  font-weight: 700;
  padding: 4px 0px;
  transition: 0.15s all ease-in-out;
  border-radius: 40px;
}
div.news-post-latest-wrapper {
  display: flex;
  flex-direction: column;
}
#main article.news-post-latest {
  width: 100%;
}
.news-post-latest {
  gap: 30px;
  flex-direction: column-reverse;
  margin-bottom: 30px !important;
}
.widget_categories {
  background-color: #f5fafd;
  border-radius: 8px;
  padding: 30px 30px;
}
.widget_categories li a {
  display: inline-block;
  padding: 10px 10px;
  transition: 0.15s background-color ease-in-out;
  border-radius: 8px;
  color: #0288d1;
}
aside .widget a {
  color: #0288d1;
}
.widget_categories li a:hover {
  background-color: #e5f0fe;
}
.widget_categories h2,
.widget_categories h5 {
  font-size: 24px !important;
  font-weight: normal;
  color: #000 !important;
}
.widget_archive h2 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
aside .widget.posts_holder li.cat-item {
  padding: 0;
}
.widget_categories li {
  list-style: none;
  font-size: 16px;
}
/* .widget_categories ul {
  column-count: 2;
  column-fill: balance;
} */
.widget_categories li li {
  font-size: 14px;
}
.widget_categories li li a {
  padding: 5px 10px;
}
.search-form input[type="search"] {
  font-size: 16px;

  color: #000 !important;
  border: 1px solid #ccc !important;
  border-radius: 8px;
  padding: 10px 2% !important;
  width: 100%;
}
.search-form {
  display: flex;
  gap: 10px;
  label {
    flex-basis: 100%;
  }
}
.search-submit {
  background: #003ead;
  padding: 12px 20px;
  border: 0;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
}
.search-submit:hover {
  background: #000098;
}

.widget_archive select {
  color: #000 !important;
  border: 1px solid #ccc !important;
  border-radius: 8px;
  padding: 2px 2% !important;
}

.news-post-latest__category {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000098;
  border-radius: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.news-post-latest__category::before {
  content: "•";
  position: absolute;
  bottom: 0px;
  line-height: 0;
  left: -2px;
  color: #000098;
  font-size: 19px;
}
.news-post-latest__category a {
  color: #000098;
  font-size: 14px;
}
.news-post-latest__category a:hover {
  text-decoration: none;
  color: inherit;
}
.news-post-latest--featured .news-post-latest__category {
  margin-top: 20px;
}

.news-post-latest__image {
  position: relative;
  margin: 0 auto;
  background: #ededed;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.news-post-latest__image img.news-post-latest__video-thumbnail,
.news-post-latest__image img.wp-post-image {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.4s ease-in-out;
}

.news-post-latest--image-square .news-post-latest__image img {
  aspect-ratio: 4 / 3;
}
/* .news-post-latest--image-square
  .news-post-latest__image
  img.news-post-latest__icon-play {
  bottom: 20px;
  top: auto;
  right: 20px;
  left: auto;
} */

.news-post-latest:hover
  .news-post-latest__image
  img:not(.news-post-latest__icon-play) {
  transform: scale(1.1);
}

h2.news-post-latest__title {
  margin-bottom: 14px !important;
  line-height: 1;
  font-size: 1.375rem;
}
h2.news-post-latest__title a {
  font-size: 1.375rem;

  text-transform: none;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 700;
  color: inherit;
}
h2.featured-story {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}
h2.featured-story i {
  font-size: 12px;
  vertical-align: middle;
  color: #003ead;
}
/* THEMES */
.news-post-latest--featured h2.news-post-latest__title a {
  font-size: 26px;
}

.news-post-latest.news-post-latest--featured {
  border-radius: 5px;
  flex-direction: column-reverse;
  gap: 0;
  margin-bottom: 35px !important;
}
.layout-horizontal .news-post-latest.news-post-latest--featured {
  flex-direction: row;
}
.news-post-latest.news-post-latest--featured .news-post-latest__content,
.news-post-latest.news-post-latest--featured .news-post-latest__image {
  flex-basis: 100%;
}

.news-post-latest--featured .news-post-latest__title {
  font-size: 1.25rem;
}
.news-post-latest--featured .news-post-latest__image {
  flex-basis: 100%;
}
.news-post-latest.news-post-latest__column-1 {
  flex-direction: column-reverse;
}
/* article.news-post-latest__column-2 .news-post-latest__image img {
  height: 100%;
} */
.news-post-latest--links-light a.read-more {
  color: #fb4f68;
}
article.news-post-latest__column-2 {
  display: flex;
  flex-direction: column-reverse;
}
article.news-post-latest.news-post-latest__column-2.news-post-latest--featured-title
  > * {
  flex: 1;
  flex-basis: 50%;
}
.archive.category .breadcrumb {
  display: none;
}
.news-post-latest__image img.news-post-latest__icon-play {
  filter: drop-shadow(3px 3px 5px #666);
}
.post-nav {
  text-align: center;
}
.page-numbers:not(.dots) {
  position: relative;
  display: inline-block;
  width: 38px;
  line-height: 38px;
  margin: 0 4px 0 0;
  text-align: center;
  color: #b4b4b4;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-numbers.dots {
  position: relative;
  display: inline-block;
  width: 15px;
  line-height: 38px;
  margin: 0 2px 0 0;
  text-align: center;
  color: #b4b4b4;
  font-size: 18px;
}
.page-numbers.next,
.page-numbers.prev {
  width: auto;
  border: 0;
}
.page-numbers:not(.dots):not(.next):not(.prev):hover {
  color: #303030;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.page-numbers.current {
}
@media (max-width: 767px) {
  .news-post-latest__list-item {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .two_columns_66_33 > .column1 {
    width: calc(66.66% - 10px);
  }
  .news-post-latest {
    flex-direction: row;
    margin-bottom: 60px !important;
    gap: 60px;
  }

  .news-post-latest .news-post-latest__content p {
    line-height: 22px;
  }
  .news-post-latest__content {
    flex-basis: 100%;
  }
  :not(.no-featured-image) > .news-post-latest__content {
    flex-basis: 60%;
  }
  :not(.no-featured-image) > .news-post-latest .news-post-latest__image {
    flex-basis: 40%;
    flex-shrink: 0;
  }
  article.news-post-latest__column-2 {
    flex-direction: row;
  }
  /* .news-post-latest--image-square .news-post-latest__image img {
    aspect-ratio: 4 / 3;
  } */
  .news-posts__column-2 div.news-post-latest-wrapper {
    flex-direction: row;
    gap: 30px;
  }
  .news-posts__column-2 div.news-post-latest-wrapper > * {
    flex-basis: 50%;
  }
}
.news-post-latest-wrapper.layout-horizontal .news-post-latest {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.news-post-latest-wrapper.layout-horizontal .news-post-latest__image,
.news-post-latest-wrapper.layout-horizontal .news-post-latest__content {
  flex: 1 1 calc(50% - 10px); /* Adjust the calculation based on the gap size */
  max-width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .news-post-latest-wrapper.layout-horizontal .news-post-latest__image,
  .news-post-latest-wrapper.layout-horizontal .news-post-latest__content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
