body,
footer,
#lower-footer,
#video-list-container,
.wpvs-flexslider,
.category-top {
    /* background-color: #0B0128; */
    background-color: rgb(48,46,53);
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

#wrapper h3 {
    text-transform: none;
}

.header-background {
    /* background-color: rgba(11, 1, 40, .8); */
    background-color: rgba(48,46,53,.8);
}

#vs-search {
    /* background-color: rgba(11, 1, 40, .9); */
    background-color: rgba(48,46,53,.9);
}

.category-top {
    border-bottom: 1px solid rgba(21, 2, 80, 1);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea,
form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="password"],
form.comment-form textarea,
select {
    background-color: rgba(21, 2, 80, 1);
}

li.wpvs-featured-slide:after,
.wpvs-video-flex-container:after {
    /* background: -moz-linear-gradient(top, rgba(11, 1, 40, 0) 0%, rgba(11, 1, 40, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(11, 1, 40, 0) 0%, rgba(11, 1, 40, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(11, 1, 40, 0) 0%, rgba(11, 1, 40, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000b0128', endColorstr='#0b0128', GradientType=0); */
    background: -moz-linear-gradient(top, rgba(48,46,53, 0) 0%, rgba(48,46,53, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(48,46,53, 0) 0%, rgba(48,46,53, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(48,46,53, 0) 0%, rgba(48,46,53, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00302e35', endColorstr='#302e35', GradientType=0);

    display: none;
}

.button:hover,
.button.wpvs-add-to-list.enhance:hover,
.wpvs-term-checkout,
#wpvs-video-reviews-container {
    /* background: linear-gradient(269.57deg, #FF9C58 -0.01%, #A10067 97.08%);
    border-color: #A10067; */
    background: linear-gradient(269.57deg, #ff9c58 24.76%, #a10000 64.82%);
    border-color: #a10000;
    transition: .3s ease-in;
}

footer {
    border-top: 1px solid rgba(21, 2, 80, 1);
}
