/*
Theme Name: ProVida
Theme URI: https://provida.ee
Author: OCTA / Semiway OÜ
Author URI: https://octa.ee
Description: ProVida WP theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: provida
*/

/* Notification bar */
.bg-lightgray {
    background-color: #efefef;
}
.bg-extragray {
    background-color: #fcfcfc;
}
/* Header cover */
.overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
}
#header-links {
    background: #66ac24;
    border: 0.5px solid rgba(0, 0, 0, 0.125);
    transition: .25s ease-in-out;
  }
#header-links:hover {
    background-color: #f5734e;
}
#header-links a {
    color: #fff;
}
#header-links img {
    height: 25px;
    width: 25px;
}
#header-links .circle-img {
    background-color: #fff;
    border-radius: 50px;
    padding: 15px;
}

/* Header image */
.header-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Feedback */
.owl-prev, .owl-next {
    width: auto;
    height: auto;
    position: absolute;
    top: 35%;
    background-color: transparent !important;
}
.owl-prev i, .owl-next i {
    color: #ccc;
    transition: .25s ease-in-out;
}
.owl-prev i:hover, .owl-next i:hover {
    color: #f5734e;
}
.owl-prev {
    left: 50px;
}
.owl-next {
    right: 50px;
}
.owl-item .item {
    padding: 20px;
    background-color: #fcfcfc;
}

/* Specialists */
.card.border .card-footer {
    background-color: transparent;
}
.specialists-link {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 40px;
    transition: .25s ease-in-out;
    border: 1px solid #f4f4f4;
}
.specialists-link:hover {
    background-color: #66ac24;
    color: #fff;
}

/* Home service card */
.home.service.card a {
    color: #000;
}
.home.service.card:hover a {
    color: #f5734e;
}
.home.service.card {
    transition: .25s ease-in-out;
}
.home.service.card:hover {
    border-color: #f5734e !important;
}

/* Side menu */
.menu-sidebar ul {
    list-style-type: none;
    padding: 0;
}
.menu-sidebar ul li {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding: 10px 0;
}
.menu-sidebar ul li:last-child {
    border-bottom: 0;
}
.menu-sidebar ul li a {
    color: #2F3036;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Merriweather", sans-serif;
}
.menu-sidebar ul li a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.menu-sidebar ul li.active a {
    color: #f5734e;
}

/* Accordion side menu */
.services-sidebar .accordion h2 {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Merriweather", sans-serif;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 0;
    transition: .25s ease-in-out;
}
.services-sidebar .inner.accordion h2 {
    font-family: "Montserrat", sans-serif;
}
.services-sidebar .accordion h2:hover {
    color: rgba(0, 0, 0, 0.7);
}
.services-sidebar .accordion h2.active {
    color: #66ac24;
}
.services-sidebar .accordion .accordion-item {
    border-bottom: 1px solid #eaeaea;
}
.services-sidebar .accordion a, .services-sidebar .inner.accordion a {
    font-size: 0.95rem;
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #f9f9f9 !important;
    margin: 0 22px;
}
.services-sidebar .inner.accordion a {
    margin: 0 0 0 22px;
}
.services-sidebar .accordion .inner.accordion {
    padding: 8px 0;
    margin: 0 22px;
}
.services-sidebar .inner.accordion .accordion-item {
    border-bottom: 1px solid #f9f9f9;
}
.services-sidebar .accordion a:hover, .services-sidebar .inner.accordion a:hover {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7) !important;
}
.services-sidebar .accordion a:last-child, .services-sidebar .accordion a.active:last-child{
    border-bottom: 0;
}
.services-sidebar .accordion a.active {
    color: #f5734e;
    border-bottom: 1px solid #f5734e;
}
.services-sidebar .accordion h2::before, .services-sidebar .inner-accordion h2::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}
.services-sidebar .accordion h2.collapsed::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}
.service-image {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Post cards */
.post-featured.card img, .post.card img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.post-featured.card img {
    height: 100%;
}
.post.card img {
    height: 200px;
}
.service-price {
   background-color: #f5734e;
}

/* Feedback area */
.wpcf7-list-item {
    margin: 0 2rem 0 0 !important;
}
.wpcf7-list-item label {
    font-family: 'Montserrat';
}
/* Responisveness */
@media (max-width: 575.98px) {
    .nav-tabs .nav-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .owl-prev, .owl-next {
        width: auto;
        height: auto;
        position: relative;
        background-color: transparent !important;
    }
    .owl-next {
        right: 0;
    }
    .owl-prev {
        left: 0;
    }
    .w-75, .w-50 {
        width: 100% !important;
    }
    .header-cover h1 {
        font-size: 1.2rem;
    }
}