/*
 █████╗ ██████╗ ██████╗     ███████╗████████╗██╗   ██╗██╗     ███████╗███████╗
██╔══██╗██╔══██╗██╔══██╗    ██╔════╝╚══██╔══╝╚██╗ ██╔╝██║     ██╔════╝██╔════╝
███████║██████╔╝██████╔╝    ███████╗   ██║    ╚████╔╝ ██║     █████╗  ███████╗
██╔══██║██╔═══╝ ██╔═══╝     ╚════██║   ██║     ╚██╔╝  ██║     ██╔══╝  ╚════██║
██║  ██║██║     ██║         ███████║   ██║      ██║   ███████╗███████╗███████║
╚═╝  ╚═╝╚═╝     ╚═╝         ╚══════╝   ╚═╝      ╚═╝   ╚══════╝╚══════╝╚══════╝
                                                                               */
#vg-site-search-btn {}

#vg-site-search-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  overflow-y: scroll;
}

#vg-site-search-overlay.vg-site-search-overlay--visible {
  z-index: 999999;
  display: block;
}

#vg-site-search-overlay .vgs-cols {
  padding: 50px 120px;
  background: #000000c9;
  /* height: 100vh; */
}

@media (max-width: 1280px) {
  #vg-site-search-overlay .vgs-cols {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #vg-site-search-overlay .vgs-cols {
    padding: 0;
    background: #0000009c;
  }
}

#vg-site-search-overlay .vgs-infinite-hits-list-item {
  width: 24%;
}

@media (max-width: 1440px) {
  #vg-site-search-overlay .vgs-infinite-hits-list-item {
    width: 32%;
  }
}

@media (max-width: 1280px) {
  #vg-site-search-overlay .vgs-infinite-hits-list-item {
    width: 49%;
  }
}

@media (max-width: 768px) {
  #vg-site-search-overlay .vgs-infinite-hits-list-item {
    width: 100%;
  }
}

#vg-site-search-overlay .vgs-close-btn {
  right: calc(5% + 120px);
}

@media only screen and (max-width: 1280px) {
  #vg-site-search-overlay .vgs-close-btn {
    right: 6%;
    top: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  #vg-site-search-overlay .vgs-close-btn {
    right: 6%;
    top: 48px;
  }
}

@media only screen and (max-width: 768px) {
  #vg-site-search-overlay .vgs-close-btn {
    right: 5%;
    top: 4.5%;
  }
}

@media only screen and (max-width: 767px) {
  #vg-site-search-overlay .vgs-close-btn {
    right: 5%;
    top: 2.5%;
  }
}

#vg-site-search-overlay .vgs-col--main {
  border-top-right-radius: 20px;
}

#vg-site-search-overlay .vgs-col--left {
  border-top-left-radius: 20px;
}

@media (max-width: 1024px) {
  #vg-site-search-overlay .vgs-col--left {
    border-top-left-radius: 0px;
  }

  #vg-site-search-overlay .vgs-col--main {
    border-top-right-radius: 0px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #vg-site-search-overlay .vgs-col--left {
    width: 55%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  #vg-site-search-overlay .vgs-col--main {
    padding: 0;
  }
}

.vgs-cols {
  display: flex;
  background: #F4F4F4;
}

@media (max-width: 767px) {
  .vgs-cols {
    flex-wrap: wrap;
  }
}

ol.vgs-infinite-hits-list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #vg-site-search-overlay ol.vgs-infinite-hits-list {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  ol.vgs-infinite-hits-list {
    /* width: 50% */
  }
}

.vgs-close-btn {
  /* font-weight: bold; */
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 95px;
  color: #fff;
  background: #BD242B;
  border: 1px solid #BD242B;
  padding: 8px 33px;
  border-radius: 50px;
}

.vgs-close-btn:hover {
  background: transparent;
  border: 1px solid #BD242B;
  color: #BD242B;
}

.vgs-col--main {
  width: 100%;
  padding: 0 5% 0 5%;
  background: #F4F4F4;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  .vgs-col--main {
    padding: 15% 5% 15% 5%;
  }
}

