* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  min-height: 100%; }

body {
  min-height: 100vh;
  line-height: 1.6;
  font-family: "Nunito", "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #636363;
  background-color: #fff; }

p {
  margin-top: 0;
  margin-bottom: 1.3rem; }

p:last-child {
    margin: 0; }

small, .font-small {
  font-size: 0.8em; }

a {
  color: #70299f; }

a:link, a:visited {
    color: #70299f; }

a:hover, a:focus {
    color: #531f76; }

.bg-dark a:hover, .bg-dark a:focus {
      color: #8d33c8; }

.menu-item a {
  color: inherit; }

#wpadminbar {
  position: absolute; }

@media (max-width: 768px) {
    #wpadminbar {
      z-index: 0;
      display: none; } }

h1, .h1, h2, .h2, h3, .h3, .elementor-posts .elementor-post__card .elementor-post__title, .di-card .elementor-heading-title {
  font-family: "futura-pt", "Roboto", sans-serif; }

h1, .h1, h2, .h2, h3, .h3, .elementor-posts .elementor-post__card .elementor-post__title, .di-card .elementor-heading-title, h4, .h4 {
  line-height: 1; }

h1:not(:last-child), .h1:not(:last-child), h2:not(:last-child), .h2:not(:last-child), h3:not(:last-child), .h3:not(:last-child), .elementor-posts .elementor-post__card .elementor-post__title:not(:last-child), .di-card .elementor-heading-title:not(:last-child), h4:not(:last-child), .h4:not(:last-child) {
    margin: 0.5rem 0 1rem; }

h1, .h1 {
  font-size: 3.5rem; }

@media (max-width: 480px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 2.625rem; }

@media (max-width: 480px) {
    h2, .h2 {
      font-size: 2.25rem; } }

h3, .h3, .elementor-posts .elementor-post__card .elementor-post__title, .di-card .elementor-heading-title {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.333rem; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.site-main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.elementor-location-footer {
  justify-self: flex-end; }

/* COLUMNS */

/*di_felix added css 2020-04-20 start */ 
h3.chr-blog-post__title{
  color: #853da6;
  text-decoration: underline;
}

.felix-read-more{
  text-decoration: underline;
  color: #853da6;
}

/*end*/

@media (min-width: 1025px) {
  .archive-column-sidebar .elementor-inner-section {
    padding: 2em;
    border-left: 2px solid whitesmoke; } }

/* WIDGETS */

.elementor-widget-wp-widget-archives h5 {
  font-size: 24px;
  margin: 0.5em 0 1em; }

.elementor-widget-wp-widget-archives ul {
  list-style: none;
  padding: 0; }

.elementor-widget-wp-widget-archives li {
  margin-bottom: 0.5em; }

body.search .site-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; }

body.search .search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

body.search .search-result {
  margin: 2rem;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

@media (min-width: 768px) {
    body.search .search-result {
      width: 50%; } }

body.search .search-result__post-type {
  color: #888; }

.chr-post-filter {
  background: url("/wp-content/uploads/2019/04/Arrow-drop-1.png") no-repeat center;
  background-color: #853da6;
  background-position-x: calc(100% - 20px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffdafb;
  padding: 10px 60px 10px 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  background-size: 17px;
  border: none; }

.chr-post-loop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 767px) {
    .chr-post-loop-container {
      display: block; } }

.chr-post-loop-container::after {
    content: '';
    -webkit-box-ordinal-group: 1000000;
        -ms-flex-order: 999999;
            order: 999999;
    width: 50%; }

.chr-blog-post__wrapper {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 10px;
  outline-offset: -10px; }

.chr-blog-post__wrapper:link, .chr-blog-post__wrapper:visited, .chr-blog-post__wrapper:hover {
    color: inherit; }

.chr-blog-post__wrapper:focus {
    color: #ffc107; }

.chr-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 16px;
  font-weight: 400;
  min-height: 340px;
  height: 100%; }

.chr-blog-post__post-tag {
  padding: 5px 35px 5px 10px;
  background-color: #853da6;
  position: absolute;
  width: auto;
  top: 30px;
  color: white;
  font-size: 20px; }

.chr-blog-post__thumbnail-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  min-width: 250px;
  height: 400px;
  overflow: hidden; }

img.chr-blog-post__featured-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  background: #eee;
  height: 100%; }

.chr-blog-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px 30px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.no-thumbnail > .chr-blog-post__content {
    padding: 64px 10% 10px; }

.chr-blog-post__logo-image, .elementor .chr-blog-post__logo-image {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem; }

.chr-blog-post__content-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em; }

.chr-blog-post__title {
  margin: 0;
  color: #636363; }

.chr-blog-post__excerpt {
  word-wrap: break-word;
  color: #636363; }

.chr-blog-post__excerpt > .quote-img {
    width: 20px;
    height: 16px;
    margin: 5px; }

.chr-blog-post__excerpt > p {
    overflow: hidden; }

.elementor-posts--skin-di-event {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.elementor-posts--skin-di-event:not(.elementor-posts-masonry) {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.elementor-posts--skin-di-event .elementor-post {
    overflow: hidden; }

.elementor-posts--skin-di-event .elementor-post__text {
    padding: 25px; }

.elementor-posts--skin-di-event .elementor-post__thumbnail {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.elementor-posts--skin-di-event .elementor-post__thumbnail img {
      height: auto;
      position: absolute;
      top: calc(50% + 1px);
      left: calc(50% + 1px);
      -webkit-transform: scale(1.01) translate(-50%, -50%);
              transform: scale(1.01) translate(-50%, -50%); }

.elementor-posts.elementor-posts--skin-classic .elementor-post, .elementor-posts.elementor-posts--skin-di-event .elementor-post {
  position: relative; }

.elementor-posts.elementor-posts--skin-classic .elementor-post__text, .elementor-posts.elementor-posts--skin-di-event .elementor-post__text {
  font-size: 1rem; }

.elementor-posts.elementor-posts--skin-classic .elementor-post__title, .elementor-posts.elementor-posts--skin-di-event .elementor-post__title {
  font-size: 1.5rem; }

.elementor-posts.elementor-posts--skin-classic .elementor-post__excerpt p, .elementor-posts.elementor-posts--skin-di-event .elementor-post__excerpt p {
  font-size: inherit; }

.elementor-posts.elementor-posts--skin-classic .elementor-post__meta-data, .elementor-posts.elementor-posts--skin-di-event .elementor-post__meta-data {
  display: inline-block;
  position: absolute;
  font-size: 1rem;
  top: 0.9em;
  left: 0;
  color: #fff;
  background-color: #70299f;
  padding: 0.75em; }

.elementor-posts.elementor-posts--skin-classic .elementor-post__read-more, .elementor-posts.elementor-posts--skin-di-event .elementor-post__read-more {
  font-size: 1rem;
  color: #70299f;
  position: absolute;
  bottom: 10px;
  right: 25px; }

.elementor-pagination {
  padding: 1rem 0; }

.page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2em;
  width: auto;
  min-width: 2em;
  border-radius: 1em;
  padding: 0 0.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.page-numbers.current {
  background: #70299f;
  color: #fff; }

.page-numbers.dots, .page-numbers.prev, .page-numbers.next {
  background: transparent;
  border-color: transparent; }

a.page-numbers:focus {
  background: #fff; }

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
  cursor: pointer; }

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label::before {
  content: ''; }

.elementor-nav-menu {
  font-family: "futura-pt", "Roboto", sans-serif; }

.admin-notice {
  padding: 2rem;
  border: 2px solid currentColor;
  background: whitesmoke; }

body:not(.logged-in) .admin-notice {
    display: none !important; }

.elementor-location-off_canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  height: 100vh;
  width: 100%;
  background-color: whitesmoke;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  opacity: 0;
  pointer-events: none; }

.elementor-location-off_canvas.-open, #elementor .elementor-location-off_canvas {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto; }

.elementor-location-off_canvas > .elementor-inner, .elementor-location-off_canvas > .elementor-inner > .elementor-section-wrap {
  height: 100%; }

.elementor-location-off_canvas > .elementor-inner > .elementor-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.ocMenu__contentBlock {
  margin: auto 0; }

.elementor-widget-di-image-box.elementor-widget-image-box .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.elementor-widget-di-image-box .elementor-image-box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  height: 320px;
  min-width: 200px;
  overflow: hidden; }

.elementor-widget-di-image-box .elementor-image-box-img img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 320px;
    max-height: 95vw; }

.elementor-widget-di-image-box .elementor-image-box-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  min-height: 200px;
  max-height: 320px;
  overflow: hidden; }

@media (max-width: 1099px) {
    .elementor-widget-di-image-box .elementor-image-box-content {
      height: auto; } }

.elementor-widget-di-image-box .elementor-image-box-title {
  margin: 0 0 0.5em; }

@media (min-width: 1100px) {
  .elementor-widget-di-image-box.elementor-position-right .elementor-image-box-img, .elementor-widget-di-image-box.elementor-position-left .elementor-image-box-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

.site-footer {
  font-size: 0.8rem;
  color: #ffffff; }

.site-footer .elementor-widget-text-editor {
    color: inherit; }

.elementor-location-header {
  z-index: 100;
  height: 0; }

.site-header.elementor-element.elementor-sticky:not(.elementor-sticky--effects) {
  background: transparent; }

.elementor-element.elementor-widget-empty.-not-empty {
  background-color: unset;
  display: inherit; }

.elementor-element.elementor-widget-empty.-not-empty .elementor-widget-empty-icon {
    display: none; }

.color-main {
  color: #70299f; }

.color-foreground {
  color: #636363; }

ul.unlist, ol.unlist {
  list-style: none;
  padding-left: 0;
  margin: unset; }

@media (max-width: 1200px) {
  .show-for-desktop, .show-for-desktop.elementor-column, .show-for-desktop.menu-item {
    display: none; } }

@media (max-width: 1025px) {
  .show-for-tablet-land, .show-for-tablet-land.elementor-column, .show-for-tablet-land.menu-item {
    display: none; } }

@media (max-width: 768px) {
  .show-for-tablet-port, .show-for-tablet-port.elementor-column, .show-for-tablet-port.menu-item {
    display: none; } }

@media (min-width: 1200px) {
  .hide-for-desktop, .hide-for-desktop.elementor-column, .hide-for-desktop.menu-item {
    display: none; } }

@media (min-width: 1025px) {
  .hide-for-tablet-land, .hide-for-tablet-land.elementor-column, .hide-for-tablet-land.menu-item {
    display: none; } }

@media (min-width: 768px) {
  .hide-for-tablet-port, .hide-for-tablet-port.elementor-column, .hide-for-tablet-port.menu-item {
    display: none; } }

.elementor-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.elementor-divider-separator {
  max-width: 100%; }

.col-auto.elementor-column {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

@media (min-width: 768px) {
    .col-auto.elementor-column {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; } }

.col-shrink.elementor-column, .shrink.elementor-column {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

@media (min-width: 768px) {
    .col-shrink.elementor-column, .shrink.elementor-column {
      width: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.flex-direction--col.elementor-section > .elementor-container > .elementor-row, .flex-direction--col.elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.relative {
  position: relative; }

.post_category_tag {
  z-index: 10000;
  min-width: 120px;
  top: 15px;
  left: 0px;
  color: white;
  background: #853da6;
  padding: 3px 20px 3px 10px;
  position: absolute; }

/*# sourceMappingURL=theme-main.css.map */

/*# sourceMappingURL=theme-main.css.map */
