@charset "UTF-8";
/* line 1, ../scss/_buttons.scss */
.btn-black, #top-nav-mobile .btn-black,
#top-nav-desktop .btn-black {
  background-color: #161616;
  transition: all 0.3s ease;
}
/* line 4, ../scss/_buttons.scss */
.btn-black a, #top-nav-mobile .btn-black a,
#top-nav-desktop .btn-black a {
  color: #fafafa;
  font-weight: 500;
  padding: 15px;
}
/* line 9, ../scss/_buttons.scss */
.btn-black a:hover:after, #top-nav-mobile .btn-black a:hover:after,
#top-nav-desktop .btn-black a:hover:after {
  display: none;
}
/* line 14, ../scss/_buttons.scss */
.btn-black:hover, #top-nav-mobile .btn-black:hover,
#top-nav-desktop .btn-black:hover {
  background-color: #333;
}

/* line 19, ../scss/_buttons.scss */
.btn-green-primary {
  font-size: 25px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF !important;
  background-color: #c3b73f;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 17px 20px;
  display: inline-block;
  line-height: 1;
}
/* line 29, ../scss/_buttons.scss */
.btn-green-primary:hover {
  background-color: #ede9c5;
  color: #161616 !important;
}

/* Layout */
/* line 10, ../scss/_layout.scss */
#top-nav-mobile .btn-black a,
#top-nav-desktop .btn-black a {
  font-size: 21px;
  line-height: 0.75;
}
/* line 15, ../scss/_layout.scss */
#top-nav-mobile .my-acc,
#top-nav-desktop .my-acc {
  background-image: url("/wp-content/themes/astra_child_by_yanco/assets/images/icon-my-acc.svg");
  width: 25px;
  height: 25px;
  background-size: contain;
  position: relative;
  top: 15px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 15, ../scss/_layout.scss */
  #top-nav-mobile .my-acc,
  #top-nav-desktop .my-acc {
    background-image: none;
  }
}
/* line 26, ../scss/_layout.scss */
#top-nav-mobile .my-acc:hover,
#top-nav-desktop .my-acc:hover {
  filter: opacity(0.8);
}
/* line 29, ../scss/_layout.scss */
#top-nav-mobile .my-acc a,
#top-nav-desktop .my-acc a {
  text-indent: -9999999px;
}
@media (max-width: 767px) {
  /* line 29, ../scss/_layout.scss */
  #top-nav-mobile .my-acc a,
  #top-nav-desktop .my-acc a {
    text-indent: 0;
  }
}
/* line 35, ../scss/_layout.scss */
#top-nav-mobile .my-acc a:hover:after,
#top-nav-desktop .my-acc a:hover:after {
  display: none;
}

@media (max-width: 767px) {
  /* line 43, ../scss/_layout.scss */
  #homepage-intro-section {
    background-image: linear-gradient(174deg, #013B70 87%, #FFFFFF 87%);
  }
}

/* line 49, ../scss/_layout.scss */
.elementor-widget-theme-site-logo {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 49, ../scss/_layout.scss */
  .elementor-widget-theme-site-logo {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  /* line 58, ../scss/_layout.scss */
  .elementor-sticky--effects .elementor-widget-theme-site-logo {
    max-width: 115px;
  }
  /* line 61, ../scss/_layout.scss */
  .elementor-sticky--effects > .elementor-container.elementor-column-gap-default {
    min-height: 80px !important;
  }
}

/* line 67, ../scss/_layout.scss */
#top-nav-mobile {
  max-width: 250px;
  margin: 0 auto;
}
/* line 70, ../scss/_layout.scss */
#top-nav-mobile .my-acc {
  margin: 0 auto;
  top: 10px;
}
/* line 75, ../scss/_layout.scss */
#top-nav-mobile .sub-menu a {
  padding-left: 10px !important;
}
/* line 79, ../scss/_layout.scss */
#top-nav-mobile .uael-nav-menu {
  display: flex;
  flex-direction: column;
}
/* line 82, ../scss/_layout.scss */
#top-nav-mobile .uael-nav-menu li:nth-child(6) {
  order: 7;
  position: relative;
  margin-top: 40px;
}
/* line 87, ../scss/_layout.scss */
#top-nav-mobile .uael-nav-menu li:nth-child(7) {
  order: 6;
  position: relative;
  top: 0;
}

/* line 95, ../scss/_layout.scss */
.simplefavorite-button.active {
  opacity: 1 !important;
}

/* line 99, ../scss/_layout.scss */
span.separator {
  margin: 0 5px;
}

/* Homepage */
/* line 104, ../scss/_layout.scss */
.fancy-grid-title, .speaker-grid-meta {
  position: absolute;
  bottom: 15px;
  left: 24px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 104, ../scss/_layout.scss */
  .fancy-grid-title, .speaker-grid-meta {
    bottom: auto;
    top: 10px;
  }
}
/* line 114, ../scss/_layout.scss */
.col-mosaic-grid .fancy-grid-title, .col-mosaic-grid .speaker-grid-meta {
  left: 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  /* line 114, ../scss/_layout.scss */
  .col-mosaic-grid .fancy-grid-title, .col-mosaic-grid .speaker-grid-meta {
    left: 5px;
  }
}
/* line 121, ../scss/_layout.scss */
.fancy-grid-title h4, .speaker-grid-meta h4 {
  margin-bottom: 0;
  color: #fff !important;
}
/* line 125, ../scss/_layout.scss */
.fancy-grid-title p, .speaker-grid-meta p {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
}

/* line 132, ../scss/_layout.scss */
.speaker-grid-meta {
  bottom: 18px;
  left: auto;
  right: 24px;
  width: initial !important;
}
@media (max-width: 767px) {
  /* line 132, ../scss/_layout.scss */
  .speaker-grid-meta {
    bottom: 18px;
    top: auto;
    text-align: right;
  }
}
/* line 143, ../scss/_layout.scss */
.speaker-grid-meta p {
  color: #fff;
}

/* line 149, ../scss/_layout.scss */
#dag-section .col-dag {
  width: 102px;
}
/* line 152, ../scss/_layout.scss */
#dag-section .col-rest {
  width: calc(100% - 102px);
}

