/*
* Riva Theme
* Created by : Ahmed Essa
* website : www.ahmedessa.net
* Spa version
*/


/* General
==================================================*/

.btn-green {
    color: #fff;
    background-color: #949C4F;
    box-shadow: 0px 0px 25px rgba(148, 165, 79, .9);
}
.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background-color: #8e9646;
    box-shadow: 0px 0px 30px rgba(148, 165, 79, .9);
    outline: none;
}
.link-hover:before {
    background: #949C4F;
}
h5 {
    color: #949C4F;
}
.brown-dark-bg {
    background: #5B5548;
    color: #fff;
}

/* menu
==================================================*/

.spa-menu-bg {
    background: rgba(255, 255, 255, .9);
    padding: 0;
}
.spa-menu-bg .nav>li>a {
    color: #333;
}
.ion-navicon {
    color: #333;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #949C4F;
}

/* home section
==================================================*/

.home-bg {
    background: -webkit-linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/spa/01-1.jpg);
    background: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/spa/01-1.jpg);
    background-size: cover;
    color: #f5f5f5;
}
.subtext strong {
    color: #949C4F;
}

/* about section
==================================================*/

.about-spa p {
    max-width: 1000px;
    margin: 0 auto;
}
.about-spa img {
    margin: 0 auto;
}
.spa-bg {
    background: url(../img/spa/04.jpg);
    background-size: cover;
}
.brown-bg {
    background: #eee7d7;
}
.form-control:focus,
.flatpickr-input:focus {
    border: 2px solid #949C4F;
}
.flatpickr-day.today {
    border-color: #949C4F;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover,
.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
    border-color: #949C4F;
    background: #949C4F;
    color: #fff;
}

/* services section
==================================================*/

.services-box i {
    color: #949C4F;
}
.big-post {
    background: #fff;
    padding: 0;
    margin: 0 15px;
}

/* team section
==================================================*/

.green-ul li a {
    color: #fff;
    background-color: #949C4F;
    box-shadow: 0px 0px 25px rgba(148, 165, 79, .9);
}
.green-ul li a:hover,
.green-ul li a:focus {
    color: #fff;
    background-color: #8e9646;
    box-shadow: 0px 0px 30px rgba(148, 165, 79, .9);
    outline: none;
}

/* team section
==================================================*/

.parallax-section {
    background: url(../img/spa/02.jpg);
    background: url(../img/spa/02.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #f5f5f5;
    overflow: hidden;
}
.bordered-div {
    background: rgba(0, 0, 0, .6);
    border: 4px solid #949C4F;
    padding: 100px;
    margin: 50px 0;
}

/* work section
==================================================*/

.work-section {
    padding: 100px 0 0;
}
.white-bg {
    background: #fff;
    padding: 30px;
}
.bg-work-1 {
    background: url(../img/spa/work-2.jpg);
    background-size: cover
}
.bg-work-2 {
    background: url(../img/spa/work-3.jpg);
    background-size: cover
}
.padding-20 {
    padding: 20px;
}

/* testimonial section
==================================================*/

.testimonial-item {
    text-align: center;
}
.testimonial-item img {
    width: 100px !important;
    margin: 0 auto;
}
.testimonial-item p {
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}
.testimonial-item h5 {
    font-size: 14px;
}
.owl-dot {
    display: inline-block;
    margin-top: 10px;
}
.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #949C4F;
    border-radius: 50%;
    margin: 5px;
    border: 2px solid transparent;
}
.owl-dot.active span {
    background-color: transparent;
    border: 2px solid #949C4F;
}

/* contact section
==================================================*/

.contact-bg {
    background: url(../img/spa/06.jpg);
    background-size: cover
}
.map-400 {
    height: 400px
}
.contact-info-item i {
    color: #949C4F;
}
#cd-zoom-in,
#cd-zoom-out {
    background-color: rgba(148, 156, 79, 0.9);
}

/* inner blog
==================================================*/

.title-bar::after {
    border-bottom: 5px solid #949C4F;
}
.title-bar a {
    color: #949C4F;
}
.social-ul li a,
.resent-widget .alphabet {
    color: #fff;
    background-color: #949C4F;
    box-shadow: 0px 0px 30px rgba(148, 165, 79, .9);
}
.quote-div {
    border-top: 2px solid #949C4F;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    border-color: #949C4F;
    background-color: #949C4F;
    box-shadow: 0px 0px 30px rgba(148, 165, 79, .9);
}
.owl-nav div {
    color: #fff;
    background-color: #949C4F;
    box-shadow: 0px 0px 30px rgba(148, 165, 79, .9);
}
.news-box-date h3 {
    color: #949C4F;
}
.owl-nav div:hover, .owl-nav div:focus {
    color: #fff;
    background-color: #8e9646;
    box-shadow: 0px 0px 25px rgba(148, 165, 79, .9);
    outline: none;
}
.social-ul li a:hover, .social-ul li a:focus {
    background-color: #8e9646;
    box-shadow: 0px 0px 25px rgba(148, 165, 79, .9);
}


/* media
==================================================*/

@media (max-width: 990px) {
    .bg-work-1,
    .bg-work-2 {
        height: 250px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-toggle {
        color: #333;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        border-top: none;
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
        background: #fff;
    }
}
@media (max-width: 580px) {
    .padding-100,
    .bordered-div {
        padding: 50px;
    }
    .navbar-fixed-top {
        position: absolute;
    }
}
