.text-oblig,
.text-oblig::after { content: "\00a0*"; }

.standard-form .form-group { padding-top: 5px; padding-bottom: 10px; margin-bottom: 0; }
.standard-form .form-group label,
.standard-form .form-group p { /* Fonts / sizing */}
.standard-form .form-group label { margin-bottom: 0; }


/** .standard-form .form-group .form-input {  } **/
.standard-form .form-group .form-input input[type=text], 
.standard-form .form-group .form-input input[type=email], 
.standard-form .form-group .form-input input[type=password], 
.standard-form .form-group .form-input input[type=number], 
.standard-form .form-group .form-input select, 
.standard-form .form-group .form-input textarea {
    background: #FFFFFF;
    border: 1px solid gray;
    box-sizing: border-box;
    border-radius: 0px;
} 

/** Form - Focus */
.standard-form .form-group .form-input input[type=email]:focus, 
.standard-form .form-group .form-input input[type=password]:focus, 
.standard-form .form-group .form-input input[type=text]:focus, 
.standard-form .form-group .form-input input[type=number]:focus, 
.standard-form .form-group .form-input input[type="checkbox"]:focus, 
.standard-form .form-group .form-input input[type="radio"]:focus, 
.standard-form .form-group .form-input select:focus,
.standard-form .form-group .form-input textarea:focus {
    outline: 1px solid black;
    outline-offset: 0;
}