@media (min-width: 1110px) {
  /* line 157, ../scss/_layout.scss */
  .col-mosaic-grid {
    position: absolute;
    width: 50vw !important;
    left: calc(50% + -2vw);
  }
}
@media (max-width: 767px) {
  /* line 164, ../scss/_layout.scss */
  .col-mosaic-grid .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: relative;
  }
}
/* line 168, ../scss/_layout.scss */
.col-mosaic-grid > .elementor-column-wrap {
  padding: 0 !important;
  max-width: 800px;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1109px) {
  /* line 168, ../scss/_layout.scss */
  .col-mosaic-grid > .elementor-column-wrap {
    max-width: initial;
    margin: 0 auto !important;
  }
}
/* line 177, ../scss/_layout.scss */
.col-mosaic-grid .elementor-inner-column > .elementor-column-wrap {
  padding: 0.6vw !important;
}
@media (min-width: 768px) and (max-width: 1109px) {
  /* line 177, ../scss/_layout.scss */
  .col-mosaic-grid .elementor-inner-column > .elementor-column-wrap {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  /* line 183, ../scss/_layout.scss */
  .col-mosaic-grid .elementor-widget-image {
    clip-path: initial !important;
  }
}
/* line 188, ../scss/_layout.scss */
.col-mosaic-grid img {
  width: 100%;
  transition: all 0.35s ease;
}
/* line 191, ../scss/_layout.scss */
.col-mosaic-grid img:hover {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  /* line 188, ../scss/_layout.scss */
  .col-mosaic-grid img {
    height: 165px;
    object-fit: cover;
  }
}
/* line 199, ../scss/_layout.scss */
.col-mosaic-grid .elementor-image a {
  transition: all 0.35s ease;
  display: block;
}
@media (max-width: 767px) {
  /* line 199, ../scss/_layout.scss */
  .col-mosaic-grid .elementor-image a {
    overflow: hidden;
  }
  /* line 204, ../scss/_layout.scss */
  .col-mosaic-grid .elementor-image a:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.15);
  }
}
/* line 215, ../scss/_layout.scss */
.col-mosaic-grid .elementor-image a:hover {
  transition: all 0.35s ease;
}
/* line 217, ../scss/_layout.scss */
.col-mosaic-grid .elementor-image a:hover:after {
  content: '';
  pointer-events: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 228, ../scss/_layout.scss */
.col-mosaic-grid .elementor-image a:hover img {
  transform: scale(1.15);
}

@media (min-width: 1110px) and (max-width: 1800px) {
  /* line 235, ../scss/_layout.scss */
  .col-offset-images {
    left: calc(((100vw - 1140px)/2) + 20px);
  }
}

@media (min-width: 768px) and (max-width: 1109px) {
  /* line 242, ../scss/_layout.scss */
  .s-four-logos .elementor-col-25:nth-child(1),
  .s-four-logos .elementor-col-25:nth-child(2) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  /* line 249, ../scss/_layout.scss */
  .s-four-logos img {
    width: 70% !important;
  }
}

@media (max-width: 1109px) {
  /* line 257, ../scss/_layout.scss */
  #du-kan-opleve a {
    overflow: hidden;
    margin: 0 auto;
  }
  /* line 262, ../scss/_layout.scss */
  #du-kan-opleve .elementor-inner-column .elementor-column-wrap .elementor-widget-wrap {
    max-height: 415px;
  }
}
@media (max-width: 767px) {
  /* line 267, ../scss/_layout.scss */
  #du-kan-opleve .elementor-col-25,
  #du-kan-opleve .elementor-inner-column > .elementor-column-wrap {
    max-height: 185px;
  }
  /* line 271, ../scss/_layout.scss */
  #du-kan-opleve .elementor-inner-column > .elementor-column-wrap {
    padding: 8px !important;
  }
  /* line 274, ../scss/_layout.scss */
  #du-kan-opleve .fancy-grid-title, #du-kan-opleve .speaker-grid-meta {
    bottom: auto;
    top: 3px;
  }
  /* line 277, ../scss/_layout.scss */
  #du-kan-opleve .fancy-grid-title .elementor-text-editor, #du-kan-opleve .speaker-grid-meta .elementor-text-editor {
    text-align: left !important;
  }
  /* line 281, ../scss/_layout.scss */
  #du-kan-opleve a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
  }
}
/* line 292, ../scss/_layout.scss */
#du-kan-opleve img {
  transition: all 0.35s ease;
}
@media (max-width: 1109px) {
  /* line 292, ../scss/_layout.scss */
  #du-kan-opleve img {
    height: 396px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  /* line 292, ../scss/_layout.scss */
  #du-kan-opleve img {
    height: 165px;
  }
}
/* line 303, ../scss/_layout.scss */
#du-kan-opleve img:hover {
  transform: scale(1.15);
}
/* line 307, ../scss/_layout.scss */
#du-kan-opleve .elementor-image a {
  transition: all 0.35s ease;
  display: block;
}
/* line 310, ../scss/_layout.scss */
#du-kan-opleve .elementor-image a:hover {
  transition: all 0.35s ease;
}
/* line 312, ../scss/_layout.scss */
#du-kan-opleve .elementor-image a:hover:after {
  content: '';
  pointer-events: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 327, ../scss/_layout.scss */
#du-kan-opleve .elementor-image a:hover img {
  transform: scale(1.15);
}

/* line 335, ../scss/_layout.scss */
.arrows-list ul {
  list-style: none;
  margin: 0;
}
/* line 340, ../scss/_layout.scss */
.arrows-list li a {
  color: #fff;
}
/* line 343, ../scss/_layout.scss */
.arrows-list li:before {
  content: '>>';
  display: inline-block;
  width: 15px;
  height: 35px;
  -webkit-text-stroke: 1px #c3b73f;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
  margin-right: 7px;
  transition: all 0.3s ease;
}
/* line 361, ../scss/_layout.scss */
.arrows-list li:hover:before {
  -webkit-text-stroke: 1px #ede9c5;
}

/* line 369, ../scss/_layout.scss */
.newest-post .elementor-post__text {
  display: flex;
  flex-direction: column-reverse;
}

/* line 376, ../scss/_layout.scss */
.section-icons .elementor-row {
  display: flex;
  flex-wrap: wrap;
}
/* line 380, ../scss/_layout.scss */
.section-icons .elementor-widget-icon {
  height: 131px;
}
/* line 383, ../scss/_layout.scss */
.section-icons .elementor-row .elementor-column {
  width: 33.33% !important;
  transform: scale(0.8);
}
@media (min-width: 768px) {
  /* line 383, ../scss/_layout.scss */
  .section-icons .elementor-row .elementor-column {
    width: 20% !important;
    margin-top: 55px;
  }
}

