/* Global - Navbar */

.blog-masthead {
  position: fixed;
  left: 0;
  right: 0;

  background-color: var(--fc-cutty-sark);
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 18px;
  transition: var(--smooth);
  z-index: 10;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.blog-nav,
.blog-nav-mobile {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.home-page-link {
  display: flex;
}

.site_icon {
  background-color: var(--fc-jaffa);
  display: grid;
  height: 100%;
  width: 75px;
  padding: 12px;
  text-align: center;
}

.site_icon a {
  margin: auto;
}

.site_icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.site_title {
  display: grid;
  align-items: center;
  background-color: var(--fc-cutty-sark);
  padding: 12px;
  text-align: center;
  width: 270px;
}

.site_title a {
  color: var(--fc-white);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.blog-nav a {
  color: var(--fc-white);
}

.fc-menu-container {
  padding-right: 28px;
}

.mobile-menu-items, .desktop-menu-items {
  margin: 35px 0;
  padding: 0;
}

.mobile-menu-items li, .desktop-menu-items li {
  display: inline-block;
  font-weight: 800;
  list-style: none;
  margin-left: 20px;
  position: relative;
}

.mobile-menu-items li:first-child, .desktop-menu-items li:first-child {
  margin: 0;
}

.mobile-menu-items > li:last-child a, .desktop-menu-items > li:last-child a {
  background-color: var(--fc-jaffa);
  color: var(--fc-white);
  border-radius: 4px;
  padding: 0.5em 1.25em;
}

.desktop-menu-items .sub-menu {
  /* background-color: var(--fc-jaffa); */
  display: none;
  left: 50%;
  padding: 0;
  position: absolute;
  /* top: 50px; */
  transform: translateX(-50%);
  width: max-content;
  width: -moz-max-content;
}

.desktop-menu-items .menu-item-has-children:hover > .sub-menu {
  display: grid;
}

.sub-menu:hover {
  display: grid;
}

.desktop-menu-items .sub-menu li {
  margin: 0;
  background-color: var(--fc-jaffa);
  padding: 1em;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.desktop-menu-items .sub-menu a:hover {
  color: var(--fc-santa-fe);
  -webkit-transition: var(--smooth);
  transition: var(--smooth);
}

.desktop-menu-items .sub-menu::before {
  position: relative;
  border-bottom: 20px var( --fc-jaffa) solid;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  content: "";
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 0px;
}

.mobile-menu-items .sub-menu {
  display: none;
  padding: 0;
}

.mobile-menu-items .sub-menu a {
  font-size: 24px;
  font-weight: 700;
  color: var(--fc-cutty-sark);
}

.anchor {
  display: block;
  height: 95px;
  margin-top: -95px;
  visibility: hidden;
}

/* Navbar Mobile */

.blog-nav-mobile {
  background-color: var(--fc-cutty-sark);
  display: none;
}

.nav-burger {
  color: var(--fc-white);
  font-size: 2em;
  line-height: 1em;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.navbar-mobile {
  background-color: var(--fc-white);
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  transition: ease-in 0.5s;
}

.toggle-off {
  height: 0px;
  visibility: hidden;
}

.toggle-on {
  height: calc(100vh - 80px);
  visibility: visible;
}

.navbar-mobile-menu {
  margin: auto;
  padding: 2em;
  padding-bottom: 4em;
  text-align: center;
  width: 80%;
}

.navbar-mobile-menu li {
  padding: 1em !important;
}

.navbar-mobile-menu li a {
  font-size: 28px;
  font-weight: 800;
  text-decoration: none !important;
}

.navbar-social-items {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 300px;
  padding: 0;
}

.navbar-social-items li {
  list-style: none;
}

.navbar-social-items a {
  color: var(--fc-cutty-sark);
  font-size: 32px;
}

.mobile-toggle {
  color: var(--fc-jaffa);
  border-radius: 24px;
  cursor: pointer;
  position: absolute;
  right: 0em;
  top: 18px;
  width: fit-content;
  width: -moz-fit-content;
}

/* Header Cover */

.header-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 680px;
}

.image-contain {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.header-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2em;

  margin: auto;
  padding: 4em 1em;
  width: 100%;
  max-width: 1080px;
  height: 100%;
}

.contain-below {
  margin: auto auto 0;
}

.contain-below-right {
  margin: auto 0 0 auto;
  width: 66.67%;
}

.contain-below-left {
  margin: auto auto 0 0;
  width: 66.67%;
}

.header-content h5 {
  color: var(--fc-white);
}

.header-content h1 {
  color: var(--fc-white);
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
}

.jaffa-highlight {
  background-color: var(--fc-jaffa);
  padding: 0 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Front-Page */

.white-button-mariner,
.white-button-el-salva,
.white-button-jaffa,
.white-button-my-sin,
.white-button-shadow-green {
  border: 2px solid var(--fc-white);
  color: var(--fc-white);
}

.white-button-mariner:hover {
  background-color: var(--fc-white);
  color: var(--fc-mariner);
}

.white-button-el-salva:hover {
  background-color: var(--fc-white);
  color: var(--fc-el-salva);
}

.white-button-jaffa:hover {
  background-color: var(--fc-white);
  color: var(--fc-jaffa);
}

.white-button-my-sin:hover {
  background-color: var(--fc-white);
  color: var(--fc-my-sin);
}

.white-button-shadow-green:hover {
  background-color: var(--fc-white);
  color: var(--fc-shadow-green);
}

.cutty-sark-button {
  border: 2px solid var(--fc-cutty-sark);
  color: var(--fc-cutty-sark);
}

.cutty-sark-button:hover {
  background-color: var(--fc-cutty-sark);
  color: var(--fc-white);
}

.danube-button {
  border: 2px solid var(--fc-danube);
  color: var(--fc-danube);
}

.danube-button:hover {
  background-color: var(--fc-danube);
  color: var(--fc-white);
}

.mariner-button {
  border: 2px solid var(--fc-mariner);
  color: var(--fc-mariner);
  padding: 0.35em 1.25em;
}

.mariner-button:hover {
  background-color: var(--fc-mariner);
  color: var(--fc-white);
}

.sea-green-button {
  border: 2px solid var(--fc-sea-green);
  color: var(--fc-sea-green);
}

.sea-green-button:hover {
    background-color: var(--fc-sea-green);
    color: var(--fc-white);
}

.fc-slider-switch {
  grid-template-columns: 1fr;
  height: 0;
}

.fc-slider-switch .fc-previous-next {
  position: relative;
  padding: 0 2em;
  text-align: right;
  top: -43px;

  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
}

.fc-slider-switch .fc-previous-next a {
  border: none;
}

.dashicons, .dashicons-before:before {
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.main-content {
  display: grid;
  gap: 2em;
  margin: auto;
  max-width: 1080px;
  padding: 4em 1em;
}

.content-title {
  text-align: center;
}

.libre-white, .libre-black,
.libre-cutty-sark, .libre-jaffa,
.libre-stats {
  font-family: 'Libre Baskerville', serif;
  margin: auto;
}

.libre-white {
  color: var(--fc-white);
}

.libre-black {
  color: var(--fc-black);
}

.libre-cutty-sark {
  color: var(--fc-cutty-sark);
}

.libre-jaffa {
  color: var(--fc-jaffa);
}

.libre-stats {
  font-weight: normal;
  color: var(--fc-white);
  text-transform: none;
}

.our-programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

/* 3 Programs - Start */

#fc-highlights, #fc-news, #fc-resources {
  box-shadow: 0px 4px 16px var(--fc-cutty-sark);
  display: grid;
  align-content: space-between;
}

.program-01, .program-02, .program-03 {
  border-radius: 6px;
  overflow: hidden;
}

.about-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid var(--fc-white);
  border-radius: 50%;
  margin: auto;
  height: 175px;
  width: 175px;
}

.article-text {
  display: grid;
  margin-top: 24px;
  padding: 0 24px;
  text-align: left;
  width: 100%;
}

.article-icon {
  position: relative;
  top: -30px;
  margin-bottom: -10px;
  padding: 12px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
}

.article-icon img {
  width: auto;
  height: 100%;
}

.fc-button-link {
  padding: 24px;
}

.program-01 button, .program-02 button, .program-03 button {
  border: none;
  color: var(--fc-white);
  font-size: 1.15em;
  width: 100%;
}

/* 3 Programs - End */

.container-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2em;
  text-align: center;
}

.get-involved {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(2, 1fr);
}

.get-involved-title {
  text-align: left;
}

.get-involved-title h1 {
  color: var(--fc-white);
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
}

.get-involved-image {
  margin: auto auto 0;
  text-align: center;
}

.get-involved-image img {
  position: relative;
  bottom: -4em;
  width: 100%;
}

.dynamic-quote, .dynamic-quote-el-salva, 
.dynamic-quote-mariner, .dynamic-quote-sea-green {
  font-family: 'Libre Baskerville';
  font-size: 85px;
  font-style: italic;
  line-height: 1.25;
  width: 50px;
}

.dynamic-quote {
  border-right: 18px solid var(--fc-mariner);
  color: var(--fc-white);
}

.dynamic-quote-el-salva {
  border-right: 18px solid var(--fc-mint-julep);
  color: var(--fc-el-salva);
}

.dynamic-quote-mariner {
  border-right: 18px solid var(--fc-mint-julep);
  color: var(--fc-mariner);
}

.dynamic-quote-sea-green {
  border-right: 18px solid var(--fc-mint-julep);
  color: var(--fc-sea-green);
}

.get-involved-quote img {
  width: 50px;
  height: auto;
}

.get-involved-quote blockquote {
  color: var(--fc-white);
  margin: 0 auto 0.5em;
  text-align: left;
  width: 100%;
}

/* About Us */

.container-1-3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2em;
}

.container-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2em;
}

.container-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

.container-img {
  display: grid;
  align-items: center;
  text-align: center;
}

.container-img img {
  width: 100%;
  height: auto;
}

.container-align-center {
  display: grid;
  align-content: center;
}

.zilla-white {
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
  color: var(--fc-white);
}

.relative-img {
  height: 0;
  text-align: right;
}

.relative-img img {
  position: relative;
  bottom: 8em;
  height: 12em;
  width: auto;
}

/* Our Programs */

.prgm-01, .prgm-03 {
  display: grid;
  align-content: center;
  color: var(--fc-white);
  gap: 0.5em;
  text-align: left;
}

.prgm-01 img, .prgm-03 img {
  width: 100%;
  height: auto;
}

.prgm-02 {
  display: grid;
  align-content: center;
  color: var(--fc-black);
  gap: 0.5em;
  text-align: left;
}

.prgm-02 img {
  width: 100%;
  height: auto;
}

/* Get Involved */

.network {
  display: grid;
  align-content: center;
  color: var(--fc-black);
  text-align: center;
}

.network p {
  margin: 0 auto;
}

.network img {
  width: 70%;
  margin: auto;
}

.img-align-left {
  width: 100%;
}

.quotes-container {
  display: grid;
  gap: 2em;
  grid-template-columns: 50px 1fr;
  margin: auto;
  text-align: right;
}

.container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}

