@charset "UTF-8";
/*!
Theme Name: Larus Digital
Version: 1.0
License: Copyright . All Rights Reserved.
Tags: 
*/
/*1472*/
/* gm-opacity ($animation-name) 3s (duration) 1 (iterations) */ /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  color: rgb(18, 18, 18);
}
a:hover, a:focus {
  color: #FF0066;
}

html {
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

body {
  font-family: "hind", sans-serif;
  font-feature-settings: "liga" 1, "onum" 1;
  color: rgb(18, 18, 18);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    font-family: "hind", sans-serif;
  }
}
@supports (font-variant-ligatures: common-ligatures) {
  body {
    font-feature-settings: normal;
    font-variant-ligatures: common-ligatures;
  }
}
@supports (font-variant-numeric: oldstyle-nums) {
  body {
    font-feature-settings: normal;
    font-variant-numeric: oldstyle-nums;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hind", sans-serif;
  font-weight: 400;
  margin: 0 0 0.75rem;
  line-height: 1.3;
  color: rgb(18, 18, 18);
}

h1 {
  font-size: 2.027rem;
}

h2 {
  font-size: 1.802rem;
}

h3 {
  font-size: 1.602rem;
}

h4 {
  font-size: 1.266rem;
}

h5 {
  font-size: 1.266rem;
}

h6 {
  font-size: 1.266rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

p + h2,
p + h3,
p + h4 {
  margin-top: 1.5rem;
}

/*
p+p {
    margin-top: 0;
    text-indent: $spacing-medium;
}
*/
dl,
ol,
ul {
  font-size: 1.125rem;
}

small {
  font-size: 1rem;
}

pre,
code,
samp {
  font-size: inherit;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-x: scroll;
  background-color: rgb(102, 102, 102);
  color: rgb(238, 238, 238);
  font-weight: 700;
  padding: 1rem;
  border-radius: 0.25rem;
}

code {
  color: rgb(238, 238, 238);
}

b,
strong {
  font-family: "hind", sans-serif;
  font-weight: 600;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(18, 18, 18);
}

blockquote {
  box-sizing: border-box;
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: rgb(216, 216, 216);
}

blockquote p {
  quotes: "“" "”" "‘" "’";
  font-family: "hind", sans-serif;
  font-size: 1.424rem;
}

blockquote p:last-of-type,
blockquote p:only-of-type {
  margin-bottom: 0.75rem;
}

blockquote p::before {
  content: open-quote;
  color: rgb(168, 16, 194);
}

blockquote cite {
  display: block;
  font-size: 1rem;
  font-style: normal;
}

blockquote cite:before {
  content: "— ";
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.content {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

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

.grid--spaced {
  grid-gap: 4rem;
}

.grid--alternating .row {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}

.grid--alternating .row:nth-child(even) > div:nth-child(2) {
  grid-row: 1;
  grid-column: 1;
}

.grid--alternating .row:nth-child(even) > div:nth-child(1) {
  grid-row: 1;
  grid-column: 2;
}

.grid--50 {
  grid-template-columns: 1fr 1fr;
}

.grid--80-20 {
  grid-template-columns: 8fr 2fr;
}

.grid--20-80 {
  grid-template-columns: 2fr 8fr;
}

.grid--20 {
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 900px) {
  .grid--25 {
    grid-template-columns: repeat(4, 1fr);
    background: none;
  }
}

@media (min-width: 900px) {
  .grid--33 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.intro {
  position: relative;
  z-index: 6;
}
@media (min-width: 900px) {
  .intro {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.intro div:nth-child(2) {
  text-align: center;
}
@media (min-width: 900px) {
  .intro div:nth-child(2) {
    animation: fadeInUp 2s 1;
    margin-top: -13vw;
  }
}

.intro div:nth-child(2) p {
  font-size: 1rem;
}

.intro div:nth-child(1) {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.intro h2 {
  border-bottom: 1px solid #46480A;
  color: #46480A;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}

.intro h2 + p {
  font-size: 1.5em;
  font-weight: bold;
  color: #46480A;
}

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.videos {
  grid-gap: 1px;
  border-top: 1px solid rgb(255, 255, 255);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header:after {
  content: "";
  display: block;
  max-width: 50%;
  height: 5px;
  background: #FF0066;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.header--page h2 {
  font-size: 3em;
  text-align: center;
}

.page-template-template-area .header--page {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.holebyhole {
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 4rem;
}

.hole {
  width: 100%;
}

.slides__controls {
  padding: 0 2rem 1.5rem 2rem;
  align-items: center;
  grid-gap: 4rem;
}

.slides__controls,
.slides__controls div {
  zoom: 1;
}
.slides__controls:before, .slides__controls:after,
.slides__controls div:before,
.slides__controls div:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.slides__controls:after,
.slides__controls div:after {
  clear: both;
}

.slides__controls:first-child {
  padding: 1rem;
  background: #45481f;
}

.slides__controls .previous {
  color: rgb(255, 255, 255);
  font-weight: bold;
  float: left;
  cursor: pointer;
  padding-left: 30px;
  background: url(images/ico--prev.svg) no-repeat left center;
}
@media (min-width: 900px) {
  .slides__controls .previous {
    font-size: 1.2em;
  }
}

.slides__controls .next {
  color: rgb(255, 255, 255);
  font-weight: bold;
  float: right;
  cursor: pointer;
  padding-right: 30px;
  background: url(images/ico--next.svg) no-repeat right center;
}
@media (min-width: 900px) {
  .slides__controls .next {
    font-size: 1.2em;
  }
}

.hole__wrapper {
  width: 100%;
  background: rgb(160, 160, 160);
  align-items: center;
}

.hole__info {
  padding: 2rem;
  text-align: center;
}

.hole__info h3 {
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .hole__info h3 {
    font-size: 3em;
  }
}

.hole__info h3 span {
  display: block;
  font-size: 0.5em;
  font-style: italic;
}

.hole__par {
  border: 1px solid rgb(255, 255, 255);
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 900px) {
  .hole__par {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .hole__par > div:nth-child(2) p {
    font-size: 2.8em;
  }
}

.hole__par > div:nth-child(2) p strong {
  font-weight: normal;
}

.hole__par p {
  margin-bottom: 0.25rem;
}

.hole__par p:last-child {
  margin-bottom: 0;
}

.hole__info p {
  color: rgb(255, 255, 255);
}

.hole__range p:nth-child(2) {
  color: rgb(255, 215, 3);
}

.hole__range p:nth-child(3) {
  color: rgb(201, 97, 64);
}

.slides__pager {
  margin: 0 0 1rem;
  text-align: center;
}

.slides__pager b {
  font-size: 1.5em;
  color: #46480A;
  display: inline-block;
  margin-right: 1rem;
}

.slides__pager strong {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 1rem;
}

.slides__pager strong a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
  color: rgb(255, 255, 255);
  line-height: normal;
  margin: 0;
  background: #46480A;
  padding: 1rem;
  min-width: 1rem;
  vertical-align: middle;
  border-radius: 50%;
}

.cycle-pager-active a {
  background: #9ea238 !important;
}

.history .row {
  align-items: center;
}

.history img {
  width: 100%;
}

.acf-map {
  width: 100%;
  height: 80vh;
  margin: 0;
}

.acf-map img {
  max-width: inherit !important;
}

.event {
  padding: 1rem;
  border: 1px solid #46480A;
}

.nGY2GThumbnailLabel {
  border-right: 1rem solid rgba(0, 0, 0, 0);
  text-align: left !important;
  box-sizing: border-box;
  padding: 0.5rem 1rem !important;
}

.nanogallery_gallerytheme_dark_nanogallery2 .nGY2GalleryMoreButtonAnnotation {
  background: #FF0066 !important;
  font-weight: bold !important;
}

.nGY2 .nGY2GThumbnailAlbumTitle,
.nGY2 .nGY2GThumbnailImageTitle {
  text-shadow: none !important;
  color: #fff !important;
  font-family: september, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .nGY2 .nGY2GThumbnailAlbumTitle,
.nGY2 .nGY2GThumbnailImageTitle {
    font-size: 0.65vw;
  }
}
.nGY2 .nGY2GThumbnailAlbumTitle,
.nGY2 .nGY2GThumbnailImageTitle:before {
  content: " ";
  display: block;
  height: 2px;
  background: #FF0066;
}

.nanogallery_gallerytheme_dark_nanogallery2 .nGY2GalleryMoreButtonAnnotation {
  background: #FF00665 !important;
  font-weight: bold !important;
}

.nGY2GThumbnailLabel {
  background: rgba(0, 0, 0, 0.46) !important;
  border-right: 1rem solid rgba(0, 0, 0, 0);
  text-align: left !important;
  box-sizing: border-box;
  padding: 0.5rem 1rem !important;
}

.project__item {
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid rgb(216, 216, 216);
  text-align: center;
}

.project__item p:last-child {
  margin-bottom: 0;
}

.banner {
  background-color: #5b5b5a;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem 2vw;
}
@media (min-width: 900px) {
  .banner {
    width: 100%;
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    text-align: left;
  }
}

@media (min-width: 900px) {
  .page-template-template-home .banner {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.banner--clicked {
  background: #303207;
  min-height: 100vh;
}

.banner h1 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.hero {
  background: #46480A;
  padding-bottom: 1rem;
  zoom: 1;
}
.hero:before, .hero:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.hero:after {
  clear: both;
}
@media (min-width: 900px) {
  .hero {
    background: transparent;
    padding-bottom: 0;
    position: relative;
    height: 95vh;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 4rem;
  }
}

.hero:before {
  content: " ";
  background: linear-gradient(180deg, #000 0%, rgba(20, 36, 80, 0) 100%);
  height: 95vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.hero .hero__image {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .hero .hero__image {
    height: 95vh;
    object-fit: cover;
    float: left;
  }
}

.hero h2 {
  box-sizing: border-box;
  padding: 2rem;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  z-index: 2;
  animation: fadeInDown 2s 1;
}
@media (min-width: 900px) {
  .hero h2 {
    position: absolute;
    top: 26%;
    left: 0;
    font-size: 3vw;
    padding: 0 6vw;
  }
}

.hero h2 span {
  display: block;
  color: white;
  font-size: 0.75em;
  margin-top: 1rem;
}
@media (min-width: 900px) {
  .hero h2 span {
    font-size: 2vw;
  }
}

.hero h2 span:before {
  content: "";
  display: block;
  height: 2px;
  background: #FF0066;
  margin: 0 auto 1rem;
  max-width: 50%;
}

.hero div.herocta {
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 900px) {
  .hero div.herocta {
    position: absolute;
    bottom: 8%;
    left: 0;
    z-index: 3;
  }
}

.hero a {
  display: inline-block;
  padding: 1rem 4rem;
  background: rgba(255, 0, 102, 0.85);
  color: white;
  text-decoration: none;
  border-radius: 2rem;
  font-size: 1.5em;
  animation: fadeIn 3s 1;
}

.strapline {
  background: #5b5b5a;
  text-align: center;
  padding: 2rem;
}

.strapline h2 {
  color: rgb(255, 255, 255);
  margin-top: 1rem;
  line-height: normal;
  margin-bottom: 0rem;
}
@media (min-width: 900px) {
  .strapline h2 {
    margin-top: 0;
    font-size: 3.5rem;
  }
}

.strapline p {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}
@media (min-width: 900px) {
  .strapline p {
    font-size: 1.8em;
  }
}

.ctas {
  background: #F0F3F2 url(images/bg_down.svg) no-repeat top center;
  padding: 100px 4vw 2rem;
}

@media (min-width: 900px) {
  .ctas__section {
    grid-gap: 2rem;
  }
}

.ctas__section div {
  text-align: center;
}
@media (min-width: 900px) {
  .ctas__section div {
    padding: 1rem;
    border-right: 1px solid #5b5b5a;
  }
}

.ctas__section div:last-child {
  border: none;
}

.ctas__section h3 {
  color: rgb(18, 18, 18);
  font-size: 1.8em;
  text-align: center;
}

.footer {
  background-color: #5b5b5a;
  padding: 8rem 6vw;
  border-top: 1px solid rgb(255, 255, 255);
}

.footer__navigation {
  margin-bottom: 4rem;
}
@media (min-width: 900px) {
  .footer__navigation {
    grid-gap: 4rem;
  }
}

.footer__navigation h2 {
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-weight: 500;
  margin: 0 0 2rem;
}

.footer__navigation ul,
.footer__navigation p {
  list-style: none;
  font-size: 1em;
  margin: 0 0 2rem;
  padding: 0;
  color: rgb(255, 255, 255);
}

.footer__navigation ul li {
  margin-top: 0.5rem;
}

.footer__navigation a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.copyright {
  border-top: 1px solid rgb(216, 216, 216);
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 2rem 0 0 0;
  font-size: 0.7em;
}

.copyright a {
  color: rgb(255, 255, 255);
}

.footer__logo {
  display: block;
  margin: 0 auto 4rem;
}

.fb {
  display: inline-block;
  text-decoration: none;
  padding: 10px 0 10px 42px;
  background: url(images/ico--fb.svg) no-repeat left center;
}

#menutoggle {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.navigation ul {
  list-style: none;
  padding: 0;
  line-height: normal;
  margin: 0;
}

.navigation a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
@media (min-width: 900px) {
  .navigation a {
    color: rgb(255, 255, 255);
  }
}

.navigation--main {
  zoom: 1;
}
.navigation--main:before, .navigation--main:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.navigation--main:after {
  clear: both;
}

.navigation--main > ul {
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  .navigation--main > ul {
    font-size: 0.8vw;
    display: block;
    float: right;
    font-weight: normal;
  }
}

.navigation--main > ul > li {
  margin-top: 1rem;
}
@media (min-width: 900px) {
  .navigation--main > ul > li {
    margin-top: 0;
    position: relative;
    display: inline-block;
    margin-right: 1.5rem;
    border-bottom: 5px solid transparent;
  }
}

.navigation--main > ul > li > ul {
  font-size: 0.85em;
  padding: 1rem 1rem;
  font-weight: normal;
}
@media (min-width: 900px) {
  .navigation--main > ul > li > ul {
    display: none;
  }
}

.navigation--main > ul > li:hover > ul {
  display: block;
}
@media (min-width: 900px) {
  .navigation--main > ul > li:hover > ul {
    font-size: 0.75vw;
    box-sizing: border-box;
    background-color: rgba(52, 58, 66, 0.85);
    border: 1px solid #FF0066;
    position: absolute;
    left: 0;
    top: auto;
    z-index: 150;
    margin-top: 5px;
    width: 15vw;
    box-shadow: 0px 10px 15px 9px rgba(16, 6, 6, 0.28);
  }
}

@media (min-width: 900px) {
  .navigation--main > ul > li > ul > li {
    margin-bottom: 1rem;
  }
}

.navigation--main > ul > li:hover > ul > li:last-child {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .navigation--main > ul > li:last-child {
    margin-right: 0;
  }
}

.navigation--main a {
  padding: 0.25rem;
  display: inline-block;
  transition: 0.3s;
}

.navigation--main > ul > li:hover,
.navigation--main > ul > li:focus,
.navigation--main > ul > li:active,
.navigation--main > ul > li.current_page_item,
.navigation--main > ul > li.current-menu-ancestor,
.customer-template-default .navigation--main > ul > li:nth-child(3) {
  border-bottom-color: #FF0066;
}

.navigation--main > ul > li:hover > ul > li a:hover,
.navigation--main > ul > li:hover > ul > li a:focus,
.navigation--main > ul > li:hover > ul > li a:active,
.navigation--main > ul > li:hover > ul > li.current_page_item a {
  color: #FF0066;
}

.navigation--main > ul > li:last-child:hover,
.navigation--main > ul > li:nth-child(7):hover,
.navigation--main > ul > li:last-child.current_page_item,
.navigation--main > ul > li:nth-child(7).current_page_item {
  border-color: transparent;
}

.navigation--main > ul > li:last-child > a,
.navigation--main > ul > li:nth-child(7) > a {
  border: 2px solid #FF0066;
  padding: 1rem;
  border-radius: 0.85rem;
}

.navigation--main input[type=checkbox]:checked ~ ul {
  display: block;
}

.navigation--main__togglebutton {
  position: absolute;
  right: 10px;
  top: 36px;
  color: rgb(255, 255, 255);
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 0.5rem;
  width: 25px;
  height: 21px;
  background: url("images/ico--burger.svg") no-repeat 0 0;
  text-indent: -9999999px;
}
@media (min-width: 900px) {
  .navigation--main__togglebutton {
    display: none;
    cursor: pointer;
  }
}

.navigation--main__togglebutton.navigation--main__togglebutton--clicked {
  background: url("images/ico--close.svg") no-repeat 0 0 !important;
}

.btn,
.gform_button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-primary,
.gform_button {
  color: rgb(255, 255, 255);
  background-color: #e93368 !important;
  border-radius: 3px;
}

.btn-primary:hover,
.gform_button:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-primary:active,
.gform_button:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-primary:disabled,
.btn-primary.is-disabled {
  opacity: 0.5;
}

.btn-outline,
.btn-outline:hover {
  border-color: currentcolor;
}

.btn-outline {
  border-radius: 3px;
}

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: 0.5;
}

.btn-small {
  padding: 0.25rem 0.5rem;
}

.btn-big {
  padding: 1rem 1.25rem;
}

.btn-narrow {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gform_button {
  padding: 1rem 1.25rem;
  width: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

th {
  text-align: left;
  font-weight: bold;
}

th,
td {
  padding: 0.75rem;
  line-height: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: 1px;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

tr:last-child td {
  border-bottom: 0;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid rgb(216, 216, 216) !important;
}

input[type=checkbox] {
  width: auto;
}

label {
  vertical-align: middle;
}

input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  height: 2.25rem;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
}

select {
  line-height: 1.75;
  padding: 0.5rem 0.5rem;
}

select:not([multiple]) {
  height: 2.25rem;
  vertical-align: middle;
}

textarea {
  line-height: 1.75;
  padding: 0.5rem 0.5rem;
}

.field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.field:focus,
.field.is-focused {
  outline: none;
  border-color: rgb(0, 105, 212);
  box-shadow: 0 0 0 2px rgba(0, 116, 217, 0.5);
}

.field:disabled,
.field.is-disabled {
  background-color: rgba(0, 0, 0, 0.125);
  opacity: 0.5;
}

.field:read-only:not(select),
.field.is-read-only {
  background-color: rgba(0, 0, 0, 0.125);
}

.field.is-success {
  border-color: #46480A;
}

.field.is-success:focus,
.field.is-success.is-focused {
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5);
}

.field.is-warning {
  border-color: rgb(255, 220, 0);
}

.field.is-warning:focus,
.field.is-warning.is-focused {
  box-shadow: 0 0 0 2px rgba(255, 220, 0, 0.5);
}

.field:invalid,
.field.is-error {
  border-color: rgb(255, 65, 54);
}

.field:invalid:focus,
.field:invalid.is-focused,
.field.is-error:focus,
.field.is-error.is-focused {
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}

label[for=input_2_7] {
  font-size: 1.2em !important;
  color: #46480A;
}

.ginput_total {
  border: none !important;
  font-size: 2rem !important;
  color: #46480A !important;
}

.page-id-35 .row p {
  color: rgb(255, 255, 255);
}
@media (min-width: 900px) {
  .page-id-35 .row p {
    font-size: 1.4vw;
  }
}

.page-id-35 .row {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #46480A;
  align-items: center;
}

.page-id-35 .row img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.page-id-35 .row p:last-child {
  margin-bottom: 0;
}

.page-id-35 .row > div:nth-child(2) {
  margin-top: 2rem;
  background: #46480A;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 4rem;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 0.5rem;
}
