/*
 Theme Name:   Heliview - Emeet child theme
 Theme URI:    https://heliview.nl/
 Description:  Modified Emeet theme for Heliview
 Author:       Wietse Neven
 Author URI:   https://wietseneven.com
 Template:     emeet
 Version:      1.0.2
 Text Domain:  heleview
*/

.lgx-footer-single .footer-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 25px;
  text-transform: initial;
}

#menu-footer-menu li,
#menu-over-heliview li {
  font-size: 19px !important;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 3rem;
}

.lgx-footer .lgx-footer-single ul li a {
  font-weight: 300 !important;
  font-size: 19px !important;
  letter-spacing: 1px !important;
}

.lgx-footer .lgx-footer-single ul li::before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 6px;
}

.lgx-footer-bottom {
  border-top: 1px solid #80b9de;
  text-align: left;
}

.lgx-banner-page .lgx-heading-area h1.heading {
  font-size: 6rem;
  margin: 0 0 2.6rem;
  text-transform: uppercase;
}

.lgx-page-inner--compact {
  padding: 8rem 0 0rem;
}

.lgx-banner--compact {
  background-color: #1b273d;
}

/* .lgx-header .lgx-navbar .lgx-logo {background: url('https://heliview.nl/wp-content/uploads/2019/10/logo-heliview-wit-klein.png')no-repeat; height: 64px;}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo {background: url('https://heliview.nl/wp-content/uploads/2019/10/logo-heliview-klein.png') no-repeat; margin-top: 10px;} */

.lgx-header .lgx-navbar .lgx-nav,
.lgx-header .lgx-navbar .lgx-logo {
  animation: none !important;
}

.gr-review {
  width: inherit;
}

.lgx-footer-single .date {
  text-transform: initial;
}

.bg-white {
  background-color: #fff;
}

.vc_row-o-equal-height .wpb_wrapper,
.vc-speakerbox,
.vc_row-o-equal-height .vc-hoverbox {
  /*height: 100%;*/
}

.vc-speakerbox .vc-hoverbox-inner {
  position: relative;
  /*min-height: 75px;*/
  height: 100%;
}

.vc-speakerbox .vc-hoverbox-inner h2 {
  font-size: 3.4rem;
}

.vc-speakerbox .vc-hoverbox-front {
  overflow: hidden;
}

.vc-speakerbox__image {
  background-size: cover;
  background-position: center;
  height: 260px;
  width: 100%;
}

.vc-speakerbox__front-content {
  display: grid;
  gap: 0.5em;
  grid-template-columns: 2fr 78px;
  grid-template-rows: auto auto;
  margin-top: 5px;
  text-align: left;
  padding: 0 5px 10px 15px;
  min-height: 88px;
}

.vc-speakerbox__front-content h4,
.vc-speakerbox__front-content p {
  margin: 0;
  grid-column: 1;
}

.vc-speakerbox__front-content p {
  line-height: 1.2;
}

.vc-speakerbox__front-content h4 {
  align-self: flex-end;
}

.vc-speakerbox__front-content .vc-speakerbox__logo {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / 3;
}

.vc-speakerbox .vc-hoverbox-block {
  justify-content: flex-start;
  display: block;
  height: inherit;
  min-height: 380px;
}

.lgx-registration-area-white-bg .lgx-single-registration {
  background-color: #fff;
}

.vc-fixed-button {
  background-color: #ebebeb;
  bottom: 0;
  border: 1px solid #0076bf;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  right: 15px;
  text-align: center;
  z-index: 10;
}

.vc-fixed-button__close {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #0076bf;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translate(42%, -42%);
  right: 0;
}

.vc-fixed-button__close svg {
  display: block;
  height: 30px;
  width: 30px;
}

