.btn, .swpm-submit-btn-default-style,
.button {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%; }
  .btn.primary, .primary.swpm-submit-btn-default-style,
  .button.primary {
    background: red;
    color: white; }
    .btn.primary:hover, .primary.swpm-submit-btn-default-style:hover,
    .button.primary:hover {
      background: #f00000; }
  .btn.outline, .outline.swpm-submit-btn-default-style,
  .button.outline {
    background: transparent;
    border: 2px solid #000000;
    color: #000000; }
    .btn.outline:hover, .outline.swpm-submit-btn-default-style:hover,
    .button.outline:hover {
      border-color: #f00000; }
    .btn.outline.light, .outline.light.swpm-submit-btn-default-style,
    .button.outline.light {
      color: #FFFFFF;
      border-color: #FFFFFF; }
      .btn.outline.light:hover, .outline.light.swpm-submit-btn-default-style:hover,
      .button.outline.light:hover {
        border-color: #f00000; }

.text-link {
  color: #000000;
  font-weight: 600; }

.button-group {
  margin: 40px 0;
  display: flex; }
  .button-group .btn, .button-group .swpm-submit-btn-default-style,
  .button-group .button {
    margin: 0 10px; }

.card-group {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 40px;
  text-align: center; }
  @media (max-width: 1080px) {
    .card-group {
      flex-direction: column;
      padding: 20px; } }

.card {
  padding: 30px 50px;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 300ms ease-in;
  width: 400px; }
  @media (max-width: 1080px) {
    .card {
      width: 300px;
      max-width: 100%; } }
  .card:hover {
    border: 1px solid rgba(255, 255, 255, 0.8); }
  .card p {
    margin: 0; }
    .card p.small {
      margin: 7px 0 20px; }
  .card .price {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 22px; }

.glass {
  background: rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in; }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .glass {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); } }

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style: none; }
  .flex-grid.center {
    justify-content: center; }
  .flex-grid.left {
    justify-content: flex-start; }
  .flex-grid.right {
    justify-content: flex-end; }
  .flex-grid.stretch {
    justify-content: space-between; }
  .flex-grid.stack {
    flex-direction: column;
    text-align: center;
    align-items: center; }

.parallax-img {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 899px) {
    .parallax-img {
      background-attachment: local; } }

.tear-top {
  position: relative;
  padding-top: 110px !important; }
  .tear-top:before {
    content: url("//staging.mannyp.com/wp-content/themes/mannyp/assets/img/tear.svg");
    width: 105%;
    position: absolute;
    top: -5px;
    left: -2%; }

.tear-bottom {
  position: relative;
  padding-bottom: 110px !important; }
  .tear-bottom:after {
    content: url("//staging.mannyp.com/wp-content/themes/mannyp/assets/img/tear.svg");
    width: 105%;
    position: absolute;
    bottom: -5px;
    left: -2%;
    transform: rotate(180deg); }

.swpm-post-not-logged-in-msg {
  padding: 7em 1em;
  text-align: center; }

.swpm-yellow-box {
  padding: 5em 1em;
  text-align: center;
  background-color: #FFFFFF;
  border-color: transparent; }

.swpm-registration-widget-form {
  max-width: 800px;
  margin: 5em auto; }

.swpm-registration-widget-form input,
.swpm-username-input input,
.swpm-password-input input {
  width: 100%;
  position: relative;
  border-radius: 0 !important;
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 1em; }

.swpm-form-label-wrap,
.swpm-username-label,
.swpm-password-label {
  font-size: 90%;
  font-weight: bold; }

.swpm-submit-btn-default-style {
  border: none; }

.swpm-login-widget-form {
  width: 340px;
  margin: 3em auto; }

.swpm-forgot-pass-link,
.swpm-join-us-link,
.swpm-rember-label,
.swpm-password-toggle-label {
  font-size: 80%; }
  .swpm-forgot-pass-link a,
  .swpm-join-us-link a,
  .swpm-rember-label a,
  .swpm-password-toggle-label a {
    color: #000000; }

#swpm-login-form {
  margin-top: 40px; }

#swpm-join-options {
  text-align: center; }
  #swpm-join-options td {
    text-align: center;
    width: 380px;
    padding-left: 15px;
    padding-right: 15px; }

