:root {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.default {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.ye {
  --mainColor: #da9412;
  --paleColor: #fbf4e6;
  --transpaColor: rgb(218 148 18 / 0.85);
}

body.sbl {
  --mainColor: #3893be;
  --paleColor: #eaf4f8;
  --transpaColor: rgb(56 147 190 / 0.85);
}

body.pk {
  --mainColor: #ed7b8e;
  --paleColor: #fdf1f3;
  --transpaColor: rgb(237 123 142 / 0.85);
}

body.rd {
  --mainColor: #c13b3b;
  --paleColor: #f8ebeb;
  --transpaColor: rgb(193 59 59 / 0.85);
}

body.gr {
  --mainColor: #68aa46;
  --paleColor: #eff6ec;
  --transpaColor: rgb(104 170 70 / 0.85);
}

/* COLOR

DEFAULT
#00434c //100%
#548187 //67%
#7fa1a5 //50%
#d8e2e4 //15%
#e5eced //10%

YELLOW ye
#da9412 //100%
#e6b760 //67%
#ecc988 //50%
#f9efdb //15%
#fbf4e6 //10%

SKYBLUE sbl
#3893be //100%
#7ab7d4 //67%
#9bc9de //50%
#e1eff5 //15%
#eaf4f8 //10%

PINK pk
#ed7b8e //100%
#f3a7b3 //67%
#f6bdc6 //50%
#fcebee //15%
#fdf1f3 //10%

RED rd
#c13b3b //100%
#d67c7c //67%
#e09d9d //50%
#f5e1e1 //15%
#f8ebeb //10%

GREEN gr
#68aa46 //100%
#9ac683 //67%
#b3d4a2 //50%
#e8f2e3 //15%
#eff6ec //10%

*/
.news-box,
.archive-news,
.single-news {
  margin-bottom: 55px;
}
.news-box li:not(:last-child),
.archive-news li:not(:last-child),
.single-news li:not(:last-child) {
  margin-bottom: 25px;
}
.news-box .title-wrap,
.archive-news .title-wrap,
.single-news .title-wrap {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.news-box .text-box .image-box,
.archive-news .text-box .image-box,
.single-news .text-box .image-box {
  width: 250px;
}
.news-box .text-box .image-box img,
.archive-news .text-box .image-box img,
.single-news .text-box .image-box img {
  width: 250px;
  height: 167px;
  object-fit: cover;
}
.news-box .text-box p:has(img),
.archive-news .text-box p:has(img),
.single-news .text-box p:has(img) {
  text-align: center;
}
.news-box .text-box p:has(img) img,
.archive-news .text-box p:has(img) img,
.single-news .text-box p:has(img) img {
  width: 680px;
  display: inline-block;
  margin-top: 10px;
}
.news-box .titles,
.archive-news .titles,
.single-news .titles {
  display: block;
  color: var(--mainColor);
  text-decoration: none !important;
  font-weight: bold;
  transition: 0.2s;
  margin-bottom: 5px;
}
.news-box .titles a,
.archive-news .titles a,
.single-news .titles a {
  color: var(--mainColor);
}
.news-box .titles a:hover,
.archive-news .titles a:hover,
.single-news .titles a:hover {
  opacity: 0.75;
  transition: 0.2s;
}
.news-box > li,
.archive-news > li,
.single-news > li {
  display: flex;
  gap: 10px;
}
.news-box > li:not(:last-of-type),
.archive-news > li:not(:last-of-type),
.single-news > li:not(:last-of-type) {
  margin-bottom: 43px;
}
.news-box > li time,
.archive-news > li time,
.single-news > li time {
  width: 100px;
}
.single-news .titles {
  border-bottom: solid 1px var(--transpaColor);
}

/* wp-editor */
#content .wp-editer {
  overflow: hidden;
}
#content .wp-editer strong {
  font-weight: bold;
}
#content .wp-editer em {
  font-style: italic;
}
#content .wp-editer img {
  max-width: 100%;
  height: auto;
}
#content .wp-editer ul:not([class]) {
  margin-left: 20px;
  list-style: disc;
}
#content .wp-editer ol:not([class]) {
  margin-left: 30px;
  list-style: decimal;
}
#content .wp-editer h1 {
  font-size: 2em;
  font-weight: bold;
}
#content .wp-editer h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#content .wp-editer h3 {
  font-size: 1.17em;
  font-weight: bold;
}
#content .wp-editer h4 {
  font-weight: bold;
}
#content .wp-editer h5 {
  font-size: 0.83em;
  font-weight: bold;
}
#content .wp-editer h6 {
  font-size: 0.67em;
  font-weight: bold;
}

/* EDITOR */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft,
blockquote.alignright,
img.alignright,
.wp-caption.alignright,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-bottom: 10px;
}

@media all and (min-width: 751px) {
  #about-greeting.imgwrap-box .container-inner {
    position: relative;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
}

/*# sourceMappingURL=plus.css.map */
