/*
Theme Name: VC20 2022
Theme URI: https://github.com/WordPress/gutenberg-theme/
Author: wordpressdotorg
Author URI: https://wordpress.org
Description: A simple theme for testing Gutenberg.
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenberg-starter-theme
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gutenberg-starter-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 55px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 51px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3 {
  font-size: 37px;
  margin-bottom: 20px;
  line-height: 45px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 30px;
    line-height: 28px;
  }
}

h4 {
  font-size: 31px;
  margin-bottom: 20px;
  line-height: 38px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 27px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 24px;
    line-height: 29px;
  }
}

h5 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 31px;
}

h6 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #191e23;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  clear: both;
}

.entry-header .entry-title {
  font-size: 2.44em;
  line-height: 1.4;
  margin: 1em 0 1rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
  code,
kbd,
tt,
var {
    font-size: 0.8125rem;
  }
}
p > code {
  padding: 2px;
  border-radius: 2px;
  background: #f3f4f5;
  font-size: inherit;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.archive .site-header {
  margin-bottom: 3.5em;
}

.site-title {
  margin: 0.4375em 0 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  color: #333332;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.site-branding {
  margin-bottom: 1.75em;
}

.site-description {
  margin: 0.4375em 0 0;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1.4;
  word-wrap: break-word;
  color: #6c7781;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #000;
  font-family: "Inter", sans-serif;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0073aa;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #00a0d2;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  text-align: left;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle {
  padding: 1em;
}

@media screen and (max-width: 37.5em) {
  /* Small menu. */
  .menu-toggle,
