/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

.btn {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #FFF;
    background-color: #4F139F;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    border: none;
    font-size: 16px;
    line-height: 18px;
    -webkit-appearance: none;
    border-radius: 0;
}

.laser {
    font-size: 55px;
    line-height: 65px;
    color: #9678D3;
    font-weight: 300;
    height: 55px;

}

.navServices li a {
    border: 0;
    color: #c8c9c7;
    font-weight: 300;
    font-size: 25px;
    padding: 10px 20px;
}

.scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}

.navServices {
    padding-bottom: 40px;
}

.navServices a {
    font-weight: 600;
    border-bottom: 2px solid #4F139F;
    text-transform: uppercase;
}

.navServices li {
    display: inline-block;
    width: 150px;
}

.navServices li a {
    border: 0;
    color: #c8c9c7;
    font-weight: 300;
    font-size: 25px;
    padding: 10px 20px
}

.navServices li a:hover {
    color: #4F139F;
}

.btn.white {
    background: #FFF;
    color: #4F139F;
}

.btn.white:hover {
    background: #4F139F;
    color: #FFF;
}

.btn.lightPurple {
    background: #9678D3;
    color: #FFF;
}

.btn.lightPurple:hover {
    background: #c8c9c7;
    color: #FFF;
}

.ion-ios-arrow-down {
    font-size: 30px;
    color: #FFF;
    border: 0;
}

/*-----Fade Effect-----*/
.ds-hover-3 {
    display: inline-block;
    position: relative;

}

.ds-hover-3 img {
    display: block;
    max-width: 100%;
}

.ds-hover-3 img::before,
.ds-hover-3 img::after {
    opacity: 0;
    position: absolute;
    width: 90%;
    color: #fff;
    padding: 5%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ds-hover-3 img::before {
    content: attr(title);
    top: 0;
    height: 80%;
    background: #4F139F;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    padding: 20px 10px;
}

.ds-hover-3 img::after {
    content: attr(alt);
    top: 75%;
    height: 60%;
    width: initial;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}

.ds-hover-3 img:hover::before,
.ds-hover-3 img:hover::after {
    opacity: 1;
}

/*-----Fade Effect1-----*/

.border-hover .et_pb_column {
    overflow: hidden;
    position: relative;
}

.border-hover .et_pb_column img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover img {
    transform: scale(1.1);
}

.border-hover .et_pb_column:hover .et_pb_image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4F139F;
    content: '';
}

.border-hover .et_pb_column .et_pb_promo_description:before {
    top: 50px;
    right: 30px;

    left: 30px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column .et_pb_promo_description:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column:hover .et_pb_promo_description:before, .border-hover .et_pb_column:hover .et_pb_promo_description:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.border-hover .et_pb_column .et_pb_promo_description h2 {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0;
    padding: 0;
}

.border-hover .et_pb_column .et_pb_promo_description p {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover .et_pb_promo_description h2 {
    opacity: 1;
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 15px;
    padding: 20px 10px;
    text-transform: uppercase;
}

.border-hover .et_pb_column:hover .et_pb_promo_description p {
    opacity: 1;
    position: absolute;
    top: 80%;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}

.border-hover .et_pb_promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-hover .et_pb_promo_button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wa_mindbody_calendar .calendar-header h4 {
    text-transform: uppercase !important;
}

.wa_mindbody_calendar .calendar-bar {
    background: #000 !important;
}

.wa_mindbody_calendar .days .cal-li {
    color: #000;
}

.wa_bucket_wrap .italicized {
    font-style: normal !important;
}

.sel_opt_name {
    color: #000 !important;
}

.wa_mindbody_app_wrapper {
    color: #000;
}

.wa_mindbody_app_wrapper a {
    color: #666;
    text-decoration: none;
}
#wa_mindbody_booking .auth_right {
    padding-top: 130px;
    padding-bottom:130px;
}
.form-signin {
    width: 70% !important;
    margin-left: 40px !important;
}