@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

body{
    font-family: 'Open Sans', sans-serif !important;
}

.brand img{
    width: 50px;
}

.hero-slideshow__images{
    width: 100%;
    height: 100%;
}
.hero-slideshow__titles ul li{
    color: #fff;
}
.hero-slideshow__titles span{
    border-top: 1px solid #fff;
}
.c-bullet-list a{
    color: #ccc;
	padding: 20px 40px;
}
.c-bullet-list a:before{
    border-top: 1px solid #ccc;
}
.c-bullet-list a:after{
    background: #ccc;
    transition: 0.3s ease all;
}
.social-links a {
    font-size: 0.9rem;
    margin: 0 5px;
}
.product-single__display{
    background: #fff;
}
.product-single__summary{
    background:#fff;
}
.c-cover__description{
    font-family: 'Open Sans', sans-serif;
}
.profile-section__quotes .ps-quote{
    color: #fff;
}
.blanket{
    background-color: #000;
    opacity: 0.5;
}
.product-single__summary__part h1{
    font-size: 1rem;
	font-family: 'Playfair Display', serif;
}
.products-container{
    background: #ffffff;
}
.product-border:nth-child(1){
    background: #ebebeb;
}
.product-border:nth-child(2){
    background: #ebebeb;
}
.credits{
    text-transform: capitalize; 
}
.product-single__summary__part{
    border-bottom: 1px solid #e8e8e8;
}
.subtitle{
    text-transform: none;
    font-size: 0.7rem;
    margin-top: 5px;
    font-family: 'Playfair Display', serif;
}
@media (min-width: 992px){
    .c-hero-list__inner {
        height: 100%;
        width: 100%;
    }
    .c-hero-list__focus{
        right: 0;
        transform: translate(50%,40%);
        top: 65%;
        left: 55%;
        
    }
}


.c-hero-list__focus{
    background-color: transparent;
    height: 200px;
} 
 
.c-hero-list__focus__inner {
    background: transparent;
} 
.c-hero-list__focus{
    right: 0;
    transform: translate(20%,0%);
}
 
.c-cover__text.u-display-table-cell.u-valign-bottom.u-fullsize.u-text-center {
    padding-bottom: 50px;
}

.c-cover__text.u-display-table-cell.u-valign-bottom.u-fullsize.u-text-center p {
    text-align: center;
    font-size: 0.9rem;
}
.c-cover__description a img {
    width: 35px;
}

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

.product-filler {
    position: relative;
}

.title-pro {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.3s ease all;
}
.u-display-table.u-absolute.u-pos-nw.u-full-size h2{
    color: #fff; 
}

.u-display-table.u-absolute.u-pos-nw.u-full-size.red-bg{
       background: rgba(88, 17, 45, 0.6);
}

 
.u-display-table.u-absolute.u-pos-nw.u-full-size.brn-bg{
       background: rgba(63, 20, 19, 0.6);
    
}
.u-display-table.u-absolute.u-pos-nw.u-full-size.grn-bg{
       background: rgba(111, 84, 53, 0.6);
}

 
.u-display-table.u-absolute.u-pos-nw.u-full-size.dkbrn-bg{
       background: rgba(119, 75, 43, 0.6);
}

 
  
.u-display-table.u-absolute.u-pos-nw.u-full-size.pink-bg{
      background: rgba(174, 14, 50, 0.6);
}
.u-display-table.u-absolute.u-pos-nw.u-full-size.lght-bg{
      background: rgba(164, 122, 133, 0.6);
}
.u-display-table.u-absolute.u-pos-nw.u-full-size.lt-brn-bg{
      background: rgba(119, 71, 73, 0.6);
}

.hl-nav--next{	
    right: 20px;
    bottom: 10px !important;
    top: auto;
}
.hl-nav--prev{
bottom: 10px !important;
    right: 50px;
    left: 20px;
    top: auto;
}
 
 
.profile-section__text__wrapper p {
    font-size: 0.9rem;
}
.profile-nav{
    right: 50%;
}
.profile-nav.c-bullet-list a.active:before, .c-bullet-list a:hover:before{
    border-top: 1px solid #66501e;
}
.profile-nav.c-bullet-list a:after{
    background: #66501e;
}