.vgs-col--left {
  padding-left: 2%;
  padding-right: 2%;
  width: 25%;
  background: #111112;
  padding-top: 55px;
  padding-bottom: 50vh;
}

@media (max-width: 767px) {
  .vgs-col--left.vgs-col--expanded {
    display: -webkit-inline-box;
    width: 100%;
    padding-bottom: 30px;
  }
}

@media (max-width: 1280px) {
  .vgs-col--left {
    width: 45%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .vgs-col--left {
    width: 55%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .vgs-col--left {
    display: none;
  }
}

.vgs-facet-selector-component {}

.vgs-facet-selector-component__list {
  margin-bottom: 10px;
  margin-left: 0;
}

.vgs-facet-selector-component__item {
  margin: 0 !important;
  padding: 0 !important;
}

.vgs-facet-selector-component__item a {
  color: #fff !important;
}

.vgs-facet-selector-component__item a:hover {
  opacity: 0.7 !important;
}

.vgs-facet-selector-component__link {}

.vgs-facet-selector-component__link.vgs-facet-selector-component__link--active {}

.vgs-facet-selector-component__checkbox {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-right: 9px;
  background-color: #fff !important;
}

.vgs-facet-selector-component__checkbox:hover {
  cursor: pointer;
}

.vgs-facet-selector-component__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.vgs-facet-selector-component__label:hover {
  /* opacity: 0.8; */
  color: #fff;
  cursor: pointer;
}

.vgs-facet-selector-component__count {
  display: none;
}

.vgs-facet-selector-component__show-more {
  padding: 10px 0;
}

a.vgs-facet-selector-component__show-more {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

a.vgs-facet-selector-component__show-more:hover {
  opacity: 0.7;
}

.vgs-facet-selector {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .vgs-facet-selector {
    display: inline-block;
    width: 100%;
  }
}

/* .vgs-facet-selector.vgs-facet-selector--collapsed .ais-RefinementList-list>.ais-RefinementList-item:nth-of-type(1n + 9) {
  display: none;
} */
.vgs-facet-selector.vgs-facet-selector--collapsed {
  margin-bottom: 40px;
}

.vgs-facet-selector__header {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.18px;
  margin-bottom: 8px;
  padding-top: 15px;
  border-top: 1px solid #393939 !important;
}

/* .vgs-facet-selector__show-more {
  color: white;
  font-weight: 600;
  text-decoration: underline !important;
  margin-top: 10px;
} */
.vgs-results-num__prefix {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  /* Text style for "FILTER ," */
  letter-spacing: 0.18px;
  line-height: 22px;
}

.vgs-results-num__value {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 4px;
}

.vgs-results-num__postfix {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  /* Text style for "FILTER ," */
  letter-spacing: 0.18px;
  line-height: 22px;
}

.vgs-infinite-hits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vgs-infinite-hits-list-item {
  width: 24%;
  display: flex;
  margin-right: 1%;
  margin-left: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1440px) {
  .vgs-infinite-hits-list-item {
    width: 32%;
  }
}

@media (max-width: 1280px) {
  .vgs-infinite-hits-list-item {
    width: 49%;
  }
}

/* @media (max-width: 1024px) {
  .vgs-infinite-hits-list-item {
    width: 49%;
  }
} */
@media (max-width: 768px) {
  .vgs-infinite-hits-list-item {
    width: 100%;
    display: block !important;
  }
}

.vgs-result-item {
  margin-bottom: 20px;
  background: white;
  /* box-shadow: 5px 5px 0 rgba(0, 0, 0, .1); */
  border: 1px solid #e6e5e5;
}

@media (max-width: 767px) {
  .vgs-result-item {
    height: fit-content;
  }
}

.vgs-result-item:hover {
  opacity: 0.8;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .1);
  ;
}

.vgs-result-item__link {}

.vgs-result-item__header {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: .02em !important;
  margin: 25px 20px 15px;
  text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .vgs-result-item__header {
    margin: 15px 20px 10px;
  }
}

@media (max-width: 767px) {
  .vgs-result-item__header {
    margin: 15px 20px 15px;
    word-break: break-word;
  }
}

.vgs-result-item__excerpt {
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: .02em !important;
  line-height: 22px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  margin: 0 20px 30px;
  color: #434343;
}

@media (max-width: 767px) {
  .vgs-result-item__excerpt {
    word-break: break-word;
  }
}

.vgs-result-item__posttype {
  display: none;
}

.vgs-result-item__posttype {
  color: red;
  padding: 0 10px 10px 10px;
  font-size: 17px;
  font-style: italic;
}

.vgs-result-item__thumbnail {
  width: 100%;
  height: 200px;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  #vg-site-search-overlay .vgs-result-item__thumbnail {
    width: 100%;
    /* height: 137px; */
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .vgs-result-item__thumbnail {
    width: 100%;
    /* height: 125px; */
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/*
 █████╗ ██╗      ██████╗  ██████╗ ██╗     ██╗ █████╗
██╔══██╗██║     ██╔════╝ ██╔═══██╗██║     ██║██╔══██╗
███████║██║     ██║  ███╗██║   ██║██║     ██║███████║
██╔══██║██║     ██║   ██║██║   ██║██║     ██║██╔══██║
██║  ██║███████╗╚██████╔╝╚██████╔╝███████╗██║██║  ██║
╚═╝  ╚═╝╚══════╝ ╚═════╝  ╚═════╝ ╚══════╝╚═╝╚═╝  ╚═╝
                                                      */
/* .ais-RefinementList-list {
  list-style: none;
  margin: 0;
  padding: 0;
} */
.ais-CurrentRefinements-categoryLabel {
  color: #BD242B;
  line-height: 50px;
}

@media (max-width: 767px) {
  .ais-CurrentRefinements-categoryLabel {
    font-size: 18px;
    line-height: 38px;
  }
}

#top input[type=search]:focus {
  border-color: #BD242B !important;
}

button.ais-CurrentRefinements-delete {
  border-radius: 50px;
  box-shadow: none;
  background: transparent;
  border: 1px solid black;
}

button.ais-CurrentRefinements-delete:hover {
  background: black;
  color: white;
  cursor: pointer;
}

.ais-ClearRefinements {
  width: fit-content;
  margin: 30px 0 40px;
  border-radius: 50px;
}

.ais-ClearRefinements a {
  color: black !important;
  padding: 10px 45px;
  border-radius: 50px;
  margin: 30px 0 40px;
  border: 1px solid black;
  text-transform: uppercase;
}

.ais-ClearRefinements a:hover {
  color: white !important;
  background: black;
  padding: 10px 45px;
  border-radius: 50px;
  margin: 30px 0 40px;
  border: 1px solid black;
}

button.ais-ClearRefinements-button.ais-ClearRefinements-button--disabled {
  height: 40px !important;
  width: 15%;
  display: none !important;
}

.ais-CurrentRefinements-label {
  display: none;
}

.ais-Stats {
  /* padding-bottom: 20px; */
}

@media (max-width: 767px) {
  .ais-Stats {
    position: absolute;
    top: 25px;
  }
}

#top label span, #top legend span {
  color: white;
}

/* input.ais-RefinementList-checkbox {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}*/
li.ais-CurrentRefinements-item {
  list-style: none;
  margin-left: 0;
  padding: 0;
  /* margin: 15px 0px; */
}

@media (max-width: 767px) {

  #vg-site-search-overlay li.ais-CurrentRefinements-item,
  #vg-site-search-overlay .ais-ClearRefinements {
    padding: 0 5%;
  }
}

/* ul.ais-RefinementList-list {
  margin-bottom: -15px;
}*/
button.ais-SearchBox-submit {
  display: none;
}

button.ais-CurrentRefinements-delete {
  height: 28px;
  width: 28px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -6px;
}

@media (max-width: 767px) {
  button.ais-CurrentRefinements-delete {
    margin-left: 7px;
    margin-right: 0px;
    height: 23px;
    width: 23px;
    top: 0px;
  }
}

button.ais-SearchBox-reset {
  display: none;
}

/* .ais-RefinementList-labelText {
  font-size: 16px !important;
} */
form.ais-SearchBox-form {
  width: 50%;
}

@media (max-width: 767px) {
  form.ais-SearchBox-form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #vg-site-search-overlay form.ais-SearchBox-form {
    width: 90%;
    padding-top: 17%;
    margin: auto;
  }
}

