.btn, .swpm-submit-btn-default-style,
.button {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px; }
  .btn:hover, .swpm-submit-btn-default-style:hover,
  .button:hover {
    background: #FFFFFF;
    color: #000000; }
  .btn.primary, .primary.swpm-submit-btn-default-style,
  .button.primary {
    background: #000000;
    color: #FFFFFF; }
    .btn.primary:hover, .primary.swpm-submit-btn-default-style:hover,
    .button.primary:hover {
      background: #88694C; }
  .btn.secondary, .secondary.swpm-submit-btn-default-style,
  .button.secondary {
    background: #88694C;
    color: #FFFFFF; }
    .btn.secondary:hover, .secondary.swpm-submit-btn-default-style:hover,
    .button.secondary:hover {
      background: #987655; }
  .btn.outline, .outline.swpm-submit-btn-default-style,
  .button.outline {
    background: transparent;
    border: 1px solid #000000;
    color: #000000; }
    .btn.outline:hover, .outline.swpm-submit-btn-default-style:hover,
    .button.outline:hover {
      border-color: #88694C; }
    .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;
  gap: 25px; }

.center-content .button-group {
  justify-content: center; }

.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; } }

img.full-width {
  width: 1200px;
  transform: translateX(-22.5%); }

.signature {
  margin: 30px 0 0;
  transition: all 500ms ease; }
  .signature:hover {
    transform: rotate(-7deg); }

.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); }

.image-gallery {
  display: flex;
  text-align: center;
  width: 180%;
  margin: 20px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  transform: translateX(-22.5%); }
  .image-gallery img {
    width: 32%; }
  .image-gallery h4 {
    margin-top: 15px; }
  .image-gallery .group {
    text-decoration: none;
    width: 32%; }
    .image-gallery .group img {
      width: 100%; }
  @media (max-width: 1080px) {
    .image-gallery {
      width: 100%;
      transform: none; } }

.accent {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2; }
  @media (max-width: 899px) {
    .accent {
      opacity: 0.1;
      width: 35%; } }

.icon-gallery {
  display: flex;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  gap: 60px; }
  @media (max-width: 899px) {
    .icon-gallery {
      width: 100%;
      transform: none; } }
  .icon-gallery .group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px; }
    @media (max-width: 899px) {
      .icon-gallery .group {
        width: 40%; } }
  .icon-gallery img {
    width: 120px;
    margin-bottom: 30px; }

.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-size: 26px;
  font-size: 2.6rem;
  font-family: "Cormorant", serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

main {
  height: auto; }
  main section {
    padding: 80px 0;
    position: relative; }
    main section.nude {
      background: #F6F4F1; }
    main section.dark {
      background: #000000;
      color: #FFFFFF; }
      main section.dark .eyebrow {
        color: #E3B488; }
  main p a,
  main span a {
    padding-bottom: 0; }
  main a {
    color: #000000; }
  main img {
    max-width: 100%;
    height: auto; }
  main .woocommerce {
    margin: 60px auto;
    max-width: 1400px;
    width: 90%; }

.content-wrap {
  margin: 0 auto;
  max-width: 1400px;
  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;
    gap: 60px; }
    @media (max-width: 899px) {
      .content-wrap.split {
        flex-wrap: wrap; } }
    .content-wrap.split aside {
      width: 17%;
      background: #222; }
      @media (max-width: 899px) {
        .content-wrap.split aside {
          width: 100%;
          text-align: center; } }
    .content-wrap.split article {
      width: 83%; }
      @media (max-width: 899px) {
        .content-wrap.split article {
          width: 100%; } }
      .content-wrap.split article .title {
        margin-bottom: 30px; }
  .content-wrap img {
    max-width: 95% !important; }
    .content-wrap img.full-width {
      max-width: none !important; }
  .content-wrap .inner-container {
    max-width: 660px;
    text-align: center; }
    .content-wrap .inner-container.wide {
      max-width: 860px; }
    .content-wrap .inner-container .btn, .content-wrap .inner-container .swpm-submit-btn-default-style {
      margin-top: 20px; }
    @media (max-width: 600px) {
      .content-wrap .inner-container {
        max-width: 95%; } }

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

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

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

.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;
  align-items: center;
  padding: 20px;
  row-gap: 30px;
  column-gap: 30px; }

.row {
  display: flex;
  justify-content: space-around;
  width: 70%;
  flex-wrap: wrap; }

@media (max-width: 899px) {
  .col {
    width: 50%;
    margin-bottom: 50px; } }

@media (max-width: 600px) {
  .col {
    width: 100%; } }

.col ul {
  list-style: none;
  padding: 0;
  margin: 0; }

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

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

.content-wrap {
  opacity: 1;
  transition: all 1.5s; }

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

.video-container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: none !important;
  max-width: none !important;
  z-index: 0; }
  .video-container embed,
  .video-container iframe,
  .video-container object,
  .video-container video {
    max-width: 10000px; }
  .video-container audio,
  .video-container canvas,
  .video-container embed,
  .video-container iframe,
  .video-container object,
  .video-container video {
    border: none !important;
    max-width: 100%; }
  .video-container audio,
  .video-container canvas,
  .video-container progress,
  .video-container video {
    display: inline-block;
    vertical-align: baseline; }

.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); }

#mc_embed_signup {
  background: transparent !important;
  width: 800px !important;
  max-width: 100%; }
  #mc_embed_signup form {
    border: none; }
  #mc_embed_signup .mc-field-group {
    width: 40%;
    padding: 0 15px; }
    @media (max-width: 1080px) {
      #mc_embed_signup .mc-field-group {
        width: 85%;
        margin: 10px 0; } }
    #mc_embed_signup .mc-field-group label {
      display: none !important;
      font-family: "Cormorant", serif;
      font-weight: 500;
      font-size: 12px;
      margin-bottom: 0; }
    #mc_embed_signup .mc-field-group input {
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff !important;
      padding: 10px 15px !important;
      text-indent: 0 !important;
      background: transparent;
      border: 1px solid #777;
      border-radius: 0;
      width: auto !important;
      height: auto;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
      color: #000000;
      line-height: 1.5;
      max-width: 100%; }
      #mc_embed_signup .mc-field-group input:active, #mc_embed_signup .mc-field-group input:focus {
        border-color: #88694C; }
  #mc_embed_signup .fields-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; }
    @media (max-width: 1080px) {
      #mc_embed_signup .fields-group {
        flex-wrap: wrap; } }
  #mc_embed_signup .response {
    margin: 1em 0 0 !important; }
  #mc_embed_signup #mce-responses {
    float: none !important;
    text-align: center; }
  #mc_embed_signup #mce-success-response {
    color: #88694C !important;
    font-weight: 400 !important; }
  #mc_embed_signup .foot {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    margin-top: 30px; }
  #mc_embed_signup *:focus {
    outline: none; }
  #mc_embed_signup .button {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 15px 30px !important;
    border-radius: 0 !important;
    height: auto !important;
    background: #88694C !important;
    color: #FFFFFF; }
    #mc_embed_signup .button:hover {
      background: #987655 !important; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  line-height: 1em;
  margin: 0; }

