@charset "utf-8";
/* Masta Lion CSS Document */
/* Navigation Bar */
.navbar-wp {
    background: #257d13!important;
}
.mg-headwidget .mg-head-detail {
    background: #257d13!important;
}
/* Footer */
footer .overlay {
    background: #222!important;
}
/* Latest News Title */
.mg-latest-news .bn_title {
    background-color: #bd3f08;
}
.mg-latest-news .bn_title span {
    border-left-color: #bd3f08;
    border-color: transparent transparent transparent #bd3f08;
}
/* NAVIGATION */
.mg-headwidget .navbar-wp .navbar-nav > li > a:hover, .mg-headwidget .navbar-wp .navbar-nav > li > a:focus, .mg-headwidget .navbar-wp .navbar-nav > .active > a, .mg-headwidget .navbar-wp .navbar-nav > .active > a:hover, .mg-headwidget .navbar-wp .navbar-nav > .active > a:focus {
    color: #000000;
    background: #fbd007;
}
.email {
    background: #fff;
}
.contact-form label {
		background: #d0e7f5;
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: .25em;
}
.mg-head-detail .info-left li span.time {
    background: #fbd007;
    color: #222;
}
/* Latest News */
.mg-latest-news .mg-latest-news-slider a span {
    color: #000000;
}
.mg-latest-news .mg-latest-news-slider a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 200;
    padding-left: 20px;
}
.mg-latest-news .mg-latest-news-slider a::before {
    color: #bd3f08;
}
/* Category Button */
a.newsup-categories.category-color-1 {
    background: #0734a9;
	  color: #ffffff;
}
.post-form {
    color: #fff;
    background: #df07fc;
}
/* site title FOOTER */
body .site-title-footer a, body .site-description-footer {
    color: #fff;
	  font-weight: 100;
}
footer .mg-footer-copyright {
    background: #257d13;
}
.ta_upscr {
    background: #aae609;
    border-color: #ffffff;
    color: #fff !important;
}
.mg-sidebar .mg-widget h6 {
    background: #3c7b68;
    color: #fff;
}
.mg-sidebar .mg-widget h6::before {
    border-left-color: #3c7b68;
    border-color: transparent transparent transparent #3c7b68;
}
.mg-wid-title {
    border-color: #3c7b68;
}
.mg-sidebar .mg-widget .mg-widget-tags a, .mg-sidebar .mg-widget .tagcloud a, .wp-block-tag-cloud a, .mg-widget .wp-block-tag-cloud a {
    background: #000;
    color: #ffffff;
    border-color: #f3eeee;
}

/* Homepage Latest Scroller */
.top-right-area .nav-tabs .nav-link.active, .top-right-area .nav-tabs .nav-link.active:hover, .top-right-area .nav-tabs .nav-link.active:focus {
    color: #212121;
    background-color: #fff;
    border-color: #eee;
    border-bottom-color: #bd3f08;
}
/* Pagetitle */
.mg-breadcrumb-title h1 {
    color: #222;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    background-color: #257d13;
		padding: 10px;
	color:#fff;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
	color:#fbe105;
}
.mg-sidebar .mg-widget ul li {
    border-color: #eee;
	background-color: #d0e7f5;
	padding: 10px;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em;
	color: #aaa;
}
.mg-footer-copyright p {
	visibility: hidden;
}
/* Home Page Scroller Color */
.mg-latest-news .bn_title {
	background-color: #257d13;
}
.mg-latest-news .bn_title span {
    border-left-color: #257d13;
    border-color: transparent transparent transparent #257d13;
}
.btn-theme, .more_btn, .more-link {
    background: #257d13;
    color: #fff;
    border-color: #1151d3;
}
/* Contact Form Button Color */
.has-luminous-vivid-amber-background-color {
    background-color: #257d13 !important;
}