@import url('https://fonts.googleapis.com/css2?family=Rowdies&display=swap');
.axiom-header {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
    transition: ease 300ms;
}

.fusion-is-sticky .axiom-header {
    padding: 0;
}

.axiom-header .axiom-logo {
    display: flex;
    align-items: center;
    flex: 2;
    text-align: center;
}

.axiom-header .top_menu {
    flex: 3;
}

.to-top-container {
    position: fixed;
    right: 100px;
    bottom: 20px;
    z-index: 1000;
    opacity: 0;
}

.to-top-container a {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    line-height: 45px;
}

.to-top-container a:hover {
    background-color: #8a8d8f;
}

.to-top-container a:before {
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
    color: #fff;
}

.to-top-container.show {
    opacity: 1;
}

.fancybox-content {
    background-color: #000;
    padding: 5px
}

.post-7 .fusion-column-wrapper .fusion-text:first-child p {
    font-size: 1.6em;
    color: rgba( 0,0,0,0.5 );
}

.beer-detail-item .slick-arrow:before {
    background: transparent;
    border-top: 2px solid;
    border-right: 2px solid;
    content: '';
    display: block;
    transform: rotate(45deg);
    height: 5px;
    width: 5px;
}
.beer-detail-item .slick-arrow.slick-prev:before {
    transform: rotate(-135deg);
}

img.fusion-standard-logo {
    transition: ease 300ms;
}
.fusion-is-sticky img.fusion-standard-logo {
    max-height: 55px !important;
    width: auto;
}

.gallary-column.gallary-column_single {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.gallary-column.gallary-column_single .gallary-item {
    margin-right: 15px;
    padding-top: 12%;
    position: relative;
    height: 0;
    width: calc(20% - 15px);
}

.gallary-column.gallary-column_single .gallary-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 700px) {
    .gallary-column.gallary-column_single .gallary-item {
        margin-right: 0;
        padding-top: 0;
        position: relative;
        height: auto;
        width: 100%;
    }
    .gallary-column.gallary-column_single .gallary-item img {
        height: auto;
        position: relative;
    }
}

.news-item-slider ul.slick-dots {
    display: none;
}
.news-item-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.news-item-slider {
    margin-bottom: 30px;
}
.news-item-slider:before {
    background: #000;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 300ms;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.news-item-slider:hover:before {
    opacity: .9;
}
.news-item-box {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}
.news-item-slider:hover .news-item-box {
    opacity: 1;
}
.news-item-box_title {
    color: #8a8d8f;
    font-size: 19px;
    font-family: "Axiom Header", 'Rowdies';
    font-weight: 900;
    letter-spacing: 1px;
    font-style: normal;
}
a.news-item-box_pic,
a.news-item-box_link {
    background-image: url("../img/news-zoom.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 53px;
    width: 53px;
}
a.news-item-box_link {
    background-image: url("../img/news-link.png");
}
a.news-item-box_pic {
    margin-left: 13px;
}
.news-item-box_enum a {
    transition: ease 300ms;
}
.news-item-box_enum a:hover {
    opacity: .9;
}
.mobile-slider {
    background: #050404;
    display: none;
    margin: 0 -30px;
    padding: 30px;
}
.mobile-slider-title {
    color: #fff;
    font-family: "Axiom Header", 'Rowdies';
    font-weight: 400;
    font-size: 36.66px;
    line-height: 51.171px;
    text-align: center;
    padding-bottom: 25px;
}
.mobile-slider-text {
    color: #747474;
    padding-bottom: 15px;
    text-align: center;
}
@media screen and (max-width: 640px){
    .mobile-slider {
        display: block;
    }
}