/* News Overview page */
@media (min-width: 768px) {
  /* line 396, ../scss/_layout.scss */
  #news-overview .uael-post-wrapper:nth-child(5n-1),
  #news-overview .uael-post-wrapper:nth-child(5n) {
    width: 50%;
  }
}
/* line 401, ../scss/_layout.scss */
#news-overview .uael-post__thumbnail,
#news-overview .uael-post-wrapper {
  height: 386px;
}
@media (max-width: 767px) {
  /* line 401, ../scss/_layout.scss */
  #news-overview .uael-post__thumbnail,
  #news-overview .uael-post-wrapper {
    height: 340px;
  }
}
/* line 408, ../scss/_layout.scss */
#news-overview .uael-post__load-more-wrap {
  margin-top: 70px;
  margin-bottom: 80px;
}
/* line 412, ../scss/_layout.scss */
#news-overview .uael-post__load-more.elementor-button {
  font-size: 25px;
  font-weight: 500;
  padding: 13px 25px 15px;
  border-radius: 0;
  line-height: 1.25;
}
/* line 419, ../scss/_layout.scss */
#news-overview .uael-post__meta-data {
  order: 1;
  margin-bottom: 10px;
}
/* line 423, ../scss/_layout.scss */
#news-overview .uael-post__title {
  order: 2;
  font-size: 18px;
  height: 40px;
  margin-bottom: 8px;
}
/* line 429, ../scss/_layout.scss */
#news-overview .uael-post__excerpt {
  order: 3;
}
/* line 432, ../scss/_layout.scss */
#news-overview .uael-post__date {
  font-size: 15px;
  font-weight: 300;
}
/* line 436, ../scss/_layout.scss */
#news-overview .uael-post__content-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 75%;
  width: 100%;
  height: 386px;
  background: #ccd8e2;
  padding: 10px 25px;
  transition: all 0.5s ease;
  pointer-events: none;
}
@media (max-width: 1109px) {
  /* line 436, ../scss/_layout.scss */
  #news-overview .uael-post__content-wrap {
    padding: 18px 25px;
  }
}
@media (max-width: 767px) {
  /* line 436, ../scss/_layout.scss */
  #news-overview .uael-post__content-wrap {
    top: 72%;
  }
}
/* line 454, ../scss/_layout.scss */
#news-overview .uael-post__inner-wrap {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  /* line 460, ../scss/_layout.scss */
  #news-overview .uael-post__bg-wrap:hover .uael-post__content-wrap {
    top: 0;
    padding: 15px 25px;
  }
}
/* line 467, ../scss/_layout.scss */
#news-overview .uael-post__header-filters li.uael-post__header-filter.uael-filter__current {
  color: #161616;
  background-color: #ccd8e2;
}
@media (min-width: 768px) {
  /* line 466, ../scss/_layout.scss */
  #news-overview .uael-post__header-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 860px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  /* line 478, ../scss/_layout.scss */
  #news-overview .uael-post__header-filters li {
    width: calc(25% - 10px);
    margin: 0;
    font-size: 19px;
    min-width: 206px;
    margin-right: 9px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    color: #161616 !important;
  }
}
@media (min-width: 768px) and (max-width: 1109px) {
  /* line 478, ../scss/_layout.scss */
  #news-overview .uael-post__header-filters li {
    font-size: 15px;
    min-width: initial;
  }
}
@media (min-width: 768px) {
  /* line 491, ../scss/_layout.scss */
  #news-overview .uael-post__header-filters li:hover {
    background-color: #ccd8e2 !important;
  }
}

/* Single News Page */
/* line 500, ../scss/_layout.scss */
.single-news-authors {
  text-align: center;
  color: #b1bfcb;
}
/* line 503, ../scss/_layout.scss */
.single-news-authors a {
  color: #b1bfcb;
}
/* line 505, ../scss/_layout.scss */
.single-news-authors a:hover {
  color: #005099;
}

/* line 512, ../scss/_layout.scss */
.newest-post article {
  position: relative;
  height: 386px;
}
@media (min-width: 768px) {
  /* line 517, ../scss/_layout.scss */
  .newest-post article:hover .elementor-post__text {
    top: 0;
    padding: 15px 25px;
  }
}
/* line 524, ../scss/_layout.scss */
.newest-post .elementor-post__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 75%;
  width: 100%;
  height: 386px;
  background: #ccd8e2;
  padding: 10px 25px;
  transition: all 0.5s ease;
  pointer-events: none;
}
/* line 535, ../scss/_layout.scss */
.newest-post .elementor-post__text .elementor-post__title {
  position: relative;
  order: 2;
  line-height: 1;
}
/* line 540, ../scss/_layout.scss */
.newest-post .elementor-post__text .elementor-post__title a {
  font-size: 18px !important;
  line-height: 1.4;
  height: 40px;
  margin-bottom: 8px;
}
/* line 547, ../scss/_layout.scss */
.newest-post .elementor-post__text .elementor-post__meta-data {
  position: relative;
  order: 1;
}
/* line 551, ../scss/_layout.scss */
.newest-post .elementor-post__text .elementor-post__excerpt {
  position: relative;
  order: 3;
}

/* line 569, ../scss/_layout.scss */
.single-post-taxonomies a:hover {
  text-decoration: underline;
}

/* Single speaker */
/* line 577, ../scss/_layout.scss */
#speaker-info:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70vw;
  height: 85%;
  transform: translate(-80%, -51%) rotate(5deg) skew(12deg, 0deg);
  background: #960e4b;
  z-index: -1;
}
@media (max-width: 1109px) {
  /* line 577, ../scss/_layout.scss */
  #speaker-info:before {
    transform: translate(-80%, -51%) rotate(5deg) skew(10deg, 0deg);
  }
}
@media (max-width: 767px) {
  /* line 577, ../scss/_layout.scss */
  #speaker-info:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 576, ../scss/_layout.scss */
  #speaker-info {
    background-color: transparent;
    background-image: linear-gradient(160deg, #960E4B 88%, #FFFFFF 88%);
  }
}

