/*!
Theme Name: Kiropraktoren
Theme URI: http://underscores.me/
Author: Codemakers
Author URI: https://codemakers.dk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiropraktoren
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kiropraktoren is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.light-dark .all-grid__item:after {
    background-color: rgb(4 82 76 / 39%);
	
}
.single .newsletter {
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
}
.text-container.bg-green a {
    color: white;
	text-decoration: none;
	position: relative;
}
.text-container.bg-green a.btn--secondary-neg {
        color: #008b80;
}
.text-container.bg-green a.btn:after {
	display: none!important;
}
.text-container.bg-green a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transform: scale(0);
    transform-origin: center;
    transition: .15s ease-in-out;
    bottom: 0;
    left: 0;
}
.text-container.bg-green a:hover:after {
    transform: scale(1);
}
div#mce-responses, .mce_inline_error {
    margin-top: 10px;
    text-align: center;
}
.footer__list a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transform: scale(0);
    transform-origin: center;
    transition: .15s ease-in-out;
    bottom: 0;
    left: 0;
}
.navigation__inner button.is-active i {
    display: block;
}
#burger { max-width:23px; }
.iln__body:after, .pills:after {
background: linear-gradient(90deg,rgba(0,139,128, 0%),#008b80);
}
.medium-dark .breadcrumbs:after {
background: linear-gradient(90deg,rgba(0, 91, 84, 0%),#005b54);
}
.dark .breadcrumbs:after {
background: linear-gradient(90deg,rgba(0, 60, 56, 0%),#003c38);
}
body .green-box {
    margin-left: 0rem;
    margin-right: 0rem;
}
.results__block.results__block--has-pills {
    display: none;
}
.pills__inner a {display: none;}
.footer__list a { position: relative; }
	.modal-window-above { 
	font-size: 1.6rem!important;
    line-height: 2.2rem;
	font-weight: normal;
	}
@media only screen and (min-width: 768px) {

.footer__list a.is:after, .footer__list a:hover:after {
    transform: scale(1);
}
}
.light-dark {
  background-color: #007168;
}
.page-template-search .results {
    padding-bottom: 120px!important;
}
.acc > .container > .box {
    padding-left: 0;
    padding-right: 0;
}
.title-block {
    align-items: center;
}
.navigation {
    box-shadow: none;
}
.articles__sec::-webkit-scrollbar {
  display: none;
}
/* main.archive {
  padding: 17.2rem 0 13.4rem;
} */
.hidden {
  display: none
}
.highlighted, .text-container .activated{
	cursor: pointer;
	background-color: #008b80;
  color: #fff;
  padding: 0 0.7rem .1rem;
  border-radius: 1.6rem;
}
.modal-window-above {
  position: absolute;
  background-color: #008b80;
  z-index: 10;
  width: 316.75px;
  padding: 17px 13px 25px 17px;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
  /* filter: drop-shadow(0 2px 2px #aca6a6); */
}
.explanation-modal .explanation-word{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.42px;
  padding-bottom: 1rem;
  font-weight: bold;
}
.explanation-modal .explanation-desc{
  display: inline-block;
  width: 100%;
  color: #fff;
}
.explanation-modal.rightoriented {
	left: auto!important;
    right: 0!important;
    transform: translateX(0)!important;
}
.explanation-modal.leftoriented {
    left: 0!important;
    transform: translateX(0)!important;
}
.explanation-modal.leftoriented:before {
    left: 11%!important;
}
.explanation-modal.rightoriented:before {
    left: 89%!important;
}
.explanation-modal.centered {
    left: 50%!important;
    transform: translateX(-50%)!important;
}
.explanation-modal.centered:before {
    left: 50%!important;
    /* transform: translateX(-50%)!important; */
}
.found-in-explanation {
    position: relative;
}
.swiper-container {
    overflow: visible;
}
.accordeon__icon div:before {
    width: 50%;
    left: 25%;
	height: 2px;
}
.accordeon__icon div:after {
    height: 50%;
    top: 25%;
	width: 2px;
}
.modal-window-above::before {
    content: " ";
    left: 50%;
    /* border-top: 16px solid #008b80;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%); */
    box-shadow: -2px 2px 2px 0 rgb(0 0 0 / 30%);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
    background: #008b80;
    bottom: -15px;
}
.modal-window {
    font-size: 16px;
    position: absolute;
    background-color: #008b80;
    z-index: 10;
    width: 316.75px;
    padding: 17px 13px 13px 17px;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    /* filter: drop-shadow(0 2px 2px #aca6a6); */
}
.modal-window::before {
    content: " ";
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
    background: #008b80;
    top: 0;
}
.color-white *:not(.btn) {
  color: white;
}
.page .container-md > img {
  max-width: 100%;
}
.bg-green .found-in-explanation--inner.highlighted {
  background: white;
  color: #008b80;
}
.newsletter h3,
.newsletter button {
  color: white
}
.reach.bg-green,
.find.bg-green {
  background-color: #008b80;
}
.find.bg-white {
  background-color: white;
}
.page-id-403 .header__inner {
   position: relative;
}
.btn {
	height: auto;
}
.grid .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-grid > .pd-vr-lg {
  padding-bottom: 0;
}
.acc .bg-white .accordeon, .acc .bg-white .accordeon__icon {
  border-color: black
}
.acc .bg-white .accordeon__icon {
  border-color: #008b80
}
.acc .bg-white .accordeon__icon div:after, .acc .bg-white .accordeon__icon div:before {
  background-color: #008b80;
}
.acc .bg-white .accordeon__head:hover {
  color: #008b80;
}
input#map-search {
    color: #111;
}
i.close svg {
    stroke: #fff;
}
.close_search {
	font-size: 1.6rem;
	    position: absolute;
    top: 1rem;
    right: 4rem;
}
@media only screen and (min-width: 550px) {
.play-button {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
	width: 80px!important;
	height: 80px!important;
}
.play-button:hover {
    transform: translate(-50%,-50%)  scale(1.1)!important;
}
}
@media only screen and (min-width: 768px) {
.bliv-hero {
    padding-bottom: 8.4rem;
}
}
@media only screen and (max-width: 767px) {
.close_search {
	top: -1.2rem;
    right: 2rem;
}
	    
}