/*
 Theme Name:   Wielerflits 2023 BE
 Theme URI:    https://wielerflits.be/
 Description:  Specifieke toevoegingen voor de website van Wielerflits.be
 Author:       Southfields
 Author URI:   http://southfields.nl/
 Template:     WF2023
 Version:      1.0.2
*/

.big-navigation {
    background-color: #a1dcfa !important;
}

.mobile-navigation {
    background-color: #a1dcfa !important;
}

.more-header.line-yellow::after {
    background-color: #a1dcfa !important;
}

.share-post-container a {
    background-color: #a1dcfa !important;
}

.circle-button {
    color:  #a1dcfa !important;
}

.button {
    background-color: #a1dcfa !important;
}

.more-button:after {
    background-color: #a1dcfa !important;
}

.text-yellow {
    color: #a1dcfa !important;
}

.border-yellow {
    border-color: #a1dcfa !important;
}

.register-link {
    border-color: #a1dcfa !important;
}

.pagination .page-numbers.current,
.pagination .page-numbers.next,
.pagination .page-numbers.prev  {
   background-color: #a1dcfa !important;
}

.form-submit input[type='submit'] {
    background-color: #a1dcfa !important;
}

.circle-button-small {
    background-color: #a1dcfa !important;
}

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

.elb-theme-light .elb-liveblog-post::before {
    background-color: #a1dcfa !important;
    border-color: #a1dcfa !important;
}

circle {
    stroke: #a1dcfa !important;
}

.badge:not([class*="badge-"]), .badge-primary, .badge-success {
    border-color: #a1dcfa !important;
}

.button-outline {
    border-color: #a1dcfa !important;

    &:hover {
        background-color: #a1dcfa !important;
    }
}

#search form input:focus {
    border-bottom-color: #a1dcfa !important;
}