@charset "UTF-8";
.stripped-rule {
  position: relative;
}
.stripped-rule::before {
  background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 150px, rgb(var(--color-white)) 150px, rgb(var(--color-white)) 300px);
  content: "";
  display: block;
  height: 70px;
  width: 100%;
}
@media (max-width: 991.96px) {
  .stripped-rule::before {
    background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 70px, rgb(var(--color-white)) 70px, rgb(var(--color-white)) 140px);
    height: 40px;
  }
}

.bg-gradient {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #fee9d6);
  background-image: -o-linear-gradient(top, #f8afb8, #fee9d6);
}

.bg-gradient-light {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #feebd7 50%);
  background-image: -o-linear-gradient(top, #f8afb8, #feebd7 50%);
}

.bg-wave {
  background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}
@media (max-width: 991.96px) {
  .bg-wave {
    height: 50px;
  }
}

@keyframes liquid {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}
.bg-wave-liquid {
  /* Liquid Effect Desktop Only & Non Safari Browsers */
  /* Use Wave Static on Safari */
}
@media (min-width: 992px) {
  body:not(.safari) .bg-wave-liquid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 40vh;
    background: rgba(0, 0, 0, 0);
    font-family: Roboto;
    overflow: hidden;
    transform: rotate(180deg);
  }
  body:not(.safari) .bg-wave-liquid:before, body:not(.safari) .bg-wave-liquid:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background-color: rgb(var(--color-blue-light));
    animation-name: liquid;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  body:not(.safari) .bg-wave-liquid:before {
    bottom: 15vh;
    border-radius: 45%;
    animation-duration: 10s;
  }
  body:not(.safari) .bg-wave-liquid:after {
    bottom: 12vh;
    opacity: 0.5;
    border-radius: 47%;
    animation-duration: 10s;
  }
}
body.safari .bg-wave-liquid {
  background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}
@media (max-width: 991.96px) {
  body.safari .bg-wave-liquid {
    height: 50px;
  }
}
@media (max-width: 991.96px) {
  .bg-wave-liquid {
    background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    /*
    &--animated {
    	animation: wavy-large 1.9s linear infinite;
    	-webkit-animation: wavy-large 1.9s linear infinite;
    	height: 130px;
    }
    */
  }
}
@media (max-width: 991.96px) and (max-width: 991.96px) {
  .bg-wave-liquid {
    height: 50px;
  }
}

@keyframes wavy {
  0% {
    background-position: center left 0px;
  }
  100% {
    background-position: center left -38px;
  }
}
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

h1, h2, h3, h4, h4, h5, h6, p, a {
  margin: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.stripped-rule {
  position: relative;
}

.stripped-rule::before {
  background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 150px, rgb(var(--color-white)) 150px, rgb(var(--color-white)) 300px);
  content: "";
  display: block;
  height: 70px;
  width: 100%;
}

@media (max-width: 991.96px) {
  .stripped-rule::before {
    background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 70px, rgb(var(--color-white)) 70px, rgb(var(--color-white)) 140px);
    height: 40px;
  }
}
.bg-gradient {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #fee9d6);
  background-image: -o-linear-gradient(top, #f8afb8, #fee9d6);
}

.bg-gradient-light {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #feebd7 50%);
  background-image: -o-linear-gradient(top, #f8afb8, #feebd7 50%);
}

.bg-wave {
  background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 991.96px) {
  .bg-wave {
    height: 50px;
  }
}
@keyframes liquid {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}
.bg-wave-liquid {
  /* Liquid Effect Desktop Only & Non Safari Browsers */
  /* Use Wave Static on Safari */
}

@media (min-width: 992px) {
  body:not(.safari) .bg-wave-liquid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 40vh;
    background: rgba(0, 0, 0, 0);
    font-family: Roboto;
    overflow: hidden;
    transform: rotate(180deg);
  }
  body:not(.safari) .bg-wave-liquid:before, body:not(.safari) .bg-wave-liquid:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background-color: rgb(var(--color-blue-light));
    animation-name: liquid;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  body:not(.safari) .bg-wave-liquid:before {
    bottom: 15vh;
    border-radius: 45%;
    animation-duration: 10s;
  }
  body:not(.safari) .bg-wave-liquid:after {
    bottom: 12vh;
    opacity: 0.5;
    border-radius: 47%;
    animation-duration: 10s;
  }
}
body.safari .bg-wave-liquid {
  background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 991.96px) {
  body.safari .bg-wave-liquid {
    height: 50px;
  }
}
@media (max-width: 991.96px) {
  .bg-wave-liquid {
    background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    /*
    &--animated {
    	animation: wavy-large 1.9s linear infinite;
    	-webkit-animation: wavy-large 1.9s linear infinite;
    	height: 130px;
    }
    */
  }
}
@media (max-width: 991.96px) and (max-width: 991.96px) {
  .bg-wave-liquid {
    height: 50px;
  }
}
@keyframes wavy {
  0% {
    background-position: center left 0px;
  }
  100% {
    background-position: center left -38px;
  }
}
html {
  color: c(black);
  background: #fff;
  font-size: 18px;
  line-height: 1.3;
  overflow-x: hidden;
  --appHeight: 100vh;
  --headerHeight: 105px;
  --appHeightAdjusted: calc(var(--appHeight) - var(--headerHeight));
  --heroHeight: calc(var(--appHeight) - var(--headerHeight));
}
@media (max-width: 767.96px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html {
    --headerHeight: 140px;
    --heroHeight: var(--appHeight);
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #feebd7 50%);
  background-image: -o-linear-gradient(top, #f8afb8, #feebd7 50%);
  color: rgb(var(--color-primary));
  font-family: var(--body-font-family);
  overflow: hidden;
  padding-top: 141px;
}

body.logged-in .header {
  top: 32px;
}

@media (max-width: 767.96px) {
  body.logged-in .header {
    top: 45px;
  }
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.site-width {
  margin: 0 auto;
  max-width: var(--site-width);
  width: 90%;
}

.site-width--small {
  max-width: 800px;
}

/*
@include mixin.media-down(md){
	.site-width {
		width:90%;
	}
}
*/
.skip-link {
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  width: 0;
}

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

.clear {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--header-font-family);
  letter-spacing: 0.5px;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  line-height: 1.1;
  font-weight: bold;
  margin: var(--h1-margin);
  color: rgb(var(--color-headline));
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  line-height: 1.1;
  font-weight: bold;
  margin: var(--h2-margin);
  color: rgb(var(--color-headline));
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  line-height: 1.1;
  font-weight: bold;
  margin: var(--h3-margin);
  color: rgb(var(--color-headline));
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  line-height: 1.1;
  font-weight: bold;
  margin: var(--h4-margin);
  color: rgb(var(--color-headline));
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  line-height: 1.1;
  font-weight: bold;
  margin: var(--h5-margin);
  color: rgb(var(--color-headline));
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  line-height: 1.1;
  font-weight: bold;
  margin: var(--h6-margin);
  color: rgb(var(--color-headline));
}

@media (max-width: 767.96px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-font-size) * 0.7);
  }
  h2,
  .h2 {
    font-size: calc(var(--h2-font-size) * 0.8);
  }
  h3,
  .h3 {
    font-size: calc(var(--h3-font-size) * 0.8);
  }
  h4,
  .h4 {
    font-size: calc(var(--h4-font-size) * 0.9);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5-font-size) * 0.9);
  }
  h6,
  .h6 {
    font-size: calc(var(--h6-font-size) * 0.9);
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

p {
  margin-bottom: 20px;
}

a {
  color: rgb(var(--color-blue));
  text-decoration: underline;
}
@media (pointer: fine) {
  a:hover, a.active {
    color: rgb(var(--color-blue-dark));
  }
}

.wysiwyg--classic {
  padding: 120px 0 140px;
}
.wysiwyg h1,
.wysiwyg .h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .wysiwyg h1,
  .wysiwyg .h1 {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 35px;
  }
}
.wysiwyg h2,
.wysiwyg .h2 {
  font-size: 40px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .wysiwyg h2,
  .wysiwyg .h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.wysiwyg h3,
.wysiwyg .h3 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .wysiwyg h3,
  .wysiwyg .h3 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.wysiwyg h4,
.wysiwyg .h4 {
  font-size: 25px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .wysiwyg h4,
  .wysiwyg .h4 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.wysiwyg h5,
.wysiwyg .h5 {
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .wysiwyg h5,
  .wysiwyg .h5 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.wysiwyg h6,
.wysiwyg .h6 {
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .wysiwyg h6,
  .wysiwyg .h6 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.wysiwyg h1 {
  color: white;
  text-transform: uppercase;
}
.wysiwyg h2 {
  color: rgb(var(--color-blue));
  text-transform: uppercase;
}
.wysiwyg h3 {
  color: rgb(var(--color-yellow));
}
.wysiwyg h4 {
  color: rgb(var(--color-orange));
}
.wysiwyg hr {
  margin: 40px 0;
}
.wysiwyg p {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 30px;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.96px) {
  .wysiwyg p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
.wysiwyg ol, .wysiwyg ul {
  line-height: 30px;
  margin-bottom: 25px;
  padding-left: 40px;
}
.wysiwyg ol li, .wysiwyg ul li {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767.96px) {
  .wysiwyg ol li, .wysiwyg ul li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.wysiwyg ol {
  list-style: auto;
}
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ul li::before {
  content: "•";
  color: #545862;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0;
}

.stripped-rule {
  position: relative;
}

.stripped-rule::before {
  background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 150px, rgb(var(--color-white)) 150px, rgb(var(--color-white)) 300px);
  content: "";
  display: block;
  height: 70px;
  width: 100%;
}

@media (max-width: 991.96px) {
  .stripped-rule::before {
    background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 70px, rgb(var(--color-white)) 70px, rgb(var(--color-white)) 140px);
    height: 40px;
  }
}
.bg-gradient {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #fee9d6);
  background-image: -o-linear-gradient(top, #f8afb8, #fee9d6);
}

.bg-gradient-light {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #feebd7 50%);
  background-image: -o-linear-gradient(top, #f8afb8, #feebd7 50%);
}

.bg-wave {
  background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 991.96px) {
  .bg-wave {
    height: 50px;
  }
}
@keyframes liquid {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}
.bg-wave-liquid {
  /* Liquid Effect Desktop Only & Non Safari Browsers */
  /* Use Wave Static on Safari */
}

@media (min-width: 992px) {
  body:not(.safari) .bg-wave-liquid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 40vh;
    background: rgba(0, 0, 0, 0);
    font-family: Roboto;
    overflow: hidden;
    transform: rotate(180deg);
  }
  body:not(.safari) .bg-wave-liquid:before, body:not(.safari) .bg-wave-liquid:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background-color: rgb(var(--color-blue-light));
    animation-name: liquid;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  body:not(.safari) .bg-wave-liquid:before {
    bottom: 15vh;
    border-radius: 45%;
    animation-duration: 10s;
  }
  body:not(.safari) .bg-wave-liquid:after {
    bottom: 12vh;
    opacity: 0.5;
    border-radius: 47%;
    animation-duration: 10s;
  }
}
body.safari .bg-wave-liquid {
  background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 991.96px) {
  body.safari .bg-wave-liquid {
    height: 50px;
  }
}
@media (max-width: 991.96px) {
  .bg-wave-liquid {
    background-image: url("/wp-content/themes/cocoplaya/assets/images/texture-wave.png");
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    /*
    &--animated {
    	animation: wavy-large 1.9s linear infinite;
    	-webkit-animation: wavy-large 1.9s linear infinite;
    	height: 130px;
    }
    */
  }
}
@media (max-width: 991.96px) and (max-width: 991.96px) {
  .bg-wave-liquid {
    height: 50px;
  }
}
@keyframes wavy {
  0% {
    background-position: center left 0px;
  }
  100% {
    background-position: center left -38px;
  }
}
.header {
  background-color: rgb(var(--color-pink));
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.home .header {
  background-color: rgba(245, 149, 160, 0);
  transition: background-color 0.3s ease;
}

.header.scrolling {
  background-color: rgb(245, 149, 160);
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
}

.header__logo {
  display: inline-block;
  padding: 20px 35px 20px 0;
  width: 30%;
}

.header__nav {
  text-align: right;
  width: 70%;
}
.header__nav li {
  display: inline-block;
  margin-right: 28px;
  overflow: hidden;
  padding-bottom: 8px;
}
.header__nav li.current_page_item a, .header__nav li.current-page-ancestor a {
  border-bottom: solid 3px rgb(var(--color-yellow));
}
.header__nav li a {
  color: rgb(var(--color-white));
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .header__nav li a:hover:not(li.current_page_item a):not(li.current-page-ancestor a):not(li:last-child a) {
    color: rgb(var(--color-yellow));
    position: relative;
  }
  .header__nav li a:hover:not(li.current_page_item a):not(li.current-page-ancestor a):not(li:last-child a)::after {
    background: url("/wp-content/themes/cocoplaya/assets/images/icons/wavy-4.svg") repeat 100%;
    background-size: 58px;
    animation: wavy 1.9s linear infinite;
    -webkit-animation: wavy 1.9s linear infinite;
    content: "";
    font-size: 25px;
    height: 11px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .header__nav li:nth-child(n+5) {
    display: none;
  }
  .header__nav li:last-child {
    display: inline-block;
  }
}
.header__nav li:last-child {
  background: rgb(var(--color-white));
  border-radius: 5px;
  margin-right: 0;
  padding: 8px 11px;
}
.header__nav li:last-child a {
  color: rgb(var(--color-blue));
}

.header__mobile-btns {
  display: none;
  text-align: center;
}
.header__mobile-btns a {
  background-color: rgb(var(--color-yellow));
  color: rgb(var(--color-blue));
  -ms-flex: 1;
      flex: 1;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.header__mobile-btns a:last-child {
  background-color: rgb(var(--color-blue));
  color: white;
}

/* Mobile Navigation Toggle UI */
.header__nav-toggle {
  cursor: pointer;
  display: none;
  height: 51px;
  margin: 0;
  position: absolute;
  right: 0px;
  width: 70px;
  z-index: 5;
  margin: auto;
  position: absolute;
  scale: 0.7;
  top: 15px;
}
.header__nav-toggle .inner {
  position: relative;
}
.header__nav-toggle .line {
  background: #fff;
  height: 5px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 40px;
  transition: 200ms all linear;
  transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-webkit-transform-origin: left center;
  will-change: transform, opacity, left, top;
}
.header__nav-toggle .line-two {
  top: 21px;
}
.header__nav-toggle .line-three {
  top: 34px;
}
.header__nav-toggle.nav-open .line {
  background: rgb(var(--color-blue));
}
.header__nav-toggle.nav-open .line-one {
  left: 20px;
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__nav-toggle.nav-open .line-two {
  opacity: 0;
}
.header__nav-toggle.nav-open .line-three {
  left: 19px;
  top: 40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

@media (max-width: 991.96px) {
  .header.nav-open {
    min-height: -webkit-fill-available;
  }
  .header.scrolling {
    top: 0 !important; /* Fix for Wordpress Admin Bar */
  }
  .header__wrap {
    display: block;
    padding-bottom: 0;
    padding-top: 17px;
    width: 100%;
  }
  .header__wrap.nav-open {
    background-color: rgb(var(--color-cream));
    width: 100%;
  }
  .header__wrap.nav-open .header__logo {
    opacity: 0;
  }
  .header__wrap.nav-open .header__mobile-btns {
    display: none;
  }
  .header__logo {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    padding: 3px 0 15px;
    width: 60%;
  }
  .header__nav {
    background: rgb(var(--color-cream));
    display: none;
    padding: 0;
    width: 100%;
  }
  .header__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .header__nav-list li {
    display: block;
    margin-bottom: 22px;
    margin-right: 0;
    -ms-flex-order: 1;
        order: 1;
    padding-left: 30px;
    text-align: left;
  }
  .header__nav-list li:last-child {
    -ms-flex-order: 0;
        order: 0;
    padding: 15px 30px;
    background: rgb(var(--color-blue));
    border-radius: 0;
  }
  .header__nav-list li:last-child a {
    color: rgb(var(--color-white));
  }
  .header__nav-list li a {
    color: black;
    font-size: 24px;
  }
  .header__nav-toggle {
    display: block;
  }
  .header__mobile-btns {
    display: -ms-flexbox;
    display: flex;
  }
}
.footer {
  background: #00B2C1;
  min-height: 300px;
  padding: 100px 0 140px;
  position: relative;
}
.footer--liquid {
  padding-top: 0;
}

.footer__wrap {
  -ms-flex-align: top;
      align-items: top;
  display: -ms-flexbox;
  display: flex;
}

.footer__col {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
@media (min-width: 992px) {
  .footer__col--col1 {
    max-width: 242px;
  }
  .footer__col--col2 {
    max-width: 68%;
    text-align: center;
  }
  .footer__col--col3 {
    max-width: 210px;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 30px;
}
.footer__logo svg {
  height: 260px;
  width: 100%;
}

.footer__address {
  text-align: center;
}
.footer__address p, .footer__address a {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.footer__address a {
  text-decoration: none;
}

.footer__branding svg {
  height: 350px;
  max-width: 350px;
  transition: transform 1s ease;
  width: 100%;
}
.footer__branding svg:hover {
  transform: scale(1.2);
}

@media (min-width: 992px) {
  .footer__social-icons {
    border-bottom: solid 1px white;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.footer__social-icon {
  display: inline-block;
  margin: 0 35px 0 0;
}
.footer__social-icon:last-child {
  margin-right: 0;
}
.footer__social-icon svg {
  color: white;
  height: 40px;
  width: 40px;
}
.footer__social-icon svg:hover {
  color: rgb(var(--color-pink));
}

.footer__link {
  color: black;
  display: block;
  font-size: 25px;
  margin-bottom: 6px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__link:hover {
  color: white;
}

@media (max-width: 991.96px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .footer__col {
    text-align: center;
  }
  .footer__logo svg {
    height: auto;
    width: 160px;
  }
  .footer__branding {
    margin-bottom: 60px;
  }
  .footer__branding svg {
    height: auto;
    max-width: 270px;
  }
  .footer__address {
    margin-bottom: 40px;
  }
  .footer__social-icons {
    border-top: solid 1px white;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
  .footer__link {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    font-size: 22px;
    max-width: 50%;
  }
}
.btn:focus {
  outline: none;
}

.btn {
  -ms-flex-align: center;
      align-items: center;
  -webkit-appearance: none;
          appearance: none;
  background: rgb(var(--color-blue));
  border-radius: 7px;
  color: rgb(var(--color-white));
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 5px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 250ms background ease, 250ms outline ease;
}

@media (pointer: fine) {
  a.btn:hover, a.btn.active, .btn:hover, .btn.active {
    color: rgb(var(--color-white));
    background: rgb(var(--color-blue-dark));
  }
}

.btn.btn--style-two {
  color: rgb(var(--color-white));
  background: rgb(var(--color-pink));
}
@media (pointer: fine) {
  .btn.btn--style-two:hover, .btn.btn--style-two.active {
    color: rgb(var(--color-white));
    background: rgb(var(--color-pink-light));
  }
}
