body{
    background-color: #0e0c17;
}

.menu > li > a, .header__actions > li > a, .ps-heading , h3, .ps-footer--1 .ps-footer__nav li a, .ps-footer__social li a, .ps-footer__social li a i,
.ps-list--social-2 li a i{
    color: #fff !important;
}

.menu-toggle span, .menu-toggle::before, .menu-toggle::after{
    background-color: #fff;
}
.content_hr {
    border-bottom: 1px #fff solid;
    margin: 50px 0 100px;
    padding: 0;
}
.blogs h1,
.blogs p,
.blogs ul > li > a{
    color: #fff;
}

.blogs ul {
    padding-left: 10px;
}
.blogs ul >li > a{
    padding-bottom: 6px;
}
.blogs ul >li{
    list-style: none;
    margin-bottom: 10px;
}
.blogs figure {
    margin: 5em 1em;
}
.blogs li > a::before,
.menu > li > a::before,
.sub-menu > li > a::before{
    background-color: #8fe046;
}

.sub-menu > li > a{
    display: inline-block;
    padding: 10px 0;
    margin-left: 15px;
}

h3{
    font-weight: 800 !important;
}

p{
    color: rgba(255, 255, 255, 0.5) !important;
}

.ps-slider--instagram .owl-prev i, .ps-slider--instagram .owl-next i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
}

.title-gallery{
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 800;
    margin-top: 20px;
    text-align: center;
}

.text-right > .line{
    right: 0;
    display: inline-block;
}
.text-right,
.text-right > p{
    text-align: right !important;
}

.bg--backyard{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-position: 10% 50% !important;
    -ms-background-size: 25% !important;
    -o-background-size: 25% !important;
    -moz-background-size: 25% !important;
    -webkit-background-size: 25% !important;
    background-size: 25% !important;
}

.mt-2{
    margin-top: 20px;
}

.header--1{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.navigation--sticky {
    position: fixed;
    border-bottom: 1px solid #e5e5e5;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    transition: all 0.4s ease;
}

.ps-section--instagram .ps-section__header {
    text-align: left;
    margin-bottom: 25px;
}

.line{
    border: 2px #fff solid;
    width: 44px;
    margin-bottom: 20px;
}

.ps-footer--1 {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.ps-footer--1 .ps-footer__nav {
    text-align: left;
}

.ps-footer--1 .ps-footer__copyright p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 40px;
    margin-top: 30px;
}

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

.stripe::before{
    content: "";
    position: absolute;
    display: block;
    color: white;
    background: repeating-linear-gradient( 45deg, #97de40, #97de40 2px, #0e0c17 2px, #0e0c17 15px );
    height: 100%;
    width: 86%;
    top: -25px;
    left: 17%;
}

.stripe::after{
    content: "";
    position: absolute;
    display: block;
    color: white;
    background: repeating-linear-gradient( 45deg, #97de40, #97de40 2px, #0e0c17 2px, #0e0c17 15px );
    height: 100%;
    width: 86%;
    bottom: -17px;
    left: 17%;
}

.stripe img {
    position: relative;
    width: 99%;
    z-index: 99;
}

.ps-look .owl-controls {
    width: 72px;
    margin-top: 15px;
}

.ps-look .owl-prev{
    float: left;
    color: #fff;
    font-size: 25px;
}
.ps-look .owl-next{
    float: right;
    color: #fff;
    font-size: 25px;
}

.vid1-dimensions {
    width: 100%;
    height: 436px;
}
.video-js {
    width: 100%;
    height: 436px;
}

.vjs-big-play-button {
    height: 2em !important;
    width: 2em !important;
    border-radius: 50% !important;
    background: transparent !important;
    line-height: 83px !important;
    border: 6px #fff solid !important;
    font-size: 50px !important;
}

.vjs-big-play-centered .vjs-big-play-button {

    top: 50%;
    left: 50%;
    margin-top: -0.9em;
    margin-left: -1.5em;

}

.vjs-poster{
    background-size: cover;
}
.header--1 .navigation .center {
    float: left;
    text-align: left;
}

.header--1 .ps-logo {
    max-width: 50px;
}

.navigation--sticky .navigation {
    background-color: #0e0c17;
}


.ps-about-me h3 {
    font-size: 33px;
}

.ps-about-me__info, .ps-about-me p, .ps-list--social-2 {
    text-align: left;
}

.ps-about-me {
     padding: 150px 0;
    height: auto;
position: relative;
}

.btn-green{
    background-color: #8fe046;
    border-color: #8fe046;
    border-radius: 0;
    color: #0e0c17;
    text-transform: uppercase;
    font-weight: 800;
}

.lookbook-product{
    position: relative;
}

.lookbook-product img {

    border-radius: 5px;

}

.action-btn-look {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.line-2{
    margin: auto;
    border-color: #e53685;
    margin-bottom: 20px;
}

.line-3{
    border-color: #e53685;
    margin-bottom: 50px;
    margin-top: 20px;
}

.mt-4 {
    margin-top: 40px;
}

.content-page, .content-page p strong {
    color: #fff !important;
}

.ps-contact--2 .ps-contact__info .ps-heading {
    margin-bottom: 10px;
}

.ps-block--contact {
    background-color: #272530;
}

.ps-block--contact p {
    color: #a1a0a5 !important;
    font-weight: 800;
}

.ps-block--contact p strong {
    color: #fff;
}

.ps-block--contact a {
    color: #fff;
}

hr{
    border-top: 1px solid #ffffff4d;
}

.ps_paginate{
    color: #fff;
}

.ps_paginate a{
    text-transform: uppercase;
    font-weight: 800;
}



.masonry {
  margin: 1.5em auto;
  max-width: 768px;
  column-gap: 1.5em;
}

/* The Masonry Brick */
.item {
  margin: 0 0 1.5em;
}

.product-overflow {
    height: 333px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.product-overflow .img-responsive{
    width: 100%;
}

.gallery-list{
    margin-bottom:40px;
}

/*.ps-subscriber{
    position: absolute;
    right: 5rem;
    width: 100%;
    max-width: 360px;
    top: 3.5rem;
    z-index: 991;
}*/
.ps-section--instagram{
    margin-bottom: 0;
}
.ps-subscriber{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    width: 100%;
}
.ps-form-subscriber{
    margin: 0 auto;
}
.form-subscriber{
    position: relative;
    width: 360px;
}
.form-subscriber > input[type="email"]{
    height: 30px;
    max-width: 248px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    left: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-color: transparent;
    color: rgba(0,0,0,.75);
    -webkit-appearance:none;
}
.form-subscriber > input[type="submit"]{
    padding: 0;
    position: relative;
    float: right;
    width: 100%;
    max-width: 130px;
    outline: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background:#000000;
    color:#ffffff;
    border-color: transparent;
    height: 30px;
    text-transform: uppercase;
    -webkit-appearance: button;
    -webkit-transition: color .3s,background .3s;
}
.ps-subscribe-respon{
    color: #ffffff;
    position: absolute;
    top: -27px;
    text-align: center;
    width: 100%;
}


/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 3;
  }
  .menu > li > .sub-menu {
      visibility: hidden;
      opacity: 0; }

}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 2;
  }

  /*.menu .sub-menu{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding-top : 0 !important;
  }
  .sub-menu > li > a{
    color: #000;
    text-transform: uppercase;
  }*/

}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }

  /*.menu .sub-menu{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding-top : 0 !important;
  }
  .sub-menu > li > a{
    color: #000;
    text-transform: uppercase;
  }*/
}