.container-3-1 {
  display: grid;
  grid-template-columns: repeat(1, 3fr 1fr);
  gap: 2em;
}

/* #fc-support-options:nth-child(6n+1) {
  grid-column-start: 1;
}

#fc-support-options:nth-child(6n+3) {
  grid-column-start: 2;
} */

.article-member:nth-child(n+1):nth-child(-n+8) {
  order: 1;
}

.article-member:nth-child(n+9):nth-child(-n+16) {
  order: 3;
}

.article-member:nth-child(n+17):nth-child(-n+24) {
  order: 5;
}

.article-member:nth-child(n+25):nth-child(-n+32) {
  order: 7;
}

.article-member:nth-child(n+33):nth-child(-n+40) {
  order: 9;
}

.article-member:nth-child(n+41):nth-child(-n+48) {
  order: 11;
}

.board-bios:nth-child(n+1):nth-child(-n+8) {
  order: 2;
}

.board-bios:nth-child(n+9):nth-child(-n+16) {
  order: 4;
}

.board-bios:nth-child(n+17):nth-child(-n+24) {
  order: 6;
}

.board-bios:nth-child(n+25):nth-child(-n+32) {
  order: 8;
}

.board-bios:nth-child(n+33):nth-child(-n+40) {
  order: 10;
}