#top input[type="search"] {
  padding-left: 20px !important;
  text-transform: none;
}

/* Frontpage filter styles */
#vg-site-search-filter {
  width: 100%;
  padding: 0 50px;
  border: none;
  background: #111112ed;
  opacity: 1;
}

@media (max-width: 1024px) {
  #vg-site-search-filter {
    padding: 0 25px;
    margin-top: -7%;
  }
}

@media (max-width: 767px) {
  #vg-site-search-filter {
    padding: 0 25px;
    margin-top: -65%;
  }
}

/* COLS */
.vgsf-cols {
  display: flex;
}

@media (max-width: 767px) {
  .vgsf-cols {
    display: block;
  }
}

.vgsf-col {
  width: 100%;
  padding: 30px 10px 10px;
}

@media (max-width: 767px) {
  .vgsf-col {
    padding: 15px 0 0 !important;
  }
}

/* FACET SELECTOR */
.vgsf-facet-selector {}

#top .entry-content-wrapper select {
  background: #fff !important;
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 19px;
  font-style: italic;
  text-transform: none !important;
}

#top .entry-content-wrapper select:hover {
  opacity: 0.9;
}

.vgsf-button__label {
  /* background: #bd242c; */
}

.vgsf-button:hover {
  opacity: 0.9;
}

