:root{
    --bgcolor: #ff6600;
}

body{
	/*background: var(--bgcolor);*/
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,102,0,1) 50%, rgba(255,255,255,1) 100%);
}
.logo-banner {
    background: radial-gradient(circle, rgba(245,245,245,1) 0%, rgba(255,102,0,1) 100%);
    height: 100px !important;
    padding: 30px !important;
}
#wrapper .container{
   background-color: #f1f1f1 !important;
   margin-top: 25px;
   border: 3px solid #333;
}
.section .nav-tabs > li.active > a, .section .nav-tabs > li.active > a:focus, .section .nav-tabs > li.active > a:hover{
	background-color: var(--bgcolor) !important;
}
.post-item .description {
    color: #1f1f1f !important;
}
.sidebar-widget .tag-list li a{
    background-color: #ff6600 !important;
    color: #fff !important;
    padding: 0px 7px !important; 
}
.sidebar-widget .tag-list li a:hover{
    background-color: #1f1f1f !important;
    color: #fff !important;
}
a:focus, a:active, a:hover{
	color: var(--bgcolor) !important;
}
.post-content .post-tags .tag-list li a:hover {
    background-color: var(--bgcolor) !important;
}
.breadcrumb > .active, .breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item span{
	color: #1f1f1f !important;
}
.section .nav-tabs > li > a:focus, .section .nav-tabs > li > a:hover, .section .nav-tabs > li > a:active{
	background-color: var(--bgcolor) !important;
	color: #fff !important;
}
.post-files .file button {
    color: #000 !important;
}
.post-content .post-text p {
    background-color: var(--dcolor) !important;
}
.news-ticker-title, .section .section-head .title, .sidebar-widget .widget-head, .section-mid-title .title, #comments .comment-section > .nav-tabs > .active > a {
    background-color: #ff6600 !important;
}
.navbar-nav .li-search  {
   float: right !important;
}
.main-menu::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(to right, orange,red,yellow,green,blue,indigo,violet,red,orange);
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #f1f1f1;
    z-index: 999;
}
 


@media (min-width: 768px){
    .navbar-nav {
        float: none !important;
        width: 600px !important;
        margin: 0 auto !important;
    }

}