#swpm_paypal_button_0, #swpm_paypal_button_1 {
  width: 100% !important; }

.paypal-button-container {
  width: 100%; }

.join input,
select {
  padding: 13px;
  margin: 7px 0 15px;
  border-radius: 0 !important;
  border: 1px solid #aaa; }

.swpm-form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.swpm-form-row {
  width: 48%;
  margin-bottom: 25px; }
  @media (max-width: 1080px) {
    .swpm-form-row {
      width: 100%; } }
  .swpm-form-row.error .swpm-form-field {
    border-color: #cc0000 !important;
    outline-color: #cc0000 !important; }
  .swpm-form-row.error .swpm-form-desc {
    color: #cc0000 !important;
    font-size: smaller !important; }
    .swpm-form-row.error .swpm-form-desc > ul {
      list-style: none !important;
      padding: 0 !important;
      margin: 4px 0 0 !important; }

.swpm-form-input-wrap {
  font-size: 90%;
  color: #777; }

.swpm-cancel-subscription-button-active {
  background-color: red;
  padding: 10px;
  border-radius: 1px; }

.swpm-button-wrapper .paypal-button.paypal-button-color-black {
  background: #EA0000 !important;
  border-radius: 0 !important;
  padding: 20px !important; }

.swpm-button-wrapper .paypal-powered-by {
  display: none !important;
  visibility: hidden; }

#general-access .btn-zoomsounds-download {
  display: none; }

#all-access-only {
  margin: -20px 0; }

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* 62.5% equates to 16px w/ rems w/o locking into pixel size for accessibility */ }

body {
  font-family: "Oxygen", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body.home {
    background: #000000; }

main {
  height: auto; }
  main section {
    padding: 80px 0;
    overflow-x: hidden; }
  main p a,
  main span a {
    padding-bottom: 0; }
  main img {
    max-width: 100%;
    height: auto; }
  main .woocommerce {
    margin: 60px auto;
    max-width: 1200px;
    width: 90%; }

.content-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%; }
  .content-wrap.narrow {
    max-width: 900px; }
  .content-wrap.wide {
    max-width: unset;
    width: 100%; }
  .content-wrap.split {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 899px) {
      .content-wrap.split {
        flex-wrap: wrap; } }
    .content-wrap.split aside {
      width: 17%;
      background: #222;
      padding: 60px; }
      @media (max-width: 899px) {
        .content-wrap.split aside {
          width: 100%;
          text-align: center; } }
    .content-wrap.split article {
      width: 83%; }
      .content-wrap.split article section,
      .content-wrap.split article .content-wrap {
        padding: 40px 60px; }
      @media (max-width: 899px) {
        .content-wrap.split article {
          width: 100%; } }
      .content-wrap.split article .title {
        margin-bottom: 30px; }
      .content-wrap.split article .swpm-edit-profile-submit-section {
        margin-top: 30px;
        text-align: left; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar-menu a {
    color: #FFFFFF;
    text-decoration: none; }
  .sidebar-menu li {
    margin-bottom: 25px; }

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

.center-section {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.no-padding {
  padding: 0;
  overflow: hidden; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 20px;
  row-gap: 30px;
  column-gap: 30px; }

#content {
  position: relative;
  scroll-behavior: smooth; }

@media (max-width: 600px) {
  #latest .wrap {
    width: 100% !important; } }

.content-wrap {
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(100px); }

.appear {
  opacity: 1;
  transform: translateY(0); }

.animate {
  opacity: 0;
  transition: all 2s;
  transform: translateX(-100%); }
  .animate:nth-child(2) {
    transition-delay: 200ms; }
  .animate:nth-child(3) {
    transition-delay: 400ms; }

.slide-in {
  opacity: 1;
  transform: translateX(0); }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin: 0; }

