@charset "UTF-8";
/* details

site: coppafeel
authors: huxley digital
----------------------------------------------------------------------------- */
/* variables
----------------------------------------------------------------------------- */
/* mixins
----------------------------------------------------------------------------- */
/* reset
----------------------------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "open sans";
  font-size: 1rem;
  line-height: 1.4;
  color: #313C47;
  background: #cbcbcb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #313C47;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: none;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* clears the ‘X’ from Internet Explorer Search Input */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome Search Input */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* layout
----------------------------------------------------------------------------- */
#site-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
}

main {
  position: relative;
}

.text-wrap {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .text-wrap {
    width: 65.71%;
  }
}

/* grids
----------------------------------------------------------------------------- */
/* set gutter var  */
.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1240px) {
  .grid-item {
    margin-bottom: 2rem;
  }
}

@media (min-width: 480px) {
  .cols-2 {
    width: calc(50% - 32px / 2);
    margin-left: 32px;
  }
  .cols-2:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 480px) {
  .cols-3 {
    width: calc(50% - 32px / 2);
    margin-left: 32px;
  }
  .cols-3:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 880px) {
  .cols-3 {
    width: calc(33.33% - 32px / 1.5);
  }
  .cols-3:nth-of-type(2n+1) {
    margin-left: 32px;
  }
  .cols-3:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 480px) {
  .cols-4 {
    width: calc(50% - 32px / 2);
    margin-left: 32px;
  }
  .cols-4:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 880px) {
  .cols-4 {
    width: calc(33.33% - 32px / 1.5);
  }
  .cols-4:nth-of-type(2n+1) {
    margin-left: 32px;
  }
  .cols-4:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1120px) {
  .cols-4 {
    width: calc(25% - 32px / 1.33);
  }
  .cols-4:nth-of-type(2n+1) {
    margin-left: 32px;
  }
  .cols-4:nth-of-type(3n+1) {
    margin-left: 32px;
  }
  .cols-4:nth-of-type(4n+1) {
    margin-left: 0;
  }
}

/* typography
----------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: bebas-neue, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 960px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 960px) {
  h2 {
    font-size: 3.75rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 960px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #15195a;
}
@media (min-width: 960px) {
  h4 {
    font-size: 2.125rem;
  }
}

.intro-text p:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .intro-text p:first-of-type {
    font-size: 1.25rem;
  }
}

/* header
----------------------------------------------------------------------------- */
header {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}
header .header-top {
  padding: 10px 1rem;
  display: flex;
  align-items: center;
}
header .logo {
  width: 92px;
  height: 32px;
  margin-right: 24px;
}
header .logo-desktop {
  position: absolute;
  bottom: 1rem;
  left: 11.1%;
}
@media (min-width: 1240px) {
  header .logo-desktop {
    left: 1.1%;
  }
}
@media (min-width: 1440px) {
  header .logo-desktop {
    left: 11.1%;
  }
}
header .check {
  width: 150px;
  height: 40px;
  padding: 0.5rem 1rem;
  margin-left: auto;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: bebas-neue, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.56px;
  color: #15195a;
  transition: 300ms ease-in;
}
@media (min-width: 340px) {
  header .check {
    width: auto;
    display: inline-flex;
  }
}
header .check.slab {
  --d: 4px;
}
header .burger {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1120px) {
  header .burger {
    display: none;
  }
}
header .burger.border-navy {
  --d: 4px;
}
header .hamburger {
  position: relative;
  width: 12px;
  height: 2px;
  display: block;
  background: #e61576;
}
header .hamburger:before, header .hamburger:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background: #e61576;
  transition: 250ms;
}
header .hamburger:before {
  top: -4px;
  transform-origin: right center;
}
header .hamburger:after {
  bottom: -4px;
  transform-origin: right center;
}
.show-nav header .hamburger {
  background: transparent;
}
.show-nav header .hamburger:before {
  transform: translate3d(1px, 0px, 0) rotate(-45deg);
}
.show-nav header .hamburger:after {
  transform: translate3d(1px, 1px, 0) rotate(45deg);
}

/* mobile navigation
----------------------------------------------------------------------------- */
@media (min-width: 1120px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile .primary-nav {
  display: none;
  /* top-level nav elements, shared and inherited styles
  ----------------------------------------------------------------------------- */
  /* child-level nav elements
  ----------------------------------------------------------------------------- */
  /* menu specific styles
  note: there's a lot going on here - margin-bottoms of 16, 26, 14 and 30px in
  primary-nav ul [primary nav elements] hence using the nth-of. Poss re-factor
  later..
  ----------------------------------------------------------------------------- */
}
.show-nav .header__mobile .primary-nav {
  display: block;
}
.header__mobile .primary-nav .resources .nav-link,
.header__mobile .primary-nav .shop .nav-link,
.header__mobile .primary-nav .search .nav-link {
  padding-bottom: 0px !important;
}
.header__mobile .primary-nav .resources:before,
.header__mobile .primary-nav .shop:before,
.header__mobile .primary-nav .search:before {
  width: 25px;
  height: 25px;
  content: "";
}
.header__mobile .primary-nav .resources:before {
  background: url("/wp-content/themes/coppafeel/images/resources.svg");
  background-repeat: no-repeat;
}
.header__mobile .primary-nav .shop:before {
  background: url("/wp-content/themes/coppafeel/images/cart.svg");
  background-repeat: no-repeat;
}
.header__mobile .primary-nav .secondary-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
}
.header__mobile .primary-nav .secondary-toggle:before,
.header__mobile .primary-nav .secondary-toggle:after {
  position: absolute;
  right: 6px;
  width: 14px;
  height: 2px;
  content: "";
  background: #e61576;
}
.header__mobile .primary-nav .secondary-toggle:after {
  transform: rotate(90deg);
}
.header__mobile .primary-nav .child-child-nav {
  padding: 0 1.5rem;
  display: none;
}
.header__mobile .primary-nav .child-child-nav.show-child-child-nav {
  display: block;
}
.header__mobile .primary-nav .show-child-child-nav + .secondary-toggle:before {
  transform: rotate(40deg);
}
.header__mobile .primary-nav .show-child-child-nav + .secondary-toggle:after {
  transform: rotate(140deg);
}
.header__mobile .primary-nav .search-form {
  width: calc(100% - 3rem);
  margin: 0 1.5rem 1rem 1.5rem;
}
.header__mobile .primary-nav .top-level-nav {
  display: flex;
  flex-direction: column;
}
.header__mobile .primary-nav .found-something {
  margin: 0 1.5rem 1.25rem 1.5rem;
}
.header__mobile .primary-nav .nav-item {
  position: relative;
  padding: 0 1.5rem;
}
.header__mobile .primary-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #15195a;
  text-decoration: none;
  padding-bottom: 0.875rem;
}
.header__mobile .primary-nav .nav-item .nav-link:hover {
  text-decoration: none;
}
.header__mobile .primary-nav .show-sub-nav + .menu-toggle {
  top: 1.2rem;
}
.header__mobile .primary-nav .child-nav {
  padding-top: 0.5rem;
  display: none;
  border-top: 2px solid #e61576;
}
.header__mobile .primary-nav .child-nav.show-sub-nav {
  display: block;
}
.header__mobile .primary-nav .child-nav .child-nav-link {
  padding: 0.75rem 0;
  display: block;
  font-family: bebas-neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  color: #15195a;
  text-decoration: none;
}
.header__mobile .primary-nav .menu-toggle {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  transform: translateY(-50%);
}
.header__mobile .primary-nav .menu-toggle:before, .header__mobile .primary-nav .menu-toggle:after {
  position: absolute;
  top: 0;
  right: 6px;
  width: 14px;
  height: 2px;
  content: "";
  background: #e61576;
}
.header__mobile .primary-nav .menu-toggle:after {
  transform: rotate(90deg);
}
.header__mobile .primary-nav .nav-item:nth-child(1) {
  height: 54px;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -4px 4px 0px #4cc3c7;
}
.header__mobile .primary-nav .nav-item:nth-child(2),
.header__mobile .primary-nav .nav-item:nth-child(3) {
  border-bottom: 2px solid #eaeaea;
}
.header__mobile .primary-nav .nav-item:nth-child(3) .nav-link,
.header__mobile .primary-nav .nav-item:nth-child(4) .nav-link {
  margin-top: 1.125rem;
}
.header__mobile .primary-nav .nav-item:nth-child(4) .nav-link {
  padding-bottom: 0.875rem;
}
.header__mobile .primary-nav .nav-item:nth-child(5),
.header__mobile .primary-nav .nav-item:nth-child(6),
.header__mobile .primary-nav .nav-item:nth-child(7) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  background: #15195a;
}
.header__mobile .primary-nav .nav-item:nth-child(5) .nav-link,
.header__mobile .primary-nav .nav-item:nth-child(6) .nav-link,
.header__mobile .primary-nav .nav-item:nth-child(7) .nav-link {
  font-size: 1.125rem;
  letter-spacing: 0.56px;
  color: #fff;
}
.header__mobile .primary-nav .nav-item:nth-child(5) {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  margin-top: 1rem;
}
.header__mobile .primary-nav .nav-item:nth-child(6) {
  padding: 0rem 1.5rem 1rem 1.5rem;
}
.header__mobile .primary-nav .nav-item:nth-child(7) {
  height: auto;
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}
.header__mobile .primary-nav .resources .nav-link, .header__mobile .primary-nav .shop .nav-link {
  margin-left: 0.25rem;
}
.header__mobile .primary-nav .nav-item .donate {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.56px;
  background: #e61576;
}
.header__mobile .primary-nav .found-something .nav-link,
.header__mobile .primary-nav .donate .nav-link {
  padding-bottom: 0px;
}
.header__mobile .child-nav-item {
  position: relative;
  padding: 0 1rem;
}
.header__mobile .child-nav-item:hover {
  background: #eaeaea;
}
.header__mobile .child-child-nav-link {
  padding: 0.75rem 0;
  display: block;
  font-size: 1rem !important;
}

