/* Set the size of the div element that contains the map */
#br-container {
    width: 100%;
    position: relative;
    /* The width is the width of the web page */
}

#map {
    height: 400px;
    width: 100%;
    /* The width is the width of the web page */
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){

    max-width: 1000px !important;

}

.srm-wrapper {
    margin: 10px 0 20px 0px;
}

a.srm{
    width: 35px;
    height: 35px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
}

.srm2{
    background-color: #FFFF45;
}

.srm3{
    background-color: #FFE93E;
}

.srm4{
    background-color: #FED849;
}

.srm6{
    background-color: #FFA846;
}

.srm9{
    background-color: #F49F44;
}

.srm12{
    background-color: #D77F59;
}

.srm15{
    background-color: #94523A;
}

.srm18{
    background-color: #804541;
}

.srm20{
    background-color: #5B342F;
}

.srm24{
    background-color: #4C3B2B;
}

.srm30{
    background-color: #38302E;
}

.srm40{
    background-color: #31302C;
}
#br-container button.beverageradar-search {
    color: white;
    background-color: #dd3333;
    padding: 10px;
    border-radius: 10px;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
}

#br-container .text-uppercase {
    text-transform: uppercase;
}
#br-container .note-message {
    margin-top: 20px;
}


.preloading-icon.enabled {
    visibility: unset;
}
.preloading-icon {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: rgb(128, 128, 128, 0.3);
    overflow: hidden;
    align-items: center;
    visibility: hidden;
    display: flex;
    justify-items: center;
    height: 100%;
}

.preloading-icon #loader {
    background-image: url(../images/Loader_Start.svg);
    width: 80px;
    height: 80px;
    top: 0;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    margin: auto;
    animation-name: loader-beverageradar;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}

@keyframes loader-beverageradar {
    0%, 100% {
        background-image: url(../images/Loader_Start.svg);
    }
    25% {
        background-image: url(../images/Loader_1.svg);
    }
    50% {
        background-image: url(../images/Loader_2.svg);
    }
    75% {
        background-image: url(../images/Loader_3.svg);
    }
}

.form-flex {
    display: flex;
}

.form-flex > input {
    flex: 1;
}

.form-flex input[type="text"], .form-flex select {
    background: #fff;
    border: 2px solid #7D7D7B;  
    margin-right: 20px; 
}

.form-flex select {
    border-radius: 4px;
    -webkit-appearance: none;  
    -moz-appearance: none;
    background: url(../images/arrows.png) right center no-repeat; 
    background-size: auto; 
    width: 100%; 
    text-indent: 0.01px; 
    text-overflow: "";  
    padding: 0 45px 0 25px;
    height: 55px;
    line-height: 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    max-width: 700px;
}

.form-flex select::-ms-expand {
    display: none;
}

th.gridjs-th-sort .gridjs-th-content {
    font-size: 28px;
}

.load-more a:hover {
    color: #fff;
}

.results-no {
    text-transform: uppercase;
    margin-left: 7px;
}

.powered {
    text-align: center;
    font-size: 12px;
    padding-top: 100px;
}

.powered img {
    margin: 10px auto 0 auto;
}

@media only screen and (max-width: 768px) {
    .results-no {
        float: none;
        text-align: center;
    } 
    .form-flex {
        flex-wrap: wrap;
    }   
    .form-flex input[type="text"], .form-flex select {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