h1, .title {
  font-size: 6rem;
  line-height: 1.2em; }

h2, .section-title {
  font-size: 4rem;
  line-height: 1.2em; }

h3, .subtitle {
  font-size: 3.5rem; }

h4, .card-title {
  font-size: 3rem; }

p.small {
  font-size: 1.6rem; }

.caption {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem; }

main .extra-html {
  color: #000000 !important;
  margin-top: 15px; }
  main .extra-html section {
    padding: 0 !important; }

main .con-playpause-con svg path {
  fill: #111111 !important; }

.btn-zoomsounds {
  padding: 7px 9px 6px !important;
  border-radius: 0px !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.5); }
  .btn-zoomsounds:before {
    background-color: transparent !important; }

.btn-zoomsounds.btn-like .the-icon > svg path {
  fill: #111111 !important; }

.btn-zoomsounds.btn-like:hover .the-icon > svg path, .btn-zoomsounds.btn-like.active .the-icon > svg path {
  fill: #EA0000 !important; }

.audioplayer .audioplayer-inner .the-thumb {
  border-radius: 0 !important; }

.audioplayer .btn-menu-state {
  display: none; }

.audioplayer .meta-artist-con {
  line-height: unset !important; }

.audioplayer .meta-artist .the-artist {
  display: none !important; }

.audioplayer .meta-artist .the-name {
  padding: 10px 0;
  color: #000000; }

.audioplayer .volume_active {
  background-color: #000000 !important; }

.audioplayer .volume_static:before {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.audioplayer .volumeicon {
  background: #000000 !important; }
  .audioplayer .volumeicon:before {
    border-right-color: #000000 !important; }

.zoomsounds-nav {
  height: 240px !important; }
  .zoomsounds-nav .menu-item {
    display: flex;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 3px solid transparent; }
    .zoomsounds-nav .menu-item:hover {
      background: #EEEEEE;
      border-left: 3px solid #EA0000; }
    .zoomsounds-nav .menu-item .menu-item-thumb-con {
      width: 40px !important;
      height: 40px !important;
      margin-right: 1em; }
    .zoomsounds-nav .menu-item .the-artist {
      font-weight: 600; }
    .zoomsounds-nav .menu-item .the-name {
      margin-left: 15px;
      font-weight: 100;
      font-size: 85%; }
    .zoomsounds-nav .menu-item .navigation-method-legacyscroll {
      height: auto !important; }

#beats .zoomsounds-nav {
  height: auto !important; }

.audiogallery.skin-default.menu-position-bottom .nav-main {
  margin-top: 30px !important;
  border: 1px solid; }

#music-free-songs {
  display: none; }

.home .extra-html {
  color: #FFFFFF !important; }
  .home .extra-html section {
    padding: 0 !important; }

.home .con-playpause-con svg path {
  fill: #FFFFFF !important; }

.home .btn-zoomsounds {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7px 9px 6px;
  color: #FFFFFF !important; }
  .home .btn-zoomsounds:before {
    background-color: transparent !important; }
  .home .btn-zoomsounds.btn-like .the-icon > svg path {
    fill: #FFFFFF !important; }
  .home .btn-zoomsounds.btn-like:hover .the-icon > svg path, .home .btn-zoomsounds.btn-like.active .the-icon > svg path {
    fill: #EA0000 !important; }

.home .audioplayer.skin-wave .meta-artist .the-artist {
  font-size: 20px;
  font-weight: bold; }

.home .audioplayer.skin-wave .meta-artist .the-name {
  margin-top: 5px;
  color: #FFFFFF !important; }

.home .audioplayer.skin-wave .the-icon-bg {
  border: none !important; }

.home .audioplayer.skin-wave .volume_active {
  background-color: #FFFFFF !important; }

.home .audioplayer.skin-wave .volume_static:before {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.home .audioplayer.skin-wave .volumeicon {
  background: #FFFFFF !important; }
  .home .audioplayer.skin-wave .volumeicon:before {
    border-right-color: #FFFFFF !important; }

.home .audiogallery.skin-default.menu-position-bottom .nav-main {
  border: none; }

header {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 2rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  padding: 0;
  display: table;
  transition: height 0.3s linear;
  width: 100%;
  position: relative; }
  header.sub-page {
    height: 220px !important; }
    @media (max-width: 600px) {
      header.sub-page {
        height: 50px !important; } }
    header.sub-page #hero {
      width: auto;
      height: auto;
      padding-top: 30px; }
      @media (max-width: 600px) {
        header.sub-page #hero {
          padding-top: 10px; } }
      header.sub-page #hero img {
        max-width: 300px !important; }
        @media (max-width: 600px) {
          header.sub-page #hero img {
            max-width: 160px !important; } }
  header .social-share {
    position: absolute;
    z-index: 4;
    padding: 8px 15px; }
  header .social-links {
    position: absolute;
    z-index: 1;
    right: 0; }
    @media (max-width: 899px) {
      header .social-links {
        right: unset;
        left: 0; } }
    header .social-links ul {
      list-style-type: none;
      display: flex;
      padding: 0;
      margin: 0.5rem; }
      header .social-links ul li {
        margin: 0 1rem; }
    header .social-links .social svg:hover {
      fill: red;
      stroke: red; }
    header .social-links .social #instagram:hover {
      fill: none;
      stroke: none; }
      header .social-links .social #instagram:hover g {
        fill: red; }
  header .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    header .video-container embed,
    header .video-container iframe,
    header .video-container object,
    header .video-container video {
      max-width: 10000px; }
    header .video-container audio,
    header .video-container canvas,
    header .video-container embed,
    header .video-container iframe,
    header .video-container object,
    header .video-container video {
      border: none !important;
      max-width: 100%; }
    header .video-container audio,
    header .video-container canvas,
    header .video-container progress,
    header .video-container video {
      display: inline-block;
      vertical-align: baseline; }

#home-hero-video {
  width: 100vw;
  height: 100% !important; }

.full-width-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  object-fit: cover; }

.hero img {
  max-width: 70% !important;
  margin: 0 auto; }

#hero {
  vertical-align: middle;
  background: #0000001c;
  z-index: 2;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  #hero .hero-content {
    z-index: 1; }
    #hero .hero-content .logo-container {
      text-align: center; }

.site-nav {
  word-wrap: break-word;
  transition: background 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .site-nav.sticky {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    bottom: auto;
    height: 100px;
    top: 0;
    border-bottom: none; }
  .site-nav ul.menu {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 7; }
    .site-nav ul.menu li {
      font-size: 1.4rem;
      position: relative;
      list-style-type: none !important;
      display: inline; }
      .site-nav ul.menu li a {
        font-family: "Barlow", sans-serif;
        color: #FFFFFF;
        transition: all 0.3s;
        padding: 0 1.5rem;
        display: inline-block;
        text-decoration: none;
        letter-spacing: 1.5px; }
        .site-nav ul.menu li a.active {
          color: #EA0000; }
        .site-nav ul.menu li a:hover {
          color: #EA0000; }
  .site-nav .menu-btn {
    display: none; }

@media (max-width: 899px) {
  header .social-links {
    display: none; }
  header .site-nav {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0; }
    header .site-nav.sticky {
      top: 0;
      height: 0;
      background: transparent; }
    header .site-nav .social-links {
      padding: 0;
      bottom: 10px;
      right: 50%;
      transform: translateX(50%);
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-top: 50px;
      opacity: 0;
      transition: opacity .1s ease-in;
      overflow: hidden; }
      header .site-nav .social-links li {
        margin: 0 2rem; }
      header .site-nav .social-links.visible {
        opacity: 1; }
    header .site-nav .menu {
      list-style: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0;
      padding: 0;
      max-height: 0;
      transition: max-height .2s ease-out;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.95);
      clear: both;
      line-height: 6; }
      header .site-nav .menu a {
        display: block;
        width: 100%;
        padding: 0 !important;
        text-decoration: none; }
        header .site-nav .menu a:hover {
          border: none; }
    header .site-nav .menu-btn {
      display: none; }
      header .site-nav .menu-btn:hover {
        background-color: #1a1a1a;
        border: none; }
      header .site-nav .menu-btn:checked ~ .menu {
        max-height: 100%; }
      header .site-nav .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent; }
      header .site-nav .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
        background: #EEEEEE; }
      header .site-nav .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
        background: #EEEEEE; }
      header .site-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
      header .site-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0; }
    header .site-nav .menu-icon {
      cursor: pointer;
      padding: 28px 20px;
      user-select: none;
      position: absolute;
      z-index: 1;
      top: -8px;
      right: 0; }
  header .navicon {
    background: #EEEEEE;
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    transition: background .3s ease-out; }
    header .navicon:before, header .navicon:after {
      content: '';
      background: #EEEEEE;
      display: block;
      height: 100%;
      position: absolute;
      transition: all .2s ease-out;
      width: 100%; }
    header .navicon:before {
      top: 7px; }
    header .navicon:after {
      top: -7px; }
  .menu-open {
    overflow: hidden; }
    .menu-open header .site-nav.sticky {
      height: 100%; }
    .menu-open header .social-links {
      opacity: 1; } }

@media (max-width: 899px) and (orientation: landscape) {
  .menu {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    line-height: 2 !important;
    align-items: center !important; }
    .menu li {
      width: 100px !important; } }

footer {
  position: relative;
  background-color: #000000;
  color: #FFFFFF; }
  footer .main {
    padding: 8rem 0;
    text-align: center; }
  footer .copyright {
    font-size: 1.4rem;
    text-align: center;
    background: #111;
    padding: 3rem 0; }
    footer .copyright .content-wrap {
      transition: none !important;
      opacity: 1 !important; }
    footer .copyright a {
      color: #FFFFFF;
      text-decoration: none; }
      footer .copyright a:hover {
        text-decoration: underline; }
  footer .logo {
    height: 70px; }
  footer .social-features {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 40px 0 0; }
    footer .social-features li {
      width: 300px; }
    footer .social-features a {
      position: relative;
      display: block; }
      footer .social-features a img {
        opacity: 0.8;
        transition: all 0.5s; }
      footer .social-features a:hover img {
        opacity: 1; }
    @media (max-width: 1040px) {
      footer .social-features {
        flex-direction: column;
        align-items: center; }
        footer .social-features li {
          margin-bottom: 20px; } }
  footer .social-handle {
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    top: 10px;
    left: 75px;
    font-weight: bold;
    font-size: 1.8rem; }
  footer .social-stats {
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    top: 30px;
    left: 75px;
    font-weight: 300;
    font-size: 1.1rem; }

.feature-block .quote {
  font-size: 4em;
  margin: 0; }
  @media (max-width: 600px) {
    .feature-block .quote {
      font-size: 3em; } }

.feature-block .author {
  margin: 40px 0; }

.feature-block .bio {
  font-family: "Barlow", sans-serif;
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 600;
  width: 90%;
  max-width: 900px; }

.feature-block p {
  max-width: 900px; }

.gallery-block .gallery {
  display: grid;
  grid-template-columns: 1.8fr 1fr 0.9fr 0.9fr 0.8fr;
  grid-template-rows: 0fr 0fr 0fr 0fr;
  gap: 0px 0px;
  grid-auto-flow: dense;
  grid-template-areas: "square-ph first-pic ph-large ph-large second-pic" "square-ph third-pic fourth-pic sec-ph-large sec-ph-large" "sc-square-ph fifth-pic sixth-pic seventh-pic eight-pic" "sc-square-ph ninth-pic tenth-pic eleventh-pic twelfth-pic"; }
  .gallery-block .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  @media (max-width: 899px) {
    .gallery-block .gallery {
      width: 100%;
      display: flex;
      column-count: 2;
      flex-flow: wrap; } }
  @media (max-width: 899px) {
    .gallery-block .gallery .picture {
      width: 50%; } }

.gallery-block .ph-large {
  grid-area: ph-large; }

.gallery-block .sec-ph-large {
  grid-area: sec-ph-large; }

.gallery-block .square-ph {
  grid-area: square-ph; }

.gallery-block .sc-square-ph {
  grid-area: sc-square-ph; }

.gallery-block .first-pic {
  grid-area: first-pic; }

.gallery-block .second-pic {
  grid-area: second-pic; }

.gallery-block .third-pic {
  grid-area: third-pic; }

.gallery-block .fifth-pic {
  grid-area: fifth-pic; }

.gallery-block .sixth-pic {
  grid-area: sixth-pic; }

.gallery-block .fourth-pic {
  grid-area: fourth-pic; }

.gallery-block .seventh-pic {
  grid-area: seventh-pic; }

.gallery-block .eight-pic {
  grid-area: eight-pic; }

.gallery-block .ninth-pic {
  grid-area: ninth-pic; }

.gallery-block .tenth-pic {
  grid-area: tenth-pic; }

.gallery-block .eleventh-pic {
  grid-area: eleventh-pic; }

.gallery-block .twelfth-pic {
  grid-area: twelfth-pic; }

.text-block .quote {
  font-size: 5em;
  margin: 0; }
  @media (max-width: 600px) {
    .text-block .quote {
      font-size: 3em; } }

.text-block .author {
  margin: 40px 0; }

.text-block .bio {
  font-size: 1.5em;
  font-weight: bold; }

.text-block p {
  margin: 30px 0; }

.quote-block {
  padding: 14rem 0;
  background: #333 url("/wp-content/themes/mannyp/assets/images/mannyp-photo-3-dark.jpg") no-repeat fixed;
  height: 100%;
  max-height: 700px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (max-width: 600px) {
    .quote-block {
      padding: 11rem 0; } }

.quote-block .personal-quote {
  width: 90vw;
  margin-right: -45vw;
  margin-left: -45vw;
  letter-spacing: 3px; }
  @media (max-width: 600px) {
    .quote-block .personal-quote {
      font-size: 3rem; } }

.quote-block .quote-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .quote-block .quote-box p {
    margin: 0; }

.quote-block .bio {
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  line-height: 1.618; }
  @media (max-width: 600px) {
    .quote-block .bio {
      font-size: 1.7rem;
      letter-spacing: 1px; } }

.fluid-video {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .fluid-video embed,
  .fluid-video iframe,
  .fluid-video object,
  .fluid-video video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }

#latest .fluid-video {
  margin: 4rem 0; }

.video-gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.video-entry {
  padding: 0 20px;
  width: 1100px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3em; }
  @media (max-width: 1200px) {
    .video-entry {
      min-width: 80%; } }
  @media (max-width: 899px) {
    .video-entry {
      min-width: 90%; } }
  @media (max-width: 600px) {
    .video-entry {
      width: 500px; } }

.ytp-chrome-top.ytp-show-cards-title {
  display: none !important; }

.ytp-title {
  display: none !important; }

.ytp-chrome-top-buttons {
  display: none !important; }

.ytp-pause-overlay-container {
  display: none !important; }

.html5-endscreen {
  display: none !important; }

.subscribe {
  text-align: center;
  margin-top: -40px;
  background: #111;
  color: white;
  padding: 50px 0; }

.latest {
  padding: 8rem 0; }
