/*
Theme Name: Memoo
Theme URI: https://memoo.dk/professionel-hjemmeside/
Author: Memoo
Author URI: https://memoo.dk
Description: Memoos tema
Version: 1.0.0
License: It is not allowed to distribute, sell or use anywhere else.
License URI: https://memoo.dk/kontakt/
Text Domain: memoo
Tags: custom-background, custom-logo, custom-menu, featured-images
*/

/*@font-face {
	font-family: "Merriweather Black";
	src: url("assets/font/merriweather-black.ttf");
}*/
.pelle-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%; /*600px*/
  overflow: hidden;
  border-radius: 2px;
  opacity: 1;
}
.pelle-slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 100;
}
.pelle-slider-prev,
.pelle-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  z-index: 1000;
  width: 80px;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pelle-slider-wrapper:hover .pelle-slider-prev,
.pelle-slider-wrapper:hover .pelle-slider-next {
  opacity: 1;
}
.pelle-slider-prev {
  left: 0;
}
.pelle-slider-next {
  right: 0;
}
.pelle-slider-next:after {
}
.pelle-slider-prev:after,
.pelle-slider-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border-radius: 3px;
}
.pelle-slider-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.pelle-slider-prev:hover:after,
.pelle-slider-next:hover:after {
  color: #ffffff;
}
.pelle-slider-slides-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pelle-slider-slides-container .pelle-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pelle-slider-slides-container .pelle-slide.slide-visible {
  opacity: 1;
}
.hidden {
  display: none;
}
#main-logo h1,
#main-logo img {
  width: auto;
}
#main-navigation ul#primary-menu div.wpml-ls.wpml-ls-legacy-dropdown {
  margin-right: 35px;
}
#main-navigation ul#primary-menu div.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -15%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  content: "\f078";
  position: initial;
  margin-left: 4px;
  border: 0;
}
#main-navigation ul#primary-menu li.facebook a,
#main-navigation ul#primary-menu li.instagram a {
  padding: 0;
}
#main-navigation ul#primary-menu li.facebook a {
  padding-right: 3px;
  font-size: 25px;
}
#main-navigation ul#primary-menu li.instagram a {
  padding-left: 3px;
  font-size: 25px;
}
#main-navigation ul#primary-menu div.wpml-ls.wpml-ls-legacy-dropdown img.wpml-ls-flag {
  width: 25px;
  height: 35px;
  clip-path: circle(10px at center);
  -webkit-clip-path: circle(10px at center);
}
@media (max-width: 600px) {
  .pelle-slider-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 2px;
  }
}
@media (min-width: 1500px) {
  #video div.abs::after {
    bottom: -90px !important;
  }
}
/********
Her starter alt
*****/

div.overlaydd {
  background-color: #1d1d1b;
  position: absolute;
  height: 100%;
  width: 100%;
}
#video div.abs::after {
  content: "";
  background-image: url("/wp-content/uploads/2017/10/pil.svg");
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -59px;
}
body.page-template-page-kontakt .pelle-slider-overlay {
  background: none;
}
.content_kontakt_inner .wpcf7-form .wpcf7-submit {
  padding: 12px 22px !important;
  font-size: 17px !important;
}
.wpcf7-response-output {
  color: black !important;
}
div.wpml-ls-statics-shortcode_actions ul {
  display: flex;
  justify-content: space-around;
}
div.wpml-ls-statics-shortcode_actions ul li {
  padding: 0;
  margin: 0 1px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  width: 21px !important;
  height: auto !important;
}
@media (min-width: 650px) and (max-width: 900px) {
  .price-row .price-item {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .price-row .price-item {
    width: 100%;
  }
}
.wpml-ls-sub-menu {
  background: none !important;
  display: flex;
  border: none !important;
  flex-direction: column;
  box-shadow: none !important;
}
.wpml-ls-legacy-dropdown a {
  background: none !important;
  color: white;
  border: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: -9px;
}
#main-navigation .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu {
  top: 18px;
  left: -23px;
}
#main-navigation .wpml-ls-legacy-dropdown ul::before {
  background: none !important;
}
ul.wpml-ls-sub-menu li:first-child a {
  margin-bottom: -5px !important;
  margin-top: 3px;
}
@media (min-width: 1600px) {
  #main-navigation ul li ul li a {
    padding: 5px 28px;
    font-size: 17px;
  }
}
body.page-template-page-varelseunderside-php .center_content:after {
  display: none;
}
.socialeikonerheader {
  display: flex;
  justify-content: space-between;
  width: 6%;
}
.socialeikonerheader li.facebook,
.socialeikonerheader li.instagram {
  margin-left: 10px;
}
.pelle-slider-overlay:after {
  content: "";
  display: block;
  width: 50px;
  background-image: url(/wp-content/uploads/2017/10/pil.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  height: 50px;
  position: absolute;
  bottom: 20px;
  width: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.btnnormal {
  background-color: transparent;
  color: #c41230;
}
/*==================== 05/03/2018 ====================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* styles only for IE10 + */
  #main-logo img {
    width: 190px !important;
    margin-top: 20px !important;
  }
  #main-navigation ul#primary-menu div.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    margin-top: -4px !important;
    margin-right: -3px !important;
  }
}
/*==================== end 05/03/2018 ====================*/