.board-bios:nth-child(n+41):nth-child(-n+48) {
  order: 12;
}

.about-img-border {
  border: 6px solid transparent;
  border-radius: 50%;
  margin: auto;
  transition: var(--smooth);
  width: fit-content;
  width: -moz-fit-content;
}

.about-img-border:hover {
  border: 6px solid var(--fc-shadow-green);
}

.image-clicked > .about-img-border {
  border: solid 6px var(--fc-shadow-green);
}

.about-text {
  margin-top: 1em;
}

.about-text h5, .support-item h5 {
  font-weight: 800;
  letter-spacing: 0;
  text-transform: capitalize;
}

.about-text i {
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
}

#fc-support-options:nth-child(n+1):nth-child(-n+6) {
    order: 1;
}

#fc-support-options:nth-child(n+7):nth-child(-n+12) {
    order: 3;
}

#support-text:nth-child(n+1):nth-child(-n+6) {
    order: 2;
}

#support-text:nth-child(n+7):nth-child(-n+12) {
    order: 4;
}

.article-member, .support-item {
    text-align: center;
    padding-bottom: 2em;
}

.support-item {
    display: grid;
    gap: 1em;
}

.image-clicked > .support-border {
    border: solid 6px var(--fc-danube);
}

.support-border {
  border: 6px solid transparent;
  border-radius: 50%;
  margin: auto;
  transition: var(--smooth);
  width: fit-content;
}

