/* Overrides */


.footer-parallax-container {
/*    box-shadow: none;*/
}



.header-title.ken-burn-center {
    background: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
}

.header-counter.ken-burn-center {
    background: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
}


/* new defines */

body.start .section-slider {
	height: 880px;
}
@media only screen and (max-width: 768px) {
  	body.start .section-slider {
		height: 780px;
	}
}

@media only screen and (max-width: 992px) {
  
}

.highlight-font{
    font-family: "QuotesScript-Regular";
    font-weight: 400;
}

table.drink-table {
    display: table !important;
    color: #181818;
}

table.drink-table td{
    font-size: 16px !important;
}

table.drink-table th, table.drink-table td{
    text-align: right;
}

table.drink-table th:first-of-type, table.drink-table td:first-of-type{
    text-align: left;
}

@media (max-width: 992px) {
    table.drink-table thead {
        display: table-header-group;
    }

    table.drink-table tr {
        display: table-row;
    }

    table.drink-table tbody {
        display: table-row-group;
    }

    table.drink-table th {
        display: table-cell;
    }

    table.drink-table td {
        display: table-cell;
    }

    table.drink-table td{
        font-size: 14px !important;
    }

    .title-base h2, .title-base h1, .title-icon h2, .title-icon h1, .title-base.title-small h2 {
        font-size: 28px;
        line-height: 30px;
    }
}

.advs-box.urgent-msg p{
    font-size: 14px;
    margin-bottom: 10px;
}





header .social-media-menu{
	display: inline-block;
}
header .btn-header-menu {
    border: none;
    font-size: 22px;
    margin-top: 31px;
    padding-bottom: 8px;
    transition: none !important;
    box-shadow: none !important;
    margin-right:15px;
}

.flexslider .slides li .section-slide .bg-cover:after{
	position: absolute; top:0; left:0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); content: "";
}

.footer-parallax-container .header-title:after {
    background: rgba(0, 0, 0, 0.5); content: "";
}