/* LGX Speaker */
@media screen and (max-width: 992px) {
  .lgx-single-speaker figure {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .vc_col-xs-6 .lgx-single-speaker figure {
    grid-template-columns: 1fr;
  }
  .lgx-single-speaker .speaker-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*
 * VC Pricetable
 */

.vc-pricetable {
  margin-bottom: 1em;
}

.vc-pricetable--v2 {
  font-size: 14px;
}

.vc-pricetable__preTitle {
  background-color: #f77300;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  margin: 0;
  min-height: 46px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.vc-pricetable__preTitle--empty {
  background-color: transparent;
}

.vc-pricetable--bronze {
  --vc-pricetable-color: #df7c16;
}

.vc-pricetable--silver {
  --vc-pricetable-color: #afc0ce;
}

.vc-pricetable--gold {
  --vc-pricetable-color: #f5ba00;
}

.vc-pricetable--platinum {
  --vc-pricetable-color: #d0d6d9;
}

.vc-pricetable__header,
.vc-pricetable__footer {
  background-color: var(--vc-pricetable-color);
  color: #fff;
  gap: 0 0.5em;
  padding: 1.5em 1em 1.25em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.vc-pricetable__header > *,
.vc-pricetable__footer > * {
  position: relative;
}

.vc-pricetable__header::before,
.vc-pricetable__footer::before {
  --size: 100px;
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  height: var(--size);
  left: 0;
  position: absolute;
  width: var(--size);
}

.vc-pricetable__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.vc-pricetable__title {
  color: #fff;
  line-height: 1;
  margin: 0;
}

.vc-pricetable__footer .vc-pricetable__subtitle {
  color: rgba(0, 0, 0, 0.75);
  margin: 0;
}

.vc-pricetable__footer {
  padding: 1.25em 1em;
}

.vc-pricetable__footer::before {
  --size: 60px;
}

.vc-pricetable__footer__subtitle {
  text-transform: initial;
  font-weight: 200;
}

.vc-pricetable__subtitle {
  color: #fff;
  font-family: Oswald;
  font-size: 2.25rem;
  font-weight: 600;
}

.vc-pricetable__tag--hql {
  color: #126eab;
}

.vc-pricetable__tag--mql {
  color: #7c2682;
}

.vc-pricetable__tag {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid currentcolor;
  font-family: Oswald;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 5px 0 40px;
  position: relative;
}

.vc-pricetable__tag > img {
  bottom: 0;
  left: 2px;
  position: absolute;
}

.vc-pricetable__rows {
  border: 1px solid var(--vc-pricetable-color);
  width: 100%;
}

.vc-pricetable__rows__row button {
  padding-left: 5px;
}

.vc-pricetable__rows .fa-check {
  color: #52a73d;
}

.vc-pricetable__rows .fa-times {
  color: #f70014;
}

.vc-pricetable__rows__row td {
  background-color: #f2f2f2;
  border: 0;
  padding: 1.25rem 1rem;
  vertical-align: initial;
}

.vc-pricetable__rows__row td:hover {
  background-color: #f2f2f2;
}

.vc-pricetable__rows__row:nth-child(odd) td {
  background-color: #f9f9f9;
}

.vc-pricetable__rows__cell {
  text-align: left;
}

.vc-pricetable__rows__row--unavailable .vc-pricetable__rows__cell:not(:hover) {
  color: rgba(50, 51, 51, 0.5);
}

.vc-pricetable .tooltip .tooltip-inner p {
  color: currentColor;
  font-size: 1.15em;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
}

.vc-pricetable .tooltip .tooltip-inner p:last-child {
  margin-bottom: 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: inherit !important;
}

/*.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-panels {*/
/*  border: 0;*/
/*}*/

.lgx-home-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #fff;
}

.lgx-home-wrapper
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-tab.vc_active
  > a {
  background-color: #666 !important;
  color: #fff;
}

.site-main .custom-programma .vc_tta .vc_tta-tabs-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .lgx-registration-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lgx-registration-area .lgx-single-registration .single-bottom ul li .fa-check,
.lgx-registration-area .lgx-single-registration .single-bottom ul li .fa-times {
  opacity: 0.8;
  line-height: 2.4rem;
}

.lgx-registration-area
  .lgx-single-registration
  .single-bottom
  ul
  li
  .fa-plus-circle,
.lgx-registration-area
  .lgx-single-registration
  .single-bottom
  ul
  li
  .fa-info-circle {
  color: #126eab;
  opacity: 0.8;
  line-height: 2.4rem;
}

.lgx-registration-area .lgx-single-registration .lgx-single-registration-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.lgx-registration-area
  .lgx-single-registration
  .lgx-single-registration-inner
  .lgx-btn-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 16px;
}
.lgx-registration-area
  .lgx-single-registration
  .lgx-single-registration-inner
  .lgx-btn-area
  .lgx-btn-white {
  border: 1px solid #0076bf;
}

@media (max-width: 768px) {
  .site-main .custom-programma .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    position: sticky;
    top: 0;
  }

  .site-main .custom-programma .vc_tta .vc_tta-tabs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: sticky;
    top: 0;
  }

  .custom-programma
    .vc_tta.vc_tta-tabs
    .vc_tta-panel:not(.vc_active)
    .vc_tta-panel-heading {
    display: none;
  }

  .custom-programma.vc_row[data-vc-full-width] {
    overflow: visible;
  }
  .wpb-js-composer .custom-programma .vc_tta .vc_tta-tab {
    margin-right: 0 !important;
  }
  .vc-pricetable__row {
    display: none;
  }
}

