@charset "UTF-8";
body {
  background-color: #07308A;
  font-size: 16px;
  color: #333333;
}

h2 {
  font: bold normal 20px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #20124d;
  margin: 0.5em 0;
}

h3 {
  font: bold normal 15px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #20124d;
  margin: 0.5em 0;
}

h4 {
  font: bold normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #20124d;
  margin: 0.5em 0;
}

a {
  text-decoration: none;
  color: #336699;
}

a:hover {
  color: #2f78c2;
}

a:visited {
  color: #336699;
}

/*Header*/
.site-header {
  padding-top: 20px;
}
.site-header .container {
  padding: 0;
}
.site-header__title {
  color: #a1d8ff;
  font-size: 26px;
}

/*Page*/
.site__bg {
  background-image: url("../img/2202607_1280B.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -100px -70px;
  max-width: 1277px;
  margin: 0 auto;
  width: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-bottom: 20px;
}

.site-main {
  margin-top: 40px;
}
.site-main__wrap {
  background-color: rgba(255, 255, 255, 0.6039215686);
  border-radius: 15px 15px 0 0;
  padding-bottom: 40px;
  overflow-wrap: break-word
}
.site-main__content {
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 0px 20px 15px 20px;
  border-radius: 5px;
  margin-top: 40px;
  overflow-wrap: break-word
}
.site-main__box {
  margin-top: 40px;
}
.site-main__box .post {
  background-color: #fff;
  border: solid 1px #dddddd;
  border-radius: 5px;
  padding: 0px 20px 15px 20px;
}
.site-main__box .entry-title {
  font-size: 30px;
  font-weight: 700;
}
.site-main__box .entry-title a {
  color: #6699cc;
}
.site-main__box .entry-title a:hover {
  color: rgb(50, 170, 255);
}

.site-footer {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  color: #cccccc;
  border-radius: 0 0 15px 15px;
  background-color: #46677F;
  text-align: center;
  padding: 50px 0 20px 0;
}

.wp-block-embed__wrapper iframe {
  margin: 0 17% 0 17%;
}

.gallery-img > .wp-block-embed__wrapper > div:first-of-type {
  display: none;
}

.entry-title {
  line-height: 34px;
  font-size: 30px;
}

/*sidebar*/
.sidebar {
  margin-top: 20px;
}
.sidebar .wp-block-heading,
.sidebar .wp-block-search__label {
  font-size: 16px;
  color: rgb(32, 18, 77);
  text-transform: uppercase;
}
.sidebar .wp-block-search__label {
  font-weight: 700;
}
.sidebar .wp-block-archives-list {
  list-style: none;
  padding-left: 0;
}
.sidebar .wp-block-archives-list li {
  position: relative;
  padding-left: 20px;
}
.sidebar .wp-block-archives-list li:before {
  content: "►";
  display: block;
  position: absolute;
  font-size: 14px;
  left: 0;
}
.sidebar-subscribe p {
  display: none;
}
.sidebar-subscribe .wpforms-container {
  margin-top: 0 !important;
}
.sidebar-subscribe .wpforms-field-label {
  font-weight: 400 !important;
}
.sidebar-subscribe #wpforms-148-field_1 {
  margin: 0 auto;
}
.sidebar-subscribe #wpforms-submit-148 {
  display: block;
  margin: 0 auto;
}

.entry-footer {
  display: flex;
  flex-direction: column;
}

.entry-date.published {
  font-weight: 700;
  text-transform: uppercase;
}

.nav-previous,
.nav-next {
  font-size: 20px;
  font-weight: 500;
}
.nav-previous a,
.nav-next a {
  color: #6699CF;
}
.nav-previous a:hover,
.nav-next a:hover {
  color: rgb(50, 170, 255);
  text-decoration: underline;
}

/*BTN Up*/
.btn-up {
  width: 30px;
  height: 30px;
  position: fixed;
  background-color: #46677F;
  border-radius: 3px;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border: 1px solid #fff;
}

.btn-up__wrap {
  position: relative;
}

.btn-up__item:first-child {
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 12px;
  right: 6px;
}

.btn-up__item:last-child {
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: 12px;
  left: 6px;
}

/*Media*/
@media (max-width: 1500px) {
  .site__bg {
    background-position: 0 0;
  }
}
@media (max-width: 1200px) {
  .site__bg {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .wp-block-embed__wrapper iframe {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .site-main__box .entry-title,
  .entry-title {
    font-size: 24px;
  }
  .custom-logo-link img {
    width: 60%;
  }
  .site-header__title {
    font-size: 20px;
  }
  .site-main {
    margin-top: 20px;
  }
}