
.ps-site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
  }
  
  .ps-site-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  
  .ps-footer {
    padding-top: 30px;
  }
  
  .ps-footer__widgets {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
  }
  
  .ps-footer__links {
    padding: 30px 0;
    /* border-top: 1px solid #e1e1e1; */
  }
    
  .ps-footer__links p strong {
    color: #000;
    margin-right: 20px;
    font-weight: 600;
  }
  
  .ps-footer__links p a {
    display: inline-block;
    color: black;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
  }
  
  .ps-footer__links p a:hover {
    color: orange;
  }

  .ps-footer__links p a:after {
    content: '|';
    margin-left: 5px;
  }

  /* .ps-footer__links p a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  
  .ps-footer__links p a:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  
  .ps-footer__links p a:last-child:after {
    display: none;
  } */
  
  .ps-footer__copyright {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #e1e1e1;

    padding: 30px 0;
    border: 0;
    box-shadow: inset 0 12px 12px -12px orange;
  }

  
  .ps-footer__copyright p {
    margin-bottom: 0;
    line-height: 30px;
    color: #000;
  }
  
  .ps-footer__copyright p:last-child span {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
  }
  
  .ps-footer__copyright p:last-child a {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
  
  @media (max-width: 767px) {
    .ps-footer__widgets {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
    }
    .ps-footer__widgets > * {
      width: 100%;
      max-width: 25%;
    }
    .ps-footer__widgets .widget_contact-us {
      max-width: 100%;
      width: 100%;
    }
  }
  
  @media (max-width: 479px) {
    .ps-footer__widgets > * {
      max-width: 50%;
      flex-basis: 50%;
    }
    .ps-footer__copyright {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      text-align: center;
    }
    .ps-footer__copyright p {
      display: block;
      width: 100%;
    }
    .ps-footer__copyright p span {
      display: block;
      padding-bottom: 10px;
    }
  }
  
  .ps-footer--2 .widget_newletters .form-group--nest {
    margin-bottom: 30px;
  }
  
  .ps-footer--3 {
    padding: 0;
    border-top: 1px solid #e1e1e1;
    background-color: #f8f8f8;
  }
  
  .ps-footer--3 .ps-block--site-features {
    padding: 40px 0;
    margin-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  @media (max-width: 767px) {
    .ps-footer--3 .ps-block--site-features {
      margin-bottom: 40px;
    }
  }
  
  .ps-footer--kids .ps-form--newletter .form-group--nest {
    margin-bottom: 20px;
  }
  
  .ps-footer--photo .ps-site-info h5 {
    color: #c81919;
    font-size: 24px;
    font-weight: 600;
  }
  
  .ps-footer--photo .ps-form--newletter button {
    color: #fff;
    background-color: #c81919;
  }
  
  .ps-footer--photo .ps-form--newletter button:hover {
    background-color: #9b1313;
  }
  
  @media (min-width: 1440px) {
    .ps-footer--photo .ps-footer__content {
      -webkit-box-flex: 2;
              flex: 2 1 100%;
    }
    .ps-footer--photo .ps-footer__left {
      -webkit-box-flex: 1;
              flex: 1 1 100%;
      max-width: 400px;
    }
    .ps-footer--photo .ps-footer__content {
      width: 100%;
      max-width: 100%;
    }
    .ps-footer--photo .ps-footer__wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
              align-items: flex-start;
    }
  }
  
  @media (min-width: 1680px) {
    .ps-footer--photo .ps-footer__wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
    }
  }

  /* JV - STYLES */

  .ps-post--detail .ps-post__footer {
    padding-bottom: 85px;
    text-align: center;
  }

  .ps-block--bought-toggether .ps-block__footer .ps-checkbox {
    margin-bottom: 10px;
  }
  
  .ps-block--bought-toggether .ps-block__footer .ps-checkbox label strong {
    color: #000;
    font-weight: 600;
  }
  
  .ps-block--bought-toggether .ps-block__footer .ps-checkbox label span {
    color: red;
    font-weight: 500;
  }

  .widget_footer .widget-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
  }

  .ps-footer__widgets .widget_footer .widget-title {
    margin-bottom: 40px;
  }

  .ps-block--vendor .ps-block__container .ps-block__footer p {
    margin-bottom: 16px;
  }
  
  .ps-block--vendor .ps-block__container .ps-block__footer p strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #000;
  }

  .ps-block--vendor-status .ps-block__footer {
    padding-top: 20px;
  }
  
  .ps-block--vendor-status .ps-block__footer a {
    color: #000;
  }
  
  .ps-block--vendor-status .ps-block__footer a:hover {
    color: #fcb800;
  }

  .ps-block--top-photographer .ps-block__footer a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
  }
  
  .ps-block--top-photographer .ps-block__footer a i {
    font-size: 14px;
    margin-left: 6px;
  }
  
  .ps-block--top-photographer .ps-block__footer a:hover {
    color: #c81919;
  }

  .widget_contact-us .widget_content h3 {
    color: #fcb800;
  }
  
  /* .widget_contact-us .widget_content .ps-list--social {
    padding-top: 25px;
  } */

  .widget .widget-title {
    margin-bottom: 2.5rem;
    font-weight: 700;
  }

  .ps-list--link li {
    display: block;
    padding: 5px 0;
  }

  .ps-list--link{
    padding: 0px;
  }

  .ps-list--link li a {
    display: inline-block;
    color: black;
    line-height: 20px;
    position: relative;
  }
  .ps-list--link li a:hover {
    color: orange;
  }
  
  /* .ps-list--link li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  
  .ps-list--link li a:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  } */

  .ps-footer hr {
    padding: 5px 0;
    border: 0;
    box-shadow: inset 0 12px 12px -12px orange;
  }
  