.profile-section__text__wrapper{
    max-width: 650px;
}
.hp-sendy-form__field--subscribe p i {
    font-size: 1.2rem !important;
}

.hp-sendy-form__field--subscribe a {
    font-size: 0.7rem;
    text-transform: uppercase; 
}
.logo-right img{
    float: right;
}
#boxscroll {
	padding: 40px;
	height: 70vh;
	width: 100%; 
	overflow: auto;
    margin-bottom:30px;
    margin-top: 100px;
}
.nicescroll-cursors {
    background: #eeb631 !important;
}
.profile-section__text{
    overflow: hidden;
    padding:0; 
}
.profile-section:first-of-type h6 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
	text-align:left;
}
.mobile h6, .profile-section p{
    color: #fff;
}

.heir-bg{
    background-size: cover;
    background-position: center center;
}

 
.profile-section__text .mobile{ 
    background-image: url('../img/bg-about.jpg'); 
}

.main-menu {
    position: fixed;
    padding: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.9);
    overflow: auto;
    opacity: 0;
    visibility: hidden;  
    transform: scale(.3); 
    transition: all .3s ease
}

/*.main-menu main {  
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    
}*/
@media (max-width: 550px){
    .main-menu main {
        position: relative;
        width: 100% !important;
        /* top: 50%; */
        height: 650px;
        /* transform: translateY(-50%); */
        margin: 0 auto;
    }
}

.main-menu main {
    position: relative;
    width: 420px;
    /* top: 50%; */
    height: 650px;
    /* transform: translateY(-50%); */
    margin: 0 auto;
}

.main-menu .main-nav ul {
    text-align: center
}

.main-menu .main-nav ul li {
    margin: 20px 0;
    font-size: 2rem;
    line-height: 2.5;
    text-transform: capitalize
}

.main-menu .main-nav ul li a {
    color: #fff
}

.main-menu .main-nav ul li a:hover {
    color: #373737
}

.main-menu .close-icon {
    text-align: right
}

.main-menu .close-icon .btn-large {
    background: #fff;
    line-height: 100px; 
    box-shadow: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #502a67;
    text-align: center;
    padding: 0;
    line-height: 50px;
    margin-top: 20px;
    margin-right: 10px; 
    transition: all .3s ease; 
    transform: rotate(90deg)
}

.main-menu .close-icon .btn-large i {
    font-size: 2rem; 
    transition: all .3s ease; 
    transform: rotate(0deg)
}

.main-menu .close-icon .btn-large:hover i { 
    transition: all .3s ease; 
    transform: rotate(90deg)
}

@media only screen and (max-width:600px) {
    .main-menu .main-nav ul {
        float: none;
        margin-left: 0
    }
}

.open-menu {
    overflow: hidden
}

.open-menu .main-menu {
    opacity: 1;
    visibility: visible; 
    transform: scale(1)
}


.pop-close button {
    float: right;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 30px;
}


.main-form{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding:50px;
}



.main-form .row{
    width: 100%;
}


.main-form .row .div-33{
    width: 33.3333333%;
    float: left;
    margin-bottom: 15px;
}
.main-form .row .div-12{
    width: 100%;
    float: left;
}


.main-form input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.main-form textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
}

.main.form-wrapper {
    margin: 0 !important;
}

.main-form button {
    background: #000;
    border: none;
    padding: 15px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
}


.main-form h1 {
    font-family: inherit;
}
.p-margin{
    margin-top: 80px;
}
.pop-close button:hover {color: #eeb631;}


.c-cover__title, .c-cover__description{
    font-family: 'Playfair Display', serif;
}
h1.c-cover__title.u-text-uppercase.u-text-center span {
    font-family: 'Open Sans', sans-serif ;
}
ul.menu a:before, .c-bullet-list a:before, .t-slashed:before{
    border: none;
}
.c-bullet-list a.active:before, .c-bullet-list a:hover:before{
    opacity: 0;
}

#smooth-effect{  
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.c-bullet-list a:after{
    width: 5px;
    height: 5px;
}
.c-bullet-list a:hover:after{
    background: #eeb631;
}
.u-font-antialiased a:hover img{
    opacity: 0.5;
}
a.u-absolute:hover p.title-pro {
    font-size: 1.2rem;
    transition: 0.3s ease all;
/*    font-weight:400;  */
}

ul.product__data.u-absolute.u-pos-nw.u-list-inline{
    display: none;
}
 
.nav-primary h6 {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 800;
    width: 100%;
}
/*.main-menu {
    max-width: 420px;
    height: 650px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}*/
.main-menu {
    max-width: 100%;
    height: 100%;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%) !important; */
    position: fixed;
}
.pop-close {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
}
 


