/*
 Theme Name:   Cadeiras Pro theme
 Description:  Custom theme for Chaise Pro (extends Homy & Ofisillas base theme)
 Author:       Héctor Rovira
 Author URI:   https://seocom.agency
 Template:     homy_ofisillas
 Version:      1.0.0
*/
a {
    color: #809D28;
}

input[type=search].form-control {
    border-color: #809D28;
}

.search-center .glyphicon {
    color: #809D28;
}

.btn-primary,
.btn-default {
    background: #F77C1A;
    border-color: #D45900;
    color: white;
    text-shadow: 1px 1px 5px #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:focus:active {
    background: #d6670f;
    border-color: #af530b;
    color: white;
}

.breadcrumbs {
    border-bottom: none;
}

.breadcrumbs .breadcrumb_last {
    color: #809D28;
}

header .topbar {
    background: #809D28;
}

header .header-schedule-telephone,
header .header-schedule-schedule {
    color: #3B7000;
}

header .navbar-nav > li > a:hover {
    color: #809D28;
}

footer .footer-columns {
    background: #e1e7db;
}

footer nav ul li {
    border-bottom: none;
    padding: 0;
}

footer nav ul li a {
    color: black;
}

footer .newsletter-container {
    background: #809D28;
}

footer .addis a {
    font-family: arial;
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
}

footer .menu-title {
    color: #809D28;
}

footer .ofisillas-warranty {
    margin-bottom: 30px;
    margin-top: 50px;
}

footer .ofisillas-warranty .main-title {
    background: #91a739;
    color: white;
    font-size: 26px;
    line-height: 42px;
}

footer .ofisillas-warranty .items-container {
    border: 2px solid #91a739;
    padding: 15px 0;
}

footer .ofisillas-warranty .item-title a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

footer .ofisillas-warranty .item-subtitle a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
}

.summary {
    border-bottom: 2px solid #809D28;
}

.summary .entries-found {
    color: #809D28;
}

.sidebar .widgettitle {
    color: #809D28;
    border-top: 1px solid #809D28;
}

.widget_categories .current-cat a {
    color: #809D28;
}

.post .category a,
.post .published {
    color: #809D28;
}

.pagination-container {
    border-top: 2px solid #809D28;
}

.navigation.pagination .page-numbers.current {
    background: #809D28;
}

.post a {
    color: #809D28;
}

.cat-item a {
    color: #4D4D4D;
}

.call-to-action {
    background: #809D28;
    color: white !important;
}

.call-to-action:hover {
    background: #8faf2d;
}

@media (max-width: 767px) {
    header .navbar-toggle {
        border-color: #809D28 !important;
    }

    header .navbar-toggle.collapsed {
        color: #809D28;
    }

    header .navbar-toggle.collapsed span {
        background: #809D28;
    }

    header .navbar .glyphicon {
        color: #809D2;
    }

    header .cart-col .count {
        color: #809D28;
    }

    header #main-menu-container {
        border: solid #809D28;
    }

    header #main-menu-container a:hover {
        color: #809D28;
    }

    header .likes.count {
        color: #809D28;
    }
}

@media (min-width: 768px) {
    header #main-menu-container {
        border-color: #809D28;
        border-width: 2px 0;
    }

    header .cart-col .cart-bg {
        background: url(./assets/img/basket_reduced_logo.png) no-repeat;
    }

    header .likes-col .likes-bg .units {
        color: #809D28;
    }

    header .navbar-nav > li > a {
        font-weight: 300;
    }
}