/* Coolors Exported Palette - coolors.co/458591-88b1b9-132528-01161e-13293d */
/* RGB */
:root {
  font-size: 16px;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
  color: #01161e;
}

p, ul, ol, dl, table, tbody, td, th {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.2rem;
}

ul {
  margin-left: 2em;
}

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 100;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin-bottom: .8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.3rem;
  text-transform: none;
}

ul {
  margin: 0 0 2rem 2rem;
  padding: 0;
}

ul li {
  list-style-type: circle;
}

.readmore {
  display: inline;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 1.2em 1em;
  border-radius: 3px;
  border: 1px solid gray;
  text-decoration: none;
  color: gray;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  max-width: 220px;
  text-align: center;
}

.readmore:hover {
  background-color: orange;
  color: white;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-indent: 1em;
}

table th {
  font-weight: 600;
  padding: 1em 0;
  border-bottom: 2px solid black;
}

table tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}

table tbody td {
  border-bottom: 1px solid gray;
  padding: 1em 0;
}

blockquote {
  position: relative;
  border: 1px solid #a4897d;
  padding: 2em;
  background-color: #B9A49B;
  border-radius: 4px;
  max-width: 100%;
}

blockquote::before {
  content: 'Vidste du at...';
  font-family: "Oswald", sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 2rem;
  margin-bottom: 1.5em;
}