/* line 601, ../scss/_layout.scss */
#single-speaker-video .elementor-custom-embed-play {
  width: 250px;
  transform: none;
  left: 20px;
  top: auto;
  bottom: 15px;
}
@media (max-width: 767px) {
  /* line 601, ../scss/_layout.scss */
  #single-speaker-video .elementor-custom-embed-play {
    left: calc(50% - 125px);
  }
}
/* line 610, ../scss/_layout.scss */
#single-speaker-video .elementor-custom-embed-play i {
  opacity: 1;
}
/* line 614, ../scss/_layout.scss */
#single-speaker-video .eicon-play {
  position: relative;
}
/* line 616, ../scss/_layout.scss */
#single-speaker-video .eicon-play:before {
  content: '';
  position: relative;
  top: -8px;
  display: block;
  background-image: url("/wp-content/themes/astra_child_by_yanco/assets/images/btn-play-video.svg");
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  background-size: contain;
  margin: 0 auto;
}
/* line 628, ../scss/_layout.scss */
#single-speaker-video .eicon-play:after {
  content: 'SE KORT PRÆSENTATIONSVIDEO';
  display: block;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #960e4b;
}

/* line 639, ../scss/_layout.scss */
.oplaeg-loop-item, .oplaeg-loop-item-for-program {
  padding-bottom: 35px;
  border-bottom: 1px solid #d6d6d6;
}
/* line 642, ../scss/_layout.scss */
.oplaeg-loop-item a.simplefavorite-button, .oplaeg-loop-item-for-program a.simplefavorite-button {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #960e4b;
  cursor: pointer;
}
/* line 648, ../scss/_layout.scss */
.oplaeg-loop-item a.simplefavorite-button svg, .oplaeg-loop-item-for-program a.simplefavorite-button svg {
  position: relative;
  top: 2px;
}
/* line 655, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene .program-speakers a, .for-archive-scene.oplaeg-loop-item-for-program .program-speakers a {
  font-weight: 300;
  color: #161616;
  margin-right: 5px;
}
/* line 659, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene .program-speakers a:hover, .for-archive-scene.oplaeg-loop-item-for-program .program-speakers a:hover {
  color: #c3b73f;
}
/* line 664, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene .program-speakers span.time, .for-archive-scene.oplaeg-loop-item-for-program .program-speakers span.time {
  margin-right: 5px;
}
/* line 667, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene .program-speakers span.separator, .for-archive-scene.oplaeg-loop-item-for-program .program-speakers span.separator {
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 663, ../scss/_layout.scss */
  .oplaeg-loop-item.for-archive-scene .program-speakers span, .for-archive-scene.oplaeg-loop-item-for-program .program-speakers span {
    display: inline-block;
  }
}
/* line 675, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene a.simplefavorite-button, .for-archive-scene.oplaeg-loop-item-for-program a.simplefavorite-button {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #c3b73f;
  cursor: pointer;
}
/* line 681, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene a.simplefavorite-button svg, .for-archive-scene.oplaeg-loop-item-for-program a.simplefavorite-button svg {
  position: relative;
  top: 2px;
}
/* line 685, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene a.simplefavorite-button path, .for-archive-scene.oplaeg-loop-item-for-program a.simplefavorite-button path {
  stroke: #c3b73f;
}
/* line 689, ../scss/_layout.scss */
.oplaeg-loop-item.for-archive-scene a.simplefavorite-button.active path, .for-archive-scene.oplaeg-loop-item-for-program a.simplefavorite-button.active path {
  fill: #c3b73f;
}

