/* Service Page */
section.title-wrap {
    background-image: url(/wp-content/uploads/2023/03/salon-service-bg.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 5%;
    position: relative;
}
section.title-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}
.services-template section.title-wrap .row {
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
    height: 20vw;
    margin: 0px;
}
section.title-wrap h1.entry-title {
    border-bottom: 0px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}


.services-section ul.nav.nav-tabs {
    border-bottom: 0px;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 60px;
}
.services-section .nav-tabs>li {
    padding: 0px 15px;
    border-right: 1px solid;
}
.services-section .nav-tabs>li:last-child {
    border-right: none;
}
.services-section ul.nav.nav-tabs a {
    font-size: 20px;
    padding: 10px 0px;
}
.services-section ul.nav.nav-tabs li a{
    border: 2px solid!important;
    border-color: transparent!important;
    border-radius: 0px;
}
.services-section ul.nav.nav-tabs li.active a,
.services-section ul.nav.nav-tabs li:hover a,
.services-section ul.nav.nav-tabs li:focus a{
    border-bottom: 2px solid #9C692C!important;
    color: #000;
    background-color: transparent;
}



.service-item {
    width: 50%;
    float: left;
    padding: 10px 30px;
    margin-bottom: 30px;
    border-right: 1px solid;
    background-color: #f9f9f9;
}
.service-item:nth-child(even) {
    border-right: none;
    text-align: right;
}
.service-item .service-header {
    position: relative;
    color: #000;
    margin-bottom: 15px;
}
.service-item .service-header {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    color: #000;
    margin-bottom: 0px;
}

.service-item .service-header h4 {
    font-size: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0px;
    color: #9c692c;
    display: inline-block;
}
.service-item .spacer {
    flex: 1;
    /* border-bottom: 1px solid; */
    margin-left: 5px;
    margin-right: 5px;
}
.service-item .service-header span {
    font-size: 15px;
}
.service-item .service-content {
    max-width: 70%;
    display: none; /* Temp */
}

section.services-section {
    padding-bottom: 30px;
}

section.services-cta {
    margin-bottom: 60px;
}
section.services-cta .row {
    display: flex;
    flex-wrap: wrap;
}

.services-actions-wrap a.btn{
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 20px 12.5px;
    padding-left: 65px;
    color: #000!important;
    border: 2px solid#9C692C!important;
    margin: 20px;
}
.services-actions-wrap a.btn:hover,
.services-actions-wrap a.btn:active{
    color: #fff!important;
}

.services-actions-wrap a.btn.btn-primary.call-btn {
    background-image: url(/wp-content/uploads/2023/03/icon-call.png);
}
.services-actions-wrap a.btn.btn-primary.call-btn:hover,
.services-actions-wrap a.btn.btn-primary.call-btn:active {
    background-image: url(/wp-content/uploads/2023/03/icon-call-white.png);
}
.services-actions-wrap a.btn.btn-primary.text-btn {
    background-image: url(/wp-content/uploads/2023/03/icon-text.png);
    background-size: 25px;
    background-position: 25px 12.5px;
}
.services-actions-wrap a.btn.btn-primary.text-btn:hover,
.services-actions-wrap a.btn.btn-primary.text-btn:active {
    background-image: url(/wp-content/uploads/2023/03/icon-text-white.png);
}
section.services-cta-2 .container {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #D1D1D1;
}
.services-cta-2 h2 {
    margin: 0px!important;
    font-size: 35px!important;
    text-transform: uppercase;
}
.services-bg-cta {
    height: 206px;
    width: 100%;
    max-width: 840px;
    margin: 40px auto;
    background-image: url(/wp-content/uploads/2023/03/services-cta-bg.png);
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.services-bg-cta .bg-cta-contents {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
}


@media screen and (max-width: 1024px){
    .service-item .service-content{
        max-width: 85%;
    }
    .service-item {
        width: 100%;
        margin: 15px 0px;
    }
    .service-item:nth-child(even){
        text-align: left;
    }
    .service-item,
    .services-section .nav-tabs>li {
        border-right: none;
    }
}
@media screen and (max-width: 800px){
    
}
@media screen and (max-width: 767px){
    .services-template section.title-wrap .row {
        justify-content: center;
    }
    .service-item .service-header h4 {
        display: block;
    }
    .services-bg-cta {
        background-image: none;
        background-color: #d1c5c2;
        border-radius: 15px;
        padding: 15px 20px;
        height: auto;
    }
    .services-bg-cta .bg-cta-contents a.btn.btn-primary {
        display: block;
        padding: 15px 5px;
        white-space: break-spaces;
    }
    .services-bg-cta .bg-cta-contents {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .services-section ul.nav.nav-tabs li {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    
}