* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #d2d2d2;
  color: #424242;
}
h1.center,
h2.center,
h3.center,
h4.center {
  text-align: center;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase {
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 15px;
  line-height: 22px;
}
ul li a {
  color: inherit;
}
ul li a:hover {
  color: #66BFB0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
}
a:visited {
  color: inherit;
}
a.button,
button.button,
input.button {
  background-color: #F1AE44;
  padding: 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 0;
  min-height: 40px;
}
a.button.__big,
button.button.__big,
input.button.__big {
  font-weight: 600;
  padding: 18px 30px;
}
a.button:hover,
button.button:hover,
input.button:hover,
a.button:focus,
button.button:focus,
input.button:focus {
  background-color: #ed9915;
  text-decoration: none;
}
a.button.inverse,
button.button.inverse,
input.button.inverse {
  background-color: #424242;
}
a.button.inverse:hover,
button.button.inverse:hover,
input.button.inverse:hover,
a.button.inverse:focus,
button.button.inverse:focus,
input.button.inverse:focus {
  background-color: #292929;
  text-decoration: none;
}
::-moz-selection {
  background: #F1AE44;
  color: white;
}
::selection {
  background: #F1AE44;
  color: white;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  .section {
    padding: 50px 0 70px;
    font-size: 16px;
  }
  a.button,
  button.button {
    font-size: 14px;
    min-width: 135px;
  }
  h2.titleHome {
    margin-top: 90px;
    letter-spacing: 0.1rem;
  }
}
input,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #424242;
  border: 1px solid #d2d2d2;
  padding: 10px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e1e1e1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #e1e1e1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #e1e1e1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #e1e1e1;
}
.section {
  padding: 30px 15px;
  background: #ffffff;
  font-size: 14px;
}
.section.graybrown {
  background-color: #f2f0ec;
}
.content-breadcrumbs {
  padding: 12px;
  border: solid #c2c2c2;
  border-top-color: #dbdbdb;
  border-width: 1px 0;
}
.content-breadcrumbs .breadcrumbs {
  color: inherit;
}
.content-breadcrumbs .breadcrumbs a,
.content-breadcrumbs .breadcrumbs a:visited {
  color: #757575;
  text-decoration: none;
}
header .header-top {
  background: #f2f0ec;
}
header .header-top .header-top-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 15px;
}
header .header-top .header-top-container .header-top-left {
  font-size: 12px;
  display: none;
}
header .header-top .header-top-container .header-top-left i.fa-envelope {
  color: #F1AE44;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
}
header .header-top .header-top-container .header-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .header-top .header-top-container .header-top-right .social-icons {
  font-size: 20px;
}
header .header-top .header-top-container .header-top-right .social-icons .fa-facebook-square {
  color: #37599F;
}
header .header-top .header-top-container .header-top-right .social-icons .fa-instagram-square {
  color: #C04091;
}
header .header-top .header-top-container .header-top-right .social-icons .fa-twitter-square {
  color: #51ABF2;
}
header .header-top .header-top-container .header-top-right .social-icons .fa-youtube-square {
  color: #DE261A;
}
header .header-top .header-top-container .header-top-right .social-icons .fa-linkedin {
  color: #0073B6;
}
header .header-top .header-top-container .header-top-right .search-form {
  margin-left: 15px;
  position: relative;
}
header .header-top .header-top-container .header-top-right .search-form input {
  padding-right: 30px;
}
header .header-top .header-top-container .header-top-right .search-form .fa-search {
  position: absolute;
  font-size: 18px;
  right: 10px;
  top: 10px;
  color: #ccc9c9;
}
header .header-wrapper {
  background: #ffffff;
}
header .header-wrapper .header-container {
  display: flex;
  height: 70px;
  align-items: center;
  padding: 0 15px;
}
header .header-wrapper .header-container .header-container-left {
  width: 50%;
}
header .header-wrapper .header-container .header-container-left .logo-container .logo {
  width: 115px;
  color: var(--color);
}
header .header-wrapper .header-container .header-container-right {
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  header .header-top .header-top-container .header-top-left {
    display: flex;
  }
  header .header-top .header-top-container .header-top-right {
    width: inherit;
  }
  header .header-wrapper .header-container {
    height: 100px;
    padding: 0;
  }
  header .header-wrapper .header-container .header-container-left {
    width: 25%;
  }
  header .header-wrapper .header-container .header-container-left .logo-container .logo {
    width: 155px;
    color: var(--color);
  }
  header .header-wrapper .header-container .header-container-right {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
nav.navbar {
  position: relative;
  display: inline-block;
}
nav.navbar .navbar-toggle {
  cursor: pointer;
  font-size: 24px;
}
nav.navbar .navbar-toggle i {
  color: #818386;
}
nav.navbar .main-nav {
  list-style-type: none;
  display: none;
}
nav.navbar .main-nav .close {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #424242;
}
nav.navbar .main-nav .close.active {
  display: flex;
}
nav.navbar .main-nav.active {
  display: block;
  background: #ffffff;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  bottom: 0;
  padding: 80px 20px;
  margin: 0;
  line-height: 70px;
}
nav.navbar .main-nav.active > li {
  border-bottom: 1px solid #d2d2d2;
}
nav.navbar .main-nav.active > li:last-child {
  border-bottom: none;
}
nav.navbar .main-nav li.page_item {
  text-align: center;
  margin: -1px auto;
}
nav.navbar .main-nav li.page_item a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #818386;
}
nav.navbar .main-nav li.page_item ul.children {
  display: none;
}
@media only screen and (min-width: 1024px) {
  nav.navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    align-items: center;
  }
  nav.navbar .navbar-toggle {
    display: none;
  }
  nav.navbar .main-nav {
    display: flex;
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
  }
  nav.navbar .main-nav li.page_item {
    margin: 0;
  }
  nav.navbar .main-nav li.page_item a {
    padding: 0 10px;
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  color: #424242;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: inherit;
}
.slick-slider .slick-prev i,
.slick-slider .slick-next i {
  font-size: 30px;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  color: inherit;
}
.slick-slider.slick-dotted {
  margin-bottom: 50px !important;
}
.slick-slider .slick-dots {
  bottom: -40px;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button:before {
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  .slick-slider .slick-dots li {
    margin: 0 3px;
  }
  .slick-slider .slick-dots li button:before {
    font-size: 15px;
  }
}
footer {
  color: #ffffff;
}
footer .footer-wrapper .footer-content {
  background: #7B7979;
  padding: 30px 0;
}
footer .footer-wrapper .footer-content .footer-content-container {
  padding: 15px;
}
footer .footer-wrapper .footer-content .footer-content-container .footer-links {
  padding-bottom: 20px;
}
footer .footer-wrapper .footer-content .footer-content-container .footer-links ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
footer .footer-wrapper .footer-content .footer-content-container .newsletter {
  margin-bottom: 20px;
}
footer .footer-wrapper .footer-content .footer-content-container .newsletter form .form-inline {
  display: flex;
}
footer .footer-wrapper .footer-content .footer-content-container .newsletter form .form-inline input {
  border: none;
  flex-grow: 4;
}
footer .footer-wrapper .footer-content .footer-content-container .newsletter form .form-inline button {
  font-size: 12px;
  margin-left: 10px;
}
footer .footer-wrapper .footer-content .footer-content-container .footer-social {
  font-size: 30px;
  text-align: center;
}
footer .footer-wrapper .footer-copy {
  background: #424242;
}
footer .footer-wrapper .footer-copy .footer-copy-container {
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-wrapper .footer-content .footer-content-container {
    display: flex;
    padding: 20px;
  }
  footer .footer-wrapper .footer-content .footer-content-container .footer-links {
    width: 70%;
    padding-bottom: 0;
  }
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul {
    flex-direction: column;
    max-height: 135px;
  }
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li {
    width: auto;
  }
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a,
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a:visited,
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a:focus,
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a:active {
    color: rgba(255, 255, 255, 0.9);
  }
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a:hover,
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a:visited:hover,
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a:focus:hover,
  footer .footer-wrapper .footer-content .footer-content-container .footer-links ul li a:active:hover {
    color: #ffffff;
  }
  footer .footer-wrapper .footer-content .footer-content-container .footer-social {
    width: 30%;
    text-align: right;
  }
}
#main-slider.slick-slider .slick-prev {
  left: 2%;
  z-index: 10;
  color: #ffffff;
}
#main-slider.slick-slider .slick-next {
  right: 2%;
  z-index: 10;
  color: #ffffff;
}
#main-slider.slick-dotted {
  margin: 0 !important;
}
#main-slider.slick-dotted .slick-dots {
  bottom: 5px;
}
#main-slider .featured-post .featured-post-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#main-slider .featured-post .featured-post-wrapper:before {
  content: '';
  position: absolute;
  background: #66BFB0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
}
#main-slider .featured-post .featured-post-wrapper .featured-post-container {
  display: flex;
}
#main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content {
  height: 220px;
  position: relative;
  padding: 0 15px;
  text-align: center;
}
#main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content .title h4 {
  color: #ffffff;
  text-decoration: none;
  margin-top: 15px;
  line-height: 20px;
}
#main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content p {
  color: #ffffff;
  margin-bottom: 30px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content {
    text-align: left;
  }
  #main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content .title h4 {
    line-height: 27px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  #main-slider .featured-post .featured-post-wrapper:before {
    width: 50%;
  }
  #main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content {
    width: 50%;
    min-height: 400px;
    height: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  #main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 400px;
    border-top-width: 0px;
    border-left: 92px solid #66BFB0;
    z-index: -1;
    opacity: 0.8;
    top: 0;
    right: -92px;
  }
  #main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content .title h4 {
    margin: 0;
    line-height: 38px;
    font-size: 36px;
    font-weight: 500;
  }
  #main-slider .featured-post .featured-post-wrapper .featured-post-container .featured-post-content p {
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 8px;
  }
}
.about-us {
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: 80px center;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .about-us {
    background-size: 50%;
    background-position: right center;
    text-align: left;
  }
  .about-us .about-us-content {
    width: 45%;
    padding: 50px 0;
  }
  .about-us .about-us-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-us .about-us-content .button {
    margin-top: 40px;
  }
}
.programs .programs-content h2 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.programs .programs-content .programs-container .program-card {
  height: 360px;
  background-size: cover;
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
}
.programs .programs-content .programs-container .program-card:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 0;
}
.programs .programs-content .programs-container .program-card.one:before {
  background: #66BFB0;
}
.programs .programs-content .programs-container .program-card.two:before {
  background: #E36955;
}
.programs .programs-content .programs-container .program-card.three:before {
  background: #F1AE44;
}
.programs .programs-content .programs-container .program-card.four:before {
  background: #6820C9;
}
.programs .programs-content .programs-container .program-card .program-card-container {
  height: 100%;
}
.programs .programs-content .programs-container .program-card .program-card-container .title {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 36px;
}
.programs .programs-content .programs-container .program-card .program-card-container .button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.programs .programs-content .programs-container .program-card .program-card-container .button:hover:before {
  border-left: 15px solid #292929;
  transition: all 0.3s ease;
}
.programs .programs-content .programs-container .program-card .program-card-container .button:before {
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 50px;
  border-top-width: 0;
  border-left: 15px solid #424242;
  z-index: 0;
  opacity: 1;
  top: 0;
  right: -15px;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .programs .programs-content h2 {
    margin-top: 80px;
    margin-bottom: 74px;
  }
  .programs .programs-content .programs-container {
    display: flex;
    margin: 0 -10px;
  }
  .programs .programs-content .programs-container .program-card {
    width: 25%;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .own-thinking .own-thinking-content .journal-card {
    min-width: 280px;
    max-width: 280px;
  }
}
.own-thinking .own-thinking-content {
  text-align: center;
}
.own-thinking .own-thinking-content h2 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.own-thinking .own-thinking-content .own-thinking-slider {
  margin: 0 -10px 25px;
}
.own-thinking .own-thinking-content .journal-card {
  padding: 36px 30px 30px;
  margin: 0 5px;
  height: 360px;
  max-width: 200px;
  text-align: left;
  position: relative;
  background-size: cover;
  background-position: center;
}
.own-thinking .own-thinking-content .journal-card:before {
  content: '';
  position: absolute;
  background: #000000;
  height: 100%;
  width: 100%;
  opacity: 0.65;
  top: 0;
  left: 0;
  z-index: 0;
}
.own-thinking .own-thinking-content .journal-card .wrap {
  height: calc(100% - 50px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.own-thinking .own-thinking-content .journal-card .title {
  font-size: 25px;
  line-height: 26px;
  padding-bottom: 20px;
  color: #ffffff;
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}
.own-thinking .own-thinking-content .journal-card .subtitle {
  font-size: 16px;
  padding-bottom: 20px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.own-thinking .own-thinking-content .journal-card .journal-id {
  font-size: 28px;
  color: #ffffff;
  z-index: 1;
  position: absolute;
  bottom: 15px;
}
.own-thinking .own-thinking-content .own-thinking-grid {
  display: flex;
  flex-wrap: wrap;
}
.own-thinking .own-thinking-content .own-thinking-grid .journal-card {
  margin: 0;
  border: 5px solid #ffffff;
  max-width: none;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .own-thinking {
    padding-bottom: 42px;
  }
  .own-thinking .own-thinking-content h2 {
    margin-top: 80px;
    margin-bottom: 74px;
  }
  .own-thinking .own-thinking-content .own-thinking-slider {
    margin: 0 -10px 52px;
  }
  .own-thinking .own-thinking-content .own-thinking-slider .journal-card {
    margin: 0 10px;
    max-width: none;
  }
  .own-thinking .own-thinking-content .own-thinking-grid .journal-card {
    width: 25%;
  }
}
.webinar {
  padding-left: 0;
  padding-right: 0;
}
.webinar .webinar-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.webinar .webinar-content .webinar-post {
  padding: 25px 12px 35px;
  width: 100%;
}
.webinar .webinar-content .webinar-post h2 {
  font-family: 'Playfair Display', serif;
  color: #424242;
  font-weight: 400;
  letter-spacing: -0.025rem;
  line-height: 38px;
}
.webinar .webinar-content .webinar-post .webinar-post-content {
  margin-top: 30px;
}
.webinar .webinar-content .webinar-post .webinar-post-content p {
  font-size: 16px;
  line-height: 24px;
}
.webinar .webinar-content .webinar-post a.button.inverse {
  margin-top: 25px;
}
.webinar .webinar-content .webinar-form {
  padding: 50px 17px 70px;
  width: 100%;
  background-color: #66BFB0;
  position: relative;
}
.webinar .webinar-content .webinar-form h3 {
  color: white;
  font-weight: 400;
  font-size: 28px;
}
.webinar .webinar-content .webinar-form .form-inline {
  text-align: right;
}
.webinar .webinar-content .webinar-form input,
.webinar .webinar-content .webinar-form textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #424242;
  margin-top: 17px;
  border: 1px solid #d2d2d2;
  padding: 14px;
  width: 100%;
}
.webinar .webinar-content .webinar-form input {
  height: 55px;
}
.webinar .webinar-content .webinar-form textarea {
  height: 142px;
  padding: 18px 14px;
}
.webinar .webinar-content .webinar-form button {
  margin-top: 17px;
}
@media only screen and (max-width: 1024px) {
  .webinar .webinar-content .webinar-form button {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .webinar.section {
    padding: 0;
    background: linear-gradient(90deg, white 0%, white 55%, #66BFB0 55%, #66BFB0 100%);
  }
  .webinar .webinar-content {
    flex-direction: row;
  }
  .webinar .webinar-content .webinar-form {
    padding: 50px 0 70px 55px;
    width: 45%;
  }
  .webinar .webinar-content .webinar-form .form-inline {
    text-align: left;
  }
  .webinar .webinar-content .webinar-form:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 600px;
    border-top-width: 0px;
    border-right: 92px solid #66BFB0;
    z-index: 0;
    opacity: 1;
    top: 0;
    left: -92px;
    bottom: 0;
  }
  .webinar .webinar-content .webinar-post {
    padding: 50px 85px 70px 0;
    width: 55%;
  }
  .webinar .webinar-content .webinar-post .webinar-post-content {
    margin-top: 75px;
  }
  .webinar .webinar-content .webinar-post a.button.inverse {
    margin-top: 55px;
  }
}
.our-team .our-team-content .our-team-slider .team-card {
  padding: 0 15px;
  text-align: center;
}
.our-team .our-team-content .our-team-slider .team-card img {
  margin: 0 auto;
  border-radius: 100%;
  max-width: 190px;
}
.our-team .our-team-content .our-team-slider .team-card .wrap-data {
  text-align: left;
  margin-top: 10px;
  display: inline-flex;
  flex-direction: column;
}
.our-team .our-team-content .our-team-slider .team-card .wrap-data .title {
  font-weight: 600;
  font-size: 16px;
}
.our-team .our-team-content .our-team-slider .team-card .wrap-data .subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.post {
  margin: 0 auto;
  padding: 0 12px;
}
.post h2 {
  font-family: 'Playfair Display', serif;
  color: #424242;
  font-weight: 400;
  letter-spacing: -0.025rem;
  line-height: 48px;
  margin-top: 55px;
}
.post #stats {
  font-size: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
}
.post #stats i {
  color: #66BFB0;
}
.post .entry.clearfloat {
  width: 100%;
  padding: 0;
  margin: 0;
}
.post .entry.clearfloat p em {
  font-family: 'Playfair Display', serif;
  padding-top: 25px;
  display: inline-block;
}
.post .entry.clearfloat p strong {
  color: #424242;
}
.post .entry.clearfloat span a {
  color: #388779 !important;
}
.post .entry.clearfloat figure {
  padding: 0;
  margin: 25px 0;
  border-bottom: solid #c2c2c2 1px;
  padding-bottom: 25px;
}
.post .entry.clearfloat figure a {
  display: block;
}
.post .entry.clearfloat figure a img {
  width: 100% ;
  height: auto;
}
.post .wp-block-file {
  border-top: solid 1px #424242;
  border-bottom: solid 1px #424242;
  padding: 16px 8px;
  margin-top: 25px;
}
.section.blog {
  padding: 0 0 35px 0;
}
.section.blog .container {
  max-width: 1200px;
  margin: 0 auto;
}
.section.blog .container .post-item {
  display: flex;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #c2c2c2;
  padding: 10px 0;
}
.section.blog .container .post-item .post-img-container {
  width: 20%;
}
.section.blog .container .post-item .post-img-container img {
  max-width: 100%;
}
.section.blog .container .post-item .post-content {
  width: 80%;
  padding-left: 20px;
}
.section.blog .container .post-item ul li {
  color: inherit;
  font-size: 15px;
  line-height: 27px;
}
.section.blog .container .post-item .cat_title {
  color: #424242;
  font-size: 20px;
}
.section.blog .container .post-item .meta {
  margin-top: 10px;
}
.section.blog .container .post-item .spoiler {
  margin-top: 10px;
}
.section.blog .container .post-item .title {
  font-family: 'Playfair Display', serif;
  color: #424242;
  font-weight: 400;
  letter-spacing: -0.025rem;
  line-height: 38px;
  margin-top: 0;
  font-size: 30px;
}
.section.blog .container .navigation {
  margin-top: 45px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.section.blog .container .navigation .right,
.section.blog .container .navigation .left {
  margin: 0 20px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .post {
    padding: 0 ;
  }
}
