@charset "UTF-8";
@import url("https://use.typekit.net/ggy3sfy.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
html p {
  padding: 15px 0;
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  font-size: 16px;
  line-height: 30px;
}
html .wizy {
  padding: 0 0 30px;
}
html .wizy p, html .wizy ol, html .wizy ul {
  padding: 15px 0;
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  font-size: 16px;
  line-height: 30px;
}
html .wizy p strong, html .wizy p b, html .wizy ol strong, html .wizy ol b, html .wizy ul strong, html .wizy ul b {
  font-family: "Avenir85Heavy";
  font-style: "Normal";
  font-stretch: "Normal";
  color: #3B4E59;
}
html .wizy p em, html .wizy p i, html .wizy ol em, html .wizy ol i, html .wizy ul em, html .wizy ul i {
  font-style: italic;
}
html .wizy ol, html .wizy ul {
  padding-left: 25px;
}
html .wizy ol li, html .wizy ul li {
  list-style: disc;
}
html .wizy h2, html .wizy h3, html .wizy h4, html .wizy h5, html .wizy h6 {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 25px 0 10px;
  color: #3B4E59;
}
html a {
  transition: all 0.4s ease;
}
html a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}
.container.short {
  max-width: 1000px;
}

.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy img {
  display: block;
  width: 90%;
  margin: 30px 0;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  transform: translateY(-50%) rotate(90deg);
}