.vgsf-facet-selector>.vgsf-facet-selector__header {
  color: #939393;
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.vgsf-facet-selector>.vgsf-facet-selector__select {
  color: #fff !important;
}

.vgsf-facet-selector>.vgsf-facet-selector__select>select {
  width: 100%;
  color: #fff !important;
}

/* BUTTON */
.vgsf-button {
  padding: 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: ¤bd242c;
  padding: 40px 0;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .vgsf-button-content {
    padding: 10px 20px !important;
  }
}

@media (max-width: 767px) {
  .vgsf-button {
    padding: 30px 0 40px 0px;
  }
}

.vgsf-button-content {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  background-color: #bd242c;
  background-image: linear-gradient(to top, rgba(16, 18, 16, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  padding: 11px 45px;
  border-radius: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vgsf-button-content {
    padding: 10px 15px !important;
  }

  .vgsf-button__label,
  .vgsf-button__count {
    font-size: 14px !important;
  }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #vg-site-search-filter {
    padding: 0 20px;
    margin-top: -10%;
  }

  .vgsf-facet-selector>.vgsf-facet-selector__header {
    padding-left: 10px;
    font-size: 12px;
  }

  .vgsf-col {
    padding: 30px 5px 10px;
  }

  .vgsf-button-content {
    padding: 10px 5px !important;
    font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .vgsf-button-content {
    padding: 10px 30px !important;
  }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .vgsf-button-content {
    padding: 10px 60px !important;
  }
}
}

/*ipad PRo 12.9"*/
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .vgsf-button-content {
    padding: 10px 30px !important;
  }
}

.vgsf-button-content.vgsf-button-content--disabled {}

.vgsf-button-content>.vgsf-button__label {
  text-transform: uppercase;
}

.vgsf-button-content>.vgsf-button__count {
  margin-left: 9px;
  padding: 4px;
  color: #000;
  background-color: transparent !important;
}

.vgsf-button__count {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff !important;
  padding: 0 !important;
}

/* Frontpage filter custom Enfold ID */
#frontpage-filter {
  margin-top: -7%;
  background: transparent !important;
}

