/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/11/2023, 09:43:02
    Author     : norbe
*/
.grecaptcha-badge { 
    visibility: hidden; 
}

#carouselExample {
    max-height: 418px !important;
}
#carouselExample button,
#carouselExample button:focus {
    border: 0;
    background: transparent;
}
#carouselExample button:hover {
    background-color: #f0e68c7a;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    color: white !important;
    position: absolute!important;
    margin: 0 auto;
    bottom: 1px;
    left: 60%;
    right: 1px;
    font-size: 12px!important;
    font-weight: normal!important;
    background-color: #ff7676;
    padding: 4px 0 0;
    font-size: 12px!important;
    text-align: center;
    opacity: .8;
    z-index: 10;
    vertical-align: middle;
    line-height: 25px;
}

[type=submit].wpcf7-submit,
[type=submit].wpcf7-submit:active,
[type=submit].wpcf7-submit:enabled,
[type=submit].wpcf7-submit:focus {
    display: block !important;
    width: 100% !important;
    padding: 4px 2px !important;
    text-transform: uppercase !important;
    color: white !important;
    border-color: #198754 !important;
    background-color: #198754 !important;
}
[type=submit].wpcf7-submit:hover {
    background-color: #25b773 !important;
}

.wpcf7-spinner {
    display: inline-block !important;
    background-color: #ffdf33 !important;
    opacity: 1 !important; 
    margin: 5px 10px 0px 5px !important;
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background-color: aquamarine !important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 13px !important;
    vertical-align: middle !important;
    position: absolute !important;
    bottom: -25px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 -2px -2px !important;
    border-radius: 0 0 5px 5px !important;
    text-align: center !important;
    background-color: beige;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ff7676 !important;
    border-color: #ff0095 !important;
    color: #fff !important;
}

.bg-khaki {
    --bs-bg-opacity: 1;
    background-color: #f0e68c !important;
}

.list-group-flush > .list-group-item {
    background: transparent;
}

.btn-close {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
}


.pagination {
    --bs-pagination-color: var(--bs-secondary-color);
    
    --bs-pagination-hover-color: var(--bs-secondary-color);
    --bs-pagination-hover-bg: var(--bs-warning-bg-subtle);
    
    --bs-pagination-active-color: var(--bs-secondary-color);
    --bs-pagination-active-border-color: var(--bs-warning-border-subtle);
    --bs-pagination-active-bg: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;
    
    --bs-pagination-focus-color: var(--bs-secondary-color);
    --bs-pagination-focus-border-color: var(--bs-warning-border-subtle);
    --bs-pagination-focus-bg: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem var(--bs-warning-border-subtle);

} 

/*#menuFooter .menu-item a {
    display: block;
}*/

@media only screen and (min-width : 768px) {

    #menuFooter {
        position: relative;
    }
    
    #menuFooter .menu-item {
        display: block !important;
        margin: 0 auto;
        padding: 0px;
    }
    #menuFooter .menu-item a {
        padding: 0px;
        display: inline-block;
    }
/*#menuFooter .menu-item a.wpr-active-menu-item,
#menuFooter .menu-item a:hover {
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;
}*/
#menuFooter .menu-item a:after {
/*    display: inline;
    width: auto;*/
}
}