.support-border:hover {
  border: 6px solid var(--fc-danube);
}

.board-bios {
  display: none;
  grid-column: 1/5;
  padding: 2em;
}

.support-info {
  display: none;
  grid-column: 1/4;
  padding: 2em;
}

.board-bios h3, .support-info h3 {
  color: var(--fc-shadow-green);
}

.downloads {
    display: grid;
    align-items: center;
    text-align: center;
}

.downloads img {
    width: 100%;
}

.container-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}

.container-4-no-gap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2em;
}

/* Our Impact */

.pad-top {
  padding-top: 6em;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25em;
  font-weight: 800;
  font-size: 18px;
  list-style-type: none;
  padding: 0;
  text-transform: capitalize;
}

.categories li {
  padding-right: 2em;
}

.blog-post-card {
  display: grid;
  align-content: space-between;
  background-color: var(--fc-white);

  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 380px;

  border-radius: 6px;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
  overflow: hidden;
}

.blog-post-card h4, .single-post-card h4 {
  color: var(--fc-cutty-sark);
  margin: 1em;
}

.blog-post-content-img {
  height: 225px;
  width: 100%;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  margin: auto;
}

.blog-content h1,
.blog-content h2,
.blog-content h3 {
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
}

.impact-link-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.impact-link-columns a {
  font-size: 1.15em;
  margin: 0 24px 24px;
  text-align: left;
  color: var(--fc-cutty-sark);
}

.post-categories {
  list-style-type: none;
  margin: 0 24px 24px;
  padding: 0;
  text-align: right;
  font-weight: 800;
  text-transform: capitalize;
}

.post-categories li a {
  margin: 0 !important;
  color: var(--fc-jaffa) !important;
}

.fc-our-impact-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / 3;
}

.fc-previous-next a {
  background-color: var(--fc-cutty-sark);
  border-right: solid 1px var(--fc-mint-julep);
  color: white;
  font-size: 24px;
  padding: 10px 16px;
}

.fc-previous-next a:hover {
  background-color: var(--fc-shadow-green);
}

.fc-page-number {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fc-page-number .current {
  background-color: var(--fc-shadow-green);
  border-radius: 4px;
  color: var(--fc-grey);
  margin: 0 10px;
  padding: 4px 10px;
}

.fc-page-number a {
  color: var(--fc-grey);
  padding: 0 10px;
}

.vertical-line {
  border-left:1px solid #fff;
  height: 2em;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

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

.et_pb_video_overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.et_pb_video_overlay_hover {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.et_pb_video_overlay_hover a {
  color: var(--fc-white);
}

.et_pb_video_overlay_hover:hover {
  background: rgba(0,0,0,.6);
}

.et_pb_video_play {
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.et_pb_video_play:before {
  font-family: 'dashicons';
  font-size: 12em;
  content: "\f522";
}

.stats-content {
  display: grid;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: -2em;
}

.stats-timeline {
  margin: 20px 0 0;
}

.stats-container-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.stats-container-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}

.zilla-highlight-mint-julep {
  font-family: 'Zilla Slab Highlight', cursive;
  color: var(--fc-mint-julep);
}

.quote-el-salva,
.quote-sea-green,
.quote-mariner {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 2em;
}

.quote-el-salva img,
.quote-sea-green img,
.quote-mariner img {
  width: 50px;
  height: auto;
}

.quote-align-center blockquote {
  margin: 0 auto 0.5em;
  text-align: left;
  width: 100%;
}

.quote-align-center {
  display: grid;
  align-items: center;
  text-align: center;
}

.some-space {
  display: grid;
  gap: 2em;
}

.img-center {
  display: grid;
}

.img-center img {
  margin: auto;
  width: 80%;
  max-width: 325px;
}

.align-content {
  display: grid;
  align-content: center;
}

.img-contained {
  display: grid;
}

.img-contained img {
  margin: auto;
  width: 100%;
}

.grid-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.grid-imgs img {
  width: 100%;
  max-width: 150px;
  margin: auto;
}

.reintegration-grid {
  display: grid;
  grid-template-areas: "about image" "quote  image";
  grid-template-columns: 1fr 2fr;
  gap: 2em;
}

.reintegration-01 {
  grid-area: about;
}

.reintegration-02 {
  grid-area: quote;
}

.reintegration-03 {
  grid-area: image;
}

.reintegration-03 img {
  width: 100%;
}

.retreat-info a {
  color: var(--fc-jaffa);
  font-weight: bold;
}

.partners {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2em;
  align-items: center;
  text-align: center;
}

.span-2 {
  grid-column: 1/3 !important;
}

/* Vision 2020 */

.fc-vision-content blockquote {
  color: var(--fc-cutty-sark);
}

/* Contact Styles */

#contact-fn input, #contact-ln input, 
#contact-email input, #comment {
  padding: 1em;
  width: 100%;
}

#contact-fn input, #contact-ln input, 
#contact-email input {
  height: 42px;
}

#comment {
  min-height: 75px;
  resize: none;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 8px 0 20px;
}

