@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap");
@font-face {
  font-family: "Silka-Bold";
  src: url("https://ceos4climate.eu/wp-content/themes/uncode-child/assets/fonts/Silka_font/Silka-Bold.otf");
}

@font-face {
  font-family: "Silka-Medium";
  src: url("https://ceos4climate.eu/wp-content/themes/uncode-child/assets/fonts/Silka_font/Silka-Medium.otf");
}

@font-face {
  font-family: "Silka-Regular";
  src: url("https://ceos4climate.eu/wp-content/themes/uncode-child/assets/fonts/Silka_font/Silka-Regular.otf");
}

.light-green-background {
  background: #009a7c33;
}

.light-green-background a.btn.agenda-popup {
  border-radius: 180px !important;
}

.light-blue-background {
  background: #abbbd277;
}

.light-blue-background a.btn.agenda-popup {
  border-radius: 180px !important;
}

.custom-popup-pos {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 575px) {
  .custom-popup-pos {
    position: relative;
  }
}

@media (max-width: 960px) {
  .img-custom-responsive .uncell {
    padding-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .custom-responsive .uncell {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.agenda-wrapper {
  padding: 30px;
}

@media (max-width: 570px) {
  .agenda-wrapper {
    padding: 15px;
  }
}

.agenda-wrapper .wpcf7-inline-field {
  margin: 0;
}

.agenda-wrapper .wpcf7-text {
  border: 1px solid #ffffff !important;
}

.agenda-wrapper .wpcf7-text:focus {
  border: 1px solid #009a7c !important;
}

.agenda-wrapper h3 {
  color: #141618 !important;
  margin: 5px 0 15px !important;
  font-family: "Silka-Regular" !important;
}

@media (max-width: 570px) {
  .agenda-wrapper h3 {
    font-size: 20px !important;
  }
}

.agenda-wrapper input[type=checkbox] {
  width: 18px !important;
  height: 20px !important;
}

.agenda-wrapper .checkbox-field {
  margin-bottom: 15px;
}

.agenda-wrapper .checkbox-field:last-child {
  margin-bottom: 0;
}

.agenda-wrapper .checkbox-field .wpcf7-inline-field {
  margin-bottom: 0 !important;
}

.agenda-wrapper .checkbox-field .wpcf7-inline-field .wpcf7-list-item {
  width: 100% !important;
}

.agenda-wrapper .checkbox-field .wpcf7-checkbox .wpcf7-list-item-label {
  font-family: "Silka-Bold" !important;
  color: #009a7c;
  font-size: 17px !important;
}

.round-button {
  border-radius: 180px !important;
}

.buttons a:first-child {
  margin-right: 15px !important;
}

@media (max-width: 500px) {
  .buttons a {
    display: block;
    width: 100%;
    text-align: center;
    transform-origin: center !important;
  }
}

#popmake-86448 .pum-close {
  width: 30px !important;
  height: 30px !important;
  text-align: center !important;
  padding: 0 !important;
  font-size: 14px !important;
  padding-left: 3px !important;
}

.menu-dashboard-container,
.menu-dashboard-en-container {
  padding: 0 36px;
  background: transparent;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 10001;
  width: 100%;
  transition: all .3s ease;
}

.menu-dashboard-container.opaque,
.menu-dashboard-en-container.opaque {
  background: #141618;
}

.menu-dashboard-container ul,
.menu-dashboard-en-container ul {
  margin-top: 0 !important;
  float: right;
}

.menu-dashboard-container ul li,
.menu-dashboard-en-container ul li {
  display: inline-block;
  padding: 10px 15px;
}

.menu-dashboard-container ul li:last-child,
.menu-dashboard-en-container ul li:last-child {
  padding-right: 0;
  padding-left: 0;
}

.menu-dashboard-container ul li:last-child a:before,
.menu-dashboard-en-container ul li:last-child a:before {
  content: '\f08b';
  font-family: 'FontAwesome' !important;
  color: #009a7c;
  padding-right: -5px;
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.menu-dashboard-container ul li:last-child a:hover:before,
.menu-dashboard-en-container ul li:last-child a:hover:before {
  padding-right: 5px;
  opacity: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.menu-dashboard-container ul li a,
.menu-dashboard-en-container ul li a {
  color: #ffffff;
  font-size: 0.933em;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.menu-dashboard-container ul li a:hover,
.menu-dashboard-en-container ul li a:hover {
  color: #009a7c;
}

.circle {
  position: relative;
  border: 3px solid #009a7c;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 959px) {
  .circle {
    position: relative !important;
    text-align: center;
    width: 220px;
    margin: 0 auto;
  }
}

.p-image {
  text-align: center;
  margin-top: 15px;
}

.p-image .fa-camera {
  color: #009a7c !important;
}

@media (max-width: 959px) {
  .left-column {
    margin-bottom: 15px;
  }
}

@media (max-width: 959px) {
  .right-column {
    padding: 15px !important;
  }
  .right-column .wpcf7-inline-field {
    width: 100% !important;
    padding: 0 !important;
  }
}

.author-website a {
  transition: all .3s ease-in-out !important;
  font-size: 18px;
}

.author-website a:hover, .author-website a:focus {
  color: #141618 !important;
}

.image-box img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #009a7c !important;
  object-fit: contain;
}

.author-profile-bio {
  margin-bottom: 9px !important;
}

.c4c-event-wrapper .wpcf7-inline-wrapper .wpcf7-inline-field {
  width: 100%;
  margin: 0 0 15px 0 !important;
  padding: 0;
}

.c4c-event-wrapper .wpcf7-inline-wrapper .wpcf7-inline-field .wpcf7-text {
  border-color: #009a7c;
}

.c4c-event-wrapper input[type=checkbox] {
  width: 18px !important;
  height: 20px !important;
}

.c4c-event-wrapper .checkbox-field:last-child {
  margin-bottom: 0;
}

.c4c-event-wrapper .checkbox-field .wpcf7-inline-field {
  margin-bottom: 0 !important;
}

.c4c-event-wrapper .checkbox-field .wpcf7-inline-field:last-child {
  margin-left: 35px;
}

.c4c-event-wrapper .checkbox-field .wpcf7-inline-field .wpcf7-list-item {
  width: 100% !important;
}

.c4c-event-wrapper p {
  margin-top: 0;
}

.c4c-event-wrapper .wpcf7-submit {
  margin-top: 15px !important;
}

.contact-boxes .uncoltable {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.contact-boxes .uncoltable:hover {
  margin-top: -10px !important;
}

.contact-boxes .uncoltable .icon-box {
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
}

.contact-boxes .uncoltable .icon-box .icon-box-icon {
  text-align: center;
}

.contact-boxes .uncoltable .icon-box .icon-box-content {
  text-align: center;
}

.contact-boxes .uncoltable .icon-box .icon-box-content p {
  margin-top: 0;
  padding: 0 15px;
}

.contact-boxes.members .uncoltable:hover {
  margin-top: 0 !important;
}

.contact-boxes.members .uncode_text_column {
  margin-top: 0 !important;
}

.log-out {
  display: block;
  right: 0;
  position: absolute;
  top: -40px;
}

.log-out .uncont {
  width: 30%;
  float: right;
}

.log-out .uncont .icon-box-content {
  padding-left: 0 !important;
}

.pum-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

.pum-overlay .pum-container {
  width: 50% !important;
  text-align: center !important;
}

@media (max-width: 992px) {
  .pum-overlay .pum-container {
    width: 80% !important;
  }
}

.pum-overlay .pum-container .popmake-title {
  text-align: center;
  padding-bottom: 15px;
}

.pum-overlay .pum-container .wpcf7-inline-field {
  width: 100% !important;
  margin-bottom: 15px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pum-overlay .pum-container .popmake-close {
  top: 0 !important;
  right: 0 !important;
  background-color: #141618 !important;
  transition: all .3s ease-in-out !important;
}

.pum-overlay .pum-container .popmake-close:hover {
  background: #009a7c !important;
}

.pum-overlay .wpcf7-list-item-label a {
  color: inherit !important;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
}

.pum-overlay .wpcf7-list-item-label a:hover {
  color: #009a7c !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 12px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

@media (max-width: 500px) {
  #wpcf7-f81196-p81154-o3 .wpcf7-inline-field {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

.wpcf7 .wpcf7-inline-field {
  float: left !important;
}

#cookies-agree {
  border-color: #009a7c !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in;
  transition-duration: 0.3s;
  z-index: 1;
  position: relative;
  line-height: 1 !important;
  padding: 11px 31px !important;
  background: #009a7c;
  text-transform: uppercase;
}

#cookies-agree:after {
  display: none !important;
}

#cookies-agree:hover {
  color: #009a7c !important;
  background: #ffffff;
}

#cookies-agree-all {
  color: #ffffff !important;
  border-color: #009a7c !important;
  transition: all 0.3s ease-in;
  transition-duration: 0.3s;
  z-index: 1;
  position: relative;
  line-height: 1 !important;
  padding: 11px 31px !important;
  background: #009a7c;
  text-transform: uppercase;
}

#cookies-agree-all:after {
  display: none !important;
}

#cookies-agree-all:hover {
  color: #009a7c !important;
  background: #ffffff;
}

.cookie-popup {
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.87);
}

.cookie-popup .title {
  color: #009a7c !important;
  font-size: 22px !important;
}

.cookie-popup p {
  color: #ffffff !important;
}

.cookie-popup .cookie-preferences .content ul {
  border-color: #009a7c !important;
}

@media (max-width: 1300px) {
  .cookie-popup .main-cookies {
    max-width: 100% !important;
  }
}

.cookie-popup .custom-link {
  display: inline-block !important;
  float: left;
  margin-right: 10px !important;
  border-radius: 0 !important;
}

@media (max-width: 615px) {
  .cookie-popup .custom-link {
    display: block !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}

.cookie-popup .custom-link:hover {
  color: #141618 !important;
}

@media (max-width: 500px) {
  .cookie-popup .save-cookies {
    display: flex;
    flex-direction: column-reverse;
  }
}

.cookie-popup .cookie-preferences {
  width: 100% !important;
}

.cookie-popup .cookie-preferences ul {
  list-style: none;
  margin-bottom: 30px !important;
}

@media (max-width: 992px) {
  .cookie-popup .cookie-preferences ul {
    flex-direction: column !important;
  }
}

.cookie-popup .cookie-preferences ul li {
  overflow: auto;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .cookie-popup .cookie-preferences ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .cookie-popup .cookie-preferences ul li:last-child {
    margin-bottom: 0;
  }
}

.cookie-popup .cookie-preferences ul li a {
  color: #009a7c !important;
  text-decoration: none !important;
}

.cookie-popup .cookie-preferences ul li a:hover {
  text-decoration: none;
  color: #00342a !important;
}

.cookie-popup .cookie-preferences ul li a:after {
  display: none;
}

@media (max-width: 992px) {
  .cookie-popup .cookie-preferences ul li .input-type {
    position: absolute;
    right: 0;
  }
}

.cookie-popup .cookie-preferences ul li .css-checkbox {
  border: 1px solid transparent;
  background: transparent;
}

.cookie-popup .cookie-preferences ul li .css-checkbox:focus {
  outline: none !important;
}

.cookie-popup .cookie-preferences ul li .css-checkbox:after {
  background: #eeeeee;
  top: 0 !important;
  width: 18px !important;
  height: 18px !important;
}

.cookie-popup .cookie-preferences ul li .css-checkbox:before {
  content: '' !important;
}

.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
  background: #009a7c;
}

.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
  background: #eeeeee;
}

