.entry-title a:after {

    height: 2px;
    background: #663399 !important;
        width: 50px;
}

.listpost-content-wrap .entry-title a:after {
    background: #663399 !important; 

}

ul.nav > li.current_page_item > a:before {
      height: 2px;
    background: #663399 !important;
}

.entry-title:before {

    height: 4px;
    background: #663399 !important;
}

.entry-title:after {

    height: 2px;
    background: #663399 !important;
}


.listpost-content-wrap .entry-title a:after {
 background: #663399 !important;
  
}

.navbar-inverse .navbar-nav > li > a:hover {
color: #aa7016 !important;
}

.nav li a:hover {
color: #ff9400!important;
}

li.current > a::before {
background: #ffcc33!important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #ffcc33!important;
}

.header-content-wrap {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    padding: 200px 0 80px; 
}

.red-btn {
    background-color: #669933 !important;
}
.red-btn:hover {
    background-color: #336633 !important;
}

.green-btn {
    background-color: #0066cc !important;
}
.green-btn:hover {
    background-color: #cc9900 !important;
}