@media (min-width: 768px) {
  .lgx-header .menu-item.wpml-ls-item .dropdown-menu {
    min-width: inherit !important;
  }
  .lgx-header .menu-item.wpml-ls-item .dropdown-menu a {
    white-space: pre;
  }
}

#cc-main {
  --cc-bg: rgba(1,53,86,1);
  --cc-separator-border-color: transparent;
  --cc-btn-primary-bg: #0076bf;
  --cc-btn-primary-border-color: transparent;
  --cc-btn-border-radius: 0;
  --cc-btn-primary-color: #fff;
}

#cc-main .cm {
  max-width: 40rem;
}

#cc-main .pm--box {
  --cc-bg: #161a1c;
}

#cc-main .cm__title {
  font-family: Oswald, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 2rem;
}

#cc-main .cm__texts {
  padding: 2rem 0;
}

#cc-main .cm__btns {
  padding-bottom: 2rem;
}

#cc-main .cm__btn-group {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

#cookie-notice .cookie-notice-container {
  padding: 30px;
}

#cookie-notice .cn-close-icon {
  top: 30px;
}

.cookie-notice-container .cn-text-container,
.cookie-notice-container .cn-buttons-container {
  display: block;
  margin: 0 auto;
  text-align: left;
  max-width: 768px;
}

.cn-text-container > * {
  color: #fff;
}

.cookie-notice-container h4 {
  margin-top: 0;
}

#cookie-notice .cookie-notice-container .cn-button {
  margin: 10px 10px 0 0;
}

#cookie-notice .cookie-notice-container .cn-button:last-child {
  background-color: transparent;
}

#cookie-notice .cn-close-icon {
  opacity: 1;
}

#cookie-notice .cn-close-icon:before,
#cookie-notice .cn-close-icon:after {
  background-color: #fff;
}

.vc_pricetables {
  margin: 32px 0;
}

.vc_pricetables__group {
  /*max-width: 1400px;*/
  width: min(100% - 30px, 1400px);
  margin-inline: auto;
}

.vc_pricetables__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.vc_pricetables__header label {
  font-family: "Open sans", sans-serif;
}

.vc_pricetables__header select {
  padding: 0.25em 0.5em;
}

.vc_pricetables__packages {
  display: flex;
  gap: 10px;
}

.vc_pricetables__package {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  flex: 1;
}

.vc_pricetables__package__color {
  height: 10px;
  width: 100%;
}

.vc_pricetables__package__header {
  display: flex;
  flex-direction: column;
  min-height: 35rem;
  padding-left: 8%;
  padding-right: 3%;
}

.vc_pricetables__package__header hr {
  margin: auto 0 0;
  border-bottom: 2px solid #d5d5d5;
  width: 90%;
}

.vc_pricetables__package__price {
  font-size: 3rem;
  margin-bottom: 14px;
}

.vc_pricetables__package__description a {
  background-color: #0076bf;
  padding: 6px 10px;
  margin-top: 0;
  opacity: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.vc_pricetables__package__description a:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgb(50 51 51 / 42%),
    0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(50 51 51 / 20%);
}