.vb-show {
  display: block !important;
}

.vb-hidden {
  display: none !important;
}

.cookie-reload {
  border-color: #009a7c !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in;
  transition-duration: 0.3s;
  z-index: 1;
  position: relative;
  line-height: 1 !important;
  padding: 11px 31px !important;
  background: #009a7c;
  text-transform: uppercase;
}

.cookie-reload:after {
  display: none !important;
}

.cookie-reload:hover {
  color: #009a7c !important;
  background: #ffffff;
}

.b-contain {
  background-size: contain !important;
  background-position: center center !important;
}

.b-contain .background-inner {
  background-size: contain !important;
  background-position: center center !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.w-100 {
  width: 100% !important;
}

.btn-custom-typo.text-capitalize {
  text-transform: none !important;
}

.h1, .fontsize-445851, .header-title {
  font-size: 28px !important;
}

@media (min-width: 1250px) {
  .h1, .fontsize-445851, .header-title {
    font-size: 30px !important;
  }
}

@media (min-width: 960px) {
  .menu-horizontal {
    height: auto !important;
    width: 100%;
  }
}

.drop-menu {
  background: transparent !important;
}

.drop-menu a {
  size: 14px !important;
  font-weight: 400 !important;
}

.drop-menu a .fa {
  display: none !important;
}

.drop-menu a:hover {
  background: transparent !important;
}

@media (max-width: 959px) {
  body.menu-mobile-centered .menu-smart li.menu-item-81832:not(.social-icon) .fa {
    display: inline-block !important;
    z-index: 99999;
    padding: 0 !important;
    position: absolute !important;
    right: 30px !important;
  }
  body.menu-mobile-centered .menu-smart li.menu-item-81830:not(.social-icon) .fa {
    display: none !important;
  }
  body.menu-mobile-centered .menu-smart li.menu-item-81831:not(.social-icon) .fa {
    display: none !important;
  }
}

#menu-item-81832 > a > mark {
  padding: 8px 12px !important;
}

