/*End Generated Styles*//** see README file http://wdx.salon.webdexpress.com/uploads/2020/07/14/readme_hairsalon-css.txt for editing help  **/

/** FOR CONTACT PAGE - Please use Dashboard menu to edit Contact page content and settings. Using Wizard menu will cause the current content to be overridden. **/


/** values noted on README ****************************************/

#header h1 a {
    background: url(/uploads/2020/07/09/logo-white.png) center no-repeat; /** Note 1 - logo image **/
    max-width: 450px; /** Note 1 - logo image width **/
    min-height: 260px; /** Note 1 - logo image height **/
}
#header h2 {
  display: none; /** Note 2 - tagline **/
}
#navigation ul.nav .active > a {
  color: #86377b; /** Note 3.1 - Active nav color **/
}
h2 {
  color: #86377b; /** Note 3.2 - h2 color **/
}
.waveWrapperInner {
  background-image: linear-gradient(to top, #86377b 20%, #fff 100%); /** Note 3.3 - header background color **/
}
ul.services li:first-child {
  background: url(/uploads/2020/07/15/cut-basic-style.jpg) center no-repeat; /** Note 4 - service image paths **/
}
ul.services li:nth-child(2) {
  background: url(/uploads/2020/07/15/cut-full-style.jpg) center no-repeat; /** Note 4 - service image paths **/
}
ul.services li:nth-child(3) {
  background: url(/uploads/2020/07/15/highlights.jpg) center no-repeat; /** Note 4 - service image paths **/
}
ul.services li:nth-child(4) {
  background: url(/uploads/2020/07/15/full-color.jpg) center no-repeat; /** Note 4 - service image paths **/
}
ul.services li:nth-child(5) {
  background: url(/uploads/2020/07/15/mens-cut.jpg) center no-repeat; /** Note 4 - service image paths **/
}
ul.services li:nth-child(6) {
  background: url(/uploads/2020/07/15/waxing.jpg) center no-repeat; /** Note 4 - service image paths **/
}

/** END values noted on README ****************************************/






/* You should not need to edit anything below this point! */

#content p {
  font-size: 18px !important;
  margin-bottom: 15px;
  line-height: 130%;
  font-family: inherit;
}
.copyr {
  font-family: inherit;
}

#navigation {
    position: relative;
    z-index: 9999;
    margin-bottom: 20px;
}

#navigation .nav li a {
    color: #000;
    font-family: Skranji,Georgia,Times,serif,Arial,Helvetica,sans-serif;
    font-size: 21px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

#header {
  background: none;
  padding: 10px 20px 50px;
}

#header h1 a {
  background-size: 100%;
}

.webdexpress_header {
  position: relative;
  z-index: 999;
  border: none;
  padding: 0 0 70px 0;
  min-height: 0;
  margin: 0;
}

#header h1 a {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    display: inline-block;
    width: 100%;
}

ul.services {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

ul.services li {
    float: left;
    width: calc(33% - 30px);
    margin: 0 15px 30px 15px;
    padding-top: calc(33% - 30px);
    position: relative;
    border-radius: 10px;
    font-family: Skranji,Georgia,Times,serif,Arial,Helvetica,sans-serif;
}

.page-title {
  display: none;
}

ul.services li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .35;
    transition: all .4s;
}

ul.services li:hover::before {
    opacity: 0;
    transition: all .6s;
}

ul.services li:hover strong {
    opacity: 0;
    transition: all 1s;
}

ul.services li strong {
   position:  absolute;
   top: calc(50% - 18px);
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   font-size: 24px;
   color: #000;
   text-shadow: 0 0 6px #fff;
   transition: all .4s;
   cursor: default;
}

.imageContainer {
  max-width: 100%;
  margin: 30px 0;
  text-align: center;
}

.imageContainer img {
  width: 32%;
  padding: 20px;
  position: relative;
  border-radius: 100%;
}

.button {
  display: flex;
  justify-content: center;
  text-align: center;
}

.button a {
  padding: 4px 24px;
  font-size: 21px;
  font-weight: bold;
  border: 1px solid #86377b;
  border-radius: 20px;
  text-decoration: none;
  color: #86377b;
  margin: 30px 0;
  transition: all .4s;
  font-family: Skranji,Georgia,Times,serif,Arial,Helvetica,sans-serif;
}

.button a:hover {
  color: #fff;
  background: #86377b;
  transition: all .4s;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
  font-family: Skranji,Georgia,Times,serif,Arial,Helvetica,sans-serif;
}

/* begin header wave animation */
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
/* end header wave animation */

@media screen and (max-device-width: 767px) and (min-width: 40em) {
  .webdexpress_navigation {
    background-color: transparent;
  }
  #navigation .nav li, #navigation .nav li li, #navigation .nav li li li {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  ul.services li {
    width: calc(50% - 30px);
  }
}

/* mobile styles */
@media only screen and (max-width: 39.99em) {

  .imageContainer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .imageContainer img {
    width: 80%;
  }

  .webdexpress_navigation {
    background-color: transparent;
  }

  #navigation .nav li {
    border-top: 1px dotted #222;
  }

  #navigation .nav li, #navigation .nav li li, #navigation .nav li li li {
    background-color: transparent;
  }

  ul.services li {
    width: 100%;
    margin: 20px 0;
  }

.waveTop, .waveMiddle, .waveBottom {
    background-size: contain;
}
}