@media only screen and (max-width: 1199px){
    .ps-footer--1 .ps-footer__nav {
        text-align: center;
    }
    .menu > li > a{
        color: #0e0c19 !important;
    }
    .header--1{
        position: relative;
    }

}


@media only screen and (max-width: 991px){
    .ps-top {
        margin-top: 0;
    }
    .vertical-align {
        display: block;
    }
    .col-thelok{
        margin-bottom: 60px;
    }
    .header--1 .navigation {
        background: #0e0c17;
    }
    .ps-about-me {
        padding: 109px 0;
        height: auto;
    }

    .menu .sub-menu{
        visibility: visible;
        opacity: 1;
        padding: 0 15px !important;
    }

    .sub-menu > li > a{
        color: #000 !important;
        text-transform: uppercase;
        padding: 10px 0 !important;
    }
.bg--backyard{
    opacity: .25;
    background-position: 50% 50% !important;
    -ms-background-size: inherit !important;
    -o-background-size: inherit !important;
    -moz-background-size: inherit !important;
    -webkit-background-size: inherit !important;
    background-size: inherit !important;
}
}
@media only screen and (max-width:767px) {
 .bg--backyard{
    opacity: .25;
    background-position: 50% 50% !important;
    -ms-background-size: inherit !important;
    -o-background-size: inherit !important;
    -moz-background-size: inherit !important;
    -webkit-background-size: inherit !important;
    background-size: inherit !important;
}
}
@media only screen and (max-width: 680px){

    .ps-about-me {
        padding: 50px 0;
        height: auto;
    }
    .ps-about-me h3 {
        font-size: 26px;
    }
    .ps-footer--1 .ps-footer__nav li {
        margin-right: 5px;
        margin-left: 5px;
    }
    .vjs-big-play-centered .vjs-big-play-button {
        margin-left: -1em;
    }

    .js-vid{
        width: 100%;
        height: 208px;
    }

}