#menu-item-82248 > a > mark {
  padding: 8px 12px !important;
}

#menu-item-82558 > a > mark {
  padding: 8px 12px !important;
}

#menu-item-82560 > a > mark {
  padding: 8px 12px !important;
}

.primary-color {
  color: #009a7c !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.style-color-105898-bg {
  background: radial-gradient(circle at left top, #009622 9%, #4caf50 48%, #a5c34a 91%);
}

.webkit input[type=checkbox],
input[type=checkbox] {
  border-color: #009a7c !important;
}

.d-inline {
  display: inline-block !important;
}

.h-auto {
  height: auto !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-15 {
  margin-top: 15px !important;
}

.icon-none .icon-box-icon {
  display: none !important;
}

.icon-none .icon-box-content {
  padding-left: 0 !important;
}

.right-after {
  position: relative;
  overflow: hidden;
}

.right-after:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  bottom: -20px;
  background: #f7f7f7;
  transform: rotate(45deg);
}

.mb-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mob-vieuw-left {
  margin-top: 18px;
}

@media (max-width: 992px) {
  .mob-vieuw-left {
    float: left !important;
  }
}

.c4c-event-adjusts .row-parent {
  padding: 60px !important;
}

.c4c-event-adjusts .row-parent h3 {
  color: #009a7c !important;
  font-weight: 800 !important;
  font-size: 28px !important;
}

.c4c-event-adjusts .row-parent h6 {
  color: #ffffff !important;
}

@media (max-width: 500px) {
  .c4c-event-adjusts .row-parent .c4c-event {
    width: 100%;
    transform-origin: center !important;
  }
}

a.btn.custom-link:focus {
  background: transparent !important;
}

.custom-grid .isotope-container .tmb .t-entry-visual img {
  max-width: 100% !important;
  height: 75px !important;
  object-fit: contain !important;
}

.custom-grid .t-entry-visual-cont a {
  display: flex !important;
  align-items: center !important;
}

.enquete label {
  color: #009a7c !important;
  display: block;
  margin-top: 15px;
}

.tribe_events-template-default .main-container .row-container .double-bottom-padding {
  padding-bottom: 0 !important;
}

.tribe-js .row-breadcrumb {
  display: none;
}

.tribe-js .ecs-event-list {
  padding-left: 0 !important;
}

.tribe-js .ecs-event-list li {
  list-style: none !important;
}

.tribe-js .ecs-event-list li.ecs-event {
  border-bottom: 1px solid #009a7c !important;
  padding-bottom: 15px;
}

.tribe-js .ecs-event-list li a {
  font-size: 30px !important;
  font-weight: 900 !important;
}

.tribe-js .ecs-event-list li .ecs-excerpt {
  margin-bottom: 18px !important;
}

.type-tribe_events .post-media,
.type-tribe_events .post-title-wrapper {
  display: none;
}

#tribe-events .tribe-events-title-bar,
#tribe-events #tribe-events-bar,
#tribe-events .tribe-events-nav-pagination {
  display: none;
}

