<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Vega - Green Color Scheme */

/* Special Headings
------------------------------------------------------------------------*/

.block-title:after{ border-bottom:1px solid #4a7e00; }

/* Links
------------------------------------------------------------------------*/

a{ color:#4a7e00; }
a:hover,
a:focus{ color:#6db900;}

/* Background Colors for Sections
------------------------------------------------------------------------*/
.bg-primary{ background-color:#4a7e00; color:#fff; }

/* Buttons
------------------------------------------------------------------------*/

.btn-primary-custom{ background-color:#4a7e00; border-color:#4a7e00; color:#fff; }
.btn-primary-custom{ background-color:#4a7e00; color:#fff; }
.btn-primary-custom:hover,
.btn-primary-custom:active,
.btn-primary-custom:focus{ background-color:#6db900; color:#fff; }

/* Forms
------------------------------------------------------------------------*/

.form-control:focus { border-color: #4a7e00; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(94,159,0, 0.6); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(94,159,0, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(94,159,0, 0.6); }

/* Header Navigation
------------------------------------------------------------------------*/

.header{background-color:#4a7e00;}

/* Top Navigation
------------------------------------------------------------------------*/

.navbar-nav .dropdown-menu{ border-top:2px solid #4a7e00; }
.navbar-custom .dropdown-menu &gt; li &gt; a:hover,
.navbar-custom .dropdown-menu &gt; li:hover &gt; a,
.navbar-custom .dropdown-menu &gt; .open &gt; a{ background:transparent; color:#4a7e00; }
.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:focus, .dropdown-menu&gt;.active&gt;a:hover { color:#4a7e00 !important; background-color: transparent; }
.navbar-custom .nav &gt; li &gt; a:hover,
.navbar-custom .nav &gt; li &gt; a:focus,
.navbar-custom .nav &gt; .current &gt; a,
.navbar-custom .nav &gt; .active &gt; a,
.navbar-custom .nav &gt; .current-menu-ancestor &gt; a,
.navbar-custom .nav &gt; .open &gt; a{ background-color:transparent; color:#4a7e00; }
.navbar-custom .nav &gt; .page-scroll &gt; a:hover,
.navbar-custom .nav &gt; .page-scroll &gt; a.showing{color:#4a7e00 !important;}

/* Page Banner
------------------------------------------------------------------------*/

.jumbotron p span{ background-color:#4a7e00; }

/* Blog Feed
------------------------------------------------------------------------*/

.blog-feed .entry .entry-content-right:after{ border-bottom:1px solid #4a7e00; }

/* Pagination
------------------------------------------------------------------------*/

.posts-pagination-block a:focus,
.posts-pagination-block a:hover{ outline:none; z-index:2; -webkit-box-shadow:0 0 0 0 #4a7e00; -moz-box-shadow:0 0 0 0 #4a7e00; box-shadow:0 0 0 0 #4a7e00; color:#fff; background-color:#4a7e00;}

/* Post
------------------------------------------------------------------------*/

.post-content .post .entry-title:after{ border-bottom:1px solid #4a7e00; }

/* Page
------------------------------------------------------------------------*/

.page-content .page .page-title:after{ border-bottom:1px solid #4a7e00; }

/* Widgets
------------------------------------------------------------------------*/

.widget-title{ border-bottom:1px solid #4a7e00; }
.widget ul li a:focus,
.widget ul li a:hover{ color:#4a7e00; }
/*.widget ul li a:before{ color:#4a7e00; }*/
/* .widget ul li.recentcomments:before{ color:#4a7e00; } */

/* Tag Cloud Widget
------------------------------------------------------------------------*/

.tagcloud a:focus,
.tagcloud a:hover{ background-color:#4a7e00; color:#fff; }

/* Icon List
------------------------------------------------------------------------*/
/* .icon-list li .fa{ color:#4a7e00; } */

/* Featured Icons / 4 Columns with Icons
------------------------------------------------------------------------*/

.content-icon .icon{ color:#4a7e00; }
.content-icon:hover .btn{ background-color:#6db900; }

/* Front Page - Recent Posts
------------------------------------------------------------------------*/

.recent-entry .recent-entry-image .caption{ background-color:#4a7e00; background-color:rgba(94,159,0,0.54); }
.recent-entry .recent-entry-content:after{  border-bottom:1px solid #4a7e00; }

/* Comments
------------------------------------------------------------------------*/

h3#comments{ color: #4a7e00; }
#respond h3{color: #4a7e00;}

/* Footer Widgets
------------------------------------------------------------------------*/

.footer-widgets .widget-title:after{ border-bottom:1px solid #4a7e00; }

/* Footer
------------------------------------------------------------------------*/

.footer{ background-color:#4a7e00; }


/* Back to Top
------------------------------------------------------------------------*/

/* #back_to_top.show{ -webkit-box-shadow:0 0 0 0 #4a7e00; -moz-box-shadow:0 0 0 0 #4a7e00; box-shadow:0 0 0 0 #4a7e00; }
#back_to_top a{ background-color:#4a7e00; color:#fff;  } */

/* MAX WIDTH 767
------------------------------------------------------------------------*/
@media (max-width:767px){
	.navbar-custom .dropdown-menu &gt; li &gt; a:hover,
    .navbar-custom .dropdown-menu &gt; li:hover &gt; a ,
    .navbar-custom .dropdown-menu &gt; .open &gt; a{ color:#fff; background:#4a7e00 }
    /*.navbar-custom .nav &gt; li &gt; a:hover,
    .navbar-custom .nav &gt; li &gt; a:focus, */
    .navbar-custom .nav &gt; .current &gt; a,
    .navbar-custom .nav &gt; .open &gt; a{ background-color:#4a7e00; color:#fff; }
}
</pre></body></html>