.vc_pricetables__package__description a::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  height: 500px;
  width: 500px;
  background: #1b273d;
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0.15;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*.vc_pricetables__package__description a:hover::before {*/
/*  transform: translateX(-9%) translateY(-25%) rotate(45deg);*/
/*  height: 604%;*/
/*  width: 300px;*/
/*  right: 0;*/
/*  border-radius: 100%;*/
/*}*/

.vc_pricetable__package__features {
  padding-left: 8%;
  padding-right: 3%;
}

.vc_pricetable__package__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vc_pricetable__package__list__item {
  align-items: start;
  display: flex;
  margin-bottom: 14px;
  font-size: 14px;
}

.vc_pricetable__package__list__item span {
  flex: 1;
}

@media only screen and (max-width: 992px) {
  .vc_pricetables__packages {
    overflow-x: scroll;
    /*scroll-padding: 0 50%;*/
    scroll-snap-type: x mandatory;
  }

  .vc_pricetables__package {
    scroll-snap-align: center;
    min-width: 300px;
  }
}

.vc-whitepaper-form label:not(.col-xs-6) {
  width: 100%;
}

.vc-whitepaper-form label {
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  color: #444;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 1px;
}

.vc-whitepaper-form input[type="checkbox"] {
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 10px 0 0;
}

.vc-whitepaper-form .nieuwsbrief-succes {
  border: 2px solid #39c109;
  color: #39c109;
  padding: 15px;
  margin-left: 2px;
  margin-top: 10px;
  width: 100%;
}

.vc-whitepaper-form .nieuwsbrief-error,
.vc-whitepaper-form .nieuwsbrief-validation-error {
  border: 2px solid #e50202;
  color: #e50202;
}

.nieuwsbrief-validation-error--message {
  padding: 15px;
  margin-left: 2px;
  margin-top: 10px;
  width: 100%;
}

.sgpb-popup-close-button-1 {
  top: 9px;
  bottom: inherit !important;
}

#lgx-header .menu-onscroll .lgx-navbar .lgx-nav li.white-border-button a,
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li.white-border-button a {
  color: #0076bf !important;
}

.white-border-button a:hover {
  border-radius: 0;
}

#lgx-header .lgx-nav li a {
  opacity: 1;
}
.white-border-button a {
  border: 2px solid #fff;
  margin-left: 5px;
}
.menu-onscroll .white-border-button a {
  border-color: #0177bf;
}
@media screen and (max-width: 768px) {
  #lgx-nav .white-border-button {
    width: 155px;
    text-align: center;
    margin-left: 3px;
  }
}
.lgx-header .lgx-navbar .lgx-nav li.white-border-button a {
  padding: 7px 11px 9px 11px;
}
li.white-border-button a:hover {
  background: #e3e3e3 !important;
  transition: all 0.5s ease-in-out;
}
.lgx-header .lgx-navbar .lgx-nav li.white-border-button a:hover {
  color: #0177bf !important;
}

@media (min-width: 768px) {
  #navbar.navbar-collapse.collapse {
    align-items: center;
    display: flex !important;
    justify-content: end;
  }
}

#navbar .wpml-ls-native,
#navbar .wpml-ls-display,
#navbar .wpml-ls-current-language {
  display: none;
}

#navbar .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  height: 24px;
  width: 36px;
}

#navbar .wpml-ls-legacy-list-horizontal {
  border: 0;
  margin-left: 23px;
  padding: 7px 0;
}

#navbar .wpml-ls-link {
  padding: 0;
}



@media (min-width: 768px) {
  .lgx-header .lgx-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lgx-header .lgx-navbar::before,
  .lgx-header .lgx-navbar::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .lgx-header .lgx-navbar .lgx-nav li a,
  .lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
    padding: 10px 5px;
  }
  .lgx-header .lgx-navbar .lgx-nav {
    margin: 2.2rem 0;
  }
  #navbar .wpml-ls-legacy-list-horizontal {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .lgx-header .lgx-navbar .lgx-nav {
    margin-bottom: 0;
  }
  #navbar .wpml-ls-legacy-list-horizontal {
    margin-bottom: 2.2rem;
  }
}


/* Yearcalender */
.lgx-yearcalendar__filters {
  padding: 1.5em 0;
}

.lgx-yearcalendar .lgx-yearcalendar__item.event-row {
  border: 2px solid #0076bf;
}

.lgx-yearcalendar .lgx-yearcalendar__item[data-project-type="Session"] {
  margin-top: 26px;
  border-color: #ef7d00;
}

.lgx-yearcalender__item__label {
  background-color: #ef7d00;
  color: #fff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 1em;
  font-family: Oswald,sans-serif;
  text-transform: uppercase;
  padding: 0 0.5em;
}

.lgx-yearcalendar h3 {
  line-height: 1.42857143;
  font-size: 1em;
  margin: 0;
}

.lgx-yearcalendar dl {
  overflow: hidden;
}

.lgx-yearcalendar dt {
  float: left;
  clear: left;
  margin-right: 4px;
}

.lgx-yearcalendar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lgx-yearcalendar__fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}

.lgx-yearcalendar__fieldset legend {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.lgx-yearcalendar__fieldset label {
  align-items: center;
  display: flex;
  align-items: start;
  font-weight: normal;
  gap: 0 0.5em;
  min-width: 150px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  flex: 1;
}

.lgx-yearcalendar__fieldset input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
}

.lgx-yearcalendar__fieldset small {
  margin-left: 30px;
  line-height: 1.25;
}

.lgx-yearcalendar__mt--small {
  margin-top: 0.5em;
}

.lgx-yearcalendar__mb--small {
  margin-bottom: 0.5em;
}

.lgx-yearcalendar__no-results.event-row {
  padding: 15px !important;
}

@media (max-width: 767px) {
  .lgx-yearcalendar__filters > div {
    margin-bottom: 1em;
  }
  .lgx-yearcalendar__item__images {
    align-items: start;
    display: flex;
  }
  .lgx-yearcalendar__item__images__flag {
    margin-left: auto;
  }
}