/* List of programs */
/* line 700, ../scss/_layout.scss */
.program-filters button {
  height: 49px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #161616;
}
/* line 707, ../scss/_layout.scss */
.program-filters .alle-emner {
  background-color: #f2f2f2;
  border: 0;
  height: 33px;
  line-height: 0;
}
@media (max-width: 767px) {
  /* line 707, ../scss/_layout.scss */
  .program-filters .alle-emner {
    font-size: 17px;
  }
}
/* line 715, ../scss/_layout.scss */
.program-filters .alle-emner.active {
  background-color: #c3b73f;
  color: #fff;
}
/* line 720, ../scss/_layout.scss */
.program-filters .alle-scener {
  background-color: #f2f2f2;
  border: 0;
  text-transform: uppercase;
  margin-right: 20px;
  width: 25%;
  max-width: 168px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  /* line 720, ../scss/_layout.scss */
  .program-filters .alle-scener {
    width: 48%;
    margin-right: 0;
    font-size: 16px;
  }
}
/* line 733, ../scss/_layout.scss */
.program-filters .alle-scener.active {
  background-color: #c3b73f;
  color: #fff;
}
/* line 738, ../scss/_layout.scss */
.program-filters .elementor-shortcode,
.program-filters .facetwp-facet {
  display: flex;
}
/* line 742, ../scss/_layout.scss */
.program-filters .facetwp-facet {
  margin-bottom: 0;
}
/* line 745, ../scss/_layout.scss */
.program-filters .facetwp-checkbox {
  background-image: none !important;
  background-color: #f2f2f2;
  padding: 7px 15px;
  margin-bottom: 0;
}
/* line 750, ../scss/_layout.scss */
.program-filters .facetwp-checkbox:hover, .program-filters .facetwp-checkbox.checked {
  background-color: #c3b73f;
  color: #fff;
}
/* line 755, ../scss/_layout.scss */
.program-filters .facetwp-checkbox .facetwp-counter {
  display: none;
}
/* line 761, ../scss/_layout.scss */
.program-filters.emner-filters .alle-emner {
  width: 25%;
  max-width: 183px;
  text-align: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
@media (max-width: 767px) {
  /* line 761, ../scss/_layout.scss */
  .program-filters.emner-filters .alle-emner {
    width: 48%;
    margin-right: 0;
    font-size: 15px;
    padding: 0 6px;
  }
}
/* line 776, ../scss/_layout.scss */
.program-filters.emner-filters .facetwp-type-checkboxes {
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 1109px) {
  /* line 776, ../scss/_layout.scss */
  .program-filters.emner-filters .facetwp-type-checkboxes {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  /* line 776, ../scss/_layout.scss */
  .program-filters.emner-filters .facetwp-type-checkboxes {
    width: 100%;
    justify-content: space-between;
  }
}
/* line 788, ../scss/_layout.scss */
.program-filters.emner-filters .facetwp-checkbox {
  height: 33px;
  line-height: 1.6;
  padding: 0 10px;
  width: 25%;
  max-width: 183px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 788, ../scss/_layout.scss */
  .program-filters.emner-filters .facetwp-checkbox {
    width: 48%;
    margin-right: 0;
    font-size: 15px;
    padding: 0 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-break: anywhere;
  }
}
/* line 809, ../scss/_layout.scss */
.program-filters .facetwp-facet-topic_taxonomy_scener {
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 1109px) {
  /* line 809, ../scss/_layout.scss */
  .program-filters .facetwp-facet-topic_taxonomy_scener {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  /* line 809, ../scss/_layout.scss */
  .program-filters .facetwp-facet-topic_taxonomy_scener {
    width: 100%;
    justify-content: space-between;
  }
}
/* line 820, ../scss/_layout.scss */
.program-filters .facetwp-facet-topic_taxonomy_scener .facetwp-checkbox {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 25%;
  max-width: 176.5px;
  text-align: center;
  padding: 7px 10px;
  transition: all 0.3s ease;
}
/* line 828, ../scss/_layout.scss */
.program-filters .facetwp-facet-topic_taxonomy_scener .facetwp-checkbox:hover {
  background-color: #c3b73f;
}
@media (max-width: 767px) {
  /* line 820, ../scss/_layout.scss */
  .program-filters .facetwp-facet-topic_taxonomy_scener .facetwp-checkbox {
    width: 48%;
    margin-right: 0;
    font-size: 16px;
  }
}
/* line 836, ../scss/_layout.scss */
.program-filters .facetwp-facet-topic_taxonomy_scener .facetwp-checkbox.checked {
  color: #fff;
}

/* line 844, ../scss/_layout.scss */
.program-list h2 {
  background-color: #c3b73f;
  color: #fff !important;
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
}

/* line 855, ../scss/_layout.scss */
.oplaeg-loop-item-for-program a.simplefavorite-button {
  color: #c3b73f;
}
@media (max-width: 767px) {
  /* line 855, ../scss/_layout.scss */
  .oplaeg-loop-item-for-program a.simplefavorite-button {
    float: right;
  }
}
/* line 863, ../scss/_layout.scss */
.oplaeg-loop-item-for-program a.simplefavorite-button path {
  stroke: #c3b73f;
}
/* line 867, ../scss/_layout.scss */
.oplaeg-loop-item-for-program a.simplefavorite-button.active path {
  fill: #c3b73f;
}
/* line 872, ../scss/_layout.scss */
.oplaeg-loop-item-for-program > .elementor-container > .elementor-row {
  padding: 25px 0 10px;
}
@media (min-width: 768px) {
  /* line 876, ../scss/_layout.scss */
  .oplaeg-loop-item-for-program .col-fav {
    text-align: right;
  }
}
@media (max-width: 767px) {
  /* line 881, ../scss/_layout.scss */
  .oplaeg-loop-item-for-program .col-speakers-avatars {
    display: none;
  }
  /* line 884, ../scss/_layout.scss */
  .oplaeg-loop-item-for-program .col-speakers-avatars + .elementor-top-column {
    width: 100% !important;
  }
}

/* line 893, ../scss/_layout.scss */
.oplaeg-meta-items li:after {
  content: '|';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  border: none !important;
  line-height: 1.5;
}
/* line 902, ../scss/_layout.scss */
.oplaeg-meta-items li:last-child:after {
  display: none;
}

/* line 909, ../scss/_layout.scss */
.program-speakers {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 913, ../scss/_layout.scss */
  .program-speakers span {
    display: block;
  }
}
/* line 917, ../scss/_layout.scss */
.program-speakers a {
  font-weight: 500;
  color: #c3b73f;
}

/* line 923, ../scss/_layout.scss */
.speakers-avatars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 928, ../scss/_layout.scss */
.speakers-avatars img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* Single program page */
/* line 939, ../scss/_layout.scss */
#program-info:before {
  content: '';
  position: absolute;
  background: #c3b73f;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 82% 16%, 115% 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 1109px) {
  /* line 939, ../scss/_layout.scss */
  #program-info:before {
    clip-path: polygon(0 0, 83% 10%, 115% 100%, 0% 100%);
  }
}
@media (max-width: 767px) {
  /* line 939, ../scss/_layout.scss */
  #program-info:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 938, ../scss/_layout.scss */
  #program-info {
    background-color: transparent;
    background-image: linear-gradient(160deg, #c3b73f 88%, #FFFFFF 88%);
  }
}
/* line 962, ../scss/_layout.scss */
#program-info .oplaeg-meta-items li:after {
  color: #fff;
}
/* line 968, ../scss/_layout.scss */
#program-info .meta-tags a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 974, ../scss/_layout.scss */
#program-info a.simplefavorite-button {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
/* line 980, ../scss/_layout.scss */
#program-info a.simplefavorite-button svg {
  position: relative;
  top: 2px;
}
/* line 984, ../scss/_layout.scss */
#program-info a.simplefavorite-button path {
  stroke: #fff;
}
/* line 988, ../scss/_layout.scss */
#program-info a.simplefavorite-button.active path {
  fill: #fff;
}

/* line 996, ../scss/_layout.scss */
#single-program-video .elementor-custom-embed-play {
  /*@media(min-width:768px){
      bottom: 15px;
      transform: none;
      left: 20px;
      top: auto;
  }*/
}
/* line 1003, ../scss/_layout.scss */
#single-program-video .elementor-custom-embed-play i {
  opacity: 1;
}
/* line 1007, ../scss/_layout.scss */
#single-program-video .eicon-play {
  position: relative;
}
/* line 1009, ../scss/_layout.scss */
#single-program-video .eicon-play:before {
  content: '';
  position: relative;
  display: block;
  background-image: url("/wp-content/themes/astra_child_by_yanco/assets/images/btn-play-black.svg");
  background-repeat: no-repeat;
  width: 70px;
  height: 68px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 12px;
}
/* line 1021, ../scss/_layout.scss */
#single-program-video .eicon-play:after {
  content: 'Se en kort introvideo';
  display: block;
  font-family: Oswald;
  font-size: 25px;
  font-weight: 500;
  color: #161616;
}

/* line 1033, ../scss/_layout.scss */
.single-profile-buttons .btn-green-primary {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1033, ../scss/_layout.scss */
  .single-profile-buttons .btn-green-primary {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 1040, ../scss/_layout.scss */
  .single-profile-buttons .program-speakers {
    text-align: center;
  }
}

/* line 1051, ../scss/_layout.scss */
#scene-archive-talks article:last-child .oplaeg-loop-item, #scene-archive-talks article:last-child .oplaeg-loop-item-for-program, #scene-archive-talks article:nth-last-child(2):nth-child(odd) .oplaeg-loop-item, #scene-archive-talks article:nth-last-child(2):nth-child(odd) .oplaeg-loop-item-for-program {
  border-bottom: 0;
}

