/* Add here all your CSS customizations */
html .overlay-color-primary:not(.no-skin)::before {
    background-color: #F1BE48 !important;
}
html .overlay-color-black:not(.no-skin)::before {
    background-color: #000000 !important;
}
html .bg-color-dark, html .bg-dark {
    background-color: #25282A !important;
}

.bg-primary-yellow {
    background-color: #F1BE48 !important;
}

.page-header {
    background-color: #F1BE48;
    color: white;
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a::before {
    background-color: #F1BE48 !important;
}

.thumb-info .thumb-info-type {
    position: absolute;
    bottom: 5px;
    width: 80%;
}
.thumb-info .thumb-info-title {
    width: 100%;
    min-height: 7rem;
}

section.page-header .page-header-title-border {
    background-color: #777 !important;
}

.alternative-font {
    color: #F1BE48;
}

html .toggle-primary .toggle.active > label, html .toggle-primary .toggle.active > .toggle-title {
    background-color: #F1BE48;
    border-color: #F1BE48;
    color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label::after, html .toggle-primary.toggle-simple .toggle > .toggle-title::after {
    background-color: #F1BE48;
}

.thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-social-icons a, .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon {
    background-color: #F1BE48;
    color: #555;
}

section.timeline .timeline-box.left::before, section.timeline .timeline-box.right::before {
    background: #F1BE48;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #F1BE48;
}

#footer .footer-ribbon {
    background: #F1BE48;
}

#footer .footer-ribbon::before {
    border-right-color: #723F00;
    border-left-color: #723F00;
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #F1BE48;
    border-color: #F1BE48;
}

html .bg-color-primary, html .bg-primary {
    background-color: #777 !important;
}

html .text-color-primary, html .text-primary {
    color: #F1BE48 !important;
}

html .btn-primary {
    background-color: #F1BE48;
    border-color: #F1BE48 #F1BE48 #723F00;
    color: #fff;
}

html .btn-primary:hover, html .btn-primary.hover {
    background-color: #FFD862;
    border-color: #FFD862 #FFD862 #F1BE48;
    color: #fff;
}