.page-title {
  font-size: 70px;
  font-size: 7rem;
  letter-spacing: -2px;
  font-weight: 600;
  font-style: italic; }

.section-title {
  font-size: 64px;
  font-size: 6.4rem;
  letter-spacing: -1px;
  font-weight: 600; }

.sub-title {
  font-size: 3.5rem;
  letter-spacing: -2px; }

.card-title {
  font-size: 3rem;
  letter-spacing: -2px; }

.eyebrow {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.5px;
  margin-bottom: 20px; }

.caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 2.8rem;
  padding: 0 20px; }

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

p a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  line-height: .9;
  color: #88694C !important;
  border-bottom: 1px solid; }
  p a:hover {
    border-bottom: 2px solid; }

.caption + p {
  margin-top: -10px; }

strong {
  font-weight: 700; }

small {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 1px; }

.woocommerce #wc-square-digital-wallet {
  display: none !important; }

.woocommerce .product-category {
  display: none; }

.woocommerce .summary {
  margin: 2em 0;
  padding-left: 0px; }

.woocommerce .quantity {
  margin: 0 28px 0 0 !important; }
  .woocommerce .quantity input {
    padding: 12px; }

.woocommerce .price {
  display: none;
  color: #999 !important;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.woocommerce .woocommerce-variation-price .price {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px !important;
  margin-bottom: 50px !important; }

.woocommerce .woocommerce-breadcrumb {
  width: 100%;
  text-transform: lowercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  margin: 10px 0 40px !important; }

.woocommerce .variations {
  text-align: left; }
  .woocommerce .variations label {
    text-transform: lowercase; }
  .woocommerce .variations select {
    max-width: 80% !important;
    min-width: 65% !important; }

.woocommerce .reset_variations {
  text-transform: lowercase;
  margin-left: 25px; }

