/*

Theme Name: Plan To Eat Pro
Theme URI: http://plantoeat.com/
Author: Josh Motlong
Author URI: http://joshmotlong.com/
Description: A Wordpress Theme
Version: 1.1.1
Template: pro

*/
body {
  font-family: "Open Sans", "open-sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-default h1 {
  font-size: calc(1.5em + 2vmin);
}
.text-default h2 {
  font-size: calc(1.35em + 1.5vmin);
}
.text-default h3 {
  font-size: calc(1.25em + 1.35vmin);
}
.text-default h4 {
  font-size: calc(1em + 1vmin);
}
.text-default h5 {
  font-size: calc(0.9em + 0.75vmin);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", "open-sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #393937;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

::-moz-placeholder {
  color: #393937 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #393937 !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #393937 !important;
  opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #393937 !important;
  opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #393937 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #393937 !important;
  opacity: 1 !important;
}

select {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  background-image: url("/wp-content/uploads/2025/03/icon-select-down.png") !important;
  background-size: auto 20%;
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  width: 100%; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  box-shadow: none;
  padding-right: 0 !important;
}
select option {
  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  background: white;
  color: #393937;
  font-size: 0.95rem !important;
}
select option:focus {
  margin: 0;
  border: none;
}

.page.page-template-default .default-page-content > p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
}
.page.page-template-default .default-page-content > p a {
  color: #216283;
  transition: 0.3s ease all;
  border-bottom: 1px solid rgba(33, 98, 131, 0);
}
.page.page-template-default .default-page-content > p a:hover {
  background-color: white;
  border-color: #216283;
}
.page.page-template-default .default-page-content h2 {
  font-size: clamp(1.25em, 5vw, 2.2em);
  line-height: 1.3;
  margin: 2.5rem 0 1rem;
}
.page.page-template-default .default-page-content h3 {
  font-size: clamp(1.15em, 5vw, 1.8em);
  line-height: 1.3;
  margin: 2rem 0 1rem;
}
.page.page-template-default .default-page-content h4 {
  font-size: clamp(1em, 5vw, 1.4em);
  margin: 2rem 0 1rem;
}
.page.page-template-default .default-page-content h5 {
  font-size: clamp(1em, 5vw, 1.2em);
  margin-bottom: 0.75rem;
}
.page.page-template-default .default-page-content hr.wp-block-separator {
  width: 100%;
  border-color: #eeeeee;
}
.page.page-template-default .default-page-content figure {
  margin-bottom: 0.5em;
}
.page.page-template-default .default-page-content figure.wp-block-image {
  margin-bottom: 2rem;
}
.page.page-template-default .default-page-content figure figcaption {
  margin-bottom: 0;
}
.page.page-template-default .default-page-content figure.wp-block-table {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-top: 2rem;
}
.page.page-template-default .default-page-content figure.wp-block-table table, .page.page-template-default .default-page-content figure.wp-block-table tbody, .page.page-template-default .default-page-content figure.wp-block-table tr, .page.page-template-default .default-page-content figure.wp-block-table td {
  border-color: #EBF2EF;
}
.page.page-template-default .default-page-content figure.wp-block-pullquote {
  font-size: inherit;
  padding: 0;
  margin: 1.5em 0;
  border: 1px solid #EBF2EF;
  background: white;
  border-radius: 0.5em;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  padding: 1.5em 5%;
}
.page.page-template-default .default-page-content figure.wp-block-pullquote blockquote {
  font-size: 1em;
  border: none;
}
.page.page-template-default .default-page-content figure.wp-block-pullquote blockquote p {
  font-size: 105%;
  line-height: 1.65;
}
.page.page-template-default .default-page-content figure.wp-block-pullquote blockquote cite {
  text-transform: none;
  font-size: 0.9em;
}
.page.page-template-default .default-page-content .gallery-quad figure,
.page.page-template-default .default-page-content .gallery-duo figure,
.page.page-template-default .default-page-content .gallery-trio figure,
.page.page-template-default .default-page-content .gallery-two-one figure,
.page.page-template-default .default-page-content .gallery-three-one figure {
  margin: 0;
}
.page.page-template-default .default-page-content .gallery-two-one .gallery-duo,
.page.page-template-default .default-page-content .gallery-two-one .gallery-trio,
.page.page-template-default .default-page-content .gallery-three-one .gallery-duo,
.page.page-template-default .default-page-content .gallery-three-one .gallery-trio {
  margin-bottom: 1.5em;
}
.page.page-template-default .default-page-content blockquote {
  position: relative;
  z-index: 9;
  border: none;
  border-left: 0.35em solid #EDECEB;
  background: transparent;
  border-radius: 0rem;
  font-size: 1em;
  line-height: 1.85;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 2.5rem;
}
.page.page-template-default .default-page-content blockquote:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1em;
  left: 1em;
  width: 6rem;
  height: 6rem;
  background: transparent url(/wp-content/uploads/icon-quote-open-white.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .page.page-template-default .default-page-content blockquote {
    font-size: 1.1em;
    padding: 2rem;
  }
}
.page.page-template-default .default-page-content .wp-block-group.quote {
  border-left: 5px solid #EDECEB;
  padding-left: 5%;
  margin: 1.75em 0;
}
.page.page-template-default .default-page-content .wp-block-buttons {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page.page-template-default .default-page-content .wp-block-buttons .wp-block-button a {
  background-color: #216283;
  color: white;
  border-radius: 0.2rem;
  padding: 0.25em 1.5em;
  min-height: 3em;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.page.page-template-default .default-page-content .wp-block-buttons .wp-block-button a:hover {
  background-color: #393937;
}
.page.page-template-default .default-page-content a.button {
  background-color: #216283;
  color: white;
  border-radius: 0.2rem;
  padding: 0.25em 1.5em;
  min-height: 3rem;
  width: auto;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.page.page-template-default .default-page-content a.button:hover {
  background-color: #393937;
}
.page.page-template-default .default-page-content .cta-alpha {
  background: #EBF2EF;
  padding: 5%;
}
.page.page-template-default .default-page-content .cta-alpha h1, .page.page-template-default .default-page-content .cta-alpha h2, .page.page-template-default .default-page-content .cta-alpha h3, .page.page-template-default .default-page-content .cta-alpha h4, .page.page-template-default .default-page-content .cta-alpha h5 {
  margin-top: 0;
}
.page.page-template-default .default-page-content .cta-bravo {
  background: transparent;
  border: 0.35em solid #EBF2EF;
  padding: 5%;
}
.page.page-template-default .default-page-content .cta-bravo h1, .page.page-template-default .default-page-content .cta-bravo h2, .page.page-template-default .default-page-content .cta-bravo h3, .page.page-template-default .default-page-content .cta-bravo h4, .page.page-template-default .default-page-content .cta-bravo h5 {
  margin-top: 0;
}

.single-post .default-post-content > p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.single-post .default-post-content > p a {
  color: #216283;
  transition: 0.3s ease all;
  border-bottom: 1px solid rgba(33, 98, 131, 0);
}
.single-post .default-post-content > p a:hover {
  background-color: white;
  border-color: #216283;
}
.single-post .default-post-content > p.bullet:before {
  content: "";
  background: transparent url(/wp-content/uploads/2025/03/bullet-diamond.png) left center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5em;
  height: 0.75em;
}
.single-post .default-post-content h1 {
  font-size: clamp(1.25em, 5vw, 2.2em);
  line-height: 1.3;
  margin: 2.25rem 0 1rem;
}
.single-post .default-post-content h2 {
  font-size: clamp(1.25em, 5vw, 2.2em);
  line-height: 1.3;
  margin: 2.25rem 0 1rem;
}
.single-post .default-post-content h3 {
  font-size: clamp(1.15em, 5vw, 1.8em);
  line-height: 1.3;
  margin: 2rem 0 1rem;
}
.single-post .default-post-content h4 {
  font-size: clamp(1em, 5vw, 1.4em);
  margin: 1.5rem 0 1rem;
}
.single-post .default-post-content h5 {
  font-size: clamp(1em, 5vw, 1.2em);
  margin-bottom: 0.75rem;
}
.single-post .default-post-content hr.wp-block-separator {
  width: 100%;
  border-color: #eeeeee;
}
.single-post .default-post-content figure {
  margin-bottom: 0.5em;
}
.single-post .default-post-content figure.wp-block-image {
  margin-bottom: 2rem;
}
.single-post .default-post-content figure figcaption {
  margin-bottom: 0;
}
.single-post .default-post-content figure.wp-block-table {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-top: 2rem;
}
.single-post .default-post-content figure.wp-block-table table, .single-post .default-post-content figure.wp-block-table tbody, .single-post .default-post-content figure.wp-block-table tr, .single-post .default-post-content figure.wp-block-table td {
  border-color: #EBF2EF;
}
.single-post .default-post-content figure.wp-block-pullquote {
  font-size: inherit;
  padding: 0;
  margin: 1.5em 0;
  border: 1px solid #EBF2EF;
  background: white;
  border-radius: 0.5em;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  padding: 1.5em 5%;
}
.single-post .default-post-content figure.wp-block-pullquote blockquote {
  font-size: 1em;
  border: none;
}
.single-post .default-post-content figure.wp-block-pullquote blockquote p {
  font-size: 105%;
  line-height: 1.65;
}
.single-post .default-post-content figure.wp-block-pullquote blockquote cite {
  text-transform: none;
  font-size: 0.9em;
}
.single-post .default-post-content .gallery-quad figure,
.single-post .default-post-content .gallery-duo figure,
.single-post .default-post-content .gallery-trio figure,
.single-post .default-post-content .gallery-two-one figure,
.single-post .default-post-content .gallery-three-one figure {
  margin: 0;
}
.single-post .default-post-content .gallery-two-one .gallery-duo,
.single-post .default-post-content .gallery-two-one .gallery-trio,
.single-post .default-post-content .gallery-three-one .gallery-duo,
.single-post .default-post-content .gallery-three-one .gallery-trio {
  margin-bottom: 1.5em;
}
.single-post .default-post-content .gallery-three-one .wp-block-columns {
  margin-bottom: 1.5em;
}
.single-post .default-post-content blockquote {
  position: relative;
  z-index: 9;
  border: none;
  border-left: 0.35em solid #EDECEB;
  background: transparent;
  border-radius: 0rem;
  font-size: 1em;
  line-height: 1.85;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 2.5rem;
}
.single-post .default-post-content blockquote:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1em;
  left: 1em;
  width: 6rem;
  height: 6rem;
  background: transparent url(/wp-content/uploads/icon-quote-open-white.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .single-post .default-post-content blockquote {
    font-size: 1.1em;
    padding: 2rem;
  }
}
.single-post .default-post-content .wp-block-group.quote {
  border-left: 5px solid #EDECEB;
  padding-left: 5%;
  margin: 1.75em 0;
}
.single-post .default-post-content .wp-block-buttons {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-post .default-post-content .wp-block-buttons .wp-block-button a {
  background-color: #216283;
  color: white;
  border-radius: 0.2rem;
  padding: 0.25em 1.5em;
  min-height: 3em;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.single-post .default-post-content .wp-block-buttons .wp-block-button a:hover {
  background-color: #393937;
}
.single-post .default-post-content a.button {
  background-color: #216283;
  color: white;
  border-radius: 0.2rem;
  padding: 0.25em 1.5em;
  min-height: 3rem;
  width: auto;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.single-post .default-post-content a.button:hover {
  background-color: #393937;
}
.single-post .default-post-content .cta-alpha {
  background: #EBF2EF;
  padding: 5%;
}
.single-post .default-post-content .cta-alpha h1, .single-post .default-post-content .cta-alpha h2, .single-post .default-post-content .cta-alpha h3, .single-post .default-post-content .cta-alpha h4, .single-post .default-post-content .cta-alpha h5 {
  margin-top: 0;
}
.single-post .default-post-content .cta-bravo {
  background: transparent;
  border: 0.35em solid #EBF2EF;
  padding: 5%;
}
.single-post .default-post-content .cta-bravo h1, .single-post .default-post-content .cta-bravo h2, .single-post .default-post-content .cta-bravo h3, .single-post .default-post-content .cta-bravo h4, .single-post .default-post-content .cta-bravo h5 {
  margin-top: 0;
}
.single-post .default-post-content .recent-article figure,
.single-post .default-post-content .recent-podcast figure {
  margin-bottom: 0;
}
.single-post .default-post-content .recent-article figure a,
.single-post .default-post-content .recent-podcast figure a {
  position: relative;
}
.single-post .default-post-content .recent-article figure a:after,
.single-post .default-post-content .recent-podcast figure a:after {
  content: "VIEW";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", "open-sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background: rgba(33, 98, 131, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: 0.25s ease all;
  pointer-events: auto;
}
.single-post .default-post-content .recent-article figure a:hover:after,
.single-post .default-post-content .recent-podcast figure a:hover:after {
  opacity: 1;
}
.single-post .default-post-content .recent-article h5,
.single-post .default-post-content .recent-podcast h5 {
  font-family: "Open Sans", "open-sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1em, 5vw, 1.05em);
  margin-bottom: 0.5em;
}
.single-post .default-post-content .recent-article h5 a,
.single-post .default-post-content .recent-podcast h5 a {
  color: #216283;
}
.single-post .default-post-content .recent-article p,
.single-post .default-post-content .recent-podcast p {
  margin-top: 0em;
  font-size: 0.95em;
}
.single-post .default-post-content .review {
  position: relative;
  background-color: #F5F5F5;
  padding: 5.5em 3.5em 2.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
  .single-post .default-post-content .review {
    padding: 5.5em 7.5% 2.5em;
  }
}
.single-post .default-post-content .review .wp-block-group__inner-container {
  position: relative;
}
.single-post .default-post-content .review .wp-block-group__inner-container:before {
  content: "";
  display: block;
  width: 3.5em;
  height: 3.5em;
  background: transparent url(/wp-content/uploads/2025/02/icon-quote-open.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -4em;
  transform: translateX(-50%);
}
.single-post .default-post-content .review.google:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #F5F5F5 url(/wp-content/uploads/2023/03/android-slide-background.png) center center no-repeat;
  background-size: auto 90%;
  opacity: 0.75;
}
.single-post .default-post-content .review.apple:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #F5F5F5 url(/wp-content/uploads/2023/03/apple-slide-background.png) center center no-repeat;
  background-size: auto 90%;
  opacity: 0.75;
}
.single-post .default-post-content .recipe-duo,
.single-post .default-post-content .recipe-trio {
  width: 90vw;
  max-width: 1440px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

figure img + br,
figure a + br,
figure img + p,
figure a + p {
  display: none;
}

body {
  background-color: #f8fafc;
}

#x-root, .x-root {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  background: white;
  box-shadow: 0 0 3.5em rgba(0, 0, 0, 0.025);
}

.x-off-canvas-bg,
.x-modal-bg {
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}

ul.wp-block-categories {
  border-radius: 0 0 0.25em 0.25em;
  background: rgba(255, 255, 255, 0.975);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.wp-block-categories li.cat-item {
  padding: 0;
}
ul.wp-block-categories li.cat-item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0.65em 1rem;
  border: none;
  border-bottom: 1px solid #F5F5F5;
  font-size: 0.9em;
  text-shadow: none;
  transition: 0.35s ease all;
}
ul.wp-block-categories li.cat-item a:hover {
  background-color: #216283;
  color: white;
}

.landscape {
  position: relative;
}
.landscape:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.landscape > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.filter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter-wrap .search-title {
  flex: 0 0 auto;
  font-family: "Ovo", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 2.25em;
  line-height: 1;
  display: inline;
}
@media screen and (max-width: 480px) {
  .filter-wrap .search-title {
    font-size: 2em;
  }
}
.filter-wrap .filter {
  flex: 0 1 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .filter-wrap .filter {
    flex-wrap: wrap;
  }
}
.filter-wrap .filter label {
  visibility: hidden;
  position: absolute;
  left: -200vw;
  top: -200vh;
}
.filter-wrap .filter .cat-search-wrap {
  flex: 1 1 54.5%;
  padding-right: 1em;
}
@media screen and (max-width: 480px) {
  .filter-wrap .filter .cat-search-wrap {
    flex: 1 1 100%;
    padding-right: 0em;
    padding-bottom: 0.6em;
  }
}
.filter-wrap .filter .cat-search-wrap select {
  width: 100%;
  height: 3rem;
  border-radius: 0.25em;
  border: 1px solid #EDECEB;
  box-shadow: none;
  font-size: 0.9em;
  margin: 0;
  padding-left: 1em;
}
.filter-wrap .filter .text-search-wrap {
  flex: 1 1 45.5%;
  padding-right: 1em;
}
@media screen and (max-width: 480px) {
  .filter-wrap .filter .text-search-wrap {
    padding-right: 0.5em;
  }
}
.filter-wrap .filter .text-search-wrap input[type=text] {
  width: 100%;
  height: 3rem;
  border-radius: 0.25em;
  border: 1px solid #EDECEB;
  box-shadow: none;
  font-size: 0.9em;
  margin: 0;
  padding: 0 1em;
}
.filter-wrap .filter .go-wrap {
  width: 3rem;
  height: 3rem;
}
.filter-wrap .filter .go-wrap button {
  width: 3rem;
  height: 3rem;
  text-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Source Sans 3", "source-sans-3", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-search .filter-wrap .search-title {
  display: none;
  visibility: hidden;
}
.blog-search .filter-wrap .filter {
  flex: 1 1 100%;
}
.blog-search .filter-wrap .filter .cat-search-wrap {
  display: none;
}

.category-search .filter-wrap .filter {
  flex: 1 1 100%;
}
.category-search .filter-wrap .filter .cat-search-wrap {
  display: none;
}

.posts {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 1.5em);
  margin-left: -0.75em;
}

.post-intro {
  position: relative;
  flex: 0 1 calc(33.333% - 1.5em);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0.75em 2em;
  background: white;
  box-shadow: 0 0.75em 1.5em rgba(57, 57, 55, 0.1);
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  .post-intro {
    flex: 0 1 calc(50% - 1.5em);
  }
}
@media screen and (max-width: 768px) {
  .post-intro {
    flex: 0 1 100%;
  }
}
.post-intro a.featured-image {
  display: block;
  position: relative;
  position: relative;
}
.post-intro a.featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.post-intro a.featured-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-intro a.featured-image .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 98, 131, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.3s ease all;
}
.post-intro a.featured-image .overlay span {
  position: relative;
  display: inline-block;
  top: 1em;
  font-family: "Source Sans 3", "source-sans-3", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: white;
  transition: 0.3s ease all;
}
.post-intro a.featured-image span.cat {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  max-width: calc(100% - 1.5em);
  display: inline-block;
  background: white;
  padding: 0.35em 0.6em 0.3em;
  border-radius: 100em;
  font-family: "Source Sans 3", "source-sans-3", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1;
  color: #216283;
  transition: 0.3s ease all;
}
.post-intro a.featured-image:hover .overlay {
  opacity: 1;
  transition: 0.3s ease all;
}
.post-intro a.featured-image:hover .overlay span {
  transform: translateY(-1em);
}
.post-intro a.featured-image:hover span.cat {
  opacity: 0;
}
.post-intro .intro-content {
  flex: 1 1 auto;
  position: relative;
  z-index: 9;
  padding: 0 7.5% 1.5em;
}
@media screen and (max-width: 480px) {
  .post-intro .intro-content {
    padding: 0 5% 1.5em;
  }
}
.post-intro .intro-content > img {
  margin-top: -30px;
  margin-bottom: 0.5em;
}
.post-intro .intro-content h3 {
  font-size: 1.35em;
  margin: 0 0 0.75em;
}
.post-intro .intro-content h3 a {
  color: #216283;
}
.post-intro .intro-content h3 a:hover {
  text-decoration: underline;
  text-decoration-color: #EDECEB;
}
.post-intro .intro-content span.excerpt {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.65;
  color: #777777;
}
.post-intro .intro-content span.excerpt a.more-link {
  display: none;
  visibility: hidden;
}
.post-intro .meta {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #EDECEB;
  padding: 1em 7.5%;
  font-size: 0.7em;
  color: rgba(119, 119, 119, 0.5);
}
@media screen and (max-width: 480px) {
  .post-intro .meta {
    padding: 1em 7.5%;
  }
}
.post-intro .meta span.sep {
  padding: 0 0.5em;
}
ul.pagination {
  justify-content: center;
  margin: 1.5em 0;
}
ul.pagination li.active span {
  background: #216283;
  color: white;
  border: none;
}
ul.pagination li a:hover {
  background-color: #216283 !important;
  color: white;
  border-color: #216283;
}

.top-pagination ul.pagination {
  margin: 0 0 1.5em;
}

.gform_wrapper form .gform_body .gform_fields {
  row-gap: 1em;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=email] {
  min-height: 3.5em;
  border: 1px solid #EBF2EF;
  box-shadow: none;
  padding: 0.2em 1em;
  font-size: 0.9em;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=email]:focus {
  border-color: #A6C9BD;
}
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  border: 1px solid #EBF2EF;
  box-shadow: none;
  padding: 1em;
  font-size: 0.9rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield textarea:focus {
  border-color: #A6C9BD;
}
.gform_wrapper form .gform_footer button[type=submit] {
  min-height: 3em !important;
  background-color: #216283 !important;
  color: white !important;
  text-transform: uppercase !important;
  padding: 0.2em 1em !important;
  text-shadow: none !important;
  min-width: 250px !important;
  font-size: 1em !important;
  transition: 0.25s ease all;
}
.gform_wrapper form .gform_footer button[type=submit]:hover {
  background-color: #393937 !important;
}
