.menuzord .menuzord-menu > li.active > a, 
.menuzord .menuzord-menu > li:hover > a, 
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #ffbf0d;
}

.btn-theme-colored2,
.btn-theme-colored2:visited, 
.btn-theme-colored2:active,
.btn-warning,
.btn-warning:visited, 
.btn-warning:active
{
    background:#ffbf0d;
    border-color: #ffbf0d;
}
.btn-theme-colored2:hover, 
.btn-theme-colored2:focus, 
.btn-theme-colored2:target, 
.btn-theme-colored2:active:hover
{
    background:#e5ab0b;
    border-color: #e5ab0b;
}

.team-block .team-thumb .styled-icons a:hover, 
.work-gallery .gallery-thumb .styled-icons a:hover, 
.work-gallery:hover .gallery-bottom-part, 
.double-line-bottom-theme-colored-2::after, 
.double-line-bottom-theme-colored-2::before, 
.double-line-bottom-centered-theme-colored-2::after, 
.double-line-bottom-centered-theme-colored-2::before, 
.line-bottom-theme-colored-2::after, 
.line-bottom-centered::after, 
.event-block .event-date, 
.team-social, 
.event-small .event-date, 
.portfolio-filter a.active, 
.title-border::after, 
.search-menu {
    background:#ffbf0d;
}

.text-theme-colored3 {
    color: #ffbf0d!important;
}

.text-theme-colored2 {
    color: #ff5952!important;
}

.text-theme-colored {
    color: #766bc8!important;
}

 .bg-theme-colored2 {
    background-color: #766bc8 !important;
}
 

.btn-theme-colored2:active, 
.btn-theme-colored2.active, 
.open > .dropdown-toggle.btn-theme-colored2,
.btn-warning:active, 
.btn-warning.active, 
.open > .dropdown-toggle.btn-warning
{
    background-color: #ffbf0d;
    border-color: #ffbf0d;
}
 
.btn-theme-colored2:active:hover, 
.btn-warning.active:hover, 
.open > .dropdown-toggle.btn-theme-colored2:hover
{
    background-color: #e5ab0b;
    border-color: #e5ab0b;
}

.nav-tabs > li.active a
{
    color: #ffbf0d;
}
.nav-tabs > li.active a:hover, 
.nav-tabs > li.active a:focus
 {
    color: #e5ab0b;
}
.nav-tabs > li > a:hover
 {
    color: #ffbf0d;
    border-bottom: 1px solid #ffbf0d;
}
li.active {
    color: #ffbf0d !important;
}

.btn-danger
{
    background-color: #ff5952;
    border-color: #ff5952;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:target,
.btn-danger:active,
.btn-danger:hover:focus:active
{
    background-color: #B12436;
    border-color: #B12436;
}
.btn-danger.btn-outline {
    color: #c5293c;
}

.modal-header {
    background-color: #ffbf0d;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:active
{
    background-color:#5f949c;
    border-color: #5f949c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:target,
.btn-primary:hover:focus:active
{
    background-color:#4C767C;
    border-color: #4C767C;
}

.btn-dark.btn-theme-colored2:active,.btn-dark.btn-theme-colored2
{
    background: #ffbf0d;
    border-color: #ffbf0d;
}

.btn-dark.btn-theme-colored2:hover,
.btn-dark.btn-theme-colored2:focus {
    background: #e5ab0b;
    border-color: #e5ab0b;
}

.btn-success,
.btn-success:hover, 
.btn-success:focus, 
.btn-success:target, 
.btn-success:visited, 
.btn-success:active,
.btn-success:active:hover
{
    background-color: #766bc8;
    border-color: #766bc8;
}

.bg-black-333.leftbox-project{
    background-color: #ffbf0d!important;
}
.bg-black-333.leftbox-project small{
    color:#fff;
}
/* New widgets */

.rounded_widget .panel-widget>.panel-heading {
    background: #ffbf0d;
    border-color: #ffbf0d;
}

.evt-block .event-date{
    background: #766bc8;
}


element.style {
    padding: 5px 15px;
}
.green-info {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.breadcrumb.white li.active {
    color: #fff!important;
}

a.dropdown-item:hover, 
a.dropdown-item:hover {
    background: #ffbf0d;
}
.dropdown-menu li {
 text-decoration: none;
}

.panel-alert > .panel-heading {
	color: #fff;
	background-color: #ff5952;
	border-color: #ff5952;
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
}

.panel-alert td {
    color : #ff5952!important;
}
.panel-alert .label-danger {
    background-color : #ff5952!important;
}

._formation_bg {
	border: 2px solid #ffbf0d !important;
}

.fc-day-grid-event._is_private {
    background-color: #ffbf0d;
}

.t_is_private {
    color: #ffbf0d ;
}

.menuzord li a {
    color:#333;
    font-size:15px;
}

@media only screen and (min-width: 1001px){
    .header.header-floating .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
        color: #333;
    }
}

@media only screen and (min-width: 1001px) {
    .header.header-floating .sticky-wrapper.cms__header:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
        color: #333;
    }
}

@media only screen and (max-width: 1000px) {
    .header.header-floating {
        position: relative;
        background-color: #333;
    }
}