/* Slick Modals - Smooth Banner */
.smoothBanner * {
    text-align: center;
}
#fathersday.smoothBanner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 300px;
    background: url("../img/NK_6790.jpg") 0 0 no-repeat;
    background-size: cover;
    z-index: -1;
}

#massagediscount.smoothBanner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 300px;
    background: url("/wp-content/uploads/2018/11/shiatsu-1.jpg") 0 0 no-repeat;
    background-size: cover;
    z-index: -1;
}

#massagediscount.smoothBanner .top .title{
    color: #fff;
    max-width: 67%;
}

.smoothBanner .top {
    color: #fff;
    padding: 80px 0 180px 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    line-height: 46px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
.smoothBanner .top .title {
    font-size: 42px;
    font-weight: 700;
    color: #131313;
}
.smoothBanner p {
    font-size: 14px;
    line-height: 24px;
}
.smoothBanner .top p {
    letter-spacing: 4px;
    padding-top: 10px;
    color: #fff;
}
.smoothBanner .bottom p {
    font-size: 14px;
    letter-spacing: 1px;
}
.smoothBanner .bottom a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 12px 50px;
    background: #c8bbac;
    background: linear-gradient(to bottom, #131313 50%, #000000 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    margin-top: 20px;
    transition: all 0.2s ease;
}
.smoothBanner .bottom a:hover {
    background-position: top left;
}
@media screen and (min-width: 541px) {
    .smoothBanner .top .title {
        display: block;
        max-width: 50%;
        margin: auto;
    }
    .smoothBanner .bottom {
        padding: 0px 50px 50px 50px;
    }
}
@media screen and (max-width: 540px) {
    .smoothBanner .top .title {
        font-size: 28px;
    }
    .smoothBanner .top p,
    .smoothBanner .bottom a {
        font-size: 12px;
    }
    .smoothBanner .bottom a {
        margin-top: 10px;
    }
    .smoothBanner .bottom {
        padding: 70px 30px 30px 30px;
    }
}

.sm-popup {
    background: white !important;
}

@media(max-width:500px){
    .sm-wrapper.sm-active div[data-sm-effect=zoomOut]{
        max-width: 300px;
    }

    .smoothBanner .title{
        font-size: 30px;
        line-height: 36px;
    }

    .smoothBanner .subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .smoothBanner p{
        font-size: 12px;
        line-height: 22px;
    }

    .smoothBanner .top{
        padding: 120px 0 120px 0;
    }

    .sm-wrapper .sm-button[data-sm-button-place=outside]{
        top: 0px;
        margin-top: 0px !important;
    }
}