/* ================================================== */
/* Default WP Style */
/* ================================================== */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* ================================================== */
/* Fix admin bar */
/* ================================================== */
@media only screen and (min-width: 783px) {
  .customize-support #jsHeader {
    margin-top: 32px;
  }
}

/* ================================================== */
/* Iframe */
/* ================================================== */
.ru-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ru-iframe iframe {
  height: 100%;
  width: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}

.ru-hidden {
  display: none !important;
}

/* ================================================== */
/* AJAX Spinner */
/* ================================================== */
.el-loader,
.loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../img/loader.gif) rgba(255, 255, 255, .8) center no-repeat;
  background-size: 70px;
}

.el-loader {
  position: absolute;
  z-index: 999;
}

.loading {
  z-index: 9999;
  position: fixed;
}

.vc-event__box--calendar .el-loader {
  position: relative;
  top: -100%;
}

/* ================================================== */
/* CUSTOM */
/* ================================================== */
.vc-breadcrumb .last {
  color: #034ea1;
}
.vc-about__img img {
  margin: 0
}

@media only screen and (max-width: 1199.98px) {
  .vc-card--about .vc-card__nav {
    opacity: 1;
  }
}

/* Custom accordion inside table */
.vc-accor__content > p a {
  display: block;
  background: url(../img/pro/icons/i-right.png) no-repeat 0 7px/10px;
  color: #A55151;
  margin-bottom: 15px;
  font-size: 1.6rem;
  padding-left: 13px;
  transition: color 0.25s;
}
.vc-accor__content > p a strong {
  color: #1f1f1f;
  font-size: 1.6rem;
}
.vc-accor__content > p a:hover {
  color: #034EA1;
}

.vc-accor table {
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  border-width: 0;
  min-width: 790px;
  width: 100%;
}

.vc-accor table td, .vc-accor table th {
  border: 1px solid #eaeaea;
  font-size: 1.4rem;
  padding: 5px;
}

.vc-accor table td {
  border: 1px solid #BDBDBD;
  color: #1f1f1f;
  font-size: 1.4rem;
  padding: 15px;
  vertical-align: top;
}

.vc-accor table td a {
  color: currentColor;
  font-size: 1.4rem;
  padding-left: 15px;
  transition: color 0.25s;
}
.vc-accor table td a svg {
  fill: #073A91;
  font-size: 1.2rem;
  left: 0;
  top: 2px;
}
.vc-accor table td a:hover {
  color: #073A91;
}

/* Custom posts filter term nav */
.vc-sidebar__tag input[type=checkbox] {
  display: none;
}

.vc-sidebar__tag label {
  background-color: #f1f1f1;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  color: #1F1F1F;
  font-size: 1.6rem;
  margin: 5px 5px 0 0;
  padding: 5px 10px;
  text-decoration: none;
  transition: color 0.25s;
}

.vc-sidebar__tag label:hover {
  background-color: rgba(3, 78, 161, 0.2);
  color: #1F1F1F;
  cursor: pointer;
}
.vc-sidebar__tag input[type=checkbox]:checked + label {
  background-color: rgba(3, 78, 161, 0.2);
  color: #1F1F1F;
}

/* Add search category */
.vc-card__results {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
  padding: 15px 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
  border-radius: 22px;
  display: none;
}
.vc-card__results a {
  color: #000;
  display: block;
  font-size: 1.5rem;
}
.vc-card__results a:hover, .vc-card__results a:focus {
  color: #034ea1;
}
.vc-card__results a + a {
  margin-top: 10px;
}
.vc-card__scroll {
  max-height: 280px;
  overflow-y: auto;
}
.vc-card__scroll::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  border-radius: 22px;
}
.vc-card__scroll::-webkit-scrollbar {
  width: 5px;
}
.vc-card__scroll::-webkit-scrollbar-thumb {
  border-radius: 22px;
  background-color: #034ea1;
}

.vc-top__note a {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.25s;
}

.vc-top__note a:hover {
  color: #f3dc92;
}

.bg-034ea1 {
  background-color: #034ea1;
}
.bg-ae2c23 {
  background: none !important;
  background-color: #ae2c23 !important;
}
.news-event--bg_f1f1f1::before {
  background-color: #f1f1f1;
}
.news-event--bg_f1f1f1 .vc-card__ttl,
.news-event--bg_f1f1f1 .vc-card__txt {
  color: #1f1f1f;
}
.news-event--bg_ae2c23::before {
  background-color: #ae2c23;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% - 15px);
}
.news-event--bg_ae2c23 .vc-card__ttl,
.news-event--bg_ae2c23 .vc-card__txt {
  color: #fff;
}

.vc-album--inter .vc-card--video {
  margin-top: 50px;
}

.hsu-galleries a:hover .vc-album__item::before {
  opacity: 1;
}
.vc-album__item::before {
  background-color: rgba(0,0,0,.25);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .25s;
  width: 100%;
  z-index: 1;
}

/* HSU - Posts block swiper buttons */
.vc-card--pa .swiper-button-next,
.vc-card--pa .swiper-button-prev {
  background: none;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-size: 0;
  height: 37px;
  line-height: 0;
  margin: 0;
  opacity: 1;
  top: -50px;
  transition: background-color 0.25s;
  width: 37px;
}
.vc-card--pa .swiper-button-next svg,
.vc-card--pa .swiper-button-prev svg {
  fill: #034EA1;
  font-size: 1.75rem;
}
.vc-card--pa .swiper-button-next.swiper-button-disabled,
.vc-card--pa .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.vc-card--pa .swiper-button-next:hover,
.vc-card--pa .swiper-button-prev:hover {
  background-color: #034EA1;
}
.vc-card--pa .swiper-button-next:hover svg,
.vc-card--pa .swiper-button-prev:hover svg {
  fill: #fff;
}
.vc-card--pa .swiper-button-next {
  right: 0;
}
.vc-card--pa .swiper-button-prev {
  left: inherit;
  right: 45px;
}

/* Header button */
@media only screen and (max-width: 1199.98px) {
  .vc-header__submit {
    background-color: #AE2C23;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    padding: 6px 20px 4px;
    /*right: 100px;*/
    top: 14px;
    transition: background-color 0.25s, top 0.25s;
  }
  .vc-header__submit:hover {
    background-color: #034EA2;
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .vc-header__submit {
   /* font-size: 1.2rem;
    right: 15px;
    top: 10px;*/
    display: none !important;
  }
}

/* Table block */
.wp-block-table {
  margin-bottom: 15px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.vc-article__content table,
.wp-block-table table {
  min-width: 790px;
  border: 1px solid #bdbdbd;
}

.vc-article__content table td,
.vc-article__content table th,
.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid #bdbdbd;
  color: #1f1f1f;
  font-size: 1.4rem;
  padding: 15px;
  vertical-align: top;
}

/* Inner block */
.wp-block-group__inner-container {
  padding: 10px;
}

/* Thanks page template */
.vc-thanks p {
  color: #1F1F1F;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .vc-thanks p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.vc-event__box--calendar .xdsoft_label {
  z-index: 1;
}

@media only screen and (max-width: 767.98px) {
  .xdsoft_datepicker .xdsoft-dialog {
    display: none !important;
  }
}

/* LynkNeo edit event thumbnail as required 2022/01/20 START */
.vc-card--post-support {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.hsu-event {
  display: flex;
  flex-direction: row;
  float: left;
}

@media only screen and (min-width: 768px) {
  .hsu-event {
    max-width: calc(50% - 5px);
  }
}
/* LynkNeo edit event thumbnail as required 2022/01/20 END */