/*
Theme Name: Ikendu One
Author: retus.pl
Author URI: http://retus.pl
*/

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.text-mw-800-c {
    max-width: 800px;
    margin: 10px auto;
}

.main-menu-ikendu ul li a {
    color: #1c262b !important;
    text-transform: uppercase;
    font-size: 1.5rem !important;
    letter-spacing: 0.25rem;
}

.widget-tabs .widget-menu-tab li.active::before {
    background-color: #18826c !important;
}

.widget-tabs .widget-menu-tab li::before {
    background-color: #ccc !important;
}

.wpcf7-form.form-consultation p {
    margin-bottom:14px;
}

.formsendbut {
    color: #fff !important;
    width: unset;
}

.formsendbut:hover {
    background-color: #1c262b !important;
}

.link-s-1 {
    color: #18826c;
    text-decoration: underline;
}

.link-s-1:hover {
    color: #1d9f84;
    text-decoration: none;
}

.page-title-homepage-2 {
    background: #91CCA4 !important;
    background: linear-gradient(90deg, rgba(145, 204, 164, 1) 0%, rgba(177, 219, 190, 1) 50%, rgba(177, 219, 190, 1) 100%) !important;
}

.page-title-homepage-2 p.description {
    font-size: 1.9rem !important;
    line-height: 2.8rem;
    font-weight: 500 !important;
}

.box-service {
    border: 1px solid #ddd;
}

.btn-hero-ikendu {
    background-color: #18826c !important;
}

.btn-hero-ikendu span {
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
}

.pricing-item .item {
    z-index: -1;
}

.footer-menu-list h6 {
    text-align: right;
}

.footer-menu-list h6 a {
    color: #ffffff;
    margin-left: 15px;
    font-size: 1.6rem;
    opacity: 0.7;
}

.footer-menu-list h6 a:hover {
    opacity: 1;
}



@media (max-width: 992px) {

    .pt-s-0 {
        padding-top: 0 !important;
    }

    .pb-s-40 {
        padding-bottom: 40px !important;
    }   

    .mb-s-40 {
        margin-bottom: 40px !important;
    }
}