@media only screen and (min-width:768px) {
	

.about-main .profile-section:first-of-type h6 {color: #fff;}

.about-main .profile-section__text {
    position: absolute;
    right: 0 !important;
    margin: 0 !important;
    background: transparent;
	left: auto;
	overflow-x:hidden;
}

.about-main #boxscroll p {
    font-family: 'Zilla Slab', serif;
    font-size: 1rem;
    color: #fff;
}
.about-main .profile-section:first-of-type h6{	
	font-family: 'Playfair Display', serif;
	font-size:1rem;
}
.about-main #boxscroll p{
	font-family: 'Playfair Display', serif;
	font-size:1rem;
}
.contact-us #boxscroll{
	height: 60vh;
}
.contact-us .p-margin{
	margin-top:30px;
}



.about-main .profile-section__display {
    width: 100%;
}

}
@media only screen and (min-width:767px) {
    .owl-carousel.desk-hidden{
        display: none;
    }
    .profile-section__text .bg-mobile { 
        background: transparent;
     }
}
@media only screen and (max-width:768px) {
	.backstretch img{
	width: 100% !important;
	left: 0 !important;
	height: auto !important;
	top: 50px !important;
}
 
.bg-bwn .c-cover {
     background: #bb953c;
}
   .mob-hidden{
        display: none;
    }
    .title-pro {
        font-size: 0.9rem;
    }
    .c-hero-list__inner {
        height: calc(40%); 
    }
    .c-hero-list__focus{
           left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    max-width: 100% !important;
	height:60%;

    }
    .hl-nav--prev {
        top: -50px;
        right: 80px;
        left: 10px;
        width: 50px;
        height: 50px;
        transform: rotate(0deg) translateY(0);
    }

    .hl-nav--next {
        top: -50px;
        right: 10px;
        transform: rotate(0deg) translateY(0);
        width: 50px;
        height: 50px;
    }
    
    .logo-right img {
        float: none;
        right: 0;
    }
    .hero-slideshow__titles {
        width: 100%;
        text-align: center;
        right: 0;
    }

    .product-listed.grid-item-xs {
        width: 100%;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }
    
    .product-listed.grid-item-sm {
        position: relative !important;
        left:  auto !important;
        top: auto !important;
    }
    .hero-slideshow__titles{
        top: 50px;  
    }
    .c-entry-nav{
        
        bottom: 0px;
    }
    .c-entry-nav__prev{
        top: 0;
        right: 0;
    }
    .hero-slideshow__titles.u-absolute.logo-right {
    display: none;
}

}
@media only screen and (max-width:920px) {
     .p-margin{
        margin-top: 30px !important;
     }
   .mob-hidden{
        display: none;
    }
    .profile-section__text .bg-mobile { 
        background-image: url('../img/bg-about.jpg'); 
        background-repeat: repeat;
        margin: 0;
        margin-top: 0 !important;
        padding: 40px;
            max-width: 100%;    
    }

     .profile-section__text .bg-mobile h6{ 
        color: #fff;
    }

    .mobile{
        display: none;
    }
    
    }

#intro svg {
    width: 0;
    height: 0;
}

.home-mobile-slider .bg-slider {
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
}


.hero-slideshow__nav.u-list-unstyled.u-absolute.c-bullet-list a.active:after {
    width: 10px;
    height: 10px;
    transition: 0.3s ease all;
    background: #eeb631;
}

.c-bullet-list a:after{
    width: 7px;
    height: 7px;
}
.hero-slideshow{
    overflow: hidden;
	background:#000;
}


.contact-us .profile-section__text__wrapper{
	width:350px !important;
}

.contact-us .profile-section__text__wrapper .social-links{
	position:relative;
	bottom:0;
	margin-top:30px;
}

.contact-us .profile-section__text__wrapper .u-list-inline>li{
	float:left;
}