/** Is invalid */
.standard-form .form-group .form-control.is-invalid { border-color: #dc3545 !important; }
.standard-form .form-group .invalid-feedback { line-height: 1.2em; }

/** Input Size **/
.standard-form .form-control-xsmall,
.wna-form .form-control-xsmall { max-width: 75px; }
.standard-form .form-control-small,
.wna-form .form-control-small { max-width: 130px; }
.standard-form .form-control-mid,
.wna-form .form-control-mid { max-width: 220px; }
.standard-form .form-control-large,
.wna-form .form-control-large { max-width: 360px; }
.standard-form .form-control-xlarge,
.wna-form .form-control-xlarge { max-width: 565px; }


.standard-form .form-group .form-input select {  width: 230px; }

.standard-form .form-group .form-input input[type=text], 
.standard-form .form-group .form-input input[type=email], 
.standard-form .form-group .form-input input[type=password], 
.standard-form .form-group .form-input textarea { width: 100%; }


.standard-form .form-group > [class*='fldset-'] { display: inline-flex; }   
.standard-form .form-group > [class*='fldset-'] input[type=text]:first-child { margin-right: 2%; }   

/** 50 / 50 **/
.standard-form .form-group .form-input.fldset-50-50 input,
.standard-form .form-group .form-input.fldset-half input[type=text],
.standard-form .form-group .form-input.fldset-50-50 input[type=password],
.standard-form .form-group .form-input.fldset-half input[type=password] { width: 49%; }


/** 10 / 90 **/
.standard-form .form-group .form-input.fldset-90-10 input[type=text]:first-child { width: 8%; } /* margin-right: 2%;  */
.standard-form .form-group .form-input.fldset-90-10 input[type=text] { width: 90%; }

/** 20 / 80 **/
.standard-form .form-group .form-input.fldset-20-80 input[type=text]:first-child ,
.standard-form .form-group .form-input.fldset-zipcity input[type=text]:first-child { width: 18%; } /* margin-right: 2%;  */
.standard-form .form-group .form-input.fldset-20-80 input[type=text],
.standard-form .form-group .form-input.fldset-zipcity input[type=text] { width: 80%; }

/** 80 / 20 **/
.standard-form .form-group .form-input.fldset-80-20 input[type=text]:first-child { width: 78%; } /* margin-right: 2%;  */
.standard-form .form-group .form-input.fldset-80-20 input[type=text] { width: 20%; }

/** 90 / 10 **/
.standard-form .form-group .form-input.fldset-90-10 input[type=text]:first-child { width: 88%; } /* margin-right: 2%;  */
.standard-form .form-group .form-input.fldset-90-10 input[type=text] { width: 10%; }


@media (max-width: 480px) { 
    /** Special field sets (two horizontally) */               
	.standard-form .form-group .form-input.fldset-50-50 input[type=text]:first-child { margin-right: 0;  }
	.standard-form .form-group .form-input.fldset-50-50 input[type=text],
	.standard-form .form-group .form-input.fldset-50-50 input[type=password] { width: 100%; margin-top: 10px; }
    
	.standard-form .form-group .form-input.fldset-20-80 input[type=text]:first-child ,
    .standard-form .form-group .form-input.fldset-zipcity input[type=text]:first-child { width: 23%; } /* margin-right: 2%;  */
    .standard-form .form-group .form-input.fldset-20-80 input[type=text],
    .standard-form .form-group .form-input.fldset-zipcity input[type=text] { width: 75%; }
    

    .standard-form .form-group .form-input.fldset-90-10 input[type=text]:first-child { width: 78%; } /* margin-right: 2%;  */
    .standard-form .form-group .form-input.fldset-90-10 input[type=text] { width: 20%; }
}

.standard-form input[type=submit] { border: 0; }

/** Place holder **/
.placeholder-style::-webkit-input-placeholder { color: rgba(51, 51, 51, 0.6) !important; }
.placeholder-style:-moz-placeholder { color: rgba(51, 51, 51, 0.6) !important; }
.placeholder-style::-moz-placeholder { color: rgba(51, 51, 51, 0.6) !important; }
.placeholder-style:-ms-input-placeholder { color: rgba(51, 51, 51, 0.6) !important; }

/**
 * The radio
 */
.custom-wn { margin-top: 25px; margin-bottom: 15px; margin-left: 50px; }
.custom-wn .custom-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    /** font-size: 20px; line-height: 1.8em; **/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.custom-wn .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-wn .custom-radio .checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.custom-wn .custom-radio input:checked ~ .checkround {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-wn .custom-radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-wn .custom-radio .checkround:after {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:black;
}



/** ************************************************************************ **
 *   Header - SEARCHER 
 ** ************************************************************************ **/

/** Rating - Stars */
.wn-full-stars .rating-group { display: inline-flex; }
.wn-full-stars .rating-icon { 
    pointer-events: none; 
    /** Sizing **/
    font-size: 20px;
    line-height: 20px;
}
@media (max-width: 575px) {
    .wn-full-stars .rating-icon { 
        /** Sizing **/
        font-size: 32px;
        line-height: 32px;
    }
}
.wn-full-stars .rating-input { position: absolute !important; left: -9999px !important; }
.wn-full-stars .rating-input--none { display: none; }
.wn-full-stars .rating-label { cursor: pointer; padding: 0 0.1em; font-size: 2rem; }

.wn-full-stars .rating-icon-star { color: black; }
.wn-full-stars .rating-icon-star::before { font-weight: 900; }

/** fa styles **/
.wn-full-stars .rating-label .rating-icon-star::before {
    /** font-family: FontAwesome; **/
    font-family: "Font Awesome 6 Free";
    content: "\f005";
    /** font-weight: 400; **/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


/** .wn-full-stars .rating-group:hover .rating-label .rating-icon-star::before, **/
.wn-full-stars .rating-group:hover .rating-label .rating-icon-star::before {
    font-family: "Font Awesome 6 Free";
    content: "\f005";
    font-weight: 900;
}


.wn-full-stars .rating-input:checked ~ .rating-label .rating-icon-star { color: black; }
.wn-full-stars .rating-input:checked ~ .rating-label .rating-icon-star::before { font-weight: 400; }


.wn-full-stars .rating-group:hover .rating-label .rating-icon-star { color: gray;  }
.wn-full-stars .rating-group:hover .rating-label .rating-icon-star::before { font-weight: 900 !important; }

.wn-full-stars .rating-input:hover ~ .rating-label .rating-icon-star { color: black;  }
.wn-full-stars .rating-input:hover ~ .rating-label .rating-icon-star::before { font-weight: 400!important; }



/** ************************************************************************ **
 *   CHECKBOX 2023-04-27 - accessibility
 ** ************************************************************************ **/

.form-control-check-wn {
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.form-control-check-wn + .form-control-check-wn {
    margin-top: 1em;
}

.form-control-check-wn input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #FFFFFF;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: black;
    width: 20px;
    height: 20px;
    border: 1px solid gray;
    /* border-radius: 0.15em; */
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

.form-control-check-wn input[type="checkbox"]::before {
    content: "";
    width: 14px;
    height: 14px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 80ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: gray;
}

.form-control-check-wn input[type="checkbox"]:checked::before { transform: scale(1); }


/** ************************************************************************ **
 *   BUTTON 
 ** ************************************************************************ **/

 .wn-button { 
    /** Button */
    border: 0; border-radius: 0;
    padding: 7px 25px; margin-bottom: 12px;
    display: inline-block;
    
    /** Text **/
    font-style: normal;
    font-weight: normal;
    /*
    font-size: 20px;
    line-height: 24px;
    /**/
    color: white;

    text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .wn-button  { font-size: 18px; line-height: 21px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wn-button  { font-size: 18px; line-height: 21px; padding: 12px 20px; }
}

@media (max-width: 767px) {
    .wn-button  { font-size: 18px; line-height: 21px; padding: 12px 20px; }
}
.wn-button-lower { padding: 5px 12px 3px 12px; }

.wn-button-small {
    /** Button */
    padding: 5px 13px;
    margin-bottom: 8px !important;
    /** Text **/
    font-size: 14px;
    line-height: 22px;
}

a.wn-button,
a.wn-button:hover { text-decoration: none; color: white; outline: none; }
/** Standard - black **/
.wn-button.button-standard { background: transparent 0% 0% no-repeat padding-box; border: 1px solid #f0c98b; color: #f0c98b; }
.wn-button.button-standard:hover { background: #f0c98b 0% 0% no-repeat padding-box; color: white;  }
.wn-button.button-standard {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 575px) {
    .wn-button.button-standard { width: 100%; }
}


/** Alternative **/
.wn-button.button-alternative { background: Teal 0% 0% no-repeat padding-box; }
.wn-button.button-alternative:hover { background: Teal 0% 0% no-repeat padding-box; }
.wn-button.button-alternative {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/** Button submit */
.wn-button-submit { background-color: #f0c98b !important; color: white !important; border: 1px solid #f0c98b;}
.wn-button-submit:hover { background-color: #f0c98b !important; color: white!important; border: 1px solid #f0c98b;}

/** Button link - transparent button with border and text green */
.wn-button-link { background-color: transparent; color: orange; border: 1px solid orange;}
.wn-button-link:hover { background-color: orange; color: white!important; border: 1px solid orange;}


/** Button trasnparent - over images */
.button-transparent-white { background-color: transparent; color: white; border: 1px solid white;}
.button-transparent-white:hover { background-color: white; color: black !important; border: 1px solid white;}

/*
.button-textformat { background-color: transparent; color: orange; border: 0;}
.button-textformat:hover { background-color: transparent; color: orange; border: 0; text-decoration: underline;}
*/