.main-navigation.toggled ul {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-navigation a {
    padding: 0 0.5em;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #e2e4e7;
  margin: 0 auto 60px;
  max-width: 580px;
  overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 580px !important;
  /* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
  max-width: 50%;
  width: 50%;
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-branding {
  text-align: center;
  margin: 60px 0;
}

.site-footer {
  margin: 1em 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 60px 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 580px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #6c7781;
  font-size: 90%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e4e7;
}

@media screen and (min-width: 608px) {
  .entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.wp-block-group > .wp-block-group__inner-container > *:not(.entry-content) {
  max-width: 1140px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.wp-block-button__link {
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 6px;
  background-color: #ffffff20;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.wp-block-button__link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff50;
}

#masthead .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  padding-top: 50px;
}
#masthead .main-navigation .logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#masthead .main-navigation .logo img {
  max-width: 68px;
}
#masthead .main-navigation .logo:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #masthead .main-navigation .menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    padding: 30px;
    z-index: 9;
  }
  #masthead .main-navigation .menu.show {
    display: block;
  }
}
#masthead .main-navigation .menu li {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 15px;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  #masthead .main-navigation .menu li {
    margin-bottom: 10px;
  }
}
#masthead .main-navigation .menu li a {
  color: #fff;
  font-family: "Inter";
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  #masthead .main-navigation .menu li a {
    font-size: 20px;
  }
}
#masthead .main-navigation .menu li a:hover {
  text-decoration: none;
  color: #ff0080;
}
#masthead .main-navigation .menu li.current-menu-item {
  font-weight: 800;
}
#masthead .main-navigation .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  #masthead .main-navigation {
    padding-top: 20px;
  }
  #masthead .main-navigation .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    padding: 6px;
    border-radius: 4px;
    background-color: #ffffff00;
    border: 0;
    outline: 0;
  }
  #masthead .main-navigation .menu-toggle img {
    max-width: 32px;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #masthead .main-navigation .menu-toggle:hover, #masthead .main-navigation .menu-toggle:visited, #masthead .main-navigation .menu-toggle:focus, #masthead .main-navigation .menu-toggle:focus-visible {
    border: 0;
    outline: 0;
  }
  #masthead .main-navigation.toggled .menu-top-navbar-container {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 70px;
    background: #000;
    padding: 30px 0;
  }
  #masthead .main-navigation.toggled .menu-top-navbar-container ul li {
    margin: 10px 0;
    font-size: 13px;
  }
}

footer {
  padding: 20px 0 30px;
}
footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .row .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .row .copy p {
  font-size: 9px;
  text-transform: uppercase;
  color: #ffffff20;
  margin: 0;
  line-height: 10px;
}
footer .row .copy img {
  max-height: 14px;
  margin: -5px 0px 0 13px;
}
footer .row .designed-by p {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  line-height: 10px;
}
footer .row .designed-by p img {
  max-width: 9px;
  margin: 0 5px;
}
footer .row .designed-by p a {
  color: #fff;
  margin-left: 4px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .row .designed-by p a:hover {
  color: #ff0080;
  text-decoration: none;
}
@media (max-width: 575px) {
  footer {
    padding: 20px 20px 30px;
  }
  footer .row .copy {
    margin-bottom: 15px;
  }
  footer .row .copy p {
    text-align: center;
  }
  footer .row .designed-by p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-contact {
  background-image: url(./assets/images/categories-v1.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}
@media (max-width: 575px) {
  .page-contact {
    background-size: 150% auto;
  }
}
.page-contact form label {
  width: 100%;
}
.page-contact form input[type=text],
.page-contact form input[type=email],
.page-contact form textarea {
  width: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 10px 15px;
  outline: 0;
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  margin-top: 5px;
}
.page-contact form input[type=submit] {
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 6px;
  background-color: #ffffff20;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 0;
}
.page-contact form .wpcf7-not-valid-tip {
  color: #ff0080;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
}
.page-contact form .wpcf7-response-output {
  background: #ef1a878a;
  border: 0;
  text-transform: uppercase;
  font-size: 11px;
  padding: 16px;
}

#podcast-page-heading {
  color: #fff;
  font-weight: 100;
  font-family: "Inter";
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 850px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 52px;
}

.last-episodes {
  color: #fff;
  margin-bottom: 30px;
}

.home.blog {
  background-image: url(./assets/images/homepage-bg-v2.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #000;
}
@media (max-width: 575px) {
  .home.blog {
    background-size: 150% auto;
  }
}

#post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 979px) {
  #post-container {
    padding-top: 90px;
  }
}
#post-container .post {
  background: #c2d3ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(194, 211, 255, 0.144)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(194, 211, 255, 0.144) 60%, rgba(255, 255, 255, 0) 100%);
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#post-container .post .header {
  margin-bottom: 14px;
}
#post-container .post .header img {
  -webkit-filter: grayscale(1) contrast(1.05);
          filter: grayscale(1) contrast(1.05);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  margin-bottom: 10px;
}
#post-container .post .description {
  min-height: 200px;
  padding: 0px 15px;
}
#post-container .post .description a p {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#post-container .post .description a:hover {
  text-decoration: none;
}
#post-container .post .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
}
#post-container .post .date img {
  max-width: 10px;
  margin-right: 6px;
}
#post-container .post .date p {
  text-transform: uppercase;
  color: #ffffff40;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.03em;
  margin: 0;
}
#post-container .post:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(194, 211, 255, 0.184)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(194, 211, 255, 0.184) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
#post-container .post:hover .header img {
  -webkit-filter: grayscale(0) contrast(1);
          filter: grayscale(0) contrast(1);
}
#post-container .post:hover .description .link > * {
  color: #ff0080;
}
#post-container .posts-navigation {
  width: 100%;
  border: 0;
  margin: 0;
  max-width: 100%;
}
#post-container .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#post-container .navigation .nav-links a {
  color: #ff0080;
}
#post-container .navigation .nav-links .page-numbers {
  font-size: 17px;
  color: #ffffff40;
  margin: 0 4px;
}
#post-container .navigation .nav-links .page-numbers:hover {
  color: #fff;
  border: 0;
  text-decoration: none;
}
#post-container .navigation .nav-links .page-numbers.current {
  font-size: 17px;
  color: #fff;
}
@media (min-width: 1920px) {
  #post-container {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  #post-container {
    padding-top: 30px;
  }
}

.page-20vc-fund {
  background-image: url(./assets/images/vc20-fund-bg-v3.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}
.page-20vc-fund #hero.vc20-fund {
  background-image: url(./assets/images/vc20-fund-bottom-bg-v3.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 180px;
}
.page-20vc-fund #hero.vc20-fund .top-hero {
  margin-bottom: 70px;
}
.page-20vc-fund #hero.vc20-fund .top-hero h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: 0.4rem;
  color: #fff;
  text-transform: uppercase;
}
.page-20vc-fund #hero.vc20-fund .top-hero p a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-20vc-fund #hero.vc20-fund .top-hero p a:hover {
  color: #ff0080;
}
.page-20vc-fund #hero.vc20-fund .card,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card {
  border: 0;
  background: #c2d3ff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 211, 255, 0.099877451)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(194, 211, 255, 0.099877451) 0%, rgba(255, 255, 255, 0) 90%);
  padding: 20px;
  border-radius: 8px;
}
.page-20vc-fund #hero.vc20-fund .card .box-image,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .box-image {
  padding: 30px 0;
  min-height: 140px;
}
.page-20vc-fund #hero.vc20-fund .card .box-image figure img,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .box-image figure img {
  max-width: 118px;
}
.page-20vc-fund #hero.vc20-fund .card .box-image .explorer figure img,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .box-image .explorer figure img {
  max-width: 188px;
}
.page-20vc-fund #hero.vc20-fund .card .price,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .price {
  background-image: url(./assets/images/bg-divider.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.page-20vc-fund #hero.vc20-fund .card .price h6,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .price h6 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.page-20vc-fund #hero.vc20-fund .card .price p,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .price p {
  color: #ffffff50;
  font-size: 18px;
  margin-bottom: 0;
}
.page-20vc-fund #hero.vc20-fund .card .description,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .description {
  padding: 40px 30px;
}
.page-20vc-fund #hero.vc20-fund .card .description p,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .description p {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff50;
  min-height: 70px;
}
@media (min-width: 1700px) {
  .page-20vc-fund #hero.vc20-fund {
    padding-bottom: 200px;
  }
}
@media (min-width: 1920px) {
  .page-20vc-fund #hero.vc20-fund {
    padding-bottom: 210px;
  }
}
@media (max-width: 767px) {
  .page-20vc-fund #hero.vc20-fund {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
  }
  .page-20vc-fund #hero.vc20-fund h1 {
    font-size: 44px;
    line-height: 51px;
  }
}
@media (max-width: 600px) {
  .page-20vc-fund #hero.vc20-fund {
    padding-bottom: 30px;
  }
  .page-20vc-fund #hero.vc20-fund h1 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.2rem;
  }
  .page-20vc-fund #hero.vc20-fund .card,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card {
    margin-bottom: 30px;
  }
  .page-20vc-fund #hero.vc20-fund .card .box-image,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .box-image {
    padding: 20px 0 10px;
    min-height: auto;
  }
  .page-20vc-fund #hero.vc20-fund .card .description,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .description {
    padding: 30px 30px 0;
  }
  .page-20vc-fund #hero.vc20-fund .card .description p,
.page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .description p {
    min-height: 70px;
  }
}
@media (max-width: 425px) {
  .page-20vc-fund #hero.vc20-fund h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .page-20vc-fund #hero.vc20-fund .wp-block-columns .wp-block-column .card .description {
    padding: 30px 10px 0;
  }
}
.page-20vc-fund .vc20-portfolio h4,
.page-20vc-fund #vc20-portfolio h4 {
  font-size: 31px;
  margin-bottom: 50px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  color: #fff;
  text-transform: uppercase;
}
.page-20vc-fund .vc20-portfolio .card,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card,
.page-20vc-fund #vc20-portfolio .card,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card {
  border: 0;
  background: #c2d3ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(194, 211, 255, 0.099877451)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(194, 211, 255, 0.099877451) 20%, rgba(255, 255, 255, 0) 100%);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 60px;
}
.page-20vc-fund .vc20-portfolio .card a,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card a,
.page-20vc-fund #vc20-portfolio .card a,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card a {
  text-decoration: none;
}
.page-20vc-fund .vc20-portfolio .card .box-image,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image,
.page-20vc-fund #vc20-portfolio .card .box-image,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image {
  padding: 15px 0 0;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-20vc-fund .vc20-portfolio .card .box-image .bridgelinx img,
.page-20vc-fund .vc20-portfolio .card .box-image .airlift img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .bridgelinx img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .airlift img,
.page-20vc-fund #vc20-portfolio .card .box-image .bridgelinx img,
.page-20vc-fund #vc20-portfolio .card .box-image .airlift img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .bridgelinx img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .airlift img {
  max-width: 117px;
}
.page-20vc-fund .vc20-portfolio .card .box-image .frankieone img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .frankieone img,
.page-20vc-fund #vc20-portfolio .card .box-image .frankieone img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .frankieone img {
  max-width: 138px;
}
.page-20vc-fund .vc20-portfolio .card .box-image .fygo img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .fygo img,
.page-20vc-fund #vc20-portfolio .card .box-image .fygo img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .fygo img {
  max-width: 114px;
}
.page-20vc-fund .vc20-portfolio .card .box-image .hofy img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .hofy img,
.page-20vc-fund #vc20-portfolio .card .box-image .hofy img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .hofy img {
  max-width: 52px;
}
.page-20vc-fund .vc20-portfolio .card .box-image .merge img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .merge img,
.page-20vc-fund #vc20-portfolio .card .box-image .merge img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .merge img {
  max-width: 133px;
}
.page-20vc-fund .vc20-portfolio .card .box-image .ledgy img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .ledgy img,
.page-20vc-fund #vc20-portfolio .card .box-image .ledgy img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .ledgy img {
  max-width: 49px;
}
.page-20vc-fund .vc20-portfolio .card .box-image .xentral img,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .xentral img,
.page-20vc-fund #vc20-portfolio .card .box-image .xentral img,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image .xentral img {
  max-width: 145px;
}
.page-20vc-fund .vc20-portfolio .card .box-image.more-height,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .box-image.more-height,
.page-20vc-fund #vc20-portfolio .card .box-image.more-height,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .box-image.more-height {
  min-height: 112px;
}
.page-20vc-fund .vc20-portfolio .card .description,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .description,
.page-20vc-fund #vc20-portfolio .card .description,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .description {
  padding: 10px 35px;
}
.page-20vc-fund .vc20-portfolio .card .description p,
.page-20vc-fund .vc20-portfolio .wp-block-columns .wp-block-column .card .description p,
.page-20vc-fund #vc20-portfolio .card .description p,
.page-20vc-fund #vc20-portfolio .wp-block-columns .wp-block-column .card .description p {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff70;
  min-height: 70px;
  padding: 0;
}
@media (max-width: 1200px) {
  .page-20vc-fund .vc20-portfolio,
.page-20vc-fund #vc20-portfolio {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-20vc-fund .vc20-portfolio .card .description,
.page-20vc-fund #vc20-portfolio .card .description {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .page-20vc-fund .vc20-portfolio .card .description,
.page-20vc-fund #vc20-portfolio .card .description {
    padding: 10px 8px;
  }
}
@media (max-width: 767px) {
  .page-20vc-fund .vc20-portfolio h4,
.page-20vc-fund #vc20-portfolio h4 {
    font-size: 27px;
    line-height: 33px;
  }
  .page-20vc-fund .vc20-portfolio .card,
.page-20vc-fund #vc20-portfolio .card {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .page-20vc-fund .vc20-portfolio h4,
.page-20vc-fund #vc20-portfolio h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 1700px) {
  .page-20vc-fund {
    background-size: 1280px auto;
  }
}
@media (max-width: 1200px) {
  .page-20vc-fund {
    background-size: 120%;
  }
}
@media (max-width: 600px) {
  .page-20vc-fund {
    background-size: 150%;
  }
}
.page-20vc-fund .col-lg-20p {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.page-20vc-fund .col-lg-20p img {
  max-height: 50px;
  width: auto;
  max-width: 110px;
}
.page-20vc-fund .col-lg-20p .card .description {
  padding: 10px 15px !important;
  text-align: center;
}
.page-20vc-fund .col-lg-20p .card .type {
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 100;
}
@media (min-width: 475px) {
  .page-20vc-fund .col-lg-20p {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 679px) {
  .page-20vc-fund .col-lg-20p {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
            flex: 0 0 30% !important;
    max-width: 30% !important;
  }
}
@media (min-width: 1024px) {
  .page-20vc-fund .col-lg-20p {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.page-20vc-fund .btn-filters {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
.page-20vc-fund .btn-filters .btn-filter {
  outline: 0;
  background: transparent;
  color: #fff;
  border-radius: 100px;
  padding: 4px 14px;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.archive.category,
.search-results,
.search-no-results {
  background-image: url(./assets/images/categories-v1.jpg);
  background-position: center -50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}
.archive.category.category-the-memo,
.search-results.category-the-memo,
.search-no-results.category-the-memo {
  background-image: url(./assets/images/the-memo-bg.jpg);
}
.archive.category #post-container,
.search-results #post-container,
.search-no-results #post-container {
  padding-top: 0px;
}
.archive.category #post-container .page-title,
.search-results #post-container .page-title,
.search-no-results #post-container .page-title {
  color: #fff;
  height: 100px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.25rem;
}

.search-no-results #primary {
  min-height: 85vh;
  color: #fff;
}

#search-modal {
  background: rgba(18, 21, 25, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  display: none;
}
#search-modal .search-field,
#search-modal .search-field:-internal-autofill-selected {
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: none;
  border-radius: 0;
  padding: 10px 0;
  margin: 20px;
  font-size: 40px;
  outline: 0;
}
#search-modal .search-submit {
  background: none;
  border: 0;
  outline: 0;
  color: transparent;
  width: 50px;
  height: 50px;
  background: url(./assets/images/magnifier.svg) no-repeat;
  background-size: contain;
}

.single-post {
  background-image: url(./assets/images/categories-v1.jpg);
  background-position: center -50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}
.single-post #hero-post {
  padding-top: 160px;
}
.single-post #hero-post h3 {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 1700px) {
  .single-post #hero-post {
    padding-top: 250px;
  }
}
@media (max-width: 991px) {
  .single-post #hero-post h3 {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .single-post #hero-post h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .single-post #hero-post .featured-image {
    text-align: center;
  }
  .single-post #hero-post .featured-image img {
    max-width: 300px;
  }
}
.single-post #body-post {
  padding-top: 40px;
}
.single-post #body-post .date-and-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.single-post #body-post a {
  color: #fff;
  text-decoration: underline;
}
.single-post #body-post h1,
.single-post #body-post h2,
.single-post #body-post h3,
.single-post #body-post h4,
.single-post #body-post h5,
.single-post #body-post h6,
.single-post #body-post p {
  color: #fff;
  text-align: left;
}
.single-post #body-post ul,
.single-post #body-post ol {
  color: #fff;
  margin: 40px 0;
}
.single-post #body-post ul li,
.single-post #body-post ol li {
  font-size: 1rem;
  margin: 10px 0;
}
.single-post .post-navigation {
  max-width: 768px;
}
.single-post .post-navigation .nav-links a {
  font-size: 12px;
  color: #fff;
}
.single-post .post-navigation .nav-links a:hover {
  text-decoration: none;
}
.single-post #latest-post {
  padding: 50px 0;
}
.single-post #latest-post h3 {
  text-align: center;
  font-size: 37px;
  margin-bottom: 35px;
  line-height: 45px;
  color: #fff;
}
.single-post #latest-post .post {
  background: #c2d3ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(194, 211, 255, 0.144)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(194, 211, 255, 0.144) 60%, rgba(255, 255, 255, 0) 100%);
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post #latest-post .post .header {
  margin-bottom: 14px;
}
.single-post #latest-post .post .header img {
  -webkit-filter: grayscale(1) contrast(1.05);
          filter: grayscale(1) contrast(1.05);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  margin-bottom: 10px;
}
.single-post #latest-post .post .description {
  min-height: 200px;
  padding: 0px 15px;
}
.single-post #latest-post .post .description a p {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.single-post #latest-post .post .description a:hover {
  text-decoration: none;
}
.single-post #latest-post .post .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
}
.single-post #latest-post .post .date img {
  max-width: 10px;
  margin-right: 6px;
}
.single-post #latest-post .post .date p {
  text-transform: uppercase;
  color: #ffffff40;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.03em;
  margin: 0;
}
.single-post #latest-post .post:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(194, 211, 255, 0.184)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(194, 211, 255, 0.184) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.single-post #latest-post .post:hover .header img {
  -webkit-filter: grayscale(0) contrast(1);
          filter: grayscale(0) contrast(1);
}
.single-post #latest-post .post:hover .description .link > * {
  color: #ff0080;
}
@media (max-width: 991px) {
  .single-post {
    background-position: center top;
    background-size: 100%;
  }
}
@media (max-width: 575px) {
  .single-post {
    background-size: 150%;
  }
}

.page-subscribe {
  background-color: #000;
}
.page-subscribe .entry-content > * {
  max-width: 767px;
  margin: 0 auto;
}
.page-subscribe .header {
  margin-bottom: 80px;
}
.page-subscribe .header h2 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 50px;
  color: #fff;
}
.page-subscribe .header p {
  color: #ffffff60;
}
.page-subscribe form {
  max-width: 500px;
  margin: 0 auto;
}
.page-subscribe form .form-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.page-subscribe form .form-row.first-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-subscribe form .form-row.first-row .box {
  width: 48%;
}
.page-subscribe form .form-row.first-row .box label {
  width: 100%;
}
.page-subscribe form .form-row.first-row .box label span {
  width: 100%;
}
.page-subscribe form .form-row.first-row .box label span input {
  width: 100%;
}
.page-subscribe form .form-row label {
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
.page-subscribe form .form-row label span {
  width: 100%;
}
.page-subscribe form .form-row label span input {
  width: 100%;
  margin-top: 6px;
  padding: 10px 14px;
  border: 0;
  outline: 0;
  background: #ffffff20;
  border-radius: 6px;
}
.page-subscribe form .form-row label span input:focus, .page-subscribe form .form-row label span input:focus-visible, .page-subscribe form .form-row label span input:focus-within {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  outline: 0;
  background: #ffffff;
}
.page-subscribe form .form-row label span span {
  color: #ffffff50;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.02rem;
}
.page-subscribe form .form-row label span textarea {
  margin-top: 6px;
  padding: 10px 14px;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background: #ffffff20;
  resize: none;
  max-height: 120px;
}
.page-subscribe form .form-row label span textarea:focus, .page-subscribe form .form-row label span textarea:focus-visible, .page-subscribe form .form-row label span textarea:focus-within {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  outline: 0;
  background: #ffffff;
}
.page-subscribe form .submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-subscribe form .submit-row input {
  min-width: 200px;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 6px;
  background-color: #ffffff20;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 0;
  outline: 0;
  margin-bottom: 10px;
}
.page-subscribe form .submit-row input:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff50;
}
.page-subscribe form .wpcf7-response-output {
  font-size: 15px;
  border: 0;
  color: #ffffff50;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 450px) {
  .page-subscribe form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-subscribe form .form-row.first-row .box {
    width: 100%;
  }
  .page-subscribe form .form-row.first-row .box:first-child {
    margin-bottom: 16px;
  }
}

.category-the-memo .page-header {
  max-width: 780px;
}
.category-the-memo .page-header p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: -70px;
  margin-bottom: 60px;
}
.category-the-memo #post-container .featured-posts .post .description {
  min-height: 110px;
}
.category-the-memo #post-container .featured-posts .post .description a p {
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 27px;
  color: #fff;
}
.category-the-memo #post-container .featured-posts .post .cta {
  text-align: center;
}
.category-the-memo #post-container .featured-posts .post .cta a {
  background: #333333;
  color: #fff;
  display: inline-block;
  padding: 14px 50px;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
}

.category-growth .posts-navigation, .category-sales .posts-navigation, .category-the-memo .posts-navigation{
	display: none;
}

#newsletter-form{
	padding: 50px 0;
    text-align: left;	
}
#newsletter-form form p{
	text-align: left;
    color: #FFF;
}
#newsletter-form form label{
	width: 100%;
}
#newsletter-form form input{
	letter-spacing: 0.02em;
    width: 50%;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 10px 15px;
    outline: 0;
    color: #fff;
    background-color: rgba(255,255,255,.05);
    margin-top: 5px;
}
#newsletter-form form input[type=submit] {
	text-transform: uppercase;
    color: #fff!important;
    border-radius: 6px;
    background-color: #ffffff20;
    padding: 14px 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    border: 0;
}
#newsletter-form form input[type=submit]:hover {
    background-color: #ffffff40;
}


