/* Set the size of the div element that contains the map */
input[type="email"], input[type="text"], input[type="password"], textarea, select, button {
    background-color: #fafafa;
    padding: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #6a6a6a;
    border: 1px solid rgba(0,0,0,.05);
    border-bottom: 2px solid rgba(0,0,0,.1);
    background: #f7f7f7;
    font-size: .9em;
    -webkit-appearance: none;
}

#br-container .messages{

}

#br-container .errors{
    color: red;
}

.gridjs.gridjs-container{
    margin: 20px 0 20px 0;
}

td.gridjs-td{
    border: none;
    border-bottom: 1px solid #e5e7eb;
}


element.style {
    width: 100%;
    height: auto;
}
.gridjs-wrapper:last-of-type {
    /* border-radius: 8px; */
    /* border-bottom-width: 1px; */
}
.gridjs-wrapper {
    position: relative;
    z-index: 1;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    border-radius: 8px 8px 0 0;
    display: block;
    border-top-width: 0px;
    border-color: #e5e7eb;
}

th.gridjs-th {
    color: #6b7280;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-top: none;
    padding: 14px 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
}

.outlet-name {
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.7em;
    color: #dd3333;
}

.gridjs-td{
    line-height: 1.7;
    color: #6a6a6a;
}

.outlet-type{
    font-size: 14px;
    background-color: #dedede;
    font-weight: bold;
    padding: 5px;
}

.outlet-distance{
    font-size: 13px;
    padding: 5px;
}

.load-more{
    text-align: center;
}

.load-more a{
    color: white;
    background-color: #dd3333;
    padding: 10px;
    border-radius: 10px;
}

.pagination {
    text-align: center;
}

.pagination span, .pagination a, .pagination-prev a, .pagination-next a, .older-comments, .newer-comments {
    float: none;
    display: inline-block;   
}

.beverageradar-prod-template-default.single #content{
    width: 100%;
}
.beverageradar-prod-template-default.single #sidebar{
    display: none;
}

.beverageradar-prod {
    border-bottom: 1px solid #dfdfde;
    margin-bottom: 15px;
}

.beverageradar-prod:last-child {
    border: 0;
}

.beverageradar-prod .inside.panel {
    display: flex;
}

.beverageradar-prod .inside.panel .thumb {
    width: auto;
    margin: 2px;
}

.beverageradar-prod .inside.panel .panel-right:not(:first-child) {
    /*width: 70%;*/
    flex: 0 0 70%;
    padding-left: 25px;
}

@media only screen and (max-width : 320px) {
    .beverageradar-prod .inside.panel {
        display: inline-block;
    }
    .beverageradar-prod .inside.panel .panel-right {
        padding-left: unset!important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .beverageradar-prod .inside.panel {
        display: inline-block;
    }
    .beverageradar-prod .inside.panel .panel-right {
        padding-left: unset!important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .beverageradar-prod .inside.panel {
        display: inline-block;
    }
    .beverageradar-prod .inside.panel .panel-right {
        padding-left: unset!important;
    }
}

.moreButton {
    line-height: 1.7em;
    font-size: 1em;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-style: normal;
}
.moreButton a {
    color: white;
    background-color: #dd3333;
    padding: 10px;
    border-radius: 10px;
}

.beverageradar-beer-button a.bevradar-url {
    color: black;
    background-color: #f0f0ee;
    padding: 10px;
    border-radius: 10px;
}

.beverageradar-beer-button a.bevradar-url.active {
    color: white;
    background-color: #dd3333;
}

.beverageradar-beer-button {
    border-bottom: 1px solid #dfdfde;
    padding-bottom: 25px;
    padding-top: 10px;
}

.beverageradar-beer-pages {
    margin: 20px auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.beer-list {
    display: flex;
    flex-flow: wrap;
}

.bevrader-beer {
    margin: 0 0 20px 0; 
    padding-right: 10px;
    flex: 0 0 33.33%;
    box-sizing: border-box;
}

.bevrader-beer a {
    position: relative;
    display: block;
}

.bevrader-beer a > span {
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    background: #dd3333;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    opacity: 0;
    transition: all ease 0.5s;
    text-align: center;
}

.bevrader-beer a:after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.9); 
    opacity: 0;
    transition: all ease 0.3s;
}

 .bevrader-beer a:hover:after {
    opacity: 1;    
 }
 
.bevrader-beer a:hover > span {
     opacity: 1;
     transform: translate(-50%, -50%);
}

#content .bevrader-beer a img.postThumb {
    margin: 0 !important;
}

.bevrader-beer img.wp-post-image {
    height: auto;
    width: 100%; 
    max-width: 300px !important;
}                 

.beverageradar-beer-button .bevradar-url.active:hover {
    color: rgba(255,255,255, 0.7);
}

.wp-block-image img {
    height: auto;   
}

@media only screen and (max-width : 768px) {
    .beer-list {
        display: block
    } 
    #content .bevrader-beer a img.postThumb, #content .bevrader-beer a img {
        margin: 0 auto !important
    }
}