@media (max-width: 767px) {
  /* line 1058, ../scss/_layout.scss */
  .col-intro-images-left .elementor-widget-wrap {
    align-content: space-between !important;
  }
  /* line 1061, ../scss/_layout.scss */
  .col-intro-images-left .elementor-widget-wrap .elementor-widget-image {
    height: calc(50% - 10px);
    margin-bottom: 0;
  }
  /* line 1065, ../scss/_layout.scss */
  .col-intro-images-left .elementor-widget-wrap .elementor-image,
  .col-intro-images-left .elementor-widget-wrap .elementor-image img,
  .col-intro-images-left .elementor-widget-wrap .elementor-widget-container {
    height: 100%;
  }
}

@media (max-width: 767px) {
  /* line 1073, ../scss/_layout.scss */
  #scene-archive-video {
    background-image: none !important;
    background-color: #960e4b !important;
  }
}
/* line 1078, ../scss/_layout.scss */
#scene-archive-video .elementor-custom-embed-play {
  bottom: 15px;
  transform: none;
  left: 20px;
  top: auto;
  bottom: 15px;
}
/* line 1084, ../scss/_layout.scss */
#scene-archive-video .elementor-custom-embed-play i {
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 1078, ../scss/_layout.scss */
  #scene-archive-video .elementor-custom-embed-play {
    left: calc(50% - 135px);
  }
}
/* line 1091, ../scss/_layout.scss */
#scene-archive-video .eicon-play {
  position: relative;
}
/* line 1093, ../scss/_layout.scss */
#scene-archive-video .eicon-play:before {
  content: '';
  position: relative;
  display: block;
  background-image: url("/wp-content/themes/astra_child_by_yanco/assets/images/btn-play-white.svg");
  background-repeat: no-repeat;
  width: 70px;
  height: 68px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 25px;
}
/* line 1105, ../scss/_layout.scss */
#scene-archive-video .eicon-play:after {
  content: 'SE EN KORT PRÆSENTATIONSVIDEO';
  display: block;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 1116, ../scss/_layout.scss */
  .force-position-relative-for-mobile {
    position: relative !important;
  }
}

/* line 1123, ../scss/_layout.scss */
.fav-button-green a.simplefavorite-button {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #c3b73f;
  cursor: pointer;
}
/* line 1129, ../scss/_layout.scss */
.fav-button-green a.simplefavorite-button svg {
  position: relative;
  top: 2px;
}
/* line 1133, ../scss/_layout.scss */
.fav-button-green a.simplefavorite-button path {
  stroke: #c3b73f;
}
/* line 1137, ../scss/_layout.scss */
.fav-button-green a.simplefavorite-button.active path {
  fill: #c3b73f;
}

/* line 1144, ../scss/_layout.scss */
#exhibitor-searchbar {
  text-align: center;
}
/* line 1146, ../scss/_layout.scss */
#exhibitor-searchbar .facetwp-btn:before {
  content: 'SØG';
  background: none;
  width: auto;
  height: auto;
  font-family: Oswald;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 0;
}
/* line 1162, ../scss/_layout.scss */
#exhibitor-searchbar .facetwp-search-wrap {
  height: 54px;
  display: block;
  max-width: 596px;
  margin: 0 auto;
}
/* line 1168, ../scss/_layout.scss */
#exhibitor-searchbar .facetwp-search {
  width: 100%;
  max-width: 596px;
  height: 54px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
/* line 1175, ../scss/_layout.scss */
#exhibitor-searchbar .facetwp-btn {
  width: 98px;
  height: 54px;
  background-color: #c3b73f;
  top: 0;
  right: 0;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 1;
}

/* line 1189, ../scss/_layout.scss */
.exhibitor-loop-item .exhibitor-stand {
  color: #c3b73f;
}

@media (min-width: 1100px) {
  /* line 1194, ../scss/_layout.scss */
  #list-of-exhibitors {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
/* line 1199, ../scss/_layout.scss */
#list-of-exhibitors .exhibitors-list h2 {
  color: #c3b73f;
  max-width: 920px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0 33px;
  margin-top: 80px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 1199, ../scss/_layout.scss */
  #list-of-exhibitors .exhibitors-list h2 {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 1.5em;
  }
}

/* line 1217, ../scss/_layout.scss */
.yanco-pagination {
  max-width: 920px;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 3em;
}
/* line 1222, ../scss/_layout.scss */
.yanco-pagination a {
  width: 55px;
  height: 35px;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #c3b73f;
  margin: 0 3px;
}
/* line 1231, ../scss/_layout.scss */
.yanco-pagination a.prev, .yanco-pagination a.next {
  width: auto;
  background-color: transparent;
}
/* line 1235, ../scss/_layout.scss */
.yanco-pagination a.prev:hover, .yanco-pagination a.next:hover {
  background-color: transparent !important;
  color: #c3b73f !important;
}
/* line 1241, ../scss/_layout.scss */
.yanco-pagination a.prev {
  margin-right: 20px;
}
/* line 1244, ../scss/_layout.scss */
.yanco-pagination a.next {
  margin-left: 20px;
}
/* line 1247, ../scss/_layout.scss */
.yanco-pagination .page-numbers {
  width: 30px;
  height: 30px;
  background-color: #ede9c5;
  display: inline-block;
  text-align: center;
}
/* line 1253, ../scss/_layout.scss */
.yanco-pagination .page-numbers:hover {
  background-color: #c3b73f;
  color: #fff;
}
/* line 1257, ../scss/_layout.scss */
.yanco-pagination .page-numbers.current {
  background-color: #c3b73f;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 3px;
}
/* line 1264, ../scss/_layout.scss */
.yanco-pagination .page-numbers.dots {
  width: auto;
  height: auto;
  background-color: transparent;
  display: initial;
}

