/*
orange #b9a16a

*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background-color: #fff;
    color:#555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/*--------------------------------------------------------------------------------------------*/
/*REUSABLE COMPONENTS*/
/*--------------------------------------------------------------------------------------------*/
section {
    /*padding left and right*/
    padding: 30px 0;   
}
.box{
    padding: 1%;
}
.box1{
    padding: 1px;
}
.box p {
    font-size: 90%;
    line-height: 145%;
}
.row{
    max-width: 1140px;
    margin: 0 auto;
}

.row1{
    max-width: 100%;
    padding: 10px;
    align-content: center;
    padding-top: 0;
    padding-left: 10px;
}
.rowTest {
    max-width: 100%;
    margin: 0 auto;
}
.row1 h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.row2{
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}
.row3 {
     max-width: 95%;
    padding-left: 5%;
}
header { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(img/logo.png);
    background-color: black;
    background-size: 100% auto;
    background-position: center;
    height: 85vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:  -0px -80px;
}


/*-------BUTTONS-------*/
.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
}



.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: #b9a16a;
    border: 1px solid #b9a16a;
}


.btn-ghost:link,
.btn-ghost:link {
    border: 1px solid #b9a16a;
    color: #b9a16a;
    
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #988558;
    color: #fff;
}

/*--------------------------------------------------------------------------------------------*/
/*HEADER*/
/*--------------------------------------------------------------------------------------------*/

.logo-white{display: none}

.hero-text-box {             
        display: inline-block;
        padding-top: 25%;
        padding-left: 10%;
}

h1 ,
h2,
h3 {

    font-weight: 300;
    text-transform: uppercase;  
}

h1 {
    margin-top: 0; 
    margin-bottom: 20px;
    color: #fff;
    font-size: 200%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
   font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    
}

h2:after {
    display: block;
    height: 2px;
    background-color: #b9a16a; 
    content: " ";
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}


h3{
    font-size: 110%;
    margin-bottom: 15px;
}
/*--------Paraghraphs--------*/

.long-copy {
    line-height: 145%;
    width: 100%;
    
    text-align: center;
}


.logo {
    height: 150px;
    widows: auto;
    float: left;
    margin-top: 5px;
    margin-right: 0px;
}

.logo-black{
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin-top: 2px;
    margin: 5px 0;
    
}
.logo-black{
    display: none;
}
/* ------------main nav -----------*/
.main-nav{
    float: right;
    list-style: none;
    margin-top: 63px;
    color: #fff;
}

.main-nav li{
    display: inline-block;
    margin-left: 40px;
   
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px,0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;  
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active{  
    border-bottom: 2px solid #b9a16a;
}
/*---------------mobile navi-----------*/
.mobile-nav-icon{
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}




/* ------------sticky navi------------- */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow:  0 2px 2px #efefef;
    z-index: 999999;
}
 .sticky .main-nav li a:link,
 .sticky .main-nav li a:visited{
    padding: 20px 0;
    color: #555;    
}

.sticky .main-nav{ 
    margin-top: 18px; 
}

/*----------iCONS---------*/
.icon-big {
    font-size: 250%;
    display: block;
    color: #b9a16a;
    margin-bottom: 10px;
    
}
.sticky .logo{display: none;}
.sticky .logo-black {
    display: block;
}
/*--------Generic link----e67e22----*/

a:link,
a:visited{
    color: #b9a16a;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    transition: border-bottom 0.2s, color 0.2s;
}


a:link,
a:visited{
    color: #b9a16a;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active{
    color: #555;
    border-bottom: 1px solid #fff;
}