.tribe-events-loop .post-title {
  margin-bottom: 30px;
}

.tribe-events-loop h2 {
  background: #f7f9fb !important;
  margin: 0;
  color: #009a7c;
}

.tribe-events-loop .p-0 {
  padding: 0 !important;
}

.tribe-events-loop .type-tribe_events {
  padding: 30px 10px !important;
  border-bottom-color: rgba(221, 221, 221, 0.5);
}

@media (max-width: 768px) {
  .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    background: #ffffff !important;
    border: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .tribe-events-loop .type-tribe_events .tribe-events-event-meta .location .tribe-event-schedule-details {
    padding: 0;
  }
}

.tribe-events-loop .type-tribe_events .tribe-events-event-meta .location .tribe-events-venue-details {
  line-height: 1.5 !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .tribe-events-loop .type-tribe_events .tribe-events-event-meta .location .tribe-events-venue-details {
    padding: 0;
  }
}

.tribe-events-loop .type-tribe_events .tribe-events-event-meta .location .event-image {
  max-width: 200px !important;
  overflow: hidden;
  margin: 0 auto;
}

.tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-events-read-more,
.tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-events-gmap {
  color: #009a7c !important;
}

.tribe-events-loop .ticket-cost {
  background: #009a7c;
  color: #ffffff;
  border: 0;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  padding: 8px 12px !important;
  background: #009a7c !important;
  color: #ffffff !important;
  border: 2px solid #009a7c !important;
  -webkit-transition: all .3s ease-in-out;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  display: table !important;
  line-height: 1 !important;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
  background: #ffffff !important;
  color: #009a7c !important;
}

.tribe-events-single .p-0 {
  padding: 0 !important;
}

.tribe-events-single .tribe-events-single-event-title {
  margin-bottom: 30px !important;
}

.tribe-events-single .event-content {
  padding: 0 15px !important;
}

@media (max-width: 960px) {
  .tribe-events-single .event-content {
    margin-bottom: 30px;
    display: table;
    padding: 0 !important;
  }
}

.tribe-events-single .event-content .tribe-events-event-image {
  margin-bottom: 0 !important;
}

.tribe-events-single .event-content .tribe-events-single-event-description {
  display: table;
}

.tribe-events-single .event-content #rtec {
  display: table;
  width: 100%;
  float: left;
  margin-top: 30px;
}

.tribe-events-single .event-content #rtec #rtec-form-toggle-button {
  padding: 8px 12px !important;
  background: #009a7c !important;
  color: #ffffff !important;
  border: 2px solid #009a7c !important;
  -webkit-transition: all .3s ease-in-out;
}

.tribe-events-single .event-content #rtec #rtec-form-toggle-button:hover {
  background: #ffffff !important;
  color: #009a7c !important;
}