/* Single Exhibitor */
/* line 1295, ../scss/_layout.scss */
.gform_wrapper select option {
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  /* line 1301, ../scss/_layout.scss */
  .single-ex-bottom-imgs.left {
    width: calc(40% - 5px);
    margin-right: 5px;
  }
  /* line 1304, ../scss/_layout.scss */
  .single-ex-bottom-imgs.left * {
    height: 100%;
  }
  /* line 1308, ../scss/_layout.scss */
  .single-ex-bottom-imgs.right {
    width: calc(60% - 5px);
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  /* line 1317, ../scss/_layout.scss */
  #single-sponsor-video img,
  #single-exhibitor-video img {
    max-height: 170px;
  }
}
/* line 1323, ../scss/_layout.scss */
#single-sponsor-video .elementor-custom-embed-play,
#single-exhibitor-video .elementor-custom-embed-play {
  margin-top: 30px;
  width: 300px;
}
@media (max-width: 767px) {
  /* line 1323, ../scss/_layout.scss */
  #single-sponsor-video .elementor-custom-embed-play,
  #single-exhibitor-video .elementor-custom-embed-play {
    margin-top: 0;
  }
}
/* line 1329, ../scss/_layout.scss */
#single-sponsor-video .elementor-custom-embed-play i,
#single-exhibitor-video .elementor-custom-embed-play i {
  opacity: 1;
}
/* line 1333, ../scss/_layout.scss */
#single-sponsor-video .eicon-play,
#single-exhibitor-video .eicon-play {
  position: relative;
}
/* line 1335, ../scss/_layout.scss */
#single-sponsor-video .eicon-play:before,
#single-exhibitor-video .eicon-play:before {
  content: '';
  position: relative;
  display: block;
  background-image: url("/wp-content/themes/astra_child_by_yanco/assets/images/btn-play-video.svg");
  background-repeat: no-repeat;
  width: 70px;
  height: 68px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 23px;
}
/* line 1347, ../scss/_layout.scss */
#single-sponsor-video .eicon-play:after,
#single-exhibitor-video .eicon-play:after {
  content: 'SE EN KORT INTRODUKTIONSVIDEO';
  display: block;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #960e4b;
  text-shadow: none;
}

/* line 1361, ../scss/_layout.scss */
#single-sponsor-video .eicon-play:before {
  background-image: url("/wp-content/themes/astra_child_by_yanco/assets/images/btn-play-blue.svg");
}
/* line 1364, ../scss/_layout.scss */
#single-sponsor-video .eicon-play:after {
  content: 'SE KORT INTROVIDEO';
  color: #013b70;
}

/* line 1372, ../scss/_layout.scss */
.emners-list a {
  color: #161616;
}

/* line 1380, ../scss/_layout.scss */
#section-about-contact:before,
#section-sponsor-contact:before,
#section-exhibitor-contact:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 143px;
  background: #f4e7ed;
  clip-path: polygon(100% 0, 0 0, 83% 100%);
}
@media (max-width: 767px) {
  /* line 1380, ../scss/_layout.scss */
  #section-about-contact:before,
  #section-sponsor-contact:before,
  #section-exhibitor-contact:before {
    display: none;
  }
}

/* line 1397, ../scss/_layout.scss */
#section-sponsor-contact:before {
  background: #ccd8e2;
}

/* line 1403, ../scss/_layout.scss */
#section-about-contact:before {
  background: #fff;
}

/* line 1409, ../scss/_layout.scss */
#section-exhibitor-intro a.simplefavorite-button {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #161616;
  cursor: pointer;
}
/* line 1415, ../scss/_layout.scss */
#section-exhibitor-intro a.simplefavorite-button svg {
  position: relative;
  top: 2px;
}
/* line 1419, ../scss/_layout.scss */
#section-exhibitor-intro a.simplefavorite-button path {
  stroke: #161616;
}
/* line 1423, ../scss/_layout.scss */
#section-exhibitor-intro a.simplefavorite-button.active path {
  fill: #161616;
}

/* line 1431, ../scss/_layout.scss */
.exhibitor-sponsor a {
  color: #960e4b;
  font-weight: 500;
  font-size: 25px;
}
@media (max-width: 767px) {
  /* line 1431, ../scss/_layout.scss */
  .exhibitor-sponsor a {
    font-size: 17px !important;
  }
}
/* line 1439, ../scss/_layout.scss */
.exhibitor-sponsor .separator {
  color: #161616;
  font-weight: 500;
  font-size: 25px;
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 1439, ../scss/_layout.scss */
  .exhibitor-sponsor .separator {
    font-size: 17px !important;
  }
}

/* line 1451, ../scss/_layout.scss */
#about-intro:before {
  content: '';
  position: absolute;
  background: #013b70;
  width: 80vw;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 84% 12.5%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 1109px) {
  /* line 1451, ../scss/_layout.scss */
  #about-intro:before {
    clip-path: polygon(0 0, 83% 10%, 115% 100%, 0% 100%);
  }
}
@media (max-width: 767px) {
  /* line 1451, ../scss/_layout.scss */
  #about-intro:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1450, ../scss/_layout.scss */
  #about-intro {
    background-color: transparent;
    background-image: linear-gradient(160deg, #013b70 82%, #FFFFFF 82%);
  }
}

/* line 1475, ../scss/_layout.scss */
#about-info .elementor-custom-embed-play {
  width: 280px;
  transform: none;
  left: calc(50% - 140px);
  bottom: 15px;
  top: auto;
}
/* line 1481, ../scss/_layout.scss */
#about-info .elementor-custom-embed-play i {
  opacity: 1;
}
/* line 1485, ../scss/_layout.scss */
#about-info #about-video {
  position: relative;
  max-width: 370px;
}
/* line 1488, ../scss/_layout.scss */
#about-info #about-video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ccd8e2;
  right: -90px;
  top: -70px;
}
@media (max-width: 1109px) {
  /* line 1488, ../scss/_layout.scss */
  #about-info #about-video:before {
    display: none;
  }
}
/* line 1500, ../scss/_layout.scss */
#about-info #about-video .eicon-play {
  position: relative;
}
/* line 1502, ../scss/_layout.scss */
#about-info #about-video .eicon-play:before {
  content: '';
  position: relative;
  display: block;
  background-image: url("/wp-content/themes/astra_child_by_yanco/assets/images/btn-play-white.svg");
  background-repeat: no-repeat;
  width: 70px;
  height: 68px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* line 1514, ../scss/_layout.scss */
#about-info #about-video .eicon-play:after {
  content: 'SE CARSTEN JAGERKILDE FORTÆLLE OM BOLIGFORENINGERNES DAG';
  display: block;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
  line-height: 1.5;
}
@media (max-width: 1109px) {
  /* line 1514, ../scss/_layout.scss */
  #about-info #about-video .eicon-play:after {
    font-size: 17px;
  }
}