.about-main #boxscroll p{
    font-family: 'Playfair Display', serif;
	line-height: 2;
}

.profile-section:first-of-type h6{
	font-family: 'Playfair Display', serif;
	font-weight:normal;
}
.title-pro{
	font-family: 'Playfair Display', serif;
	text-transform:capitalize;
}
.c-cover__title, .c-cover__description{
	
	font-family: 'Playfair Display', serif;
}
.profile-section__text__wrapper p, .hp-sendy-form__field--subscribe a {
	font-family: 'Playfair Display', serif;


}
.profile-section:first-of-type h6{
	font-size: 1.2rem;
}
.contact-us .profile-section__text {
    background: #fff;
    overflow:hidden;
}
 
.contact-us .profile-section__text__wrapper, .contact-us .profile-section__text__wrapper h6{
	text-align:center;
	
}
.contact-us .profile-section__text__wrapper .u-list-inline>li{
	float:none;
}
.main-menu {
    background: #fff;
    border: 1px solid #ededed;
}
.social-links a {
	font-family: 'Playfair Display', serif;
}
.main-form button{
	transition:0.3s ease all;
}
.main-form button:hover {
    background: #eeb631;
	transition:0.3s ease all;
}
.hp-sendy-form__field--subscribe a:hover {
    font-weight: 800;
    color: #000;
}
main.form-wrapper p, .main-form h1{
    font-family: 'Playfair Display', serif;

} 

.about-main .profile-section__display {
    width: 100%;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) { 

 .about-main .profile-section__text{
     position: relative;

 }
 .about-main #boxscroll p, .about-main .profile-section:first-of-type h6{
    color: #000;
 }
 .profile-section__text{
    padding-top: 0;
 }
#boxscroll{
    margin-top: 50px;
    margin-top:0;
}
 .owl-carousel.desk-hidden{
        display: block !important;
    }
    
 
.c-hero-list__focus{
    left: 50%;
    transform: translateX(-50%); 
    }
    .profile-section__text{
        padding:0 !important;
    }
    .profile-section__text.u-full-height {
        padding: 0;
    }

} 
@media (max-width: 768px){
.hero-slideshow {
    display: none;
}
#boxscroll{ 
    margin-top:40px;
}
    .mob-about-text p {
        text-transform: none;
        font-family: 'Playfair Display', serif;
        margin-top: 10px;
    }
}
@media only screen and (min-width:767px) {
    .owl-carousel.desk-hidden{
        display: none;
    }
    .profile-section__text .mobile { 
        background: transparent !important;
     }
     .bg-mobile{
        display: none;
     }
     .mob-about-text{
        display: none;
     }
     .profile-section__text{
        overflow: scroll;
     }
		
	

}
.profile-section__text__wrapper p, .hp-sendy-form__field--subscribe a{
    color: #fff;
}

.contact-us .profile-section__text__wrapper, .contact-us .profile-section__text__wrapper {
    padding: 50px 0;
}
.contact-p p, .contact-p a{
	color:#000;
}
@media (max-width: 767px){
	.c-hero-list__focus{	
		width:100%;
	}
	.hl-nav--next{
		right: 50px;
	}
	.hl-nav--prev{
		left: 50px;
	}
	.c-hero-list__inner{
		height: calc(50%);
	}
	.c-hero-list__focus{
		height:50%;
	}
	.hairloom .c-hero-list__inner{
		height: calc(40%);
	}
	.hairloom .c-hero-list__focus{
		height:60%;
	}
	.c-hero-list--video .c-hero-list__item__cover{
		    background-position: 0px 0px;
	}
    .all-main .c-cover__text.u-display-table-cell.u-valign-bottom.u-fullsize.u-text-center{
        padding-bottom:74px;
    }
    body.allproducts .c-cover{
        height: 80vh ;
        background: #edc76d ; 
        margin-top: -50px ;           
    }
	
}

@media screen and (min-device-width: 600px) and (max-device-width: 767px) {

    .c-hero-list__focus{
        height: 35%;
    } 
    .c-hero-list__inner{
        height: calc(65%);
    }
    .c-hero-list--video .c-hero-list__item__cover{
        background-position: 0 -130px;
    }
}

.contact-p p, .contact-p a{
	color:#000;
}