.woocommerce .woocommerce-loop-product__title {
  text-transform: lowercase;
  font-size: 30px !important; }

.woocommerce .add_to_cart_button {
  border-radius: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 18px !important; }

.woocommerce .button {
  background: #000 !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  border-radius: 0 !important; }

.woocommerce-shop main {
  display: flex;
  width: 1400px;
  margin: 0 auto;
  justify-content: space-between; }

.woocommerce-shop .wpfMainWrapper {
  width: 20% !important; }

.woocommerce-shop .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  border: 1px solid #aaa; }

.woocommerce-shop .ui-slider.ui-widget-content .ui-slider-handle:hover {
  border-color: black !important; }

.woocommerce-shop .woobewoo-filter-loader.spinner {
  display: none; }

.woocommerce-shop .woocommerce {
  width: 75%;
  margin: 0; }

.single-product .entry-title {
  display: none; }

.single-product .woocommerce {
  width: 100%; }
  .single-product .woocommerce h2 {
    display: block; }

.single-product section {
  padding: 0; }

.single-product .related {
  clear: both;
  float: left;
  margin-top: 40px; }
  .single-product .related h2 {
    margin-bottom: 30px;
    text-transform: lowercase; }

.single-product .woocommerce-variation-add-to-cart {
  margin-top: 30px; }

.single-product .product_meta {
  display: none; }

.single-product .single_variation {
  margin-top: 25px; }

.single-product .content-wrap img {
  max-width: none !important; }

.single-product .woocommerce-tabs.wc-tabs-wrapper,
.single-product #respond {
  display: none; }

header {
  position: relative;
  height: 120px;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 2rem;
  padding: 0;
  transition: height 0.3s linear;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  header .logo {
    display: block; }
    header .logo img {
      height: 50px; }

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

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

#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 .btn, #hero .swpm-submit-btn-default-style,
  #hero .button {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 15px 30px; }
    #hero .btn:hover, #hero .swpm-submit-btn-default-style:hover,
    #hero .button:hover {
      background: #FFFFFF;
      color: #000000;
      border: 1px solid #FFFFFF; }

.site-nav {
  word-wrap: break-word;
  transition: background 0.3s ease;
  z-index: 3;
  bottom: 0;
  left: 0; }
  .site-nav ul.menu {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
    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: "Montserrat", sans-serif;
        font-size: 1.6rem;
        font-weight: 350;
        color: #000000;
        transition: all 0.3s;
        padding: 0 1.5rem;
        display: inline-block;
        text-decoration: none;
        letter-spacing: 1.5px; }
  .site-nav .menu-btn {
    display: none; }

@media (max-width: 899px) {
  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 .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: #000000;
    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: #FFFFFF;
  color: #000000; }
  footer .main {
    padding: 8rem 0 5rem;
    text-align: center; }
    @media (max-width: 899px) {
      footer .main {
        padding: 8rem 0 0; } }
    footer .main .content-wrap {
      transition: none !important;
      transform: none !important;
      opacity: 1 !important; }
    footer .main .logo {
      height: 70px;
      margin: 30px auto 60px; }
    footer .main .col li {
      margin-bottom: 15px; }
      footer .main .col li a {
        font-family: "Cormorant", serif;
        color: #000000;
        text-decoration: none;
        font-size: 24px;
        font-weight: 300; }
        footer .main .col li a:hover {
          color: #000000;
          text-decoration: none;
          border-bottom: 1px solid; }
      footer .main .col li:first-child a {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        letter-spacing: 2px; }
  footer .copyright {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.5rem;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase; }
    footer .copyright .content-wrap {
      transition: none !important;
      transform: none !important;
      opacity: 1 !important; }
    footer .copyright a {
      color: #000000;
      text-decoration: none;
      text-transform: uppercase; }
      footer .copyright a:hover {
        text-decoration: underline; }

.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: "Montserrat", sans-serif;
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 600;
  width: 90%;
  max-width: 900px; }

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

.feature-block * {
  z-index: 1; }

.feature-block video {
  z-index: 0 !important; }

.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: 10rem 0 6rem;
  height: 100%;
  max-height: 700px;
  background-color: #F6F4F1;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (max-width: 600px) {
    .quote-block {
      padding: 5rem 3rem; } }
  .quote-block .quote-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .quote-block .quote-box p {
      margin: 0;
      font-size: 34px;
      max-width: 670px;
      text-align: left; }
    .quote-block .quote-box .brand {
      font-size: 38px; }
  .quote-block .bio {
    font-size: 2rem;
    font-family: "Montserrat", 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; }
