/* Enter Your Custom CSS Here */

body.home .section-reviews .reviewwrap {
    border: 3px white solid;
}

body.home {
    background-color: black !important;
}
.btn-default-p {
    background: white !important;
    color: black !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background: black;
    border-color: black;
    color: #fff;
}

.cd-top {
background: black url(assets/images/cd-top-arrow.svg) no-repeat center 50%;
}
.footer a:hover, .footer a:focus {
    color: white;
}
a:hover, a:focus {
    color: gray;
}
.header {
    background: black;
}
.wp-paginate .current {
    color: #fff;
    background: black;
}
.wp-paginate a {
    background: gray;
    color: white;
}
a {
    color: black;
}
.aside {
    background: white;
}
h1 {
    color: black;
}
.content-isell {
    background: black;
}
.navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
       background-color: transparent;
    color: white !important;
}
.navbar .navbar-nav-extras>li>a:hover, .navbar .navbar-nav-extras>li>a:focus {
    color: white !important;
}
.navbar .navbar-form .input-group-sm>.input-group-btn>.btn {
    background: black !important;
    color: white !important;
    border-color: white !important;
}
.wp-paginate a:hover, .wp-paginate a:active {
    background: black !important;
}