@charset "UTF-8";
.underline-gold {
  display: block;
  position: relative; }
  .underline-gold:after {
    content: '';
    height: 2px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 1rem;
    max-width: 960px;
    display: block;
    background: url("../images/gold_underline.jpg");
    background-size: cover;
    transition: all .5s; }

.has-bg-main {
  background-color: #fff; }

.has-bg-grey-light {
  background-color: #bfbfbf; }

.has-bg-grey-lighter {
  background-color: #f4f4f4; }

.has-bg-grey {
  background-color: #484848; }

.has-bg-grey-dark {
  background-color: #1e1e1e; }

.has-bg-grey-darker {
  background-color: #151515; }

.has-bg-accent {
  background-color: #e64d6b; }

.has-primary-color {
  color: #e64d6b; }

.has-primary-background-color {
  background-color: #e64d6b; }

.has-secondary-color {
  color: #06a0a5; }

.has-secondary-background-color {
  background-color: #06a0a5; }

.has-light-primary-color {
  color: #fdedf0; }

.has-light-primary-background-color {
  background-color: #fdedf0; }

.has-white-color {
  color: #ffffff; }

.has-white-background-color {
  background-color: #ffffff; }

.has-light-grey-color {
  color: #bfbfbf; }

.has-light-grey-background-color {
  background-color: #bfbfbf; }

.has-grey-color {
  color: #484848; }

.has-grey-background-color {
  background-color: #484848; }

.has-black-color {
  color: #000; }

.has-black-background-color {
  background-color: #000; }

.text-is-serif {
  font-family: "Noto Serif", serif; }

.is-style-block-title-xxsmall,
.text-is-xxsmall {
  font-size: 0.75rem !important; }

.is-style-block-title-xsmall,
.text-is-xsmall {
  font-size: 0.8275rem !important; }

.is-style-block-title-small,
.text-is-small {
  font-size: 0.88rem !important; }

.is-style-block-title-normal,
.text-is-medium {
  font-size: 1rem !important; }

.is-style-block-title-large,
.text-is-large {
  font-size: 1.5rem !important; }

.text-is-right {
  text-align: right !important; }

.text-is-centered {
  text-align: center !important; }

.text-is-left {
  text-align: left !important; }

.text-is-justified {
  text-align: justify !important; }

.line-height-small {
  line-height: 1.2em !important; }

.container.has-margin-xsmall,
.section.has-margin-xsmall,
.block.has-margin-xsmall {
  margin: 0.8rem; }

.container.has-margin-small,
.section.has-margin-small,
.block.has-margin-small {
  margin: 1.6rem; }

.container.has-margin-normal,
.section.has-margin-normal,
.block.has-margin-normal {
  margin: 2.4rem 1.6rem; }

.container.has-margin-medium,
.section.has-margin-medium,
.block.has-margin-medium {
  margin: 4.8rem 3.2rem; }

.container.has-margin-large,
.section.has-margin-large,
.block.has-margin-large {
  margin: 8rem 4.8rem; }

.container.has-margin-huge,
.section.has-margin-huge,
.block.has-margin-huge {
  margin: 11.2rem 6.4rem; }

.container.has-padding-xsmall,
.section.has-padding-xsmall,
.block.has-padding-xsmall {
  padding: 0.8rem 0.4rem; }

@media all and (min-width: 768px) {
  .container.has-padding-xsmall,
  .section.has-padding-xsmall,
  .block.has-padding-xsmall {
    padding: 0.8rem 0.4rem; } }

@media all and (min-width: 960px) {
  .container.has-padding-xsmall,
  .section.has-padding-xsmall,
  .block.has-padding-xsmall {
    padding: 0.8rem; } }

.container.has-padding-small,
.section.has-padding-small,
.block.has-padding-small {
  padding: 1.6rem 0.4rem; }

@media all and (min-width: 768px) {
  .container.has-padding-small,
  .section.has-padding-small,
  .block.has-padding-small {
    padding: 1.6rem 0.8rem; } }

@media all and (min-width: 960px) {
  .container.has-padding-small,
  .section.has-padding-small,
  .block.has-padding-small {
    padding: 1.6rem; } }

.container.has-padding-normal,
.section.has-padding-normal,
.block.has-padding-normal {
  padding: 2.4rem 0.4rem; }

@media all and (min-width: 768px) {
  .container.has-padding-normal,
  .section.has-padding-normal,
  .block.has-padding-normal {
    padding: 2.4rem 0.8rem; } }

@media all and (min-width: 960px) {
  .container.has-padding-normal,
  .section.has-padding-normal,
  .block.has-padding-normal {
    padding: 2.4rem 1.6rem; } }

.container.has-padding-medium,
.section.has-padding-medium,
.block.has-padding-medium {
  padding: 4.8rem 0.4rem; }

@media all and (min-width: 768px) {
  .container.has-padding-medium,
  .section.has-padding-medium,
  .block.has-padding-medium {
    padding: 4.8rem 0.8rem; } }

@media all and (min-width: 960px) {
  .container.has-padding-medium,
  .section.has-padding-medium,
  .block.has-padding-medium {
    padding: 4.8rem 3.2rem; } }

.container.has-padding-large,
.section.has-padding-large,
.block.has-padding-large {
  padding: 8rem 0.4rem; }

@media all and (min-width: 768px) {
  .container.has-padding-large,
  .section.has-padding-large,
  .block.has-padding-large {
    padding: 8rem 0.8rem; } }

@media all and (min-width: 960px) {
  .container.has-padding-large,
  .section.has-padding-large,
  .block.has-padding-large {
    padding: 8rem 4.8rem; } }

.container.has-padding-huge,
.section.has-padding-huge,
.block.has-padding-huge {
  padding: 11.2rem 0.4rem; }

@media all and (min-width: 768px) {
  .container.has-padding-huge,
  .section.has-padding-huge,
  .block.has-padding-huge {
    padding: 11.2rem 0.8rem; } }

@media all and (min-width: 960px) {
  .container.has-padding-huge,
  .section.has-padding-huge,
  .block.has-padding-huge {
    padding: 11.2rem 6.4rem; } }

.container.has-margin-auto-x,
.section.has-margin-auto-x,
.block.has-margin-auto-x {
  margin-left: auto !important;
  margin-right: auto !important; }

.container.has-margin-x-none,
.section.has-margin-x-none,
.block.has-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.container.has-margin-x-unset,
.section.has-margin-x-unset,
.block.has-margin-x-unset {
  margin-left: unset;
  margin-right: unset; }

.container.has-margin-y-none,
.section.has-margin-y-none,
.block.has-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.container.has-padding-x-none,
.section.has-padding-x-none,
.block.has-padding-x-none {
  padding-left: auto !important;
  padding-right: auto !important; }

.container.has-padding-y-none,
.section.has-padding-y-none,
.block.has-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.container.is-centered,
.section.is-centered,
.block.is-centered {
  text-align: center; }

.container.remove-padding-bottom,
.section.remove-padding-bottom,
.block.remove-padding-bottom {
  padding-bottom: 0 !important; }

.container.remove-padding-top,
.section.remove-padding-top,
.block.remove-padding-top {
  padding-top: 0 !important; }

.container.remove-margin-top,
.section.remove-margin-top,
.block.remove-margin-top {
  margin-top: 0 !important; }

.container.remove-margin-bottom,
.section.remove-margin-bottom,
.block.remove-margin-bottom {
  margin-bottom: 0 !important; }

.unset-bottom-margin {
  margin-bottom: 0; }

.unset-top-margin {
  margin-top: 0; }

.unset-v-margin {
  margin-top: 0;
  margin-bottom: 0; }

.unset-bottom-padding {
  padding-bottom: 0; }

.unset-top-padding {
  padding-top: 0; }

.unset-v-padding {
  padding-top: 0;
  padding-bottom: 0; }

.is-style-block-title,
.block-title,
.gutenberg .block-title .wp-block-cover-text {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important; }
  .is-style-block-title a,
  .block-title a,
  .gutenberg .block-title .wp-block-cover-text a {
    text-decoration: none; }

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
button,
input,
optgroup,
select,
textarea,
dl,
dd,
dt,
iframe, img, embed, video, .video-player, object, figure {
  margin: 0;
  padding: 0; }

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }

address {
  margin-bottom: 1.6rem; }

ol, ul {
  margin: 0;
  padding-left: 1.6rem; }

ul {
  list-style-type: disc;
  list-style-position: inside; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

ul ul, ol ul {
  list-style-type: circle;
  list-style-position: inside; }

ol ol, ul ol {
  list-style-type: lower-latin;
  list-style-position: inside; }

li {
  display: list-item; }

iframe, img, embed, video, .video-player, object, figure, select {
  border: 0;
  max-width: 100%; }

select {
  overflow: hidden; }

img, figure {
  height: auto; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

svg:not(:root) {
  overflow: hidden; }

abbr[title], abbr[data-original-title], acronym {
  border: none;
  cursor: help; }

b,
strong {
  font-weight: bold; }

strike, del {
  text-decoration: line-through; }

dfn {
  font-style: italic; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ins {
  display: inline-block;
  text-decoration: none; }

ins:before {
  content: '['; }

ins:after {
  content: ']'; }

pre {
  overflow-x: scroll;
  -ms-word-wrap: normal;
  word-wrap: normal; }

pre, kbd, code, var, tt, samp {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  margin: 1.6rem 0; }

small {
  font-size: .8em; }

/* Keep Deprecated tags from screwing things up*/
big {
  font-size: 1em; }

input:not([type="checkbox"]):not([type="radio"]) {
  border-radius: 0;
  -webkit-border-radius: 0;
  appearance: none;
  -webkit-appearance: none; }

.screen-reader-text {
  display: none; }

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

body.frontend {
  font-family: "Noto Sans", sans-serif;
  color: #000000;
  line-height: 1.6em;
  margin: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  word-break: pre;
  overflow-wrap: break-word;
  white-space: normal;
  background: #fff; }

.frontend * {
  box-sizing: border-box; }

.frontend *,
.frontend *:after,
.frontend *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.frontend .group:after {
  content: '';
  clear: both;
  display: table; }

.is-block {
  display: block !important; }

@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 768px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 959px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 960px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }

.is-flex {
  display: flex !important; }

@media screen and (max-width: 767px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 768px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 959px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 960px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }

.is-inline {
  display: inline !important; }

@media screen and (max-width: 767px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 768px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 959px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 960px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }

.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 768px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 959px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 960px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 767px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 768px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 959px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 960px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

.is-hidden {
  display: none !important; }

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 959px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 767px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 768px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 959px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 960px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.justify-flex-start {
  justify-content: flex-start !important; }

.justify-flex-end {
  justify-content: flex-end !important; }

.justify-flex-center {
  justify-content: center !important; }

.justify-flex-around {
  justify-content: space-around !important; }

.justify-flex-between {
  justify-content: space-between !important; }

.justify-flex-evenly {
  justify-content: space-evenly !important; }

.justify-flex-left {
  justify-content: left !important; }

.justify-flex-right {
  justify-content: right !important; }

@media screen and (max-width: 767px) {
  .justify-flex-start-mobile {
    justify-content: flex-start !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-start-tablet {
    justify-content: flex-start !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-start-tablet-only {
    justify-content: flex-start !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-start-touch {
    justify-content: flex-start !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-start-desktop {
    justify-content: flex-start !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-start-desktop-only {
    justify-content: flex-start !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-start-widescreen {
    justify-content: flex-start !important; } }

@media screen and (max-width: 767px) {
  .justify-flex-end-mobile {
    justify-content: flex-end !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-end-tablet {
    justify-content: flex-end !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-end-tablet-only {
    justify-content: flex-end !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-end-touch {
    justify-content: flex-end !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-end-desktop {
    justify-content: flex-end !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-end-desktop-only {
    justify-content: flex-end !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-end-widescreen {
    justify-content: flex-end !important; } }

@media screen and (max-width: 767px) {
  .justify-flex-center-mobile {
    justify-content: center !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-center-tablet {
    justify-content: center !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-center-tablet-only {
    justify-content: center !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-center-touch {
    justify-content: center !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-center-desktop {
    justify-content: center !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-center-desktop-only {
    justify-content: center !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-center-widescreen {
    justify-content: center !important; } }

@media screen and (max-width: 767px) {
  .justify-flex-around-mobile {
    justify-content: space-around !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-around-tablet {
    justify-content: space-around !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-around-tablet-only {
    justify-content: space-around !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-around-touch {
    justify-content: space-around !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-around-desktop {
    justify-content: space-around !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-around-desktop-only {
    justify-content: space-around !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-around-widescreen {
    justify-content: space-around !important; } }

@media screen and (max-width: 767px) {
  .justify-flex-between-mobile {
    justify-content: space-between !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-between-tablet {
    justify-content: space-between !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-between-tablet-only {
    justify-content: space-between !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-between-touch {
    justify-content: space-between !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-between-desktop {
    justify-content: space-between !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-between-desktop-only {
    justify-content: space-between !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-between-widescreen {
    justify-content: space-between !important; } }

@media screen and (max-width: 767px) {
  .justify-flex-evenly-mobile {
    justify-content: space-evenly !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-evenly-tablet {
    justify-content: space-evenly !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-evenly-tablet-only {
    justify-content: space-evenly !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-evenly-touch {
    justify-content: space-evenly !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-evenly-desktop {
    justify-content: space-evenly !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-evenly-desktop-only {
    justify-content: space-evenly !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-evenly-widescreen {
    justify-content: space-evenly !important; } }

@media screen and (max-width: 767px) {
  .justify-flex-left-mobile {
    justify-content: left !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-left-tablet {
    justify-content: left !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-left-tablet-only {
    justify-content: left !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-left-touch {
    justify-content: left !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-left-desktop {
    justify-content: left !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-left-desktop-only {
    justify-content: left !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-left-widescreen {
    justify-content: left !important; } }

@media screen and (max-width: 767px) {
  .justify-flex-right-mobile {
    justify-content: right !important; } }

@media screen and (min-width: 768px), print {
  .justify-flex-right-tablet {
    justify-content: right !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .justify-flex-right-tablet-only {
    justify-content: right !important; } }

@media screen and (max-width: 959px) {
  .justify-flex-right-touch {
    justify-content: right !important; } }

@media screen and (min-width: 960px) {
  .justify-flex-right-desktop {
    justify-content: right !important; } }

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .justify-flex-right-desktop-only {
    justify-content: right !important; } }

@media screen and (min-width: 1280px) {
  .justify-flex-right-widescreen {
    justify-content: right !important; } }

.has-accent.bg-light {
  background-color: #f4f4f4;
  color: #e64d6b; }

.wp-block-columns.has-2-columns.two-thirds-one-third .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.two-thirds-one-third .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.two-thirds-one-third .wp-block-column:not(:last-child) {
    flex-basis: 66%; }
  .wp-block-columns.has-2-columns.two-thirds-one-third .wp-block-column:last-child {
    flex-basis: 33%; } }

.wp-block-columns.has-2-columns.one-third-two-thirds .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.one-third-two-thirds .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.one-third-two-thirds .wp-block-column:not(:last-child) {
    flex-basis: 33%; }
  .wp-block-columns.has-2-columns.one-third-two-thirds .wp-block-column:last-child {
    flex-basis: 66%; } }

.wp-block-columns.has-2-columns.one-quarter-three-quarters .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.one-quarter-three-quarters .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.one-quarter-three-quarters .wp-block-column:not(:last-child) {
    flex-basis: 25%; }
  .wp-block-columns.has-2-columns.one-quarter-three-quarters .wp-block-column:last-child {
    flex-basis: 75%; } }

.wp-block-columns.has-2-columns.three-quarters-one-quarter .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.three-quarters-one-quarter .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.three-quarters-one-quarter .wp-block-column:not(:last-child) {
    flex-basis: 75%; }
  .wp-block-columns.has-2-columns.three-quarters-one-quarter .wp-block-column:last-child {
    flex-basis: 25%; } }

.wp-block-columns.has-2-columns.is-style-two-thirds-one-third .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.is-style-two-thirds-one-third .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.is-style-two-thirds-one-third .wp-block-column:not(:last-child) {
    flex-basis: 66%; }
  .wp-block-columns.has-2-columns.is-style-two-thirds-one-third .wp-block-column:last-child {
    flex-basis: 33%; } }

.wp-block-columns.has-2-columns.is-style-one-third-two-thirds .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.is-style-one-third-two-thirds .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.is-style-one-third-two-thirds .wp-block-column:not(:last-child) {
    flex-basis: 33%; }
  .wp-block-columns.has-2-columns.is-style-one-third-two-thirds .wp-block-column:last-child {
    flex-basis: 66%; } }

.wp-block-columns.has-2-columns.is-style-one-quarter-three-quarters .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.is-style-one-quarter-three-quarters .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.is-style-one-quarter-three-quarters .wp-block-column:not(:last-child) {
    flex-basis: 25%; }
  .wp-block-columns.has-2-columns.is-style-one-quarter-three-quarters .wp-block-column:last-child {
    flex-basis: 75%; } }

.wp-block-columns.has-2-columns.is-style-three-quarters-one-quarter .wp-block-column:not(:last-child) {
  flex-basis: 50%; }

.wp-block-columns.has-2-columns.is-style-three-quarters-one-quarter .wp-block-column:last-child {
  flex-basis: 50%; }

@media all and (min-width: 960px) {
  .wp-block-columns.has-2-columns.is-style-three-quarters-one-quarter .wp-block-column:not(:last-child) {
    flex-basis: 75%; }
  .wp-block-columns.has-2-columns.is-style-three-quarters-one-quarter .wp-block-column:last-child {
    flex-basis: 25%; } }

.wp-block-columns.v-start {
  align-items: flex-start; }

.wp-block-columns.v-end {
  align-items: flex-end; }

.wp-block-columns.v-center {
  align-items: center; }

.wp-block-columns.j-even {
  justify-content: space-evenly; }

.wp-block-columns.j-center {
  justify-content: center; }

.wp-block-columns.j-between {
  justify-content: space-between; }

.wp-block-columns .wp-block-column:last-child {
  margin-right: 0 !important; }

@media all and (max-width: 768px) {
  .wp-block-columns {
    display: block; }
    .wp-block-columns > .wp-block-column {
      margin-left: auto;
      margin-right: auto; }
  .wp-block-spacer {
    display: none !important; }
  .gutenberg .entry-content > * {
    padding-bottom: 60px; } }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.is-flex {
  display: flex; }
  .is-flex.can-wrap {
    flex-wrap: wrap; }

@media all and (min-width: 768px) {
  .is-flex-tablet {
    display: flex; } }

@media all and (min-width: 960px) {
  .is-flex-desktop {
    display: flex; } }

@media all and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex; } }

.site-content {
  font-size: .88rem;
  line-height: 1.5em; }
  .home .site-content {
    background: #fff url("../images/gold_burst.png") no-repeat right top;
    background-size: 50% auto; }

body:not(.home):not(.page-template-template-landing-blankslate) .site-content {
  margin-top: 6rem; }

.site-main {
  padding: 4.8rem 0.4rem 0; }
  .site-main:not(.home-content) {
    padding-top: 0; }

body.page-template-template-landing-blankslate .site-main article {
  margin-top: 0;
  margin-bottom: 0; }

body.page-template-template-landing-blankslate .site-main article .entry-content {
  padding-bottom: 0; }

body.page-template-template-landing-blankslate .site-main article .entry-footer {
  display: none; }

@media all and (min-width: 768px) {
  .site-main {
    padding: 4.8rem 0.8rem 0; }
    .site-main:not(.home-content) {
      padding-top: 0; } }

@media all and (min-width: 960px) {
  .home .site-content {
    background-size: 500px auto; }
  .site-main {
    padding: 4.8rem 3.2rem 0; }
    .site-main:not(.home-content) {
      padding-top: 0; }
  .tax-product_cat .site-main,
  .post-type-archive-product .site-main {
    padding-left: 0;
    padding-right: 0; }
    .tax-product_cat .site-main .woocommerce-products-header,
    .tax-product_cat .site-main #archive-main-wrap,
    .post-type-archive-product .site-main .woocommerce-products-header,
    .post-type-archive-product .site-main #archive-main-wrap {
      padding-left: 3.2rem;
      padding-right: 3.2rem; } }

.site-main article {
  margin-bottom: 6rem;
  padding: 0 0.8rem;
  position: relative;
  line-height: 1.6em; }
  .site-main article .entry-header {
    margin-bottom: 0.8rem; }
  .site-main article .entry-meta {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.7rem;
    margin-top: 0.4rem;
    text-align: right; }
    .site-main article .entry-meta a {
      text-decoration: none;
      color: #000000; }
      .site-main article .entry-meta a time.updated {
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.25em;
        font-style: normal !important;
        font-family: "Varela Round", sans-serif !important;
        font-weight: 400 !important;
        color: #484848;
        font-size: 1rem; }
        .site-main article .entry-meta a time.updated:before {
          content: 'updated '; }
  .site-main article .entry-content {
    padding: 1.6rem 0; }
  .site-main article .entry-footer span.cat-links,
  .site-main article .entry-footer span.tags-links {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important; }
  .site-main article .entry-footer a,
  .site-main article .entry-footer button,
  .site-main article .entry-footer .button,
  .site-main article .entry-footer #wp-calendar tfoot a,
  #wp-calendar tfoot .site-main article .entry-footer a {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.6rem;
    display: inline-block; }

body.page-template-template-landing-blankslate .site-main article .entry-content {
  padding-top: 0; }

header.page-header.archive-header {
  padding: 0 6%;
  margin: 0 auto; }
  header.page-header.archive-header h1 span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.7rem;
    line-height: 1.3em; }

.site-main.index article {
  padding: 1px;
  background: url("../images/gold_border_bg.jpg") repeat;
  width: 80%;
  margin: 0 auto 3.2rem; }
  .site-main.index article .inner {
    padding: 1.6rem 0.8rem 3.2rem;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .site-main.index article .inner h2.entry-title {
      margin-top: 1.6rem; }
  .site-main.index article .excerpt-entry-footer {
    width: 100%;
    text-align: center; }
    .site-main.index article .excerpt-entry-footer a.excerpt-more {
      background-color: #000000;
      display: inline-block !important;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 6px;
      text-decoration: none;
      color: #fff;
      text-align: center;
      line-height: 1.3;
      transition: padding-right .4s ease-in-out; }
      .site-main.index article .excerpt-entry-footer a.excerpt-more span {
        position: relative;
        color: #fff; }
      .site-main.index article .excerpt-entry-footer a.excerpt-more span.marker {
        position: absolute;
        right: 0;
        width: 40px;
        font-size: 22px;
        bottom: 2px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        width: 0;
        transition: width .5s; }
      .site-main.index article .excerpt-entry-footer a.excerpt-more:hover {
        padding-right: 40px;
        opacity: 1; }
        .site-main.index article .excerpt-entry-footer a.excerpt-more:hover span.marker {
          width: 40px; }
    .site-main.index article .excerpt-entry-footer .cat-links h6, .site-main.index article .excerpt-entry-footer .tags-links h6 {
      font-family: "Noto Serif", serif;
      letter-spacing: 0;
      text-transform: none;
      font-style: italic;
      font-size: 12px; }
    .site-main.index article .excerpt-entry-footer .cat-links a, .site-main.index article .excerpt-entry-footer .tags-links a {
      font-family: "Noto Serif", serif;
      letter-spacing: 0;
      text-transform: none;
      font-style: italic;
      font-size: 12px;
      display: inline-block;
      margin-right: 3px; }
      .site-main.index article .excerpt-entry-footer .cat-links a:hover, .site-main.index article .excerpt-entry-footer .tags-links a:hover {
        color: #e64d6b !important;
        opacity: 1; }

@media all and (min-width: 768px) {
  .site-main.index {
    display: flex;
    flex-wrap: wrap; }
    .site-main.index article {
      flex-basis: 46%;
      margin: 0 2% 3.2rem; } }

@media all and (min-width: 960px) {
  .site-main article {
    padding: 0 6.4rem; }
    .site-main article .entry-content {
      padding: 1.6rem; }
  .site-main.index > article {
    flex-basis: 29%;
    margin: 0 2% 3.2rem; }
  #comments {
    padding: 0 6.4rem; } }

@media all and (min-width: 1280px) {
  .site-main article {
    padding: 0 0.8rem; }
  #comments {
    padding: 0 9.6rem; } }

#secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem 0.4rem 0;
  /* counteract visual composer*/ }
  #secondary .container:before,
  #secondary .container:after {
    content: none;
    display: none; }
  #secondary > section {
    padding: 2.4rem 1%;
    min-width: 100%;
    flex: 1;
    max-width: 100%;
    overflow: hidden; }
    #secondary > section .inner {
      background: #f4f4f4;
      padding: 1.6rem;
      height: 100%;
      width: 100%;
      display: block; }
  #secondary h3.widget-title {
    font-size: 0.8275rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    text-align: center; }

@media all and (min-width: 768px) {
  #secondary {
    padding: 3rem 0 0; }
    #secondary > section {
      min-width: 50%; } }

@media all and (min-width: 960px) {
  #secondary {
    padding: 3rem 0 0; }
    #secondary > section {
      min-width: 33.333%; } }

footer.site-footer {
  padding: 3rem 0.4rem 0; }
  footer.site-footer .section {
    margin-bottom: 3rem; }
    footer.site-footer .section.has-bg-grey-lighter {
      padding: 4rem 0.8rem; }

.site-map {
  text-align: center; }
  .site-map > a {
    display: block;
    width: 175px;
    max-width: 50%;
    margin: 0 auto; }

.privacy-terms a,
.privacy-terms a.privacy-policy {
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #000000;
  font-size: .8rem;
  text-decoration: none; }
  .privacy-terms a:after,
  .privacy-terms a.privacy-policy:after {
    content: '/';
    display: inline-block;
    padding: 0 8px; }
  .privacy-terms a:hover,
  .privacy-terms a.privacy-policy:hover {
    text-decoration: underline; }
  .privacy-terms a:last-of-type:after,
  .privacy-terms a.privacy-policy:last-of-type:after {
    display: none; }

.mmk {
  font-size: .7em;
  display: block;
  padding-top: 12px;
  opacity: .5;
  text-align: center;
  color: #000000;
  text-decoration: none; }
  .mmk:hover {
    text-decoration: underline;
    color: #000000;
    opacity: 1; }

.copyinfo {
  padding-bottom: 1.6rem;
  margin-bottom: 0;
  font-size: 0.6rem; }
  .copyinfo span {
    text-align: center; }

.footer-info {
  padding: 3.2rem 0.4rem;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Noto Serif", serif;
  font-style: italic;
  text-align: center; }

/*---------------FOOTER NEWSLETTER---------------*/
.footer-newsletter {
  text-align: left;
  background: url("../images/gold_border_bg.jpg") repeat;
  padding: 3px 0 0 0;
  position: relative;
  margin-bottom: 0; }
  .footer-newsletter .inner {
    background-color: #fff;
    padding: 2rem 8px; }
  .footer-newsletter h3 {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.11rem;
    margin: 0;
    padding: 0; }
  .footer-newsletter .excerpt {
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-size: .88rem; }
    .footer-newsletter .excerpt p:last-of-type {
      margin-bottom: 0; }
  .footer-newsletter .form {
    width: 100%;
    margin: 1.6rem 0 0; }
    .footer-newsletter .form input {
      display: block;
      height: 48px;
      line-height: 48px;
      font-size: 0.75rem; }
      .footer-newsletter .form input[type=submit] {
        background-color: #000000;
        border-color: #000000; }
  .footer-newsletter .flex-group {
    display: flex; }

#scrolltop {
  position: fixed;
  z-index: 9999;
  width: 80px;
  height: 80px;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  border-radius: 100%;
  right: 10%;
  bottom: 5%;
  opacity: 1;
  transition: all .5s;
  transform: scale(0.6, 0.6); }

#scrolltop:hover {
  background-color: #e64d6b; }

#scrolltop span.dashicons {
  font-size: 30px;
  width: 30px;
  padding-bottom: 4px; }

@media all and (min-width: 768px) {
  footer.site-footer {
    padding: 3rem 0.8rem 0; }
  .section.footer-info {
    padding: 3.2rem 1.6rem; } }

@media all and (min-width: 960px) {
  .footer-newsletter .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer-newsletter .container .form {
      flex-basis: 70%;
      margin: 0; }
    .footer-newsletter .container .text {
      text-align: center;
      padding: 0 1.6rem; }
      .footer-newsletter .container .text .excerpt {
        line-height: 1.3; }
  footer.site-footer {
    padding: 3rem 3.2rem 0; }
  .section.footer-info {
    padding: 3.2rem 4.8rem; }
  #scrolltop {
    transform: scale(1, 1); } }

@media all and (min-width: 1280px) {
  .site-map {
    display: flex;
    justify-content: space-between;
    align-items: middle;
    margin-bottom: 8rem; }
    .site-map > nav {
      flex-basis: 75%; }
      .site-map > nav ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
        justify-content: space-between; }
        .site-map > nav ul > li {
          width: 33%;
          margin: 12px 0;
          padding: 0 5% 0 0;
          text-align: left; }
    .site-map a.footer-logo {
      text-align: right;
      margin-right: 0; }
  .footer-newsletter .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer-newsletter .container .form {
      flex-basis: 40%;
      margin: 0; }
    .footer-newsletter .container .text {
      text-align: left;
      padding: 0 0.8rem 0 0; }
      .footer-newsletter .container .text .excerpt {
        line-height: 1.3; } }

#masthead {
  background: rgba(255, 255, 255, 0.3);
  padding: 0.8rem 0.8rem;
  position: relative;
  z-index: 9999; }
  #masthead .container {
    padding-bottom: 40px; }
  #masthead .container:before,
  #masthead .container:after {
    content: none;
    display: none; }

.site-branding {
  text-align: center; }
  .site-branding a.custom-logo-link {
    display: inline-block;
    margin: 32px auto 0;
    color: #fff; }
    .site-branding a.custom-logo-link img {
      display: inline-block;
      width: 252px;
      max-width: 100%;
      background-color: #fff; }
  .site-branding .pbk-title-tagline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.6rem; }
    .site-branding .pbk-title-tagline h1.site-title,
    .site-branding .pbk-title-tagline p.site-title,
    .site-branding .pbk-title-tagline p.site-description,
    .site-branding .pbk-title-tagline span.sep {
      color: #000000;
      font-family: "Noto Serif", serif;
      font-size: 12.6px;
      font-style: italic;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.3;
      text-transform: capitalize; }
      .site-branding .pbk-title-tagline h1.site-title a,
      .site-branding .pbk-title-tagline p.site-title a,
      .site-branding .pbk-title-tagline p.site-description a,
      .site-branding .pbk-title-tagline span.sep a {
        color: #000000;
        text-decoration: none; }
    .site-branding .pbk-title-tagline span.sep {
      padding: 0 4px; }

#sf-header {
  text-align: center; }
  #sf-header ul li {
    margin-bottom: 0 !important; }

.social-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .social-search > * {
    margin-bottom: 1rem;
    flex-basis: 100%; }

@media all and (min-width: 768px) {
  #masthead > .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .social-search {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end; }
    .social-search > * {
      margin-bottom: 0;
      flex-basis: unset; } }

@media all and (min-width: 960px) {
  #masthead > .container {
    padding-bottom: 0; }
  #sf-header {
    text-align: right;
    margin-left: 30px; } }

#primary .site-main.home-content {
  padding-top: 6rem; }

/*------------TAGLINE------------------------*/
h2.home-tagline {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 11rem;
  text-align: center; }

/*-------- FULL HEIGHT HEADER WRAPPER ------------*/
#header-wrap {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #header-wrap:after {
    content: '';
    clear: both;
    display: table; }

.header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1875rem;
  text-align: center; }
  .header-content:after {
    content: '';
    clear: both;
    display: table; }
  .header-content .box {
    flex-direction: column;
    padding: 2vw 6vw; }
    .header-content .box:after {
      content: '';
      clear: both;
      display: table; }
  .header-content h2.title {
    font-size: 3.75rem;
    font-weight: normal; }
  .header-content .hero-text {
    margin-bottom: 1.6rem; }

/*-----------------NEWSLETTER--------------------------*/
.home-newsletter {
  text-align: center;
  background: url("../images/gold_border_bg.jpg") repeat;
  padding: 3px;
  position: relative;
  margin-bottom: 7rem; }
  .home-newsletter .news-image {
    position: absolute;
    left: -3%;
    bottom: 80%;
    z-index: 2;
    max-width: 30%;
    height: auto;
    opacity: .8; }
  .home-newsletter .inner {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 3.2rem; }
  .home-newsletter h3 {
    margin: 0;
    padding: 3.2rem 0; }
  .home-newsletter .excerpt p:last-of-type {
    margin-bottom: 0; }
  .home-newsletter .form {
    width: 90%;
    margin: 1.6rem auto 0; }
    .home-newsletter .form input {
      display: block;
      height: 48px;
      line-height: 48px;
      font-size: 0.75rem; }
      .home-newsletter .form input[type=submit] {
        background-color: #000000;
        border-color: #000000; }
  .home-newsletter .flex-group {
    display: flex; }

/*---------------- SERVICES -------------------------------*/
.home-services.section {
  margin-bottom: 12.5rem; }

.service {
  text-align: center;
  padding: 0 1rem 6rem;
  position: relative;
  width: 80%;
  margin: 0 auto 4.8rem; }
  .service img {
    width: 225px;
    height: 225px;
    object-fit: cover;
    display: inline-block;
    margin: 0 auto 2rem;
    border: 2px solid transparent;
    transition: all .5s; }
  .service a:hover {
    opacity: 1; }
  .service.grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .service.grayscale.remove-grayscale-hover:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .service:hover img {
    border-color: #06a0a5; }
  .service h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 1.3em; }
  .service .excerpt {
    text-align: left; }
  .service .service-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }

.service .service-link.image-link {
  position: relative; }

/*-------- HOME PAGE BLOG POSTS & PAGE CONTENT ------------*/
.pbk-home-content {
  padding: 6rem 0.8rem; }

.pbk-home-blog {
  padding: 6rem 0.8rem; }
  .pbk-home-blog h3.title {
    text-align: center;
    font-size: 2.1875rem; }
  .pbk-home-blog .pbk-home-post {
    margin: 1.6rem 1% 0;
    padding-bottom: 3.2rem;
    position: relative;
    flex: 1;
    font-size: 0.88rem;
    text-align: center; }
    .pbk-home-blog .pbk-home-post h4 {
      font-size: 1.4rem;
      margin: 0 0 1.6rem;
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .pbk-home-blog .pbk-home-post .excerpt {
      position: relative;
      padding: 0 1.6rem 3.2rem; }
    .pbk-home-blog .pbk-home-post .read-more-link-wrap {
      position: absolute;
      bottom: 1.6rem;
      left: 0;
      width: 100%; }
    .pbk-home-blog .pbk-home-post a.pbk-featured-image {
      display: inline-block;
      margin: 0 auto 4rem; }
      .pbk-home-blog .pbk-home-post a.pbk-featured-image img {
        width: 225px;
        height: 225px;
        object-fit: cover;
        display: block;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: all .5s; }
    .pbk-home-blog .pbk-home-post:hover a.pbk-featured-image img {
      border-color: #e64d6b; }

/** ----------------PRESS----------------*/
.pbk-press.section {
  padding-bottom: 11rem;
  width: 85%;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 768px) {
  .home-newsletter .news-image {
    position: absolute;
    left: -3%;
    bottom: -12%;
    z-index: 2;
    max-width: 30%;
    height: auto;
    opacity: .8; }
  .home-newsletter .form {
    width: 90%;
    margin: 1.6rem 0 0;
    padding-left: 24%; }
  .header-content {
    min-height: 100vh; }
  h2.home-tagline {
    text-align: left; }
  .pbk-home-content {
    padding: 6rem 1.6rem; } }

@media all and (min-width: 960px) {
  #header-wrap {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
    #header-wrap #masthead {
      margin-bottom: auto; }
  .header-content,
  .header-content .box {
    display: flex; }
  .header-content {
    height: 100%;
    flex-direction: row; }
  .header-content .box {
    padding: 6vw; }
  .pbk-home-content {
    padding: 8rem 3.2rem; }
  .home-services.section {
    display: flex;
    justify-content: space-between; }
    .home-services.section > * {
      flex-basis: 30%;
      margin: unset;
      width: unset; } }

@media all and (min-width: 1280px) {
  .pbk-home-content {
    padding: 8rem 6.4rem; } }

.gutenberg #primary.container {
  max-width: 100%; }

.gutenberg #primary article,
.gutenberg #primary article .entry-content,
.gutenberg .site-main {
  padding-left: 0;
  padding-right: 0; }

.gutenberg .post-navigation,
.gutenberg .entry-content > *,
.gutenberg .entry-footer,
.gutenberg .entry-header {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem; }

.gutenberg .entry-content > .wp-block-cover.fullwidth {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; }

.gutenberg.post-template-single-post-cover #primary .site-main,
.gutenberg.post-template-single-post-cover #primary article,
.gutenberg.post-template-single-post-cover .entry-content,
.gutenberg.page-template-template-cover #primary .site-main,
.gutenberg.page-template-template-cover #primary article,
.gutenberg.page-template-template-cover .entry-content {
  padding-top: 0 !important; }

.gutenberg.post-template-single-post-cover .wp-block-cover:first-of-type,
.gutenberg.page-template-template-cover .wp-block-cover:first-of-type {
  margin-bottom: 5rem; }

.wp-block-button.ghost-transparent,
.wp-block-button.ghost-transparent:hover {
  background-color: transparent !important; }

.wp-block-button.ghost-transparent a.wp-block-button__link {
  border-color: transparent !important; }

@media all and (min-width: 960px) {
  .gutenberg .post-navigation,
  .gutenberg .entry-content > *,
  .gutenberg .entry-footer,
  .gutenberg .entry-header {
    padding: 0 8rem; }
  .gutenberg .entry-content > *.fullwidth {
    max-width: 100%;
    width: 100%; } }

@media all and (min-width: 1280px) {
  .gutenberg .post-navigation,
  .gutenberg .entry-content > *,
  .gutenberg .entry-footer,
  .gutenberg .entry-header {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
  .gutenberg .entry-content > *.fullwidth {
    max-width: 100%;
    width: 100%; } }

@media all and (max-width: 800px) {
  .wp-block-columns {
    display: block; }
  .wp-block-columns > .wp-block-column {
    margin-left: auto;
    margin-right: auto; }
  .wp-block-spacer {
    display: none !important; }
  .gutenberg .entry-content > * {
    padding-bottom: 60px; } }

/**********Products*********/
.prod-cat-item {
  text-align: center;
  color: #000000; }
  .prod-cat-item a,
  .prod-cat-item .prod-cat-price {
    color: #000000 !important; }

.upcp-thumb-details-link,
#main article a.upcp-catalogue-link,
#main article a.upcp-thumb-details-link {
  background-image: none;
  border-bottom: none !important; }
  .upcp-thumb-details-link:hover,
  #main article a.upcp-catalogue-link:hover,
  #main article a.upcp-thumb-details-link:hover {
    border-bottom: none !important; }

.prod-cat-sidebar-category-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .prod-cat-sidebar-category-content .prod-cat-sidebar-category {
    height: 40px;
    line-height: 40px; }
  .prod-cat-sidebar-category-content .upcp-label {
    position: relative;
    top: -3px; }

.prod-cat-category.upcp-thumb-category .prod-cat-category-label {
  padding-top: 80px; }

.prod-cat-sidebar {
  float: none !important;
  width: 100%; }

.upcp-catalogue-link,
.upcp-detail-details-link,
.prod-cat-sidebar-category-title h3,
.prod-cat-category-label .prod-cat-category-name {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: .8rem;
  text-align: left; }

.prod-cat-details-link.upcp-detail-details-link:after {
  right: -10px; }

.upcp-detail-details-link .upcp-details-text {
  font-size: 80%; }

#main article .prod-cat-header-div a:hover,
#main article .prod-cat-header-div .upcp-list-toggle-icon:hover,
#main article .prod-cat-header-div a:hover .upcp-list-toggle-icon,
#main article .upcp-details-toggle-icon:hover,
#main article .prod-cat-header-div .upcp-thumb-toggle-icon:hover,
.upcp-details-text:hover,
.upcp-details-icon:hover {
  border: none !important; }

.prod-cat-details-link,
.prod-cat-price {
  margin-bottom: 20px; }

.prod-cat-price,
.upcp-thumb-details-link span {
  color: #000000 !important;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: .7rem;
  text-align: center; }

.upcp-thumb-price {
  height: 32px;
  min-height: 32px;
  line-height: 32px; }

.upcp-detail-details-link,
.upcp-thumb-details-link {
  background-image: none;
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #000000;
  font-size: 14px; }
  .upcp-detail-details-link:after,
  .upcp-thumb-details-link:after {
    content: "\f139";
    font-family: 'dashicons';
    position: absolute;
    right: 4px;
    font-size: 32px;
    color: #e64d6b;
    line-height: 1;
    height: 32px;
    top: 0; }
  .upcp-detail-details-link:hover,
  .upcp-thumb-details-link:hover {
    border-bottom: none !important; }

.prod-cat-title {
  color: #000000; }
  .prod-cat-title:hover {
    border-bottom: none !important;
    color: #000000 !important; }

.prod-cat-category.upcp-list-category {
  padding-top: 80px !important; }

.prod-cat-container:after,
.entry-content:after {
  content: '';
  display: table;
  clear: both; }

.iee_archive .event_date {
  background-color: #000 !important; }

.iee_archive a,
.iee_archive .event_title {
  color: #000 !important; }

.iee_archive a,
#main article .iee_archive a:hover > *,
#main article .iee_archive a:hover * {
  border-bottom: none !important; }

.pbk-workshop-card {
  border: 2px solid #000;
  line-height: 1.6em;
  padding-bottom: 80px; }

.pbk-workshop-card .ugb-card__title {
  font-size: 17px;
  line-height: 1.6em; }

.pbk-workshop-card .ugb-button--align-left,
.ugb-button-left {
  margin-right: auto;
  margin-left: auto; }

.pbk-workshop-card .ugb-button {
  display: none !important; }

.pbk-workshop-card .ugb-button.ugb-button--align-left {
  align-self: center !important; }

#main article .pbk-workshop-card a.ugb-button {
  margin-top: 30px;
  font-family: 'Varela Round', sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  border: 2px solid #000;
  color: #000; }

#main article .pbk-workshop-card a.ugb-button span {
  display: block;
  color: inherit;
  padding: 0 12px;
  line-height: 2.4em;
  font-size: 13px; }

#main article .pbk-workshop-card a.ugb-button:after,
#main article .pbk-workshop-card a.ugb-button span:after {
  display: none; }

.ugb-blockquote__text {
  line-height: 1.6em; }

.ugb-blockquote.ugb-blockquote--design-highlight .ugb-blockquote__highlight-wrap {
  box-shadow: none !important; }

.ugb-blockquote__highlight-wrap .ugb-blockquote__text {
  background: #fef6f7 !important; }

#ugb-accordion-1__heading {
  font-family: 'Varela Round', sans-serif !important;
  font-size: 18.2px; }

#ugb-accordion-1__text {
  max-height: 0 !important;
  overflow: hidden; }

.ugb-accordion--open #ugb-accordion-1__text {
  max-height: 4000px !important;
  overflow: hidden; }

#ugb-accordion-1__text strong {
  font-family: 'Noto serif', serif;
  text-align: center;
  display: block;
  font-size: 22px;
  margin-top: 3rem; }

#ugb-accordion-1__text em:nth-of-type(1) {
  text-align: center;
  display: block;
  font-size: 16px;
  font-style: normal; }

.get-started.ugb-card .ugb-card__description strong {
  display: inline-block;
  font-family: "Noto Serif", serif !important;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 50px; }

a.ugb-expand__toggle {
  font-size: 12px !important;
  display: inline-block;
  margin: 20px auto; }

.wp-block-ugb-expand {
  text-align: center; }

.wp-block-ugb-expand ul {
  text-align: left;
  margin: 60px 0; }

.gold-border {
  border: 3px solid;
  border-image: url("../images/gold_underline.jpg") 30 stretch;
  padding: 20px; }

.is-style-has-background-primary,
.has-primary-background-color,
.has-background-primary {
  background-color: #e64d6b; }

.is-style-has-background-secondary,
.has-secondary-background-color,
.has-background-secondary {
  background-color: #06a0a5; }

.is-style-has-background-light-primary,
.has-light-primary-background-color,
.has-background-light-primary {
  background-color: #fdedf0; }

.is-style-has-background-light-grey,
.has-light-grey-background-color,
.has-background-light-grey {
  background-color: #bfbfbf; }

blockquote {
  display: block;
  margin: 1.6rem 0.8rem;
  padding: 1.6rem;
  font-size: 1.125rem;
  border-left: none;
  background: #fff;
  position: relative;
  font-family: 'noto-serif',serif;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  blockquote:last-child {
    margin-bottom: 0; }
  blockquote.special {
    quotes: '\201c' '\201d'; }
    blockquote.special:before {
      content: open-quote;
      display: inline-block; }
    blockquote.special:after {
      content: close-quote;
      display: inline-block; }
  blockquote.wp-block-quote.gold, blockquote.gold {
    border: 3px solid;
    border-image: url("../images/gold_underline.jpg") 30 stretch;
    margin: 5rem auto !important;
    padding: 40px !important;
    max-width: 900px; }

cite {
  display: block;
  text-align: right;
  padding-right: 3.2em;
  font-family: 'varela round',sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important; }
  cite:before {
    content: '–'; }

blockquote.text-is-large {
  font-size: 40px !important;
  line-height: 1.3em; }

.frontend .btn,
.frontend .button,
.frontend #wp-calendar tfoot a,
#wp-calendar tfoot .frontend a,
.frontend button,
.frontend input[type='button'],
.frontend input[type='reset'],
.frontend input[type='submit'] {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 0.8275rem;
  line-height: 2.4em;
  margin: 0 0.4rem 0.8rem;
  overflow: visible;
  padding: 0 1.28em 0 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  transition: all .05s linear;
  white-space: initial;
  width: auto;
  transform-origin: center center;
  transform: scale(0.9875); }
  .frontend .btn:focus,
  .frontend .button:focus,
  .frontend #wp-calendar tfoot a:focus,
  #wp-calendar tfoot .frontend a:focus,
  .frontend button:focus,
  .frontend input[type='button']:focus,
  .frontend input[type='reset']:focus,
  .frontend input[type='submit']:focus {
    outline: none; }
  .frontend .btn:hover,
  .frontend .button:hover,
  .frontend #wp-calendar tfoot a:hover,
  #wp-calendar tfoot .frontend a:hover,
  .frontend button:hover,
  .frontend input[type='button']:hover,
  .frontend input[type='reset']:hover,
  .frontend input[type='submit']:hover {
    opacity: 1;
    cursor: pointer;
    transform: scale(1.0125);
    text-decoration: none !important; }
  .frontend .btn.is-active, .frontend .btn:active,
  .frontend .button.is-active,
  .frontend #wp-calendar tfoot a.is-active,
  #wp-calendar tfoot .frontend a.is-active,
  .frontend .button:active,
  .frontend #wp-calendar tfoot a:active,
  #wp-calendar tfoot .frontend a:active,
  .frontend button.is-active,
  .frontend button:active,
  .frontend input[type='button'].is-active,
  .frontend input[type='button']:active,
  .frontend input[type='reset'].is-active,
  .frontend input[type='reset']:active,
  .frontend input[type='submit'].is-active,
  .frontend input[type='submit']:active {
    opacity: 1;
    transform: scale(1); }
  .frontend .btn.is-disabled, .frontend .btn:disabled,
  .frontend .button.is-disabled,
  .frontend #wp-calendar tfoot a.is-disabled,
  #wp-calendar tfoot .frontend a.is-disabled,
  .frontend .button:disabled,
  .frontend #wp-calendar tfoot a:disabled,
  #wp-calendar tfoot .frontend a:disabled,
  .frontend button.is-disabled,
  .frontend button:disabled,
  .frontend input[type='button'].is-disabled,
  .frontend input[type='button']:disabled,
  .frontend input[type='reset'].is-disabled,
  .frontend input[type='reset']:disabled,
  .frontend input[type='submit'].is-disabled,
  .frontend input[type='submit']:disabled {
    transform: scale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .frontend .btn.is-disabled:hover, .frontend .btn:disabled:hover,
    .frontend .button.is-disabled:hover,
    .frontend #wp-calendar tfoot a.is-disabled:hover,
    #wp-calendar tfoot .frontend a.is-disabled:hover,
    .frontend .button:disabled:hover,
    .frontend #wp-calendar tfoot a:disabled:hover,
    #wp-calendar tfoot .frontend a:disabled:hover,
    .frontend button.is-disabled:hover,
    .frontend button:disabled:hover,
    .frontend input[type='button'].is-disabled:hover,
    .frontend input[type='button']:disabled:hover,
    .frontend input[type='reset'].is-disabled:hover,
    .frontend input[type='reset']:disabled:hover,
    .frontend input[type='submit'].is-disabled:hover,
    .frontend input[type='submit']:disabled:hover {
      cursor: not-allowed; }
  .frontend .btn.is-xxsmall,
  .frontend .btn.is-xxsmall a,
  .frontend .button.is-xxsmall,
  .frontend #wp-calendar tfoot a.is-xxsmall,
  #wp-calendar tfoot .frontend a.is-xxsmall,
  .frontend .button.is-xxsmall a,
  .frontend #wp-calendar tfoot a.is-xxsmall a,
  #wp-calendar tfoot .frontend a.is-xxsmall a,
  .frontend button.is-xxsmall,
  .frontend button.is-xxsmall a,
  .frontend input[type='button'].is-xxsmall,
  .frontend input[type='button'].is-xxsmall a,
  .frontend input[type='reset'].is-xxsmall,
  .frontend input[type='reset'].is-xxsmall a,
  .frontend input[type='submit'].is-xxsmall,
  .frontend input[type='submit'].is-xxsmall a {
    font-size: 0.6rem;
    letter-spacing: .2em !important;
    font-weight: 600; }
  .frontend .btn.is-xsmall,
  .frontend .btn.is-xsmall a,
  .frontend .button.is-xsmall,
  .frontend #wp-calendar tfoot a.is-xsmall,
  #wp-calendar tfoot .frontend a.is-xsmall,
  .frontend .button.is-xsmall a,
  .frontend #wp-calendar tfoot a.is-xsmall a,
  #wp-calendar tfoot .frontend a.is-xsmall a,
  .frontend button.is-xsmall,
  .frontend button.is-xsmall a,
  .frontend input[type='button'].is-xsmall,
  .frontend input[type='button'].is-xsmall a,
  .frontend input[type='reset'].is-xsmall,
  .frontend input[type='reset'].is-xsmall a,
  .frontend input[type='submit'].is-xsmall,
  .frontend input[type='submit'].is-xsmall a {
    font-size: 0.7rem; }
  .frontend .btn.is-small,
  .frontend .btn.is-small a,
  .frontend .button.is-small,
  .frontend #wp-calendar tfoot a.is-small,
  #wp-calendar tfoot .frontend a.is-small,
  .frontend .button.is-small a,
  .frontend #wp-calendar tfoot a.is-small a,
  #wp-calendar tfoot .frontend a.is-small a,
  .frontend button.is-small,
  .frontend button.is-small a,
  .frontend input[type='button'].is-small,
  .frontend input[type='button'].is-small a,
  .frontend input[type='reset'].is-small,
  .frontend input[type='reset'].is-small a,
  .frontend input[type='submit'].is-small,
  .frontend input[type='submit'].is-small a {
    font-size: 0.75rem; }
  .frontend .btn.is-medium,
  .frontend .btn.is-medium a,
  .frontend .button.is-medium,
  .frontend #wp-calendar tfoot a.is-medium,
  #wp-calendar tfoot .frontend a.is-medium,
  .frontend .button.is-medium a,
  .frontend #wp-calendar tfoot a.is-medium a,
  #wp-calendar tfoot .frontend a.is-medium a,
  .frontend button.is-medium,
  .frontend button.is-medium a,
  .frontend input[type='button'].is-medium,
  .frontend input[type='button'].is-medium a,
  .frontend input[type='reset'].is-medium,
  .frontend input[type='reset'].is-medium a,
  .frontend input[type='submit'].is-medium,
  .frontend input[type='submit'].is-medium a {
    font-size: 0.88rem;
    line-height: 3.2em; }
  .frontend .btn.is-large,
  .frontend .btn.is-large a,
  .frontend .button.is-large,
  .frontend #wp-calendar tfoot a.is-large,
  #wp-calendar tfoot .frontend a.is-large,
  .frontend .button.is-large a,
  .frontend #wp-calendar tfoot a.is-large a,
  #wp-calendar tfoot .frontend a.is-large a,
  .frontend button.is-large,
  .frontend button.is-large a,
  .frontend input[type='button'].is-large,
  .frontend input[type='button'].is-large a,
  .frontend input[type='reset'].is-large,
  .frontend input[type='reset'].is-large a,
  .frontend input[type='submit'].is-large,
  .frontend input[type='submit'].is-large a {
    font-size: 1rem;
    line-height: 3.2em; }

.wp-block-button.is-style-solid.has-background-primary,
.button-primary,
.inputfile label,
input[type='submit'],
.woocommerce-product-search button,
#wp-calendar tfoot a {
  background: #e64d6b;
  color: #fff;
  border-color: #e64d6b; }

.wp-block-button.is-style-ghost-primary,
.button-primary-ghost {
  background-color: transparent !important;
  color: #000000;
  border-color: #000000;
  transform: none; }
  .wp-block-button.is-style-ghost-primary:hover,
  .button-primary-ghost:hover {
    color: #e64d6b;
    border-color: #e64d6b;
    background-color: transparent;
    opacity: 1;
    transform: none; }

.wp-block-button.is-style-solid.has-background-secondary,
.button-secondary {
  background: #06a0a5;
  color: #fff;
  border-color: #06a0a5; }

.wp-block-button.is-style-ghost-secondary,
.button-secondary-ghost {
  background-color: transparent !important;
  color: #000000;
  border-color: #000000;
  transform: none; }
  .wp-block-button.is-style-ghost-secondary:hover,
  .button-secondary-ghost:hover {
    color: #06a0a5;
    border-color: #06a0a5;
    background-color: transparent;
    opacity: 1;
    transform: none; }

.wp-block-button.is-style-solid.has-background-danger,
.button-danger {
  background: tomato;
  color: white;
  border-color: tomato; }

.wp-block-button.is-style-ghost-danger,
.button-danger-ghost {
  background-color: transparent !important;
  color: #000000;
  border-color: #000000;
  transform: none; }
  .wp-block-button.is-style-ghost-danger:hover,
  .button-danger-ghost:hover {
    color: tomato;
    border-color: tomato;
    background-color: transparent;
    opacity: 1;
    transform: none; }

.wp-block-button.is-style-solid.has-background-info,
.button-info {
  background: rgba(6, 160, 165, 0.15);
  color: #000000;
  border-color: rgba(6, 160, 165, 0.15); }

.wp-block-button.is-style-ghost-info,
.button-info-ghost {
  background-color: transparent !important;
  color: #000000;
  border-color: #000000;
  transform: none; }
  .wp-block-button.is-style-ghost-info:hover,
  .button-info-ghost:hover {
    color: rgba(6, 160, 165, 0.15);
    border-color: rgba(6, 160, 165, 0.15);
    background-color: transparent;
    opacity: 1;
    transform: none; }

.wp-block-button.is-style-solid.has-background-success,
.button-success {
  background: #f4f4f4;
  color: #e64d6b;
  border-color: #f4f4f4; }

.wp-block-button.is-style-ghost-success,
.button-success-ghost {
  background-color: transparent !important;
  color: #000000;
  border-color: #000000;
  transform: none; }
  .wp-block-button.is-style-ghost-success:hover,
  .button-success-ghost:hover {
    color: #f4f4f4;
    border-color: #f4f4f4;
    background-color: transparent;
    opacity: 1;
    transform: none; }

.wp-block-button.is-style-solid.has-background-warning,
.button-warning {
  background: tomato;
  color: #fff;
  border-color: tomato; }

.wp-block-button.is-style-ghost-warning,
.button-warning-ghost {
  background-color: transparent !important;
  color: #000000;
  border-color: #000000;
  transform: none; }
  .wp-block-button.is-style-ghost-warning:hover,
  .button-warning-ghost:hover {
    color: tomato;
    border-color: tomato;
    background-color: transparent;
    opacity: 1;
    transform: none; }

.wp-block-button.is-style-solid.has-background-grey,
.button-grey {
  background: #f4f4f4;
  color: #000000;
  border-color: #f4f4f4; }

.wp-block-button.is-style-ghost-grey,
.button-grey-ghost {
  background-color: transparent !important;
  color: #000000;
  border-color: #000000;
  transform: none; }
  .wp-block-button.is-style-ghost-grey:hover,
  .button-grey-ghost:hover {
    color: #f4f4f4;
    border-color: #f4f4f4;
    background-color: transparent;
    opacity: 1;
    transform: none; }

.button-round {
  border-radius: 0.5rem; }

.inputfile label {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 0.8275rem;
  line-height: 2.4em;
  margin: 0 0.4rem 0.8rem;
  overflow: visible;
  padding: 0 1.28em 0 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  transition: all .05s linear;
  white-space: initial;
  width: auto;
  transform-origin: center center;
  transform: scale(0.9875);
  line-height: 2.4rem !important;
  font-size: .8rem; }
  .inputfile label:focus {
    outline: none; }
  .inputfile label:hover {
    opacity: 1;
    cursor: pointer;
    transform: scale(1.0125);
    text-decoration: none !important; }
  .inputfile label.is-active, .inputfile label:active {
    opacity: 1;
    transform: scale(1); }
  .inputfile label.is-disabled, .inputfile label:disabled {
    transform: scale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .inputfile label.is-disabled:hover, .inputfile label:disabled:hover {
      cursor: not-allowed; }
  .inputfile label.is-xxsmall,
  .inputfile label.is-xxsmall a {
    font-size: 0.6rem;
    letter-spacing: .2em !important;
    font-weight: 600; }
  .inputfile label.is-xsmall,
  .inputfile label.is-xsmall a {
    font-size: 0.7rem; }
  .inputfile label.is-small,
  .inputfile label.is-small a {
    font-size: 0.75rem; }
  .inputfile label.is-medium,
  .inputfile label.is-medium a {
    font-size: 0.88rem;
    line-height: 3.2em; }
  .inputfile label.is-large,
  .inputfile label.is-large a {
    font-size: 1rem;
    line-height: 3.2em; }

.inputfile label,
input[type='submit'] {
  margin-left: 0; }

input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.wp-block-button:not(.has-background):not(.is-style-ghost):not(.is-style-ghost-primary):not(.is-style-ghost-secondary) .wp-block-button__link {
  background-color: #e64d6b;
  color: white; }
  .wp-block-button  .wp-block-button__link:hover, .wp-block-button  .wp-block-button__link:focus {
    background-color: #e64d6b;
    color: white; }

code,
pre {
  display: block;
  margin: 0.8rem 0;
  padding: 1.6rem;
  border-left: 4px solid #E8E9EA;
  background: #fff;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  white-space: pre;
  overflow-x: scroll; }

form:after {
  content: '';
  display: table;
  clear: both; }

.form-control {
  position: relative;
  margin-bottom: 0.8rem; }

.form-control-group {
  display: flex;
  justify-content: flex-start; }
  .form-control-group .form-control {
    flex: 1;
    padding-right: 1rem; }
    .form-control-group .form-control:last-of-type {
      padding-right: 0; }
    .form-control-group .form-control.grow-1x {
      flex-grow: 1; }
    .form-control-group .form-control.grow-2x {
      flex-grow: 2; }
    .form-control-group .form-control.grow-3x {
      flex-grow: 3; }

.validation-error {
  margin-top: 0.2em;
  font-size: .75rem;
  color: tomato; }

label {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.75rem;
  display: block; }
  label input {
    margin-bottom: 1.6rem; }
  label .required {
    color: #e64d6b; }
  label span.sublabel {
    display: block; }
    label span.sublabel.description {
      text-transform: uppercase;
      letter-spacing: 0.25em;
      font-style: normal !important;
      font-family: "Varela Round", sans-serif !important;
      font-weight: 400 !important;
      font-size: 1.2em; }

legend {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  text-align: center;
  display: block;
  width: 100%; }

.uneditable-input,
input[type="color"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="text"],
input[type="password"],
select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 0.8rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: inherit;
  background: #f4f4f4;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 0.88rem;
  transition: all .5s; }
  .uneditable-input:focus,
  input[type="color"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="email"]:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  select:focus {
    outline: none;
    border: 1px solid #e64d6b; }
  .uneditable-input.invalid,
  input[type="color"].invalid,
  input[type="number"].invalid,
  input[type="password"].invalid,
  input[type="search"].invalid,
  input[type="tel"].invalid,
  input[type="url"].invalid,
  input[type="email"].invalid,
  input[type="text"].invalid,
  input[type="password"].invalid,
  select.invalid {
    border-color: tomato; }
  .uneditable-input.is-small,
  input[type="color"].is-small,
  input[type="number"].is-small,
  input[type="password"].is-small,
  input[type="search"].is-small,
  input[type="tel"].is-small,
  input[type="url"].is-small,
  input[type="email"].is-small,
  input[type="text"].is-small,
  input[type="password"].is-small,
  select.is-small {
    font-size: 0.75rem; }

fieldset {
  margin: 0.8rem 0;
  padding: 0.8rem;
  font-size: .875rem;
  border: none;
  border-radius: 0; }
  fieldset legend {
    padding: 0 .25rem; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.64em;
  border: 1px solid #f4f4f4;
  background-color: #fff;
  height: 20px;
  width: 20px;
  margin-bottom: 0; }

.inline-checkbox {
  display: flex;
  align-items: center; }

select {
  padding-right: 1.6rem;
  height: 2.24rem;
  line-height: 1.6em;
  padding-top: 0;
  padding-bottom: 0; }
  select:hover {
    cursor: pointer; }
  select:disabled {
    opacity: 0.5; }

textarea {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.64rem 1rem;
  min-height: 100px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
  background-color: #f4f4f4;
  border: none;
  border-radius: 0; }
  textarea:focus {
    border-color: #e64d6b;
    outline: none; }
  textarea.invalid {
    border-color: tomato; }

#secondary textarea,
#secondary .uneditable-input,
#secondary input[type="color"],
#secondary input[type="number"],
#secondary input[type="password"],
#secondary input[type="search"],
#secondary input[type="tel"],
#secondary input[type="url"],
#secondary input[type="email"],
#secondary input[type="text"],
#secondary input[type="password"],
#secondary select,
.has-bg-grey-lighter textarea,
.has-bg-grey-lighter .uneditable-input,
.has-bg-grey-lighter input[type="color"],
.has-bg-grey-lighter input[type="number"],
.has-bg-grey-lighter input[type="password"],
.has-bg-grey-lighter input[type="search"],
.has-bg-grey-lighter input[type="tel"],
.has-bg-grey-lighter input[type="url"],
.has-bg-grey-lighter input[type="email"],
.has-bg-grey-lighter input[type="text"],
.has-bg-grey-lighter input[type="password"],
.has-bg-grey-lighter select {
  background-color: #fff; }

::-webkit-input-placeholder {
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #000000;
  font-size: 0.7rem; }

:-moz-placeholder {
  /* older Firefox*/
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #000000;
  font-size: 0.7rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #000000;
  font-size: 0.7rem; }

:-ms-input-placeholder {
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #000000;
  font-size: 0.7rem; }

a {
  color: #e64d6b;
  font-weight: inherit;
  transition: opacity .1s ease-out; }
  a:hover {
    opacity: 0.75; }
  a:active {
    opacity: 1; }
  a.image-link {
    text-decoration: none;
    border-bottom: none; }
    a.image-link :after, a.image-link :before {
      display: none; }
  a.privacy-policy {
    text-decoration: underline; }
    a.privacy-policy:hover {
      text-decoration: underline; }

#main article a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid rgba(230, 77, 107, 0.4); }
  #main article a:hover {
    opacity: 1;
    border-bottom: 3px solid rgba(230, 77, 107, 0.4); }
  #main article a.button, #main article #wp-calendar tfoot a, #wp-calendar tfoot #main article a, #main article a.pinit-button, #main article a.excerpt-more, #main article a.image-link {
    border-bottom: none !important; }
    #main article a.button:hover, #main article #wp-calendar tfoot a:hover, #wp-calendar tfoot #main article a:hover, #main article a.pinit-button:hover, #main article a.excerpt-more:hover, #main article a.image-link:hover {
      border-bottom: none !important; }
  #main article a.wp-block-button__link {
    border-bottom-width: inherit !important;
    border-bottom-color: inherit !important; }

#main article img a,
#main article h2.entry-title a {
  border-bottom: none !important; }

.block-link {
  display: block;
  margin-top: 1.6rem; }
  .block-link.block-link-right {
    text-align: right; }
  .block-link.block-link-center {
    text-align: center; }
  .block-link.block-link-left {
    text-align: left; }

ul,
ol,
dl {
  margin-bottom: 1.6rem;
  list-style-position: inside !important; }
  ul li,
  ol li,
  dl li {
    margin-bottom: 1.5rem; }

dl {
  list-style: none; }

dt {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important; }

dd {
  margin-left: 3.2rem; }

#main article ul {
  list-style-image: url("../images/list-item.png"); }

table {
  margin: 1rem 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left; }
  table tr {
    border-bottom: 1px solid #E8E9EA;
    padding: 0.8rem; }
  table thead th {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    color: #000000;
    padding: 0.8rem 0;
    font-size: 1.25rem; }
  table tbody td {
    padding: 0.8rem; }

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-cover .wp-block-cover-text {
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Noto Serif", serif;
  margin-bottom: .625em;
  line-height: 1.2em;
  text-decoration: none; }
  .site-main article h1, .site-main article
  h2, .site-main article
  h3, .site-main article
  h4, .site-main article
  h5, .site-main article
  h6, .site-main article
  .wp-block-cover .wp-block-cover-text {
    margin-top: 5rem; }
  .site-main article h1.unset-top-margin,
  .site-main article h1.unset-v-margin, .site-main article
  h2.unset-top-margin,
  .site-main article
  h2.unset-v-margin, .site-main article
  h3.unset-top-margin,
  .site-main article
  h3.unset-v-margin, .site-main article
  h4.unset-top-margin,
  .site-main article
  h4.unset-v-margin, .site-main article
  h5.unset-top-margin,
  .site-main article
  h5.unset-v-margin, .site-main article
  h6.unset-top-margin,
  .site-main article
  h6.unset-v-margin, .site-main article
  .wp-block-cover .wp-block-cover-text.unset-top-margin,
  .site-main article
  .wp-block-cover .wp-block-cover-text.unset-v-margin {
    margin-top: 0; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .wp-block-cover .wp-block-cover-text a {
    text-decoration: inherit; }

.wp-block-cover .wp-block-cover-text,
h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-bottom: .9375rem; }
  p.magnify {
    font-size: 1.1rem;
    line-height: 1.8; }

strong,
b {
  font-weight: 600; }

h1.entry-title,
h2.entry-title {
  margin-bottom: 0; }
  h1.entry-title a,
  h2.entry-title a {
    color: #000000; }
  h1.entry-title span.subtitle,
  h2.entry-title span.subtitle {
    display: block;
    margin-bottom: 3rem;
    color: inherit; }

h2.entry-title {
  font-size: 1.5rem; }
  .index h2.entry-title {
    text-align: center; }

.title,
.subtitle {
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Noto Serif", serif;
  font-style: italic;
  word-break: break-word; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  color: #000000;
  font-size: 2rem;
  line-height: 1.125; }
  .title strong {
    color: inherit;
    font-weight: inherit; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .title.is-1 {
    font-size: 3rem; }
  .title.is-2 {
    font-size: 2.5rem; }
  .title.is-3 {
    font-size: 2.1875rem; }
  .title.is-4 {
    font-size: 2rem; }
  .title.is-5 {
    font-size: 1.875rem; }
  .title.is-6 {
    font-size: 1.5rem; }
  .title.is-7 {
    font-size: 1.25rem; }
  .title.is-8 {
    font-size: 1rem; }
  .title.is-9 {
    font-size: 0.88rem; }
  .title.is-10 {
    font-size: 0.8275rem; }
  .title.is-11 {
    font-size: 0.75rem; }
  .title.is-12 {
    font-size: 0.7rem; }

h1.title.block, h1.title.section-title, h2.title.block, h2.title.section-title, h3.title.block, h3.title.section-title, h4.title.block, h4.title.section-title, h5.title.block, h5.title.section-title, h6.title.block, h6.title.section-title {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: .88rem;
  margin-bottom: 6em; }

h1.title.section-title.center, h2.title.section-title.center, h3.title.section-title.center, h4.title.section-title.center, h5.title.section-title.center, h6.title.section-title.center {
  text-align: center; }

.subtitle {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  display: block; }
  .subtitle strong {
    color: #151515;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2.1875rem; }
  .subtitle.is-4 {
    font-size: 2rem; }
  .subtitle.is-5 {
    font-size: 1.875rem; }
  .subtitle.is-6 {
    font-size: 1.5rem; }
  .subtitle.is-7 {
    font-size: 1.25rem; }
  .subtitle.is-8 {
    font-size: 1rem; }
  .subtitle.is-9 {
    font-size: 0.88rem; }
  .subtitle.is-10 {
    font-size: 0.8275rem; }
  .subtitle.is-11 {
    font-size: 0.75rem; }
  .subtitle.is-12 {
    font-size: 0.7rem; }

.gold-first:first-letter {
  color: inherit;
  background: url("../images/gold_border_bg.jpg") repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gold-all {
  color: inherit;
  background: url("../images/gold_border_bg.jpg") repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.as-h2 {
  font-size: 2.5rem !important; }

.text-aligncenter {
  text-align: center !important; }

.line-height-adjust {
  line-height: 160% !important; }

.as-h4 {
  font-size: 27px !important; }

.header-as-text {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-style: normal !important;
  font-weight: 400; }

.assistive-text,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .assistive-text:focus,
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.breadcrumbs {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  display: flex;
  list-style: none;
  font-size: 0.7rem;
  position: relative; }
  .breadcrumbs li {
    display: block; }
    .breadcrumbs li::after {
      display: inline-block;
      content: "/";
      padding: 0 0.4rem;
      color: #000000; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
  .breadcrumbs a {
    text-decoration: none; }

#comments, #respond {
  margin-top: 3.2rem; }

#respond {
  margin-bottom: 3.2rem; }

.comment-reply-title {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important; }

#comments nav {
  display: grid;
  grid-template-columns: 50% 50%; }

.comment-nav-link.link-next {
  text-align: right; }

.comment-nav-link.link-prev {
  text-align: left; }

.envira-gallery-item-inner a {
  padding-right: 10px;
  display: block; }
  .envira-gallery-item-inner a img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    overflow: none;
    object-fit: scale-down; }

.envira-gallery-item:last-of-type .envira-gallery-item-inner a {
  padding-right: 0 !important;
  display: block; }

.page-template-template-cover .wp-block-cover {
  margin-bottom: 6.4rem; }

.gutenberg pre.wp-block-verse {
  border-left: none;
  position: relative; }
  .gutenberg pre.wp-block-verse:before {
    content: '';
    width: 4px;
    background-color: #e64d6b;
    height: 100%;
    position: absolute;
    display: block;
    left: 0.8rem;
    top: 0; }

.gutenberg .wp-block-pullquote {
  margin: 4.8rem 0;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  width: auto; }
  .gutenberg .wp-block-pullquote blockquote {
    display: inline-block;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding: 3.2rem 1.6rem;
    text-align: left;
    width: 400px; }
  .gutenberg .wp-block-pullquote cite {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.8275rem;
    text-align: right;
    display: block; }
  .gutenberg .wp-block-pullquote.alignright {
    float: right;
    display: inline-block;
    margin-left: 3.2rem; }
  .gutenberg .wp-block-pullquote.alignleft {
    float: left;
    display: inline-block;
    margin-right: 3.2rem; }

.gutenberg .wp-block-cover-image .wp-block-cover-image-text,
.gutenberg .wp-block-cover-image .wp-block-cover-text,
.gutenberg .wp-block-cover-image h2,
.gutenberg .wp-block-cover .wp-block-cover-image-text,
.gutenberg .wp-block-cover .wp-block-cover-text,
.gutenberg .wp-block-cover h2 {
  max-width: 80% !important; }

.gutenberg .cover-text-small .wp-block-cover-text {
  font-size: 1rem !important; }

@media all and (min-width: 960px) {
  .gutenberg .wp-block-pullquote.alignright {
    padding-left: 0; }
  .gutenberg .wp-block-pullquote.alignleft {
    padding-right: 0; }
  .gutenberg .entry-content > pre.wp-block-verse:not(.fullwidth) {
    padding-left: 11.2rem;
    padding-right: 11.2rem; }
    .gutenberg .entry-content > pre.wp-block-verse:not(.fullwidth):before {
      left: 8.8rem;
      top: 0; } }

@media all and (min-width: 1280px) {
  .gutenberg .wp-block-pullquote.alignright {
    padding-left: 0; }
  .gutenberg .wp-block-pullquote.alignleft {
    padding-right: 0; }
  .gutenberg .entry-content > pre.wp-block-verse:not(.fullwidth) {
    padding-left: 14.4rem;
    padding-right: 14.4rem; }
    .gutenberg .entry-content > pre.wp-block-verse:not(.fullwidth):before {
      left: 12rem;
      top: 0; } }

.primary-navigation {
  display: none;
  margin-top: 4.3rem; }

ul.menu {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0; }

.menu {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: .667rem; }
  .menu li {
    list-style: none; }
    .menu li a {
      text-decoration: none; }
  .menu > li {
    margin-right: 2rem;
    position: relative; }
    .menu > li:last-of-type {
      margin-right: 0; }
    .menu > li a {
      color: #000000;
      position: relative;
      padding-bottom: 6px; }
      .menu > li a:hover {
        color: #000000; }
      .menu > li a:after {
        content: '';
        height: 2px;
        width: 0;
        position: absolute;
        display: block;
        left: 50%;
        bottom: 0;
        background: url("../images/gold_underline.jpg");
        background-size: cover;
        transition: all .5s; }
    .menu > li:hover > a:after,
    .menu > li > a:hover:after,
    .menu > li.current_page_item > a:after,
    .menu > li.current-menu-item > a:after,
    .menu > li.current_page_ancestor > a:after,
    .menu > li.current-menu-ancestor > a:after {
      width: 100%;
      left: 0; }
  .menu ul {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    width: 250px;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    left: 0;
    overflow: hidden;
    padding: 0.8rem 0;
    transition: all .6s; }
    .menu ul li {
      line-height: 1.6rem;
      background-color: #f4f4f4;
      color: #000000;
      position: relative;
      font-size: .9em;
      transition: all .5s;
      margin-bottom: 0.4rem;
      padding: 0 0.4rem; }
      .menu ul li a {
        color: #000000;
        transform: scale(0.95, 0.95);
        transition: all .5s;
        display: block; }
      .menu ul li a:visited {
        color: #000000; }
      .menu ul li:hover > a {
        color: #000000;
        transform: scale(1, 1);
        transform-origin: center; }
    .menu ul:after {
      content: '';
      clear: both;
      display: table; }
    .menu ul ul {
      max-width: 100%; }
  .menu li:hover > ul,
  .menu li:focus > ul {
    transform: scaleY(1);
    overflow: visible; }
    .menu li:hover > ul ul,
    .menu li:focus > ul ul {
      background: #f4f4f4;
      width: 80%;
      left: 20%; }
      .menu li:hover > ul ul li,
      .menu li:focus > ul ul li {
        background-color: #fff; }
  .menu > li:last-child ul,
  .menu > li:last-child:hover ul,
  .menu > li:last-child:focus ul {
    left: unset;
    right: 0; }

@media all and (min-width: 768px) {
  .menu#shop-menu li {
    text-align: unset;
    padding: unset;
    border: none;
    margin: unset;
    width: unset;
    background: transparent;
    font-size: 0.75rem !important; }
    .menu#shop-menu li > a {
      color: #000000 !important; }
      .menu#shop-menu li > a:hover {
        color: #e64d6b; }
  .menu#shop-menu > li:last-of-type {
    border: none;
    background-color: unset;
    width: unset;
    margin: unset; }
    .menu#shop-menu > li:last-of-type a {
      margin-bottom: unset; } }

@media all and (min-width: 1280px) {
  .primary-navigation {
    display: block; }
  .slicknav_mobile_menu {
    display: none; } }

.slicknav_mobile_menu {
  text-align: center; }

a.slicknav_mobile_btn {
  display: inline-block;
  margin: 1.6rem auto 0;
  background-color: #fff;
  border: 2px solid #000000;
  color: #000000;
  font-size: .8rem;
  padding: 6px 12px;
  position: relative;
  top: 20px;
  z-index: 99; }
  a.slicknav_mobile_btn:active, a.slicknav_mobile_btn:focus, a.slicknav_mobile_btn:hover {
    outline: none;
    border-color: #000000;
    background-color: #fff;
    color: #000000;
    opacity: 1; }
  a.slicknav_mobile_btn span.slicknav_mobile_menutxt {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important; }
    a.slicknav_mobile_btn span.slicknav_mobile_menutxt :after {
      content: '';
      display: table;
      clear: both; }
    a.slicknav_mobile_btn span.slicknav_mobile_menutxt span.dashicons.dashicons-editor-justify {
      font-size: 1.6rem;
      height: 1.6rem;
      width: 1.6rem; }

.site-footer a.slicknav_mobile_btn {
  margin: 1.6rem auto 0;
  background-color: #fff; }

.site-footer .slicknav_mobile_menu {
  text-align: center; }

.slicknav_mobile_menu {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 0 auto; }

ul.slicknav_mobile_nav {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 2px solid #000000;
  top: -2px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: .75rem;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  color: #000000;
  line-height: 1.6rem;
  text-align: left;
  position: absolute;
  top: 100%; }
  ul.slicknav_mobile_nav li {
    list-style: none; }
    ul.slicknav_mobile_nav li :focus,
    ul.slicknav_mobile_nav li :active {
      outline: none; }
    ul.slicknav_mobile_nav li a {
      text-decoration: none;
      color: #000000; }
      ul.slicknav_mobile_nav li a:focus, ul.slicknav_mobile_nav li a:active {
        outline: none; }
  ul.slicknav_mobile_nav .slicknav_mobile_arrow {
    position: relative;
    top: 3px;
    color: #e64d6b; }

a.slicknav_mobile_item {
  position: relative; }

ul.slicknav_mobile_nav .slicknav_mobile_arrow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }

ul.slicknav_mobile_nav .slicknav_mobile_arrow span.dashicons {
  position: absolute;
  right: 100%;
  top: -3px; }

@media all and (min-width: 768px) {
  a.slicknav_mobile_btn {
    margin: 1.6rem 0 0; }
  .slicknav_mobile_menu {
    text-align: right; }
  .slicknav_mobile_nav {
    width: 300px;
    max-width: 100%;
    margin: unset;
    margin-right: 0;
    position: absolute;
    margin-top: -2px;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 0.8rem 1.6rem;
    text-align: left; } }

@media all and (min-width: 1260px) {
  li.mobile-only {
    display: none; } }

.nav-links {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.75rem;
  display: flex;
  justify-content: center; }
  .nav-links > * {
    padding: 0 16px; }
  .nav-links a {
    display: block;
    text-decoration: none;
    color: #000000;
    transform: scale(0.9, 0.9);
    transition: all .5s; }
    .nav-links a:hover {
      transform: scale(1, 1);
      opacity: 1; }

.woocommerce-product-search .search-submit,
#search-form .search-submit {
  display: none; }

.woocommerce-product-search input.search-field,
#search-form input.search-field {
  height: 2rem;
  line-height: 1.6em;
  padding: 0 1.6rem 0 0.4rem;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  transition: width .5s;
  background-color: #f4f4f4; }
  .woocommerce-product-search input.search-field:focus,
  #search-form input.search-field:focus {
    border-color: #000000; }

.woocommerce-product-search .input-group,
#search-form .input-group {
  position: relative; }
  .woocommerce-product-search .input-group span.dashicons,
  #search-form .input-group span.dashicons {
    position: absolute;
    right: 0.2rem;
    top: 0;
    display: block;
    top: 50%;
    margin-top: -10px;
    color: #000000; }

.woocommerce-product-search {
  display: flex;
  max-width: 96%;
  justify-content: center; }
  .woocommerce-product-search input.search-field {
    width: auto !important;
    margin-left: unset;
    max-width: 60%; }
  .woocommerce-product-search button {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 0.8275rem;
    line-height: 2.4em;
    margin: 0 0.4rem 0.8rem;
    overflow: visible;
    padding: 0 1.28em 0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transition: all .05s linear;
    white-space: initial;
    width: auto;
    transform-origin: center center;
    transform: scale(0.9875);
    height: 100%;
    width: 100px; }
    .woocommerce-product-search button:focus {
      outline: none; }
    .woocommerce-product-search button:hover {
      opacity: 1;
      cursor: pointer;
      transform: scale(1.0125);
      text-decoration: none !important; }
    .woocommerce-product-search button.is-active, .woocommerce-product-search button:active {
      opacity: 1;
      transform: scale(1); }
    .woocommerce-product-search button.is-disabled, .woocommerce-product-search button:disabled {
      transform: scale(1);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
      .woocommerce-product-search button.is-disabled:hover, .woocommerce-product-search button:disabled:hover {
        cursor: not-allowed; }
    .woocommerce-product-search button.is-xxsmall,
    .woocommerce-product-search button.is-xxsmall a {
      font-size: 0.6rem;
      letter-spacing: .2em !important;
      font-weight: 600; }
    .woocommerce-product-search button.is-xsmall,
    .woocommerce-product-search button.is-xsmall a {
      font-size: 0.7rem; }
    .woocommerce-product-search button.is-small,
    .woocommerce-product-search button.is-small a {
      font-size: 0.75rem; }
    .woocommerce-product-search button.is-medium,
    .woocommerce-product-search button.is-medium a {
      font-size: 0.88rem;
      line-height: 3.2em; }
    .woocommerce-product-search button.is-large,
    .woocommerce-product-search button.is-large a {
      font-size: 1rem;
      line-height: 3.2em; }

.search-results .index article h2:not(.entry-title),
.search-results .index article h1,
.search-results .index article h3,
.search-results .index article h4,
.search-results .index article h5,
.search-results .index article h6 {
  font-size: 0.75rem !important; }

.search-results .index .wp-block-columns {
  display: block !important; }
  .search-results .index .wp-block-columns > * {
    margin-right: auto !important;
    margin-left: auto !important; }

#tabs {
  margin: 1.6rem 0 3.2rem; }

.tabs {
  list-style-type: none;
  justify-content: flex-end;
  margin: 1.6rem 0 0;
  padding-left: 0;
  border-bottom: 2px solid #f4f4f4;
  position: relative;
  z-index: 9;
  width: 100%; }
  .tabs li:focus,
  .tabs li:active,
  .tabs li a:focus,
  .tabs li a:active {
    outline: none; }
  .tabs li {
    background: #f4f4f4;
    border: 2px solid #f4f4f4;
    border-bottom: 4px solid #f4f4f4;
    color: #e64d6b;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    margin-bottom: 0.4rem;
    opacity: .6;
    position: relative;
    top: 3px;
    transition: all .5s;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.8275rem; }
    .tabs li a {
      color: #e64d6b;
      display: block;
      height: 100%;
      opacity: inherit;
      padding: 0.8rem 3.2rem;
      text-decoration: none;
      width: 100%;
      opacity: 1; }
    .tabs li.active, .tabs li:hover, .tabs li.ui-tabs-active, .tabs li.ui-state-active {
      background-color: #e64d6b;
      border-color: #e64d6b;
      color: #fff;
      opacity: 1; }
      .tabs li.active a, .tabs li:hover a, .tabs li.ui-tabs-active a, .tabs li.ui-state-active a {
        color: #fff; }
    .tabs li:last-of-type {
      margin-right: 0; }

.panel,
#tabs > div {
  border: 2px solid #f4f4f4;
  border-top: 2px solid #e64d6b;
  padding: 3.2rem 1.6rem;
  background-color: #fff;
  position: relative;
  z-index: 99;
  display: none;
  width: 100%; }
  .panel:after,
  #tabs > div:after {
    content: '';
    clear: both;
    display: table; }
  .panel .section,
  #tabs > div .section {
    display: block;
    width: 100%; }

.woocommerce-tabs {
  width: 100%;
  max-width: 1170px;
  margin: 3.2rem auto; }

@media all and (min-width: 768px) {
  .tabs {
    display: flex; }
    .tabs li {
      margin-bottom: 0;
      margin-right: 0.2rem; } }

.widget ul li {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal !important;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.75rem; }
  .widget ul li a {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-style: normal !important;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.25rem;
    text-decoration: none; }

h3.widget-title {
  margin-bottom: 3.2rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  overflow: hidden;
  text-align: center; }
  h3.widget-title span {
    display: inline-block;
    padding: 0 0.4em;
    position: relative; }
  h3.widget-title > span:before,
  h3.widget-title > span:after {
    content: '';
    position: absolute;
    top: 51%;
    border-bottom: 1px solid;
    width: 640px; }
  h3.widget-title > span:before {
    right: 100%; }
  h3.widget-title > span:after {
    left: 100%; }

#wp-calendar {
  table-layout: fixed; }
  #wp-calendar tbody td {
    padding: 0.4rem;
    text-align: center; }
  #wp-calendar th {
    text-align: center; }
  #wp-calendar tfoot td {
    padding: 0.8rem 0 0; }
  #wp-calendar tfoot tr {
    border-bottom: none; }
  #wp-calendar tfoot #prev {
    text-align: left; }
  #wp-calendar tfoot #next {
    text-align: right; }
  #wp-calendar tfoot a {
    text-decoration: none; }

img.size-auto, img.size-full, img.size-large, img.size-medium, img.size-thumbnail {
  max-width: 100%;
  height: auto; }

img.alignleft, img.alignright, img.aligncenter {
  clear: both;
  display: block;
  margin-bottom: 1.6em;
  margin-left: auto;
  margin-right: auto; }

.wp-block-embed.aligncenter {
  width: max-content;
  margin: 0 auto;
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%; }
  .wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .gallery-caption,
  .wp-caption .wp-caption-text {
    margin: 0.96em 0;
    text-align: center; }

@media all and (min-width: 960px) {
  img.alignleft {
    padding-top: 0.4rem;
    float: left;
    max-width: 50%;
    margin-right: 1.6em; }
  img.alignright {
    padding-top: 0.4rem;
    float: right;
    max-width: 50%;
    margin-left: 1.6em; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 1.6em;
    margin-left: auto;
    margin-right: auto; } }

::selection {
  color: #fff;
  background-color: #e64d6b; }

::-moz-selection {
  color: #fff;
  background-color: #e64d6b; }

.obfs {
  display: none !important; }

.customize-partial-edit-shortcut-button {
  padding: 0 !important; }

.media-box {
  border: 1px solid;
  padding: 10px 20px;
  background-color: #fff;
  min-height: 244px; }

.media-box h3 {
  margin-top: 0 !important;
  text-align: center; }

.vstart {
  margin-bottom: 50px; }

.vstart h3 {
  margin-top: 0 !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "dashicons";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.pbk-testimonial img {
  padding-top: 0;
  padding-bottom: 20px; }

.pbk-testimonial img {
  padding-top: 30px;
  width: 400px;
  max-width: 100%;
  object-fit: contain !important; }

.pbk-testimonial blockquote {
  flex: 3 0 0;
  position: relative;
  z-index: 9; }

.pbk-testimonial blockquote:before {
  content: '“';
  position: absolute;
  font-size: 300px;
  z-index: 0;
  color: #e64d6b;
  opacity: .1;
  top: -100px;
  left: -60px; }

.pbk-testimonial blockquote > p {
  font-weight: normal;
  font-size: 18px !important;
  position: relative;
  z-index: 99; }

.pbk-testimonial blockquote > p:first-of-type {
  font-weight: bold;
  font-size: 32px !important;
  line-height: 1.3; }
