@font-face {
font-family: 'Roboto-Regular';
src: url('../fonts/Roboto/Roboto-Regular');
src: local('Roboto-Regular'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'DistantStroke-Medium';
src: url('../fonts/Distant_Stroke/DistantStroke-Medium');
src: local('DistantStroke-Medium'), url('../fonts/Distant_Stroke/DistantStroke-Medium.woff') format('woff'), url('../fonts/Distant_Stroke/DistantStroke-Medium.ttf') format('truetype');
}

@font-face {
font-family: 'Modern-Regular';
src: url('../fonts/Distant_Stroke/Modern-Regular');
src: local('Modern-Regular'), url('../fonts/Distant_Stroke/Modern-Regular.woff') format('woff'), url('../fonts/Distant_Stroke/Modern-Regular.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     font-size:15px;
     color: #d4b26e;
    font-family: "Open Sans",sans-serif;
     background-color: #262626;
}
p {
    color: #d4b26e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: "Open Sans",sans-serif;
}
h1, h2, h3, h4, h5, h6{
     color: #d4b26e;
    font-family: 'Modern-Regular';
    margin-top: 10px;
    margin-bottom: 10px;
}
a{
    color: #d4b26e;
}
a:focus, a:hover{
	text-decoration:none;
    color: #d4b26e;
}
nav.navbar.bootsnav .container{
    padding-left: 0px;
    padding-right: 0px;
}
.wrap-sticky nav.navbar.bootsnav .container{
        border-bottom: 1px solid #231f20;
}

.navbar-brand>img{
    width: 150px;
}
nav.navbar.bootsnav a.mash-logo img {
    width: 250px;
    padding: 10px;
}
.wrap-sticky nav.navbar.bootsnav.sticked a.mash-logo img {
    width: 150px;
}
nav.navbar.bootsnav a.mash-logo {
    position: absolute;
    top: 8px;
    width: 100%;
    float: left;
    left: 25px;
    padding: 0px;
}
.order-btn {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 9;
    margin-top: 10px;
    margin-bottom: 5px;
}
.order-btn a {
    background-color: transparent;
    border: 1px solid #d4b26e;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    transition: all 0.3s linear;
    font-weight: 600;
    font-family: 'Open Sans';
}
.order-btn a:hover{
    background-color: #d4b26e;
    border-color:#d4b26e;
    color: #000;
}
/*Navbar-sticky-menu-list*/
nav.navbar.bootsnav{
    background-color: #272425;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 10px;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 20px;
    letter-spacing: 0.5px;
}
nav.navbar.bootsnav .navbar-nav > li:last-child a{
    padding-right: 0px;
}
ul.nav.navbar-nav.navbar-right.breadcrumb {
    padding: 0px;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #d4b26e;
}
nav.navbar.bootsnav .navbar-brand{
    padding: 0px 20px;
    height: auto;
}
.navbar-right{
    float: right !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #d4b26e;
    color: #000;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #000;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
nav.navbar.bootsnav nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a, nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a, nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
      color: #d4b26e;
  }
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.navbar-nav.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #272425;
    content: "|";
    position: absolute;
    top: 15px;
    left: -19px;
    border-right: 1px dotted #fff;
    border-width: 2px;
}


ul.nav.navbar-nav.navbar-right.breadcrumb a.btn.btn-brand{
    display: table;
    position: relative;
    top: 15px;
}
/*end-navbar*/
.cont-slider{
    padding: 0px;
}
.inner-slider img{
    width: 100%;
}
.carousel-caption{
    width: 60%;
    background-color: inherit;
    text-align: left;
    top: 40%;
}
.carousel-caption h1 {
    color: #fff;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    font-weight: 700;
    text-align: center;
}
.carousel-caption h4{
    text-align: center;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 9.5px;
    margin-top: 20px;
}
.carousel-caption a {
    background-color: #231f20;
    height: auto;
    border:1px solid #fff;
    border-radius: 5px;
    display: block;
    margin: 25px auto;
}
.carousel-caption a{
    background-color: #000;
}
/*.carousel-inner .item:before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
}*/
.welcome-div {
    padding-top: 60px;
}
.welcome-left {
    padding-bottom: 40px;
}
.welcome-left h5{
    margin-bottom: 10px;
    color: #d4b26e;
    font-size: 18px;
    letter-spacing: 5.0px;
}
.welcome-left h1 {
    margin-top: 0px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 0.8px;
}
.welcome-left h2{
    font-weight: 100;
    letter-spacing: 1.2px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.welcome-left p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
}
.welcome-left h2 b{
    font-weight: 100;
}
.welcome-left p, .welcome-left h2{
    color: #ffffff;
}
.welcome-tab {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.welcome-right img {
    width: 100%;
}
.welcome-tab img {
    margin-bottom: 10px;
}
.john {
    text-align: center;
    font-size: 50px;
    position: relative;
    font-family: 'DistantStroke-Medium';
    width: 375px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.john:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    top: 45px;
    left: -15px;
    background-color: rgba(255, 255, 255, 0.55);
}
.john:after {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    top: 45px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.55);
}
.hours-info {
    padding-bottom: 50px;
}
.hours-info h3 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.hours-info p {
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    color: #fff;
}
.mash-services{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.love-mash{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
}
.mash-list ul li img {
    display: block;
    margin: 0px auto;
}
.love-mash h1, .love-mash p {
    position: relative;
}
.mash-list h1, .mash-list h5, .love-mash h1, .love-mash p{
    color: #fff;
}
.mash-list, .mash-list ul, .food-items{
    padding: 40px 0px;
}
.mash-services:before, .love-mash:before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
}
.mash-list ul{
    text-align: center;
}
.mash-list ul li {
    background-color: #231f20;
    padding: 28px 55px;
    color: #fff;
    margin: 0px 10px;
    cursor: pointer;
    width: 210px;
}
.mash-list ul li:hover, .love-mash .love-more:hover{
    background-color: #000;
    transition: all 0.3s;
}
.mash-list ul li a, .mash-list p{
    color: #fff;
}
.mash-list ul li i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.crow-nest h1{
    font-size: 25px;
}
.welcome-crow{
    margin: 50px 0px;
}
.love-mash p, .love-mash{
    padding: 20px 0px;
}
.love-mash .love-more, .food-items .love-more{
    display: block;
    margin: 0px auto;
    text-align: center;
    background-color: #231f20;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    width: 12%;
}
.love-mash .love-more{
    border:1px solid #fff;
}
.crow-text{
    position: relative;
    z-index: 5;
}
.food-maindiv .col-xs-12.col-sm-6, .food-maindiv .col-xs-12.col-sm-12.col-md-6.food-margin{
    padding: 0px;
}
.food-maindiv .row{
    margin: 0px;
}
.food-maindiv .food-text h4{
    font-weight: normal;
}
.food-text {
        padding: 15px 5px;
}
.food-maindiv {
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.food-items .love-more{
    clear:both;
}
.food-items .love-more:hover{
    background-color: #000;
}
footer{
    border-top: none;
    background-color: inherit;
}
.top-footer{
    background-color: #231f20;
    padding: 30px 20px;
}
.footer-email .fa {
    color: #000;
    float: left;
    background-color: #fff;
    font-size: 28px;
    border-radius: 50%;
}
.footer-email p{
    margin: 0px;
}
.footer-email .fa-envelope-o {
    padding: 22px 16px 22px 22px;
}
.footer-email .fa-phone {
    padding: 22px 20px 20px 24px;
}
.footer-email .fa-map-marker {
    padding: 22px 23px 22px 28px;
}
.footer-email ul.list-unstyled {
       display: table;
    padding: 12px 20px;
}
.footer-email ul.list-unstyled li, .footer-email ul.list-unstyled li a{
    color: #fff;
}
.footer-email ul.list-unstyled li {
    line-height: 28px;
}
.footer-email ul.list-unstyled strong {
    font-size: 20px;
    font-weight: 100;
}
.social-icons ul.list-unstyled.list-inline li a {
    background-color: #231f20;
    color: #fff;
    font-size: 18px;
}
/*--new-footer--*/
.footer-icons ul li a {
       color: #000;
    background-color: #fff;
    font-size: 24px;
    border-radius: 500px;
    padding: 6px 12px;
    display: block;
    float: left;
    text-align: center;
    width: 45px;
    height: 45px;
}
.footer-icons ul li a .fa-facebook {
    padding-left: 3px;
}
.footer-icons ul li:last-child a{
    padding: 6px 7px;
}
.TA_socialButtonIcon {
    position: relative;
    top: 6px;
}
.footer-icons ul li .TA_socialButtonIcon a {
    padding-top: 13px;
}
.footer-icons a:hover{
    background-color: #d4b26e;
    color: #fff;
    transition: all 0.3s linear 0s;
}
.footer-address ul li, .footer-address ul li a{
    color: #fff;
    text-transform: uppercase;
}
.footer-address ul li{
    border-right: 1px dotted #fff;
    border-width: 2px;
    padding: 0px 10px;
}
.footer-address ul li:last-child{
     border-right: none;
}
.footer-address ul li:last-child a{
    color: #d4b26e;
}
.top-footer{
    background-color: #000000;
    padding: 15px 0px;
}
.footer-address {
    float: right;
}
.footer-address ul {
    margin: 17px 0px;
}
.footer-icons ul {
    margin: 0px;
    float: left;
}
.social-icons ul.list-unstyled.list-inline li a:hover{
    background-color: #000;
}
.footer-order-btn {
    margin: 15px 0px;
    float: right;
}
.footer-order-btn a {
    border: 1px solid #d4b26e;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: transparent;
    color: #d4b26e;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s linear;
}
.footer-order-btn a:hover{
    background-color: #d4b26e;
    border-color: #d4b26e;
    color: #000;
}
.bottom-footer {
    padding: 0px 0px 0px;
    position: relative;
}
.social-icons {
    text-align: center;
}
a.reservations {
    background-color: #C30A09 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    margin: 10px auto 22px;
    width: 210px;
}
a.reservations:hover{
    background-color: #231f20 !important;
    color: #fff;
}
.social-icons p:first-child {
    padding: 0px;
    margin: 0px;
}
.social-icons p{
    padding: 15px 0px;
}
.bottom-footer{
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
#scrolltoup:hover {
    background-color: #d4b26e;
    color: #000;
}
.page-section>.container{
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-section .col-md-12{
    padding-top: 25px;
}
/*--tab-menu--*/
.setting-list-div{
    padding: 30px 0px;
}
.settings-list li{
    margin: 0px 0px;
}
.settings-list li a {
    padding: 10px 5px;
    display: block;
    color: #d4b26e;
    border: 1px solid #d4b26e;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'Modern-Regular';
    font-size: 13px;
}
ul.list-unstyled.list-inline.settings-list {
    text-align: center;
}
.setting-list-div ul.list-unstyled.settings-list li a.active-amt {
    background-color: #69501f;
    color: #fff;
}
.settings-list li a:hover {
    background-color: #d4b26e;
    color: #fff;
}
.member-div{
    text-align: center;
    border: 1px solid #d4b26e;
    padding: 10px 30px 30px;
    margin-bottom: 20px;
}
.member-div h2 {
    font-size: 26px;
    color: #d4b26e;
    text-transform: uppercase;
    margin: 35px 0px 10px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-block;
}
.member-div p{
    color: #d4b26e;
    margin-bottom: 5px;
}
.member-div h3 {
    color: #d4b26e;
    margin: 0px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
p.consum{
     font-family: 'Modern-Regular';
    font-size: 18px;
    padding: 10px 0px;
}
p.consum strong {
    font-weight: 100;
}
.page-section p{
    color: #d4b26e;
}
.member-red {
    width: 100%;
    float: left;
}
.wine-glass {
    margin-bottom: 30px;
}
.wine-glass h3, .craft-beer h3{
    text-align: center;
    margin: 10px 0px;
}
.wine-glass .table.table-bordered td, .craft-beer .table.table-bordered td {
    border: 1px solid;
    vertical-align: middle;
}
.wine-glass .table-bordered{
    border: 1px solid;
    margin-bottom: 50px;
}
.wine-glass p, .craft-beer p {
    margin: 0px;
}
.craft-beer .table-bordered{
    border: 1px solid;
}

.filter-container ul.filter > li > a{
    color: #ffffff !important;
}
.filter-container ul.filter > li.active a {
    color: #d4b26e;
}
ul.filter > li > a:hover, ul.filter > li > a:focus{
    color: #d4b26e !important;
}
.clear-error{
    display: none;
}
.modal.fade.in label {
    display: none;
}
.modal-title{
	font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.contact_contact_info a{
	color:#e9b0b0;
}

.contact_cotact_form_div label {
    text-transform: uppercase;
    font-weight: inherit;
}
.spl-pack {
       margin-right: 30px;
    margin-bottom: 15px;
        border: 1px solid #d4b26e;
}
.spl-content {
    padding: 20px;
}
.spl-pack .spl-content h2, .spl-content2 h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
}
.spl-pack .btn-primary, .book-btn {
    background-color: transparent;
    border-color: #ebd178;
    color: #ebd178;
    border-radius: 0px;
    padding: 8px 20px;
    text-transform: uppercase;
    width: 140px;
    margin-top: 12px;
    letter-spacing: 1px;
    transition: all 0.3s linear;
}
.spl-content .btn-primary {
    margin-right: 15px;
}
.spl-pack .btn-primary:hover, .book-btn:hover {
    background-color: #ebd178;
    border-color: #ebd178;
    color: #000000;
}
.spl-pack img{
	width: 100%;
}

.single-post-block{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px 15px;
    border: 1px solid;
}
.single-post div img.img-responsive {
    width: 100%;
}
.spl-items .customNavigation{
    text-align: center;
        margin-top: 35px;
}
.spl-items .customNavigation a {
    width: 45px;
    height: 45px;
    background-color: #dbb26e;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    padding: 9px 10px;
    border-radius: 250px;
    text-align: center;
    margin: 0px 5px;
    cursor: pointer;
}
.spl-items .owl-pagination {
    display: none;
}
.spl-items .customNavigation .prev {
    padding: 9px 10px 10px 8px;
}
.spl-items .customNavigation a {
    padding: 9px 8px 9px 10px;
}

/*--1844--styles--*/
.spl-pages.details figure {
    position: relative;
    margin-bottom: 0;
    min-height: inherit;
}
.spl-pages .image img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.spl-pages.details img {
    min-height: 100%;
}
.spl-pages.details figure img {
    min-height: inherit;
    object-fit: cover;
    width: 100%;
}
.spl-pages .image .back-text {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    background: rgb(212 178 110 / 91%);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.spl-pages .image .back-text .wrap {
    color: white;
}
.spl-pages.details figure .back-text .wrap h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ffffff;
}
.spl-pages.details:hover figure .back-text {
    opacity: 1;
}
.spl-pages .image .back-text .wrap p{
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    display: none;
}
.spl-pages.details figure .back-text {
    padding: 10px;
}
.spl-pages .image .back-text a {
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    font-size: 13px;
    letter-spacing: 2px;
    border: 1px solid white;
    position: relative;
    text-align: center;
    width: 175px;
    margin: 15px auto 0px;
}
.spl-pages .image .back-text a:hover {
    background-color: #272425;
    color: #ffffff;
    transition: all 0.3s linear;
    border-color: #272425;
}
.spl-pages {
    border: 1px solid;
    margin: 0px 0px 30px;
}
.spl-pages-text {
    padding: 10px 15px;
}
.spl-pages-text .title {
    font-size: 18px;
    line-height: 24px;
}
.buffet-heading {
    display: none;
}
.mash-header .order-btn a {
    margin-right: 20px;
}
/*--event-calendar--*/
.event-calendar-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.event-calendar-list ul li {
    color: #ffffff;
    font-size: 18px;
}
.ev-icons-list a {
    width: 40px;
    height: 40px;
    background: transparent;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    color: #d4b26e;
    border: 1px solid #d4b26e;
    transition: all 0.3s linear;
}
.ev-icons-list a:hover{
    background-color: #d4b26e;
    border-color: #d4b26e;
    color: #262626;
}
.ev-icons-list a.e-right .fa-angle-right {
    margin-left: 10px;
}
.event-calendar .form-control {
    width: 150px;
    border-radius: 0px;
    height: 40px;
    font-style: normal;
    color: #d4b26e;
    background-color: transparent;
    border-color: #d4b26e;
}
.event-calendar ul li {
    float: left;
}
.event-calendar-list {
    border-bottom: 1px solid #d4b26e;
    margin-top: 14px;
}
.event-calendar-list ul li a {
    color: #d4b26e;
    border: 1px solid #d4b26e;
    padding: 10px 15px;
    border-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.event-calendar-list ul li a.active {
    background-color: #d4b26e;
    color: #262626;
}
.event-calendar-list .fa {
    margin-right: 2px;
}
.event-calendar-list .event-list-items {
    margin-bottom: 9px;
}
.tag-info {
    width: 100%;
    float: left;
}
.tag-info .contact_con_input_control {
    width: 30%;
    border-radius: 0px;
    height: 40px;
    color: #d4b26e;
    background-color: transparent;
    border-color: #d4b26e;
}
.tag-info .contact_con_input_control option, .event-calendar .contact_con_input_control option {
    color: #262626;
}
.tiles-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}
.tiles-block .tiles-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.tiles-block .tiles-col{
    display: flex;
    flex-direction: inherit;
}
.tiles-info h2 {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 15px;
}
.tiles-info p {
    padding-left: 15px;
}
.tiles-info {
    padding-bottom: 10px;
}
.tiles-info .date {
    background-color: #d4b26e;
    color: #262626;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 20px;
}
.event-date .date-text {
    display: block;
    font-size: 42px;
    font-family: 'Modern-Regular';
}
.event-date .month-text {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.event-table .table {
    border-color: #4c4c4c;
}
.event-table .table tr td {
    border: 1px solid #343434;
    vertical-align: middle;
}
.event-date {
    text-align: center;
}
.event-table-list {
    padding-left: 20px;
}
.event-table-list li {
    margin-bottom: 10px;
}
.event-calendar {
    float: right;
    margin-top: 10px;
}
.event-calendar ul{
    margin: 0px;
}
.modal-open{
    padding-right: 0px !important;
}
.popup-event .modal-title {
    font-size: 24px;
    color: #262626;
}
.popup-event .modal-header{
    padding: 10px;
}
.popup-event .modal-body p, .popup-event .modal-body p a{
   color: #262626; 
}
.pop-event{
    padding: 3px;
}
.col_content .desk-view {
    display: block;
    margin-bottom: 5px;
}

video {
   width: 100%;
}

/*responsive-media-quiries--*/
@media (min-width: 1199px){
    .carousel-caption h1{
        font-size: 65px;
    }
    .carousel-caption h4{
        font-size: 32px;
    }
    .welcome-right {
        padding-left: 35px;
    }
    video {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }
    
}
@media (min-width:992px){
     .spl-pages-text{
        height: 130px;
        min-height: 100%;
    }
    .spl-col {
        padding-left: 0px;
        padding-right: 30px;
    }
    .spl-pages.details figure img{
        height: 225px;
    }
    .pop-event{
        display: none;
    }
}
@media (max-width:992px){
    .col_content .desk-view {
        display: none;
    }
    div#calendar ul.dates li {
        height: 100px !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 15px;
    }
    .carousel-caption h1{
        font-size: 42px;
    }
    .footer-order-btn a{
        font-size: 14px;
    }
    .welcome-left p.john:before{
        left: 42px;
    }
    .welcome-left p.john:after{
        right: 42px;
    }
    .mash-list ul li{
        padding: 28px 38px;
    }
    .love-mash .love-more, .food-items .love-more {
    width: 15%;
    }
    .food-text {
    padding: 0px 10px;
    }
    .bottom-footer{
        padding: 0px 0px 0px;
    }
    .settings-list li{
        margin: 0px 0px 20px;
    }
    .settings-list li a{
        font-size: 14px;
        padding: 10px 9px;
    }
    .craft p {
    font-size: 14px;
}
    .spl-pages .image .back-text a{
        width: 150px;
    }
    .event-calendar .form-control{
        width: 110px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
    }
    nav.navbar.bootsnav a.mash-logo{
        position: inherit;
    }
    nav.navbar.bootsnav .navbar-brand{
        width: 100%;
    }
    ul.nav.navbar-nav.navbar-right{
        margin-top:0px;
    }
    .navbar-right{
        float: none !important;
    }
    .carousel-caption h1{
        font-size: 35px;
    }
   .navbar-brand>img {
    display: block;
    margin: 0px auto;
    }   
    .navbar-header{
        float: none;
    }
    .welcome-right {
        padding-bottom: 50px;
    }
    .welcome-right img {
    width: 100%;
    }
    .mash-list ul li{
        padding: 28px 35px;
        margin-bottom: 20px;
    }
    .settings-list li{
        margin: 0px 0px 20px;
    }
    .settings-list li a{
        padding: 10px 10px;
    }
    .love-mash .love-more, .food-items .love-more{
        width: 20%;
    }
    .food-maindiv .food-margin{
        margin-bottom: 20px;
    }
    .footer-email ul.list-unstyled{
        padding: 5px 10px;
    }
    .bottom-footer{
        padding: 0px 0px 0px;
    }
    .settings-list li a {
        padding: 10px 10px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .spl-pages {
    margin-bottom: 30px;
}
    .order-btn {
        float: none;
        margin: 5px 0px 0px;
        position: absolute;
        top: 5px;
        right: 0px;
        width: auto;
    }
    .mash-header .order-btn a {
        margin-right: 20px;
        display: block;
        margin-bottom: 15px;
    }
    .footer-address{
        float: none;
        text-align: center;
    }
    .footer-order-btn{
        text-align: left;
        float: none;
    }
    .footer-icons ul{
        float: none;
    }
    .single-text .order-btn {
    position: inherit;
}
    .event-calendar .form-control{
        width: 75px;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    video {
        height: auto;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 12px 10px;
    }
    nav.navbar.bootsnav a.mash-logo{
        position: inherit;
    }
    nav.navbar.bootsnav a.mash-logo img{
        display: block;
        margin:0px auto;
    }
    ul.nav.navbar-nav.navbar-right.breadcrumb a.btn.btn-brand {

        top: 0px;
    }
    .welcome-left p.john:before, .welcome-left p.john:after{
        display: none;
    }
    nav.navbar.bootsnav ul.nav > li:last-child a {
        margin: 15px 10px 10px;
        padding-left: 10px;
        padding-top: 0px;
        margin-left: 0px;
    }
    .food-maindiv .food-img img{
        display: block;
        margin: 0px auto;
    }
    .bottom-footer {
    padding: 15px 0px 0px;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #fff;
}
.carousel-caption h4{
    margin: 5px;
}
.welcome-tab img {
    padding-bottom: 20px;
}
    .wine-glass{
        overflow-x: auto;
    }
    .spl-pages {
    margin-bottom: 30px;
}
.single-post-block {
    width: 90%;
    float: left;
    padding: 20px 5px;
    border: 1px solid;
    margin: 20px 30px;
}
    .mash-header .order-btn a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .footer-order-btn {
    margin: 15px 0px 5px;
    text-align: center;
}
    .footer-icons {
    text-align: center;
}
    .footer-address {
    float: none;
    text-align: center;
}
    .single-text .order-btn {
    position: inherit;
}
    .event-calendar {
    float: left;
    margin-top: 25px;
}
}
@media (max-width: 767px) and (min-width: 540px){
    .mash-list ul li{
        padding: 28px;
        margin-bottom: 20px;
    }
    .love-mash .love-more, .food-items .love-more{
        width: 30%;
    }
    .cont-slider{
        padding: 15px 15px;
    }
    .settings-list li{
        margin: 10px 0px;
    }
    .settings-list li a{
        padding: 5px 5px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .order-btn {
       position: inherit;
        top: 0px;
        right: 0;
        left: 0;
        text-align: center;
    }
    .tiles-img img {
        width: 100%;
    }
}
@media (max-width: 540px) and (min-width: 320px){
    .carousel-caption h1{
        font-size: 15px;
    }
    .love-mash .love-more, .food-items .love-more{
        width: 50%;
    }
    /*.welcome-div{
        padding: 0px 0px 30px;
    }*/
    .welcome-left h1, .mash-list h1, .mash-fooditems h1, .love-mash h1{
        font-size: 24px;
    }
    .crow-nest h1{
        font-size: 18px;
    }
    .mash-list ul{
        text-align: center;
    }
    .mash-list ul li{
        margin-bottom: 20px;
    }
    .cont-slider{
        padding: 0px 15px;
    }
    nav.navbar.bootsnav a.mash-logo img{
        width: 150px;
    }
    .footer-email .fa{
        float: none;
    }
    .footer-email {
    text-align: center;
}
.footer-email ul.list-unstyled{
    display: block;
}
    .settings-list li{
        margin-bottom: 15px;
    }
    .settings-list li a{
        padding: 5px 5px;
        font-size: 12px;
        letter-spacing: 0px;
    }
    .craft p {
    font-size: 8px;
}
.spl-col {
    padding: 0px;
}
.spl-pages .image .back-text a{
        margin-top: 0px;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.spl-pages.details figure .back-text .wrap h3{
    font-size: 18px;
}
.spl-pages .image .back-text .wrap p{
    text-align: center;
}
.single-post-block {
    margin: 20px 20px;
}
    .order-btn {
        float: none;
        text-align: center;
        margin: 0px 0px;
    }
    .footer-order-btn{
        text-align: center;
        float: none;
    }
    .footer-icons ul{
        float: none;
    }
    .footer-icons ul li{
        padding-left: 0px;
    }
    .footer-address ul li{
        border: none;
    }
    .welcome-left .john:before, .welcome-left .john:after{
        display: none;
    }
    .welcome-tab img{
        width: 100% !important;
    }
    .event-calendar-list ul li a{
        font-size: 15px;
        padding: 12px 10px;
    }
    .tag-info .contact_con_input_control{
        width: 100%;
    }
    div#calendar ul.dates li{
        font-size: 20px !important;
    }
    .pop-event {
        background-color: transparent;
        border: none;
    }
    .col_content {
        margin: 0px;
    }
    div#calendar ul.dates li {
        height: 65px !important;
    }
    .pop-event .badge {
        border-radius: 100%;
        padding: 3px 6px;
    }
    .john{
        width: auto;
    }
    .john:before{
        width: 70px;
        left: 0px;
    }
    .john:after{
        width: 70px;
        right: 0px;
    }
    .mash-header .order-btn a {
        display: block;
        width: 200px;
        margin: 0px auto 10px;
    }
}