/*--------------------------------------------------------------------------------------------*/
/*FEATURES */
/*--------------------------------------------------------------------------------------------*/
.section-features .long-copy{
    margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------------*/
/*Saloon showcase galary section 
 <!––   <ul class="salon-showcase clearfix" id="gallary" >
                <li>
                    <figure class="salon-photo">
                        <img src="resources/img/hair1.png" alt="Front View">
                    </figure>
                </li>
                <li>
                    <figure class="salon-photo">
                        <img src="resources/img/hair2.png" alt="Beauty Room" >
                    </figure>
                </li>
                <li>
                    <figure class="salon-photo"> 
                        <img src="resources/img/hair3.png" alt="Product Shelf">
                    </figure>
                </li>
                <li>
                    <figure class="salon-photo">
                        <img src="resources/img/hair4%20.png" alt="Inside View">
                    </figure>
                </li>
            </ul>  
        ––>*/




/*--------------------------------------------------------------------------------------------*/

.section-salon{
    padding-bottom:  3px;
    padding-top: 0;
    
}

.salon-showcase {
    list-style: none;
    width: 100%;   
}

.salon-showcase li {
    display: block;
    float: left; /*Shouw it side by side*/
    width: 33.33333333333%;
    height: 50%;
}
 
.salon-photo {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    background-color: #000;
}
.salon-photo img {
    opacity: 0.7; /*make image darker */  
    width: 100%;
    height: 500px;   
    filter: grayscale(50%);
    transform: scale(1.15);
    transition: transform 0.9s;
}

.salon-photo img:hover {
    transform: scale(1.03);
    opacity: 1;
    filter: grayscale(0%);
}

.times{
    background-color: #ffffff
}

.time-table{
    align-content: center;
    margin-left: 25%;
    width: 50%;
    text-align: center;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    
}
.tdL{
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
 }
.tdR{
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
 }
     /*--------------------------------------------------------------------------------------------*/
/*About Sectoin */
/*--------------------------------------------------------------------------------------------*/ 

 /*--------------------------------------------------------------------------------------------*/
/*Section Products */
/*--------------------------------------------------------------------------------------------*/ 

.products{
   
    background-color: #f5f5f5;
    padding-bottom: 0px;
}
.products img {
    height: 400px;
    width: 500px;
}
.rowP{
    padding-bottom: 10px;
}
.products .col{
    text-align: center;
}
.container {
  position: relative; 
}
.container .btnProducts{
      position: absolute;
      top: 88%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background-color: #b9a16a;
      color: white;
      font-size: 16px;
      padding: 12px 24px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
}
.container .btnProducts:hover {
  background-color: black;
}
  /*--------------------------------------------------------------------------------------------*/
/*TEAM Sectoin */
/*--------------------------------------------------------------------------------------------*/ 



.box img {
    width: 100%;
    height: 370px;
    margin-bottom: 15px;

    
}


.team {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    padding-bottom: 0px;
        
}
   
.icon-small{
    display: inline-block;
    width;30px;
    text-align: center;
    color: #b9a16a;
    font-size: 120%;
    /*center the icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -4px;
}

.span-1-of-5 p {
    padding-top: 20px;
}
.groupPic{
    display: none;
}
 /*--------------------------------------------------------------------------------------------*/
/*MEET US */
/*--------------------------------------------------------------------------------------------*/ 
.section-TeamMem {
     padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}
.meetUsHeader header{
    height: 40vh;  
}
.meetusHead{
    height: 40vh;
    position: absolute;
    width: 1140px;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}



h1{
    font-size: 50px;
}
.meetusHead h1 {
    font-size: 30px;
     padding-top: 130px;
    text-align: center;
} 
.teamMem p{
    padding: 15px;
}
.teamMem h3 {
    padding: 10px;
    text-align: center;
}
.team-features-Mem{
    padding-left: 20px;
}

.teamMem h3:before {
    display: block;
    height: 2px;
    background-color: #b9a16a; 
    content: " ";
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    
}
 /*--------------------------------------------------------------------------------------------*/
/*team background section */
/*--------------------------------------------------------------------------------------------*/ 
.team-Photo-background {
    background-image: url(img/team.jpg);
    background-size: 100%;
    height: 500px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: -10px;
    display: none;
        
}

 /*--------------------------------------------------------------------------------------------*/
/*Section Testemoniials */
/*--------------------------------------------------------------------------------------------*/ 

.section-testemonials{
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(img/testBack.jpg);
    background-size:cover;
    color: white;
    background-attachment: fixed;
   
}
.extra_Length{
    width: 980px;
}
blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%; 
    position: relative;
    margin: 50px;
}
blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite:before {
    content: "\201D";
    font-size: 500%;
    display: block;
    text-align: right;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
    
}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

 /*--------------------------------------------------------------------------------------------*/
/*Section Form */
/*--------------------------------------------------------------------------------------------*/ 
.form-messages {
    width:50%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.success {
    background-color: rgba(38 , 191, 68, 0.8);
}

.error {
    background-color: rgba(209 , 46, 46, 0.8);
}
.section-form{
    width: 60%;
    margin:  0 auto;
}

input[type=text],
input[type=email],
select,
textarea{
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

,
input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus{outline: none}

/*--------------------------------------------------------------------------------------------*/
/*Footer */
/*--------------------------------------------------------------------------------------------*/ 

footer {
    background-color: #333;
    padding: 20px;
}
.footer-nav {
    list-style: none;
    float: left;
}

.social-link {
    list-style: none;
    float: right;

}
.social-link a {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-nav li,
.social-link li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.footer-nav li :last-child,
.social-link li :last-child {
    margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-link li a:link,
.social-link li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-link a:link,
.social-link a:visited{
    font-size: 180%
}

.ion-social-instagram:hover {
    color: #517fa4;
}

.ion-social-facebook:hover {
    color: #3b5998;
}


footer p {
    color: #888;
    text-align: center;
    font-size: 90%;
    margin-top: 5px;
}
/*-------------------------------flip galary---------------------------------*/
.container {
  height: 100%;
}

.gallery {
  list-style-type: none;
  height: 100%;
  overflow: hidden;
}

.gallery li {
  float: left;
  height: 100%;
  width: 400px;
  background: #2E4053;
}
/*--------------------------------------------------------------------------------------------*/
/*Animations*/
/*--------------------------------------------------------------------------------------------*/

.js--wp-1
{
   opacity: 0;
}
.js--wp-2{
    animation-duration: 1s;
}
.js--wp-1.animated {
    opacity: 1;
}

















