@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
::-moz-selection {
  background: #25203e;
  color: #fff;
}

::selection {
  background: #25203e;
  color: #fff;
}

::placeholder {
  color: #222;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #222;
}

::-ms-input-placeholder {
  color: #222;
}

html {
  scroll-behavior: smooth;
}
html body {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 33px;
  font-weight: normal;
  color: #25203e;
}
html body main ol, html body main ul {
  padding-left: 30px;
}
html body main a {
  transition: all 0.3s;
  color: #fdac43;
  text-decoration: underline;
}
html body main a:hover {
  color: #25203e;
}
html body main p {
  margin-bottom: 15px;
}
html body main p:last-child {
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Special Elite", system-ui;
  font-weight: bold;
  color: #25203e;
}

h1 {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px;
}

h2 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  font-weight: 600;
  padding: 15px 30px;
  color: #fff;
  background-color: #25203e;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 30px;
}
.btn:hover {
  text-decoration: none;
  background-color: #fdac43;
  color: #25203e;
}

html main {
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
}
html main > * {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
html main > div {
  margin-bottom: 80px;
}
html main section {
  max-width: 100%;
  padding: 80px 0;
}

/* --- Responsvive --- */
@media (max-width: 1400px) {
  html main > * {
    max-width: 1320px;
  }
}
@media (max-width: 1200px) {
  html main > * {
    max-width: 1140px;
  }
  html main section {
    padding: 60px 0px;
  }
  html main section:last-child {
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  html main > * {
    max-width: 960px;
    margin: 40px auto;
  }
  html main section {
    padding: 30px 0px;
  }
  html main section:last-child {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  html main > * {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  html main {
    padding: 0px;
    overflow: hidden;
  }
  html main > * {
    max-width: 540px;
  }
  html main section {
    padding: 30px 0px;
  }
  html main section:last-child {
    padding-bottom: 75px;
  }
}
html #wpadminbar {
  position: fixed;
}
html body.admin-bar .header {
  margin-top: 32px;
}

@media (max-width: 782px) {
  html body.admin-bar .header {
    margin-top: 46px;
  }
}
.wp-block-columns {
  align-items: normal !important;
}
.wp-block-columns .wp-block-column {
  width: 100%;
}

@media (max-width: 991px) {
  .wp-block-columns {
    display: block !important;
  }

  .wp-block-group {
    padding: 30px;
  }
}
.wp-block-media-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  background-color: #fff;
  position: relative;
}
.wp-block-media-text:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 100%;
  right: -100%;
  width: 100%;
}
.wp-block-media-text .wp-block-media-text__content {
  flex: 1 0 50%;
  padding: 80px;
}
.wp-block-media-text.has-media-on-the-right:after {
  left: -100%;
  right: auto;
}
.wp-block-media-text .wp-block-media-text__media {
  flex: 1 0 50%;
  margin-bottom: 0px;
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .wp-block-media-text {
    max-width: 100%;
  }
  .wp-block-media-text .wp-block-media-text__content {
    flex: 1 0 100%;
    padding: 40px;
  }
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  min-width: 600px;
  width: 100%;
  border: solid 1px #25203e;
}
.wp-block-table table thead {
  background-color: #25203e;
}
.wp-block-table table thead th {
  padding: 5px 10px;
  color: #fff;
}
.wp-block-table table tr {
  border: solid 1px #25203e;
}
.wp-block-table table tr td {
  border-right: solid 1px #25203e;
  padding: 5px 10px;
}
.wp-block-table table tr td:last-child {
  border-right: none;
}
.wp-block-table table tfoot {
  background-color: #25203e;
}
.wp-block-table table tfoot tr td {
  padding: 5px 10px;
  color: #fff;
}
.wp-block-table.is-style-stripes table {
  width: 100%;
  border: none;
}
.wp-block-table.is-style-stripes table thead {
  background-color: transparent;
}
.wp-block-table.is-style-stripes table thead th {
  color: #25203e;
}
.wp-block-table.is-style-stripes table tr {
  border: none;
}
.wp-block-table.is-style-stripes table tr:first-child {
  border-bottom: solid 4px #25203e;
}
.wp-block-table.is-style-stripes table tr td {
  border-right: solid 1px #25203e;
  padding: 3px 7px;
}
.wp-block-table.is-style-stripes table tr td:last-child {
  border-right: none;
}
.wp-block-table.is-style-stripes table tr:nth-child(even) {
  background-color: #fff;
}
.wp-block-table.is-style-stripes table tfoot {
  background-color: transparent;
  border-top: solid 4px #25203e;
}
.wp-block-table.is-style-stripes table tfoot tr td {
  color: #25203e;
}
.wp-block-table.is-style-stripes table tfoot tr:last-child {
  border: none;
}

.wp-block-preformatted {
  background-color: #F2F4F5;
  padding: 60px;
}

.wp-block-pullquote {
  background-color: #F2F4F5;
  padding: 60px;
  font-size: 22px;
}
.wp-block-pullquote cite {
  font-size: 16px;
  font-weight: bold;
}

.wp-block-quote {
  padding: 60px;
  margin: 0px;
  max-width: 100%;
  font-size: 24px !important;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.wp-block-quote p {
  max-width: 1320px;
  width: 100%;
  margin: 0px auto 30px;
  padding-left: 12px;
  padding-right: 12px;
}
.wp-block-quote cite {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  font-size: 16px;
}

@media (max-width: 600px) {
  .wp-block-quote {
    padding: 30px;
  }
}
.wp-block-image {
  overflow: hidden;
  position: relative;
}
.wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-button .wp-element-button {
  font-weight: 600;
  padding: 15px 30px;
  color: #fff;
  background-color: #25203e;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 30px;
}
.wp-block-button .wp-element-button:hover {
  text-decoration: none;
  background-color: #fdac43;
  color: #25203e;
}
.wp-block-button.is-style-outline .wp-element-button {
  background-color: #fdac43;
  color: #25203e;
}
.wp-block-button.is-style-outline .wp-element-button:hover {
  background-color: #25203e;
  color: #fdac43;
}

h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark {
  padding: 0px;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-embed.aligncenter {
  text-align: center;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.has-x-large-font-size,
.has-large-font-size,
.has-medium-font-size,
.has-small-font-size {
  font-size: 24px !important;
  line-height: 36px;
  margin-bottom: 30px;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
  gap: 30px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image img {
  box-sizing: border-box;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image .aligncenter, .wp-block-image.aligncenter {
  display: table;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image.aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}

.wp-block-image figure {
  margin: 0;
}

section.header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
}
section.header .logo {
  max-height: 100px;
}
section.header .header_content {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
}
section.header .header_content .hoofdmenu {
  text-align: right;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
  margin-top: 6px;
}
section.header .header_content .hoofdmenu li {
  float: left;
  display: inline-block;
  margin-left: 20px;
}
section.header .header_content .hoofdmenu li a {
  transition: all 0.3s;
  color: #25203e;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
section.header .header_content .hoofdmenu li a:hover {
  color: #fdac43;
}
section.header .header_content .hoofdmenu li.current_page_item a, section.header .header_content .hoofdmenu li.current-menu-item a {
  color: #fdac43;
}
section.header .header_content .hoofdmenu li.current_page_item a:after, section.header .header_content .hoofdmenu li.current-menu-item a:after {
  width: 100%;
}
section.header .header_content .hoofdmenu li.menu-item-has-children {
  position: relative;
  background-image: url(../images/arrow-down.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 45%;
  padding-right: 22px;
}
section.header .header_content .hoofdmenu li.menu-item-has-children:hover .sub-menu {
  display: inline-block;
}
section.header .header_content .hoofdmenu li.menu-item-has-children:hover .sub-menu li .sub-menu {
  display: none;
}
section.header .header_content .hoofdmenu li .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  left: -20px;
  top: 32px;
  padding: 20px;
  z-index: 99;
  min-width: 300px;
}
section.header .header_content .hoofdmenu li .sub-menu li {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  display: flex;
}
section.header .header_content .hoofdmenu li .sub-menu li a {
  transition: color ease-in-out 0.3s;
  color: #25203e;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
section.header .header_content .hoofdmenu li .sub-menu li a:after {
  display: none;
}
section.header .header_content .hoofdmenu li .sub-menu li a:hover {
  color: #fdac43;
}
section.header .header_content .hoofdmenu li .sub-menu li .sub-menu {
  display: none;
  left: 100%;
  top: -20px;
  position: absolute;
}
section.header .header_content .hoofdmenu li .sub-menu li.menu-item-has-children {
  position: relative;
  background-image: none;
}
section.header .header_content .hoofdmenu li .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: inline-block;
}
section.header .header_content .hoofdmenu li .sub-menu li:last-child {
  margin: 0;
}
section.header .header_content .hoofdmenu li .sub-menu li.current-menu-item a, section.header .header_content .hoofdmenu li .sub-menu li.current_page_item a {
  color: #fdac43;
}
section.header .hamburger {
  display: none;
  height: 55px;
  width: 55px;
  background-image: url(../images/hamburger.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 45%;
  cursor: pointer;
  margin-left: auto;
}
section.header .hamburger.active {
  background-image: url(../images/close.svg);
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .header .container .header_content .hoofdmenu {
    display: none;
  }
  .header .container .header_content .hamburger {
    display: block;
  }
}
.mobile_menu {
  transition: all ease-in-out 0.3s;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: -100vw;
  bottom: 0;
  max-width: 100vw;
  width: 100%;
  background-color: #25203e;
  color: #fff;
  z-index: 998;
  padding: 160px 60px 60px;
}
.mobile_menu.active {
  display: block;
  transition: all ease-in-out 0.3s;
  right: 0%;
}
.mobile_menu .main_menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.mobile_menu .main_menu ul li {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.mobile_menu .main_menu ul li a {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.mobile_menu .main_menu ul li.current_page_item a, .mobile_menu .main_menu ul li.current-menu-item a {
  color: #fdac43;
}
.mobile_menu .main_menu ul li.current_page_item .sub-menu li a, .mobile_menu .main_menu ul li.current-menu-item .sub-menu li a {
  color: #fff;
}
.mobile_menu .main_menu ul li .sub-menu {
  padding: 10px 0 0 0px;
}
.mobile_menu .main_menu ul li .sub-menu li {
  margin-bottom: 10px;
}
.mobile_menu .main_menu ul li .sub-menu li:last-child {
  margin-bottom: 0px;
}
.mobile_menu .main_menu ul li .sub-menu li a {
  position: relative;
  font-weight: normal;
}
.mobile_menu .main_menu ul li .sub-menu li a:before {
  content: "-  ";
}
.mobile_menu .main_menu ul li .sub-menu .sub-menu {
  padding-left: 10px;
}

/* --- Responsive --- */
footer {
  background-color: #25203e;
  padding: 30px 0;
}
footer .copy {
  color: #fff;
}
footer .copy a {
  text-decoration: none;
  opacity: 0.3;
  color: #fff;
}

/* --- Responsive --- */
.item {
  margin-bottom: 30px;
}
.item .top {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.item .top .postdate {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  float: left;
  margin-right: 10px;
}
.item .image_placeholder {
  background-color: #25203e;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item .tags {
  padding: 20px 0 0;
}
.item .tags .tag {
  background-color: #F2F4F5;
  border-radius: 30px;
  padding: 6px 15px;
  margin-right: 10px;
  font-size: 14px;
}
.item .text_placeholder {
  padding: 30px 0;
  border-bottom: solid 1px #ddd;
}
.item .text_placeholder .readmore {
  float: right;
  margin-bottom: 30px;
}

/* --- Responsive --- */
section.pageheader {
  background-color: #25203e;
  padding: 140px 0 30px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.pageheader:after {
  content: "";
  background-color: #25203e;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
section.pageheader .container {
  z-index: 1;
  position: relative;
}
section.pageheader h1, section.pageheader p {
  color: #fff;
  margin-bottom: 0;
}
section.pageheader p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.pageheader {
    padding: 120px 0 60px;
  }
}
section.comments {
  background-color: #F2F4F5;
  display: none;
  visibility: hidden;
}
section.comments ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.comments ol.commentlist .comment {
  padding-left: 0;
}
section.comments ol.commentlist .comment .comment-body {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
section.comments ol.commentlist .comment .comment-body .comment-author {
  display: block;
  float: left;
  width: 100%;
  padding: 0px;
}
section.comments ol.commentlist .comment .comment-body .comment-author img {
  height: 110px;
  width: 110px;
  border-radius: 100px;
  float: left;
  position: absolute;
}
section.comments ol.commentlist .comment .comment-body .comment-author .fn {
  position: relative;
  float: left;
  margin-left: 140px;
  margin-bottom: 15px;
}
section.comments ol.commentlist .comment .comment-body .comment-author .says {
  display: none;
}
section.comments ol.commentlist .comment .comment-body .comment-meta {
  display: none;
}
section.comments ol.commentlist .comment .comment-body p {
  padding-left: 140px;
  width: 100%;
  display: block;
  float: left;
}
section.comments ol.commentlist .comment .comment-body .reply {
  text-align: right;
}
section.comments ol.commentlist .comment .children {
  margin-left: 120px;
}
section.comments #respond {
  padding-top: 60px;
}
section.comments #respond h3 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 32px;
}
section.comments #respond h3 #cancel-comment-reply-link {
  float: right;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 3px 10px 4px;
}
section.comments #respond form .required {
  display: inline-block;
}
section.comments #respond form p {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
section.comments #respond form p.comment-form-email {
  width: calc(50% - 15px);
  display: block;
  float: right;
}
section.comments #respond form p.comment-form-author {
  width: calc(50% - 15px);
  display: block;
  float: left;
}
section.comments #respond form p.comment-notes, section.comments #respond form p.comment-form-url {
  display: none;
}
section.comments #respond form p.comment-form-cookies-consent input {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: auto;
  margin-top: 8px;
}
section.comments #respond form p.comment-form-cookies-consent label {
  display: inline-block;
}
section.comments #respond form p.form-submit input {
  font-weight: 600;
  padding: 15px 30px;
  color: #fff;
  background-color: #25203e;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 30px;
  width: auto;
}
section.comments #respond form p.form-submit input:hover {
  text-decoration: none;
  background-color: #fdac43;
  color: #25203e;
}
section.comments #respond form textarea, section.comments #respond form input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 15px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  section.comments ol.commentlist .comment .children {
    margin-left: 0px;
  }
}
.sidebar {
  padding-top: 0px;
  top: 120px;
  position: sticky;
}
.sidebar .widget {
  margin-top: 30px;
  padding: 30px;
}
.sidebar .widget h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.sidebar .widget ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.sidebar .widget ul li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
}
.sidebar .widget ul li:last-child {
  border-bottom: none;
}
.sidebar .widget a {
  text-decoration: none;
  color: #25203e;
}