/* Result page styling of each Custom Post Type */
.vgs-result-item.vgs-result-item--things-to.do,
.vgs-result-item.vgs-result-item--destinations,
.vgs-result-item.vgs-result-item--destinationer,
.vgs-result-item.vgs-result-item--destinationen,
.vgs-result-item.vgs-result-item--oplevelser,
.vgs-result-item.vgs-result-item--sehen-und.erleben {
  background: #111112;
}

.vgs-result-item.vgs-result-item--things-to.do .vgs-result-item__header,
.vgs-result-item.vgs-result-item--things-to.do .vgs-result-item__excerpt,
.vgs-result-item.vgs-result-item--destinations .vgs-result-item__header,
.vgs-result-item.vgs-result-item--destinations .vgs-result-item__excerpt,
.vgs-result-item.vgs-result-item--destinationer .vgs-result-item__header,
.vgs-result-item.vgs-result-item--destinationer .vgs-result-item__excerpt,
.vgs-result-item.vgs-result-item--destinationen .vgs-result-item__header,
.vgs-result-item.vgs-result-item--destinationen .vgs-result-item__excerpt,
.vgs-result-item.vgs-result-item--oplevelser .vgs-result-item__header,
.vgs-result-item.vgs-result-item--oplevelser .vgs-result-item__excerpt,
.vgs-result-item.vgs-result-item--sehen-und.erleben .vgs-result-item__header,
.vgs-result-item.vgs-result-item--sehen-und.erleben .vgs-result-item__excerpt {
  color: #fff !important;
}

.vgs-result-item.vgs-result-item--destinations .vgs-result-item__header,
.vgs-result-item.vgs-result-item--destinationer .vgs-result-item__header,
.vgs-result-item.vgs-result-item--destinationen .vgs-result-item__header,
.vgs-result-item.vgs-result-item--things-to.do .vgs-result-item__header,
.vgs-result-item.vgs-result-item--oplevelser .vgs-result-item__header,
.vgs-result-item.vgs-result-item--sehen-und.erleben .vgs-result-item__header {
  font-family: "pioneerbrushregular" !important;
  font-weight: 300 !important;
}