header#main-header {
  position: relative;
}

.acf-cta-popup {
  position: fixed;
  left: 50%;
  top: 50vh;
  z-index: 1000;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  max-width: 650px;
  width: 100%;
}

.acf-cta-popup-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c41239;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.acf-cta-popup p {
  padding: 0px 50px;
  font-size: 15px;
  color: #333333;
}

.acf-cta-popup .popup-title {
  padding: 20px 50px 10px;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0px;
}

.acf-cta-popup a.acf-cta-button {
  background-color: #c41230;
  color: #fff;
  margin-left: 40px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 8px 20px;
  font-weight: bold;
  border-radius: 5px;
}

.acf-cta-popup a.acf-cta-button:hover {
  background-color: #9c0a23;
}

.acf-cta-cover-image {
  height: 240px;
  background-size: cover;
}

@media (min-width: 1100px) {
  #main-logo h1,
  #main-logo img {
    width: 150px !important;
  }
}

@media (max-width: 500px) {
  .acf-cta-cover-image {
    display: none;
  }
}
.prices-wrapper .price-row:nth-child(2) .price-item:last-of-type thead tr th:first-of-type {
  color: transparent;
}
.kalender {
  width: 100% !important;
}

@media (max-width: 700px) {
  .mobile-language-switcher-wrapper {
    /*display: none;*/
    margin-top: 0px !important;
    position: absolute;
    top: 0px;
    right: 20px;
    left: inherit;
    background: transparent;
    z-index: 999999999;
    width: auto;
    padding: 0px;
  }
  #main-navigation {
    margin-top: 7px;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-flag {
    margin-right: 5px;
  }
  ul.wpml-ls-sub-menu li a {
    margin-bottom: 0px !important;
    margin-top: 6px;
    background: white !important;
    color: black;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: white;
  }
  html {
    margin-top: 0px;
  }
  /*	#navigation-wrapper #primary-menu.menu .wpml-ls-statics-shortcode_actions {
		display: block!important;
		margin-right: 0px!important;
		position: absolute;
		bottom: 18px;
		left: 5px;
	}*/
}

.copyrights {
  padding: 40px 20px;
  padding-top: 0px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyrights .footer-sidebar1 {
  display: flex;
  align-items: center;
  gap: 15px;
}

/*
custom-prices-andreas
*/
.custom-prices-andreas {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.custom-prices-andreas .beskrivelse {
  margin-top: 40px;
}

.custom-prices-andreas .beskrivelse p {
  font-size: 14px;
}

.custom-prices-andreas .price-row {
  width: 70%;
}

.custom-prices-andreas .price-row thead tr th:first-of-type {
  opacity: 0%;
}
.custom-prices-andreas .price-row tbody tr:not(:empty) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.custom-prices-andreas .price-row .price-item {
  width: 100%;
}

.custom-prices-andreas .beskrivelse {
  width: 28%;
}

@media (max-width: 777px) {
  .custom-prices-andreas {
    flex-direction: column;
  }
  .custom-prices-andreas .beskrivelse {
    width: 100%;
  }
  .custom-prices-andreas .price-row {
    width: 100%;
  }
}

.lp-sleekpeek-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;

  padding: 12px 22px;
  z-index: 9999;
  background-color: #c41230;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
