body {
	background-repeat: repeat; background-attachment: fixed; background-position: center;
}
ul,ol,h1 {
    list-style-type: none;
    padding-inline-start: unset;
    display: inline-block;
    margin: unset;
}

label { margin: 0; }

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

fieldset {
    min-height: 59px;
}

fieldset.fieldsetBy {
    min-height: 81px;
}

fieldset legend {
    font-size: 18px;
    margin: unset;
}

select { cursor: pointer; }

li.ais-RefinementList-item {
	display: inline-block;
	/*padding-right: 1rem;*/
}


.clearInputSearch img {
    cursor: pointer;
    position: absolute;
    right: 16px;
    padding: 6px;
    height: 38px;
    width: 38px;
}

.col-3 { 
	padding-right: 15px;
    padding-left: 15px;
}

.input-create {
    margin: unset;
}

.algolia-input,.ais-SearchBox-reset {
	height: 38px;
}

.form-ais-RefinementList-labelText:focus {
    border-color: #efea18b3;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e26e23;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(226 110 35 / 25%);
}


.ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RatingMenu-count, .ais-RefinementList-count, .ais-ToggleRefinement-count {
    color: #038e1f;
    font-family: Prompt;
    font-weight: bold;
    font-size: 11px;
    /*font-family: Prompt;
    background: #28a745 none repeat scroll 0 0;
    border: 1px solid #ffc107;
    border-radius: 99999px;
    color: #fffbf8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    overflow: hidden;
    padding: 0 .25rem;*/
}

.ais-CurrentRefinements-category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #58291a;
    background-color: #fff;
    border: 2px solid #e26e23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    line-height: 1.5;
    min-height: 1.5rem;
    padding: .05rem .5rem;
}


.ais-CurrentRefinements-delete {
    padding: 0;
    overflow: visible;
    font: inherit;
    line-height: normal;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ais-CurrentRefinements-delete {
    color: #e26e23;
    height: 100%;
    margin-left: .25rem;
    outline-width: 0;
}

.ais-ToggleRefinement-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ais-ToggleRefinement-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: #fdfbfa;*/
    background: #f1e1d9a6;
    border-radius: 9999px;
    box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 40%);
    height: 14px;
    pointer-events: none;
    position: relative;
    width: 32px;
    border: 1px solid #e26e23;
}

.ais-ToggleRefinement-checkbox:after {
    background: linear-gradient(
-180deg,#fbf8f7,#fbf8f7);
    border-radius: 9999px;
    box-shadow: 1px 1px 1px 0 rgb(35 38 59 / 5%);
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    position: absolute;
    top: -3px;
    transition: all .1s ease-in-out;
    border: 1px solid #e26e23;
}

.ais-ToggleRefinement-checkbox:checked:after {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    background: #e26e23;
}

.ais-ToggleRefinement-checkbox:checked {
    /*background: #e26e23;*/
    box-shadow: inset 0 1px 4px 0 rgb(35 38 59 / 10%);
}

/* checkbox start */

    .control {
        display: block;
        position: relative;
        padding-left: 24px;
        margin-bottom: 3px;
        padding-top: 3px;
        cursor: pointer;
        line-height: 1;
        /*font-size: 16px;*/
    }
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .control_indicator {
        position: absolute;
        top: 1px;
        left: 0;
        height: 20px;
        width: 20px;
        background: #ffffff;
        border: 3px solid #e28d04;
        border-radius: 3px;
    }
    .control:hover input ~ .control_indicator,
    .control input:focus ~ .control_indicator {
        background: #ffffff;
    }

    .control input:checked ~ .control_indicator {
        background: #ffffff;
    }
    .control:hover input:not([disabled]):checked ~ .control_indicator,
    .control input:checked:focus ~ .control_indicator {
        background: #ffffff;
    }
    .control input:disabled ~ .control_indicator {
        background: #e6e6e6;
        opacity: 1;
        pointer-events: none;
    }
    .control_indicator:after {
        box-sizing: unset;
        content: '';
        position: absolute;
        display: none;
    }
    .control input:checked ~ .control_indicator:after {
        display: block;
    }
    .control-checkbox .control_indicator:after {
        left: 5px;
        top: 0px;
        width: 3px;
        height: 9px;
        border: solid #28a745;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }
    .control-checkbox input:disabled ~ .control_indicator:after {
        border-color: #9aa49c;
    }
    .control-checkbox .control_indicator::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 3.943rem;
        height: 3.987rem;
        margin-left: -1.3rem;
        margin-top: -1.3rem;
        background: #e9e712;
        border-radius: 3rem;
        opacity: 0.6;
        z-index: 99999;
        transform: scale(0);
    }
    @keyframes s-ripple {
        0% {
            transform: scale(0);
        }
        20% {
            transform: scale(1);
        }
        100% {
            opacity: 0;
            transform: scale(1);
        }
    }
    @keyframes s-ripple-dup {
       0% {
           transform: scale(0);
        }
       30% {
            transform: scale(1);
        }
        60% {
            transform: scale(1);
        }
        100% {
            opacity: 0;
            transform: scale(1);
        }
    }
    .control-checkbox input + .control_indicator::before {
        animation: s-ripple 250ms ease-out;
    }
    .control-checkbox input:checked + .control_indicator::before {
        animation-name: s-ripple-dup;
    }

/* checkbox end */

.ais-RefinementList-labelText,.ais-ToggleRefinement-labelText {
	font-weight: bold;
    font-size: 14px;
}

.tag-hit {
    font-family: Prompt-Medium;
    font-size: 1.1rem;
    color: rgb(92, 77, 70);
}

.tag-hit:hover, .tag-hit:focus, .tag-hit:active {
    color: #e26e23;
}

.story-full-last2 {
    border: 2px solid rgba(255,255,255,0);
    margin: unset;
}
.story-full-last2:hover {
    box-shadow: 0 0 10px rgb(254 174 27 / 80%);
    border: 2px solid rgb(254,174,27);
}

.story-full-img {
    min-height: 175px;
}

.mark, mark {
    padding: .2em;
    color: #E52A25;
    background-color: rgb(254,174,27);
}

.ais-InfiniteHits-loadMore {
    width: 100%;
}

@media (min-width: 768px) {
    .ais-InfiniteHits-loadMore {
        width: 25%;
    }
}

.small-box {
    cursor: pointer;
    color: rgb(226, 110, 35);
}

.ais-InfiniteHits-loadMore--disabled {
    display: none;
}

.ais-RefinementList-list .ais-RefinementList-item:last-child div label {
    margin-right: 0!important;
}

.ais-CurrentRefinements-label {
    font-size: 18px;
}

.keywordsHitsContentMain {
    height: 30.5px;
    overflow: hidden;
}

.keywordsHitsContentItem {
    cursor: pointer;
    border: 1px solid #e26e23;
    min-height: 24.59px;
}