header {
  position: relative;
  background-size: cover;
  background-position: center;
}
header:before {
  content: "";
  background-image: linear-gradient(139deg, rgba(59, 78, 89, 0.99) 0%, #031722 75%);
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.96;
}
header .container.nav {
  position: relative;
  z-index: 90;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 700px) {
  header .container.nav {
    width: 100%;
    text-align: center;
    display: block;
    flex-wrap: wrap;
  }
}
header .container.nav div {
  width: 35%;
  padding: 15px 0;
}
@media (max-width: 775px) {
  header .container.nav div {
    width: 50%;
  }
}
@media (max-width: 700px) {
  header .container.nav div {
    width: 100%;
    text-align: center;
    display: block;
  }
}
header .container.nav div a {
  display: inline-block;
  vertical-align: middle;
}
header .container.nav div a img {
  max-width: 50px;
  height: auto;
}
@media (max-width: 1120px) {
  header .container.nav div a img {
    max-width: 30px;
  }
}
header .container.nav div a img.logo {
  max-width: 300px;
  margin-left: 20px;
}
@media (max-width: 1120px) {
  header .container.nav div a img.logo {
    max-width: 200px;
  }
}
header .container.nav nav {
  width: 65%;
  text-align: right;
  padding: 15px 0;
}
@media (max-width: 775px) {
  header .container.nav nav {
    width: 50%;
  }
}
@media (max-width: 700px) {
  header .container.nav nav {
    width: 100%;
    text-align: center;
    display: block;
  }
}
header .container.nav nav ul li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
@media (max-width: 1120px) {
  header .container.nav nav ul li {
    margin: 0 5px;
  }
}
@media (max-width: 775px) {
  header .container.nav nav ul li {
    display: none;
  }
}
header .container.nav nav ul li.button.pink {
  background-color: #F16B82;
  padding: 10px 15px;
  border-radius: 15px;
  transition: all 0.4s ease;
}
@media (max-width: 775px) {
  header .container.nav nav ul li.button.pink {
    display: inline-block;
    padding: 5px 10px;
  }
}
header .container.nav nav ul li.button.pink:hover {
  background-color: #fff;
}
header .container.nav nav ul li.button.pink:hover a {
  color: #F16B82;
}
header .container.nav nav ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  font-size: 17px;
}
header .multi {
  flex: 1;
}
@media (max-width: 945px) {
  header .multi {
    flex: 1;
  }
}
@media (max-width: 900px) {
  header .multi {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
}
header .multi .post {
  padding: 15px 0;
}
header .multi .post a {
  text-decoration: none;
}
header .multi .post .thumb {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 900px) {
  header .multi .post .thumb {
    width: 100%;
    height: 210px;
    margin: 0 0 16px;
  }
}
header .multi .post .thumb:after {
  content: "";
  background-image: url(../img/yellowplay.png);
  background-size: 30%;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 20px;
}
@media (max-width: 900px) {
  header .multi .post .thumb:after {
    background-size: 10%;
  }
}
header .multi .post .thumb:before {
  content: "";
  background-image: linear-gradient(139deg, #278B81 0%, #278B81 75%);
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.4;
  border-radius: 20px;
}
header .multi .post .thumb a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: 99;
  font-size: 15px;
}
header .multi .post .cop {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
header .multi .post .cop a:first-of-type {
  color: #F2C879;
}
header .multi .post h3 {
  font-family: "rucksack", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}
header .multi .post p {
  color: white;
  font-size: 15px;
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  padding: 5px 0 0;
}
header .multi .post p a {
  color: white;
  padding: 5px 0 0;
  text-decoration: none;
}
header .topfourpost {
  padding: 70px 10px;
  position: relative;
  z-index: 99;
}
header .topfourpost .overview {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 900px) {
  header .topfourpost .overview {
    display: block;
  }
}
header .topfourpost .overview .featured-post-con {
  flex: 1.4;
  margin-right: 20px;
}
@media (max-width: 945px) {
  header .topfourpost .overview .featured-post-con {
    flex: 1;
  }
}
@media (max-width: 900px) {
  header .topfourpost .overview .featured-post-con {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #F2C879;
  }
}
header .topfourpost .overview .featured-post-con .featured-post .category a {
  font-family: "Avenir35Light";
  font-style: "Normal";
  font-stretch: "Normal";
  color: #F2C879;
  background-color: #3B4E59;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 15px;
  text-decoration: none;
  padding: 10px 15px;
}
header .topfourpost .overview .featured-post-con .featured-post h2.title {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  margin: 0 0 5px;
  line-height: 35px;
}
@media (max-width: 900px) {
  header .topfourpost .overview .featured-post-con .featured-post h2.title {
    font-size: 25px;
  }
}
header .topfourpost .overview .featured-post-con .featured-post h2.title span {
  font-family: "rucksack", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F2C879;
  font-size: 28px;
  display: block;
}
@media (max-width: 900px) {
  header .topfourpost .overview .featured-post-con .featured-post h2.title span {
    font-size: 25px;
  }
}
header .topfourpost .overview .featured-post-con .featured-post p {
  max-width: 500px;
  color: #fff;
  font-family: "Avenir35Light";
  font-style: "Normal";
  font-stretch: "Normal";
}
header .topfourpost .overview .featured-post-con .featured-post .button.green {
  background-color: #278B81;
  padding: 10px 15px;
  border-radius: 15px;
  transition: all 0.4s ease;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
}
header .topfourpost .overview .featured-post-con .featured-post .button.green:hover {
  background-color: #fff;
  color: #278B81;
}

.bottomhome {
  overflow-x: hidden;
}
.bottomhome .container h4 {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #278B81;
  font-size: 23px;
  padding: 50px 0 50px 0;
  position: relative;
}
.bottomhome .container h4:before {
  content: "DISCOVER";
  text-transform: capitalize;
  font-family: "Avenir85Heavy";
  font-style: "Normal";
  font-stretch: "Normal";
  color: #F2C879;
  opacity: 0.15;
  font-size: 300px;
  top: 30px;
  left: -120px;
  z-index: -1;
  position: absolute;
}
.bottomhome .container h4 span {
  color: #F2C879;
}
.bottomhome .container h4 span:last-of-type {
  color: #3B4E59;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Avenir35Light";
  font-style: "Normal";
  font-stretch: "Normal";
}
.bottomhome .container .flex {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 960px) {
  .bottomhome .container .flex {
    display: block;
  }
}
.bottomhome .container .flex .left {
  width: 50%;
  padding-right: 25px;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .bottomhome .container .flex .left {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.bottomhome .container .flex .left .sixpost {
  position: relative;
  height: 100%;
  border-radius: 25px;
  padding: 25px;
  background-size: cover;
  background-position: center;
}
.bottomhome .container .flex .left .sixpost:before {
  content: "";
  background-image: linear-gradient(0deg, #3B4E59 30%, transparent 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 25px;
  position: absolute;
}
.bottomhome .container .flex .left .sixpost .copycon {
  position: absolute;
  z-index: 99;
  bottom: 30px;
  padding: 10px 20px;
}
@media (max-width: 960px) {
  .bottomhome .container .flex .left .sixpost .copycon {
    display: block;
    width: 100%;
    padding: 70px 0 15px;
    position: relative;
    bottom: 0;
  }
}
.bottomhome .container .flex .left .sixpost .copycon .category a {
  font-family: "Avenir35Light";
  font-style: "Normal";
  font-stretch: "Normal";
  color: #fff;
  background-color: #F16B82;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 15px;
  text-decoration: none;
  padding: 10px 15px;
}
.bottomhome .container .flex .left .sixpost .copycon h2.title {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 27px;
  margin: 0 0 10px;
  line-height: 35px;
}
@media (max-width: 960px) {
  .bottomhome .container .flex .left .sixpost .copycon h2.title {
    font-size: 23px;
  }
}
.bottomhome .container .flex .left .sixpost .copycon h2.title span {
  font-family: "rucksack", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F2C879;
  font-size: 25px;
  display: block;
}
.bottomhome .container .flex .left .sixpost .copycon p {
  max-width: 500px;
  color: #fff;
  font-family: "Avenir35Light";
  font-style: "Normal";
  font-stretch: "Normal";
}
.bottomhome .container .flex .left .sixpost .copycon .button.green {
  background-color: #278B81;
  padding: 10px 15px;
  border-radius: 15px;
  transition: all 0.4s ease;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
}
.bottomhome .container .flex .left .sixpost .copycon .button.green:hover {
  background-color: #fff;
  color: #278B81;
}
.bottomhome .container .flex .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 960px) {
  .bottomhome .container .flex .right {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.bottomhome .container .flex .right .posts .post {
  padding: 0 0 35px;
}
.bottomhome .container .flex .right .posts .post a {
  text-decoration: none;
}
.bottomhome .container .flex .right .posts .post .thumb {
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .bottomhome .container .flex .right .posts .post .thumb {
    width: 100%;
    height: 210px;
    margin: 0 0 16px;
  }
}
.bottomhome .container .flex .right .posts .post .thumb:after {
  content: "";
  background-image: url(../img/pinkplay.png);
  background-size: 40%;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .bottomhome .container .flex .right .posts .post .thumb:after {
    background-size: 10%;
  }
}
.bottomhome .container .flex .right .posts .post .thumb:before {
  content: "";
  background-image: linear-gradient(139deg, #F2C879 0%, #F2C879 75%);
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.4;
  border-radius: 20px;
}
.bottomhome .container .flex .right .posts .post .thumb a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: 99;
}
.bottomhome .container .flex .right .posts .post .cop {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
@media (max-width: 900px) {
  .bottomhome .container .flex .right .posts .post .cop {
    width: 100%;
  }
}
.bottomhome .container .flex .right .posts .post .cop a:first-of-type {
  color: #278B81;
}
.bottomhome .container .flex .right .posts .post h3 {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3B4E59;
  font-size: 17px;
  line-height: 25px;
}
.bottomhome .container .flex .right .posts .post p {
  color: #3B4E59;
  font-size: 14px;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
  padding: 5px 0 0;
}
.bottomhome .container .flex .right .posts .post p a {
  color: #3B4E59;
  padding: 5px 0 0;
  text-decoration: none;
}

a.button {
  padding: 10px 15px;
  border-radius: 15px;
  transition: all 0.4s ease;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Avenir65Medium";
}
a.button.pink {
  background-color: #F16B82;
  color: #fff;
}
a.button.yellow {
  background-color: #F2C879;
  color: #3B4E59;
}

.center {
  text-align: center;
  padding: 30px 0;
}
.center a.button {
  margin: 0 auto;
}

.footer {
  position: relative;
  background-image: url(/wp-content/uploads/2024/06/frankie-lopez-NEmRMr0e2TQ-unsplash-1-1-scaled.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0 0;
  margin: 35px 0 0;
}
.footer:before {
  content: "";
  background-image: linear-gradient(139deg, rgba(59, 78, 89, 0.99) 0%, #031722 75%);
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.96;
}
.footer .container {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 99;
  justify-content: center;
}
@media (max-width: 875px) {
  .footer .container {
    display: block;
    flex-wrap: wrap;
  }
}
.footer .left {
  width: 45%;
  padding: 0 25px;
}
@media (max-width: 875px) {
  .footer .left {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.footer .left img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  max-width: 340px;
  height: auto;
}
.footer .left p {
  color: #fff;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
  text-align: center;
}
.footer .left a.button.pink {
  margin: 0 auto;
}
.footer .right {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
}
@media (max-width: 875px) {
  .footer .right {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
  }
}
.footer .right h4, .footer .right a {
  color: #fff;
}
.footer .right h4 {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 0 0 20px;
}
.footer .right a {
  text-decoration: none;
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  font-size: 17px;
  display: block;
  padding: 10px 0;
}

.footer p.center {
  color: white;
  z-index: 99;
  position: relative;
  padding: 90px 15px 25px;
  font-size: 13px;
  opacity: 0.8;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
}

.featured-post-single {
  position: relative;
  z-index: 99;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  padding: 75px 25px 25px;
}
.featured-post-single .category a {
  font-family: "Avenir35Light";
  font-style: "Normal";
  font-stretch: "Normal";
  color: #F2C879;
  background-color: #3B4E59;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 15px;
  text-decoration: none;
  padding: 10px 15px;
}
.featured-post-single h2.title, .featured-post-single h1.title {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  margin: 0 0 5px;
  line-height: 35px;
}
@media (max-width: 960px) {
  .featured-post-single h2.title, .featured-post-single h1.title {
    font-size: 23px;
  }
}
.featured-post-single h2.title span, .featured-post-single h1.title span {
  font-family: "rucksack", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F2C879;
  font-size: 28px;
  display: block;
}
.featured-post-single p {
  max-width: 500px;
  color: #fff;
  font-family: "Avenir85Heavy";
  font-style: "Normal";
  font-stretch: "Normal";
}
.featured-post-single p span {
  display: inline-block;
  padding: 0px 10px;
}
.featured-post-single .button.green {
  background-color: #278B81;
  padding: 10px 15px;
  border-radius: 15px;
  transition: all 0.4s ease;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
}
.featured-post-single .button.green:hover {
  background-color: #fff;
  color: #278B81;
}

.posts-bl .post {
  padding: 0 0 35px;
}
.posts-bl .post a {
  text-decoration: none;
}
.posts-bl .post .thumb {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .posts-bl .post .thumb {
    width: 100%;
    height: 210px;
    margin: 0 0 16px;
  }
}
.posts-bl .post .thumb:after {
  content: "";
  background-image: url(../img/greenplay.png);
  background-size: 40%;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .posts-bl .post .thumb:after {
    background-size: 10%;
  }
}
.posts-bl .post .thumb:before {
  content: "";
  background-image: linear-gradient(139deg, #F2C879 0%, #F2C879 75%);
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.4;
  border-radius: 20px;
}
.posts-bl .post .thumb a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: 99;
}
.posts-bl .post .cop {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
@media (max-width: 900px) {
  .posts-bl .post .cop {
    width: 100%;
  }
}
.posts-bl .post .cop a:first-of-type {
  color: #278B81;
}
.posts-bl .post h3 {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3B4E59;
  padding: 0;
  line-height: 21px;
  font-size: 16px;
}
.posts-bl .post p {
  color: #3B4E59;
  font-size: 15px;
  line-height: 22px;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
  padding: 10px 0 0;
}
.posts-bl .post p a {
  color: #3B4E59;
  padding: 5px 0 0;
  text-decoration: none;
}

.single-page {
  padding: 50px 0;
}
@media (max-width: 875px) {
  .single-page {
    padding: 0;
  }
}
.single-page .container .copy {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding: 0 35px 0 20px;
}
@media (max-width: 875px) {
  .single-page .container .copy {
    display: block;
    width: 95%;
    padding: 0;
    margin: 30px auto;
  }
}
.single-page .container .copy .button.green {
  background-color: #278B81;
  padding: 10px 15px;
  border-radius: 15px;
  transition: all 0.4s ease;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
}
.single-page .container .copy .button.green:hover {
  background-color: #fff;
  color: #278B81;
}
.single-page .container .copy .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 1em 0;
}
.single-page .container .copy .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-page .container .sidebar {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 35px;
}
@media (max-width: 875px) {
  .single-page .container .sidebar {
    display: block;
    width: 95%;
    margin: 30px auto;
    padding: 0;
  }
}
.single-page .container .sidebar .transcript {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  margin: 0 0 50px;
  background-color: #f8f8f8;
  padding: 25px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.single-page .container .sidebar .transcript h4 {
  margin: 0;
}
.single-page .container .sidebar .transcript h4 span {
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  font-style: italic;
}
.single-page .container .sidebar form input[type=text] {
  outline: none;
  border: 0px;
  border-bottom: 1px solid #3B4E59;
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  padding: 10px;
  width: 75%;
}
.single-page .container .sidebar form input[type=submit] {
  font-size: 0;
  height: 30px;
  width: 30px;
  border: 0px;
  outline: none;
  background-image: url(../img/search.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.single-page .container .sidebar h4 {
  font-family: "rucksack", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  border-bottom: 2px solid #F2C879;
  margin: 70px 0 29px;
  padding: 0 0 10px;
  color: #3B4E59;
}
.single-page .container .sidebar ul li {
  display: block;
  margin: 10px 0;
  position: relative;
}
.single-page .container .sidebar ul li:before {
  content: "➤";
  font-size: 14px;
  color: #F2C879;
  position: relative;
  padding: 0 0 0 0px;
  display: inline-block;
  margin-right: 10px;
}
.single-page .container .sidebar ul li a {
  color: #3B4E59;
  text-decoration: none;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
}

section.single-page .container .copy p {
  font-family: "Avenir55Roman";
  font-style: "Normal";
  font-stretch: "Normal";
  line-height: 27px;
  padding: 10px 0;
}
section.single-page .container .copy p strong, section.single-page .container .copy p b {
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
}
section.single-page .container .copy p em, section.single-page .container .copy p i {
  font-style: italic;
}

div.post-tags {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 25px;
  background-color: #ededed;
}
div.post-tags ul li {
  display: inline-block;
  margin-right: 6px;
}
div.post-tags ul li span {
  opacity: 0.5;
}
div.post-tags ul li:last-of-type span {
  display: none;
}
div.post-tags ul li a {
  color: #3B4E59;
  font-size: 16px;
  text-transform: capitalize;
  opacity: 1;
  transition: all 0.4s ease;
  text-decoration: none;
}
div.post-tags ul li a:hover {
  opacity: 1;
}

.blog-feed {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 800px) {
  .blog-feed {
    display: block;
    flex-wrap: wrap;
  }
}
.blog-feed .post {
  display: block;
  width: 22%;
  margin: 30px 1%;
}
@media (max-width: 960px) {
  .blog-feed .post {
    width: 48%;
  }
}
@media (max-width: 800px) {
  .blog-feed .post {
    width: 100%;
    margin: 5f0px 0;
    padding: 0 25px;
  }
}
.blog-feed .post a {
  text-decoration: none;
}
.blog-feed .post .thumb {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .blog-feed .post .thumb {
    width: 100%;
    height: 210px;
    margin: 0 0 16px;
  }
}
@media (max-width: 800px) {
  .blog-feed .post .thumb {
    height: 200px;
  }
}
.blog-feed .post .thumb:after {
  content: "";
  background-image: url(../img/pinkplay.png);
  background-size: 15%;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .blog-feed .post .thumb:after {
    background-size: 10%;
  }
}
.blog-feed .post .thumb:before {
  content: "";
  background-image: linear-gradient(139deg, #F2C879 0%, #F2C879 75%);
  height: 100%;
  width: 100%;
  z-index: 80;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.4;
  border-radius: 10px;
}
.blog-feed .post .thumb a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: 99;
}
.blog-feed .post .cop {
  display: block;
}
.blog-feed .post .cop h2 {
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3B4E59;
  line-height: 26px;
  padding: 10px 0 0;
  font-size: 19px;
}
.blog-feed .post .cop p {
  color: #3B4E59;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
  padding: 10px 0 0;
}
.blog-feed .post .cop p:first-of-type {
  font-size: 15px;
}
.blog-feed .post .cop p a {
  color: #3B4E59;
  padding: 5px 0 0;
  text-decoration: none;
  display: inline-block;
}
.blog-feed .post .cop a {
  color: #278B81;
  padding: 5px 0 0;
  text-decoration: none;
  font-family: "rucksack", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding: 15px 0 0;
}

.nav-links {
  text-align: center;
  padding: 50px 0 30px;
}
.nav-links span, .nav-links a {
  text-decoration: none;
  font-family: "Avenir65Medium";
  font-style: "Normal";
  font-stretch: "Normal";
  color: #3B4E59;
  font-size: 17px;
}/*# sourceMappingURL=main.css.map */