/* desktop-navigation
----------------------------------------------------------------------------- */
.header__desktop {
  display: none;
  /* primary link hover states, ie what happens when you hover over an item
  ----------------------------------------------------------------------------- */
  /* close header__desktop
  ----------------------------------------------------------------------------- */
}
@media (min-width: 1120px) {
  .header__desktop {
    display: block;
    /* top and bottom rows: shared styles
    ----------------------------------------------------------------------------- */
    /* top row: primary link layout styles
    ----------------------------------------------------------------------------- */
    /* bottom row: primary link layout styles
    ----------------------------------------------------------------------------- */
  }
  .header__desktop .nav-top,
  .header__desktop .nav-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__desktop .nav-link {
    font-family: bebas-neue, sans-serif;
    transition: 300ms ease-in;
  }
  .header__desktop .nav-top,
  .header__desktop .nav-bottom {
    padding: 0 1.1%;
  }
  .header__desktop .nav-top {
    width: auto;
    height: 40px;
    background: #15195a;
  }
  .header__desktop .nav-top .nav-item {
    position: relative;
    padding: 0 1rem 0 2rem;
    z-index: 1000;
    display: flex;
    height: 100%;
    align-items: center;
    background-position: center left 1rem;
    transition: 300ms ease-in;
  }
  .header__desktop .nav-top .nav-item:hover {
    background: #eaeaea;
  }
  .header__desktop .nav-top .nav-item:hover .nav-link {
    color: #15195a;
  }
  .header__desktop .nav-top .nav-item.active {
    background: #eaeaea;
  }
  .header__desktop .nav-top .nav-item.active .nav-link {
    color: #15195a;
  }
  .header__desktop .nav-top .nav-link {
    margin-left: 0.25rem;
  }
  .header__desktop .nav-top .donate .nav-link {
    margin: 0;
  }
  .header__desktop .nav-top .accessibility-tools {
    background: url("/wp-content/themes/coppafeel/images/icon-accessibility-24x24-white.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .accessibility-tools:hover {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/icon-accessibility-24x24-blue.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .accessibility-tools.active {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/icon-accessibility-24x24-blue.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .blog {
    background: url("/wp-content/themes/coppafeel/images/icon--blog--24x24--White.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .blog:hover {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/icon--blog--24x24--blue.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .blog.active {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/icon--blog--24x24--blue.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .resources {
    background: url("/wp-content/themes/coppafeel/images/resources.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .resources:hover {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/resources-h.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .resources.active {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/resources-h.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .shop {
    background: url("/wp-content/themes/coppafeel/images/cart.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .shop:hover {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/cart-h.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .shop.active {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/cart-h.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .search-the-site {
    background: url("/wp-content/themes/coppafeel/images/search.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .search-the-site:hover {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/search-h.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .search-the-site.active {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/search-h.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .search-active {
    background: #eaeaea url("/wp-content/themes/coppafeel/images/search-h.svg") left 0.5rem center no-repeat;
  }
  .header__desktop .nav-top .search-active a {
    color: #15195a;
  }
  .header__desktop .nav-top .nav-link {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.56px;
    color: #fff;
  }
  .header__desktop .nav-top .donate {
    height: 100%;
    padding: 1rem;
    margin-left: 0rem;
    display: flex;
    align-items: center;
    background: #e61576;
  }
  .header__desktop .nav-top .donate:hover {
    color: #e61576;
  }
  .header__desktop .nav-top .donate:hover .nav-link {
    color: #e61576;
  }
  .header__desktop .nav-top .donate.active {
    color: #e61576;
  }
  .header__desktop .nav-top .donate.active .nav-link {
    color: #e61576;
  }
  .header__desktop .nav-bottom {
    height: 96px;
    background: white;
  }
  .header__desktop .nav-bottom .nav-item {
    position: relative;
    height: 48px;
    border-bottom: 2px solid white;
    margin-left: 2.5rem;
    display: flex;
    align-items: center;
    transition: 300ms ease-in;
  }
  .header__desktop .nav-bottom .nav-item.found-something {
    margin-left: 3.5rem;
    --b: 2px; /* border length*/
    --d: 6px; /* the cube depth */
    --_s: calc(var(--d) + var(--b));
    border: solid #4cc3c7 !important;
    border-width: var(--b) var(--b) var(--_s) var(--_s) !important;
  }
  .header__desktop .nav-bottom .nav-item.how-to-check {
    margin-left: 1rem;
    --b: 2px; /* border length*/
    --d: 6px; /* the cube depth */
    --_s: calc(var(--d) + var(--b));
    border: solid #e61576 !important;
    border-width: var(--b) var(--b) var(--_s) var(--_s) !important;
  }
  .header__desktop .nav-bottom .nav-item.active {
    border-bottom: 2px solid #e61576;
  }
  .header__desktop .nav-bottom .nav-item:hover .child-nav,
  .header__desktop .nav-bottom .nav-item.focus .child-nav {
    display: block;
  }
  .header__desktop .nav-bottom .nav-item:hover {
    border-bottom: 2px solid #e61576;
  }
  .header__desktop .nav-bottom .nav-item:hover .menu-toggle.menu-toggle:after {
    transform: rotate(315deg);
    top: 12px;
  }
  .header__desktop .nav-bottom .nav-item.slab {
    height: 54px;
  }
  .header__desktop .nav-bottom .nav-link {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #15195a;
  }
}
@media (min-width: 1440px) {
  .header__desktop .nav-top,
  .header__desktop .nav-bottom {
    padding: 0 11.1%;
  }
}
.header__desktop .child-nav {
  padding: 2rem 0;
  position: absolute;
  top: 48px;
  min-width: 264px;
  height: auto;
  display: none;
  background: #fff;
  z-index: 10000;
  /* note hover and focus states to reveal child-nav can be found in nav-item
  rules, line 247 ----------------------------------------------------------- */
}
.header__desktop .child-nav.show-sub-nav {
  display: block;
  visibility: visible;
}
.header__desktop .child-nav-item:hover {
  background: #eaeaea;
}
.header__desktop .child-nav-item {
  position: relative;
}
.header__desktop .child-nav-item.active {
  background: #eaeaea;
}
.header__desktop .child-nav-link {
  padding: 0.75rem 0 0.75rem 1.5rem;
  display: block;
  font-family: bebas-neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.56px;
  color: #15195a;
  text-decoration: none;
}
.header__desktop .child-nav-link.active {
  background: #eaeaea;
}
.header__desktop .child-nav-link.active:after {
  content: "";
  display: block;
  width: 90%;
  margin: 0.5rem 0 0;
  border-bottom: 2px solid #e61576;
}
.header__desktop .child-nav-link.show-child-nav {
  background: #eaeaea;
}
.header__desktop .child-nav-link.show-child-nav:after {
  content: "";
  display: block;
  width: 90%;
  margin: 0.5rem 0 0;
  border-bottom: 2px solid #e61576;
}
.header__desktop .menu-toggle {
  position: absolute;
  top: 0.5rem;
  right: -28px;
  width: 28px;
  height: 20px;
  background: transparent;
}
.header__desktop .menu-toggle.menu-toggle:after {
  position: absolute;
  top: 6px;
  right: 0.25rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e61576;
  border-right: 2px solid #e61576;
  content: "";
  background: transparent;
  transform: rotate(135deg);
  transition: 300ms ease-in;
}
.header__desktop .secondary-toggle {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.header__desktop .secondary-toggle:before,
.header__desktop .secondary-toggle:after {
  position: absolute;
  top: 12px;
  right: 6px;
  width: 14px;
  height: 2px;
  content: "";
  background: #e61576;
  transition: 300ms ease-in;
}
.header__desktop .secondary-toggle:after {
  transform: rotate(90deg);
}
.header__desktop .child-child-nav {
  padding: 0 1.5rem;
  display: none;
}
.header__desktop .child-child-nav.show-child-child-nav, .header__desktop .child-child-nav.active {
  display: block;
  background: #eaeaea;
}
.header__desktop .child-child-nav.show-child-child-nav + .secondary-toggle:before, .header__desktop .child-child-nav.active + .secondary-toggle:before {
  transform: rotate(130deg);
}
.header__desktop .child-child-nav.show-child-child-nav + .secondary-toggle:after, .header__desktop .child-child-nav.active + .secondary-toggle:after {
  transform: rotate(230deg);
}
.header__desktop .child-child-nav a {
  color: #15195A;
}
.header__desktop .child-nav-item.focus .child-child-nav {
  display: block;
}
.header__desktop .show-child-child-nav + .secondary-toggle:before {
  transform: rotate(50deg);
}
.header__desktop .show-child-child-nav + .secondary-toggle:after {
  transform: rotate(130deg);
}
.header__desktop .child-child-nav-link {
  padding: 0.5rem 0;
  display: block;
  font-size: 1rem !important;
}
.header__desktop .child-child-nav-item:first-child .child-child-nav-link {
  padding-top: 0.125rem;
}
.header__desktop .child-child-nav-item:last-child .child-child-nav-link {
  padding-bottom: 1rem;
}
.header__desktop .search-bar {
  height: 0px;
  display: flex;
  align-items: center;
  background-color: #eaeaea;
  opacity: 0;
  transition: 300ms ease-in;
  visibility: hidden;
}
.header__desktop .search-bar .close-form {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
  background-image: url("/wp-content/themes/coppafeel/images/icon-close-24x24-.svg");
}
.header__desktop .search-bar .search-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__desktop .search-bar .search-label {
  flex-grow: 1;
  font-family: bebas-neue, sans-serif;
  font-size: 2.125rem;
  color: #15195a;
  text-transform: uppercase;
}
.header__desktop .search-bar .search-input_field {
  max-width: 700px;
}
.header__desktop .search-bar .search-submit_icon {
  right: 8.75rem;
  background-size: 1.5rem;
}
.header__desktop .search-bar .slab {
  margin-left: 1rem;
}
.header__desktop .search-bar.open-search {
  height: 96px;
  opacity: 1;
  visibility: visible;
}

/*keep in touch
----------------------------------------------------------------------------- */
.keep-in-touch {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  background: #4cc3c7;
}
@media (min-width: 960px) {
  .keep-in-touch {
    padding-top: 4.625rem;
    padding-bottom: 5rem;
  }
}
.keep-in-touch h2,
.keep-in-touch p {
  text-align: center;
}
.keep-in-touch .newsletter-title {
  padding: 4px 5px;
  margin: 0 auto 1rem auto;
  display: flex;
  align-self: center;
  font-size: 2.125rem;
  font-weight: normal;
  color: #fff;
  background: #15195a;
}
@media (min-width: 960px) {
  .keep-in-touch .newsletter-title {
    padding: 0.25rem 0.5rem;
    margin: 0 auto 1.5rem auto;
    font-size: 3rem;
    line-height: 1;
  }
}
.keep-in-touch .cta-statement {
  width: 100%;
  max-width: 448px;
  margin: 0 auto 1.5rem auto;
  font-size: 1.125rem;
  line-height: 1.55;
}
@media (min-width: 960px) {
  .keep-in-touch .cta-statement {
    margin: 0 auto 2rem auto;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.keep-in-touch .gform_wrapper .gform_body .gfield {
  margin-bottom: 0 !important;
}
.keep-in-touch .sign-up .gform_heading,
.keep-in-touch .gform_fields .gform_heading {
  display: none;
}
.keep-in-touch .sign-up input,
.keep-in-touch .gform_fields input {
  width: 100%;
  max-width: 448px !important;
  height: 48px;
  margin: 0 auto 1rem auto;
  font-size: 1rem !important;
  display: block;
  cursor: hover;
  padding-left: 24px;
}
.keep-in-touch .sign-up input[type=submit],
.keep-in-touch .gform_fields input[type=submit] {
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #15195a;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.keep-in-touch .sign-up input[type=submit]:hover,
.keep-in-touch .gform_fields input[type=submit]:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
@media (min-width: 960px) {
  .keep-in-touch .sign-up input[type=submit],
  .keep-in-touch .gform_fields input[type=submit] {
    margin: 0 auto 2rem auto;
  }
}
.keep-in-touch .sign-up input::placeholder,
.keep-in-touch .gform_fields input::placeholder {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #313c47;
  -webkit-appearance: none;
}
.keep-in-touch .sign-up .ginput_container_email input[type=text],
.keep-in-touch .gform_fields .ginput_container_email input[type=text] {
  background-image: url("/wp-content/themes/coppafeel/images/icon--email--24x24.svg");
  background-position: center right 1rem;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
}
@media (min-width: 1120px) {
  .keep-in-touch .sign-up .ginput_container_email input[type=text],
  .keep-in-touch .gform_fields .ginput_container_email input[type=text] {
    background-position: center right 0.75rem;
  }
}
.keep-in-touch .sign-up .gform_footer input[type=submit],
.keep-in-touch .gform_fields .gform_footer input[type=submit] {
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 24px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  color: #15195a;
  background: #fff;
  transition: 300ms;
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #e61576 !important;
  border-width: var(--b) var(--b) var(--_s) var(--_s) !important;
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.keep-in-touch .sign-up .gform_footer input[type=submit]:hover,
.keep-in-touch .gform_fields .gform_footer input[type=submit]:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
@media (min-width: 960px) {
  .keep-in-touch .sign-up .gform_footer input[type=submit],
  .keep-in-touch .gform_fields .gform_footer input[type=submit] {
    margin: 0 auto 2rem auto;
  }
}
@media (min-width: 420px) {
  .keep-in-touch .sign-up .gform_footer input[type=submit],
  .keep-in-touch .gform_fields .gform_footer input[type=submit] {
    max-width: 220px;
  }
}
.keep-in-touch .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .keep-in-touch .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 2rem;
  }
}
.keep-in-touch .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  margin-bottom: 0;
  padding-left: 1.5rem;
}

/* footer
----------------------------------------------------------------------------- */
footer.insulate {
  padding-bottom: 2rem;
}

footer {
  background: #15195a;
}
footer h2 {
  padding-top: 6px;
  margin-bottom: 1rem;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 960px) {
  footer h2 {
    margin-bottom: 0.875rem;
  }
}
footer .footer-logo {
  width: 139px;
  height: 48px;
  margin: 0 auto 1rem auto;
  display: block;
}
@media (min-width: 960px) {
  footer .footer-logo {
    width: 208px;
    height: 72px;
    margin: 0 0 2.25rem 0;
  }
}
footer p {
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #fff;
}
footer ul {
  list-style-position: inside;
  list-style-type: none;
}
footer li {
  margin-bottom: 1rem;
}
footer li::marker {
  color: #fff;
}
footer .nav-link {
  letter-spacing: 0.5px;
  color: #fff;
}
footer .nav-link:hover {
  text-decoration: underline;
}
footer .grid-item {
  margin-bottom: 0;
}
footer .footer-main__top {
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  footer .footer-main__top {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  footer .footer-main__top,
  footer .footer-main__low {
    display: flex;
  }
}
@media (min-width: 960px) {
  footer .footer-main__top .lh-col,
  footer .footer-main__low .lh-col {
    width: 31.78%;
  }
  footer .footer-main__top .rh-col,
  footer .footer-main__low .rh-col {
    width: 65.71%;
    margin-left: 32px;
    display: flex;
  }
  footer .footer-main__top {
    margin-bottom: 22px;
  }
}
footer .statement {
  border-bottom: 2px solid white;
  padding: 1.5rem 0;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (min-width: 960px) {
  footer .statement {
    margin: 0;
    font-size: 2.125rem;
    text-align: left;
  }
}
footer .rh-col h2 {
  padding: 1rem 0;
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 960px) {
  footer .rh-col h2 {
    padding: 0 0 1rem 0;
    border-bottom: none;
    font-size: 2.125rem;
  }
}
footer .rh-col .link {
  height: 48px;
  padding: 0 3rem 0 1.5rem;
  border: 2px solid #fff;
  margin-top: 24px;
  display: flex;
  align-items: center;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fff;
  transition: 300ms ease-in;
  position: relative;
}
footer .rh-col .link:hover {
  color: #15195a;
  background: #fff;
}
footer .rh-col .link:before {
  position: absolute;
  content: "";
  right: 1rem;
  top: calc(50% - 6px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  transition: 300ms ease-in;
  transform: rotate(45deg);
}
footer .rh-col .link:hover:before {
  border-top: 2px solid #15195a;
  border-right: 2px solid #15195a;
}
footer .right .slab {
  color: #15195a;
}
footer .socials {
  margin: 1rem 0 1.5rem 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  footer .socials {
    margin: 0;
  }
}
footer .socials h2 {
  padding-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem !important;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  footer .socials h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem !important;
    text-align: left;
  }
}
footer .socials .icons {
  display: flex;
  justify-content: space-between;
  border: none;
}
@media (min-width: 480px) and (max-width: 960px) {
  footer .socials .icons {
    justify-content: center;
  }
  footer .socials .icons a {
    margin: 0 0.5rem;
  }
}
@media (min-width: 960px) {
  footer .socials .icons {
    justify-content: flex-start;
  }
}
footer .socials .icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: 300ms;
  --b: 2px; /* border length*/
  --d: 4px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #e61576;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
footer .socials .icon:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
@media (min-width: 960px) {
  footer .socials .icon {
    margin-right: 0.5rem;
  }
}
footer .socials .icon img {
  width: auto;
  height: 24px;
  margin: 0;
}
footer .accreditations {
  text-align: center;
}
@media (min-width: 960px) {
  footer .accreditations {
    text-align: left;
  }
}
footer .accreditations h2 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.125rem;
  border-bottom: none;
}
@media (min-width: 960px) {
  footer .accreditations h2 {
    font-size: 1.5rem;
  }
}
footer .accreditations .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 960px) {
  footer .accreditations .logos {
    justify-content: space-between;
    align-items: center;
  }
}
footer .accreditations .logo {
  width: auto;
  height: 64px;
  margin-right: 0;
  margin-bottom: 1rem;
  align-self: center;
}
@media (min-width: 960px) {
  footer .accreditations .logo {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
footer .organisation-info {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  footer .organisation-info {
    margin-top: 5.25rem;
    justify-content: flex-start;
    text-align: left;
  }
}
footer .footer-detail {
  position: relative;
}
footer .footer-detail:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/plus-icon.png");
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: 300ms ease-in;
  transform-origin: 50% 50%;
}
@media (min-width: 960px) {
  footer .footer-detail:before {
    display: none;
  }
}
footer .drawer {
  display: none;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 960px) {
  footer .drawer {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer .drawer .nav-item:last-child {
  margin-bottom: 0;
}
footer .reveal .footer-detail:before {
  transform: translateY(-50%) rotate(135deg);
}
footer .reveal .drawer {
  display: block;
}

/* wysywig
----------------------------------------------------------------------------- */
.blog.insulate {
  padding-top: 2rem;
}
@media (min-width: 960px) {
  .blog.insulate {
    padding-top: 2.5rem;
  }
}

.blog-posts .grid-item {
  margin-bottom: 0;
}

.blog, .archive {
  /* latest post, ie the single post that appears at he top of the listings
  ----------------------------------------------------------------------------- */
}
.blog .filter-bar .inner-wrap, .archive .filter-bar .inner-wrap {
  width: 100%;
  margin-top: -50px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (min-width: 880px) {
  .blog .filter-bar .inner-wrap, .archive .filter-bar .inner-wrap {
    padding: 1.375rem 1.5rem 1.25rem 1.5rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.blog .filter-bar .inner-wrap .category, .archive .filter-bar .inner-wrap .category {
  margin-bottom: 0.5rem;
  order: 2;
}
@media (min-width: 880px) {
  .blog .filter-bar .inner-wrap .category, .archive .filter-bar .inner-wrap .category {
    margin-bottom: 0;
    order: 1;
  }
}
.blog .filter-bar .inner-wrap .count, .archive .filter-bar .inner-wrap .count {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  order: 1;
}
@media (min-width: 880px) {
  .blog .filter-bar .inner-wrap .count, .archive .filter-bar .inner-wrap .count {
    margin-bottom: 0;
    order: 2;
  }
}
.blog .filter-bar .inner-wrap .sortby, .archive .filter-bar .inner-wrap .sortby {
  order: 3;
}
.blog .filter-bar .inner-wrap .count, .blog .filter-bar .inner-wrap select, .archive .filter-bar .inner-wrap .count, .archive .filter-bar .inner-wrap select {
  font-family: bebas-neue, sans-serif;
  letter-spacing: 0.5px;
  color: #15195a;
}
.blog .filter-bar .inner-wrap select, .archive .filter-bar .inner-wrap select {
  width: 100%;
  height: 32px;
  padding-left: 1rem;
  border: none;
  font-size: 1.125rem;
  appearance: none;
  background: url("/wp-content/themes/coppafeel/images/icon-arrow-down.svg") no-repeat center right 8px/16px;
}
@media (min-width: 880px) {
  .blog .filter-bar .inner-wrap select, .archive .filter-bar .inner-wrap select {
    height: 44px;
    width: 202px;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    background-size: 24px;
  }
}
.blog .filter-bar .inner-wrap .facetwp-facet, .archive .filter-bar .inner-wrap .facetwp-facet {
  width: 100%;
  margin: 0;
}
.blog article, .archive article {
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .blog article, .archive article {
    margin-bottom: 2.5rem;
  }
}
.blog .meta, .archive .meta {
  margin-bottom: 1rem;
  transform: translateX(0);
}
.blog .date, .archive .date {
  font-size: 0.875rem;
}
.blog .thumbnail, .archive .thumbnail {
  width: 100%;
  height: 164px;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media (min-width: 960px) {
  .blog .thumbnail, .archive .thumbnail {
    height: 200px;
  }
}
.blog h3, .archive h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #15195a;
}
@media (min-width: 960px) {
  .blog h3, .archive h3 {
    font-size: 2.125rem;
  }
}
.blog .link, .archive .link {
  color: #15195a;
}
.blog .categories .link, .archive .categories .link {
  color: #15195a;
  position: relative;
}
.blog .categories .link .category:hover, .archive .categories .link .category:hover {
  color: #fff;
  background: #15195a;
}
.blog .categories .link:before, .archive .categories .link:before {
  position: absolute;
  content: "";
  right: 2rem;
  top: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #e61576;
  border-right: 2px solid #e61576;
  background: transparent;
  transform: rotate(45deg);
}
.blog .categories .link:hover:before, .archive .categories .link:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.blog .latest-post, .archive .latest-post {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog .latest-post .meta, .archive .latest-post .meta {
  margin-left: 0.5rem;
}
@media (min-width: 960px) {
  .blog .latest-post .meta, .archive .latest-post .meta {
    margin-bottom: 1.438rem;
  }
}
.blog .latest-post .date, .archive .latest-post .date {
  margin-left: 0.5rem;
}
.blog .latest-post .thumbnail, .archive .latest-post .thumbnail {
  position: relative;
  height: auto;
  margin-bottom: 2rem;
  order: 1;
  z-index: 10;
}
.blog .latest-post .thumbnail:before, .archive .latest-post .thumbnail:before {
  --d: 0.5rem;
  position: absolute;
  left: -8px;
  top: 0;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  display: block;
  content: "";
  background-image: linear-gradient(-120deg, #E61576 0%, #4CC3C7 100%);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  z-index: -1;
}
@media (min-width: 960px) {
  .blog .latest-post .thumbnail:before, .archive .latest-post .thumbnail:before {
    --d: 1rem;
    left: -16px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    margin-bottom: 0;
  }
}
.blog .latest-post .thumbnail img, .archive .latest-post .thumbnail img {
  width: 100%;
  max-height: 348px;
  object-fit: cover;
}
.blog .latest-post .details, .archive .latest-post .details {
  order: 2;
}
.blog .latest-post h3, .archive .latest-post h3 {
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .blog .latest-post h3, .archive .latest-post h3 {
    margin-bottom: 1.5rem;
  }
}
.blog .latest-post .latest-post__title, .archive .latest-post .latest-post__title {
  font-family: bebas-neue, sans-serif;
  font-size: 2rem;
  display: inline;
  color: #fff;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .blog .latest-post .latest-post__title, .archive .latest-post .latest-post__title {
    max-width: 400px;
    font-size: 3.75rem;
  }
}
@media (min-width: 960px) {
  .blog .latest-post, .archive .latest-post {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .blog .latest-post .details,
  .blog .latest-post .thumbnail, .archive .latest-post .details,
  .archive .latest-post .thumbnail {
    width: calc(50% - 16px);
  }
  .blog .latest-post .thumbnail, .archive .latest-post .thumbnail {
    margin-left: 16px;
    order: 2;
  }
  .blog .latest-post .details, .archive .latest-post .details {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    order: 1;
  }
  .blog .latest-post h3, .archive .latest-post h3 {
    margin-bottom: 1.7rem;
  }
}
.blog .details, .archive .details {
  display: flex;
  flex-direction: column;
  border-left: 8px solid #e61576;
  padding-left: 1.5rem;
}
@media (min-width: 960px) {
  .blog .details, .archive .details {
    border-left: 16px solid #e61576;
    padding-left: 2rem;
  }
}
.blog .details .meta, .archive .details .meta {
  display: block;
  align-self: flex-start;
  transform: translateX(0) !important;
}
.blog .details .link, .archive .details .link {
  font-family: bebas-neue, sans-serif;
  font-size: 2rem;
  display: inline;
  color: #fff;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .blog .details .link, .archive .details .link {
    max-width: 400px;
    font-size: 3.75rem;
  }
}
.blog .details .date, .archive .details .date {
  padding: 0.188rem 0.5rem;
  border-radius: 1rem;
  align-self: flex-start;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
  color: #15195a;
  background-color: #eaeaea;
}
@media (min-width: 960px) {
  .blog .details .date, .archive .details .date {
    padding: 0.25rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.blog .pagination, .archive .pagination {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .blog .pagination, .archive .pagination {
    margin-top: 2.5rem;
  }
}
.blog .pagination .pages, .archive .pagination .pages {
  display: flex;
  align-items: flex-end;
}
.blog .pagination .pages li, .archive .pagination .pages li {
  margin-right: 1.5rem;
}
.blog .pagination .page-number, .archive .pagination .page-number {
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #15195a;
}
.blog .pagination .current, .archive .pagination .current {
  text-decoration: underline;
}
.blog .pagination .next, .blog .pagination .prev, .archive .pagination .next, .archive .pagination .prev {
  --b: 2px;
  --d: 4px;
  --_s: calc(var(--d) + var(--b));
  position: relative;
  width: 52px;
  height: 52px;
  border: solid #e61576;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: #15195a;
  font-weight: 700;
  background: #fff;
  transition: 300ms ease-in;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.blog .pagination .next:hover, .blog .pagination .prev:hover, .archive .pagination .next:hover, .archive .pagination .prev:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
.blog .pagination .next img, .blog .pagination .prev img, .archive .pagination .next img, .archive .pagination .prev img {
  filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}
.blog .pagination .prev, .archive .pagination .prev {
  margin-right: 1.5rem;
}
.blog .pagination .prev img, .archive .pagination .prev img {
  transform: rotate(180deg);
}
.blog .pagination .prev.disabled, .blog .pagination .next.disabled, .archive .pagination .prev.disabled, .archive .pagination .next.disabled {
  background-color: #eaeaea;
  border-color: #b3b3b3;
  transform: unset;
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  cursor: unset;
}
.blog .pagination .prev.disabled img, .blog .pagination .next.disabled img, .archive .pagination .prev.disabled img, .archive .pagination .next.disabled img {
  filter: invert(80%) sepia(8%) saturate(22%) hue-rotate(324deg) brightness(89%) contrast(89%);
}
.blog .categories, .archive .categories {
  padding-bottom: 2.5rem;
  background: linear-gradient(45deg, rgba(76, 195, 199, 0.3) 0%, rgba(230, 21, 118, 0.3) 100%);
}
@media (min-width: 960px) {
  .blog .categories, .archive .categories {
    padding-bottom: 4rem;
  }
}
.blog .categories h2, .archive .categories h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  color: #15195a;
}
@media (min-width: 960px) {
  .blog .categories h2, .archive .categories h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.blog .categories .category, .archive .categories .category {
  --b: 2px;
  --d: 4px;
  --_s: calc(var(--d) + var(--b));
  margin-bottom: 0.5rem;
  font-family: bebas-neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.56px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center right 1rem;
  border: solid #15195a;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  transition: 300ms ease-in;
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
}
.blog .categories .category:hover, .archive .categories .category:hover {
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  transition: 0.2s;
}
@media (min-width: 960px) {
  .blog .categories .category, .archive .categories .category {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.blog .categories .category a, .archive .categories .category a {
  padding: 1rem 1rem 0.875rem 1rem;
  display: flex;
  color: #15195a;
  background-image: url("/wp-content/themes/coppafeel/images/icon-arrow-down-right.svg");
  background-repeat: no-repeat;
  background-position: center right 1rem;
}

/* single
----------------------------------------------------------------------------- */
.single-post {
  padding-bottom: 3rem;
}
@media (min-width: 960px) {
  .single-post {
    padding-bottom: 5rem;
  }
}
.single-post .inner {
  width: 100%;
}
@media (min-width: 1000px) {
  .single-post .inner {
    width: 65.71%;
    margin: 0 auto;
  }
}
.single-post .wysywyg {
  margin-top: 1.5rem;
  /* type styling & basic type layout
  --------------------------------------------------------------------------- */
  /* blockquote  ------------------------------------------------------------ */
  /* link & link animation styles
  --------------------------------------------------------------------------- */
  /* list styles
  --------------------------------------------------------------------------- */
}
@media (min-width: 960px) {
  .single-post .wysywyg {
    margin-top: 3rem;
  }
}
.single-post .wysywyg h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #15195a;
}
@media (min-width: 960px) {
  .single-post .wysywyg h2 {
    margin-bottom: 2rem;
    font-size: 3.75rem;
  }
}
.single-post .wysywyg h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #15195a;
}
@media (min-width: 960px) {
  .single-post .wysywyg h3 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }
}
.single-post .wysywyg p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #313c47;
}
.single-post .wysywyg p:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .single-post .wysywyg p:first-of-type {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
}
.single-post .wysywyg p:last-of-type {
  margin-bottom: 0;
}
.single-post .wysywyg p + ul {
  margin-top: 1rem;
}
.single-post .wysywyg blockquote {
  position: relative;
  padding: 0 0 0 1rem;
  border-left: 8px solid #e61576;
  margin: 3rem 0 3rem 0;
}
@media (min-width: 960px) {
  .single-post .wysywyg blockquote {
    padding: 0 0 0 2rem;
    border-left: 16px solid #e61576;
    font-size: 34px;
  }
}
.single-post .wysywyg blockquote p {
  font-family: bebas-neue, sans-serif;
  font-size: 20px;
  line-height: 1 !important;
  color: #15195a;
}
@media (min-width: 960px) {
  .single-post .wysywyg blockquote p {
    font-size: 34px !important;
  }
}
.single-post .wysywyg blockquote:before {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/pink-quote-sml.svg");
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .single-post .wysywyg blockquote:before {
    width: 64px;
    height: 64px;
    left: -80px;
    background-image: url("/wp-content/themes/coppafeel/images/pink-quote.svg");
  }
}
.single-post .wysywyg a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #15195a;
  font-weight: 600;
  transition: 300ms;
}
.single-post .wysywyg a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #15195a;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.single-post .wysywyg a:hover:before {
  visibility: visible;
  width: 100%;
}
.single-post .wysywyg .p1 a {
  margin: 1.5rem 1rem 0 1rem;
  font-weight: 400;
}
.single-post .wysywyg .p1 a:before {
  content: none;
}
.single-post .wysywyg h2,
.single-post .wysywyg h3,
.single-post .wysywyg h4 {
  display: inline-block;
}
.single-post .wysywyg p {
  margin-bottom: 1rem;
}
.single-post .wysywyg ul,
.single-post .wysywyg ol {
  margin-bottom: 1rem;
}
.single-post .wysywyg ul {
  list-style-type: none;
}
.single-post .wysywyg ol {
  list-style-type: decimal;
}
.single-post .wysywyg li {
  position: relative;
  margin-left: 0;
  margin-bottom: 6px;
  padding-left: 2rem;
  line-height: 1.5;
  list-style-position: outside;
}
.single-post .wysywyg li:before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  padding-top: 0.25rem;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 24px 24px;
  background-image: url("/wp-content/themes/coppafeel/images/pink-tick.svg");
  background-repeat: no-repeat;
}
.single-post .featured-image {
  max-width: 1110px;
  margin-right: 1rem;
  margin-left: 1.5rem;
  margin-top: -3rem;
  transform: translateY(0);
}
@media (min-width: 960px) {
  .single-post .featured-image {
    margin: -72px auto 0 auto;
  }
}
.single-post .featured-image .wrapper {
  position: relative;
}
.single-post .featured-image .wrapper:before {
  --d: 0.5rem;
  position: absolute;
  left: -0.5rem;
  top: 0;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  display: block;
  content: "";
  background-image: linear-gradient(-120deg, #E61576 0%, #4CC3C7 100%);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  z-index: -1;
}
@media (min-width: 960px) {
  .single-post .featured-image .wrapper:before {
    --d: 1rem;
    left: -1rem;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
  }
}
.single-post .featured-image .wrapper + figcaption {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .single-post .featured-image .wrapper + figcaption {
    margin-top: 2.5rem;
  }
}
.single-post .featured-image figcaption {
  color: #313C47;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  text-align: center;
}
.single-post .featured-image img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}
@media (min-width: 960px) {
  .single-post .featured-image img {
    height: 630px;
  }
}
.single-post .pagination {
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 960px) {
  .single-post .pagination {
    padding: 1.5rem;
    flex-direction: row;
  }
}
.single-post .pagination .arrow {
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/coppafeel/images/icon-arrow-down-right.svg");
}
.single-post .pagination .next, .single-post .pagination .prev {
  display: flex;
  justify-content: space-between;
}
.single-post .pagination .next .arrow {
  margin-right: -5px;
  margin-left: 26px;
}
.single-post .pagination .prev {
  margin-bottom: 0.5rem;
}
@media (min-width: 960px) {
  .single-post .pagination .prev {
    margin-bottom: 0;
  }
}
.single-post .pagination .prev .arrow {
  margin-left: -5px;
  margin-right: 26px;
  transform: rotate(180deg);
}

.single .latest-news {
  padding-top: 3rem;
}
@media (min-width: 960px) {
  .single .latest-news {
    padding-top: 5rem;
  }
}
.single .latest-posts {
  padding-bottom: 3rem;
  margin-bottom: 0 !important;
}
@media (min-width: 960px) {
  .single .latest-posts {
    padding-bottom: 5rem;
  }
}
.single .latest-posts .meta {
  transform: translateX(0);
}

.single-event-page .single-post .wysywyg p:first-of-type {
  font-size: inherit;
  margin-bottom: 1rem;
}
.single-event-page p.ticket-price {
  padding: 0.25rem 1rem;
  margin-bottom: 2rem;
  display: inline-block !important;
  background-color: #e61576;
  color: #fff !important;
}
.single-event-page p.ticket-price label {
  color: #fff !important;
}
.single-event-page .em-booking-form, .single-event-page .em-booking-login-form {
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  padding: 1.5rem;
  border: solid #15195a;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.single-event-page .em-booking-form p, .single-event-page .em-booking-login-form p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.single-event-page .em-booking-form label, .single-event-page .em-booking-login-form label {
  margin-bottom: 0.5rem;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #15195a !important;
  letter-spacing: 0.5px;
}
.single-event-page .em-booking-form input[type=text], .single-event-page .em-booking-form input[type=password], .single-event-page .em-booking-login-form input[type=text], .single-event-page .em-booking-login-form input[type=password] {
  height: 48px !important;
  padding-left: 1.5rem !important;
  border: 2px solid #15195a;
  border-radius: 0 !important;
  color: rgba(49, 60, 71, 0.7);
}
.single-event-page .em-booking-form input[type=password], .single-event-page .em-booking-login-form input[type=password] {
  margin-bottom: 2rem;
}
.single-event-page .em-booking-form input[type=submit], .single-event-page .em-booking-login-form input[type=submit] {
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 24px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  color: #15195a;
  background: #fff;
  transition: 0.3s;
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  border: solid #e61576 !important;
  border-width: var(--b) var(--b) var(--_s) var(--_s) !important;
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.single-event-page .em-booking-form input[type=submit]:hover, .single-event-page .em-booking-login-form input[type=submit]:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
.single-event-page .em-booking-form .input-checkbox label, .single-event-page .em-booking-login-form .input-checkbox label {
  position: relative;
  padding-left: 3rem;
}
.single-event-page .em-booking-form input[type=checkbox], .single-event-page .em-booking-login-form input[type=checkbox] {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 3px 4px;
  border: 2px solid #15195a;
  -webkit-appearance: none;
  appearance: none;
}
.single-event-page .em-booking-form input[type=checkbox]:before, .single-event-page .em-booking-login-form input[type=checkbox]:before {
  width: 16px !important;
  height: 16px !important;
  box-shadow: inset 11px 11px #e61576 !important;
  position: absolute;
  content: "";
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  display: block;
  margin: 2px 0 0 2px;
}
.single-event-page .em-booking-form input[type=checkbox]:checked:before, .single-event-page .em-booking-login-form input[type=checkbox]:checked:before {
  transform: scale(1);
}
.single-event-page .em-booking-form textarea, .single-event-page .em-booking-login-form textarea {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 2px solid #15195a;
}
.single-event-page .em-login-trigger {
  margin-bottom: 1rem;
}
.single-event-page .meta__label {
  font-size: 1.5rem;
  line-height: 1;
  color: #15195a;
  text-transform: uppercase;
  font-family: bebas-neue, sans-serif;
}

/* single page
----------------------------------------------------------------------------- */
/* contact
----------------------------------------------------------------------------- */
/* search & search-results
----------------------------------------------------------------------------- */
/* styles targetting styles output by bodyClass()
----------------------------------------------------------------------------- */
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-input_field {
  width: 100%;
  height: 3rem;
  padding-left: 1.5rem;
  border: 2px solid #15195a;
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  color: #313C47;
}
.search-form .search-submit_icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  background: url("/wp-content/themes/coppafeel/images/icon-search-24x24.svg") no-repeat center/1.5rem;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .search-form .search-submit_icon {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
}

.search-results .banner, .page-template-search .banner {
  display: flex;
  flex-direction: column;
}
.search-results .banner .results-inner, .page-template-search .banner .results-inner {
  width: 100%;
  max-width: 736px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-results .banner h1, .page-template-search .banner h1 {
  text-align: center;
  align-self: center;
  background: #15195a;
}
.search-results .banner #s, .page-template-search .banner #s {
  max-width: 736px;
  color: #313c47;
}
.search-results .results-found, .page-template-search .results-found {
  font-family: bebas-neue, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.search-results .search-result a, .page-template-search .search-result a {
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #15195a;
}
.search-results .search-result .read-more, .page-template-search .search-result .read-more {
  display: none;
}
.search-results .search-result p, .page-template-search .search-result p {
  padding-bottom: 1.5rem;
  font-size: 1rem;
  color: #313c47;
  border-bottom: 2px solid #e61576;
}
.search-results .main-breadcrumbs, .page-template-search .main-breadcrumbs {
  display: none;
}

/* Page Template Donate Give
----------------------------------------------------------------------------- */
.page-template-donate-give {
  padding-bottom: 3rem;
}
@media (min-width: 960px) {
  .page-template-donate-give {
    padding-bottom: 5rem;
  }
}
.page-template-donate-give .inner {
  width: 100%;
}
@media (min-width: 1000px) {
  .page-template-donate-give .inner {
    width: 65.71%;
    margin: 0 auto;
  }
}
.page-template-donate-give .form-inner {
  /* list styles
  --------------------------------------------------------------------------- */
}
.page-template-donate-give .form-inner .heading {
  margin-bottom: 3rem;
}
.page-template-donate-give .form-inner h2 {
  padding: 0 0.5rem;
  display: inline !important;
  color: #fff !important;
  font-weight: 400;
  background: #15195a;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .page-template-donate-give .form-inner h2 {
    padding: 0 1rem;
  }
}
.page-template-donate-give .form-inner h2,
.page-template-donate-give .form-inner h3,
.page-template-donate-give .form-inner h4 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: block;
  color: #15195a;
}
.page-template-donate-give .form-inner h4 {
  background-color: transparent;
}
.page-template-donate-give .form-inner p {
  margin-bottom: 1rem;
}
.page-template-donate-give .form-inner ul,
.page-template-donate-give .form-inner ol {
  margin-bottom: 1rem;
}
.page-template-donate-give .form-inner ul {
  display: flex;
  list-style-type: none;
}
.page-template-donate-give .form-inner ol {
  list-style-type: decimal;
}
.page-template-donate-give .form-inner li {
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  width: 100%;
  padding: 14px 1.5rem 12px 1.5rem;
  border: solid #4cc3c7;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  display: inline-flex;
  line-height: 1.5;
  list-style-position: outside;
  color: #15195a;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.5px;
  background-color: #fff;
  transform: translate(0, 0);
  transition: 300ms ease-in;
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.page-template-donate-give .form-inner li:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
@media (min-width: 880px) {
  .page-template-donate-give .form-inner li {
    width: 100%;
    display: flex;
    width: auto;
    margin-right: 2rem;
  }
}
.page-template-donate-give .form-inner #amount-text {
  margin-bottom: 1rem;
}
.page-template-donate-give .form-inner .amounts, .page-template-donate-give .form-inner .frequency {
  flex-wrap: wrap;
}
.page-template-donate-give .form-inner .amounts li, .page-template-donate-give .form-inner .frequency li {
  height: 54px;
  margin-bottom: 1rem;
}
@media (min-width: 880px) {
  .page-template-donate-give .form-inner .amounts li, .page-template-donate-give .form-inner .frequency li {
    margin-bottom: 2rem;
  }
}
.page-template-donate-give .form-inner .amounts li {
  border-color: #15195a;
}
.page-template-donate-give .form-inner form label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #15195a !important;
}
.page-template-donate-give .form-inner form input,
.page-template-donate-give .form-inner form select {
  width: 100%;
  height: 48px !important;
  padding-left: 1.5rem;
  border: 2px solid #15195a;
  border-radius: 0 !important;
  margin: 1rem 0;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
}
.page-template-donate-give .form-inner form button {
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  width: 100% !important;
  height: 56px;
  padding: 0 !important;
  border: solid #e61576;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  font-family: bebas-neue, sans-serif !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.5px;
  color: #15195a !important;
  background: #fff !important;
  background-color: #fff;
  transform: translate(0, 0);
  transition: 300ms ease-in;
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.page-template-donate-give .form-inner form button:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}

.page-template-donate-thanks {
  /* list styles
  --------------------------------------------------------------------------- */
}
.page-template-donate-thanks .rows {
  text-align: left;
}
.page-template-donate-thanks .conf-tick {
  width: 320px;
}
.page-template-donate-thanks .stay-in-touch {
  /* link & link animation styles
  --------------------------------------------------------------------------- */
}
.page-template-donate-thanks .stay-in-touch a {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(to bottom, #15195a 0%, #15195a 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 2px;
  transition: 300ms;
}
.page-template-donate-thanks .stay-in-touch a:hover {
  color: #fff;
  background-size: 1px 50px;
}
.page-template-donate-thanks h2,
.page-template-donate-thanks h3,
.page-template-donate-thanks h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  color: #15195a;
}
.page-template-donate-thanks p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #313C47;
}

.charitable-donation-form {
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  border: solid #15195a;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
@media (min-width: 960px) {
  .charitable-donation-form {
    padding: 2rem 2rem 1.5rem 2rem;
    justify-content: space-between;
    align-items: center;
  }
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset {
  border: 0px;
}
.charitable-donation-form .charitable-form-fields #charitable_field_show_amount #charitable_field_show_amount_element {
  font-size: 2.5rem;
  font-weight: 700 !important;
  color: #15195a;
}
.charitable-donation-form .charitable-submit-field {
  width: 100%;
}
.charitable-donation-form label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #15195a !important;
}
.charitable-donation-form input,
.charitable-donation-form select {
  width: 100%;
  height: 48px !important;
  margin: 1rem 0;
  border: 2px solid #15195a;
  border-radius: 0 !important;
  padding-left: 1.5rem;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
}
.charitable-donation-form input[type=checkbox] {
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  padding: 3px 4px !important;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block !important;
  vertical-align: middle;
}
.charitable-donation-form input[type=checkbox]:before {
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  margin: 2px 0 0 2px;
  display: block;
  box-shadow: inset 11px 11px #e61576 !important;
  content: "";
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.charitable-donation-form input[type=checkbox]:checked:before {
  transform: scale(1);
}
.charitable-donation-form button {
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  width: 100% !important;
  height: 56px;
  border: solid #e61576;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  padding: 0 !important;
  font-family: bebas-neue, sans-serif !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.5px;
  color: #15195a !important;
  background: #fff !important;
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.charitable-donation-form button:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}

.epc-preferences {
  margin-top: 2.5rem;
}
.epc-preferences .epc-preferences--preference {
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: solid #15195a !important;
  border-width: var(--b) var(--b) var(--_s) var(--_s) !important;
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  transition: 300ms ease-in;
}
@media (min-width: 960px) {
  .epc-preferences .epc-preferences--preference {
    margin-bottom: 3rem;
    padding: 2.5rem;
  }
}
.epc-preferences .epc-preferences--preference .epc-preferences--label, .epc-preferences .epc-preferences--preference .epc-preferences--label, .epc-preferences .epc-preferences--preference .epc-preferences--label {
  margin-bottom: 1rem;
  display: inline-block;
  font-family: bebas-neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  color: #15195a;
}
@media (min-width: 960px) {
  .epc-preferences .epc-preferences--preference .epc-preferences--label, .epc-preferences .epc-preferences--preference .epc-preferences--label, .epc-preferences .epc-preferences--preference .epc-preferences--label {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.epc-preferences .epc-preferences--preference .epc-preferences-notes {
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .epc-preferences .epc-preferences--preference .epc-preferences-notes {
    margin-bottom: 2rem;
  }
}
.epc-preferences .epc-preferences--preference input[type=checkbox] {
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
  margin-bottom: -4px;
  border: 2px solid #15195a;
  padding: 3px 4px;
  appearance: none;
}
.epc-preferences .epc-preferences--preference input[type=checkbox]:before {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 2px;
  display: block;
  box-shadow: inset 11px 11px #e61576;
  content: "";
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.epc-preferences .epc-preferences--preference input[type=checkbox]:checked:before {
  transform: scale(1);
}
.epc-preferences .epc-preferences--preference input[disabled] {
  border-color: #a5a6a8;
}
.epc-preferences .epc-preferences--preference input[disabled]:before {
  box-shadow: inset 11px 11px #a5a6a8;
}
.epc-preferences .epc-preferences--cookies {
  width: 100%;
  border-collapse: collapse;
}
.epc-preferences .epc-preferences--cookies table, .epc-preferences .epc-preferences--cookies th, .epc-preferences .epc-preferences--cookies td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
.epc-preferences .epc-preferences--cookies thead th {
  text-align: left;
  color: #15195a;
}
.epc-preferences .epc-preferences--submit {
  width: 100%;
  height: 54px;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #15195a;
  background: #fff;
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  border: solid #e61576;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  transition: 300ms ease-in;
}
.epc-preferences .epc-preferences--submit:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}

.sms-form .intro-text {
  margin: 1.5rem 0;
}
@media (min-width: 960px) {
  .sms-form .intro-text {
    margin: 2rem 0;
  }
}
.sms-form .field__label {
  margin-bottom: 0.5rem;
}
.sms-form .field-group {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.sms-form .validate-number .slab {
  max-width: 160px;
}
.sms-form input[type=text] {
  font-family: "open sans";
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.sms-form .check-box__container {
  flex-direction: row;
  align-items: center;
}
.sms-form .check-box__container .field__label {
  margin-bottom: 0;
  margin-left: 1rem;
}
.sms-form .form__submit--arrows .slab {
  width: 100%;
}
.sms-form .slab {
  height: 56px;
}

/* banners
----------------------------------------------------------------------------- */
.banner {
  position: relative;
  padding: 1.5rem 0 3rem 1rem;
  display: flex;
  flex-direction: column;
  background: url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat right -180px top -10px, linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
  background-size: 100%, auto;
}
@media (min-width: 600px) {
  .banner {
    background-size: 80%, auto;
  }
}
@media (min-width: 960px) {
  .banner {
    min-height: 500px;
    padding: 5rem 0 5rem 1rem;
    justify-content: center;
    align-items: center;
    background-position: right -125% top 30%, 0;
  }
}
@media (min-width: 1120px) {
  .banner {
    background-position: right -45% top 30%, 0;
    background-size: auto;
  }
}
@media (min-width: 1240px) {
  .banner {
    padding: 5rem 0 5rem 160px;
  }
}
.banner .breadcrumbs {
  position: static;
  min-height: 32px;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  margin-top: -1rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-self: flex-start;
  font-family: "open sans";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  background: rgba(21, 25, 90, 0.3);
}
@media (min-width: 960px) {
  .banner .breadcrumbs {
    position: absolute;
    top: 1.5rem;
    min-height: 40px;
    padding: 0.625rem 1rem;
    margin-top: 0;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1240px) {
  .banner .breadcrumbs {
    left: 11.1%;
  }
}
.banner .breadcrumbs .arrow-right {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("/wp-content/themes/coppafeel/images/icon-arrow-right-pink.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.banner .breadcrumbs a {
  position: relative;
  color: #fff;
}
.banner .breadcrumbs a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.banner .breadcrumbs a:hover:before {
  visibility: hidden;
  width: 0;
}
.banner .breadcrumbs span span:nth-child(-n+2) {
  display: none;
}
.banner .breadcrumbs span span:nth-last-child(-n+3) {
  display: inline-block;
}
.banner figure {
  position: relative;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  align-self: flex-end;
  z-index: 10;
}
@media (min-width: 960px) {
  .banner figure {
    margin-bottom: 1rem;
    margin-left: 0;
    order: 2;
    max-width: 550px;
  }
}
@media (min-width: 1440px) {
  .banner figure {
    max-width: 686px;
  }
}
.banner figure img {
  width: 100%;
}
.banner figure:before {
  --d: 0.5rem;
  position: absolute;
  left: -8px;
  top: 0;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  display: block;
  content: "";
  background-image: linear-gradient(-120deg, #E61576 0%, #4CC3C7 100%);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  z-index: -1;
}
@media (min-width: 960px) {
  .banner figure:before {
    --d: 1rem;
    left: -16px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }
}
.banner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}
@media (min-width: 960px) {
  .banner .content {
    position: absolute;
    left: 16px;
    max-width: 768px;
    padding: 0;
    order: 1;
  }
}
@media (min-width: 1240px) {
  .banner .content {
    left: 160px;
  }
}
.banner .meta {
  display: flex;
  width: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .banner .meta {
    margin-bottom: 1.5rem;
  }
}
.banner h1 {
  position: relative;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
  display: inline;
  font-weight: normal;
  text-align: left;
  color: #fff;
  align-self: flex-start;
  white-space: pre-wrap;
  background: #15195a;
  height: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .banner h1 {
    padding-right: 1rem;
    font-size: 5rem;
    padding-left: 1rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 1120px) {
  .banner h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1240px) {
  .banner h1 {
    margin-left: -1rem;
  }
}
.banner .statement {
  margin: 1rem 1rem 1rem 0;
  font-size: 1.125rem;
  line-height: 1.55;
  color: #fff;
}
@media (min-width: 960px) {
  .banner .statement {
    max-width: 400px;
    margin: 1.5rem 0 2rem 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 1240px) {
  .banner .statement {
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  .banner .statement {
    max-width: 554px;
  }
}
.banner .link {
  position: relative;
  color: white;
  font-weight: 600;
  transition: 300ms;
}
.banner .link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.banner .link:hover:before {
  visibility: visible;
  width: 100%;
}
.banner .date {
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  margin: 1rem 0 2.5rem 0;
  display: flex;
  align-self: center;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  background-color: rgba(21, 25, 90, 0.3);
}
@media (min-width: 960px) {
  .banner .date {
    margin: 1.5rem 0 3.125rem 0;
  }
}
.banner .links {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .banner .links {
    display: block;
  }
}
.banner .slab:first-of-type {
  margin-bottom: 0.5rem;
}
@media (min-width: 960px) {
  .banner .slab:first-of-type {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.banner .scroll-down {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-image: url("/wp-content/themes/coppafeel/images/scroll-roundel-graphic-144x144px.svg");
  background-size: 120px;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 10;
}
.banner .scroll-down:after {
  content: "";
  height: 120px;
  width: 120px;
  display: block;
  background-image: url("/wp-content/themes/coppafeel/images/scroll-roundel-text-144x144px.svg");
  background-size: 120px;
  animation: rotation 30s linear reverse infinite;
}
@media (min-width: 960px) {
  .banner .scroll-down:after {
    width: 144px;
    height: 144px;
    background-size: 144px;
  }
}
@media (min-width: 960px) {
  .banner .scroll-down {
    bottom: -70px;
    right: 146px;
    left: unset;
    width: 144px;
    height: 144px;
    background-size: 144px;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.home .banner {
  padding: 1.5rem 0 5.188rem 1rem;
  background: linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
}
@media (min-width: 960px) {
  .home .banner {
    padding: 5.875rem 0 5.875rem 1rem;
  }
}
.home .image-text {
  padding-top: 5.313rem;
}
.home .breadcrumbs {
  display: none;
}

.banner.banner_centred {
  padding: 6.5rem 0 5rem 1rem;
  align-items: center;
  justify-content: center;
  background: url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat left -50px top -60px, url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat right -40px bottom -40px, linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
  background-size: 120px, 120px, auto;
}
@media (min-width: 960px) {
  .banner.banner_centred {
    padding: 6.5rem 0;
    background-position: left -200px top -200px, right -200px bottom -260px, 0;
    background-size: 400px, 400px, auto;
  }
}
.banner.banner_centred h1 {
  margin-left: 0;
}
.banner.banner_centred .breadcrumbs {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.banner.banner_centred .content {
  position: relative;
  left: 0;
}
.banner.banner_centred .statement {
  text-align: center;
}
.banner.banner_centred .titling {
  width: auto;
  max-width: 928px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner.banner_centred .titling span {
  align-self: center;
}
.banner.banner_centred .meta,
.banner.banner_centred .page-title {
  align-self: center;
}
.banner.banner_centred .page-title {
  text-align: center;
  display: inline;
}
.banner.banner_centred .statement {
  margin: 1.5rem 1.5rem 1.5rem 0;
}
@media (min-width: 600px) {
  .banner.banner_centred .statement {
    max-width: 544px;
  }
}
@media (min-width: 960px) {
  .banner.banner_centred .statement {
    align-self: center;
  }
}

.single .banner_centred {
  padding-top: 4rem;
  justify-content: unset;
  min-height: unset;
}
@media (min-width: 960px) {
  .single .banner_centred {
    padding-top: 9rem;
  }
}
.single .page-title {
  font-size: 2.5rem;
}
@media (min-width: 960px) {
  .single .page-title {
    font-size: 4.5rem;
  }
}
.single .breadcrumbs {
  width: 80%;
}
@media (min-width: 480px) {
  .single .breadcrumbs {
    width: auto;
  }
}

.search .banner, .page-template-search .banner {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .search .banner, .page-template-search .banner {
    padding: 164px 0;
  }
}
.search .banner .search-form, .page-template-search .banner .search-form {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .search .banner .search-form, .page-template-search .banner .search-form {
    margin-top: 35px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 960px) {
  .search .banner .search-input_field, .page-template-search .banner .search-input_field {
    height: 3.75rem;
    padding-left: 2rem;
    font-size: 1.25rem;
    background-size: 2.5rem 2.5rem;
  }
}
@media (min-width: 960px) {
  .search .banner .search-submit_icon, .page-template-search .banner .search-submit_icon {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
}
.search .banner .results-found, .page-template-search .banner .results-found {
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  .search .banner .results-found, .page-template-search .banner .results-found {
    font-size: 3rem;
  }
}

.block-anchors {
  display: none;
  position: absolute;
  left: 11.1%;
  bottom: -24px;
}
@media (min-width: 960px) {
  .block-anchors {
    display: block;
  }
}
.block-anchors ul {
  display: flex;
  width: 1120px;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-color: #15195a;
  box-shadow: -6px 6px 0px #15195a;
}
.block-anchors li {
  margin: auto;
}
.block-anchors li .named-anchor {
  text-decoration: underline;
  display: block;
}

/* wysywig-block
----------------------------------------------------------------------------- */
.wysywig-block {
  position: relative;
}
.wysywig-block .inner {
  width: 100%;
}
@media (min-width: 1000px) {
  .wysywig-block .inner {
    width: 65.71%;
    margin: 0 auto;
  }
}
.wysywig-block h1,
.wysywig-block h2,
.wysywig-block h3,
.wysywig-block h4,
.wysywig-block h5,
.wysywig-block h6 {
  margin-bottom: 1.5rem;
  color: #15195a;
}
.wysywig-block h2 {
  font-size: 2rem;
}
@media (min-width: 960px) {
  .wysywig-block h2 {
    font-size: 3.75rem;
  }
}
.wysywig-block p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #313c47;
}
.wysywig-block p:last-child {
  margin-bottom: 0;
}
.wysywig-block blockquote {
  position: relative;
  padding: 0 0 0 1rem;
  border-left: 8px solid #e61576;
  margin: 3rem 0 3rem 0;
}
@media (min-width: 960px) {
  .wysywig-block blockquote {
    padding: 0 0 0 2rem;
    border-left: 16px solid #e61576;
    font-size: 34px;
  }
}
.wysywig-block blockquote p {
  font-family: bebas-neue, sans-serif;
  font-size: 20px;
  line-height: 1 !important;
  color: #15195a;
}
@media (min-width: 960px) {
  .wysywig-block blockquote p {
    font-size: 34px !important;
  }
}
.wysywig-block blockquote:before {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/pink-quote-sml.svg");
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .wysywig-block blockquote:before {
    width: 64px;
    height: 64px;
    left: -80px;
    background-image: url("/wp-content/themes/coppafeel/images/pink-quote.svg");
  }
}
.wysywig-block a {
  position: relative;
  color: #15195a;
  font-weight: 600;
  transition: 300ms;
}
.wysywig-block a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #15195a;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.wysywig-block a:hover:before {
  visibility: visible;
  width: 100%;
}
.wysywig-block .p1 a {
  font-weight: 400;
}
.wysywig-block .p1 a:before {
  display: none;
}
.wysywig-block p {
  margin-bottom: 1rem;
}
.wysywig-block ul,
.wysywig-block ol {
  margin-bottom: 1rem;
}
.wysywig-block ul {
  list-style-type: none;
}
.wysywig-block ul li {
  position: relative;
  padding-left: 2rem;
  margin-left: 0;
  margin-bottom: 6px;
  line-height: 1.5;
  list-style-position: outside;
}
.wysywig-block ul li:before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  padding-top: 0.25rem;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 24px 24px;
  background-image: url("/wp-content/themes/coppafeel/images/pink-tick.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
.wysywig-block ol {
  list-style-type: decimal;
}
.single .wysywig-block {
  padding-top: 0;
}

/* image-text
----------------------------------------------------------------------------- */
.image-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .image-text {
    padding-top: 5rem;
  }
}
.image-text .titling-container {
  display: flex;
  flex-direction: column;
  transform: translateX(1rem);
}
.image-text .titling-container .titling {
  max-width: 810px;
  margin-bottom: 1.5rem;
}
.image-text .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .image-text .titling-container h2 {
    padding: 0 1rem;
  }
}
.image-text .titling-container h2:after {
  width: 1rem;
  height: auto;
  display: inline-block;
  background: #15195a;
}
.image-text .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 880px) {
  .image-text .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.image-text .left .image {
  order: 1;
  margin-bottom: 0;
}
.image-text .left .blockquote,
.image-text .left .wysywig {
  margin-bottom: 3rem;
  order: initial;
}
@media (min-width: 880px) {
  .image-text .left .blockquote,
  .image-text .left .wysywig {
    width: calc(50% - 64px);
    margin-bottom: 0;
    order: 2;
  }
}
.image-text .right .image {
  margin-top: 3rem;
  order: 2;
}
@media (min-width: 960px) {
  .image-text .right .image {
    margin-top: 0;
    margin-left: 128px;
    margin-right: 0;
  }
}
.image-text .right .blockquote,
.image-text .right .wysywig {
  order: 1;
}
@media (min-width: 880px) {
  .image-text .right .blockquote,
  .image-text .right .wysywig {
    width: 48.57%;
    margin-left: 0;
  }
}
.image-text .wysywig h2,
.image-text .wysywig h3,
.image-text .wysywig h4 {
  display: inline;
  color: #fff;
}
.image-text .wysywig h2 {
  font-size: 1.5rem;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .image-text .wysywig h2 {
    font-size: 3rem;
  }
}
.image-text .wysywig h2 + p, .image-text .wysywig h2 + ul, .image-text .wysywig h2 + ol, .image-text .wysywig h3 + p, .image-text .wysywig h3 + ul, .image-text .wysywig h3 + ol {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .image-text .wysywig h2 + p, .image-text .wysywig h2 + ul, .image-text .wysywig h2 + ol, .image-text .wysywig h3 + p, .image-text .wysywig h3 + ul, .image-text .wysywig h3 + ol {
    margin-top: 2rem;
  }
}
.image-text .wysywig p, .image-text .wysywig ul, .image-text .wysywig ol {
  margin-bottom: 1rem;
}
.image-text .wysywig p:last-child, .image-text .wysywig ul:last-child, .image-text .wysywig ol:last-child {
  margin-bottom: 0;
}
.image-text .wysywig ul {
  list-style-type: none;
  margin-top: 1rem;
}
.image-text .wysywig ul:last-child {
  margin-bottom: 0;
}
.image-text .wysywig ol {
  list-style-type: decimal;
}
.image-text .wysywig li {
  position: relative;
  padding-left: 2rem;
  margin-left: 0;
  margin-bottom: 8px;
  line-height: 1.5;
  list-style-position: outside;
}
.image-text .wysywig li:last-child {
  margin-bottom: 0;
}
.image-text .wysywig li:before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  padding-top: 0.25rem;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 24px 24px;
  background-image: url("/wp-content/themes/coppafeel/images/pink-tick.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
@media (min-width: 960px) {
  .image-text .wysywig {
    width: 41.51%;
    order: 2;
  }
}
.image-text .wysywig .slab {
  margin-top: 0.5rem;
}
.image-text .blockquote {
  padding: 0 0 0 1rem;
  border-left: 8px solid #e61576;
}
@media (min-width: 880px) {
  .image-text .blockquote {
    width: 48.57%;
    padding: 0 0 0 2rem;
    border-left: 16px solid #e61576;
    order: 2;
  }
}
.image-text .blockquote p {
  margin-bottom: 1rem;
}
.image-text .blockquote p:last-child {
  margin-bottom: 0;
}
.image-text .blockquote .slab {
  height: 54px;
  margin-top: 1rem;
}
.image-text .blockquote-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .image-text .blockquote-header {
    margin-bottom: 1rem;
  }
}
.image-text .blockquote-title,
.image-text blockquote {
  font-family: bebas-neue, sans-serif;
  line-height: 1;
}
.image-text .blockquote-author,
.image-text .blockquote-author {
  display: block;
  line-height: 0.75;
}
.image-text .blockquote-title {
  position: relative;
  margin-left: 0.5rem;
  display: inline;
  font-size: 1.5rem;
  color: #fff;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .image-text .blockquote-title {
    padding: 0 1rem;
    font-size: 3rem;
  }
}
.image-text .icon:before {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/pink-quote-sml.svg");
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .image-text .icon:before {
    width: 64px;
    height: 64px;
    background-image: url("/wp-content/themes/coppafeel/images/pink-quote.svg");
  }
}
.image-text blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #15195a;
  text-indent: -0.4rem;
}
@media (min-width: 960px) {
  .image-text blockquote {
    margin-bottom: 1.125rem;
    font-size: 2.125rem;
    text-indent: -0.8rem;
  }
}
.image-text .author-image {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  float: left;
}
@media (min-width: 960px) {
  .image-text .author-image {
    width: 64px;
    height: 64px;
    margin-right: 24px;
  }
}
.image-text .blockquote-author {
  padding-top: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #15195a;
}
@media (min-width: 960px) {
  .image-text .blockquote-author {
    line-height: 1.5;
  }
}
.image-text .author-meta + p {
  margin-top: 1rem;
}
.image-text .blockquote-author-intro {
  font-size: 0.875rem;
  color: #313C47;
}
.image-text .media {
  margin-right: 0;
}
@media (min-width: 880px) {
  .image-text .media {
    margin-right: 2rem;
    width: calc(51.43% - 2rem);
  }
}
@media (min-width: 960px) {
  .image-text .media {
    margin-right: 111px;
    width: calc(51.43% - 111px);
  }
}
.image-text .image,
.image-text .video {
  --c: #1095c1; /* the color */
  --b: .1em; /* border length*/
  --d: 8px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  position: relative;
  padding: 0 0 8px 8px;
  border: solid transparent;
  border-width: 0;
  margin-right: 0;
  display: block;
  color: var(--c);
  background-image: linear-gradient(-120deg, #E61576 0%, #4CC3C7 100%);
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  z-index: 100;
}
@media (min-width: 600px) {
  .image-text .image,
  .image-text .video {
    --d: 1rem; /* the cube depth */
    padding: 0 0 1rem 1rem;
  }
}
@media (min-width: 880px) {
  .image-text .image,
  .image-text .video {
    width: calc(51.43% - 2rem);
  }
}
.image-text .image img,
.image-text .video img {
  min-width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.image-text .image {
  height: 178px;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .image-text .image {
    height: 288px;
    order: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .image-text .image {
    margin-right: 128px;
    width: calc(50% - 64px);
  }
}
.image-text .video {
  height: 166px;
}
@media (min-width: 480px) {
  .image-text .video {
    height: 268px;
  }
}
@media (min-width: 960px) {
  .image-text .video {
    margin-right: 124px;
    width: calc(50% - 64px);
  }
}

.transparent .wysywig h2, .transparent .wysywig h3, .transparent .wysywig h4 {
  color: #15195a;
  padding: 0;
}

/* grid-links
----------------------------------------------------------------------------- */
.grid-links {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .grid-links {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.grid-links .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid-links .titling-container .titling {
  max-width: 810px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 960px) {
  .grid-links .titling-container .titling {
    margin-bottom: 3rem;
  }
}
.grid-links .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .grid-links .titling-container h2 {
    padding: 0 1rem;
  }
}
.grid-links .titling-container h2:after {
  width: 1rem;
  height: auto;
  display: inline-block;
  background: #15195a;
}
.grid-links .image-landscape {
  margin-bottom: 1rem;
}
.grid-links h3,
.grid-links .link {
  margin-top: 1rem;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #15195a;
}
@media (min-width: 960px) {
  .grid-links h3,
  .grid-links .link {
    font-size: 2.125rem;
  }
  .grid-links h3.lead-title,
  .grid-links .link.lead-title {
    font-size: 3rem;
  }
}
.grid-links .lead-title a {
  color: #15195a;
}
.grid-links .rh-col p,
.grid-links .lh-col p {
  font-family: bebas-neue, sans-serif;
  font-size: 4.5rem;
  text-transform: uppercase;
  line-height: 0.9;
}
.grid-links .grid-links__image-text {
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .grid-links .grid-links__image-text {
    margin-bottom: 2rem;
    display: flex;
  }
}
.grid-links .image {
  margin-bottom: 1rem;
}
.grid-links .rh-col {
  padding: 2rem 1.5rem;
  background: linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
}
@media (min-width: 960px) {
  .grid-links .lead-title {
    margin-bottom: 0;
  }
}
.grid-links .sub-title {
  display: block;
  font-family: bebas-neue, sans-serif;
  font-size: 2.125rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media (min-width: 960px) {
  .grid-links .sub-title {
    font-size: 2.125rem;
  }
}
.grid-links .sub-title:after {
  width: 40px;
  height: 4px;
  margin: 1rem auto;
  display: block;
  content: "";
  background: #e61576;
}
.grid-links .slab {
  width: 100%;
}
.grid-links p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 960px) {
  .grid-links .left .lh-col {
    width: 65.71%;
    order: 1;
  }
}
@media (min-width: 960px) {
  .grid-links .left .rh-col {
    width: 31.42%;
    padding: 4.625rem 1.5rem;
    margin-left: 32px;
    flex-grow: 1;
    order: 2;
  }
}
@media (min-width: 1120px) {
  .grid-links .left .rh-col {
    padding: 4.625rem 2.5rem;
  }
}
.grid-links .left .slab {
  border-color: #4cc3c7;
}
.grid-links .right .lh-col {
  order: 2;
}
@media (min-width: 960px) {
  .grid-links .right .lh-col {
    margin-left: 32px;
  }
}
.grid-links .right .rh-col {
  background: url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat left -75px top -65px, url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat right -105px bottom -100px, #4cc3c7;
  background-size: 140px, 215px, auto;
  order: 1;
}
@media (min-width: 960px) {
  .grid-links .right .rh-col {
    width: 31.42%;
    padding: 2.688rem 2.5rem;
    background: url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat left -128px top -105px, url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat right -120px bottom -110px, #4cc3c7;
    background-size: 240px, 240px, auto;
  }
}
.grid-links .right .rh-col .sub-title {
  color: #15195a;
}
.grid-links .right .slab {
  border-color: #e61576;
}
.grid-links article {
  margin-bottom: 0;
}
.grid-links article img {
  width: 100%;
}

.link-card {
  margin-bottom: 1.5rem;
  display: block;
}
@media (min-width: 960px) {
  .link-card {
    margin-bottom: 2rem;
  }
}

@media (min-width: 960px) {
  .image-links .link {
    font-size: 3rem;
  }
}

.grid-links__image-text:last-of-type {
  margin-bottom: 0;
}

/* link-cta
----------------------------------------------------------------------------- */
.link-cta .cta-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
@media (min-width: 960px) {
  .link-cta .cta-content {
    padding: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.link-cta .lh-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.link-cta .meta {
  align-self: flex-start;
}
.link-cta h2 {
  padding: 0 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-self: flex-start;
  font-size: 3rem;
  color: white;
  background-color: #15195a;
}
@media (min-width: 960px) {
  .link-cta h2 {
    margin-bottom: 0;
  }
}
.link-cta .slab {
  height: 56px;
}
@media (min-width: 960px) {
  .link-cta .slab {
    height: 54px;
    align-self: flex-end;
  }
}

.add-gradient .cta-content .lh-col {
  padding: 0;
}

/* text-links
----------------------------------------------------------------------------- */
.text-links.insulate {
  padding-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .text-links.insulate {
    padding-bottom: 3.5rem;
  }
}

.text-links {
  display: flex;
  justify-content: center;
}
.text-links .grid-item {
  padding: 2rem 1.5rem 2rem 1.875rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.text-links .title {
  margin: 1rem 0 1.5rem 0;
  font-family: bebas-neue, sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #15195a;
}
.page-id-805 .text-links .title {
  font-size: 1.5rem;
}

/* cta latest-news
----------------------------------------------------------------------------- */
.latest-news {
  background-color: rgba(234, 234, 234, 0.5);
  display: flex;
  flex-direction: column;
}
.latest-news .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-news .titling-container .titling {
  max-width: 810px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 960px) {
  .latest-news .titling-container .titling {
    margin-bottom: 3rem;
  }
}
.latest-news .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .latest-news .titling-container h2 {
    padding: 0 1rem;
  }
}
.latest-news .titling-container h2:after {
  width: 1rem;
  height: auto;
  display: inline-block;
  background: #15195a;
}
.latest-news h3 {
  font-size: 2rem;
  color: #15195a;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media (min-width: 880px) {
  .latest-news h3 {
    font-size: 3.75rem;
    margin-bottom: 1rem;
  }
}
.latest-news .meta {
  margin-bottom: 1rem;
}
.latest-news .slab {
  line-height: 1;
  margin: 0 auto;
}
.latest-news .campaign-cta {
  width: 100%;
  padding: 2rem 1rem 2rem 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #4cc3c7;
  background-image: url("/wp-content/themes/coppafeel/images/boob-graphic.svg"), url("/wp-content/themes/coppafeel/images/boob-graphic.svg");
  background-repeat: no-repeat;
  background-position: 270px 190px, -70px -70px;
  background-size: 215px, 140px;
}
@media (min-width: 480px) {
  .latest-news .campaign-cta {
    background-position: 355px 165px, -70px -70px;
  }
}
@media (min-width: 600px) {
  .latest-news .campaign-cta {
    background-position: 705px 140px, -80px -70px;
  }
}
@media (min-width: 880px) {
  .latest-news .campaign-cta {
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin-bottom: 2rem;
    background-size: 400px;
    background-position: 690px 230px, -200px -200px;
  }
  .latest-news .campaign-cta h3 {
    max-width: 65%;
  }
}
@media (min-width: 1120px) {
  .latest-news .campaign-cta {
    background-position: 920px 140px, -200px -200px;
  }
}
.latest-news .bg-image_active .campaign-cta__title {
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.latest-news .latest-posts .meta {
  align-self: flex-start;
  line-height: 1.3;
}
.latest-news .latest-posts .grid-item {
  margin-bottom: 1.5rem;
}
@media (min-width: 880px) {
  .latest-news .latest-posts article {
    margin-bottom: 0;
  }
}
.latest-news .latest-posts article:nth-of-type(2),
.latest-news .latest-posts article:nth-of-type(3) {
  display: none;
}
@media (min-width: 880px) {
  .latest-news .latest-posts article:nth-of-type(2),
  .latest-news .latest-posts article:nth-of-type(3) {
    display: block;
  }
}
.latest-news .latest-posts img {
  height: 200px;
  width: 100%;
  margin-bottom: 1rem;
  object-fit: cover;
}
.latest-news .latest-posts a {
  color: #15195a;
}
.latest-news .latest-posts h3 {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 880px) {
  .latest-news .latest-posts h3 {
    font-size: 2.125rem;
  }
}
.latest-news .latest-posts .date {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (min-width: 880px) {
  .latest-news .latest-posts .date {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* two-columns
----------------------------------------------------------------------------- */
.two-columns {
  display: flex;
  flex-direction: column;
}
.two-columns .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-columns .titling-container .titling {
  max-width: 810px;
  margin-bottom: 3rem;
  text-align: center;
}
.two-columns .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .two-columns .titling-container h2 {
    padding: 0 1rem;
  }
}
.two-columns .titling-container h2:after {
  width: 1rem;
  height: auto;
  display: inline-block;
  background: #15195a;
}
.two-columns h3 {
  margin-bottom: 1.5rem;
  font-size: 2.125rem;
  color: #15195a;
}
.two-columns h3 + p {
  margin-top: 1.5rem;
}
.two-columns .intro {
  max-width: 736px;
  padding: 0 1rem;
  margin: 0 auto 3rem;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 960px) {
  .two-columns .content {
    display: flex;
  }
}
.two-columns .lh-col,
.two-columns .rh-col {
  width: 100%;
}
.two-columns .lh-col h2,
.two-columns .rh-col h2 {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .two-columns .lh-col,
  .two-columns .rh-col {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .two-columns .rh-col {
    margin-left: 32px;
  }
}
.two-columns p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.two-columns .image-quote {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .two-columns .image-quote {
    flex-direction: row;
  }
}
.two-columns .image-quote span {
  padding: 1rem;
  font-family: bebas-neue, sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #15195a;
}
@media (min-width: 960px) {
  .two-columns .image-quote span {
    padding: 3rem 1rem 0 1rem;
    font-size: 2rem;
  }
}
.two-columns .quote-image {
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .two-columns .quote-image {
    width: 50%;
    margin-bottom: 3rem;
  }
}
.two-columns blockquote {
  padding-left: 1rem;
  border-left: 8px solid #e61576;
  margin-bottom: 1rem;
  font-family: bebas-neue, sans-serif;
  font-size: 1.25rem;
  color: #15195a;
}
@media (min-width: 960px) {
  .two-columns blockquote {
    padding-left: 2rem;
    border-left: 16px solid #e61576;
    font-size: 2.125rem;
  }
}
.two-columns blockquote p {
  text-indent: -0.5rem;
  line-height: 1;
}
.two-columns blockquote p:last-child {
  margin-left: 0.5rem;
  font-family: "open sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.two-columns blockquote:before {
  content: "";
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: block;
  background-image: url("/wp-content/themes/coppafeel/images/pink-quote.svg");
  background-size: 48px;
}
@media (min-width: 960px) {
  .two-columns blockquote:before {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    background-size: 64px;
  }
}
.two-columns .lh-col .quote {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .two-columns .lh-col .quote {
    margin-left: 16px;
    background: url("/wp-content/themes/coppafeel/images/grey-bubble.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.two-columns .rh-col .quote {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .two-columns .rh-col .quote {
    margin-left: 16px;
    color: #fff;
    background: url("/wp-content/themes/coppafeel/images/pink-bubble.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.two-columns .flow-columns {
  columns: 2;
  column-gap: 32px;
}
.two-columns ul {
  list-style-type: none;
}
.two-columns ol {
  list-style-type: decimal;
}
.two-columns li {
  margin-left: 0;
  margin-bottom: 6px;
  line-height: 1.5;
  list-style-position: outside;
}
.two-columns li:before {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 24px 24px;
  background-image: url("/wp-content/themes/coppafeel/images/pink-tick.svg");
  background-repeat: no-repeat;
  z-index: 10;
}

.add-gradient h2, .add-gradient h3, .add-gradient h4 {
  padding: 0 0.5rem;
  display: inline;
  color: #fff;
  background: #15195a;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.add-gradient h2 + p {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .add-gradient h2 + p {
    margin-top: 2rem;
  }
}
.add-gradient .lh-col,
.add-gradient .rh-col {
  padding: 2rem 1rem;
  background: #fff;
}
.page-template-linked-content .add-gradient .lh-col,
.page-template-linked-content .add-gradient .rh-col {
  background: transparent;
}
@media (min-width: 960px) {
  .add-gradient .lh-col,
  .add-gradient .rh-col {
    padding: 2rem;
  }
}
.page-template-linked-content .add-gradient h2 {
  margin-left: 11.1%;
  align-self: flex-start;
}

/* accordian
----------------------------------------------------------------------------- */
.accordion {
  background: linear-gradient(0deg, rgba(76, 195, 199, 0.3) 0%, rgba(230, 21, 118, 0.3) 100%);
}
@media (min-width: 960px) {
  .accordion {
    background: linear-gradient(90deg, rgba(76, 195, 199, 0.3) 0%, rgba(230, 21, 118, 0.3) 100%);
  }
}
@media (min-width: 960px) {
  .accordion .inner {
    width: 65.71%;
    margin: 0 auto;
  }
}
.accordion .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accordion .titling-container .titling {
  max-width: 810px;
  text-align: center;
}
.accordion .titling-container h2 {
  padding: 0 1rem;
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.accordion .titling-container + .accordion-item {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .accordion .titling-container + .accordion-item {
    margin-top: 2rem;
  }
}
.accordion .intro {
  width: 47.82%;
  margin: 1.5rem auto 2rem;
}
.accordion p:first-of-type {
  font-size: 1.25rem;
  line-height: 1.6;
}
.accordion p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.accordion .accordion-content {
  margin-bottom: 0.5rem;
}
.accordion .accordion-item {
  margin-bottom: 0.5rem;
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #15195a !important;
  border-width: var(--b) var(--b) var(--_s) var(--_s) !important;
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
  transition: 300ms ease-in;
}
.accordion .accordion-item:last-child {
  margin: 0;
}
.accordion .accordion-item.open {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
}
.accordion .accordion-item .accordion-title h3 {
  padding: 0.938rem 3rem 1rem 1rem;
  margin-bottom: 0;
  display: block;
  font-size: 1.125rem;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.56px;
  font-weight: normal;
  color: #15195a;
  background: #fff;
}
@media (min-width: 960px) {
  .accordion .accordion-item .accordion-title h3 {
    padding: 1.375rem 4.5rem 1.188rem 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }
}
.accordion .accordion-item p {
  color: #313C47;
}
.accordion .accordion-title {
  position: relative;
  background: #fff;
  cursor: pointer;
}
.accordion .control {
  position: absolute;
  right: 12px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
@media (min-width: 960px) {
  .accordion .control {
    right: 12px;
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
}
.accordion .control:before,
.accordion .control:after {
  position: absolute;
  top: calc(50% - 8px);
  width: 2px;
  height: 16px;
  content: "";
  background: #e61576;
  transition: 300ms ease-in;
}
@media (min-width: 960px) {
  .accordion .control:before,
  .accordion .control:after {
    top: calc(50% - 12px);
    width: 2px;
    height: 24px;
  }
}
.accordion .control:after {
  transform: rotate(90deg);
}
.accordion .open .control:before {
  transform: rotate(140deg);
}
.accordion .open .control:after {
  transform: rotate(220deg);
}
.accordion .accordion-content {
  height: 100%;
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 0;
  background: #fff;
  overflow: hidden;
  display: none;
  letter-spacing: 0.5px;
}
@media (min-width: 960px) {
  .accordion .accordion-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
.accordion .accordion-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-content ol {
  margin-left: 1rem;
}
.accordion .accordion-content.accordian-open {
  padding: 1rem 1.5rem 1rem 1.5rem;
}

/* timeline
----------------------------------------------------------------------------- */
.timeline .timeline-top {
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
}
@media (min-width: 960px) {
  .timeline .timeline-top {
    width: 48.57%;
    margin: 0 auto 2.5rem;
    max-width: 544px;
  }
}
.timeline .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline .titling-container .titling {
  max-width: 810px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 960px) {
  .timeline .titling-container .titling {
    margin-bottom: 2.5rem;
  }
}
.timeline .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .timeline .titling-container h2 {
    padding: 0 1rem;
  }
}
.timeline .intro {
  font-size: 1.125rem;
  line-height: 1.55;
}
.timeline .flexmasonry-cols-2 {
  position: relative;
}
.timeline .flexmasonry-cols-2 .event {
  width: calc(50% - 110px);
}
.timeline .flexmasonry-cols-2 .event:first-child {
  height: 298px;
}
.timeline .flexmasonry-cols-2 .event:nth-of-type(odd) {
  margin-right: 110px;
}
.timeline .flexmasonry-cols-2 .event:nth-of-type(odd) .timeline-img {
  position: relative;
}
.timeline .flexmasonry-cols-2 .event:nth-of-type(odd) .timeline-img:before, .timeline .flexmasonry-cols-2 .event:nth-of-type(odd) .timeline-img:after {
  position: absolute;
  right: -120px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/boob-graphic.svg");
  background-size: 16px;
}
.timeline .flexmasonry-cols-2 .event:nth-of-type(odd) .timeline-img:before {
  top: 0;
}
.timeline .flexmasonry-cols-2 .event:nth-of-type(odd) .timeline-img:after {
  bottom: 0;
}
.timeline .flexmasonry-cols-2 .event:nth-of-type(even) {
  margin-left: 110px;
}
.timeline .event img {
  width: 100%;
  max-height: 140px;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media (min-width: 480px) {
  .timeline .event img {
    max-height: 350px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 960px) {
  .timeline .event img {
    max-height: 252px;
  }
}
.timeline .event .meta:before {
  position: absolute;
  left: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/boob-graphic.svg");
  background-size: 16px;
}
@media (min-width: 960px) {
  .timeline .event .meta:before {
    content: none;
  }
}
.timeline .timeline-bottom {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 3.125rem;
  background-image: url("/wp-content/themes/coppafeel/images/boob-graphic.svg"), url("/wp-content/themes/coppafeel/images/boob-graphic.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left 5px top, left 5px bottom;
}
@media (min-width: 960px) {
  .timeline .timeline-bottom {
    padding-top: 7rem;
    padding-left: 0;
    background-position: center top, 50.5% bottom;
  }
}
.timeline .timeline-bottom:before {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 20px;
  content: "";
  background: #e61576;
}
@media (min-width: 960px) {
  .timeline .timeline-bottom:before {
    left: 50%;
  }
}
.timeline .event p {
  margin-bottom: 1rem;
}
.timeline .event p:last-of-type {
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .timeline .event p:last-of-type {
    margin-bottom: 5REM;
  }
}
.timeline .event .meta {
  margin-bottom: 1rem;
}
.timeline .event h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #15195a;
}
@media (min-width: 960px) {
  .timeline .event h3 {
    margin-bottom: 1.5rem;
    font-size: 2.125rem;
  }
}
.timeline .event p {
  line-height: 1.5;
  color: #313c47;
}

/* rows
----------------------------------------------------------------------------- */
.rows.insulate {
  padding-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .rows.insulate {
    padding-bottom: 3rem;
  }
}

.rows {
  text-align: center;
}
.rows .image-link-row {
  display: flex;
  justify-content: center;
}
.rows .image-link-row p {
  margin-bottom: 1rem;
}
.rows h2 + .image-link-row {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .rows h2 + .image-link-row {
    margin-top: 3rem;
  }
}
.rows .grid-item {
  margin-bottom: 0;
}
.rows article {
  padding-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 960px) {
  .rows article {
    padding-bottom: 2rem;
  }
}
.rows img,
.rows .meta {
  margin-bottom: 1rem;
}
.rows .titling-container + .image-link-row {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .rows .titling-container + .image-link-row {
    margin-top: 3rem;
  }
}
.rows .titling-container + .intro-text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .rows .titling-container + .intro-text {
    margin-bottom: 2rem;
  }
}
.rows .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rows .titling-container .titling {
  max-width: 810px;
  text-align: center;
}
.rows .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .rows .titling-container h2 {
    padding: 0 1rem;
  }
}
.rows .title,
.rows .intro {
  color: #fff;
}
.rows h3 a {
  color: #15195a;
}
.rows h3 + p, .rows h3 + .wysiwyg-editor {
  margin-top: 1rem;
}
.rows p:last-child {
  margin-bottom: 0;
}
.rows .wysiwyg-editor ul + p .slab {
  margin-top: 0rem;
}
.rows .full-width-container {
  padding: 2.5rem 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
}
@media (min-width: 960px) {
  .rows .full-width-container {
    background: linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(138, 23, 106) 50%, rgb(21, 25, 90) 100%);
  }
}
.rows .full-width-container .meta {
  margin-bottom: 2.25rem;
  font-family: bebas-neue, sans-serif;
  font-size: 2.125rem;
  line-height: 1;
  color: #fff;
  background: transparent;
}
.rows .full-width-container .title {
  margin-bottom: 1rem;
  font-size: 4.5rem;
}
.rows .full-width-container p {
  max-width: 544px;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #fff;
}
.rows .cols-3 h3, .rows .cols-4 h3 {
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .rows .cols-3 h3, .rows .cols-4 h3 {
    font-size: 2.125rem;
  }
}
.rows .grid-item img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}
@media (min-width: 960px) {
  .rows .cols-2 img {
    height: 310px;
  }
}
@media (min-width: 960px) {
  .rows .cols-3 img {
    height: 200px;
  }
}
@media (min-width: 960px) {
  .rows .cols-4 img {
    height: 200px;
  }
}

.grey {
  background: rgba(234, 234, 234, 0.5);
}

/* full-width video
----------------------------------------------------------------------------- */
.full-width-video {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.full-width-video .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.full-width-video .titling-container .titling {
  max-width: 736px;
  margin-bottom: 3rem;
  text-align: center;
}
.full-width-video .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .full-width-video .titling-container h2 {
    padding: 0 1rem;
  }
}
.full-width-video h3 .text {
  text-align: center;
}
.full-width-video h3 {
  font-size: 1.5rem;
  color: #15195a;
}
.full-width-video .media {
  margin-bottom: 1rem;
}

/* become a boobette
----------------------------------------------------------------------------- */
.become-boobette {
  padding: 52px 0 3rem 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
}
@media (min-width: 960px) {
  .become-boobette {
    flex-direction: row;
  }
}
.become-boobette .lh-col {
  padding-bottom: 1.5rem;
}
.become-boobette .lh-col p {
  color: #fff;
}
.become-boobette .lh-col p:first-of-type {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .become-boobette .lh-col {
    width: 31.48%;
  }
}
.become-boobette .lh-col a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 300ms;
}
.become-boobette .lh-col a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.become-boobette .lh-col a:hover:before {
  visibility: visible;
  width: 100%;
}
.become-boobette .rh-col {
  padding: 1.5rem;
  background: #fff;
  box-shadow: -6px 6px 0px #15195a !important;
  position: relative;
  border: 2px solid #15195a !important;
}
@media (min-width: 960px) {
  .become-boobette .rh-col {
    width: 65.71%;
    padding: 2.5rem;
    margin-left: 32px;
  }
}
.become-boobette .rh-col:before {
  position: absolute;
  top: 0;
  left: -8px;
  width: 9px;
  height: 6px;
  border-radius: 4px;
  content: "";
  transform: rotate(-40deg);
  background: #15195a;
}
.become-boobette .rh-col:after {
  position: absolute;
  bottom: -7px;
  right: -2px;
  width: 9px;
  height: 6px;
  border-radius: 4px;
  content: "";
  transform: rotate(-40deg);
  background: #15195a;
}
.become-boobette .titling {
  margin: 0 auto 3rem;
}
.become-boobette .meta {
  margin-bottom: 1rem;
}
.become-boobette h2 {
  margin-bottom: 26px;
  display: inline;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .become-boobette h2 {
    padding: 0 1rem;
    font-size: 3.75rem;
  }
}
.become-boobette p {
  font-size: 1rem;
  line-height: 1.4;
}
.become-boobette p:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.55;
}
.become-boobette h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #15195a;
}
@media (min-width: 960px) {
  .become-boobette h3 {
    font-size: 3rem;
  }
}
.become-boobette .gform_heading {
  display: none;
}
.become-boobette .gform_wrapper .gform_body label,
.become-boobette .gform_wrapper .gform_footer label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #15195a !important;
}
.become-boobette .gform_wrapper .gform_body input,
.become-boobette .gform_wrapper .gform_body select,
.become-boobette .gform_wrapper .gform_footer input,
.become-boobette .gform_wrapper .gform_footer select {
  height: 48px !important;
  border: 2px solid #15195a;
  border-radius: 0 !important;
}
.become-boobette .gform_wrapper .gform_body .cselect,
.become-boobette .gform_wrapper .gform_footer .cselect {
  position: relative;
}
.become-boobette .gform_wrapper .gform_body .cselect select,
.become-boobette .gform_wrapper .gform_footer .cselect select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.become-boobette .gform_wrapper .gform_body .cselect:after,
.become-boobette .gform_wrapper .gform_footer .cselect:after {
  position: absolute;
  top: 19px;
  left: auto;
  right: 13px;
  margin: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-right: 2.5px solid #e61576;
  border-bottom: 2.5px solid #e61576;
  background: transparent;
  transform-origin: 35% 30%;
  transform: rotate(45deg);
  border-radius: 1.5px;
  z-index: 20;
}
@media (min-width: 880px) {
  .become-boobette .gform_wrapper .gform_body .cselect:after,
  .become-boobette .gform_wrapper .gform_footer .cselect:after {
    top: 38px;
  }
}
.become-boobette .gform_wrapper .gform_body ::placeholder,
.become-boobette .gform_wrapper .gform_footer ::placeholder {
  color: #313c47 !important;
}
.become-boobette .gform_wrapper .gform_body input[type=checkbox],
.become-boobette .gform_wrapper .gform_footer input[type=checkbox] {
  width: 32px !important;
  height: 32px !important;
  padding: 3px 4px !important;
}
.become-boobette .gform_wrapper .gform_body input[type=checkbox]:before,
.become-boobette .gform_wrapper .gform_footer input[type=checkbox]:before {
  width: 16px !important;
  height: 16px !important;
  box-shadow: inset 11px 11px #e61576 !important;
}
.become-boobette .gform_wrapper .gform_body input[type=submit],
.become-boobette .gform_wrapper .gform_footer input[type=submit] {
  width: 100% !important;
  font-family: bebas-neue, sans-serif !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.5px;
  color: #15195a !important;
  background: #fff !important;
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #e61576;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.become-boobette .gform_wrapper .gform_body input[type=submit]:hover,
.become-boobette .gform_wrapper .gform_footer input[type=submit]:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
/* blockquote
----------------------------------------------------------------------------- */
@media (min-width: 960px) {
  .blockquote__block {
    width: 73.5%;
    padding: 72px 0 5rem 0;
    margin: 0 auto;
  }
}
.blockquote__block blockquote {
  position: relative;
  padding: 0 0 0 1rem;
  border-left: 8px solid #e61576;
  font-family: bebas-neue, sans-serif;
  font-size: 20px;
  line-height: 1 !important;
  color: #15195a;
}
@media (min-width: 960px) {
  .blockquote__block blockquote {
    font-size: 34px !important;
  }
}
@media (min-width: 960px) {
  .blockquote__block blockquote {
    padding: 0 0 0 2rem;
    border-left: 16px solid #e61576;
    font-size: 34px;
  }
}
.blockquote__block blockquote:before {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/pink-quote-sml.svg");
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .blockquote__block blockquote:before {
    width: 64px;
    height: 64px;
    left: -80px;
    background-image: url("/wp-content/themes/coppafeel/images/pink-quote.svg");
  }
}
.blockquote__block .author-meta {
  margin-top: 1.375rem;
  display: flex;
  align-items: center;
}
.blockquote__block .author-details {
  margin-left: 24px;
  font-family: "open sans";
  font-size: 1rem;
  line-height: 1.4;
}

/* sponsored-by
----------------------------------------------------------------------------- */
.sponsored-by {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsored-by .content {
  width: 100%;
  max-width: 736px;
}
.sponsored-by .titling {
  margin: 0 auto 2rem;
  max-width: 810px;
  text-align: center;
}
.sponsored-by h2 {
  margin-bottom: 2rem;
  display: inline;
  font-size: 2.125rem;
  text-align: center;
  color: #15195a;
}
.sponsored-by .sponsor-logo {
  width: 100%;
  max-width: 444px;
  margin: 0 auto;
}

/* video [primarily for video but can be used for maps or to maintain 16:9 etc ]
----------------------------------------------------------------------------- */
.media .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media .titling-container .titling {
  max-width: 810px;
  margin-bottom: 3rem;
  text-align: center;
}
.media .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .media .titling-container h2 {
    padding: 0 1rem;
  }
}
.media .media-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 2rem;
}
.media .media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* section-links
----------------------------------------------------------------------------- */
.section-links + div {
  padding-top: 4.625rem;
}
@media (min-width: 960px) {
  .section-links + div {
    padding-top: 6.75rem;
  }
}

.section-links {
  position: absolute;
  width: 100%;
  margin-top: -30px;
  z-index: 1000;
}
.section-links .links {
  padding: 0rem 1rem 1rem 1.5rem;
  height: auto;
  display: none;
  flex-direction: column;
  background: #fff;
}
@media (min-width: 960px) {
  .section-links .links {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.section-links .link {
  border: 1px solid #15195a;
  flex-grow: 1;
  font-weight: 700;
  color: #15195a;
  text-decoration: none;
  border: none;
  display: flex;
}
@media (min-width: 960px) {
  .section-links .link {
    justify-content: center;
    border: 1px solid #15195a;
  }
}
.section-links .link a {
  position: relative;
  display: flex;
  justify-content: left;
  margin: 0.5rem 0;
  color: #15195a;
  width: fit-content;
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  transition: 300ms ease-in;
}
@media (min-width: 960px) {
  .section-links .link a {
    margin: 0.75rem;
    justify-content: center;
  }
}
.section-links .link a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #15195a;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.section-links .link a:hover:before {
  visibility: visible;
  width: 100%;
}
.section-links .links-title {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .section-links .links-title {
    display: none;
  }
}
.section-links .links-title h3 {
  padding: 0.875rem 1rem 0.625rem 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #15195a;
}
.section-links .control {
  width: 100%;
  text-align: left;
}
.section-links .control:before, .section-links .control:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2px;
  height: 16px;
  content: "";
  background: #e61576;
  transition: 300ms ease-in;
}
.section-links .control:after {
  transform: rotate(90deg);
}
.section-links .open .control:before {
  transform: rotate(140deg);
}
.section-links .open .control:after {
  transform: rotate(220deg);
}

/* four-columns; styling for a simple four column acf block, ie not rows block
----------------------------------------------------------------------------- */
.four-columns .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.four-columns .titling-container .titling {
  max-width: 810px;
  text-align: center;
}
.four-columns .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .four-columns .titling-container h2 {
    padding: 0 1rem;
  }
}
.four-columns p {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1000px) {
  .four-columns p {
    width: 65.71%;
    margin: 0 auto;
  }
}
.four-columns p:first-of-type {
  margin-top: 3rem;
}
.four-columns .grid {
  margin-top: 3rem;
}
.four-columns .grid p {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
.four-columns .grid p:first-of-type {
  margin-top: 0;
}
.four-columns .grid a {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(to bottom, #15195a 0%, #15195a 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 2px;
  transition: 300ms;
}
.four-columns .grid a:hover {
  color: #fff;
  background-size: 1px 50px;
}
.four-columns .grid-item {
  margin-bottom: 0;
}
.four-columns .grid-item p:last-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .four-columns .grid-item p:last-child {
    margin-bottom: 0;
  }
}

/* cta latest-Events
----------------------------------------------------------------------------- */
.page-template-event-page {
  /* pagination
  ----------------------------------------------------------------------------- */
}
.page-template-event-page .section-filter {
  position: relative;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .filter-box {
    position: absolute;
    top: -2rem;
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .page-template-event-page .section-filter .filter-box {
    top: -3rem;
  }
}
.page-template-event-page .section-filter .filter-box__wrapper {
  padding: 1rem 1rem 1.5rem 1rem;
  border: 2px solid #15195a;
  margin-bottom: 1rem;
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  clip-path: none;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .filter-box__wrapper {
    padding: 1rem 1rem 1rem 1.5rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
    flex-direction: row;
  }
}
.page-template-event-page .section-filter .lh-col {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .lh-col {
    margin-bottom: 0;
  }
}
.page-template-event-page .section-filter .rh-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .rh-col {
    flex-direction: row;
  }
}
.page-template-event-page .section-filter h3 {
  padding: 0.5rem;
  color: #fff;
  font-weight: bebas-neue, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  background: #15195a;
}
.page-template-event-page .section-filter .rh-col, .page-template-event-page .section-filter .facetwp-facet, .page-template-event-page .section-filter .fs-wrap {
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .facetwp-facet, .page-template-event-page .section-filter .fs-wrap {
    width: 180px;
  }
}
@media (min-width: 720px) {
  .page-template-event-page .section-filter .facetwp-facet, .page-template-event-page .section-filter .fs-wrap {
    width: 250px;
  }
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .rh-col {
    width: auto;
  }
}
.page-template-event-page .section-filter .facetwp-facet {
  margin: 0;
  display: inline-flex;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .facetwp-facet {
    margin-right: 1rem;
  }
  .page-template-event-page .section-filter .facetwp-facet:last-child {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .facetwp-facet.facetwp-facet-guardians_search {
    margin-right: 1rem;
  }
}
.page-template-event-page .section-filter .facetwp-facet-event_location_filter {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .facetwp-facet-event_location_filter {
    margin-bottom: 0;
  }
}
.page-template-event-page .section-filter .facetwp-input-wrap .facetwp-search {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .facetwp-input-wrap .facetwp-search {
    margin-bottom: 0;
  }
}
.page-template-event-page .section-filter .fs-wrap {
  margin: 0;
}
.page-template-event-page .section-filter input,
.page-template-event-page .section-filter .fs-label-wrap {
  width: 100%;
  border: 2px solid #15195a;
  font-family: bebas-neue, sans-serif;
  color: #15195a;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-align: left;
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  border: solid #15195a;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
@media (min-width: 720px) {
  .page-template-event-page .section-filter input,
  .page-template-event-page .section-filter .fs-label-wrap {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    height: 54px;
  }
}
@media (min-width: 720px) {
  .page-template-event-page .section-filter input .fs-label,
  .page-template-event-page .section-filter .fs-label-wrap .fs-label {
    padding: 10px 16px 10px 24px;
  }
}
.page-template-event-page .section-filter .fs-arrow {
  position: absolute;
  top: -5px;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e61576;
  border-right: 2px solid #e61576;
  border-left: none;
  content: "";
  background: 0 0;
  transform: rotate(135deg);
  transition: 0.3s ease-in;
  transform-origin: center;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter .fs-arrow {
    width: 12px;
    height: 12px;
  }
}
.page-template-event-page .section-filter .fs-open .fs-arrow {
  top: 5px;
  transform: rotate(315deg);
}
.page-template-event-page .section-filter button {
  width: 100%;
  font-size: bebas-neue, sans-serif;
  font-weight: 700;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media (min-width: 600px) {
  .page-template-event-page .section-filter button {
    width: initial;
  }
}
.page-template-event-page .filter-box__results {
  font-size: 1.125rem;
  color: #15195a;
  font-family: bebas-neue, sans-serif;
  letter-spacing: 0.56px;
}
@media (min-width: 600px) {
  .page-template-event-page .filter-box__results {
    font-size: 1.5rem;
  }
}
.page-template-event-page .filter-box__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-event-page .filter-box__footer .facetwp-selection-label {
  display: none;
}
.page-template-event-page .filter-box__footer .filter-box__selections {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-event-page .filter-box__footer .filter-box__selections .facetwp-selections {
  margin-right: 1.5rem;
}
.page-template-event-page .filter-box__footer .facetwp-selections .facetwp-selection-value {
  padding: 0.438rem 1.5rem 0.438rem 0.75rem;
  border: 2px solid #15195a;
  font-weight: 700;
  font-size: 0.875rem;
  color: #15195a;
  background-image: url("/wp-content/themes/coppafeel/images/icon-close-24x24.svg");
  background-position: center right 0.5rem;
}
@media only screen and (max-width: 320px) {
  .page-template-event-page .filter-box__footer .facetwp-selections .facetwp-selection-value {
    margin-top: 0.5rem;
  }
}
.page-template-event-page .filter-box__footer .facetwp-type-reset {
  width: auto;
}
.page-template-event-page .filter-box__footer .facetwp-type-reset .facetwp-reset {
  padding: 0;
  color: #15195a;
  font-weight: 500;
  text-decoration: underline;
}
.page-template-event-page .latest-events {
  background-color: #fff;
  padding-top: 2rem;
  /* News Posts
  --------------------------------------------------------------------------- */
}
@media (min-width: 600px) {
  .page-template-event-page .latest-events {
    padding-top: 8rem;
  }
}
.page-template-event-page .latest-events .titling-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-event-page .latest-events .titling-container .titling {
  max-width: 810px;
  margin-bottom: 3rem;
  text-align: center;
}
.page-template-event-page .latest-events .titling-container h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 600px) {
  .page-template-event-page .latest-events .titling-container h2 {
    padding: 0 1rem;
  }
}
.page-template-event-page .latest-events .titling-container h2:after {
  width: 1rem;
  height: auto;
  display: inline-block;
  content: "";
  background: #15195a;
}
.page-template-event-page .latest-events h3 {
  font-size: 2rem;
  color: #15195a;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media (min-width: 600px) {
  .page-template-event-page .latest-events h3 {
    font-size: 3.75rem;
    margin-bottom: 1rem;
  }
}
.page-template-event-page .latest-events .meta {
  margin-bottom: 1rem;
}
.page-template-event-page .latest-events .latest-posts {
  margin-bottom: 0.5rem;
}
@media (min-width: 960px) {
  .page-template-event-page .latest-events .latest-posts {
    margin-bottom: 2.5rem;
  }
}
.page-template-event-page .latest-events .latest-posts .grid-item {
  margin-bottom: 2rem;
}
.page-template-event-page .latest-events .latest-posts .meta {
  align-self: flex-start;
  line-height: 1.3;
}
@media (min-width: 880px) {
  .page-template-event-page .latest-events .latest-posts article {
    margin-bottom: 0;
  }
}
.page-template-event-page .latest-events .latest-posts article:nth-of-type(2),
.page-template-event-page .latest-events .latest-posts article:nth-of-type(3) {
  display: none;
}
@media (min-width: 880px) {
  .page-template-event-page .latest-events .latest-posts article:nth-of-type(2),
  .page-template-event-page .latest-events .latest-posts article:nth-of-type(3) {
    display: block;
  }
}
.page-template-event-page .latest-events .latest-posts img {
  height: 164px;
  width: 100%;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media (min-width: 960px) {
  .page-template-event-page .latest-events .latest-posts img {
    height: 200px;
  }
}
.page-template-event-page .latest-events .latest-posts a {
  color: #15195a;
}
.page-template-event-page .latest-events .latest-posts h3 {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 880px) {
  .page-template-event-page .latest-events .latest-posts h3 {
    font-size: 2.125rem;
  }
}
.page-template-event-page .latest-events .latest-posts .date,
.page-template-event-page .latest-events .latest-posts .location,
.page-template-event-page .latest-events .latest-posts .pdf {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 880px) {
  .page-template-event-page .latest-events .latest-posts .date,
  .page-template-event-page .latest-events .latest-posts .location,
  .page-template-event-page .latest-events .latest-posts .pdf {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page-template-event-page .latest-events .latest-posts .date img,
.page-template-event-page .latest-events .latest-posts .location img,
.page-template-event-page .latest-events .latest-posts .pdf img {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.page-template-event-page .pagination {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .page-template-event-page .pagination {
    margin: 5rem 0;
  }
}
.page-template-event-page .pagination .pages {
  display: flex;
}
.page-template-event-page .pagination .page-number {
  margin-right: 2rem;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #15195a;
}
.page-template-event-page .pagination .next {
  width: 48px;
  height: 48px;
  border: 2px solid #e61576 !important;
  box-shadow: -4px 4px 0px #e61576;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #15195a;
  font-weight: 700;
  position: relative;
}
.page-template-event-page .pagination .next:before {
  position: absolute;
  content: "";
}
.page-template-event-page .pagination .next:before {
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #15195a;
  border-right: 2px solid #15195a;
  background: transparent;
  transform: rotate(45deg);
}
.page-template-event-page .pagination .prev {
  width: 48px;
  height: 48px;
  border: 2px solid #B3B3B3 !important;
  box-shadow: -4px 4px 0px #B3B3B3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #15195a;
  font-weight: 700;
  position: relative;
  margin-right: 1rem;
}
.page-template-event-page .pagination .prev:before {
  position: absolute;
  content: "";
  right: 0.65rem;
}
.page-template-event-page .pagination .prev:before {
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #15195a;
  border-left: 2px solid #15195a;
  background: transparent;
  transform: rotate(45deg);
}

/* social-block
----------------------------------------------------------------------------- */
.social-block {
  background: linear-gradient(45deg, rgba(76, 195, 199, 0.3) 0%, rgba(230, 21, 118, 0.3) 100%);
}
.social-block + .transparent {
  background: transparent;
}
.social-block .titling-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.social-block .titling-container h3 {
  display: flex;
  align-items: center;
  font-family: bebas-neue, sans-serif;
  font-size: 2rem;
  color: #15195a;
  background-color: transparent;
}
@media (min-width: 960px) {
  .social-block .titling-container h3 {
    font-size: 3.75rem;
    margin-bottom: 2rem;
  }
}
.social-block .titling-container h3 span {
  margin-right: 1rem;
}
.social-block .titling-container h3 .icon-tiktok:before {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/icon--tiktok--64x64-.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 960px) {
  .social-block .titling-container h3 .icon-tiktok:before {
    width: 64px;
    height: 64px;
    background-image: url("/wp-content/themes/coppafeel/images/icon--tiktok--64x64-.svg");
  }
}
.social-block .titling-container h3 .icon:before {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("/wp-content/themes/coppafeel/images/pink-quote-sml.svg");
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .social-block .titling-container h3 .icon:before {
    width: 64px;
    height: 64px;
    background-image: url("/wp-content/themes/coppafeel/images/pink-quote.svg");
  }
}
.social-block .wysywig-block a {
  background: none;
}
.social-block .wysywig-block a .eui-widget-title {
  display: none;
}
.social-block .wysywig-block a:hover {
  color: inherit;
}
.social-block .CardContainer-sc-pr3shd-0, .social-block .eapps-instagram-feed-posts-item {
  border: 2px solid #eef1f6;
  border-radius: 0.5rem;
}
.social-block .eapps-instagram-feed-posts-grid-load-more {
  height: auto;
  padding: 14px 1.5rem 12px 1.5rem;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 24px !important;
  line-height: 1;
  text-transform: uppercase;
  color: #15195a;
  background: #fff !important;
  transition: 300ms !important;
  border-radius: 0;
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #e61576 !important;
  border-width: var(--b) var(--b) var(--_s) var(--_s) !important;
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.social-block .eapps-instagram-feed-posts-grid-load-more:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}

/* form
----------------------------------------------------------------------------- */
.wysywig-block .gform_wrapper form {
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  padding: 1.5rem;
  border: solid #15195a;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
@media (min-width: 960px) {
  .wysywig-block .gform_wrapper form {
    padding: 2.5rem;
  }
}

.gform_wrapper.gform_legacy_markup_wrapper, .gform_wrapper.gravity-theme {
  margin-top: 0;
  margin-bottom: 0;
}
.gform_wrapper.gform_legacy_markup_wrapper li, .gform_wrapper.gravity-theme li {
  padding: 0;
}
.gform_wrapper.gform_legacy_markup_wrapper .gform_fields, .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
}
@media (min-width: 960px) {
  .gform_wrapper.gform_legacy_markup_wrapper .gform_fields, .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 32px !important;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper .gform_heading, .gform_wrapper.gravity-theme .gform_heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .gform_wrapper.gform_legacy_markup_wrapper .gform_heading, .gform_wrapper.gravity-theme .gform_heading {
    margin-bottom: 3rem;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper .gform_heading .gform_title, .gform_wrapper.gravity-theme .gform_heading .gform_title {
  display: inline;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 960px) {
  .gform_wrapper.gform_legacy_markup_wrapper .gform_heading .gform_title, .gform_wrapper.gravity-theme .gform_heading .gform_title {
    font-size: 3.75rem;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper .gform_footer, .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.gform_wrapper .gform_body .gform_body,
.gform_wrapper .gform_footer .gform_body,
.wForm .gform_body,
#form_embed .gform_body {
  grid-gap: 0px;
}
.gform_wrapper .gform_body .gfield_description, .gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_footer .gfield_description,
.gform_wrapper .gform_footer .gsection_description,
.wForm .gfield_description,
.wForm .gsection_description,
#form_embed .gfield_description,
#form_embed .gsection_description {
  font-size: 1rem;
  padding-top: 0 !important;
  margin-top: 0.5rem;
}
.gform_wrapper .gform_body .field_description_below,
.gform_wrapper .gform_footer .field_description_below,
.wForm .field_description_below,
#form_embed .field_description_below {
  margin-bottom: 1.5rem !important;
}
.gform_wrapper .gform_body .gfield,
.gform_wrapper .gform_footer .gfield,
.wForm .gfield,
#form_embed .gfield {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-right: 0 !important;
  color: #15195a;
}
.gform_wrapper .gform_body .gfield:before,
.gform_wrapper .gform_footer .gfield:before,
.wForm .gfield:before,
#form_embed .gfield:before {
  display: none !important;
}
.gform_wrapper .gform_body .gfield_consent_label,
.gform_wrapper .gform_footer .gfield_consent_label,
.wForm .gfield_consent_label,
#form_embed .gfield_consent_label {
  margin-left: 1rem;
}
.gform_wrapper .gform_body .gfield_consent_description,
.gform_wrapper .gform_footer .gfield_consent_description,
.wForm .gfield_consent_description,
#form_embed .gfield_consent_description {
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.gform_wrapper .gform_body .gsection,
.gform_wrapper .gform_footer .gsection,
.wForm .gsection,
#form_embed .gsection {
  border-bottom: 0;
  padding-bottom: 0;
}
.gform_wrapper .gform_body .gsection_title,
.gform_wrapper .gform_footer .gsection_title,
.wForm .gsection_title,
#form_embed .gsection_title {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 960px) {
  .gform_wrapper .gform_body .gsection_title,
  .gform_wrapper .gform_footer .gsection_title,
  .wForm .gsection_title,
  #form_embed .gsection_title {
    font-size: 2.125rem;
  }
}
.gform_wrapper .gform_body .gsection_title + div,
.gform_wrapper .gform_footer .gsection_title + div,
.wForm .gsection_title + div,
#form_embed .gsection_title + div {
  margin-top: 1.5rem;
}
.gform_wrapper .gform_body label,
.gform_wrapper .gform_footer label,
.wForm label,
#form_embed label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #15195a !important;
  letter-spacing: 0.5px;
}
.gform_wrapper .gform_body .ginput_container,
.gform_wrapper .gform_footer .ginput_container,
.wForm .ginput_container,
#form_embed .ginput_container {
  align-items: center;
}
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body select,
.gform_wrapper .gform_footer input[type=text],
.gform_wrapper .gform_footer select,
.wForm input[type=text],
.wForm select,
#form_embed input[type=text],
#form_embed select {
  height: 48px !important;
  padding-left: 1.5rem !important;
  border: 2px solid #15195a;
  border-radius: 0 !important;
  color: rgba(49, 60, 71, 0.7);
}
.gform_wrapper .gform_body .ginput_container_select,
.gform_wrapper .gform_body .ginput_container_date, .gform_wrapper .gform_body .ginput_address_country,
.gform_wrapper .gform_footer .ginput_container_select,
.gform_wrapper .gform_footer .ginput_container_date,
.gform_wrapper .gform_footer .ginput_address_country,
.wForm .ginput_container_select,
.wForm .ginput_container_date,
.wForm .ginput_address_country,
#form_embed .ginput_container_select,
#form_embed .ginput_container_date,
#form_embed .ginput_address_country {
  position: relative;
}
.gform_wrapper .gform_body .ginput_container_select select,
.gform_wrapper .gform_body .ginput_container_date select, .gform_wrapper .gform_body .ginput_address_country select,
.gform_wrapper .gform_footer .ginput_container_select select,
.gform_wrapper .gform_footer .ginput_container_date select,
.gform_wrapper .gform_footer .ginput_address_country select,
.wForm .ginput_container_select select,
.wForm .ginput_container_date select,
.wForm .ginput_address_country select,
#form_embed .ginput_container_select select,
#form_embed .ginput_container_date select,
#form_embed .ginput_address_country select {
  width: 100% !important;
  min-width: 150px;
  padding-left: 1.5rem;
  color: #313C47;
  background: none;
  color: rgba(49, 60, 71, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gform_wrapper .gform_body .ginput_container_select:after,
.gform_wrapper .gform_body .ginput_container_date:after, .gform_wrapper .gform_body .ginput_address_country:after,
.gform_wrapper .gform_footer .ginput_container_select:after,
.gform_wrapper .gform_footer .ginput_container_date:after,
.gform_wrapper .gform_footer .ginput_address_country:after,
.wForm .ginput_container_select:after,
.wForm .ginput_container_date:after,
.wForm .ginput_address_country:after,
#form_embed .ginput_container_select:after,
#form_embed .ginput_container_date:after,
#form_embed .ginput_address_country:after {
  position: absolute;
  top: 16px;
  left: auto;
  right: 13px;
  margin: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-right: 2.5px solid #e61576;
  border-bottom: 2.5px solid #e61576;
  background: transparent;
  transform-origin: 35% 30%;
  transform: rotate(45deg);
  border-radius: 1.5px;
  z-index: 20;
}
.gform_wrapper .gform_body ::placeholder,
.gform_wrapper .gform_footer ::placeholder,
.wForm ::placeholder,
#form_embed ::placeholder {
  color: rgba(49, 60, 71, 0.7);
}
.gform_wrapper .gform_body .ginput_full input, .gform_wrapper .gform_body .ginput_left input, .gform_wrapper .gform_body .ginput_right input,
.gform_wrapper .gform_footer .ginput_full input,
.gform_wrapper .gform_footer .ginput_left input,
.gform_wrapper .gform_footer .ginput_right input,
.wForm .ginput_full input,
.wForm .ginput_left input,
.wForm .ginput_right input,
#form_embed .ginput_full input,
#form_embed .ginput_left input,
#form_embed .ginput_right input {
  margin-bottom: 2rem;
}
.gform_wrapper .gform_body .clear-multi,
.gform_wrapper .gform_footer .clear-multi,
.wForm .clear-multi,
#form_embed .clear-multi {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 600px) {
  .gform_wrapper .gform_body .clear-multi,
  .gform_wrapper .gform_footer .clear-multi,
  .wForm .clear-multi,
  #form_embed .clear-multi {
    flex-direction: row;
  }
}
.gform_wrapper .gform_body .gfield_checkbox,
.gform_wrapper .gform_footer .gfield_checkbox,
.wForm .gfield_checkbox,
#form_embed .gfield_checkbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gform_wrapper .gform_body .gfield_checkbox li,
.gform_wrapper .gform_footer .gfield_checkbox li,
.wForm .gfield_checkbox li,
#form_embed .gfield_checkbox li {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_body .gfield_checkbox .gfield-choice-input,
.gform_wrapper .gform_footer .gfield_checkbox .gfield-choice-input,
.wForm .gfield_checkbox .gfield-choice-input,
#form_embed .gfield_checkbox .gfield-choice-input {
  margin-top: 0px !important;
}
.gform_wrapper .gform_body .gchoice,
.gform_wrapper .gform_footer .gchoice,
.wForm .gchoice,
#form_embed .gchoice {
  margin-bottom: 1rem;
}
.gform_wrapper .gform_body .gchoice label,
.gform_wrapper .gform_footer .gchoice label,
.wForm .gchoice label,
#form_embed .gchoice label {
  margin-left: 1rem;
}
.gform_wrapper .gform_body .ginput_container_consent,
.gform_wrapper .gform_footer .ginput_container_consent,
.wForm .ginput_container_consent,
#form_embed .ginput_container_consent {
  display: flex;
}
.gform_wrapper .gform_body input[type=checkbox],
.gform_wrapper .gform_footer input[type=checkbox],
.wForm input[type=checkbox],
#form_embed input[type=checkbox] {
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  padding: 3px 4px !important;
  border: 2px solid #15195a;
  -webkit-appearance: none;
  appearance: none;
}
.gform_wrapper .gform_body input[type=checkbox]:before,
.gform_wrapper .gform_footer input[type=checkbox]:before,
.wForm input[type=checkbox]:before,
#form_embed input[type=checkbox]:before {
  width: 16px !important;
  height: 16px !important;
  box-shadow: inset 11px 11px #e61576 !important;
  position: absolute;
  content: "";
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  display: block;
  margin: 2px 0 0 2px;
}
.gform_wrapper .gform_body input[type=checkbox]:checked:before,
.gform_wrapper .gform_footer input[type=checkbox]:checked:before,
.wForm input[type=checkbox]:checked:before,
#form_embed input[type=checkbox]:checked:before {
  transform: scale(1);
}
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_footer textarea,
.wForm textarea,
#form_embed textarea {
  border: 2px solid #15195a;
}
.gform_wrapper .gform_body input[type=submit],
.gform_wrapper .gform_footer input[type=submit],
.wForm input[type=submit],
#form_embed input[type=submit] {
  width: 100% !important;
  height: 56px !important;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.5px;
  color: #15195a !important;
  background: #fff !important;
  border: solid #e61576;
  transition: 300ms ease-in;
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.gform_wrapper .gform_body input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.wForm input[type=submit]:hover,
#form_embed input[type=submit]:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}

.gform_confirmation_message {
  text-align: center;
}

.back-to-top {
  padding: 1rem 0;
  text-align: center;
  color: #e61576;
  position: relative;
  background-color: white;
}
@media (min-width: 880px) {
  .back-to-top {
    padding: 1.5rem 0;
  }
}
.back-to-top a:before {
  position: relative;
  content: "";
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 1rem;
  transition: 300ms ease-in;
  --b: 2px; /* border length*/
  --d: 4px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #e61576;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.back-to-top a:after {
  position: absolute;
  top: 34px;
  left: 5px;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2.5px solid #15195a;
  border-top: 2.5px solid #15195a;
  background: transparent;
  transform: rotate(45deg);
  border-radius: 1.5px;
  --d: 4px;
  transition: 300ms ease-in;
}
@media (min-width: 880px) {
  .back-to-top a:after {
    top: 43px;
  }
}
.back-to-top a {
  display: inline-block;
  font-size: 1.5rem;
  font-family: bebas-neue, sans-serif;
  color: #15195a;
}
.back-to-top a:hover:before {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
.back-to-top a:hover:after {
  transform: translate(calc(var(--d) / -1), var(--d)) rotate(45deg);
  transition: 0.2s;
}

.qexit-btn {
  font-size: 1rem;
  font-weight: 700;
  font-family: bebas-neue, sans-serif;
  bottom: 0px;
  right: 0;
  color: #fff;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  align-items: end;
}
.qexit-btn .inner {
  padding: 1rem;
  width: 100px;
}
@media (min-width: 600px) {
  .qexit-btn .inner {
    width: 130px;
  }
}

.cta-boob-check {
  margin: 1.5rem 0;
}
@media (min-width: 960px) {
  .cta-boob-check {
    margin: 2rem 0;
  }
}
.cta-boob-check .cta-banner {
  min-height: auto;
  padding: 2rem 1rem;
  background: linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
}
@media (min-width: 960px) {
  .cta-boob-check .cta-banner {
    padding: 2.5rem 0;
    background: url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat left -50px top -60px, url("/wp-content/themes/coppafeel/images/boob-graphic-2022.svg") no-repeat right -40px bottom -40px, linear-gradient(45deg, rgb(230, 21, 118) 0%, rgb(21, 25, 90) 100%);
    background-position: left -200px top -200px, right -190px bottom -190px, 0;
    background-size: 400px, 400px, auto;
  }
}
.cta-boob-check .cta-banner .text-wrap {
  max-width: 544px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-boob-check .cta-banner .sub-title {
  display: block;
  font-family: bebas-neue, sans-serif;
  font-size: 2.125rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.cta-boob-check .cta-banner .sub-title:after {
  width: 40px;
  height: 4px;
  margin: 1rem auto 1.5rem auto;
  display: block;
  content: "";
  background: #e61576;
}
@media (min-width: 960px) {
  .cta-boob-check .cta-banner .sub-title:after {
    margin-bottom: 1rem;
  }
}
.cta-boob-check .cta-banner .image-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .cta-boob-check .cta-banner .image-wrap {
    flex-direction: row;
  }
}
.cta-boob-check .cta-banner .image-wrap .img-boob {
  margin-right: 0rem;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .cta-boob-check .cta-banner .image-wrap .img-boob {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.cta-boob-check .cta-banner img {
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .cta-boob-check .cta-banner img {
    margin-bottom: 1rem;
  }
}
.cta-boob-check .cta-banner p {
  display: none;
  text-align: center;
  color: white;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .cta-boob-check .cta-banner p {
    margin-bottom: 2.5rem;
    display: block;
  }
}
.cta-boob-check .cta-banner .slab {
  height: 54px;
}

.wysiwyg-editor ul {
  margin: 1rem 0rem;
}
.wysiwyg-editor li {
  position: relative;
  padding-left: 2rem;
  margin: 0.5rem 0rem;
  margin-bottom: 6px;
  line-height: 1.5;
  list-style-position: outside;
}
.wysiwyg-editor li:before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  padding-top: 0.25rem;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 24px 24px;
  background-image: url("/wp-content/themes/coppafeel/images/pink-tick.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
.wysiwyg-editor .slab {
  margin-top: 0.5rem;
}

.logo-gallery .grid {
  display: flex;
  justify-content: center;
}
.logo-gallery .titling {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .logo-gallery .titling {
    margin-bottom: 3rem;
  }
}
.logo-gallery h2 {
  display: inline;
  color: #fff;
  font-weight: 400;
  background: #15195a;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (min-width: 960px) {
  .logo-gallery.insulate {
    padding-bottom: 3rem;
  }
}

/* accessibility
----------------------------------------------------------------------------- */
.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}

/* utilities
----------------------------------------------------------------------------- */
/* global padding, margins etc
----------------------------------------------------------------------------- */
.wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1240px) {
  .wrap {
    padding-left: 11.11%;
    padding-right: 11.11%;
  }
}

.wrap-margins {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1240px) {
  .wrap-margins {
    margin-left: 11.11%;
    margin-right: 11.11%;
  }
}

.insulate {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1240px) {
  .insulate {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.insulate-no-top {
  padding-top: 0;
  padding-bottom: 5rem;
}

.insulate-no-bottom {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .insulate-no-bottom {
    padding-top: 5rem;
  }
}

.insulate-reduce-top {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.insulate-reduce-bottom {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

/* clearfix
----------------------------------------------------------------------------- */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* inline layout classes
----------------------------------------------------------------------------- */
.width-full {
  width: 100%;
}

.width-half {
  width: 50%;
}

.width-quarter {
  width: 25%;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

/* inline colour classses
----------------------------------------------------------------------------- */
/* buttons and pills
----------------------------------------------------------------------------- */
.slab {
  width: 100%;
  padding: 14px 1.5rem 12px 1.5rem;
  display: flex;
  color: #15195a;
  transition: 300ms ease-in;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.5px;
  --b: 2px; /* border length*/
  --d: 6px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  border: solid #4cc3c7;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
.slab:hover {
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.2s;
}
@media (min-width: 340px) {
  .slab {
    width: auto;
    display: inline-flex;
  }
}
@media (min-width: 960px) {
  .slab {
    height: 54px;
  }
}
.slab .nav-link {
  position: relative;
  bottom: 1px;
}

.border-pink,
.slab-pink {
  border-color: #e61576;
}

.slab-navy {
  border-color: #15195a;
}

.border-navy {
  --b: 2px;
  --d: 6px;
  --_s: calc(var(--d) + var(--b));
  border: solid #15195a;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background-color: #fff;
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}

.border-teal,
.border-teal {
  border-color: #4cc3c7;
}

.meta {
  padding: 3px 7px 3px 8px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.285;
  letter-spacing: 0.25px;
  color: #fff;
  background: #e61576;
}
/* inline effects
----------------------------------------------------------------------------- */
/* gradients
----------------------------------------------------------------------------- */
.border-gradient {
  border-left: 16px solid;
  border-bottom: 16px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #e61576, #4cc3c7);
}

/* background gradients
----------------------------------------------------------------------------- */
.add-gradient {
  background: linear-gradient(45deg, rgba(76, 195, 199, 0.3) 0%, rgba(230, 21, 118, 0.3) 100%);
}

.pink {
  background: #e61576;
}

.transparent {
  background: transparent;
}

/* Responsive Video
----------------------------------------------------------------------------- */
.video-responsive {
  --aspect-ratio: 2 / 3.375;
  overflow: hidden;
  position: relative;
  height: 100%;
  background: #15195a;
}
.video-responsive iframe {
  left: 50%;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
}
.video-responsive #player {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

.shortcode-btn__link {
  font-weight: 400;
}

.skip-content:not(:focus):not(:hover) {
  transform: translateY(-4em);
  opacity: 0;
}

.skip-content:focus {
  border-color: #062434;
}

.skip-content:focus, .skip-content:hover {
  background-color: #e61576;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.skip-content {
  margin: 0 auto;
  position: absolute;
  z-index: 100000;
  left: 0;
  right: 0;
  top: 0;
  padding: 8px;
  width: 100%;
  opacity: 1;
  text-align: center;
}

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

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

.embed-container {
  --video--width: 496;
  --video--height: 268;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

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

/* wordpress specific styles
----------------------------------------------------------------------------- */
@media (min-width: 37.5rem) {
  .alignleft {
    margin-right: 1rem;
    float: left;
  }
}

@media (min-width: 37.5rem) {
  .alignright {
    margin-left: 1rem;
    float: right;
  }
}

.aligncenter {
  margin: 0 auto;
}

.wp-video {
  margin-bottom: 3rem;
}

/* overrides and fixes
----------------------------------------------------------------------------- */