/*menu colors*/
.main-navigation{
	background-color:#000000;
}
.bottom-bar {
    width: 100%;
    border-top: 3px solid #f25600;
    z-index: 100;
    position: relative;
    background: #000000;
    background-image: -moz-linear-gradient(140deg, #000000, #000000);
    background-image: -o-linear-gradient(140deg, #000000, #000000);
    background-image: -webkit-linear-gradient(140deg, #000000, #000000);
    background-image: linear-gradient(140deg, #000000, #000000);
    -webkit-transition: height 0s, -webkit-transform .3s;
    transition: height 0s, -webkit-transform .3s;
    transition: transform .3s, height 0s;
    transition: transform .3s, height 0s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*footer colors*/
body.aft-light-mode footer.site-footer,
body.aft-light-mode .mailchimp-block {
    background: #404040;
}

body.aft-light-mode .site-footer,
body.aft-light-mode .site-footer a:not(.newsever-categories),
body.aft-light-mode .site-footer .widget-area.color-pad .tagcloud a,
body.aft-light-mode .site-footer .widget-area.color-pad .widget > ul > li a,
body.aft-light-mode .sidebar-area .widget-area.color-pad .tagcloud a,
body.aft-light-mode .sidebar-area .widget-area.color-pad .widget > ul > li a{
    color: #fff;
}

body.aft-light-mode .site-footer .color-pad,
body.aft-light-mode .site-footer .widget-title span,
body.aft-light-mode .site-footer .header-after1 span,
body.aft-light-mode .site-footer .color-pad .entry-meta span a,
body.aft-light-mode .site-footer .color-pad .entry-meta span,
body.aft-light-mode .site-footer .color-pad .read-title h4 a,
body.aft-light-mode .aft-popular-taxonomies-lists ul li a,
body.aft-light-mode .aft-popular-taxonomies-lists strong,
body.aft-light-mode .exclusive-posts .marquee a,
body.aft-light-mode .insta-feed-head a,
body.aft-light-mode h1,
body.aft-light-mode h2,
body.aft-light-mode h3,
body.aft-light-mode h4,
body.aft-light-mode h5,
body.aft-light-mode h6,
body.aft-light-mode {
    color: #000;
}

/* SHRINK NEWSEVER HEADER / HERO */
.site-banner,
.banner-wrapper,
.aft-banner-wrapper,
.aft-main-banner {
    max-height: 10px !important;
    height: 10px !important;
    overflow: hidden !important;
}

.banner-content-wrap,
.banner-caption {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.banner-caption .entry-title,
.banner-caption h1 {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
}