/* --- Responsive --- */
.pagination h2 {
  display: none;
}
.pagination .nav-links span,
.pagination .nav-links a {
  padding: 10px 15px;
  min-width: 50px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  float: left;
  margin-right: 15px;
}
.pagination .nav-links a {
  background-color: #25203e;
  color: #fff;
}
.pagination .nav-links a:hover {
  background-color: #fdac43;
}

/* --- Responsive --- */
body.single .image {
  margin-bottom: 30px;
}

body.home section.pageheader {
  padding: 140px 0 320px;
}
body.home section.pageheader h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
body.home main .container {
  margin-top: -400px;
}
body.home main .container .item:first-child .post-views,
body.home main .container .item:first-child .postdate,
body.home main .container .item:first-child h2 {
  color: #fff;
}
body.home main .container .sidebar {
  margin-top: 380px;
}

@media (max-width: 600px) {
  body.home section.pageheader {
    padding: 120px 0 60px;
    margin-bottom: 30px;
  }
  body.home section.pageheader h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  body.home main .container {
    margin-top: 0px;
  }
  body.home main .container .item:first-child .post-views,
body.home main .container .item:first-child .postdate,
body.home main .container .item:first-child h2 {
    color: #25203e;
  }
}
/* --- Responsive --- */
@media (max-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    font-size: 22px;
    line-height: 22px;
  }
}

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