blockquote::after {
  content: '';
  background-image: url(images/Figur.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: 20px;
  height: 300px;
  width: 120px;
  display: none;
  z-index: 100;
}

@media screen and (min-width: 500px) {
  blockquote::after {
    display: block;
  }
}

blockquote p {
  font-size: 1.3rem;
  line-height: 1.85rem;
  font-style: italic;
  padding: 0;
  padding-top: 1em;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}

@media screen and (min-width: 500px) {
  blockquote p {
    margin-right: 100px;
  }
}

blockquote a:link, blockquote a:visited {
  color: rgba(0, 0, 0, 0.65);
}

@media screen and (min-width: 600px) {
  blockquote {
    max-width: 80%;
  }
}

.menuicon {
  display: block;
  border-radius: 2px;
  text-align: center;
  color: #cebfb9;
  padding: .3em .5em .3em .5em;
  font-size: 2rem;
  position: fixed;
  right: 4%;
  top: 15px;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.menuicon:hover {
  color: #B9A49B;
  background-color: black;
}

.overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 100;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.8rem;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  display: block;
  text-align: center;
  color: #B9A49B;
  padding: .45em 0;
  font-size: 4rem;
  position: fixed;
  right: 5%;
}

.mainmenu {
  max-width: 500px;
  margin: 0 auto;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu ul li {
  text-transform: uppercase;
  border-bottom: 1px solid #B9A49B;
  display: block;
  line-height: 2;
}

.footer_nav ul {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  margin-top: 2em;
  width: 100%;
}

.footer_nav ul li {
  list-style-type: none;
}

.footer_nav ul li a {
  text-decoration: none;
  border-bottom: 1px solid gray;
  display: block;
  padding: .5em 0;
  text-indent: 0;
  font-size: .85rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer_nav ul li a:hover {
  background: #B9A49B;
  color: black;
  text-indent: .5rem;
}

.footer_nav ul li:first-of-type {
  border-top: 1px solid gray;
}

.frontmenu {
  width: 100%;
  min-height: 120px;
  background-color: pink;
}

.frontmenu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 0;
  min-height: 120px;
  background: rgba(0, 0, 0, 0.95);
}

@media screen and (min-width: 600px) {
  .frontmenu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .frontmenu ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .frontmenu ul li a {
    padding: 50px;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
  }
  .frontmenu ul li a:hover {
    background-color: #B9A49B;
    color: black;
  }
}

.events {
  padding: 3em 0;
}

.dark {
  background-color: #F2EEE7;
}

.carousel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .carousel {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .carousel {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.frontpage_carousel {
  max-width: 1400px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1em;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .frontpage_carousel {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .frontpage_carousel {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.card {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 300px 1fr 1fr;
      grid-template-rows: 300px 1fr 1fr;
  overflow: hidden;
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 2em;
}

.card_img {
  overflow: hidden;
  height: 300px;
  grid-column: 1/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  position: relative;
}

.card img {
  height: 100%;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #ddd;
}

.card:nth-child(last) {
  margin-right: 0;
}

.date {
  grid-column: 1/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  z-index: 9;
  font-family: 'Oswald', sans-serif;
  background-color: #B9A49B;
  color: #333;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: 1em;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

.date_day {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

.date_month {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.title {
  z-index: 10;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: .8em;
  text-transform: uppercase;
  word-break: break-word;
  color: gray;
}

.content {
  position: relative;
  grid-column: 1/-1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
  padding: 1.5em 1em;
}

.content p {
  font-family: sans-serif;
  color: #01161e;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: .5em;
}

.btn {
  grid-column: 1/-1;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  background-color: #B9A49B;
  color: #333;
  display: block;
  padding: 1.2em .5em;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
}

.btn:hover {
  background-color: #a4897d;
}

.single_card {
  margin-top: 4em;
}

@media screen and (min-width: 800px) {
  .single_card {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
}

.single_card_img {
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  overflow: hidden;
  margin-bottom: 2em;
}

.single_card_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid gray;
}

@media screen and (min-width: 800px) {
  .single_card_img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    grid-row: 1/-1;
    margin-bottom: 1em;
  }
}

.single_card_content {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

@media screen and (min-width: 800px) {
  .single_card_content {
    grid-column: 2/-1;
    grid-row: 1/-1;
  }
}

.single_card_info {
  position: relative;
  background-color: #cebfb9;
  border: 1px solid #B9A49B;
  border-radius: 3px;
  padding: 1em;
}

.single_card_info h3 {
  margin: 0 0 1rem 0;
}

.single_card_info p {
  margin: 0 0 .5rem 0;
  padding: 0;
}

.single_card_info p span {
  font-weight: 600;
}

.booket {
  font-family: "Oswald", sans-serif;
  color: white;
  font-size: 2rem;
  padding: .3em;
  margin-top: 1em;
  text-align: center;
  background-color: darkred;
}

.booket_small {
  background-color: darkred;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  position: absolute;
  bottom: 10px;
  padding: 1em;
  width: 100%;
  text-align: center;
}

.extra_photos {
  margin: 1em 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}

.extra_photos img {
  display: block;
  margin-bottom: 1em;
  max-width: 100%;
}

.rooms {
  margin: 5rem 0;
  max-width: 1400px;
  margin: 0 auto;
}

.room_card {
  margin: 1em;
}

@media screen and (min-width: 1000px) {
  .room_card {
    margin: 0 auto;
    margin-bottom: 3rem;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 1fr 1fr 10%;
        grid-template-columns: 10% 1fr 1fr 10%;
    gap: 2rem;
    grid-auto-flow: dense;
  }
}

.room_card:nth-child(odd) .room_card_img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.room_card:nth-child(odd) .room_info {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.room_card:nth-child(even) .room_card_img {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}

.room_card:nth-child(even) .room_info {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: left;
}

.room_card_img {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 500px 1fr;
      grid-template-rows: 500px 1fr;
}

.room_card_img_main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  grid-column: 1/-1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border: solid 1px gray;
}

.room_card_img_thumbnails {
  margin-top: 12px;
  grid-column: 1/-1;
  grid-row: 2/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.room_card_img_thumbnails img {
  display: block;
  border: solid 1px gray;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.partners {
  --gap: 20px;
}

.partners {
  -webkit-columns: 290px;
          columns: 290px;
  -webkit-column-gap: var(--gap);
          column-gap: var(--gap);
}

.partners a:link, .partners a:visited {
  text-decoration: none;
}

.partners .partner_card {
  overflow: hidden;
  margin-bottom: var(--gap);
  border: 1px solid lightgray;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.partners .partner_card p {
  margin: 1rem 1rem 1.5rem 1rem;
}

.partners .partner_card img {
  overflow: hidden;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1em;
}

.partners .partner_card img a:link,
.partners .partner_card img a:visited {
  display: block;
  text-decoration: none;
  color: black;
  margin: 0;
}

.aktiviteter .post_thumnail {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.develop {
  position: fixed;
  display: block;
  top: 20%;
  left: 0;
  background-color: rgba(255, 0, 0, 0.85);
  z-index: 100000;
  padding: .5em 1em;
  color: white;
  font-family: "Roboto", sans-serif;
}

:root {
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #F2EEE7;
}

.full_page_img {
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: .2;
}

.container {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

.grid_3 {
  display: block;
}

@media screen and (min-width: 600px) {
  .grid_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
}

.grid_3 iframe {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.grid_3 .three {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.wide {
  max-width: calc( $width + 200px);
}

section h2 {
  text-align: center;
}

.postthumbnail {
  max-width: 100%;
  height: 540px;
  overflow: hidden;
  padding: 0 0 2em 0;
}

.postthumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.video, .header_img {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 900px) {
  .video, .header_img {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .video, .header_img {
    height: 620px;
  }
}

.header_img {
  display: block;
  /* background-image: url(http://nordicpark.local/wp-content/uploads/2020/09/100.jpg) */
  width: 100%;
  height: 55vh;
  background-size: cover;
}

.header_img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 900px) {
  .header_img {
    display: none;
  }
}

video#wp-custom-header-video {
  height: 100%;
  width: 100%;
}

.wp-custom-header-video-button {
  display: none;
}

.top_header {
  background-color: #cebfb9;
  background-color: white;
  opacity: 95%;
  height: 80px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.top_header h1 {
  margin: 0;
  padding: 0;
  color: #B9A49B;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 2rem;
  font-size: 2rem;
}

.top_header a:link {
  text-decoration: none;
}

.booking {
  max-width: 1300px;
  margin: 1em auto;
  padding: 1em 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


@media screen and (min-width: 900px) {
  .booking {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.btn_large {
  width: 100%;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 100;
  margin: .5em 0 0 0;
}


@media screen and (min-width: 900px) {
  .btn_large {
    margin: 0 .5em 0 0;
  }
  .btn_large:last-child {
    margin: 0;
  }
}

.btn_large a:link, .btn_large a:visited {
  background-color: rgba(194, 161, 100, 0.85);
  background-color: #B9A49B;
  border: 1px solid #af968c;
  display: block;
  line-height: 1.2;
  padding: .75em;
  color: black;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
}

.btn_large a:link:hover, .btn_large a:visited:hover {
  color: black;
  background-color: #a4897d;
}

.logo {
  max-width: 360px;
  margin: 0 auto;
}

.welcome, .testemonial {
  margin: 3em 1em 8em 1em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .welcome, .testemonial {
    margin-top: 6em;
  }
}

.grid_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  min-height: 100vh;
}

@media screen and (min-width: 850px) {
  .grid_2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.grid_2 img {
  min-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.feature_content {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2em 3em 2em;
  text-align: left;
}

@media screen and (min-width: 550px) {
  .feature_content {
    padding: 0 6em 3em 6em;
  }
}

.feature_content p {
  font-size: 1rem;
  line-height: 1.8rem;
}

.sites {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 10px;
}

.sites img {
  display: block;
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 650px) {
  .sites {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 700px) {
  .sites {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.site {
  position: relative;
}

.site_title {
  opacity: 1;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  background-color: #B9A49B;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.site_title h3 {
  margin: 0;
  padding: 1em;
  color: black;
}

.site_title:hover {
  background-color: #a4897d;
}

.site_title:hover h3 {
  color: black;
}

footer {
  padding: 4em 1em;
  text-align: center;
  background-color: #ddd;
  clear: both;
}

footer .some_icons {
  font-size: 1.4rem;
  opacity: .75;
}

footer .some_icons a:link, footer .some_icons a:visited {
  color: black;
}

footer p {
  opacity: .3;
  font-size: .85rem;
}

.testemonial {
  max-width: 900px;
  margin: 6em 1em;
}

@media screen and (min-width: 900px) {
  .testemonial {
    margin: 6em auto;
  }
}

.testemonial p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: gray;
  font-weight: 100;
}

.testemonial_author {
  font-style: italic;
}

.post_thumbnail {
  max-width: 100%;
  max-height: 360px;
  overflow: hidden;
}

.post_thumbnail img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.frontpage_event_btn {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border: 1px solid black;
  border-radius: 3px;
  max-width: 430px;
  padding: .5em 1.5em;
}

h3.frontpage_event_btn a {
  text-decoration: none;
  color: black;
}

.prefooter {
  padding: 3em 1em;
  margin-top: 4em;
  background: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  clear: both;
}

.prefooter p, .prefooter h4, .prefooter a {
  color: white;
}

.prefooter p {
  font-size: .8rem;
  font-weight: 100;
  margin-top: 0;
  padding: 0;
}

.prefooter h4 {
  margin-bottom: 1.2em;
}

.footer_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2em;
}

@media screen and (min-width: 600px) {
  .footer_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 900px) {
  .footer_grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.box_one form {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box_one form input, .box_one form textarea {
  display: block;
  width: 100%;
  border-radius: 2px;
  border: none;
  padding: .5rem;
  color: gray;
  font-size: .85rem;
  text-align: left;
}

.box_one form textarea {
  height: 80px;
  font-family: "Roboto", sans-serif;
}

.box_one form input[type="submit"] {
  color: black;
  text-align: center;
}

.box_one .nf-form-fields-required, .box_one .ninja-forms-req-symbol {
  display: none;
}

.box_one .nf-form-content input[type="button"] {
  background-color: #B9A49B !important;
  color: black !important;
  text-align: center !important;
  width: 100% !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.box_one .nf-form-content input[type="button"]:hover {
  background-color: #a4897d !important;
  cursor: pointer;
}

.box_one .nf-error, .box_one .nf-error-msg {
  font-family: "Roboto", sans-serif;
  font-size: .9rem;
}

.box_one .nf-form-content, .box_one .nf-form-wrap, .box_one .ninja-forms-form-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.nf-form-content {
  padding: 5px;
  max-width: 100% !important;
  margin: 0 !important;
  font-family: "Roboto", sans-serif;
}

.nf-form-content input[type="button"] {
  background-color: #B9A49B !important;
  color: black !important;
  text-align: center !important;
  width: 100% !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: 1.5em;
}

.nf-form-content input[type="button"]:hover {
  background-color: #a4897d !important;
  cursor: pointer;
}

.nf-form-content label {
  font-weight: 100 !important;
  font-size: 1rem;
}

.nf-form-fields-required {
  font-family: "Roboto", sans-serif;
  font-size: .8rem;
  opacity: .5;
  text-align: right;
  margin: 0;
  padding: 0;
}

form > * {
  width: 100%;
}

#nf-field-9 {
  height: 10ch;
}

img.alignleft, img.alignright, img.aligncenter {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border: 1px solid gray;
}

@media screen and (min-width: 1400px) {
  img.alignleft, img.alignright, img.aligncenter {
    max-width: 100%;
    height: auto;
    max-width: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    clear: both;
  }
  img.alignleft {
    float: left;
    margin: 1em 2em 1em -6em;
  }
  img.alignright {
    float: right;
    margin: 1em -6em 1em 2em;
  }
  img.aligncenter {
    float: none;
    max-width: 100%;
  }
}

.masonry-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
}

.masonry-grid-item {
  margin-bottom: .5em;
}

.masonry-grid-item img {
  border: 1px solid #333;
  max-width: 100%;
  height: auto;
}

.masonry-grid-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .5em;
}

.masonry-grid-col--2,
.masonry-grid-col--3,
.masonry-grid-col--4 {
  display: none;
}

@media (min-width: 550px) {
  .masonry-grid-col--2 {
    display: block;
  }
}

@media (min-width: 900px) {
  .masonry-grid-col--3 {
    display: block;
  }
}

@media (min-width: 1200px) {
  .masonry-grid-col--4 {
    display: block;
  }
}

.slb_details {
  display: none;
}

.page404 {
  margin-top: 3em;
  margin-bottom: 3em;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page404 h1, .page404 h2 {
  margin: 0;
}

/**     display: grid
 grid-template-columns: 1fr
 grid-gap: 1em
 padding: 3em 0
 @include break(500px)
 grid-template-columns: 1fr 1fr
 @include break(800px)
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) */
/** */
/** .u-gallery_card
 overflow: hidden
 border: 1px solid gray
 **/
/** img
 transition: 250ms
 &:hover
 transform: scale(1.1) **/