.vgs-result-item.vgs-result-item--providers,
.vgs-result-item.vgs-result-item--udbydere,
.vgs-result-item.vgs-result-item--anbieter {
  background-image: url(../images/provider-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.vgs-result-item.vgs-result-item--providers .vgs-result-item__header,
.vgs-result-item.vgs-result-item--ads .vgs-result-item__header,
.vgs-result-item.vgs-result-item--udbydere .vgs-result-item__header,
.vgs-result-item.vgs-result-item--anbieter .vgs-result-item__header,
.vgs-result-item.vgs-result-item--events .vgs-result-item__header,
.vgs-result-item.vgs-result-item--begivenheder .vgs-result-item__header,
.vgs-result-item.vgs-result-item--veranstaltungen .vgs-result-item__header {
  padding-top: 20px;
}

@media (max-width: 767px) {

  .vgs-result-item.vgs-result-item--providers .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--udbydere .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--anbieter .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--ads .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--events .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--begivenheder .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--veranstaltungen .vgs-result-item__header {
    padding-top: 30px;
  }
}

.vgs-result-item.vgs-result-item--providers .vgs-result-item__thumbnail:after,
.vgs-result-item.vgs-result-item--udbydere .vgs-result-item__thumbnail:after,
.vgs-result-item.vgs-result-item--anbieter .vgs-result-item__thumbnail:after {
  /* background-image: url(../images/PinProvider.png) !important; */
  background-image: url(../images/PinProvider.png);
  /* position: relative; */
  /* content: "Provider"; */
  /* top: 210px;
  left: 39%; */
  content: " ";
  background-size: 92px 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
  position: absolute;
  width: 92px;
  height: 26px;
}

.vgs-result-item.vgs-result-item--events .vgs-result-item__thumbnail:after,
.vgs-result-item.vgs-result-item--begivenheder .vgs-result-item__thumbnail:after,
.vgs-result-item.vgs-result-item--veranstaltungen .vgs-result-item__thumbnail:after {
  /* background-image: url(../images/PinProvider.png) !important; */
  background-image: url(../images/EventMarker.png);
  /* position: relative; */
  /* content: "Provider"; */
  /* top: 210px;
  left: 39%; */
  content: " ";
  background-size: 74px 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
  position: absolute;
  width: 74px;
  height: 26px;
}

.vgs-result-item.vgs-result-item--ads .vgs-result-item__thumbnail:after {
  /* background-image: url(../images/PinProvider.png) !important; */
  background-image: url(../images/PinAd.png);
  /* position: absolute; */
  /* content: "Provider"; */
  /* top: 210px;
  left: 36%; */
  content: " ";
  background-size: 92px 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
  position: absolute;
  width: 92px;
  height: 26px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .vgs-result-item.vgs-result-item--providers .vgs-result-item__thumbnail:after,
  .vgs-result-item.vgs-result-item--udbydere .vgs-result-item__thumbnail:after,
  .vgs-result-item.vgs-result-item--anbieter .vgs-result-item__thumbnail:after,
  .vgs-result-item.vgs-result-item--events .vgs-result-item__thumbnail:after,
  .vgs-result-item.vgs-result-item--begivenheder .vgs-result-item__thumbnail:after,
  .vgs-result-item.vgs-result-item--veranstaltungen .vgs-result-item__thumbnail:after {
    left: 41%;
    /* top: 206px; */
  }

  .vgs-result-item.vgs-result-item--ads .vgs-result-item__thumbnail:after {
    left: 43%;
  }

  .vgs-result-item.vgs-result-item--providers .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--udbydere .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--anbieter .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--ads .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--events .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--begivenheder .vgs-result-item__header,
  .vgs-result-item.vgs-result-item--veranstaltungen .vgs-result-item__header {
    margin-top: 25px !important;
  }
}

@media (min-width: 767px) {

  a.vgs-toggle-filter-btn,
  a.vgs-close-filter-btn {
    display: none !important;
  }
}

a.vgs-toggle-filter-btn {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #BD242B;
  padding: 10px 0;
  border-radius: 50px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: -25px;
  font-weight: 400 !important;
  color: #BD242B;
  font-size: 19px;
}

a.vgs-toggle-filter-btn:hover {
  color: #BD242B;
}

a.vgs-toggle-filter-btn:active {
  color: #BD242B;
}

#vg-site-search-overlay a.vgs-toggle-filter-btn {
  margin-top: 100px;
  margin-bottom: -50px;
  margin-left: 5%;
  margin-right: 5%;
}

/* @media (max-width: 767px) {
  #vg-site-search-overlay a.vgs-toggle-filter-btn {
    margin-top: 20px;
    margin-right: 38%;
  }
} */
a.vgs-close-filter-btn {
  position: absolute;
  padding: 10px 25px;
  /* background: #BD242B; */
  /* border: 1px solid red; */
  right: 20px;
  top: 15px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  a.vgs-close-filter-btn {
    right: 10px;
    top: 15px;
    padding: 10px 15px;
  }
}
}

a.vgs-close-filter-btn:hover {
  opacity: 0.8;
}

a.vgs-close-filter-btn:after {
  content: url(../images/filtercloseWhite.png);
  /* background-image: url(../images/filtercloseWhite.png); */
  text-transform: uppercase !important;
  color: #fff;
  top: 3px;
  position: relative;
}

@media (max-width: 767px) {
  #vg-site-search-overlay .vgs-col--left.vgs-col--expanded a.vgs-close-filter-btn {
    display: none !important;
  }

  #no-mobile-margin #vg-site-search-filter {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  #frontpage-filter #vg-site-search-filter {
    margin-top: -150px;
  }
}

/* Special styles for Edge*/
@supports (-ms-ime-align: auto) {
  #vg-site-search-filter {
    background: #000;
  }

  #vg-site-search-overlay .vgs-cols {
    background: #000;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #vg-site-search-filter {
    background: #000;
  }

  #vg-site-search-overlay .vgs-cols {
    background: #000;
  }
}
