@font-face {
    font-family: "chalk";
    src: url('fonts/DJBChalkItUp.eot?#iefix') format('embedded-opentype'), url('fonts/DJBChalkItUp.woff') format('woff'), url('fonts/DJBChalkItUp.ttf') format('truetype'), url('fonts/DJBChalkItUp.svg#DJBChalkItUp') format('svg');

}

@font-face {
    font-family: "indira";
    src: url('fonts/IndiraK.eot?#iefix') format('embedded-opentype'), url('fonts/IndiraK.woff') format('woff'), url('fonts/IndiraK.ttf') format('truetype'), url('fonts/IndiraK.svg#IndiraK') format('svg');
}

@font-face {
    font-family: 'PlantagenetCherokee';
    src: url('fonts/PlantagenetCherokee.woff') format('woff'), url('fonts/PlantagenetCherokee.ttf')  format('truetype'), url('fonts/PlantagenetCherokee.svg#PlantagenetCherokee') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Planewalker';
    src: url('fonts/Planewalker.eot');
    src: url('fonts/Planewalker.woff2') format('woff2'),
    url('fonts/Planewalker.woff') format('woff'),
    url('fonts/Planewalker.ttf') format('truetype'),
    url('fonts/Planewalker.svg#Planewalker') format('svg'),
    url('fonts/Planewalker.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'DevanagariRag';
    src: url('fonts/Georgia.eot') format('embedded-opentype'), url('fonts/Georgia.woff') format('woff'), url('fonts/Georgia.ttf') format('truetype'), url('fonts/Georgia.svg#Georgia') format('svg');
}

@font-face {
    font-family: 'DevanagariBold';
    src: url('fonts/Georgia-Bold.eot') format('embedded-opentype'), url('fonts/Georgia-Bold.woff') format('woff'), url('fonts/Georgia-Bold.ttf') format('truetype'), url('fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
}


body {

    font-family: 'Noto Serif', serif;
}

.text-left{
    float: left;
}

.text-right{
    float: right;
}

.container-fluid {
    max-width: 1262px;
}
.no-overflow{
    overflow: hidden;
}

.container-fluid.full-width {
    max-width: none;
}

.header-top-brickmat{
    background-image: url("img/brick-logo.png");
    background-repeat: repeat-x;
    height: 49px;
}

.header-top-woodmat{
    background-image: url("img/wood-mat.png");
    background-repeat: repeat-x;
    height: 51px;
}

.brick-background{
    background-image: url("img/brick-bg.png");
    background-repeat: repeat;
}

.header-site-logo{
    text-align: center;
    position: relative;
    top: -32px;

}


.header-navigation >  nav{
    border-radius: 0px;
    border: none;
    min-height: inherit;
}

.header-navigation >  nav ul.nav.navbar-nav li:not(:first-child)::before{
    font-family: 'Noto Serif', serif;
    font-size: 22.23px;
    content: "-";
    position: absolute;
    top: 10px;
    color: #f3f3f2;
    background-color: transparent;
    margin-left: -7px;
}

.header-navigation >  nav ul.nav.navbar-nav li a{
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.header-navigation >  nav ul.nav.navbar-nav{
    padding: 6px 0px;
}

.header-navigation >  nav ul.nav.navbar-nav li{
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
}

.header-navigation > .navbar-default .navbar-nav .active>a,
.header-navigation >  nav ul.nav.navbar-nav li a:focus,
.header-navigation >  nav ul.nav.navbar-nav li a:hover {
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.navbar-default .navbar-nav>li>a {
    color: #f3f3f2;
    background-color: transparent;
    text-decoration: none;
}

.navbar {
    margin-bottom: 20px;
    margin-top: -10px;
}


.home-contents{
    background-image: url("img/content-bg.png");
    background-repeat:repeat;
    margin-bottom: 20px;
}

.home-page-slider > div .home-page-slider-track .home-page-slider-box img{
    outline:none;
    width: 100%;
    height: auto;
}

.home-page-slider > div .home-page-slider-track{
    margin-top: 24px;
}

.home-page-slider > div .slick-slider {
    margin-bottom: 10px;
}

.home-page-slider > div .home-page-slider-track button.slick-next.slick-arrow{
    background-image: url('img/arrow-right.png');
    background-repeat: no-repeat;
}

.home-page-slider > div .home-page-slider-track button.slick-prev.slick-arrow{
    background-image: url('img/arrow-left.png');
    background-repeat: no-repeat;
}

.home-page-slider > div .home-page-slider-track .home-page-slider-box{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
}

.home-page-slider > div .home-page-slider-track .slick-next{
    right: -33px;
}

.home-page-slider > div .home-page-slider-track .slick-prev{
    left: -33px;
}

.home-page-slider > div .home-page-slider-track .slick-next::before,
.home-page-slider > div .home-page-slider-track .slick-prev::before {
    display: none;
}

.home-page-slider > div .home-page-slider-track .slick-prev, .home-page-slider > div .home-page-slider-track .slick-next {
    top:48%;
    width: 42px;
    height: 73px;
}

.home-contents .home-page-yard{
    background-image: url('img/text-bg.png');
    background-repeat: repeat;
    text-align: center;
    margin-bottom: 10px;
}

.home-contents .home-page-yard h2{
    font-family: 'Noto Serif', serif;
    font-size: 30px;
    color: #f3f3f2;
    margin-top: 10px;
}

.home-contents .home-page-yard .home-page-yard-description{
    font-family: 'Noto Serif', serif;
    font-size: 17px;
    color: #f3f3f2;
    line-height: 19px;
    padding-bottom: 19px;
}

.home-contents .home-page-category{
    margin-top: 4px;
}

.home-contents .home-page-category .category-box-border {
    padding: 14px;
    background: white;
    text-align: center;
}

.home-contents .home-page-category .category-box-border img{
    width: 100%;
    height: auto;
}

.home-page-category .home-shop-category-box .home-category-text{
    background-image: url('img/text-bg.png');
    background-repeat: repeat;
    text-align: center;
}

.home-contents .home-page-category .home-shop-category-box .home-category-text a{
    font-family: 'Noto Serif', serif;
    font-size: 25.8px;
    color: #f3f3f2;
    padding-bottom: 19px;
    text-decoration: none;
}

.home-contents .home-page-category .home-shop-category-box .home-category-text a:hover{
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.home-contents .home-page-category .home-shop-category-box .home-category-text{
    margin-top: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.home-contents .home-page-category .category-box-content-border h2{
    font-family: 'Noto Serif', serif;
    font-size: 38.42px;
    color: #363636;
}

.home-contents .home-page-category .category-box-content-border .event-description{
    font-family: 'Noto Serif', serif;
    font-size: 29.62px;
    color: #7e7e7e;
    padding-top: 28px;
    padding-bottom: 21px;
}


.home-contents .home-page-category .home-shop-category-box .home-category-text span{
    float: right;
}

.home-contents .home-page-category .home-shop-category-box{
    margin-bottom: 13px;
}

.home-contents .dashed-boeder {
    border-style: solid;
    border-width: 10px 8px 6px 5px;
    -moz-border-image: url(img/dashed-border.png) 10 8 6 5 repeat;
    -webkit-border-image: url(img/dashed-border.png) 10 8 6 5 repeat;
    -o-border-image: url(img/dashed-border.png) 10 8 6 5 repeat;
    border-image: url(img/dashed-border.png) 10 8 6 5 repeat;
}

.home-contents .home-page-map-area{
    margin-top: 12px;
}

#gmap_canvas{
    height:378px;
    width:100%;
}

.home-contents .address-area{
    font-family: 'Noto Serif', serif;
    font-size: 25.02px;
    color: #33322f;
    padding-top: 12px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 6px;
}

.footer-space{
    margin-bottom: 29px;
}

.footer .footer-copyright{
    font-family: 'Noto Serif', serif;
    font-size: 18.3px;
    color: #f3f3f2;
    padding: 9px;
    text-align: center;
}
.footer-copyright>div>div:first-child{
    text-align: left;
}
.footer-copyright>div>div:last-child{
    text-align: right;
}
.footer-copyright>div{
    float: none;
}
.brewery-page .feedback-msg {
    font-family: DevanagariBold;
}
.brewery-page .feedback-msg a{
    color: #000000;
    text-decoration: none;
}
.brewery-page .feedback-msg a:hover{
    color: #c9b273;
    transition: all 0.2s ease;
}
#efblcf .efbl_info{
    display: none;
}
#efblcf .efbl_story_meta .efbl_read_more_link{
    float: left;
    font-family: DevanagariRag;
}
#efblcf.thumbnail .efbl_story_photo {
    float: right;
}
#efblcf{
    border: none;
    border-radius: 0;
}

/*media Queries*/

@media only screen and (min-width: 767px) {
    .text-bg-mask{
        background-image: url("img/text-bg.png");
        background-repeat:repeat;
    }
}

@media only screen and (max-width: 767px){
    .home-page-slider > div .home-page-slider-track button.slick-next.slick-arrow{
        background-image: url("img/arrow-right-mobile.png");
    }
    .home-page-slider > div .home-page-slider-track button.slick-prev.slick-arrow {
        background-image: url('img/arrow-left-mobile.png');
    }
    .home-page-slider > div .home-page-slider-track .slick-next{
        right: -25px;
    }
    .home-page-slider > div .home-page-slider-track .slick-prev {
        left: -11px;
        z-index: 20;
    }
    .dashed-boeder .slick-next {
        right: 0px;
    }
    .dashed-boeder .slick-prev {
        left: 0px;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    /*.row>div{*/
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    /*}*/
    .home-contents>div>div{
        padding-left: 0;
        padding-right: 0;
    }
    .home-page-category>div>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-page-category>div>div{

    }
    .footer-copyright>div>div:first-child, .footer-copyright>div>div:last-child{
        text-align: left;
    }
    .home-content, .yard-content, .home-page-map-area{
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer-copyright>div{
        float: left;
    }
    .home-contents .home-page-category .category-box-content-border h2{
        font-size: 30px;
    }
    .home-contents .home-page-category .category-box-content-border .event-description{
        font-size: 20px;
    }
    .home-contents .address-area{
        font-size: 21px;
    }
    .col-lg-12.dashed-boeder.slick-initialized.slick-slider{
        padding: 0;
    }
    .home-contents .dashed-boeder {
        border-width: 0;
    }
    .home-contents .home-page-category .category-box-border{
        padding: 10px;
    }
    .home-page-slider > div .home-page-slider-track .home-page-slider-box{
        padding: 10px;
    }
    .home-page-slider > div .slick-slider{
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    .home-page-category>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-toggle .icon-bar {
        width: 40px;
        height: 4px;
        border-radius: 0px;
    }
    .home-contents{
        padding: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }
    .brewery .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-default .navbar-toggle {
        border:none;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: transparent;
    }
    .navbar-toggle{
        margin-top: 2px;
        margin-bottom: 2px;
        margin-right: 0;
        padding-right: 15px;
        color: #ffffff;
    }
    .header-navigation-menu{
        position: absolute;
        top: 10px;
        z-index:100;
    }

    .footer-navigation-menu .text-bg-mask{
        background-image: url("img/text-bg.png");
        background-repeat:repeat;
    }

    .text-bg-mask-mobile{
        background-image: url("img/text-bg.png");
        background-repeat:repeat;
    }

    .text-bg-mask{
        background-color: transparent;
    }

    .header-navigation >  nav ul.nav.navbar-nav li:not(:first-child)::before{
        display: none;
    }

    .footer .footer-copyright {
        font-family: 'Noto Serif', serif;
        font-size: 15.83px;
        color: #f3f3f2;
        padding: 0px;
        text-align: left;
    }

    .home-contents .home-page-category .home-shop-category-box.last-box{
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .header-site-logo img {
        zoom: 0.95;
    }

    .home-page-slider > div .home-page-slider-track button.slick-prev.slick-arrow,
    .home-page-slider > div .home-page-slider-track button.slick-next.slick-arrow {
        zoom: 0.9;
    }
}

@media only screen and (max-width: 480px) {
    .header-site-logo img {
        zoom: 0.8;
    }

    .home-page-slider > div .home-page-slider-track .home-page-slider-box img{
        outline: none;
        width: 100%;
        height: auto;
    }

    .home-page-slider > div .home-page-slider-track .home-page-slider-box {
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: white;
    }

    .home-page-slider > div .home-page-slider-track .home-page-slider-box.col-xs-12.slick-slide {
        padding-left: 7px;
        padding-right: 7px;
    }

    .home-page-slider > div .home-page-slider-track button.slick-prev.slick-arrow,
    .home-page-slider > div .home-page-slider-track button.slick-next.slick-arrow {
        zoom: 0.8;
    }
}

@media only screen and (max-width: 412px) {
    .header-site-logo img {
        zoom: 0.75;
    }
}

@media only screen and (max-width: 384px) {
    .header-site-logo img {
        zoom: 0.65;
    }
}

@media only screen and (max-width: 320px) {
    .header-site-logo img {
        zoom: 0.5;
    }

    .footer .footer-copyright {
        font-family: 'Noto Serif', serif;
        font-size: 15.83px;
        color: #f3f3f2;
        padding: 0px;
        text-align: center;
    }
}

/*media Queries*/

/*shop page*/
.shop-page .col-xs-12 {
    padding: 0;
}

.shop-page > .col-xs-12 {
    padding: 17px 24px 28px;
}

@media only screen and (max-width: 1070px) {
    .shop-page > .col-xs-12 {
        padding: 17px 10px 28px;
    }
}

.shop-page > .col-xs-12 h2 {
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 35.11px;
    margin: 0;
    padding: 15px 0 16px;
    display: inline-block;
    width: 100%;
    background: url("img/board-tile.jpg");
    margin-bottom: 19px;
}

.shop-page > .col-xs-12 .about-wines {
    padding: 0 0;
}

@media only screen and (max-width: 767px) {
    .shop-page > .col-xs-12 .about-wines {
        padding: 0 0 20px;
    }
}

.shop-page > .col-xs-12 .about-wines .about-wines-container {
    padding: 29px 18px 20px;
    background: #ffffff;
}

.shop-page > .col-xs-12 .about-wines .about-wines-container .wines-header {
    padding: 0 0;
    font-family: 'Noto Serif', serif;
    color: #302e2c;
    font-size: 30.42px;
}

.shop-page > .col-xs-12 .about-wines .about-wines-container .wines-text {
    padding: 24px 0 15px;
    font-family: 'Noto Serif', serif;
    color: #302e2c;
    font-size: 18px;
    line-height: 22px;
}

.shop-page > .col-xs-12 .wines-slider {
    padding: 0 0 0 51px;
}

@media only screen and (max-width: 1070px) {
    .shop-page > .col-xs-12 .wines-slider {
        padding: 0 0 0 17px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-page > .col-xs-12 .wines-slider {
        padding: 0;
    }
}

.shop-page > .col-xs-12 .wines-slider .wine-slider-container {
    padding: 12px 15px;
    background: #ffffff;
}

.shop-page > .col-xs-12 .wines-slider .wine-slider-container.slick-slider {
    margin-bottom: 0;
}

.shop-page > .col-xs-12 .wines-slider .wine-slider-container .wine-single-slide {
    outline: none;
    padding: 0 0;
}

.shop-page > .col-xs-12 .wines-slider .wine-slider-container .wine-single-slide img {
    padding: 0 0;
    width: 100%;
    height: auto;
    outline: none;
}

.shop-page > .col-xs-12 .wines-slider .wine-slider-container button {
    position: absolute;
    top: 40.1%;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
    z-index: 1;
}

.shop-page > .col-xs-12 .wines-slider .wine-slider-container button.slider-next {
    left: -24px;
}

.shop-page > .col-xs-12 .wines-slider .wine-slider-container button.slider-prev {
    right: -24px;
}

.shop-page > .col-xs-12 .wine-product-slider {
    padding: 19px 0;
}

.shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container {
    background: #ffffff;
    padding: 0 10px;
}

.shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container.slick-slider {
    margin-bottom: 0;
}

.shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container .single-product-slide {
    padding: 20px 8px;
    outline: none;
}

.shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container .single-product-slide img {
    padding: 0 0;
    width: 100%;
    height: auto;
    outline: none;
}

.shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container button {
    position: absolute;
    top: 34.1%;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
    z-index: 1;
}

.shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container button.slider-next {
    left: -48px;
}

@media only screen and (max-width: 1070px) {
    .shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container button.slider-next {
        left: -24px;
    }
}

.shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container button.slider-prev {
    right: -48px;
}

@media only screen and (max-width: 1070px) {
    .shop-page > .col-xs-12 .wine-product-slider .wine-product-slider-container button.slider-prev {
        right: -24px;
    }
}

.shop-page > .col-xs-12 .opening-times {
    padding: 14px 31px 0 0;
}

@media only screen and (max-width: 767px) {
    .shop-page > .col-xs-12 .opening-times {
        padding: 14px 0 0;
    }
}

.shop-page > .col-xs-12 .opening-times .opening-times-container {
    padding: 0 0 10px;
    background: #ffffff;
    border: 4px solid;
    -moz-border-image: url(img/dashed-border.png) 4 repeat;
    -webkit-border-image: url(img/dashed-border.png) 4 repeat;
    -o-border-image: url(img/dashed-border.png) 4 repeat;
    border-image: url(img/dashed-border.png) 4 fill repeat;
}

.shop-page > .col-xs-12 .opening-times .opening-times-container .opening-times-header {
    font-family: 'Noto Serif', serif;
    color: #302e2c;
    font-size: 30.42px;
    padding: 17px 0 19px;
}

.shop-page > .col-xs-12 .opening-times .opening-times-container table tr td {
    padding: 0 22px;
    line-height: 27px;
    font-family: 'Noto Serif', serif;
    color: #302e2c;
    font-size: 22.62px;
    border: none;
}

@media only screen and (max-width: 1070px) {
    .shop-page > .col-xs-12 .opening-times .opening-times-container table tr td {
        padding: 0 5px;
        font-size: 18px;
    }
}

.shop-page > .col-xs-12 .news {
    padding: 13px 0;
}

.shop-page > .col-xs-12 .news .news-container {
    background: url("img/board-tile.jpg");
    padding: 21px 31px 70px;
}

.shop-page > .col-xs-12 .news .news-container .news-heading {
    padding: 0 0 18px;
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 30.42px;
}

.shop-page > .col-xs-12 .news .news-container .news-text {
    padding: 0 0;
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

/*shop page*/

/* new Styles */

.home-page-category>div>div:nth-child(7){
    float: right;
}
.dashed-boeder .slick-arrow {
    width: 20px;
    position: absolute;
    top: 5px;
}
.dashed-boeder .slick-arrow:before{
    display: none;
}
.dashed-boeder .slick-prev{
    left: 10px;
}
.dashed-boeder .slick-next{
    right: 10px;
}
.col-lg-12.dashed-boeder.slick-initialized.slick-slider{
    margin-bottom: 0;
}
.events-slider{
    outline: none;
}
/* end of new Styles */

/* contact page */
.contact-page,.events-page, .history-page{
    background: url("img/content-bg.png") repeat;
    margin-bottom: 20px;
    padding: 4px 23px 15px;
}
.contact-page>h1, .events-page>h1, .history-page>h1{
    background: url("img/contact-header.png") repeat;
    color: #ffffff;
    text-align: center;
    padding: 15px;
}
.addresses, .events{
    margin-top: 15px;
    background-color: #ffffff;
    padding: 15px 8px;
}
.address-blocks{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 27px;
}
.address-blocks>h2{
    margin-bottom: 17px;
}
.contact-map{
    padding: 24px 17px 16px;
    background: #ffffff;
}
.col-xs-12.contact-address-area {
    text-align: center;
    padding: 33px 0 10px;
    font-size: 29px;
}
.header-navigation nav>div,.header-navigation nav>div>div{
    padding:0;
}
.overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:480px; /* your iframe height */
    top:480px;  /* your iframe height */
    margin-top:-480px;  /* your iframe height */
}
.event-image>img{
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    margin-top: 30px;
}
.event{
    padding: 0;
    overflow: hidden;
}
.event h2{
    margin-top: 6px;
    font-size: 29px;
}
.event h3{
    font-size: 27px;
    margin-top: 13px;
    margin-bottom: 22px;
}
.event .col-sm-9{
    font-size: 18.4px;
    line-height: 1.2;
}
.event a{
    color: #0f0f0f;
}
.event hr{
    background: url("img/event-border.png") repeat transparent;
    height: 3px;
    margin-top: 17px;
    margin-bottom: 29px;
}
.col-xs-12.event-pagination {
    font-size: 25px;
    padding: 27px 4px 12px;
}
.events>div:last-child hr{
    display: none;
}
.event-pagination a{
    color: #0f0f0f;
}
.history{
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
    padding-bottom: 67px;
    margin-bottom: 6px;
}
.history h2{
    margin-top: 34px;
    margin-bottom: 29px;
}
.history-page h1{
    margin-bottom: 19px;
}
.gallery{
    background-color: #ffffff;
    padding: 20px 7px;
    margin-top: 15px;
}
.gallery-img>img{
    width: 100%;
    height: auto;
}
.col-sm-3.gallery-img {
    padding: 0 7px;
}
.gallery-img{
    outline: none;
}
.gallery button.slick-next.slick-arrow{
    background: url('img/arrow-right.png') no-repeat;
    height: 100px;
    width: 42px;
}

.gallery button.slick-prev.slick-arrow{
    height: 100px;
    width: 42px;
    background: url('img/arrow-left.png') no-repeat;
}


.gallery .slick-next{
    right: -42px;
}

.gallery .slick-prev{
    left: -42px;
}

.gallery .slick-next::before,
.gallery .slick-prev::before {
    display: none;
}
.slick-initialized .slick-slide{
    outline: none;
}
@media only screen and (min-width: 767px) {
    .event .col-sm-9{
        width: calc(100% - 300px);
    }
    .event .col-sm-3{
        width: 300px;
    }
}


/* end of contact age */

/* -----------//----------- */

/*Brewary Page*/

.brewery-page .header-logo {
    background-color: #000000;
    text-align: center;
    padding: 7px;
    margin-top: 6px;
}

.brewery-page .brewery-menu{
    margin-top: -5px;
}

.brewery-page .brewery-menu #brewery_navbar ul{
    font-family: DevanagariBold;
}

.brewery-page .nav-contact {
    font-family: DevanagariReg;
    font-size: 18px;
    /* letter-spacing: 0.3px; */
    color: #000000;
    background-color: transparent;
    float: right;
    padding-top: 8px;
    padding-bottom: 7px;
    width: 478px;
}
.dashed-boeder{
    overflow: hidden;
}
.brewery-page .nav-contact .tpno {
    font-size: 18px;
}

.brewery-page .nav-contact .brewery-separator {
    padding-left: 13px;
}

.brewery-page .nav-contact .brewery-email {
    padding-left: 12px;
    letter-spacing: 0.4px;
}

.brewery-page .brewery-menu #brewery_navbar ul li a:first-child{
    padding-left: 20px;
}

.brewery-menu .navbar-default .navbar-nav > .active > a, .brewery-menu .navbar-default .navbar-nav > .active > a:focus,
.brewery-menu .navbar-default .navbar-nav > li > a {
    font-family: DevanagariReg;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    text-transform: capitalize;
}

.brewery-menu .navbar-default .navbar-nav li a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.brewery-page .slick-slider {
    margin-bottom: 0px;
}

.brewery-page .feedback-msg {
    background: #ffffff url('img/feedback-bg.png') no-repeat;
    background-position: right center;
    /*padding-bottom: 28px;*/
}

.brewery-page .feedback-msg .feedback {
    padding-bottom: 13px;
    padding-top: 11px;
    padding-left: 1px;
}

.brewery-page .feedback-msg h2 {
    padding-top: 7px;
    padding-left: 5px;
    letter-spacing: -0.8px;
    font-family: 'Noto Serif', serif;
    font-size: 31.05px;
}

.brewery-page .welcome-msg h2 {
    padding-top: 15px;
    padding-left: 23px;
    letter-spacing: -0.8px;
    font-family: 'Noto Serif', serif;
    font-size: 32.65px;
    color: #ffffff;
}

.brewery-page .welcome-msg p a,
.brewery-page .welcome-msg p a:visited,
.brewery-page .welcome-msg p a:active {
    font-family: DevanagariBold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    outline: none;
}

.brewery-page .welcome-msg p a:hover {
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.brewery-page .welcome-msg {
    background: #000000 url('img/welcome-bg.png') no-repeat;
    background-position: left center;
    font-family: DevanagariBold;
    color: #ffffff;
}

.brewery-page .welcome-msg p {
    font-family: 'Noto Serif', serif;
    padding: 23px 47px 26px 24px;
    line-height: 25px;
    font-size: 12px;
    text-align: justify;
    letter-spacing: 0.2px;
}

.col-muaw-left {
    width: 16%;
    display: block;
    margin: 2px 4px;
    padding: 0px;
    float: left;
}

.col-muaw-left img {
    width: 100%;
}

.col-muaw-right {
    /*padding-top: 13px;*/
    width: 80%;
    display: block;
    margin: 0px;
    float: left;
}

.col-muaw-right .links {
    padding-top: 10px;
}

.col-muaw-right .text-body {
    font-family: DevanagariReg;
    font-size: 15px;
    letter-spacing: -0.13px;
    padding-top: 10px;
    padding-left: 8px;
    font-weight: bold;
}

.col-muaw-right .links a {
    color: #000000;
    text-decoration: none;
}

.col-muaw-right .links a:hover {
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.col-muaw-right .links {
    font-family: DevanagariRag;
    font-size: 12px;
    letter-spacing: -0.2px;
    padding-top: 22px;
    padding-left: 9px;
}


/*--------Brewary Page--------*/
.brewery-page .header-logo img{
    position: relative;
    left: -11px;
    top: -6px;
}

.brewery{
    padding-left: 15px;
}




.brewery-page .vsit-us,
.brewery-page .welcome-area,
.brewery-page .brewery-map,
.brewery-page .sec-slider {
    background-color: #000000;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
}

.brewery-page .address {
    background-color: #000000;
    padding-top: 23px;
    padding-bottom: 19px;
}

.brewery-page .brewery-map {
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.brewery-page .sec-slider div div img {
    width: 100%;
    height: auto;
}

.brewery-page .vsit-us {
    background-image: url('img/visit-us.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.brewery-page .vsit-us .title-one {
    font-family: 'Noto Serif', serif;
    font-size: 32.65px;
    text-align: center;
    color: #ffffff;
    padding-top: 70px;
}

.brewery-page .vsit-us .title-two {
    font-family: 'Noto Serif', serif;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.brewery-page .vsit-us .content {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 21px 285px 123px;
}

.brewery-page .address div div {
    font-family: DevanagariReg;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
/*Brewery Page*/

.sec-slider .brewery-slider-container .single-product-slide {
    padding: 11px 6px;
    outline: none;
}

.top-slider .home-page-slider-track button,
.sec-slider .brewery-slider-container button {
    padding: 0px;
    position: absolute;
    z-index: 10;
    bottom: 4px;
    border: 0px;
    outline: none;
}

.top-slider .home-page-slider-track button{
    bottom:0px;
}

.top-slider .home-page-slider-track button.slider-next,
.sec-slider .brewery-slider-container button.slider-next {
    right: 0px;
}

.top-slider .home-page-slider-track button.slider-prev,
.sec-slider .brewery-slider-container button.slider-prev {
    left: 0px;
}

.brewery-page .row.mobile-contacts{
    background-color: #000000;
    border-color: #000000;
    font-family: DevanagariReg;
    font-size: 16px;
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.brewery-page .row.mobile-contacts{
    display: none;
}

/*Brewery about page*/
.brewery-page .brewery-aboutus{
    background: #000000 url('img/brewery-about-bg.png') no-repeat 0% 0%;
    margin-bottom: 35px;
}

.brewery-page .brewery-aboutus .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;
    padding: 12px 8px;
    letter-spacing: -0.8px;
}


.brewery-page .brewery-aboutus .content{
    font-family: DevanagariReg;
    color: #ffffff;
    font-size: 16px;
    padding:0px;
}


.brewery-page .brewery-aboutus .content p{
    padding: 11px 9px 6px;
    letter-spacing: -0.3px;
    line-height: 24px;
}

.brewery-page .brewery-aboutus .facebook{
    padding-bottom: 46px;
}

.brewery-page .brewery-aboutus .facebook .fb-logo{
    text-align: center;
    padding: 30px 0px;
}

.brewery-page .brewery-aboutus .facebook .fb-content{
    text-align: center;
    font-family: DevanagariReg;
    color: #ffffff;
    font-size: 16px;
}

.brewery-page .brewery-aboutus .facebook .fb-content a,
.brewery-page .brewery-aboutus .facebook .fb-content a:active,
.brewery-page .brewery-aboutus .facebook .fb-content a:visited{
    text-decoration: none;
    outline:none;
    color: #ffffff;
}

.brewery-page .brewery-aboutus .facebook .fb-content a:hover{
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
/*Brewery about page*/

/*Brewery contact page*/
.contact-page{
    padding-bottom: 39px;
}

.brewery-page .brewery-contact,
.brewery-page .brewery-contact-map{
    background: #000000;
    padding-bottom: 7px;
}

.brewery-page .brewery-contact .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;
    padding: 12px 13px 34px;
    letter-spacing: -0.8px;
}

.brewery-page .brewery-contact-map .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;

    padding: 12px 0px 31px;
    letter-spacing: -0.8px;
}


.brewery-page .brewery-contact .content{
    font-family: DevanagariReg;
    color: #ffffff;
    font-size: 18px;
    padding: 0px;
    letter-spacing: -0.3px;
}

.brewery-page .brewery-contact-map .direction{
    text-align: justify;
}

.brewery-page .brewery-contact-map .direction-title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;
    padding: 12px 0px 3px;
    letter-spacing: -0.8px;
}

.brewery-page .brewery-contact-map .direction-title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;
    padding: 12px 0px 3px;
    letter-spacing: -0.8px;
}


.brewery-page .brewery-contact-map .map-title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;
    padding: 7px 0px 14px;
    letter-spacing: -0.8px;
}

.brewery-page .brewery-contact-map .brewery-map #map{
    height: 406px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.brewery-page .brewery-contact-map .address,
.brewery-page .brewery-contact-map .direction{
    font-family: DevanagariReg;
    color: #ffffff;
    font-size: 18px;
    padding: 0px;
    letter-spacing: -0.3px;
}

.brewery-page .brewery-contact .content > div{
    padding: 0px;
    text-align: left;
}

.brewery-page .brewery-contact .content > div .line-two{
    letter-spacing: -0.1px;
}

.brewery-page .brewery-contact .content > div .line-three{
    padding: 21px 10px 0px;
}
.brewery-page .brewery-contact .content > div .line-three img{
    width:100%;
    height: auto;
    max-width: 294px;
}
.brewery .home-page-slider-box img{
    width: 100%;
    height: auto;
}

.brewery-page .brewery-contact .content > div .line-one .name{
    padding: 0px 4px 0px 0px;
    display: inline-block;
    letter-spacing: -0.1px;
}
.brewery-page .brewery-contact .content > div .line-one .tp{
    padding: 0px 0px;
    text-align: left;
    display: inline-block;
    letter-spacing: -0.5px;
}

.brewery-page .brewery-contact .content > div .line-one,
.brewery-page .brewery-contact .content > div .line-two{
    padding: 0px 10px;
}


.brewery-page .brewery-contact .content p{
    padding: 11px 9px 6px;
    letter-spacing: -0.3px;
    line-height: 24px;
}

.brewery-page .brewery-contact .facebook{
    padding-bottom: 46px;
}

.brewery-page .brewery-contact .facebook .fb-logo{
    text-align: center;
    padding: 30px 0px;
}

.brewery-page .brewery-contact .facebook .fb-content{
    text-align: center;
    font-family: DevanagariReg;
    color: #ffffff;
    font-size: 16px;
}

.brewery-page .brewery-contact .facebook .fb-content a,
.brewery-page .brewery-contact .facebook .fb-content a:active,
.brewery-page .brewery-contact .facebook .fb-content a:visited{
    text-decoration: none;
    outline:none;
    color: #ffffff;
}

.brewery-page .brewery-contact .facebook .fb-content a:hover{
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
/*Brewery contact page*/

/*Brewery stockist page*/
.brewery-page .brewery-stockist{
    background: #000000;
    padding-bottom: 21px;
}
.brewery-page .visit-section{
    background: #000000;
}

.brewery-page .brewery-stockist .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;
    padding: 12px 13px 18px;
    letter-spacing: -0.8px;
}

.brewery-page .visit-section{
    margin-top: 15px;
    margin-bottom: 25px;
    background: #000000 url('img/visit-cartmel.png') no-repeat;
}

.brewery-page .visit-section .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.65px;
    padding: 42px 0px 41px 13px;
    letter-spacing: -0.8px;
}
.brewery-page .visit-section .cartmel-beer{
    text-align: right;
    padding: 16px 0px;
}

.brewery-page .brewery-stockist .content{
    padding: 0px 6px;
}

.brewery-page .brewery-stockist .content #map{
    width:100%;
    height: 762px;
}

.brewery-page .brewery-stockist .note{
    font-family: DevanagariRag;
    color: #ffffff;
    font-size: 16px;
    padding: 27px 12px 12px 12px;
    letter-spacing: -0.25px;
    line-height: 19px;
}

.brewery-page .brewery-stockist .note img{
    float: left;
    padding-right: 15px;
}

.brewery-page .brewery-stockist .note div{
    padding-top: 17px;
}

.brewery-page .visit-section .content{
    font-family: DevanagariRag;
    color: #ffffff;
    font-size: 17px;
    padding: 0px;
    letter-spacing: 0.21px;
    line-height: 19px;
}

.brewery-page .visit-section .content .sub-title{
    text-transform: uppercase;
}

.brewery-page .visit-section .content .sub-content{
    padding-top: 29px;
    letter-spacing: 0.3px;
    line-height: 21px;
}

.brewery-page .visit-section .content .link{
    padding-top: 30px;
    letter-spacing: 0.03px;
}

.brewery-page .visit-section .content .link a,
.brewery-page .visit-section .content .link a:active,
.brewery-page .visit-section .content .link a:visited{
    text-decoration: none;
    outline:none;
    color: #ffffff;
}

.brewery-page .visit-section .content .link a:hover{
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.stockist-page{
    padding-bottom: 26px;
}

/*product page*/
.brewery-page .brewery-beers{
    background: #000000;
    padding-bottom: 4px;
}

.brewery-page .product-section > div > div{
    padding: 8px 12px 8px 18px;
}

.brewery-page .product-section .product-tile{
    background: #000000;
}

.brewery-page .product-section .product-tile .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 21.53px;
    letter-spacing: -0.8px;
    text-align: center;
    padding-top: 14px;
}

.brewery-page .product-section .product-tile .product-image{
    text-align: center;
}

.brewery-page .product-section .product-tile .description{
    font-family: DevanagariRag;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.21px;
    text-align: center;
    padding: 27px 0px 0px;
    line-height: 24px;
}

.brewery-page .product-section .product-tile .button{
    text-align: center;
    /*padding-bottom: 23px;*/
}

.brewery-page .product-section .product-tile .button a{
    background: #ffffff url('img/right-arrow.png') no-repeat 89%;
    font-family: DevanagariRag;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.21px;
    padding: 9px 33px;
    display: inline-block;
    text-decoration: none;
    outline: none;
}

.brewery-page .product-section .product-tile .button a:hover{
    color: #c9b273;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.brewery-page .brewery-beers .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 32.60px;
    padding: 12px 0px 0px 24px;
    letter-spacing: -0.91px;
}

.brewery-page .product-section{
    margin-top: 10px;
    margin-bottom: 40px;
}

.beer-page{
    padding-bottom: 39px;
}
/*product page*/

/*single product page*/
.brewery-page .brewery-single-beer{
    background: #000000;
    padding-bottom: 2px;
    margin-bottom: 14px;
}

.brewery-page .single-beer-stockist{
    background: #000000;
    padding-bottom: 2px;
    margin-bottom: 14px;
}

.brewery-page .single-beer-stockist > div > div{
    padding:0px;
}

.brewery-page .single-product-section > div > div{
    padding: 8px 12px 8px 18px;
}

.brewery-page .single-product-section .product-tile{
    background: #000000;
}

.brewery-page .single-product-section .product-tile .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 21.53px;
    letter-spacing: -0.8px;
    text-align: center;
    padding-top: 14px;
}

.brewery-page .single-beer-stockist .title{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 23.74px;
    letter-spacing: -0.5px;
    padding: 15px 4px 5px;
}

.brewery-page .single-product-section .product-tile .product-image{
    text-align: center;
}

.brewery-page .single-product-section .product-tile .description{
    font-family: DevanagariRag;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.21px;
    text-align: center;
    padding: 27px 0px 0px;
    line-height: 24px;
}

.brewery-page .single-beer-stockist .description{
    font-family: DevanagariRag;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.18px;
    padding: 2px 10px 2px 4px;
    line-height: 24px;
}

.brewery-page .single-product-section .product-tile .button{
    text-align: center;
    padding-bottom: 23px;
}

.brewery-page .single-beer-stockist .button{
    padding: 24px 8px 5px;
}

.brewery-page .single-beer-stockist .map-area{
    padding: 21px 7px 18px;
}

.brewery-page .single-beer-stockist .map-area #map{
    width:100%;
    height: 162px;
}

.brewery-page .single-product-section .product-tile .button a,
.brewery-page .single-beer-stockist .button a{
    background: #ffffff url('img/right-arrow.png') no-repeat 89%;
    font-family: DevanagariRag;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.21px;
    padding: 9px 33px;
    display: inline-block;
    text-decoration: none;
    outline: none;
}

.brewery-page .single-product-section .product-tile .button a:hover,
.brewery-page .single-beer-stockist .button a:hover{
    color: #c9b273;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.brewery-page .single-product-section{
    margin-top: 10px;
    margin-bottom: 30px;
}

.brewery-page .brewery-single-beer .title-one{
    font-family: PlantagenetCherokee;
    color: #ffffff;
    font-size: 20.66px;
    padding: 25px 4px;
    letter-spacing: -0.26px;
}
.brewery-page .brewery-single-beer .title-one a{
    color: #ffffff;
}
.brewery-page .brewery-single-beer .title-one a:hover{
    color: #c9b273;
    transition: all 0.2s ease;
    text-decoration: none;
}

.brewery-page .brewery-single-beer .title-two{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 24.59px;
    padding: 28px 7px;
    letter-spacing: -0.26px;
}

.brewery-page .brewery-single-beer .description{
    font-family: DevanagariRag;
    color: #ffffff;
    font-size: 16px;
    padding: 1px 8px;
    letter-spacing: -0.5px;
    line-height: 25px
}

.brewery-page .brewery-single-beer img{
    width:100%;
    height: auto;
}

.brewery-page .brewery-single-beer > div{
    padding-right: 0px;
    padding-left: 0px;
}

.brewery-page .brewery-single-beer .product-image{
    padding-right: 0px;
    padding-left: 0px;
}

.brewery-page .brewery-single-beer .description ul{
    ont-family: DevanagariRag;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    padding: 28px 21px;
    letter-spacing: -0.61px;
}

.beer-page{
    padding-bottom: 39px;
}
/*single product*/

.mobile-footer{
    display: none;
}

.mobile-footer .navbar{
    margin: 0px;
}

.mobile-footer .mobile-footer-mask{
    background: url("img/text-bg.png") repeat;
}

.mobile-footer .navbar-collapse{
    border-color: #e7e7e7;
}

.mobile-footer .navbar-default{
    background: transparent;
    border: none;
}

.mobile-footer .navbar-default .navbar-toggle {
    margin-bottom: 6px;
}
.single-page img{
    max-width: 300px;
    height: auto;
    float: right;
    margin-left: 15px;
}
.single-content{
    font-size: 20px;
}

.mobile-footer .navbar-default ul.nav.navbar-nav li a:hover {
    color: #c9b273;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.welcome-msg a{
    color: #ffffff;
    text-decoration: none;
}
/* -----------//----------- */

/*media Queries*/

@media only screen and (min-width: 1280px){

    .col-muaw-6_5{
        width: 46%;
    }

    .col-muaw-push-6_5 {
        left: 54%;
    }

    .col-muaw-5_5{
        width: 54%;
    }

    .col-muaw-pull-5_5 {
        right: 46%;
    }

    .brewery-page .brewery-single-beer .product-image image{
        padding-left: 46px;
    }

    .brewery-page .brewery-contact-map .direction p{
        padding-right: 53px;
        line-height: 25px;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width:1280px ){
    .nav > li > a {
        padding: 10px 7px;
    }
    .header-navigation > nav ul.nav.navbar-nav li a {
        font-size: 18px;
    }
    .header-navigation > nav ul.nav.navbar-nav li:not(:first-child)::before{
        top :7px;
    }
}

@media only screen and (max-width: 1069px) {
    .brewery-page .row.mobile-contacts{
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    }
    .brewery-page .nav-contact{
        display: none;
    }

    .brewery-page .vsit-us .content {
        padding: 21px 123px 123px;
    }
}
@media only screen and (max-width:990px ){
    .nav > li > a {
        padding: 10px 5px;
    }
    .header-navigation > nav ul.nav.navbar-nav li a {
        font-size: 13px;
    }
    .header-navigation > nav ul.nav.navbar-nav li:not(:first-child)::before{
        top :5px;
    }
}
@media only screen and (min-width: 767px) {
    #wpadminbar {
        position: fixed!important;
    }

    .brewery .brewery-page .brewery-menu nav > div{
        padding-left: 0px;
        padding-right: 0px;
    }

    .text-bg-mask {
        background: url("img/text-bg.png") repeat;
    }
    /*.header-navigation > nav ul.nav.navbar-nav li a{*/
        /*font-size: 13px;*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    .brewery-aboutus>div, .brewery-aboutus>div>div{
        padding-right: 0;
        padding-left: 0;
    }
    .brewery-page .brewery-aboutus .content, .shop-page > .col-xs-12 .news .news-container .news-text, .shop-page > .col-xs-12 .about-wines .about-wines-container .wines-text{
        text-align: justify;
    }
    .mobile-footer{
        float: right!important;
        margin-right: 10px;
    }
    .brewery-page .welcome-msg p{
        padding: 10px;
    }
    .navbar-nav {
        margin: 0;
    }

    .mobile-footer{
        display: block;
    }

    .footer-navigation-menu{
        display: none;
    }

    .brewery-page .visit-section .cartmel-beer {
        text-align: center;
    }

    .brewery-page .visit-section .content {
        padding-bottom: 10px;
    }

    .brewery-page .brewery-contact .content > div {
        text-align: center;
        padding: 0px 0px 15px;
        font-size:18px;
    }

    .brewery-page .nav-contact{
        display: none;
    }

    .brewery-page .vsit-us .content {
        padding: 21px 6px 123px;
    }

    .header-navigation-menu {
        position: inherit;
        top: 10px;
        z-index: 100;
    }

    .footer-navigation-menu .text-bg-mask {
        background: url("img/text-bg.png") repeat;
    }

    .text-bg-mask-mobile {
        background: url("img/text-bg.png") repeat;
    }

    .text-bg-mask {
        background-color: transparent;
    }

    .header-navigation > nav ul.nav.navbar-nav li:not(:first-child)::before {
        display: none;
    }

    .footer .footer-copyright {
        font-family: 'Noto Serif', serif;
        font-size: 15.83px;
        color: #f3f3f2;
        padding: 0px;
        text-align: left;
    }

    .home-contents .home-page-category .home-shop-category-box.last-box {
        display: none;
    }
    .header-navigation > nav ul.nav.navbar-nav li a {
        font-size: 17px;
    }
    .brewery-menu button{
        margin-right: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .header-site-logo{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-site-logo img {
       width: 100%;
    }

    .home-page-slider > div .home-page-slider-track button.slick-prev.slick-arrow,
    .home-page-slider > div .home-page-slider-track button.slick-next.slick-arrow {
        zoom: 0.9;
    }
}
@media screen and (max-width: 600px){
    #wpadminbar {
         position: fixed;
    }
}
@media only screen and (max-width: 480px) {
    .header-site-logo{
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-page-slider > div .home-page-slider-track .home-page-slider-box img {
        outline: none;
        height: auto;
        width: 100%;
    }

    .home-page-slider > div .home-page-slider-track .home-page-slider-box {
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: white;
    }

    .home-page-slider > div .home-page-slider-track .home-page-slider-box.col-xs-12.slick-slide {
        padding-left: 7px;
        padding-right: 7px;
    }

    .home-page-slider > div .home-page-slider-track button.slick-prev.slick-arrow,
    .home-page-slider > div .home-page-slider-track button.slick-next.slick-arrow {
        zoom: 0.8;
    }
}

@media only screen and (max-width: 412px) {

    .footer .footer-copyright {
        font-size: 12.83px;
        color: #f3f3f2;
        padding: 0px;
        text-align: left;
    }
    .footer .footer-copyright > div {

    }
    .footer .footer-copyright > div > div:first-child {

    }

    .header-site-logo{
        padding-left:0;
        padding-right:0;
    }
    .brewery-page .row.mobile-contacts {
        font-size: 14px;
    }
}

@media only screen and (max-width: 384px) {
    .header-site-logo img {
        zoom: 0.65;
    }
}

@media only screen and (max-width: 320px) {
    .header-site-logo img {
        zoom: 0.5;
    }

    .footer .footer-copyright {
        font-family: 'Noto Serif', serif;
        font-size: 15.83px;
        color: #f3f3f2;
        padding: 0px;
        text-align: center;
    }
}

/* -----------//----------- */