.required::after {
	content: ' *';
	color: red;
  font-weight: 700;
}

/* Footer */

.blog-footer {
  padding: 80px 0;
  color: var(--fc-white);
  text-align: center;
  background-color: var(--fc-cutty-sark);
}

#fc-footer {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr;
  grid-gap: 1em;
  margin: auto;
  margin-bottom: 40px;
  width: 80%;
  max-width: 1080px;
}

#fc-footer-links div {
  text-align: left;
  margin-bottom: 2em;
}

#fc-footer-links h4 {
  color: var(--fc-shadow-green);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

#fc-footer-links span {
  color: var(--fc-jaffa);
}

#fc-footer-links ol, #fc-footer-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

#fc-footer-links a {
  color: var(--fc-shadow-green);
}

#fc-footer-links a span {
  color: var(--fc-shadow-green);
}

.fc-social-media ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.fc-social-media li {
  margin: 0 !important;
  padding: 0 !important;
}

.fc-social-media li, .fc-social-media a {
  margin: 0 !important;
  padding: 0 !important;
}

#menu-main-menu {
  margin: 0;
  padding-inline-start: 0;
}

.footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer-menu li {
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 0 !important;
}

.footer-menu ul a {
  color: white;
}

#fc-footer-social {
  text-align: left;
}

div.ctct-form-embed div.ctct-form-defaults {
  background-color: transparent !important;
  padding: 0 !important;
}

#fc-footer-social .ctct-form-text {
  color: var(--fc-white);
  font-family: 'Nunito Sans', sans-serif;
}

.ctct-inline-form .ctct-form-header {
  color: var(--fc-shadow-green) !important;
  font-family: 'Libre Baskerville', serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

#fc-footer-social label {
  color: var(--fc-white);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  padding-left: 16px;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
  top: -2px;
  left: 0px !important;
  color: var(--fc-jaffa) !important;
}

#fc-footer-social input {
  border: none;
  border-radius: 4px;
  color: var(--fc-grey);
  font-family: 'Nunito Sans', sans-serif;
  height: 42px;
  max-width: 320px;
  width: 100%;
  padding: 8px;
}

#fc-footer-social #gdpr_text {
  display: none;
}

#fc-footer-social button {
  border-radius: 4px;
  padding: 0.5em 2em;
  max-width: 150px;

  background-color: var(--fc-jaffa);
  border: 2px solid var(--fc-jaffa);
  color: var(--fc-white) !important;
}

.ctct-form-footer {
  display: none !important;
}

.fc-retreat-center {
  display: grid;
  grid-template-columns: 1fr 450px 1fr;
  grid-gap: 2em;
  margin: 2em auto;
}

.fc-retreat-center h4 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

.fc-retreat-center hr {
  margin: auto;
  width: 100%;
}

.fc-copyright, .fc-contact-info {
  width: 80%;
  margin: 2em auto auto;
}

.fc-copyright p, .fc-contact-info p {
  margin-bottom: 0;
}

.blog-thumbnail {
  display: grid;
  margin-bottom: 2em;
}

.blog-thumbnail img {
  margin: auto;
  width: 100%;
  height: auto;
}




.menu-social li a[href*="facebook.com"]::before {
  content: "\f305";
}
.menu-social li a[href*="instagram.com"]::before {
  content: '\f12d';
}
.menu-social li a[href*="linkedin.com"]::before {
  content: '\f18d';
}
.menu-social li a[href*="pinterest.com"]::before {
  content: '\f192';
}
.menu-social li a[href*="reddit.com"]::before {
  content: '\f195';
}
.menu-social li a[href*="twitter.com"]::before {
  content: '\f301';
}
.menu-social li a[href*="youtube.com"]::before {
  content: '\f19b';
}
.menu-social li a[href*="wordpress.com"]::before {
  content: '\f324';
}
.menu-social li a[href*="wordpress.org"]::before {
  content: '\f324';
}

.menu-social li a::before {
  font-family: dashicons;
  content: "\f319";
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.menu-social li {
  padding: 0 !important;
}

.menu-social  a:link {
  font-weight: 400;
  text-decoration: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal!important;
}