/*
Theme Name: PIP Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@keyframes fieldFocus {
  0% {
    background-color: #f9f9f9;
  }
  100% {
    background-color: #ffffff;
  }
}
img {
  border-radius: 8px !important;
}

blockquote {
  font-family: "PT Serif", serif !important;
  line-height: 1.3em !important;
  margin-bottom: 50px !important;
  color: #2c8067 !important;
}
blockquote:before {
  border: none !important;
}

#menu-hovedmenu-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
#menu-hovedmenu-2 a:hover {
  color: #3a3939 !important;
}
#menu-hovedmenu-2 li {
  margin-right: 10px;
  list-style: none;
}
#menu-hovedmenu-2 li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}

.yrm-btn-wrapper,
.yrm-toggle-expand {
  width: 100% !important;
  border: none !important;
}

.yrm-button-text-span,
.alm-load-more-btn {
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 60px !important;
  background-color: #2c8067 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  font-size: 22px !important;
  cursor: pointer !important;
  height: 60px !important;
}
.yrm-button-text-span:disabled,
.alm-load-more-btn:disabled {
  display: none !important;
}

#aktivitet_stor .alm-load-more-btn {
  display: none !important;
}

.alm-btn-wrap {
  display: flex !important;
  justify-content: center !important;
}

.sponsorlogo {
  text-align: center;
  margin-top: 70px !important;
}
.sponsorlogo .img-with-aniamtion-wrap {
  display: inline-block !important;
  padding: 0 50px;
  vertical-align: middle;
}
.sponsorlogo img {
  max-height: 70px !important;
  max-width: 230px !important;
  width: auto;
  display: inline-block;
}

#globalfooter .iwt-icon,
#globalfooter .icon-default-style {
  color: #ffffff !important;
  height: auto !important;
  font-size: 50px !important;
  margin-top: 5px !important;
  margin-right: 20px !important;
}

.wpcf7-form #medlemform {
  margin-bottom: 100px !important;
}
.wpcf7-form textarea,
.wpcf7-form input {
  font-family: "PT Serif", serif !important;
  font-size: larger !important;
  border: 1px solid black !important;
  border-radius: 8px !important;
}
.wpcf7-form #postnummerby p {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 30px;
}
.wpcf7-form #postnummerby .wpcf7-form-control-wrap:first-child {
  flex: 0 0 25%;
  padding-right: 40px;
}
.wpcf7-form #postnummerby .wpcf7-form-control-wrap:last-child {
  flex: 1;
}
.wpcf7-form input[name=Postnummer],
.wpcf7-form input[name=By] {
  width: 100% !important;
}
.wpcf7-form input[type=submit] {
  width: 200px !important;
  padding: 0 150px !important;
  font-size: large !important;
  border: none !important;
  background-color: #dc4b00 !important;
  color: #ffffff !important;
}
.wpcf7-form .wpcf7-textarea {
  height: 80px !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  border-radius: 8px !important;
  color: #3a3939 !important;
  background-color: rgba(220, 75, 0, 0.3);
}

.aktivitet h2, .aktivitet a,
.aktivitet_lille h2,
.aktivitet_lille a {
  color: #3a3939 !important;
  font-size: 20px !important;
  line-height: 20px !important;
}
.aktivitet h3,
.aktivitet_lille h3 {
  font-size: 20px !important;
  line-height: 20px !important;
}

.aktivitet_lille {
  margin-bottom: 20px;
}
.aktivitet_lille img {
  border-radius: 8px !important;
}

.dato {
  font-family: "PT Serif", serif !important;
  color: #dc4b00 !important;
  font-weight: bold !important;
  line-height: 18px !important;
  font-size: 16px !important;
}

.aktivitetinfo {
  font-family: "PT Serif", serif !important;
  font-size: larger;
  color: #2c8067;
}
.aktivitetinfo .label {
  font-size: large;
  color: #3a3939;
  font-weight: bold !important;
}
.aktivitetinfo div {
  margin-top: 20px;
}

.pipbillede {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #2c8067;
}
.pipbillede img {
  display: block !important;
  width: 100%;
}

.pip_billede {
  position: relative;
  display: inline-block;
}
.pip_billede img {
  width: 100%;
  height: auto;
  display: block;
}
.pip_billede .label {
  border-radius: 4px;
  height: 50px;
  position: absolute;
  padding: 5px 40px 0 !important;
  background-color: #dc4b00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pip_billede .label h6 {
  font-size: large;
  color: #ffffff !important;
}
.pip_billede .vt {
  top: -15px !important;
  left: 15px !important;
}
.pip_billede .vb {
  bottom: -15px !important;
  left: 15px !important;
}
.pip_billede .ht {
  top: -15px !important;
  right: 15px !important;
}
.pip_billede .hb {
  bottom: -15px !important;
  right: 15px !important;
}

.team-member .description {
  border: none !important;
}

.filer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.filer .filer_col {
  flex: 0 1 auto;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}
.filer .filer_col h4 {
  width: 100%;
  text-align: center;
  color: #2c8067;
  text-decoration: underline;
  margin-bottom: 20px;
}
.filer .filer_col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filer .filer_col ul li {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0;
  margin-bottom: 10px;
  height: 50px;
  font-size: xx-large;
}
.filer .filer_col ul li .pdficon {
  margin-left: 10px;
  border-radius: 0 !important;
  width: 40px !important;
  height: auto;
  margin-right: 5px;
}
.filer .filer_col ul li a {
  color: #2c8067;
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.news-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  padding: 20px;
}
.news-item .news-image {
  flex: 1;
  border-radius: 8px !important;
}
.news-item .news-content {
  flex: 1;
  padding: 0 40px;
}
.news-item .news-date {
  font-family: "PT Serif", serif !important;
  color: #2c8067;
  line-height: 18px !important;
  font-size: 16px !important;
}
.news-item .news-date::first-letter {
  text-transform: uppercase;
}
.news-item .news-excerpt {
  padding-top: 0 !important;
}
.news-item .news-title {
  line-height: 20px !important;
  padding: 10px 0 !important;
}
.news-item .news-title a {
  color: #3a3939 !important;
  line-height: 20px !important;
  font-size: 30px !important;
}
.news-item:nth-child(odd) {
  flex-direction: row;
}
.news-item:nth-child(even) {
  flex-direction: row-reverse;
}

.single-nyhed .heading-title,
.single-nyhed .entry-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nyheddato p {
  font-family: "PT Serif", serif !important;
  font-size: larger;
  color: #2c8067;
  margin-bottom: 30px !important;
}

.aktivitet .aktivitetdato {
  font-family: "PT Serif", serif !important;
  font-size: larger !important;
  text-transform: capitalize;
  display: inline-block;
  background-color: #99b9ab;
  color: #ffffff !important;
  padding: 16px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.aktivitet .aktivitetdato .sw-acf-field-label {
  display: none;
}
.aktivitet .aktivitetdato::before {
  content: "\e057";
  font-family: "iconsmind" !important;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.aktivitet .post-featured-img {
  display: none !important;
}
.aktivitet .aktivitetdato {
  font-family: "PT Serif", serif !important;
  font-size: larger !important;
  text-transform: capitalize;
}
.aktivitet .sw-acf-field-label {
  display: block;
  color: #2c8067 !important;
  font-weight: bold;
}

.video_filter {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
.video_filter .slick-btn {
  font-family: "PT Serif", serif !important;
  display: inline-block;
  font-size: large !important;
  border: none !important;
  padding: 5px 10px !important;
  color: #99b9ab !important;
}
.video_filter .slick-btn:hover {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
.video_filter .slick-btn-active {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}

.slick .slick-arrow {
  margin-top: -14% !important;
  transform: scale(2);
}
.slick .slick-next:before,
.slick .slick-prev:before {
  font-size: 60px !important;
}
.slick .slick-slide {
  padding: 0 10px;
  height: 600px;
  position: relative;
  margin: 0 auto;
}
.slick .slick-slide img {
  margin-bottom: 80px;
}
.slick .filmtitel,
.slick .description {
  color: #ffffff !important;
  display: block;
}
.slick .slick-current .filmtitel,
.slick .slick-current .description {
  display: block;
}

.scale .slick-slide {
  padding: 0 5px;
}
.scale .slick-slide .filmtitel,
.scale .slick-slide .description {
  margin-left: -40% !important;
  width: 180% !important;
  display: none;
}
.scale .slick-slide img {
  transition: transform 0.3s ease;
  transform: scale(0.7);
}
.scale .slick-current .filmtitel,
.scale .slick-current .description {
  margin-left: -40% !important;
  width: 180% !important;
  display: block;
}
.scale .slick-current img {
  transition: transform 0.3s ease;
  transform: scale(1);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: relative;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  height: 80%;
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #ffffff;
  font-size: 128px;
  font-weight: bold;
  cursor: pointer;
}

#youtube-video {
  width: 90%;
  height: 90%;
}

.nf-form-content {
  width: 100% !important;
  margin: 0 auto;
}
.nf-form-content textarea,
.nf-form-content input {
  font-family: "PT Serif", serif !important;
  font-size: larger !important;
  border: 1px solid black !important;
  border-radius: 8px !important;
}
.nf-form-content #nf-field-10-container {
  margin-right: 0px !important;
}
.nf-form-content .nf-field-container {
  margin-bottom: 20px;
  width: 100% !important;
}
.nf-form-content .nf-field-label label {
  font-family: "PT Serif", serif !important;
  color: #3a3939;
  margin-bottom: 8px;
  display: block;
}
.nf-form-content .ninja-forms-req-symbol {
  color: #dc4b00;
  margin-left: 3px;
}
.nf-form-content #nf-field-17 {
  width: 200px !important;
  padding: 0 !important;
  font-size: large !important;
  border: none !important;
  background-color: #dc4b00 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  cursor: pointer;
  height: auto !important;
  padding: 10px 30px !important;
}
.nf-form-content #nf-field-17:hover {
  background-color: #a93a00 !important;
}
.nf-form-content .nf-error .nf-field-element input {
  border-color: #dc4b00 !important;
}
.nf-form-content .nf-error-msg {
  color: #3a3939 !important;
  font-size: 13px;
  margin-top: 5px;
  border-radius: 8px !important;
  background-color: rgba(220, 75, 0, 0.3);
  padding: 5px 10px;
}
.nf-form-content .hidden-container {
  display: none;
}
.nf-form-content textarea {
  height: 80px !important;
}

@media only screen and (max-width: 768px) {
  .nf-form-content {
    padding: 0;
  }
  .nf-form-content .one-half {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .news-content {
    padding: 0 !important;
  }
  .news-item {
    flex-direction: column;
    gap: 0;
  }
  .news-item:nth-child(odd), .news-item:nth-child(even) {
    flex-direction: column;
  }
  .news-item .news-title a {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}/*# sourceMappingURL=style.css.map */