/* Colors */
/* Typography */
/* Site Defaults */
/* Form */
.post-body img {
  display: block;
  max-width: 100% !important;
  height: auto;
}
.post-body table, .post-body div {
  max-width: 100% !important;
}
.post-body a {
  color: #1c83e9;
}
.post-body table, .post-body p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.post-body blockquote {
  margin: 20px 0 20px 20px;
}
.post-body blockquote p {
  font-size: 20px;
  color: #1c83e9;
}
.post-body blockquote footer {
  font-size: 16px;
  color: #1C3657;
}

#comments {
  display: none;
}

.post-navigation {
  text-align: center;
  padding: 30px 0;
  margin: 30px 0;
  background: url(/wp-content/themes/rosenschool/images/more-background.png) no-repeat center;
  background-size: cover;
}
.post-navigation h3 {
  font-size: 22px;
  line-height: 1;
  color: #1C3657;
  margin-bottom: 30px;
}
.post-navigation .nav-links {
  justify-content: center;
  font-size: 18px;
}
.post-navigation .nav-links > * {
  max-width: 300px;
  padding: 0 20px;
}
.post-navigation .nav-links div:first-child {
  border-right: 1px solid #707070;
  text-align: end;
}
.post-navigation .nav-links div:first-child span:before {
  content: " ";
  display: inline-block;
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #1c83e9;
}
.post-navigation .nav-links div:last-child {
  text-align: start;
}
.post-navigation .nav-links div:last-child span:after {
  content: " ";
  display: inline-block;
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-left-color: #1c83e9;
}
.post-navigation .nav-links a, .post-navigation .nav-links a:hover, .post-navigation .nav-links a:active {
  text-decoration: none;
  color: #1C3657;
}
.post-navigation .nav-links a span, .post-navigation .nav-links a:hover span, .post-navigation .nav-links a:active span {
  display: block;
  color: #1c83e9;
  margin-bottom: 10px;
  font-weight: 500;
}

.eteacher-sf-wrapper {
  margin: 20px 0;
  padding: 45px 85px;
  border-top: 4px solid #1c83e9;
}
.eteacher-sf-wrapper .sf-header {
  text-align: center;
}
.eteacher-sf-wrapper h3 {
  font-family: "Suez One";
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.eteacher-sf-wrapper p {
  font-size: 20px;
  margin: 0 auto 25px;
  max-width: 80%;
}
.eteacher-sf-wrapper .sf-form-wrap {
  min-width: 268px;
  margin: 0 30px;
}
.eteacher-sf-wrapper .fieldset {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eteacher-sf-wrapper .fieldset .field-row {
  flex: 0 1 49%;
}
@media (width <= 767px) {
  .eteacher-sf-wrapper {
    padding: 35px 20px;
  }
  .eteacher-sf-wrapper p {
    font-size: 18px;
    max-width: none;
  }
  .eteacher-sf-wrapper .fieldset {
    display: block;
  }
}

.author-box {
  margin: 40px 0;
  padding: 25px 40px 36px;
  border: 1px solid #FC7856;
}
.author-box h4 {
  font-family: "proxima-soft";
  margin-bottom: 10px;
}
.author-box > div {
  align-items: flex-start;
}
.author-box .author-box-image {
  margin-right: 20px;
  flex: 0 0 75px;
  height: 75px;
  background-size: cover;
}
.author-box .author-box-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.author-box .author-box-description {
  font-size: 15px;
  line-height: 1.4;
}
.author-box .author-box-description strong {
  display: block;
}
.author-box .author-box-description p {
  overflow: hidden;
  margin: 0;
}
@media (width <= 767px) {
  .author-box .author-box-image {
    float: left;
    min-width: 75px;
  }
}

.page .interested-title {
  font-size: 25px;
  padding: 40px 0 10px;
  color: #1C3657;
  font-weight: 500;
  color: #000;
}

.interested-box {
  gap: 20px;
  font-size: 18px;
  padding-bottom: 40px;
  align-items: stretch;
}
.interested-box .interested-item-image {
  height: 180px;
  width: 100%;
}
.interested-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.interested-box .blog-box-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.interested-box .blog-box-body h3 {
  color: #1c83e9;
  margin-bottom: 20px;
  font-size: 25px;
}
.interested-box .interested-item-meta {
  font-size: 18px;
  padding: 0;
}
.interested-box .interested-item-meta span:last-child {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #000;
}
.interested-box .blog-box-footer {
  display: none;
}
@media (width <= 991px) {
  .interested-box .interested-item {
    margin-bottom: 30px;
  }
}

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