.tribe-events-single .event-content #rtec #rtec-form-toggle-button .tribe-bar-toggle-arrow {
  display: none;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper {
  background: #f7f9fb !important;
  border: 0 !important;
  box-shadow: 0 4px 13px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow .2s ease;
  -moz-transition: box-shadow .2s ease;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-fields-wrapper {
  overflow: auto;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-fields-wrapper .rtec-form-field {
  width: 48%;
  float: left;
  overflow: auto;
  margin-right: 2%;
}

@media (max-width: 600px) {
  .tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-fields-wrapper .rtec-form-field {
    width: 100%;
    margin-right: 0;
  }
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-fields-wrapper .rtec-form-field.rtec-terms_conditions {
  width: 100%;
  overflow: visible;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-fields-wrapper .rtec-form-field.rtec-terms_conditions a {
  font-size: 12px;
  color: #777777 !important;
  position: absolute;
  bottom: -3px;
  left: 25px;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-fields-wrapper .rtec-form-field.rtec-terms_conditions a:hover {
  color: #009a7c !important;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .g-recaptcha {
  display: none;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-buttons {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 600px) {
  .tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-buttons {
    position: relative;
    left: auto;
    right: auto;
  }
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-buttons .rtec-submit-button {
  padding: 8px 12px !important;
  background: #009a7c !important;
  color: #ffffff !important;
  border: 2px solid #009a7c !important;
  -webkit-transition: all .3s ease-in-out;
}

.tribe-events-single .event-content #rtec .rtec-form-wrapper .rtec-form-buttons .rtec-submit-button:hover {
  background: #ffffff !important;
  color: #009a7c !important;
}

.tribe-events-single .notices {
  padding: 0 !important;
}

.tribe-events-single .notices .event-details {
  padding: 30px;
  border-bottom: 1px solid #ffffff;
  background: #f7f9fb !important;
}

.tribe-events-single .notices .event-details h2 {
  margin: 0 !important;
  color: #009a7c;
}

.tribe-events-single .notices .notices-display {
  padding: 30px;
  background: #f7f9fb !important;
}

.tribe-events-single .notices .notices-display .tribe-events-single-event-title {
  color: #141618 !important;
  font-size: 22px !important;
  margin-bottom: 0 !important;
}

.tribe-events-single .notices .notices-display .tribe-events-cal-links a {
  display: block;
  width: 100% !important;
  text-align: center;
  margin-top: 15px;
}

.tribe-events-single .notices .notices-display .tribe-events-back {
  margin-bottom: 0;
  margin-top: 15px !important;
}

.tribe-events-single .notices .notices-display .tribe-events-back a {
  display: block;
  width: 100% !important;
  text-align: center;
  padding: 8px 12px !important;
  background: #009a7c !important;
  color: #ffffff !important;
  border: 2px solid #009a7c !important;
  -webkit-transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 1px;
}

.tribe-events-single .notices .notices-display .tribe-events-back a:hover {
  background: #ffffff !important;
  color: #009a7c !important;
}

.tribe-events-single .tribe-events-schedule {
  background: #f7f9fb !important;
  margin: 0;
  color: #009a7c;
  padding: 6px 10px;
}

.tribe-events-single .tribe-events-schedule h2 {
  margin: 0;
}

.tribe-events-single .tribe-events-schedule h2.tribe-events-cost {
  font-weight: 300 !important;
}

.tribe-events-single .tribe-events-single-section {
  margin: 0 !important;
  background: transparent;
  border: 0 !important;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group {
  width: 100% !important;
  margin: 0;
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group h2 {
  color: #009a7c;
  margin: 0 0 15px !important;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-organizer-url a {
  color: #777777;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-organizer-url a:hover {
  color: #009a7c;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-organizer {
  font-family: "Silka-Bold" !important;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-events-gmap {
  color: #009a7c !important;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .icon-sign {
  display: block;
  overflow: auto;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .icon-sign .icon {
  display: inline-block;
  float: left;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .icon-sign .content {
  display: inline-block;
  float: left;
  margin-left: 15px;
}

.tribe-events-single .tribe-events-single-section .tribe-events-venue-map {
  width: 100% !important;
  margin: 0 !important;
}

.box-shadow {
  box-shadow: 0 4px 13px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow .2s ease;
  -moz-transition: box-shadow .2s ease;
}

.site-footer .icons li i {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  color: #ffffff;
}

.site-footer .icons li:hover i {
  padding-left: 3px;
}

.site-footer .footer-first-column a {
  color: #ffffff;
}

.site-footer .d-flex-end {
  margin-top: 36px !important;
}

.site-footer .d-flex-end h5 {
  color: #ffffff !important;
}

.site-footer .d-flex-end a,
.site-footer .d-flex-end i {
  color: #ffffff;
}

.site-footer .d-flex-end .wpb_column {
  padding: 0 !important;
}

.site-footer .wpb_column ul li {
  position: relative;
}

.site-footer .wpb_column ul li:first-child {
  margin-top: 0;
}

.site-footer .wpb_column ul li a {
  margin-left: 25px;
  font-size: 12px !important;
  display: inline-table;
}

.site-footer .wpb_column ul li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.site-footer .footer-list .shift_x_quad {
  left: 0 !important;
}

.site-footer .footer-list .shift_x_quad .icons {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media (max-width: 500px) {
  .site-footer .footer-list .shift_x_quad .icons {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:hover, body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:focus {
  color: #009a7c !important;
}

header .nav ul li a {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  padding: 8px 12px !important;
}

header .nav ul li a:hover {
  color: #009a7c !important;
}

header .nav ul li a mark {
  background-color: #009a7c;
  border: 2px solid #009a7c;
  padding: 8px 12px !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

header .nav ul li a mark:hover {
  background-color: transparent;
}

header .nav ul li a i {
  color: #009a7c !important;
  font-size: 20px !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

header .nav ul li a i:hover {
  color: #ffffff !important;
}

header .nav ul li a.mark {
  text-align: center !important;
  padding: 0 !important;
}

header .nav ul li#menu-item-81057 a mark, header .nav ul li#menu-item-82560 a mark, header .nav ul li#menu-item-79917 a mark, header .nav ul li#menu-item-85741 a mark, header .nav ul li#menu-item-85909 a mark {
  background-color: transparent !important;
  border: 2px solid #009a7c;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

header .nav ul li#menu-item-81057 a mark:hover, header .nav ul li#menu-item-82560 a mark:hover, header .nav ul li#menu-item-79917 a mark:hover, header .nav ul li#menu-item-85741 a mark:hover, header .nav ul li#menu-item-85909 a mark:hover {
  background: #009a7c !important;
  color: #ffffff !important;
}

header .nav ul li.wpml-ls-item a {
  padding: 5px !important;
  border-radius: 50% !important;
  background-color: #009a7c !important;
  width: 30px !important;
  height: 30px !important;
}

header .nav ul li.wpml-ls-item .drop-menu {
  margin-left: -9px !important;
  top: 80% !important;
}

header .nav ul li.wpml-ls-item .drop-menu li a {
  padding: 5px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 154, 124, 0.3) !important;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600 !important;
  transition: all .3s ease-in-out !important;
  margin-bottom: 12px;
  margin-left: 17px;
}

header .nav ul li.wpml-ls-item .drop-menu li a:hover {
  background-color: #009a7c !important;
}

header .nav ul li.wpml-ls-item .drop-menu li:first-child a {
  margin-top: 17px;
}

header .nav ul li.wpml-ls-item .drop-menu li:last-child a {
  margin-bottom: 0;
}

header .nav ul li.wpml-ls-current-language {
  padding: 3px 7px !important;
}

header .nav ul li.wpml-ls-current-language a {
  color: #009a7c !important;
  text-align: center !important;
}

header .nav ul li.wpml-ls-current-language a .wpml-ls-native {
  color: #ffffff !important;
  transition: all .3s ease-in-out;
}

@media (max-width: 960px) {
  .mobile-menu-button {
    z-index: 10;
  }
  .main-menu-container.open-items {
    position: absolute;
    top: 0;
    background-color: rgba(20, 22, 24, 0.8);
    height: 100vh !important;
  }
  .main-menu-container .menu-horizontal {
    height: 100vh;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav {
    height: auto;
    background: transparent !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner {
    background: transparent !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li {
    padding: 15px 0;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li a mark {
    margin-bottom: 3px;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-item {
    overflow: auto !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-item a {
    padding: 5px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-item .drop-menu {
    display: block !important;
    z-index: 2 !important;
    position: relative !important;
    top: auto !important;
    margin-left: 0 !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-item .drop-menu li {
    padding: 0 !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-item .drop-menu li .wpml-ls-item a {
    opacity: 1;
    color: #ffffff !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-item .drop-menu li .wpml-ls-item a .wpml-ls-native {
    color: #ffffff !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-current-language a .wpml-ls-native {
    color: #009a7c !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-current-language .drop-menu .wpml-ls-item a .wpml-ls-native {
    color: #ffffff !important;
  }
  .main-menu-container .menu-horizontal .menu-horizontal-inner .nav .menu-primary-inner li.wpml-ls-current-language .drop-menu .wpml-ls-item a .wpml-ls-native:hover {
    color: #009a7c !important;
  }
  .is_stuck .open-items {
    top: 94px;
  }
}

#menu-item-83411 {
  display: none !important;
}

.drop-menu {
  margin-left: 0 !important;
  padding: 0 !important;
}

.logged-in #menu-item-83411 {
  display: inline-block !important;
}

.logged-in #menu-item-83411 .drop-menu {
  margin-left: 0 !important;
  padding-left: 5px;
}

.logged-in #menu-item-83411 .drop-menu li {
  display: block !important;
}

.restyling {
  margin: 15px 0 !important;
}

.restyling h2 {
  padding: 30px !important;
  display: block;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.restyling h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #daebe2;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.restyling h2.loading-done:before {
  right: 0;
  width: 100%;
}

.restyling h2:after {
  content: '';
  border: 2px solid #07403a;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.restyling.r-reverze:before {
  background: #ffffff;
}

.post-initiatives .tmb {
  padding: 15px;
}

.post-initiatives .tmb .t-inside {
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
}

.post-initiatives .tmb .t-inside .single-block-padding {
  padding: 15px 0 0 0;
}

.post-initiatives .tmb .t-inside .t-entry-text {
  padding: 15px 15px 30px 15px;
}

.post-initiatives .tmb .t-inside .t-entry-text .t-entry-date {
  color: #009a7c !important;
}

.post-initiatives .tmb .t-inside .t-entry-text .t-entry-title {
  height: 40px;
}

.post-share, .post-footer {
  border: none !important;
}

.author-row .author-profile {
  text-align: center;
  padding: 15px;
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
}

.uncode-avatar-wrapper {
  width: 200px !important;
  height: 200px !important;
}

.uncode-avatar-wrapper .single-wrapper {
  max-width: none !important;
}

.uncode-avatar-wrapper .single-wrapper .img-circle {
  border: 1px solid #009a7c !important;
}

.isotope-container .tmb .t-entry-visual {
  max-height: 275px;
}

.isotope-container .tmb .t-entry-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  max-width: 400px !important;
  max-height: 100% !important;
}

.members .tmb .t-entry-visual img {
  width: 200px !important;
  height: 200px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.home .tmb .t-entry-visual {
  max-height: none !important;
}

.home .tmb .t-entry-visual img {
  object-fit: contain !important;
  max-width: none !important;
  max-height: none !important;
}

.author-profile .tmb .t-entry-visual img {
  max-width: 100% !important;
  margin: 0 auto !important;
  object-fit: cover !important;
}

.author-profile.has-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .author-profile.has-thumb {
    display: block;
  }
  .author-profile.has-thumb .single-media {
    margin: 0 auto;
  }
  .author-profile.has-thumb .author-profile-content {
    text-align: center;
  }
  .author-profile.has-thumb .author-profile-content .custom-link {
    transform-origin: center !important;
  }
}

.custom-heading {
  padding: 0 36px;
}

.custom-heading .post-title {
  color: #009a7c;
}

.custom-heading .post-info {
  display: none;
}

.page-partners .isotope-container .tmb .t-entry-visual img,
.page-sponsors .isotope-container .tmb .t-entry-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

.isotope-filters ul.menu-smart li.filter-cat-128 {
  display: none !important;
}

.isotope-filters ul.menu-smart li .active {
  color: #009a7c !important;
}

.single-post .assigned-active .row {
  background: #f7f9fb !important;
  padding-top: 72px;
}

.single-post .assigned-active .row .row-inner {
  margin-left: 0 !important;
}

.jobs {
  position: fixed;
  right: -70px;
  top: 60vh;
  z-index: 10;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.jobs .job-cta {
  padding: 20px 15px 15px;
  background: #009a7c;
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs .job-cta:hover img {
  transform: rotate(360deg);
}

.jobs .job-cta img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal.open {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.modal .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal .modal-content .modal-body {
  position: relative;
  padding: 1rem;
  margin-top: -150px;
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  width: 90%;
  max-width: 700px;
}

.modal .modal-content .modal-body h2 {
  color: #009a7c !important;
  margin-bottom: 30px !important;
}

.modal .modal-content .modal-body p {
  color: #ffffff !important;
  margin-bottom: 30px !important;
}

.modal .modal-content .modal-body p.close {
  margin: 0 !important;
}

.fade {
  transition: opacity .15s linear;
}

.close-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}

.close-wrapper .close:before, .close-wrapper .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #ffffff;
}

.close-wrapper .close:before {
  transform: rotate(45deg);
}

.close-wrapper .close:after {
  transform: rotate(-45deg);
}

.participanten .uncode-single-media-wrapper img {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.participanten figcaption {
  text-align: center !important;
}

#loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #FFFFFF;
  z-index: 99999;
}

body #loader .loading {
  font-weight: 800;
  font-size: 1.5em;
  color: #ACACAC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body #loader .loading .txt {
  opacity: 0;
}

body #loader .loading .progress {
  opacity: 0;
  height: 4px;
  width: 200px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  position: relative;
}

body #loader .loading .progress .bar-loading {
  content: "";
  height: 4px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #009a7c;
}

body #loader.pr__dark {
  background: #101010;
}

body #loader.pr__dark .progress {
  background: rgba(255, 255, 255, 0.2);
}

@-webkit-keyframes scaleTop {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes scaleTop {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

body, p, ul, a {
  font-family: "Silka-Regular" !important;
}

strong, b {
  font-family: "Silka-Medium" !important;
}

.font-762333 {
  font-family: "Silka-Medium" !important;
}

@media (max-width: 500px) {
  .font-762333 span div {
    font-size: 22px !important;
  }
}

h1 {
  font-family: "Silka-Bold" !important;
}

h2 {
  font-family: "Silka-Medium" !important;
}

@media (max-width: 500px) {
  h2 {
    font-size: 22px !important;
  }
}

h3 {
  font-family: "Silka-Medium" !important;
}

::selection {
  background: #009a7c !important;
  color: #ffffff !important;
}

.btn-color-210407.btn-flat:not(.btn-hover-nobg):hover, .btn-color-210407.btn-flat:not(.btn-hover-nobg):focus, .btn-color-210407.btn-flat:active {
  border-color: #009a7c !important;
  background: #ffffff !important;
}

.style-dark .link-hover, .style-dark.style-override .link-hover, .style-light .style-dark .link-hover, .style-dark a:not(.btn-text-skin):hover, .style-dark.style-override a:not(.btn-text-skin):hover, .style-light .style-dark a:not(.btn-text-skin):hover, .style-dark a:not(.btn-text-skin):focus, .style-dark.style-override a:not(.btn-text-skin):focus, .style-light .style-dark a:not(.btn-text-skin):focus, .style-dark a.active, .style-dark.style-override a.active, .style-light .style-dark a.active, .style-dark .tmb .t-entry-text .t-entry-title a:hover, .style-dark.style-override .tmb .t-entry-text .t-entry-title a:hover, .style-light .style-dark .tmb .t-entry-text .t-entry-title a:hover, .style-dark .tmb .t-entry-text .t-entry-title a:focus, .style-dark.style-override .tmb .t-entry-text .t-entry-title a:focus, .style-light .style-dark .tmb .t-entry-text .t-entry-title a:focus, .style-dark .tmb .t-entry p.t-entry-comments .extras a:hover i, .style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a:hover i, .style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a:hover i, .style-dark .tmb .t-entry p.t-entry-comments .extras a.active i, .style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a.active i, .style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a.active i, .style-dark .tmb .t-entry p.t-entry-comments .extras a:focus i, .style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a:focus i, .style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a:focus i, .style-dark .widget_nav_menu li.active > a, .style-dark.style-override .widget_nav_menu li.active > a, .style-light .style-dark .widget_nav_menu li.active > a, .style-dark div[class*=sharer-].share-button label:hover, .style-dark.style-override div[class*=sharer-].share-button label:hover, .style-light .style-dark div[class*=sharer-].share-button label:hover, .style-dark div[class*=sharer-].share-button label:focus, .style-dark.style-override div[class*=sharer-].share-button label:focus, .style-light .style-dark div[class*=sharer-].share-button label:focus {
  color: #009a7c;
}

.style-light .link-hover, .style-light.style-override .link-hover, .style-dark .style-light .link-hover, .style-light a:not(.btn-text-skin):hover, .style-light.style-override a:not(.btn-text-skin):hover, .style-dark .style-light a:not(.btn-text-skin):hover, .style-light a:not(.btn-text-skin):focus, .style-light.style-override a:not(.btn-text-skin):focus, .style-dark .style-light a:not(.btn-text-skin):focus, .style-light a.active, .style-light.style-override a.active, .style-dark .style-light a.active, .style-light .tmb .t-entry-text .t-entry-title a:hover, .style-light.style-override .tmb .t-entry-text .t-entry-title a:hover, .style-dark .style-light .tmb .t-entry-text .t-entry-title a:hover, .style-light .tmb .t-entry-text .t-entry-title a:focus, .style-light.style-override .tmb .t-entry-text .t-entry-title a:focus, .style-dark .style-light .tmb .t-entry-text .t-entry-title a:focus, .style-light .tmb .t-entry p.t-entry-comments .extras a:hover i, .style-light.style-override .tmb .t-entry p.t-entry-comments .extras a:hover i, .style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a:hover i, .style-light .tmb .t-entry p.t-entry-comments .extras a.active i, .style-light.style-override .tmb .t-entry p.t-entry-comments .extras a.active i, .style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a.active i, .style-light .tmb .t-entry p.t-entry-comments .extras a:focus i, .style-light.style-override .tmb .t-entry p.t-entry-comments .extras a:focus i, .style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a:focus i, .style-light .widget_nav_menu li.active > a, .style-light.style-override .widget_nav_menu li.active > a, .style-dark .style-light .widget_nav_menu li.active > a, .style-light div[class*=sharer-].share-button label:hover, .style-light.style-override div[class*=sharer-].share-button label:hover, .style-dark .style-light div[class*=sharer-].share-button label:hover, .style-light div[class*=sharer-].share-button label:focus, .style-light.style-override div[class*=sharer-].share-button label:focus, .style-dark .style-light div[class*=sharer-].share-button label:focus {
  color: #009a7c;
}

.btn-color-210407 {
  background: #009a7c !important;
  border-color: #009a7c !important;
}

.btn-accent {
  background: #009a7c !important;
  color: #ffffff !important;
  border-color: #009a7c !important;
}

.btn-accent:hover {
  background: #ffffff !important;
  color: #07403a !important;
}

.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus, .btn-accent:active {
  background: #ffffff !important;
  border-color: #009a7c !important;
  color: #07403a !important;
}

hr.separator-break.separator-accent {
  border-color: #009a7c !important;
}

.custom-link:hover {
  color: #07403a !important;
}

.style-accent-bg {
  background-color: #07403a !important;
}

.text-accent-color {
  color: #009a7c !important;
  fill: #009a7c !important;
}

.bg-darkgreen .style-accent-bg {
  background-color: #07403a !important;
}

.bg-darkgreen.style-color-wayh-bg {
  background-color: #07403a !important;
}

h1 {
  position: relative !important;
  display: inline-block !important;
}

h1:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  height: 100%;
  width: 0%;
  background-color: #009a7c;
  z-index: 1;
}

h1.loading-done:before {
  webkit-animation: bgOverlay 1s linear;
  animation: bgOverlay 1s linear;
}

@keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}

.advantage {
  background: #f7f9fb !important;
}

.advantage .vc_custom_heading_wrap {
  padding: 15px 30px;
  text-align: center;
  background: #009a7c;
}

.advantage .vc_custom_heading_wrap h1 {
  font-size: 20px !important;
  text-transform: uppercase;
  color: #ffffff !important;
}

@media (max-width: 992px) {
  .week-video .isotope-container .tmb.tmb-content-size-6.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .week-video .isotope-container .tmb.tmb-content-size-6.tmb-content-lateral.tmb > .t-inside .t-entry-text {
    width: 100% !important;
    float: left !important;
    margin-top: 30px !important;
    margin-left: 0 !important;
  }
  .week-video .isotope-container .tmb.tmb-content-size-6.tmb-content-lateral.tmb > .t-inside .t-entry-text .single-block-padding {
    padding-left: 0 !important;
  }
}

@media (max-width: 570px) {
  .week-video .isotope-container .tmb.tmb-content-size-6.tmb-content-lateral.tmb > .t-inside .t-entry-text {
    margin-top: 0 !important;
  }
}

.week-video .isotope-container .tmb .t-inside {
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 992px) {
  .week-video .isotope-container .tmb .t-inside {
    display: block !important;
  }
}

.week-video .isotope-container .tmb .t-entry-visual {
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 992px) {
  .week-video .isotope-container .tmb .t-entry-visual {
    width: 100% !important;
  }
}

.week-video .isotope-container .tmb .t-entry-visual img {
  max-width: none !important;
  height: auto !important;
}

.week-video .isotope-container .tmb .t-entry-visual:hover:after {
  opacity: .7;
}

.week-video .isotope-container .tmb .t-entry-visual:after {
  content: '\f144';
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 40px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  .week-video .isotope-container .tmb .t-entry-visual:after {
    opacity: .7;
  }
}

.week-video .isotope-container .tmb .t-entry-text .t-entry-excerpt p {
  color: #fff !important;
}

.week-video .isotope-container .tmb .t-entry-text .t-entry-title {
  font-size: 28px !important;
}

.week-video .isotope-container .tmb .t-entry-text .t-entry-title a, .week-video .isotope-container .tmb .t-entry-text .t-entry-title a:hover {
  color: #fff !important;
}

.c4c-video .isotope-container .tmb .t-entry-visual {
  height: auto !important;
  max-height: none !important;
}

.c4c-video .isotope-container .tmb .t-entry-visual img {
  height: auto !important;
  max-width: none !important;
}

@media (max-width: 500px) {
  .c4c-video .isotope-container .tmb .t-entry-visual img {
    max-width: none !important;
  }
}

.c4c-video .isotope-container .tmb .t-entry-visual:hover:after {
  opacity: .7;
}

.c4c-video .isotope-container .tmb .t-entry-visual:after {
  content: '\f144';
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 40px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  .c4c-video .isotope-container .tmb .t-entry-visual:after {
    opacity: .7;
  }
}

@media (max-width: 1032px) {
  .c4c-video .isotope-container .tmb .single-block-padding {
    padding-top: 0 !important;
  }
}

.custom-timeline {
  border-right: 1px solid #141618 !important;
}

.custom-timeline p {
  font-family: "Silka-Bold" !important;
  font-size: 18px !important;
}

@media (max-width: 959px) {
  .custom-timeline p {
    text-align: left !important;
  }
}

.custom-timeline p:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009a7c;
  right: -5.5px;
  content: '';
}

.timeline-content {
  padding-bottom: 30px !important;
}

@media (max-width: 959px) {
  .timeline-content {
    padding-bottom: 45px !important;
  }
}

/*# sourceMappingURL=maps/child.css.map */