/* line 1531, ../scss/_layout.scss */
span.advanced-tooltip {
  position: absolute;
  right: 20px;
  top: 18px;
  margin-top: 0;
  margin-left: 0;
}

/* line 1539, ../scss/_layout.scss */
.gravity-tooltip {
  background: url("/wp-content/themes/astra_child_by_yanco/assets/images/icon-questionmark.svg") no-repeat;
  width: 26px;
  height: 26px;
}

/* line 1546, ../scss/_layout.scss */
#signup-form .gfield_description {
  display: none;
}
/* line 1548, ../scss/_layout.scss */
#signup-form .gfield_description.active {
  display: block;
}
@media (min-width: 768px) {
  /* line 1546, ../scss/_layout.scss */
  #signup-form .gfield_description {
    display: none !important;
  }
}

/* line 1558, ../scss/_layout.scss */
.gform_body .gfield {
  position: relative;
}
/* line 1561, ../scss/_layout.scss */
.gform_body [tooltip]::before {
  display: none;
}
/* line 1564, ../scss/_layout.scss */
.gform_body [tooltip]::after {
  color: #767676;
  background: #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 12px 20px;
  line-height: 1.5;
  max-width: 250px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  left: calc(100% + 35px);
}
@media (max-width: 767px) {
  /* line 1564, ../scss/_layout.scss */
  .gform_body [tooltip]::after {
    display: none;
  }
}
/* line 1578, ../scss/_layout.scss */
.gform_body .uael-gf-select-custom:after {
  content: '';
  background: url("/wp-content/themes/astra_child_by_yanco/assets/images/icon-dropdown.svg") no-repeat;
  width: 26px;
  height: 16px;
  background-size: contain;
  right: 20px;
}

/* line 1588, ../scss/_layout.scss */
#fav-program-list {
  max-width: 920px;
  margin: 0 auto;
}
/* line 1593, ../scss/_layout.scss */
#fav-program-list .oplaeg .elementor-row > .elementor-top-column:first-child {
  display: none;
}
/* line 1596, ../scss/_layout.scss */
#fav-program-list .oplaeg .elementor-row > .elementor-top-column:last-child {
  width: 100%;
}
/* line 1601, ../scss/_layout.scss */
#fav-program-list .oplaeg .elementor-container > .elementor-row {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  /* line 1601, ../scss/_layout.scss */
  #fav-program-list .oplaeg .elementor-container > .elementor-row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 1611, ../scss/_layout.scss */
  #fav-program-list .oplaeg .elementor-inner-column > .elementor-column-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1621, ../scss/_layout.scss */
#fav-program-list .type-oplaeg:last-child .oplaeg-loop-item-for-program {
  border-bottom: 0;
}
/* line 1626, ../scss/_layout.scss */
#fav-program-list .simplefavorite-button {
  float: right;
}
@media (min-width: 768px) {
  /* line 1630, ../scss/_layout.scss */
  #fav-program-list .col-fav {
    text-align: right;
  }
}

/* line 1639, ../scss/_layout.scss */
#fav-list-udstillere .type-udstiller:last-child .elementor-column-wrap {
  border-bottom: 0;
}

/* line 1646, ../scss/_layout.scss */
.hide-this {
  display: none !important;
}

/* line 1650, ../scss/_layout.scss */
.hwp-powered-by {
  display: none;
}

/* line 1654, ../scss/_layout.scss */
.hwp-row {
  padding: 5px 0px;
}

/* line 1658, ../scss/_layout.scss */
.hwp-close i {
  font-size: 25px;
}

/* line 1662, ../scss/_layout.scss */
.hwp-email-btn {
  font-size: 18px;
  width: 40%;
  color: #ffffff !important;
}

/* line 1668, ../scss/_layout.scss */
.holler-box .hwp-email-input {
  width: 60%;
}

/* line 1672, ../scss/_layout.scss */
.hwp-floating-btn {
  z-index: 1;
}
/* line 1676, ../scss/_layout.scss */
.hwp-floating-btn i.icon-chat:before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free" !important;
}

/* line 1682, ../scss/_layout.scss */
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy h3,
.ot-sdk-cookie-policy h4,
.ot-sdk-cookie-policy h6,
.ot-sdk-cookie-policy p,
.ot-sdk-cookie-policy li,
.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy th,
.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
.ot-sdk-cookie-policy #cookie-policy-title {
  color: #161616 !important;
}

/* line 1703, ../scss/_layout.scss */
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  font-size: 20px !important;
  line-height: 35px !important;
  font-weight: 300;
}

/* line 1717, ../scss/_layout.scss */
.facetwp-template.program-list h2 + h2 {
  display: none;
}

/* line 1722, ../scss/_layout.scss */
.uael-gf-select-custom .chosen-single {
  padding-left: 0px !important;
}
/* line 1725, ../scss/_layout.scss */
.uael-gf-select-custom .chosen-single > span {
  background-color: #ccd8e2;
  padding: 10px;
  margin-right: 0px !important;
}
/* line 1731, ../scss/_layout.scss */
.uael-gf-select-custom .chosen-single b {
  display: none !important;
}

/* line 1737, ../scss/_layout.scss */
.field_sublabel_hidden_label .gfield_label_before_complex {
  display: none !important;
}

/* line 1742, ../scss/_layout.scss */
p.company-registered-user {
  text-align: center;
  background-color: #c3b73f;
  padding: 10px;
  color: #161616;
}

/* line 1749, ../scss/_layout.scss */
.hide-instructions .instruction {
  display: none;
}

/* line 1753, ../scss/_layout.scss */
.gform_confirmation_message {
  text-align: center;
}

/* line 1757, ../scss/_layout.scss */
.yanco-register-user-on-event-day {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  background-color: #013b70;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 17px 20px;
}
/* line 1765, ../scss/_layout.scss */
.yanco-register-user-on-event-day:hover {
  color: #020101;
  background-color: #CCD8E2;
}

/* line 1771, ../scss/_layout.scss */
.elementor-shortcode .print-badge {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  background-color: #013b70;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 17px 20px;
}
/* line 1779, ../scss/_layout.scss */
.elementor-shortcode .print-badge:hover {
  color: #020101;
  background-color: #CCD8E2;
}
