/*
	Theme Name: Genesis
	Theme URI: http://www.studiopress.com/themes/genesis
	Description: Genesis is an advanced Framework for WordPress. Please <strong>do not modify</strong> this stylesheet, as it will be overridden in Genesis updates.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php  
*/

/**
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit
 * this file under any circumstances. Please do all modifications
 * in the form of a child theme.
 */

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
 @import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
 @import url(https://fonts.googleapis.com/css?family=Parisienne:cursive);
/*@font-face {
    font-family: 'Lato'; 
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfontt.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lora';   
    src: url('../fonts/lora-regular-webfont.eot');
    src: url('../fonts/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lora-regular-webfont.woff2') format('woff2'),
         url('../fonts/lora-regular-webfont.woff') format('woff'),
         url('../fonts/lora-regular-webfont.ttf') format('truetype'),
         url('../fonts/lora-regular-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
		color: #333;
		font-family: 'Lora', serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		margin: 0;
		padding: 0;
		text-decoration: none;
		text-rendering: optimizeLegibility;
		webkit-font-smoothing: antialiased;
}

/* XMAS CELEBRATION */
.home .header-main ,.xmas-sect {
    position: relative;
	z-index: 0;
}
.home .header-main:before ,.home .header-main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/leftbg.png) no-repeat;
	background-repeat: no-repeat;
	    background-position: left top;
	z-index: -1;
	background-size: 15vw;
	display: none;
}
.home .header-main:after {
	background: url(images/rightbg.png) no-repeat;
	    background-position: right top;
	left: auto;
	right:0 ;
	background-size: 11vw;
	
}
.xmas-sect:after ,.xmas-sect:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/conleftbg.png) no-repeat;
	background-repeat: no-repeat;
	    background-position: left top;
	z-index: -1;
	background-size: 20vw;
	display: none;
}
.xmas-sect:before  {
	background: url(images/NOR_TARI.gif) no-repeat;
    background-position: 102% 97%;
    left: auto;
    right: 0;
    background-size: 20vw;
}

a {
		text-decoration: none;
		color: #E34E1C;
}
input {
		color: #333;
		font-family: Lora, Helvetica, Tahoma, sans-serif;
}
blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption { /*background-color: #f5f5f5;*/
		border: 1px solid #ddd;
		padding: 10px;
}
input[type="submit"] {
		cursor: pointer;
		background-color: #db4d2c;
		color: #fff;
		font-size: 15px;
		padding: 5px 15px 8px 15px;
		font-weight: bold;
}
input[type="submit"]:hover {
		background-color: #E34E1C;
}
li, ol, ul {
		margin: 0;
		padding: 0;
}
ol li {
		list-style-type: decimal;
}
/* Hyperlinks
------------------------------------------------------------ */



a:hover {
		text-decoration: underline;
}
a img {
		border: none;
}
/* Body
------------------------------------------------------------ */

body {
		background-color: #fff;
}
/* Wrap
------------------------------------------------------------ */

#wrap {
		background-color: #fff;
}
/* Header
------------------------------------------------------------ */

#header {
		margin: 0 auto;
		min-height: 80px;
		overflow: hidden;
}
#title-area {
		float: left;
		overflow: hidden;
		padding: 15px 0 0;
		width: 400px;
}
#title {
		font-size: 30px;
		line-height: 30px;
		margin: 0;
}
#title a, #title a:hover {
		color: #333;
		text-decoration: none;
}
#description {
		font-size: 14px;
}
#header .widget-area {
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
		display: block;
		float: left;
		height: 80px;
		overflow: hidden;
		padding: 0;
		text-indent: -9999px;
		width: 400px;
}
.header-image #description {
		display: block;
		overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
		width: 960px;
}
/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul, li.sfHover ul ul {
		left: -9999px;
}
header nav ul li a.sf-with-ul, header ul.menu li a.sf-with-ul, nav li a.sf-with-ul, #subnav li a.sf-with-ul {
		padding-right: 25px;
}
li a .sf-sub-indicator {
		background: url(images/arrow-down.png) no-repeat;
		height: 10px;
		position: absolute;
		right: 10px;
		text-indent: -9999px;
		top: 13px;
		width: 10px;
}
li li a .sf-sub-indicator {
		background: url(images/arrow-right.png) no-repeat;
		top: 10px;
}
/* Header Right Navigation
------------------------------------------------------------ */

header nav ul, header ul.menu {
		float: right;
}
header nav ul, header ul.menu ul {
		float: right;
		margin: 0;
		padding: 0;
		width: 100%;
}
header nav ul li, header ul.menu li {
		float: left;
		list-style-type: none;
		text-transform: uppercase;
		padding: 15px 0;
}
.menu-primary .current-menu-item {
		position: relative;
}
.menu-primary .current-menu-item:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 15px;
		bottom: 0;
		background-image: url(images/active-bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
}
header nav ul li a, header ul.menu li a {
		color: #ebe4d7;
		display: block;
		font-size: 12px;
		font-size: 12px\0/;
		padding: 0 5px;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		height: 30px;
		line-height: 15px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		border-left: 2px solid #ad7116;
		cursor: pointer;
}
*+html header nav ul li a, *+html header ul.menu li a {
		font-size: 12px;
}
header nav ul li.home a {
		font-size: 0px;
		width: 20px;
		background-image: url(images/home-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
		border-left: 0px solid #ad7116;
		color: transparent;
}
header nav ul li.current_page_item.home a, header nav ul li.home a:hover {
		background-image: url(images/home-icon-active.png);
		color: transparent;
}
header nav ul li a:hover, header nav ul li a:active, header nav ul .current_page_item a, header nav ul .current-cat a, header nav ul .current-menu-item a, header ul.menu li a:hover, header ul.menu li a:active, header ul.menu .current_page_item a, header ul.menu .current-cat a, header ul.menu .current-menu-parent a, header ul.menu .current-menu-item a {
		color: #E34E1C;
}
header nav ul li li a, header nav ul li li a:link, header nav ul li li a:visited, header ul.menu li li a, header ul.menu li li a:link, header ul.menu li li a:visited {
		background-color: #333;
		border: 1px solid #666;
		border-top-width: 0;
		color: #fff;
		font-size: 12px;
		padding: 5px 10px;
		position: relative;
		text-transform: none;
		width: 138px;
}
header nav ul li li a:hover, header nav ul li li a:active, header ul.menu li li a:hover, header ul.menu li li a:active {
}
header nav ul li ul, header ul.menu li ul {
		height: auto;
		left: -9999px;
		position: absolute;
		width: 160px;
		z-index: 9999;
}
header nav ul li ul a, header ul.menu li ul a {
		width: 140px;
}
header nav ul li ul ul, header ul.menu li ul ul {
		margin: -33px 0 0 159px;
}
header nav ul li:hover>ul, header nav ul li.sfHover ul, header ul.menu li:hover>ul, header ul.menu li.sfHover ul {
		left: auto;
}
/* Primary Navigation
------------------------------------------------------------ */

nav {
		background-image: url(images/menu-bg.png);
		border-top: 1px solid #e0c6aa;
		clear: both;
		color: #fff;
		margin: 0 auto;
		overflow: hidden;
		text-transform: uppercase;
		max-width: 960px;
}
nav ul {
		float: left;
		width: 100%;
}
nav li {
		float: left;
		list-style-type: none;
}
nav li a {
		color: #fff;
		display: block;
		font-size: 13px;
		padding: 7px 10px 5px;
		position: relative;
		text-decoration: none;
}
nav li a:hover, nav li a:active, nav .current_page_item a, nav .current-cat a, nav .current-menu-item a {
		color: #E34E1C;
}
nav li li a, nav li li a:link, nav li li a:visited {
		background-color: #333;
		border: 1px solid #666;
		border-top-width: 0;
		color: #fff;
		font-size: 12px;
		padding: 5px 10px;
		position: relative;
		text-transform: none;
		width: 138px;
}
nav li li a:hover, nav li li a:active {
		background-color: #000;
}
nav li ul {
		height: auto;
		left: -9999px;
		position: absolute;
		width: 160px;
		z-index: 9999;
}
nav li ul a {
		width: 140px;
}
nav li ul ul {
		margin: -33px 0 0 159px;
}
nav li:hover>ul, nav li.sfHover ul {
		left: auto;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

nav li.right {
		float: right;
		font-size: 13px;
		padding: 6px 10px 5px;
}
nav li.right a {
		background: none;
		border: none;
		color: #fff;
		display: inline;
		text-decoration: none;
}
nav li.right a:hover {
		color: #fff;
		text-decoration: underline;
}
nav li.search {
		padding: 0 10px;
}
nav li.rss a {
		background: url(images/rss.png) no-repeat center left;
		margin: 0 0 0 10px;
		padding: 7px 0 5px 16px;
}
nav li.twitter a {
		background: url(images/twitter-nav.png) no-repeat center left;
		padding: 7px 0 5px 20px;
}
/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
		background-color: #333;
		border-bottom: 1px solid #666;
		clear: both;
		color: #fff;
		margin: 0 auto;
		overflow: hidden;
		text-transform: uppercase;
		width: 960px;
}
#subnav ul {
		float: left;
		width: 100%;
}
#subnav li {
		float: left;
		list-style-type: none;
}
#subnav li a {
		color: #fff;
		display: block;
		font-size: 13px;
		padding: 7px 10px 5px;
		position: relative;
		text-decoration: none;
}
#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item a {
		background-color: #000;
		color: #fff;
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
		background-color: #333;
		border: 1px solid #666;
		border-top-width: 0;
		color: #fff;
		font-size: 12px;
		padding: 5px 10px;
		position: relative;
		text-transform: none;
		width: 138px;
}
#subnav li li a:hover, #subnav li li a:active {
		background-color: #000;
}
#subnav li ul {
		height: auto;
		left: -9999px;
		position: absolute;
		width: 160px;
		z-index: 9999;
}
#subnav li ul a {
		width: 140px;
}
#subnav li ul ul {
		margin: -33px 0 0 159px;
}
#subnav li:hover>ul, #subnav li.sfHover ul {
		left: auto;
}
/* Inner
------------------------------------------------------------ */

#inner {
		margin: 0;
		overflow: hidden;
		width: 100%;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 30px;
		padding: 5px 10px;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
		margin: 0 0 30px;
		padding: 10px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
		width: 100%;
		position: relative;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
		float: right;
}
/* Content
------------------------------------------------------------ */

#content {
		float: left;
		width: 470px;
}
.content-sidebar .content, .sidebar-content .content {
		width: 65%;
		float: left;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
		float: right;
}
.full-width-content #content {
		width: 100%;
}
blockquote {
		margin: 5px 15px 20px;
		padding: 15px 20px 0;
}
.entry-content {
		overflow: hidden;
}
.entry-content p {
		padding: 0 0 15px;
}
p.subscribe-to-comments {
		padding: 20px 0 10px;
}
.clear {
		clear: both;
}
.clear-line {
		border-bottom: 1px solid #ddd;
		clear: both;
		margin: 0 0 15px;
}
/* Column Classes
------------------------------------------------------------ */

.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
		float: left;
		margin: 0 0 20px;
		padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
		width: 48%;
}
.one-third, .two-sixths {
		width: 31%;
}
.four-sixths, .two-thirds {
		width: 65%;
}
.one-fourth {
		width: 22.5%;
}
.three-fourths {
		width: 73.5%;
}
.one-fifth {
		width: 17.4%;
}
.two-fifths {
		width: 37.8%;
}
.three-fifths {
		width: 58.2%;
}
.four-fifths {
		width: 78.6%;
}
.one-sixth {
		width: 14%;
}
.five-sixths {
		width: 82%;
}
.first {
		clear: both;
		padding-left: 0;
}
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
		float: right;
		padding: 0 0 15px;
		width: 48%;
}
.genesis-grid-odd {
		clear: both;
		float: left;
		padding: 0 0 15px;
		width: 48%;
}
.genesis-grid-even, .genesis-grid-odd {
		margin: 0 0 20px;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
		margin: 0 0 5px;
}
h1, h2, h2 a, h2 a:visited {
		font-size: 24px;
		line-height: 30px;
}
.taxonomy-description h1, .widget-area h2 a {
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
}
h2 a:hover {
		color: #25a;
		text-decoration: none;
}
h3 {
		font-size: 20px;
}
h4 {
		font-size: 16px;
}
.widget-area h4 {
		/*background-color: #fff;*/
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		text-align:left;
		color:#fff;
}
.widget-area h4 a {
		color: #333;
		text-decoration: none;
}
#footer-widgets h4 {
		background: none;
		border: none;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 5px;
		padding: 0;
		text-transform: uppercase;
}
h5 {
		font-size: 14px;
}
h6 {
		font-size: 12px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
		margin: 0;
		padding: 0 0 15px;
}
.entry-content ol {
		margin: 0;
}
.archive-page ul li, .entry-content ul li { /*list-style-type: square;*/
		margin: 0 0 0 20px;
		padding: 0;
}
.entry-content ol li {
		margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
		padding: 0;
}
/* Post Info
------------------------------------------------------------ */

.post-info {
		font-size: 12px;
		padding: 10px 0;
		text-transform: uppercase;
}
/* Post Meta
------------------------------------------------------------ */

.post-meta {
		border-top: 1px solid #ddd;
		clear: both;
		font-size: 12px;
		padding: 5px 0 0;
		text-transform: uppercase;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
		margin: 0 0 40px;
		overflow: hidden;
		padding: 10px;
}
/* Sticky Posts
------------------------------------------------------------ */

.sticky {
		margin: 0 0 40px;
		padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
		float: left;
		padding: 20px 0;
		width: 45%;
}
/* Post Icons
------------------------------------------------------------ */



/* Images
------------------------------------------------------------ */


.author-box .avatar {
		background-color: #fff;
		float: left;
		height: 80px;
		margin: 0 10px 0 0;
		width: 80px;
}
.comment-list li .avatar {
		background-color: #fff;
		float: right;
		margin: 0 5px 0 10px;
		padding: 4px;
}
img.centered, .aligncenter {
		display: block;
		margin: 0 auto 10px;
}
img.alignnone {
		display: inline;
		margin: 0 0 10px;
}
img.alignright {
		display: inline;
		margin: 0 0 10px 10px;
}
.alignright {
		float: right;
		margin: 0 0 0 10px;
}
.wp-caption {
		padding: 5px;
		text-align: center;
}
p.wp-caption-text {
		font-size: 12px;
		line-height: 16px;
		padding: 5px 0;
}
.wp-smiley, .wp-wink {
		border: none;
		float: none;
}
.gallery-caption {
}
/* Post Navigation
------------------------------------------------------------ */

.pagination {
		overflow: hidden;
		padding: 20px 0;
		width: 100%;
}
.pagination li {
		display: inline;
}
.pagination li a {
		color: #171417;
		font-size: 15px;
		font-weight: bold;
}
.pagination li a, .pagination li.disabled, .pagination li a:hover, .pagination li.active a {
		border: 1px solid #dd4d2c;
		padding: 3px 10px;
		text-decoration: none;
}
.pagination li a:hover, .pagination li.active a {
		background-color: #dd4d2c;
		color: #fff;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
		display: inline;
		float: right;
		font-size: 13px;
		line-height: 20px;
		width: 32%;
}
.sidebar p {
		font-size: 13px;
		line-height: 20px;
}
#sidebar-alt {
		float: right;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
		float: left;
}
.content-sidebar-sidebar #sidebar-alt {
		float: right;
}
.sidebar .widget {
		background-color: #fff;
		margin: 0 0 15px;
		padding: 0 0 0px;
}
.widget-area ol, .widget-area ul {
		margin: 10px 0 0 25px;
}
.widget-area ol ol, .widget-area ul ul {
		margin: 0 0 0 15px;
}
.widget-area ul li {
		list-style-type: square;
		word-wrap: break-word;
}
/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
		padding: 5px 10px 0;
}
/* Dropdowns
------------------------------------------------------------ */

#cat, .widget_archive select {
		display: inline;
		font-size: 12px;
		margin: 10px 10px 0;
		padding: 3px;
		width: 278px;
}
#sidebar-alt #cat, #sidebar-alt .widget_archive select {
		width: 128px;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
		clear: both;
		margin: 0 0 15px;
		overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
		border-bottom: 1px solid #ddd;
		margin: 0 0 5px;
		overflow: hidden;
		padding: 5px 10px 10px;
}
.more-from-category {
		padding: 5px 10px 0;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
		overflow: hidden;
}
.user-profile p {
		padding: 10px 10px 0;
}
.user-profile .posts_link {
		padding: 0 10px;
}
/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button, .enews #subbutton, .reply a, .reply a:visited, .searchsubmit, #submit {
		background-color: #333;
		border: 1px solid #666;
		color: #fff;
		cursor: pointer;
		font-size: 12px;
		font-weight: normal;
		padding: 3px 5px;
		text-decoration: none;
		text-transform: uppercase;
}
div.gform_footer input.button:hover, .enews #subbutton:hover, .reply a:hover, .searchsubmit:hover, #submit:hover {
		background-color: #000;
		border: 1px solid #666;
		color: #fff;
		text-decoration: none;
}
/* Search Form
------------------------------------------------------------ */

#header .searchform {
		float: right;
		padding: 30px 0 0;
}
.sidebar .searchform {
		padding: 5px 0 0 10px;
}
#nav .searchform {
		float: right;
}
.s {
		font-size: 12px;
		margin: 5px 2px 0 0;
		padding: 4px 5px;
		width: 195px;
}
/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
		padding: 5px 10px 0;
}
.enews #subscribe {
		padding: 0 0 0 10px;
}
.enews #subbox {
		font-size: 12px;
		margin: 5px 5px 0 0;
		padding: 4px 5px;
		width: 225px;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
		width: 100%;
}
#wp-calendar caption {
		font-size: 12px;
		font-style: italic;
		padding: 2px 5px 0 0;
		text-align: right;
}
#wp-calendar thead {
		background-color: #f5f5f5;
		font-weight: bold;
		margin: 10px 0 0;
}
#wp-calendar td {
		background-color: #f5f5f5;
		padding: 2px;
		text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
		background-color: #333;
		border-bottom: 1px solid #fff;
		clear: both;
		color: #fff;
		font-size: 12px;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px 0 0;
		width: 960px;
}
#footer-widgets .wrap {
		margin: 0 auto;
		width: 940px;
}
#footer-widgets .widget {
		background: none;
		border: none;
		padding: 0;
}
#footer-widgets .textwidget {
		padding: 0;
}
#footer-widgets .widget_tag_cloud div div {
		padding: 0;
}
#footer-widgets p {
		color: #fff;
		padding: 0 0 10px;
}
#footer-widgets a, #footer-widgets a:visited {
		color: #fff;
		text-decoration: underline;
}
#footer-widgets a:hover {
		text-decoration: none;
}
#footer-widgets ul {
		color: #fff;
		margin: 0 0 10px;
}
#footer-widgets ul li {
		margin: 0 0 0 15px;
}
#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
		background: none;
}
.footer-widgets-1 {
		float: left;
		padding: 0 20px 0 0;
		width: 300px;
}
.footer-widgets-2 {
		float: left;
		width: 300px;
}
.footer-widgets-3 {
		float: right;
		width: 300px;
}
/* Footer
------------------------------------------------------------ */

#footer {
		background-color: #292929;
		clear: both;
		font-size: 12px;
		margin: 0 auto;
		overflow: hidden;
		border-top: 2px solid #947046;
}

#footer p {
		color: #fff;
		font-size: 14px;
}
#footer .gototop {
		float: left;
		padding: 0 0 0 5px;
		width: 200px;
}
#footer .gototop a {
		background: url(images/footer-top.png) no-repeat center left;
		padding: 2px 0 2px 18px;
}
#footer .creds {
		float: right;
		padding: 0 10px 0 0;
		text-align: right;
		width: 740px;
}
/* Comments
------------------------------------------------------------ */

#comments, #respond {
		margin: 0 0 15px;
		overflow: hidden;
}
#author, #comment, #email, #url {
		font-size: 12px;
		margin: 10px 5px 0 0;
		padding: 5px;
		width: 250px;
}
#comment {
		height: 150px;
		margin: 10px 0;
		width: 98%;
}
.ping-list {
		margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
		padding: 10px;
}
.comment-list li, .ping-list li {
		font-weight: bold;
		margin: 15px 0 5px;
		padding: 10px 5px 10px 10px;
}
.comment-list li ul li {
		list-style-type: none;
		margin-left: 10px;
		margin-right: -6px;
}
.comment-list p, .ping-list p {
		margin: 10px 5px 10px 0;
}
.comment-list cite, .ping-list cite {
		font-style: normal;
}
.commentmetadata {
		font-size: 11px;
}
.nocomments {
		text-align: center;
}
#comments .navigation {
		display: block;
}
.bypostauthor {
}
.thread-alt, .thread-even {
		background-color: #f5f5f5;
}
.alt, .depth-1, .even {
		border: 1px solid #ddd;
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
		color: #333;
		font-family: Lora, Helvetica, Tahoma, sans-serif;
		font-size: 12px !important;
		padding: 4px 5px !important;
}
div.gform_footer input.button {
		color: #fff;
}
div.gform_wrapper .ginput_complex label {
		font-size: 12px;
}
div.gform_wrapper li, div.gform_wrapper form li {
		margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
		border: none;
		margin: 0;
		padding: 0;
}
/*Custom CSS*/

/*Header*/
/*.header-top {
		width: 100%;
		background-color: #dda12a;
		padding: 5px 0;
}*/
.wrap-main {
		width: 100%;
		margin: auto;
		max-width: 960px;
		clear: both;
}
.header-top .left {
		float: left;
		width: 52%;
		color: #fff;
		font-size: 15px;
		font-size: 13px\0/;
		font-weight: bold;
		padding: 3px 0;
}
.header-top .right {
		float: right;
		width: 48%;
		font-weight: bold;
		font-size: 13px\0/;
		font-size: 15px;
}
*+html .header-top .left {
		font-size: 13px;
}
*+html .header-top .right {
		font-size: 13px;
}
.header-top .right .gift-voucher {
		float: left;
}
.header-top .right .gift-voucher a {
		float: left;
		color: #fff;
		background-color: #db4d2c;
		border-radius: 3px;
		padding: 3px 10px;
		text-decoration: none;
		box-shadow: 1px 1px 0 #802405;
}
.header-top .right .gift-voucher a:hover {
		background-color: #e34e1c;
}
.header-top .right .gift-voucher span {
		padding: 3px 10px;
		float: left;
		color: #fff;
}
.header-top .right .contact-us {
		float: right;
}
.header-top .right .contact-us a {
		background-color: #000;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 3px;
		padding: 0px 10px;
		text-decoration: none;
		float: left;
		font-size: 13px;
		line-height: 17px;
		margin: 5px 0;
}
.header-top .right .contact-us a:hover {
		background-color: #333333;
}
.header-main {
		width: 100%;
		background-color: #0f1319;
		border-bottom: 2px solid #947046;
}
.header-center {
		background-image: url(images/header-bg.png);
		background-repeat: no-repeat;
		background-position: bottom right 145px;
		min-height: 203px;
		position: relative;
}
.header-main .left {
		float: left;
		padding: 0.5em 0;
}
.header-main .right {
		float: right;
		padding: 10px 0;
}
.header-main .right p {
		color: #fff;
		padding: 7px 0;
		text-align: center;
		font-size: 13px;
}
.header-main .right p a {
		text-decoration: none;
		color: #fff;
}
.header-main .right a.book-button {
		background-color: #db4d2c;
		border-radius: 3px;
		box-shadow: 3px 3px 0 #802405;
		color: #fff;
		float: left;
		font-size: 16.58px;
		margin-bottom: 10px;
		padding: 7px 20px;
		text-align: center;
		text-decoration: none;
		width: 160px;
}
.header-main .right a.book-button:hover {
		background-color: #e34e1c;
}
.main-menu {
		position: absolute;
		bottom: 0px;
		width: 100%;
}
/*Header*/

/*Footer*/

.footer .menu {
	text-align: center;
    margin: 0px;
    padding: 0 0px 0 15px;
}
.footer .menu li {
		list-style-type: square;
    /* display: inline-block; */
    /* border-left: 1px solid #fff; */
    padding: 2px 0px;
    text-align: left;
    color: #db4d2c;
}
*+html .footer .menu li {
		display: inline;
}
.footer .menu li:first-child {
		border-left: 0px;
}
.footer .menu li a {
		font-size: 14px;
		color: #aaa;
}
.footer .menu li a:hover {
		color: #E34E1C;
		text-decoration: none;
}
ul.opening-hour {
    margin: 0;
    list-style: none;
    color: #aaa;
    font-size: 14px;
}
ul.opening-hour li {
       padding: 3px 0;
    list-style: none;
    border-bottom: 1px dashed #525252;
	text-align: left;
}
ul.opening-hour li:last-child {
	border-bottom: 0;
}
ul.opening-hour li span {
    float: right;
}
.footer-bottom {
		width: 100%;
		padding: 8px 0;
		background-image: url(images/footer-bottom-bg.png);
		background-repeat: repeat-x;
		background-position: center top;
		background-color: #181818;
		color: #838383;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
}
.footer-bottom span {
		padding: 0 60px;
}
.footer-bottom span a {
		color: #686868;
}
.footer-bottom span a:hover {
		color: #E34E1C;
		text-decoration: none;
}
.footer-wrap {
		position: relative;
		margin:20px auto;
}
.footer-left {
		/*position: absolute;*/
		top: 40px;
		left: 0px;
		color: #ffffff;
		font-size: 16px;
}
.footer-left {
    width: 35%;
    float: left;
}
.footer-menu {
    width: 25%;
    float: left;
}
.footer-right {
    width: 40%;
    float: right;
}
/*Footer*/

/*Home Page*/

.home-banner {
		width: 100%;
		position: relative;
}
img.bnr-img {
		width: auto !important;
}
.home-banner img {
		width: 100%;
		margin-bottom: -5px;
}
.entry-title {
		position: absolute;
		color: #db9f2a;
		text-align: center;
		width: 100%;
		background-image: url('images/menu-bg.png');
		padding: 11px 0 15px 0;
		font-size: 25px;
		z-index: 1;
		border-bottom: 3px solid #db9f2a;
		left:0;
		right:0;
}
.entry-title span {
		/*padding: 15px 100px;
		border-bottom: 2px solid #db9f2a;*/
}
.banner-content {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 70px;
}
.overlayed {
    background: rgba(0, 0, 0 ,0.7);
    /*display: inline-block;*/
    padding: 10px 30px 20px;
}
.overlayed span {
    font-size: 14px;
    padding: 0 0 5px;
    display: inline-block;
}
.orrenge-button a.x-mas-new-link {
    padding: 10px 20px;
    display: inline-block;
    margin: 10px auto 0;
    width: auto;
}
.banner-content .overlayed  h1 {
    font-size: 34px;
    font-weight: normal;
   /* padding: 15px 0 5px;*/
    margin: 0;
    color: #db4d2c;
}
.banner-content h1 {
		color: #fff;
		font-size: 38.88px;
		font-weight: normal;
		padding: 15px 0;
}
.banner-content p {
		color: #fff;
		font-size: 24px;
		padding: 0px 0;
}
.banner-video {
		max-width: 750px;
		border: 10px solid #f3e2d0;
		margin: auto;
		position: relative;
		margin-top: -255px;
		box-shadow: 0px 0px 30px #000;
		height: 425px;
}
.home-section1 {
		width: 100%;
}
.home-section1 h1 {
		text-align: center;
		color: #000;
		font-size: 39px;
		padding: 40px 0 0 0;
		font-weight: bold;
}
.hs-text {
		text-align: center;
		color: #000;
		font-size: 39px;
		padding: 40px 0 0 0;
		font-weight: bold;
		line-height: 40px;
}
.home-top h2 {
		font-family: "Lato", sans-serif;
		font-size: 42px;
		font-weight: normal;
}
.home-section1 h2 {
		text-align: center;
		color: #000;
		font-size: 40px;
		padding: 20px 0 30px 0;
		font-weight: bold;
}
.home-top h2 {
		font-family: "Lato", sans-serif;
		font-size: 42px;
		font-weight: normal;
}
.home-section1 p {
		text-align: center;
		color: #000;
		font-size: 25px;
		padding: 15px 0;
		font-weight: bold;
}
.home-section1 p a.book-button {
		color: #fff;
		background-color: #db4d2c;
		border-radius: 3px;
		padding: 10px 50px;
		text-decoration: none;
		font-size: 20px;
		box-shadow: 3px 3px 0 #802405;
		position: relative;
		clear: both;
    display: inline-block;
    margin-top: 10px;
}
.home-section1 p a.book-button:after {
		position: absolute;
		top: -67px;
		right: -233px;
		width: 194px;
		height: 106px;
		content: "";
		background-image: url(images/book-arrow.png);
		background-repeat: no-repeat;
		background-position: 0 0;
}
.home-section1 p a.book-button:hover {
		background-color: #e34e1c;
}
.home-top {
		padding-bottom: 50px !important;
}
.home-top p a {
		color: #000;
}
.home-section2 {
		background-image: url('images/home-section2.jpg');
		background-repeat: no-repeat;
		background-position: center -100px;
		background-attachment: fixed;
		padding: 50px 0;
		background-size: 100%;
		clear: both;
}
.home-section2-content {
		max-width: 940px;
		padding: 50px;
		margin: auto;
		background-image: url('images/menu-bg.png');
}
.home-section2-content h2 {
		color: #db9f2a;
		font-size: 41px;
		font-weight: normal;
		text-align: center;
}
.resto h2 {
    padding: 0;
    line-height: normal;
}
.vid_left.vd-ot {
    float: right;
}
.rest-video iframe {
    border: 10px solid #f3e2d0;
}
.home-section2-content p {
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		text-align: left;
		line-height: 25px;
		max-width: 700px;
		margin: auto;
}
.home-section3 {
		min-height: 500px;
		background-color: #fff;
		float: left;
		width: 100%;
}
.home-section3-center {
		background-image: url(images/home-section3.jpg);
		background-repeat: no-repeat;
		background-position: center 110px;
		max-width: 1051px;
		margin: auto;
		padding: 0px 0 50px 0;
}
.home-section3-center h2 {
		padding: 50px 0;
		font-size: 40px;
		font-weight: normal;
		line-height:normal;
}
.home-section3-content {
		max-width: 420px;
		min-height: 300px;
		background-color: #20212b;
		margin: 114px auto 0 auto;
		padding: 10px 30px;
}
.home-section3-content p {
		text-align: center;
		font-weight: normal;
		color: #fff;
		font-size: 17px;
}
.home-section3-content h3 {
		text-align: center;
		font-weight: bold;
		color: #db4d2c;
		font-size: 25px;
		padding: 10px;
}
.home-section3-content .orrenge-button {
		width: 200px;
}
.home-section3-content .orrenge-button a {
		width: 160px;
		font-size: 20px;
		font-weight: bold;
		position: relative;
}
.home-section3-content .orrenge-button a:after {
		background-image: url("images/book-arrow.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		content: "";
		height: 106px;
		position: absolute;
		right: -253px;
		top: -67px;
		width: 194px;
}
.home-section4-content {
    max-width: 900px;
    padding:50px 0 60px;
    margin: 0 auto;
    clear: both;
    width: 100%;
}
.home-section4-content h2 {
		font-size: 35px;
		text-align: center;
		line-height: 50px;
		padding: 10px 0;
}
.home-section4-content .video {
		width: 100%;
}
.home-section4-content .video iframe {
		width: 100%;
}
.home-section5 {
    min-height: 500px;
    background-image: url('images/home-section5.jpg');
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    width: 100%;
}
.home-section5-content {
		max-width: 960px;
		margin: auto;
		padding: 60px 15px;
		min-height: 500px;
}
.home-section5-corporate-content p {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.home-section5-content h2 {
		color: #fff;
		font-size: 40px;
		padding: 20px 0px;
		line-height: 35px;
		font-weight: normal;
}
.home-section5-content p {
		color: #fff;
		font-size: 23px;
		padding: 0px;
		line-height: 30px;
		font-weight: normal;
}
.home-section5-content .product {
		margin: 30px 0;
}
.home-section5-content .orrenge-button {
		margin: 50px auto 0 auto;
		width: 340px;
}
.home-section5-content .orrenge-button a {
		font-size: 20px;
		font-weight: bold;
		width: 300px;
}
.home-section5-content .product li {
		margin: 0px;
		padding: 0px;
		float: left;
		width: 46%;
		list-style: none;
		margin: 15px 2%;
		background-color: #fff;
		min-height: 585px;
}
.home-section5-content .product li img {
		width: 100%;
		height: auto;
}
.home-section5-content .product li h3 {
		color: #000;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		padding: 25px 0 0 0;
}
.home-section5-content .product li h2 {
		color: #000;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		padding: 0px;
}
.home-section5-content .product li p {
		color: #353535;
		font-size: 17px;
		text-align: center;
		padding: 20px;
		max-width: 300px;
		margin: auto;
		height: 200px;
}
.home-section6 .home-section6-content {
		max-width: 960px;
		margin: auto;
		min-height: 500px;
		padding: 50px 10px;
}
.home-section6 .home-section6-content h2 {
		padding: 10px 20px;
		font-size: 35px;
		line-height: 40px;
		height: 120px;
		margin: 0px;
}
.home-section6 .home-section6-content p {
		padding: 0 10px;
		font-size: 23px;
		line-height: 25px;
		font-weight: normal;
}
.home-section6 .home-section6-content .video {
		width: 100%;
		margin: 20px 0;
		position: relative;
}
.home-section6 .home-section6-content .right .video:after {
		background-image: url("images/watch-video-arrow.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		content: "";
		height: 105px;
		position: absolute;
		right: -105px;
		top: 48px;
		width: 98px;
}
.home-section6 .home-section6-content .video iframe {
		width: 100%;
}
.home-section6 .home-section6-content .left {
		width: 48%;
		float: left;
}
.home-section6 .home-section6-content .right {
		width: 48%;
		float: right;
}
.home-section7 {
		min-height: 500px;
		background-image: url(images/black-bg.jpg);
		background-repeat: repeat;
		background-position: center center;
		background-attachment: fixed;
		padding: 80px 0;
}
.home-section7-center {
		min-height: 500px;
		max-width: 1060px;
		margin: auto;
		padding: 0 10px;
}
.home-section7-center h2 {
		color: #db9f2a;
		font-size: 45px;
		font-weight: normal;
		text-align: center;
		line-height:normal;
}
.home-section7-center h3 {
		color: #fff;
		font-size: 23px;
		font-weight: normal;
		text-align: center;
}
.home-section7-center p {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
}
.home-section7-center h4 {
		color: #db9f2a;
		font-size: 23px;
		font-weight: normal;
		text-align: center;
}
.home-section7-center h5 {
		color: #db4d2c;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		line-height: 55px;
}
.home-section7-center .orrenge-button {
		width: 200px;
}
.home-section7-center .orrenge-button a {
		font-size: 20px;
		font-weight: bold;
		width: 160px;
		position: relative;
}
.home-section7-center .orrenge-button a:after {
		background-image: url("images/book-arrow-white.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		content: "";
		height: 100px;
		position: absolute;
		right: -253px;
		top: -67px;
		width: 222px;
}
.home-section-content {
		min-height: 500px;
		margin: 30px 0;
		background-image: url('images/home-section-content.jpg');
		background-repeat: no-repeat;
		background-position: 50%;
		padding: 50px 60px;
		background-size: cover;
}
.home-section-content-main {
		background-image: url(images/white-bg.png);
		width: 100%;
		min-height: 500px;
		position: relative;
}
.home-section-content-main:after {
		width: 290px;
		height: 170px;
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		background-image: url(images/care-club-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
		display:none;
}
.home-section-content-left {
		background-image: url(images/white-bg.png);
		width: 85%;
		min-height: 500px;
		float: left;
		padding: 20px;
}
.home-section-content-left .left {
		width: 17%;
		float: left;
}
.home-section-content-left .right {
		width: 70%;
		float: right;
		padding-right: 10%;
}
.home-section-content-left .right ul {
		margin: 0px;
		padding: 0px;
}
.home-section-content-left .right ul li {
		list-style: outside;
		font-size: 20px;
		font-weight: bold;
		color: #000;
		line-height: 24px;
		margin-bottom: 35px;
}
.home-section8 {
		/*background-image: url(images/home-section8.jpg);*/
		/*background-image: url(images/home-section8new.jpg);*/
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: 100%;
		padding: 50px 0;
}
.home-section8-content {
		max-width: 920px;
		padding: 30px;
		margin: auto;
		background-image: url(images/menu-bg.png);
}
.home-section8-content h2 {
		font-size: 45px;
		color: #db9f2a;
		text-align: center;
		font-weight: normal;
		padding: 10px 70px;
}
.home-section8-content h3 {
		font-size: 23px;
		color: #db9f2a;
		text-align: center;
		font-weight: normal;
		padding: 10px 70px;
}
.home-section8-content h4 {
		font-size: 25px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		padding: 10px 70px;
}
.home-section8-content h4 a {
		color: #fff;
}
.home-section8-content p {
		font-size: 18px;
		color: #fff;
		text-align: center;
		font-weight: normal;
}
.home-section8-content .orrenge-button {
		width: 225px;
}
.home-section8-content .orrenge-button a {
		font-size: 20px;
		font-weight: bold;
		width: 185px;
		position: relative;
}
.home-section8-content .orrenge-button a:after {
		background-image: url("images/book-arrow-white.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		content: "";
		height: 100px;
		position: absolute;
		right: -253px;
		top: -50px;
		width: 222px;
}
.catering-list-main {
		width: 100%;
		position: relative;
		margin: 70px 0;
}
.catering-list-main .right {
		margin-top: -70px;
		margin-left:2%;
		width:20%;
		float:left;
}
.catering-list-main .left {
		float: left;
		width: 78%;
}
.catering-list-main .left img {
		width: 100%;
}
.catering-list-main .left h3 {
		color: #fff;
		position: absolute;
		background-color: #20212b;
		width: 100%;
		bottom: 0;
		padding: 12px 0 5px;
		line-height: 25px;
}
.catering-list-main .left .col-1, .catering-list-main .left .col-2, .catering-list-main .left .col-3 {
		width: 32%;
		float: left;
		min-height: 200px;
}
.catering-list-main .left .col-1, .catering-list-main .left .col-2 {
		float: left;
}
.catering-list-main .left .col-3 {

		float: right;
}
.catering-list-main .left .col-2 {
		margin: 0 2%;
}
.catering-list-main .left .big {
		border: 5px solid #cbb888;
		margin: 10px 0;
		background-color: #20212b;
		position: relative;
}
.catering-list-main .left .small {
		height: 150px;
		border: 5px solid #cbb888;
		margin: 10px 0;
		background-color: #20212b;
		position: relative;
}
/*Home Page*/

.orrenge-button {
		margin: auto;
		width: 290px;
}
.orrenge-button a {
		color: #fff;
		background-color: #db4d2c;
		border-radius: 3px;
		padding: 10px 20px;
		text-decoration: none;
		font-size: 18px;
		box-shadow: 3px 3px 0 #802405;
		float: left;
		text-align: center;
		width: 250px;
}
.orrenge-button a:hover {
		background-color: #e34e1c;
}
.yellow-button {
		margin: 22px auto 0 auto;
		width: 290px;
}
.yellow-button a {
		color: #fff;
		background-color: #dda12a;
		border-radius: 3px;
		padding: 10px 20px;
		text-decoration: none;
		font-size: 20px;
		font-weight: bold;
		box-shadow: 3px 3px 0 #aa7218;
		float: left;
		text-align: center;
		width: 250px;
}
.yellow-button a:hover {
		background-color: #c2902c;
}
.menu-page {
		padding-bottom: 70px;
}
.menu-page p {
		font-size: 22px;
		max-width: 700px;
		font-weight: bold;
		margin: 0px auto;
		line-height: 30px;
		padding: 15px 0;
}
.menu-page .orrenge-button {
		width: 340px;
}
.menu-page .orrenge-button a {
		font-size: 20px;
		font-weight: bold;
		width: 300px;
}
.menu-page span {
		font-size: 16px;
		font-weight: normal;
}
.bottom-gallery {
		width: 100%;
		background-image: url(images/black-bg.jpg);
		background-position: center center;
		float: left;
}
.gallery-center {
		width: 90%;
		margin: auto;
		padding: 15px 0;
}
.banner-content-menu {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-menu h1 {
		color: #fff;
		font-size: 60px;
		font-weight: normal;
		padding: 15px 0;
}
.banner-content-special {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 10px;
		left: 0;
}
.banner-content-special h1 {
		color: #fff;
		font-size: 60px;
		padding: 15px 0;
}
.banner-content-special p {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		padding: 15px 0;
		background-image: url(images/special-underline.png);
		background-position: center bottom;
		background-repeat: no-repeat;
}
.special-page {
		padding: 50px 0 100px 0;
}
.special-page .orrenge-button a {
		font-weight: bold;
		font-size: 20px;
		width: 275px;
}
.special-page .orrenge-button {
		width: 315px;
}
.special-page span {
		font-size: 16px;
		font-weight: normal;
}
.banner-content-wine {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-wine h1 {
		color: #fff;
		font-size: 60px;
		font-weight: normal;
		padding: 15px 0;
}
.wines-page {
		padding-bottom: 100px;
}
.wines-page .banner-video {
		margin-top: -345px;
}
.wines-page .banner-video:after {
		background-image: url("images/watch-video-white.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		content: "";
		height: 106px;
		position: absolute;
		right: -105px;
		top: 48px;
		width: 92px;
}
.wines-page p {
		line-height: 30px;
		max-width: 700px;
		margin: auto;
		font-size: 22px;
		font-weight: bold;
}
.wines-page span {
		font-size: 16px;
		font-weight: normal;
}
.wines-page .orrenge-button {
		width: 400px;
}
.wines-page .orrenge-button a {
		width: 360px;
		font-size: 20px;
		font-weight: bold;
}
.banner-content-old {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-old h1 {
		color: #fff;
		font-size: 60px;
		padding: 15px 0;
}
.old-page .banner-video {
		margin-top: -345px;
}
.old-page {
		padding-bottom: 100px;
}
.old-page p {
		line-height: 30px;
		font-size: 22px;
		font-weight: bold;
		max-width: 770px;
		margin: auto;
}
.old-page span {
		font-size: 15px;
		font-weight: normal;
}
.old-page .orrenge-button {
		width: 400px;
}
.old-page .orrenge-button a {
		width: 360px;
		font-size: 20px;
		font-weight: bold;
}
.banner-content-platters {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 90px;
		left: 0;
}
.banner-content-platters h1 {
		color: #fff;
		font-size: 60px;
		padding: 15px 0;
		font-weight: normal;
}
.banner-content-platters p {
		color: #dda12a;
		font-size: 32px;
		font-weight: bold;
}
.platters-page {
		padding: 70px 0;
}
.platters-page p {
		line-height: 40px;
		font-weight: normal;
}
.platters-page p a {
		color: #000;
}
.platters-page span {
		font-size: 16px;
		font-weight: normal;
}
.platters-page .orrenge-button {
		width: 420px;
}
.platters-page .orrenge-button a {
		width: 380px;
		font-size: 20px;
		font-weight: bold;
}
.banner-content-coffee {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-coffee h1 {
		color: #fff;
		font-size: 60px;
		padding: 15px 0;
}
.coffee-page .banner-video {
		margin-top: -265px;
}
.coffee-page .banner-video:after {
		background-image: url("images/watch-video-white.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		content: "";
		height: 106px;
		position: absolute;
		right: -105px;
		top: 48px;
		width: 92px;
}
.coffee-page {
		padding-bottom: 70px;
}
.coffee-page p {
		padding: 0px;
		line-height: 40px;
		font-size: 30px;
}
.coffee-page p b {
		padding: 0 50px;
		border: 1px solid #171417;
		border-radius: 5px;
}
.coffee-page span {
		font-size: 15px;
		font-weight: normal;
}
.coffee-page .orrenge-button {
		width: 400px;
		padding: 20px 0;
}
.coffee-page .orrenge-button a {
		width: 360px;
		font-size: 20px;
		font-weight: bold;
}
.banner-content-video {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-video h1 {
		font-size: 32px;
		font-weight: bold;
		padding: 15px 0;
		color: #dda12a;
}
.banner-content-video p {
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		padding: 5px 0;
}
.video-page .banner-video {
		margin-top: -220px;
}
.video-recipes {
		max-width: 785px;
		margin: 30px auto;
}
.video-recipes .video-block {
		width: 48%;
		margin: 1%;
		float: left;
}
*+html .video-recipes .video-block {
		width: 47.5%;
}
.video-recipes .video-block h3 {
		color: #292a36;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
}
.video-recipes .video-block .video {
		background-color: #f3e2d0;
		padding: 6px;
		box-shadow: 0px 0px 10px #999;
}
.video-recipes .video-block .video iframe {
		width: 100%;
}
.video-page p {
		padding: 0px;
		line-height: 40px;
}
.video-page p b {
		padding: 0 30px;
		border: 1px solid #171417;
		border-radius: 5px;
}
.video-page span {
		font-size: 15px;
		font-weight: normal;
}
.video-page .orrenge-button {
		width: 360px;
		padding: 30px 0;
}
.video-page .orrenge-button a {
		width: 320px;
}
.banner-content-medallion {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-medallion h1 {
		font-size: 60px;
		padding: 15px 0;
		color: #fff;
		font-weight: normal;
}
.banner-content-medallion p {
		color: #dda12a;
		font-size: 30px;
		font-weight: bold;
		padding: 5px 0;
}
.medallion-page {
		padding-bottom: 100px;
}
.medallion-page .banner-video {
		margin-top: -360px;
}
.medallion-page p {
		padding: 0px;
		line-height: 30px;
		text-align: left;
		font-size: 22px;
		max-width: 870px;
		margin: auto;
}
.medallion-page ul {
		max-width: 870px;
		margin: auto;
}
.medallion-page li {
		padding: 0px;
		text-align: left;
		font-size: 22px;
		list-style: outside !important;
		margin: 0px 20px!important;
		line-height: 30px;
}
.medallion-page h2 {
		padding: 10px 0px;
		line-height: 40px;
		text-align: left;
		font-size: 30px;
		max-width: 870px;
		margin: auto;
}
.medallion-page p b {
		padding: 0 30px;
		border: 1px solid #171417;
		border-radius: 5px;
}
.medallion-page span {
		font-size: 15px;
		font-weight: normal;
}
.medallion-page .orrenge-button {
		width: 370px;
		padding: 20px 0;
}
.medallion-page .orrenge-button a {
		width: 330px;
		font-weight: bold;
		font-size: 20px;
}
.banner-content-fergasm {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-fergasm h1 {
		font-size: 60px;
		padding: 15px 0;
		color: #fff;
		font-weight: normal;
}
.fergasm-page .banner-video {
		margin-top: -390px;
}
.fergasm-page {
		padding-bottom: 80px;
}
.fergasm-page p {
		padding: 50px 0px 20px 0;
		line-height: 40px;
		text-align: center;
		font-size: 22px;
		max-width: 730px;
		margin: auto;
}
.fergasm-page h2 {
		padding: 10px 0px;
		line-height: 40px;
		text-align: left;
}
.fergasm-page .orrenge-button {
		width: 410px;
}
.fergasm-page .orrenge-button a {
		width: 320px;
		font-size: 20px;
		font-weight: bold;
		padding: 25px 45px;
}
.banner-content-praise {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 20px;
}
.banner-content-praise h1 {
		font-size: 48px;
		padding: 15px 0;
		color: #fff;
}
.banner-content-praise p {
		color: #dda12a;
		font-size: 24px;
		padding: 5px 0;
}
.praise-page {
		padding-bottom: 100px;
}
.praise-page .banner-video {
		margin-top: -390px;
}
.praise-page p {
		padding: 0px;
		line-height: 40px;
		text-align: left;
		font-size: 21px;
}
.praise-page li {
		padding: 0px;
		text-align: left;
		font-size: 21px;
		list-style: outside !important;
		margin: 0px 20px!important;
		line-height: 30px;
}
.praise-page h2 {
		padding: 10px 0px;
		line-height: 40px;
		text-align: left;
}
.praise-page p b {
		padding: 0 30px;
		border: 1px solid #171417;
		border-radius: 5px;
}
.praise-page span {
		font-size: 15px;
		font-weight: normal;
}
.praise-page .orrenge-button {
		width: 360px;
		padding: 30px 0;
}
.praise-page .orrenge-button a {
		width: 320px;
}
.banner-content-vouchers {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 25px;
		left: 0px;
}
.banner-content-vouchers h1 {
		font-size: 60px;
		padding: 5px 0;
		color: #fff;
		max-width: 900px;
		margin: auto;
		line-height: 70px;
}
.banner-content-vouchers p {
		color: #dda12a;
		font-size: 32px;
		padding: 5px 0;
		max-width: 770px;
		margin: auto;
		font-weight: bold;
		line-height: 40px;
}
.vouchers-page {
		padding-bottom: 110px;
		padding-top: 20px;
}
.vouchers-page .banner-video {
		margin-top: -85px;
}
.vouchers-page h4 {
		padding: 50px 0px;
		line-height: 40px;
		text-align: center;
		font-size: 36px;
		font-weight: bold;
}
.vouchers-page h3 {
		padding: 50px 0px;
		line-height: 40px;
		text-align: center;
		font-size: 36px;
		font-weight: bold;
}
.vouchers-page p {
		padding: 0px;
		line-height: 30px;
		text-align: center;
		font-size: 22px;
		font-weight: normal;
		max-width: 800px;
		margin: auto;
}
.vouchers-page ul {
		max-width: 790px;
		margin: 15px auto;
}
.vouchers-page li {
		padding: 0px;
		text-align: left;
		font-size: 22px;
		list-style: outside !important;
		margin: 0px 20px!important;
		line-height: 30px;
}
.vouchers-page h2 {
		padding: 10px 0px;
		line-height: 40px;
		text-align: left;
}
.vouchers-page span {
		font-size: 15px;
		font-weight: normal;
}
.vouchers-page .orrenge-button {
		width: 360px;
		padding: 30px 0;
}
.vouchers-page .orrenge-button a {
		width: 320px;
}
.banner-content-contact {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 0px;
		left: 0;
}
.banner-content-contact h1 {
		font-size: 60px;
		font-weight: normal;
		padding: 15px 0;
		color: #fff;
		max-width: 800px;
		margin: auto;
		line-height: 70px;
}
.banner-content-contact p {
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		padding: 5px 0;
		max-width: 530px;
		margin: auto;
		line-height: 30px;
}
.banner-content-contact p a {
		color: #fff;
		text-decoration: none;
}
.banner-content-contact .terms {
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		max-width: 615px;
		margin: 20px auto;
		text-align: center;
}
.banner-content-contact .terms a {
		color: #fff;
}
.banner-content-contact .terms a:hover {
		color: #E34E1C;
}
*+html .banner-content-contact h1 {
		line-height: 50px;
}
*+html .banner-content-contact p {
		line-height: 20px;
}
.banner-content-contact p span {
		color: #dda12a;
}
.contact-section {
		background-image: url(images/contact-bg.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 105px 0;
		background-color: #fff;
}
.contact-section-center {
		background-color: #20212b;
		margin: auto auto auto 16%;
		padding: 74px 40px;
		width: 67%;
}
.contact-section-center h3 {
		color: #dda12a;
		font-size: 41px;
		text-align: center;
		line-height: 70px;
}
.contact-section-center p {
		color: #fff;
		font-size: 17px;
		text-align: center;
		line-height: 44px;
		font-weight: bold;
		font-family: 'Lato', sans-serif;
}
.contact-section-center p span {
		color: #dda12a;
		font-family: 'Lora', serif;
		font-size: 22px;
}
/* =====contact form=====*/
.all-form {
		width: 100%;
}
.all-form-center {
		max-width: 755px;
		margin: 0 auto;
}
.all-form-center > form {
		margin: 30px auto 0;
}
.all-form-center > form .MGLField > input[type='text'] {
		border: 1px solid #bebebe;
		border-radius: 7px;
		padding: 12px 3%;
		width: 94%;
}
.all-form-center > form .MGLField input[type='checkbox'] {
		border: 2px solid #DDA12A;
}
.all-form-center > form textarea {
		border: 1px solid #808080;
		border-radius: 7px;
		width: 100%;
		padding: 10px 0;
		height: 200px;
		resize: none;
}
.all-form-center > form div.MGLField {
		margin-left: 0px;
		width: 100%;
		float: none;
}
.all-form-center > form div.MGLLabel {
		color: #171417;
		float: none;
		font-size: 22px;
		font-weight: bold;
		padding: 15px 0;
		width: auto;
		text-align: left;
}
.all-form-center > form .MGLRow .MGLField:before, .all-form-center > form .MGLRow .MGLField:after {
		content: "";
		display: table;
}
.all-form-center > form .MGLRow .MGLField:after {
		clear: both;
}
.all-form-center > form .MGLRow .MGLField {
		zoom: 1; /* For IE 6/7 (trigger hasLayout) */
		;
}
.all-form-center > form .MGLRow {
		margin: 0px;
		padding-bottom: 25px;
}
.all-form-center > form #MGLSubmit > input {
		background-color: #dda12a;
		border-radius: 4px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		box-shadow: 3px 3px 0 #9e351d;
		text-decoration: none;
		width: 300px;
		margin: 0px;
		border: 0;
		height: 45px;
}
.all-form-center > form #MGLSubmit > input:hover {
		background-color: #e34e1c;
}
.all-form-center .MGLPoweredBy {
		padding: 5px 0;
}
.all-form-center .MGLRow.MGLText {
		color: #171417;
		font-size: 22px;
		line-height: 30px;
		padding: 20px 0;
		font-weight: bold;
}
.all-form-center > form > h2 {
		font-size: 36px;
		color: #171417;
		font-weight: bold;
}
.all-form-center > form .hasDatepicker {
		background-position: center right 15px;
		padding: 12px 3%!important;
}
.all-form-center > form .MGLRow.MGLText > span {
		font-size: 22px;
}
.hours {
		width: 32%;
		padding: 10px 1%;
		float: left;
}
.minutes {
		margin: 0 2%;
		width: 32%;
		padding: 10px 1%;
		float: left;
}
.seconds {
		width: 32%;
		padding: 10px 1%;
		float: right;
}
.day {
		width: 31%;
		padding: 10px 1%;
		float: left;
}
.month {
		margin: 0 2%;
		width: 31%;
		padding: 10px 1%;
		float: left;
}
.MGLField > input#MGLDOB {
		border: medium none;
		border-radius: 0;
		/*float: right;*/
		margin: 0;
		padding: 10px 1%;
		width: 30%;
}
/*Blog Page CSS*/
.page-template-page_blog .site-inner, .content-sidebar .site-inner, .site-inner {
		width: 100%;
		background-image: url(images/section-bg.jpg);
		background-position: center center;
}
.page-template-page_blog .content-sidebar-wrap, .content-sidebar .content-sidebar-wrap, .content-sidebar-wrap { /*max-width: 960px !important;*/
		margin: auto; /*padding: 40px 10px;*/
		width: auto;
}
.content-sidebar .content-sidebar-wrap .sidebar {
		float: right;
}
.page-template-page_blog .content-sidebar-wrap .blog {
		border-bottom: 1px solid #ccc;
		margin: 0 0 30px 0;
		padding-bottom: 20px;
}
.page-template-page_blog .content-sidebar-wrap .blog .left {
		float: left;
		width: 48%;
		position: relative;
}
.page-template-page_blog .content-sidebar-wrap .blog .left img {
		width: 100%;
		height: auto;
}
.page-template-page_blog .content-sidebar-wrap .blog .left .orange-date {
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #dda12a;
		width: 50px;
		padding: 5px;
		color: #fff;
}
.page-template-page_blog .content-sidebar-wrap .blog .left .orange-date h3 {
		color: #fff;
		text-align: center;
		font-size: 30px;
		margin-bottom: 0px;
}
.page-template-page_blog .content-sidebar-wrap .blog .right {
		float: right;
		width: 48%;
}
.page-template-page_blog .content-sidebar-wrap .blog .right h3 {
		color: #dd4d2c;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 30px;
}
.page-template-page_blog .content-sidebar-wrap .blog .right h3 a {
		text-decoration: none;
		color: #dd4d2c;
}
.page-template-page_blog .content-sidebar-wrap .blog .right h3 a:hover {
		color: #E34E1C;
}
.page-template-page_blog .content-sidebar-wrap .blog .right span {
		font-weight: bold;
		font-size: 20px;
		color: #000;
}
.page-template-page_blog .content-sidebar-wrap .blog .right p {
		font-size: 16px;
}
.page-template-page_blog .content-sidebar-wrap .blog .right p .more-link {
		font-weight: bold;
		color: #333;
}
.page-template-page_blog .content-sidebar-wrap .blog .right p .more-link:hover {
		text-decoration: none;
		color: #E34E1C;
}
.page-template-page_blog .content-sidebar-wrap .blog .post-comments a {
		color: #000;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
}
.page-template-page_blog .content-sidebar-wrap .blog .post-comments a:hover {
		text-decoration: none;
		color: #dd4d2c;
}
.page-template-page_blog .content-sidebar-wrap .blog .post-comments a span {
		border-radius: 3px;
		padding: 0 6px;
		background-color: #dd4d2c;
		color: #fff;
		position: relative;
}
.page-template-page_blog .content-sidebar-wrap .blog .post-comments a span:after {
		position: absolute;
		width: 100%;
		height: 6px;
		bottom: -6px;
		left: 0px;
		content: "";
		background-image: url('images/comment-bg.png');
		background-repeat: no-repeat;
		background-position: center bottom;
}
.single-left {
		float: left;
		width: 48%;
		position: relative;
		margin: 0 2% 10px 0;
}
.single-left img {
		width: 100%;
		height: auto;
}
.single-left .orange-date {
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #dda12a;
		width: 50px;
		padding: 5px;
		color: #fff;
}
.single-left .orange-date h3 {
		color: #fff;
		text-align: center;
		font-size: 30px;
		margin-bottom: 0px;
}
.single-title {
		width: 50%;
		float: right;
		color: #dd4d2c;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 40px;
}
.category-blogs .entry-content p {
		color: #171417;
		font-size: 16px;
}
span.single-date {
		color: #171417;
		font-size: 19px;
		line-height: 35px;
		font-weight: bold;
}
/*Blog Page CSS*/

/*Widgets Design*/
.white-bg {
		padding: 10px;
		text-align: center;
}
.white-bg h2 {
		color: #db4d2c;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
}
.white-bg iframe {
		width: 100%;
		max-width: 300px;
}
.wooden-bg {
		background-image: url('images/wooden-bg.jpg');
		background-position: center center;
		padding: 20px 10px 10px 10px;
		text-align: center;
}
.wooden-bg h2 {
		color: #fff;
		text-align: center;
		font-size: 26.6px;
		font-weight: bold;
}
.wooden-bg p {
		color: #fff;
		text-align: center;
		font-weight: normal;
		font-size: 17px;
		padding: 5px 0;
}
.wooden-bg iframe {
		width: 100%;
		max-width: 300px;
}
.black-bg {
		background-image: url(images/black-bg.jpg);
		text-align: center;
		padding: 10px;
}
.black-bg h2 {
		color: #db9f2a;
		font-size: 30px;
		font-weight: bold;
		padding: 10px;
		line-height: 35px;
}
.black-bg p {
		color: #fff;
		text-align: center;
		font-weight: normal;
		font-size: 17px;
		line-height: 18px;
		padding: 5px 0;
}
.orng-btn {
		background-color: #db4d2c;
		border-radius: 3px;
		box-shadow: 3px 3px 0 #802405;
		color: #fff;
		float: left;
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0px;
		text-decoration: none;
		margin: 10px 10%;
		width: 80%;
		text-align: center;
		text-transform: uppercase;
}
.orng-btn:hover {
		background-color: #e34e1c;
		text-decoration: none;
}
.popular-posts, .recent-posts-extended {
		padding: 20px !important;
}
.popular-posts .wpp-list, .recent-posts-extended .rpwe-ul {
		margin: 0px;
		padding: 0px;
}
.popular-posts .wpp-list li, .recent-posts-extended .rpwe-ul li {
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		list-style: outside;
}
.popular-posts .wpp-list li a, .recent-posts-extended .rpwe-ul li a {
		color: #333;
		text-decoration: none;
		font-size: 16px;
}
.catering-widgrts {
		padding: 20px 15px;
		background-image: url(images/catering-bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
}
.catering-widgrts h2 {
		color: #db9f2a;
		font-size: 33.75px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
}
.catering-widgrts p {
		color: #fff;
		text-align: center;
		font-weight: normal;
		font-size: 17px;
		line-height: 18px;
		padding: 5px 0;
}
.catering-widgrts ul li {
		color: #fff;
		list-style: inside;
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
}
.ngg_images .widgettitle {
		display: none;
}
.ngg_images .ngg-widget .ngg-fancybox {
		float: left;
		padding: 0.5%;
		margin: 0.5%;
		width: 18%;
		background-color: #D6CAA9;
		border-radius: 4px;
}
.ngg_images .ngg-widget .ngg-fancybox img {
		width: 100%;
		height: auto;
}
.reserve-table {
		padding: 10px;
		background-image: url('images/reserve-widgets.png');
		background-repeat: no-repeat;
		background-position: right top;
}
.reserve-table p {
		color: #000000;
		text-align: center;
		font-weight: bold;
		font-size: 21px;
		line-height: 25px;
		padding: 5px 100px 0 0;
}
.reserve-table h3 {
		color: #000000;
		font-size: 25px;
		line-height: 40px;
		text-align: center;
		padding: 0px 70px 20px 0;
		font-weight: bold;
}
.reserve-table .bottom {
		padding: 10px;
		background-color: #20212b;
}
.reserve-table .bottom h4 {
		color: #db4d2c;
		background-color: transparent;
		text-align: center;
}
/*Widgets Design*/
#disqus_thread::after {
		background: url("images/section-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
		bottom: 10px;
		content: "";
		display: block;
		height: 55px;
		position: absolute;
		width: 100%;
}
#disqus_thread {
		position: relative;
}
.error-heading {
		font-size: 50px;
		line-height: 60px;
}
.search-results .orange-date {
		background-color: #E34E1C;
		color: #fff;
		padding: 10px;
		margin-bottom: 15px;
}
.search-results .orange-date h3 {
		color: #fff;
		float: left;
		padding: 0 10px;
}
.search-results .right h3 {
		font-size: 30px;
}
.search-results .entry-content .right p {
		font-size: 17px;
		margin: 10px 0;
		line-height: 25px;
}
.search-results .right .more-link {
		font-weight: bold;
}
.search-results .entry-content {
		border-bottom: 1px solid #ccc;
		margin: 15px 0;
}
.search-results .post-comments a {
		color: #000;
		font-size: 16px;
		font-weight: bold;
}
.search-results .post-comments a:hover {
		text-decoration: none;
		color: #E34E1C;
}
.search-results .post-comments a span {
		background-color: #dd4d2c;
		border-radius: 3px;
		color: #fff;
		padding: 0 6px;
		position: relative;
}
.search-results .post-comments a span:after {
		background-image: url("images/comment-bg.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		bottom: -6px;
		content: "";
		height: 6px;
		left: 0;
		position: absolute;
		width: 100%;
}
.all-content {
		width: auto;
		max-width: 800px;
		padding: 15px;
		margin: auto;
}
.all-content h2 {
		padding: 30px 0;
		text-align: center;
		font-size: 60px;
		font-weight: normal;
		line-height: 70px;
}
.all-content p {
		padding: 10px 0;
		font-size: 22px;
		font-weight: normal;
		line-height: 25px;
}
.all-content ul {
		padding: 15px 0;
		margin: 0px;
		line-height: 25px;
}
.all-content ul li {
		list-style: outside;
		padding: 5px 0;
		font-size: 22px;
		font-weight: normal;
}
.contact-banner img {
		float: left;
}
.responsive-menu li a:hover, .responsive-menu li.current_page_item a {
		background-color: #db4d2c !important;
}
.left_videos, .banner, .right_videos {
		display: inline-block;
}
.left_videos, .right_videos {
		width: 350px;
}
.vid_one, .vid_two {
		margin: 20px;
}
.vid_text {
		color: #333;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
}
.vacc_wrapper {
		width: 1130px;
		margin: 0 auto;
}
.exc_offer {
		font-family: Brush Script Std;
		font-size: 32px;
}
.offer_info {
		font-size: 17px;
}
span.amt {
		font-size: 50px;
}
.byo {
		font-size: 25px;
		font-weight: bold;
		color: #e04f0e;
}
.ftr_text {
		font-size: 10px;
		font-style: italic;
}
.enquire_btn {
		font-size: 20px;
		background: #db4d2c;
		padding: 11px 5px;
		color: #fff;
		width: 150px;
		margin: 0 auto;
		margin-bottom: 15px;
		border-radius: 10px;
		border: 2px solid #fff;
		outline: 3px solid rebeccapurple;
		outline-style: initial;
}
.enquire_btn a {
		color: #000;
		border: 2px solid #fff;
		border-radius: 4px;
		padding: 6px 23px;
		font-size: 16px;
}
/*-----New Change-----*/

.home-section8-content .catering-list-main p {
		padding: 0;
}
.certi_logo {
		padding-top: 15px;
}
header ul.sub-menu li {
		padding: 0
}
.banner-content-cat {
		color: #fff;
		font-size: 60px;
		padding: 15px 0;
}
.catring_sub_ttl {
		color: #dda12a;
		font-size: 30px;
		font-weight: bold;
		line-height: 35px;
}
.banner-content-cat {
		position: absolute;
		text-align: center;
		top: 80px;
		width: 100%;
}
.banner-content-cat h1 {
		color: #fff;
		font-size: 60px;
		padding: 15px 0;
		line-height:70px;
}
.catring-top-contact {
		padding-top: 60px;
}
.medallion_top {
		padding-top: 110px;
		clear: both;
}
.medallion_top_bot_latest {
		padding-top: 110px;
		clear: both;
		padding-bottom: 100px;
}
.media_text_top {
		text-align: center;
}
.media_text_top > span {
		font-weight: bold;
}
.MGLRow_Part {
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
}
.MGLRow.cmb {
		margin: 0 1% !important;
}
.medallion_club .MGLLabel {
		font-weight: normal !important;
}
.medallion_club > form .MGLField > input[type="text"] {
		border-radius: 0 !important;
}
.medallion_club > form #MGLSubmit > input {
		background-color: #dd4d2c;
		width: 370px;
}
.medallion_club .day {
		border: 1px solid #808080 !important;
}
.medallion_club .month {
		border: 1px solid #808080 !important;
}
.MGLField > input#MGLDOB {
		border: 1px solid #808080;
		margin-right: 0;
		padding: 11px 1.6%;
		width: 30.5%;
}
#mf87a9026d750_PartnersBirthday {
		width: 94%;
}
.header-main .right a.virtual_link_button {
		background-color: transparent;
		border: 1px solid #fff;
		color: #fff;
		float: left;
		font-size: 16.58px;
		padding: 7px 20px;
		text-align: center;
		text-decoration: none;
		width: 160px;
		border-radius: 3px;
}
.platter_top_space {
		margin-bottom: -180px;
		margin-top: 30px;
		padding: 25px !important;
}
.platter_cave {
		color: #fff;
		font-size: 40px;
		padding-bottom: 27px;
		padding-top: 30px;
		text-align: center;
}
.platter_seafood {
		color: #dda12a;
    font-size: 34px;
   /* padding-bottom: 17px;*/
    text-align: center;
    font-weight: bold;
    line-height: normal;
}
.cavecatrers {
		font-size: 16px;
		color: #fff;
}
.platter_top_space p {
    padding: 5px 0;
}
.cavenormally {
		font-size: 26px;
		color: #fff;
		padding-bottom: 10px;
		font-weight: bold;
}
.caveprice_part {
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
}
.caveprice {
		color: #dda12a;
		font-size: 28px;
		padding-bottom: 18px;
}
.caveprice_num {
		font-size: 50px;
}
.cave_buy_part {
		text-align: center;
		padding-bottom: 25px;
		padding-top: 25px;
}
.cave_buy {
		color: #dda12a;
		font-size: 40px;
		padding-bottom: 10px;
}
.cave_buy_text {
		color: #fff;
		font-size: 21px;
		margin: 5px 0 15px ;
}
.cave_buy_easy {
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		
}
.note_platter {
		font-size: 14px !important;
		line-height: 20px;
		padding-top: 30px !important;
}
.platter_top_postion {
		background-position: center bottom !important;
		padding-top: 1px !important;
		/*height: 588px;*/
		margin-top: -5px;
}
.platter_top_space .orrenge-button a {
		width: auto;
}
.platter_top_space .orrenge-button {
		width: 66%;
}
.platter_top_space .orrenge-button a::after {
		background-image: none;
}
.paltter-form-page {
		padding-bottom: 6em;
		padding-top: 13em;
		clear: both;
}
.paltter-form-page p {
		font-size: 22px;
		line-height: 30px;
		margin: auto;
		max-width: 870px;
		padding: 0;
		text-align: left;
}
.paltter-form-page-center-text {
		text-align: center !important;
}
.platter_gold_medallion {
		color: #dda12a;
		font-size: 52px;
		font-weight: bold;
		padding-bottom: 40px;
		padding-top: 10px;
		text-align: center;
}
.contact__part {
		float: left;
		width: 50%;
}
.new_contact_ttl {
		color: #20212b;
		font-size: 40px;
}
.contact_two_part {
		padding-top: 5em;
}
.contact-section-center .opening_hours_top {
		color: #fff;
		font-size: 17px;
		text-align: left;
		line-height: 44px;
		font-weight: bold;
		font-family: 'Lato', sans-serif;
}
.contact-section-center .opening_hours_top span {
		color: #dda12a;
		font-family: 'Lora', serif;
		font-size: 22px;
}
.contact-section-center .opening_hours_bot {
		color: #fff;
		font-size: 17px;
		text-align: left;
		line-height: 25px;
		font-weight: bold;
		font-family: 'Lato', sans-serif;
}
.contact-section-center .opening_hours_bot span {
		color: #dd4d2c;
		font-family: 'Lora', serif;
		font-size: 20px;
}
.opening_hours_top {
		border-bottom: 1px solid #fff;
		padding-bottom: 35px;
		padding-top: 15px;
}
.opening_hours_bot {
		padding-top: 35px;
}
.opening_hours_bot a {
		color: #fff;
}
.cont_field {
		padding-bottom: 18px;
}
.all-form-center.contact_page .MGLRow {
		padding-bottom: 5px;
}
.contact_page > form .MGLField > input[type="text"] {
		width: 100%;
		border: 1px solid #b8b6b1;
		border-radius: 0;
		padding: 18px 3%;
}
.contact_page > form textarea {
		width: 105.8%;
		border: 1px solid #b8b6b1;
		border-radius: 0;
}
.contact_page > form #MGLSubmit > input {
		width: 105%;
		background-color: #dd4d2c;
		box-shadow: 3px 3px 0 #923A26;
}
.cont_form_txt {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 35px;
}
.contact_page > form div.MGLLabel {
		font-size: 18px;
		font-weight: normal;
		padding: 9px 0;
}
.MGLRow_take_sub {
		float: left;
		width: 48%;
		margin: 0% 1% 1%;
}
.take_away_form > form div.MGLLabel {
		font-size: 18px;
		font-weight: normal;
		padding: 9px 0;
}
.take_away_form > form .MGLField > input[type="text"] {
		border: 1px solid #b8b6b1;
		border-radius: 0;
		padding: 18px 3%;
}
.take_away_form > form textarea {
		border: 1px solid #b8b6b1;
		border-radius: 0;
		height: 130px;
		padding: 10px 3%;
		width: 94%;
}
.MGLRow_take_sub_two {
		margin: 0 0 1%;
}
.take_away_form > form #MGLSubmit > input {
		background-color: #dd4d2c;
}
.alliance_partner_top {
		margin-top: -2.6em;
}
.logo_sub_part {
		width: 50%;
}
/*.logo_sub_part_img {
    float: left;
    margin-right: 5%;
    width: 35%;
}*/
/*.logo_right_space {
     margin-right: 1%;
}
*/.logo_sub_part {
		width: 70%;
		margin: 0 auto;
}
.logo_sub_part_desc {
		font-size: 16px;
		color: #444444;
		text-align: center;
}
.logo_sub_part_img img {
		margin-bottom: 0;
}
.alliance_partner_page {
		padding: 135px 5px !important;
}
.logo_part {
		float: left;
		width: 33.2%;
		padding-bottom: 0px;
		border-style: solid;
		border-width: 0 1px 1px 0;
		padding: 20px 0 15px;
		border-color: #ccc;
}
.logo_part:nth-child(3n) {
		border-width: 0 0 1px 0;
}
s .alliance_partner_bg {
		background-color: #fff;
		float: left;
		width: 100%;
		padding-bottom: 55px;
}
.logo_sub_part_desc_ttl {
		color: #dca02a;
		font-size: 17px;
		font-weight: 600;
		padding-bottom: 5px;
}
.contact_top_part_bg {
		float: left;
		width: 100%;
}
.virtual_tour_bg {
		float: left;
		width: 100%;
		padding-bottom: 55px;
}
.virtual_tour_top {
		margin-top: -2.6em;
}
.virtual_tour_page {
		padding-top: 60px;
}
.virtual_tour_page_ttl {
		color: #fff;
		font-size: 40px;
		padding-bottom: 50px;
		text-align: center;
}
.MGLRow_Sub {
		float: left;
		font-weight: bold;
		width: 42%;
}
.MGLRow_take_sub > #MGLSubmit > input {
		width: 100% !important;
}
.all-form-center.take_away_form {
		max-width: 95%;
		margin: 0 auto;
}
.take_away_form .MGLRow_Sub {
		float: left;
		font-weight: bold;
		width: 50%;
}
.footer_logo {
		vertical-align: middle;
		position: absolute;
		margin-top: -5%;
		right: 19.5%;
}
.premium_text > h2 {
		font-family: "Parisienne";
}
.gold_none {
		display: none;
}
.logo_address {
		color: #dbad7d;
		font-size: 15px;
		margin-top: -6px;  
		text-align: center;
}
/*-----Functions Sub Pages-----*/

.left_part {
		width: 48%;
		float: left;
}
.right_part {
		float: right;
		width: 48%;
}
.right_part img, .left_part img {
		width: 100%;
}
.anniversay_top_bot {
		padding-top: 60px;/*padding-bottom: 50px;  */
}
.anniversay p {
		font-size: 16px;
		font-weight: normal;
		line-height: 27px;
		margin: auto;
		padding: 0;
		text-align: left;
		color: #171417;
		margin-bottom: 10px;
}
.anniversay li {
		font-size: 18px;
		line-height: 30px;
		list-style: outside none disc !important;
		padding: 0;
		text-align: left;
		color: #171417;
}
.font_bold {
		font-weight: bold;
}
.anniversay h1 {
		font-weight: normal;
		line-height: 44px;
		padding-bottom: 10px;
		padding-top: 0;
		text-align: left;
		font-size: 40px;
		color: #20212b;
}
.anniversay-banner {
		position: relative;
		width: 100%;
}
.anniversay h2 {
		color: #20212b;
		font-size: 25px;
		font-weight: normal;
		padding-bottom: 10px;
		padding-top: 0;
		text-align: left;
		line-height: 30px;
}
.anniversary_part {
		padding-bottom: 30px;
		width: 100%;
		display: inline-block;
}
img.alignleft {
		display: inline;
		margin: 0 0 10px 10px;
}
.alignleft {
		float: left;
		margin: 0 0 0 10px;
}
.anniversary_white_part {
		min-height: 100%;
}
.anniversay-banner .triangle:after {
		border-top: 30px solid #E7E0CE;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		content: "";
		left: 48.1%;
		position: absolute;
		width: 0;
		height: 0;
}
.anniversary_white_part h2 {
		text-align: center;
}
.anniversary_white_part_txt {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 25px;
		text-align: center;
}
.anniversary_white_part_txt a {
		color: #333;
}
.anniversary_white_part_top_bot {
		padding-bottom: 30px;
		padding-top: 80px;
}
.hexagonfoot-triangle {
		border-bottom: 30px solid #141414;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		content: "";
		height: 0;
		left: 48.1%;
		position: absolute;
		top: -30px;
		width: 0;
}
.anniversary_button {
		float: left;
		width: auto;
}
.anniversary_button a {
		padding: 15px 97px;
}
.img_func_right {
		margin-left: 35px !important;
}
.img_func_left {
		margin-right: 35px !important;
}
.content_right_anniversary {
		padding-left: 13px;
		width: 48%;
}

/*-------------header-conversation code 03-10-2016----------*/

.conver_code_cave {
    position: absolute;
    top: 0;
}

.cave_height {
    min-height: 250px;
}

.thank_height {
    min-height: 170px;
}    
   
.cave_club_page_part {
    width: 48%;  
    float: left;
}
.cave_club_part {
    width: 100%;
    float: left;
	margin-left: 2%;
    margin-right: 2%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    width: 91%;
    float: left;  
	text-align: center;
}
.cave_club_part_field select {
    width: 100%;
}
.birth_date input.wpcf7-form-control.wpcf7-text {
    width: 71%;
	height: 24px;
}
.birth_date {
    float: left;
    width: 32%;
}
.anni_date input.wpcf7-form-control.wpcf7-text {
     width: 71%;
	height: 24px;
}
.anni_date {
    float: left;
    width: 32%;
}
.partnerbirth_date input.wpcf7-form-control.wpcf7-text {
     width: 71%;
	 height: 24px;
}
.partnerbirth_date {
    float: left;
    width: 32%;  
}

.cave_club_part_field input[type="text"],input[type="tel"],input[type="email"]{
    border: 1px solid #bebebe !important;
    border-radius: 0px;
    padding: 12px 2% !important;
    width: 94%;
    font-size: 18px;
}

.cave_club_part_field select{
    border: 1px solid #bebebe !important;
    border-radius: 0px;
    padding: 12px 2% !important;
    width: 100%;
    font-size: 18px;
}

.cave_club_part_field .birth_date input[type="text"]{
    border: 1px solid #bebebe !important;
    border-radius: 0px;
    padding: 12px 2% !important;
    width: 94%;
    font-size: 18px;
} 

.cave_club_part_field .anni_date input[type="text"]{
    border: 1px solid #bebebe !important;
    border-radius: 0px;
    padding: 12px 2% !important;
    width: 94%;
    font-size: 18px;
} 

.cave_club_part_field .partnerbirth_date input[type="text"]{
    border: 1px solid #bebebe !important;
    border-radius: 0px;
    padding: 12px 2% !important;
    width: 94%;
    font-size: 18px;
}  

.cave_club_part_label{
    color: #171417;
    float: none;
    font-size: 22px;
    font-weight: normal;
    padding: 15px 0;
    width: auto;
    text-align: left; 
}

#cavesubmit input[type="submit"] {  
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #9e351d;
    text-decoration: none;
    width: 97%;
    margin: 0px;
    border: 0;
    height: 45px;
    padding: 5px 15px 8px 15px;
}

.cave_club_page_part_rt {
    margin-right: 2%;
}

.birth_date.birth_rt {
    margin-right: 1%;
}

.anni_date.anni_rt {
    margin-right: 1%;
}  

.partnerbirth_date.partnerbirth_rt {
    margin-right: 1%;
}

.cavecontactpage {
    width: 57%;
    margin: 0 auto;
}  

.cave_club_part .requiredfield {
    font-size: 22px !important;
}  

.cave_club_part_field img{width:auto !important;}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    width: 91%;
    float: left;
    text-align: center;
}

.menus-button {
    margin: 0 auto;
    text-align: center;
    display: block;
    clear: both;
    width: 75%;
}
.our_christmas_btn {
    width: 50% !important;
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;

}  
.our_christmas_btn img {
    margin-top: -7px;
}

/* -----------------  24-11-2017 ------------------*/

.entry-title a {
    background: #BD8A27;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    padding: 10px 60px;
    border-bottom: none;
    margin-right: 30px;
	display: inline-block;
	text-decoration: none;
}
.entry-title a:hover {
    background: #fff;
    color: #BD8A27;   
}

/*Responsive CSS*/
@media only screen and ( min-width: 1911px ) and ( max-width: 1920px ) {
.banner-video .home-video {
		/*margin-top: -435px;*/
}
.menu-page .banner-video {
		margin-top: -405px;
}
.wines-page .banner-video, .old-page .banner-video, .coffee-page .banner-video {
		margin-top: -470px;
}
.banner-content-wine h1, .banner-content-old h1, .banner-content-coffee h1 {
		padding: 50px 0;
}
.coffee-page .banner-video {
		margin-top: -391px;
}
.video-page .banner-video {
		margin-top: -335px;
}
.banner-content-medallion h1 {
		padding: 65px 0 15px 0;
}
.medallion-page .banner-video {
		margin-top: -440px;
}
.banner-content-fergasm h1 {
		padding: 80px 0;
}
.fergasm-page .banner-video {
		margin-top: -420px;
}
.banner-content-praise h1 {
		padding: 120px 0;
}
.banner-content-vouchers h1 {
		padding: 60px 0 20px 0;
		line-height: 85px;
}
.vouchers-page .banner-video {
		margin-top: -135px;
}
}
 @media only screen and ( min-width: 1800px ) and ( max-width: 1910px ) {
.banner-video .home-video {
		margin-top: -265px;
}
.menu-page .banner-video, .wines-page .banner-video {
		margin-top: -375px;
}
.wines-page .banner-video, .old-page .banner-video, .coffee-page .banner-video {
		margin-top: -367px;
}
.banner-content-wine h1, .banner-content-old h1, .banner-content-coffee h1 {
		padding: 40px 0;
}
.coffee-page .banner-video {
		margin-top: -380px;
}
.video-page .banner-video {
		margin-top: -335px;
}
.banner-content-medallion h1 {
		padding: 55px 0 15px 0;
}
.medallion-page .banner-video {
		margin-top: -430px;
}
.banner-content-fergasm h1 {
		padding: 70px 0;
}
.fergasm-page .banner-video {
		margin-top: -420px;
}
.banner-content-praise h1 {
		padding: 100px 0;
}
.banner-content-vouchers h1 {
		padding: 50px 0 20px 0;
		line-height: 80px;
}
.vouchers-page .banner-video {
		margin-top: -130px;
}
}
 @media only screen and ( min-width: 1600px ) and ( max-width: 1799px ) { 
.banner-video .home-video {
		/*margin-top: -340px;*/
}
.menu-page .banner-video, .wines-page .banner-video {
		margin-top: -415px;
}
.wines-page .banner-video, .old-page .banner-video {
		margin-top: -367px;
}
.banner-content-wine h1, .banner-content-old h1, .banner-content-coffee h1 {
		padding: 30px 0;
}
.coffee-page .banner-video {
		margin-top: -345px;
}
.video-page .banner-video {
		margin-top: -270px;
}
.banner-content-medallion h1 {
		padding: 20px 0 15px 0;
}
.medallion-page .banner-video {
		margin-top: -375px;
}
.banner-content-fergasm h1 {
		padding: 45px 0;
}
.fergasm-page .banner-video {
		margin-top: -420px;
}
.banner-content-praise h1 {
		padding: 65px 0;
}
.banner-content-vouchers h1 {
		padding: 45px 0 20px 0;
}
.vouchers-page .banner-video {
		margin-top: -105px;
}
}
 @media only screen and ( min-width: 1450px ) and ( max-width: 1599px ) {
.banner-video {
		margin-top: -296px;
}
.menu-page .banner-video, .wines-page .banner-video {
		margin-top: -270px;
}
.wines-page .banner-video, .old-page .banner-video {
		margin-top: -390px;
}
.banner-content-wine h1, .banner-content-old h1, .banner-content-coffee h1 {
		padding: 20px 0;
}
.coffee-page .banner-video {
		margin-top: -315px;
}
.video-page .banner-video {
		margin-top: -230px;
}
.banner-content-medallion h1 {
		padding: 20px 0 15px 0;
}
.medallion-page .banner-video {
		margin-top: -385px;
}
.banner-content-fergasm h1 {
		padding: 20px 0;
}
.fergasm-page .banner-video {
		margin-top: -420px;
}
.banner-content-praise h1 {
		padding: 40px 0;
}
.banner-content-vouchers h1 {
		padding: 37px 0 20px 0;
}
.vouchers-page .banner-video {
		margin-top: -85px;
}
}
@media only screen and ( max-width: 1100px ) {
	.video-text {
		height: auto !important;
	}
	.xmas-sect:after ,.xmas-sect:before ,.home .header-main:before ,.home .header-main:after{
		display: none;
	}
}

 @media only screen and ( min-width: 1024px ) and ( max-width: 1280px ) {
.banner-video .home-video {
		margin: -275px auto auto; 
}
.banner-content-special p {
		padding: 10px 0;
}
.wines-page .banner-video, .old-page .banner-video {
		margin-top: -250px;
}
.coffee-page .banner-video {
		margin-top: -190px;
}
.video-page .banner-video {
		margin-top: -140px;
}
.medallion-page .banner-video {
		margin-top: -250px;
}
.fergasm-page .banner-video {
		margin-top: -280px;
}
.banner-content-vouchers h1 {
		font-size: 40px;
		line-height: 50px;
		padding: 0px;
}
.banner-content-vouchers p {
		line-height: 30px;
}
.praise-page .banner-video {
		margin-top: -280px;
}
.banner-content-contact p, .banner-content-contact h1 {
		padding: 0px;
}
.vacc_wrapper {
		width: 95%;
		padding: 10px 2%;
}
.left_videos iframe, .right_videos iframe {
		width: 90%!important;
		height: 400px;
		display: block;
		margin: 0 auto;
}
.banner {
		width: 90%;
		display: block;
		margin: 0 auto;
}
.left_videos, .right_videos {
		width: 95%;
}
/*.alliance_partner > img {
	height: 240px;
}*/  

.footer_logo {
		margin-top: -9.2%;
		right: 4.5%;
}
}
@media only screen and ( min-width: 992px ) and ( max-width: 1024px ) {
	.page-id-428 .banner-content-cat h1 {
    font-size: 30px;  
    padding: 0;
    margin: 0;
    line-height: normal;
	}
	.page-id-428 .banner-content-cat{top:40px !important;}
	.catring_sub_ttl{margin-top:0px;}
	.box img,.overlay, .overlay1, .overlay2, .overlay3, .overlay4, .overlay5, .overlay6 {
    height: 150px !important;
    width: 150px !important;
	}
	.box .cock {
    font-size: 18px !important;
    margin: 0 10px 10px !important;
	}
	.img-icon::before {
    font-size: 18px !important;
    height: 35px !important;
    line-height: 35px !important;
    margin: -3px 15px 0 0 !important;
    width: 35px !important;
	}
	.vid_left{
		margin: 0 auto !Important;
    float: none !important;
		width:80% !important;
	}
	.all-form-center.medallion_club:before{
			right:-35px !important
	}
	
	
}

@media only screen and (max-width: 992px) {
	.all-form-center.medallion_club:before {
			position:relative !important;
			float: none;
			margin: 0 auto;
			text-align: center;
			right:auto !important;
			top:0 !important; 
	}
	
	
}


 @media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {
.header-top {
		width: 96%;
		padding: 10px 2%;
}
.header-top .left {
		width: 27%;
}
.header-top .right {
		width: auto;
		margin-right: 50px;
}
.header-main {
		width: 96%;
		padding: 0 2%;
}
.main-menu {
		width: 96%;
}
#nav {
		padding: 15px 0;
}
.banner-video {
		width: 70%;
		margin: -90px auto auto;
}
.banner-video iframe {
		height: 320px;
}
.banner-video iframe {
		width: 100%;
}
#footer {
		padding: 96%;
		padding: 0 2%;
}
.home-section3-center {
		background-size: 100%;
		background-position: center bottom;
}
.platter_top_postion {
		background-size: auto;
}
.home-section3-content {
		margin: 0 auto;
}
.home-section6 .home-section6-content h2 {
		font-size: 24px;
		line-height: 30px;
}
.home-section-content-main::after {
		width: 200px;
		height: 130px;
		background-size: 100%;
}
.home-section-content-left .left img {
		width: 100%;
}
.home-section-content-left .right ul li {
		margin-bottom: 5px;
}
.catering-list-main .left .small {
		height: 126px;
}
.catering-list-main .left .big {
		height: 198px;
}
.catering-list-main .right img {
		height: 550px;
}
.home-section8, .home-section5 {
		background-size: inherit;
}
.banner-content-special h1 {
		font-size: 35px;
		padding: 5px 0;
}
.banner-content-special p {
		font-size: 20px;
		padding: 5px;
}
.wines-page .banner-video, .old-page .banner-video {
		margin-top: -160px;
}
.banner-content-platters {
		top: 45px;
}
.coffee-page .banner-video {
		margin-top: -120px;
}
.video-page .banner-video {
		margin-top: -75px;
}
.medallion-page .banner-video {
		margin-top: -160px;
}
.medallion-page {
		width: auto;
		padding: 10px;
}
.platters-page {
		padding: 10px;
		width: auto;
}
.fergasm-page .banner-video {
		margin-top: -190px;
}
.banner-content-vouchers h1 {
		font-size: 30px;
		line-height: 40px;
		padding: 0px;
}
.banner-content-vouchers p {
		line-height: 20px;
		padding: 0px;
		font-size: 18px;
}
.vouchers-page {
		width: auto;
		padding: 10px;
}
.banner-content-praise h1 {
		font-size: 40px;
}
.praise-page .banner-video {
		margin-top: -200px;
}
.banner-content-contact h1 {
		padding: 0px;
		font-size: 35px;
		line-height: 45px;
}
.banner-content-contact p {
		padding: 0px;
		font-size: 20px;
		line-height: 24px;
}
.contact-section {
		background-size: 100%;
}
.banner-content h1 {
		font-size: 35px;
}
.vacc_wrapper {
		width: 95%;
		padding: 10px 2%;
}
.left_videos iframe, .right_videos iframe {
		width: 90%!important;
		height: 400px;
		display: block;
		margin: 0 auto;
}
.banner {
		width: 90%;
		display: block;
		margin: 0 auto;
}
.left_videos, .right_videos {
		width: 95%;
}
.banner-content-vouchers {
		top: 50px !important;
}
.banner-content-cat {
		top: 0px;
}
.catring_sub_ttl {
		font-size: 21px;
		line-height: 27px;
		padding-top: 8px;
}
.contact-section-center {
		width: 67%;
		margin: auto auto auto 9%;
}
.contact_page > form .MGLField > input[type="text"] {
		border: 1px solid #b8b6b1;
		border-radius: 0;
		width: 94%;
}
.contact_page > form textarea {
		width: 100%;
}
.contact_page > form #MGLSubmit > input {
		width: 100%;
}
.alliance_partner > img {
		height: 180px;
}
.footer_logo {
		margin-top: -9.8%;
		right: 4.5%;
}
.home-section5-content .product li {
		min-height: 600px;
}
.home-section5-corporate-content .product li{min-height:auto !important;}
.special img {
		height: 240px;
}
.wines-page .orrenge-button {
		width: 345px;
}
.wines-page .orrenge-button a {
		width: 300px;
}

}
@media only screen and ( min-width: 768px ) and ( max-width: 992px ) {
	 .page-id-428 .banner-content-cat h1 {
    font-size: 26px !important;
    padding: 0;
    margin: 0;
    line-height: normal !important;
	}
	.page-id-428 .banner-content-cat{top:40px !important;}
	.catring_sub_ttl{margin-top:0px;}
	.gallery-center.catering{margin-top:-8em;}
	.catering-list-main .left img,.home-banner img{height:auto;}
	.home-section4-content h2{font-size:30px !important;}
	/*.vid_left{width:100% !important;}
.vid_space{margin:0 !important;}
.home-section4-content h2{line-height:normal;}*/
.home-section4-content{width:auto;margin:0 15px;}
.homepage_only .banner-video {
    margin-top: 10px !important;
}
.home-banner img{height:330px;}
	.vid_left{
		margin: 0 auto !Important;
    float: none !important;
		width:80% !important;
	}
.winner {
    margin-top: 20px;
}
.cave_club_part_field img{width:auto !important;height: 5%;}   
.menus-button{
	width:100%;
}
.entry-title span {
    /*padding: 15px 40px;*/
}
}

}
 @media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
.header-top {
		width: 96%;
		padding: 10px 2%;
}
.header-top .right, .header-top .left {
		width: 100%;
		float: left;
		padding: 5px 0;
		font-size: 12px;
}
.header-main .left {
		width: 100%;
		text-align: center;
}
.header-main .right {
		width: 200px;
		float: none;
		margin: auto;
}
.header-center {
		width: 96%;
		padding: 0 2%;
		min-height: 510px;
		background-position: center bottom;
}
.home-banner {
		min-height: inherit;
}
.banner-content h1 {
		font-size: 25px;
		padding: 0px;
}
.banner-content p {
		font-size: 20px;
}
.banner-video {
		margin: 30px auto 10px;
}
.main-menu {
		width: 96%;
}
#nav {
		padding: 15px 0;
}
.banner-video {
		width: 90%;
}
.banner-video iframe {
		width: 100%;
}
.home-section1 h1, .home-section1 h2 {
		font-size: 25px;
}
.home-section1 p a::after {
		display: none;
}
#footer {
		padding: 96%;
		padding: 0 2%;
}
.footer-left {
		position: static;
		padding: 10px 0;
		text-align: center;
}
.footer-bottom {
		float: left;
}
.footer-bottom span {
		float: left;
		width: 100%;
		padding: 10px 0;
}
.entry-title {
		padding: 4px 0;
}
.entry-title span {
		padding: 0 20px;
}
.banner-content {
		top: 50px;
}
.home-section2-content {
		padding: 10px 5%;
		width: 80%;
}
.home-section3-center {
		padding: 10px 50px;
}
.home-section4-content {
		padding: 20px;
}
.home-section5 {
		background-size: inherit;
}
.home-section5-content .product li {
		width: 80%;
		margin: 15px 10%;
}
.home-section6 .home-section6-content .left, .home-section6 .home-section6-content .right {
		width: 96%;
		padding: 0 2%;
}
.home-section-content {
		padding: 20px;
}
.home-section-content-main::after {
		height: 140px;
		width: 250px;
		background-size: 100%;
}
.home-section-content-main {
		padding-top: 130px;
}
.home-section-content-left {
		width: 96%;
		padding: 2%;
}
.home-section-content-left .left img {
		width: 100%;
}
.home-section-content-left .right {
		width: 80%;
		padding-right: 0px;
}
.home-section-content-left .right ul li {
		margin-bottom: 5px;
		font-size: 13px;
}
.home-section8 {
		background-size: inherit;
}
.home-section8-content {
		width: 80%;
		padding: 15px 5%;
}
.home-section8-content h2, .home-section8-content h3, .home-section8-content p {
		padding: 10px;
}
.catering-list-main .left {
		width: 70%;
		max-width: 250px;
}
.catering-list-main .left .col-1, .catering-list-main .left .col-2, .catering-list-main .left .col-3 {
		width: 100%;
}
.catering-list-main .right img {
		height: 500px;
}
.banner-content-menu h1 {
		font-size: 36px;
}
.banner-content-special {
		top: 0;
}
.banner-content-special h1 {
		font-size: 20px;
		line-height: 25px;
		padding: 0px 0;
}
.banner-content-special p {
		font-size: 16px;
		padding: 0px;
}
.wines-page .banner-video, .old-page .banner-video {
		margin-top: -75px;
}
.banner-content-platters {
		top: 20px;
}
.banner-content-platters h1, .banner-content-coffee h1, .banner-content-video h1 {
		padding: 5px;
		font-size: 35px;
}
.banner-content-video p {
		padding: 5px;
		font-size: 16px;
}
.coffee-page .banner-video {
		margin-top: -60px;
}
.video-page .banner-video {
		margin-top: -40px;
}
.video-recipes .video-block {
		width: 98%;
		max-width: 400px;
		margin: 10px auto;
		float: none;
}
.medallion-page .banner-video {
		margin-top: -70px;
}
.platters-page {
		padding: 10px;
		width: auto;
}
.wrap-main-contact-us-page {
		padding: 0 10px;
}
.banner-content-medallion h1 {
		font-size: 35px;
		padding: 5px;
}
.medallion-page {
		width: auto;
		padding: 10px;
}
.banner-content-fergasm h1 {
		font-size: 35px;
		padding: 5px 0;
}
.banner-content-cat h1 {
		font-size: 35px;
}
.banner-content-cat {
		top: 0px;
}
.banner-content-cat h1 {
		padding: 9px 0;
}
.catring_sub_ttl {
		font-size: 20px;
		line-height: 25px;
		padding-top: 0;
}
.catring_header_img > img {
		height: 150px;
}
.fergasm-page .banner-video {
		margin-top: -110px;
}
.fergasm-page {
		padding: 10px;
		width: auto;
}
.banner-content-vouchers { /*top: 0px;*/
}
.banner-content-vouchers h1 {
		font-size: 25px;
		line-height: 30px;
		padding: 0px;
}
.banner-content-vouchers p {
		line-height: 25px;
		font-size: 15px;
}
.vouchers-page .banner-video {
		margin-top: 0px;
}
.vouchers-page {
		width: auto;
		padding: 10px;
}
.banner-content-praise {
		top: 0px;
}
.banner-content-praise h1 {
		font-size: 35px;
		padding: 5px 0;
		line-height: 45px;
}
.praise-page .banner-video {
		margin-top: -75px;
}
.banner-content-contact h1 {
		padding: 0px;
		font-size: 30px;
		line-height: 30px;
}
.banner-content-contact p {
		padding: 0px;
		font-size: 15px;
		line-height: 17px;
}
.banner-content-contact .terms {
		margin: 0px;
		font-size: 12px;
		line-height: 14px;
}
.contact-section {
		background-size: 100%;
		padding: 20px 0;
}
.contact-section-center {
		width: 290px;
		padding: 10px;
}
.contact-section-center h3 {
		font-size: 30px;
		line-height: 40px;
}
.contact-section-center p {
		font-size: 15px;
		line-height: 15px;
}
.content-sidebar .content, .sidebar-content .content {
		width: 100%;
}
.content-sidebar .content-sidebar-wrap .sidebar {
		width: 100%;
}
.home-section3-content .orrenge-button a::after, .home-section6 .home-section6-content .right .video::after, .home-section7-center .orrenge-button a::after, .home-section8-content .orrenge-button a::after, .coffee-page .banner-video::after {
		display: none;
}
.vacc_wrapper {
		width: 95%;
		padding: 10px 2%;
}
.left_videos iframe, .right_videos iframe {
		width: 90%!important;
		height: 400px;
		display: block;
		margin: 0 auto;
}
.banner {
		width: 90%;
		display: block;
		margin: 0 auto;
}
.left_videos, .right_videos {
		width: 95%;
}
.MGLRow_Part {
		float: none;
		margin-right: 0;
		width: 100%;
}
.paltter-form-page {
		padding-bottom: 6em;
		padding-top: 15em;
}
.platter_top_space {
		margin-top: 0;
}
.platter_seafood {
		line-height: 37px;
}
.caveprice {
		line-height: 37px;
}
.platter_gold_medallion {
		line-height: 50px;
}
.contact__part {
		float: left;
		width: 100%;
}
.contact_page > form .MGLField > input[type="text"] {
		width: 90%;
}
.contact_page > form textarea {
		width: 96%;
}
.contact_page > form #MGLSubmit > input {
		width: 80%;
}
.contact-section-center {
		margin: auto;
		width: 90%;
}
.alliance_partner > img {
		height: 170px;
}
.logo_sub_part {
		float: left;
		width: 100%;
}
.footer_logo {
		margin-top: -8%;
		right: 5.5%;
}
.logo_part {
		width: 48% !important;
		border-width: 0 1px 1px 0;
}
.logo_part:nth-child(2n) {
		border-width: 0 0 1px 0;
}
.home-section6 .home-section6-content h2{font-size:24px;line-height: 30px;}
.home-section6 .home-section6-content p{font-size:18px;}
}
@media only screen and (max-width: 767px) {
.overlayed {
    background: transparent;
    /* display: inline-block; */
    padding: 0;
}
.MGLRow_take_sub {
		float: left;
		width: 100%;
		margin: 0;
}
.footer_logo {
		clear: both;
		float: none;
		display: block;
		margin: 0 auto;
		position: relative;
		right: 0;
		margin-top: 0;
}
.virtual_tour_page_ttl {
		color: #fff;
		font-size: 40px;
		padding: 20px 0;
		text-align: center;
		line-height: 40px;
}
.left_part, .right_part {
		width: 100%;
}
.anniversay-banner .triangle:after {
		left: 45.1%;
}
.logo_part {
		width: 100%;
		border: none;
}
.home_form_new .g-recaptcha {
		transform: scale(0.85) !important;
		transform-origin: 0 0 !important;
}
.gallery-center.catering{margin-top:0 !important;}
.fergasm-page .orrenge-button{width:73% !important;}
.page-id-428 .banner-content-cat h1 {
    font-size: 18px !important;
    padding: 0;
    margin: 0;
    line-height: normal !important;
}
.page-id-428 .banner-content-cat{top:0 !important;}  
.catring_sub_ttl{margin-top:5px;}
.fergasm-page .orrenge-button a {
    width: auto;
    margin: 0 auto;
    display: block;
    float: none;
}


.home-section3-content .orrenge-button a:after{display:none;}
.catering-list-main .right{position:relative;top:0;}
.catering-list-main .right {
    top: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
		width:100%;
}
.home-banner img,.catering-list-main .right img,.catering-list-main .left img{height:auto;}
.vid_left{width:100% !important;}
.vid_space{margin:0 !important;}
.home-section4-content h2{line-height:normal;}
.home-section4-content{width:auto;margin:0 15px;}
.home-section5-corporate-content .product li{width:auto !important;margin:15px !important;}
.homepage_only .banner-video {
    margin-top: 20px !important;
}
.mgl_btn {
    width: 80%;
    margin: 0 auto;
}
.video-text{
	/*	width: 80% !important;*/
    margin: 0 auto !important;
    display: block;
    float: none !important;
}
.video-text .mgl_btn,.blink{
		font-size:30px !important;
}
.winner {
    margin-top: 20px;
}
.header-main .left img {
    width: auto !important;
}
.cave_club_page_part {
    width: 100%;
}
.cave-club-page .banner-content-medallion {
    top: 25% !important;
}
.menus-button{
	width:100% !important;
}
.our_christmas_btn{
	padding-bottom: 20px;
    clear: both;
	display:block;
	float:none;
}
.left-block{
		width:100% !important;
}
.wrap-main.banner-content,.left-block,.full-block{
		border:0 !important;
		background: none !important;
}
.full-block:after, .full-block:before{
	display:none !important;
}
  
}
 @media only screen and ( max-width: 480px ) {
.catering-list-main .left .col-1, .catering-list-main .left .col-2, .catering-list-main .left .col-3{width:100%;}
input.year{
	float:right !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    width:auto;
    float: left;
    text-align: center;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    width: auto;  
    float: left;
    text-align: center;   
}
.header-main .left img.new_logo {
    width: 100% !Important;
}
.our_christmas_btn{
	float: left;
    padding-bottom: 50px;
}
.our_christmas_btn,span.left, span.right{
	width:100% !important;
}
}
 @media only screen and ( min-width: 300px ) and ( max-width: 767px ) {
.header-top {
		width: 96%;
		padding: 10px 2%;
}
.header-top .right, .header-top .right .gift-voucher, .header-top .right .contact-us, .header-top .left {
		width: 100%;
		float: left;
		padding: 5px 0;
}
.header-main .left {
		width: 100%;
		text-align: center;
}
.header-main .left img {
		width: 100%;
}
.header-main .right {
		width: 200px;
		float: none;
		margin: auto;
}
.header-center {
		width: 96%;
		padding: 0 2%;
		min-height: 555px;
		background-position: center bottom;
}
.header-top .right .gift-voucher a {
		padding: 3px 5px;
}
.header-top .right .gift-voucher span {
		padding: 3px;
}
.entry-title {
		/*position: static;*/
		font-size: 18px;
}
.entry-title span {
		padding: 0px;
}
.banner-content {
		position: static;
}
.home-banner {
		min-height: inherit;
}
.banner-content h1 {
		font-size: 16px;
		padding: 0px;
		color: #000;
		font-weight: bold;
}
.banner-content p {
		color: #000;
		font-size: 13px;
}
.banner-video { /*margin: 20px auto;*/
}
.main-menu {
		width: 96%;
}
#nav {
		padding: 15px 0;
}
.banner-video {
		width: 90%;
}
.banner-video iframe {
		width: 100%;
		height: 230px;
}
.home-section1 h1, .home-section1 h2 {
		font-size: 20px;
}
.home-section1 p a::after {
		display: none;
}
#footer {
		padding: 96%;
		padding: 0 2%;
}
.footer-left ,.footer-menu ,.footer-right {
		position: static;
		padding: 10px 0;
		text-align: center;
		    width: 100%;
}
.footer-bottom {
		float: left;
}
.footer-bottom span {
		float: left;
		width: 100%;
		padding: 10px 0;
}
.entry-title {
		padding: 4px 0;
}
.entry-title span {
		/*padding: 0 20px;*/
		display:block;
}
.entry-title a {
    background: #BD8A27;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    border-bottom: none;
    margin: 15px 0;
    display: inline-block;
    text-decoration: none;
}
.banner-content {
		top: 50px;
		margin: 15px 0 0;
}
.home-section2-content {
		padding: 10px 5%;
		width: 80%;
}
.home-section3-center {
		padding: 10px 20px;
}
/*.home-section4-content {
		padding: 20px;
}*/
.home-section5 {
		background-size: inherit;
}
.home-section5-content .product li {
		width: 80%;
		margin: 15px 10%;
		min-height:auto;
}
.home-section6 .home-section6-content .left, .home-section6 .home-section6-content .right {
		width: 96%;
		padding: 0 2%;
}
.home-section-content {
		padding: 20px;
}
.home-section-content-main::after {
		height: 140px;
		width: 250px;
		background-size: 100%;
}
.home-section-content-main {
		padding-top: 130px;
}
.home-section-content-left {
		width: 96%;
		padding: 2%;
}
.home-section-content-left .left img {
		width: 100%;
}
.home-section-content-left .right {
		width: 80%;
		padding-right: 0px;
}
.home-section-content-left .right ul li {
		margin-bottom: 5px;
		font-size: 13px;
}
.home-section8 {
		background-size: inherit;
}
.home-section8-content {
		width: 80%;
		padding: 15px 5%;
}
.home-section8-content h2, .home-section8-content h3, .home-section8-content p {
		padding: 10px;
}
.catering-list-main .left {
		width: 100%;
		max-width: 100%;
}
.catering-list-main .left .col-1, .catering-list-main .left .col-2, .catering-list-main .left .col-3 {
		width: 100%;
		margin: 0;
}
.catering-list-main .right {
		top: 0px;
}
/*.catering-list-main .right img {
		height: 300px;
}*/
.catering-list-main .left .big, .catering-list-main .left .small {
		height: auto;
}
.home-section8-content h4 {
		padding: 10px 0;
}
.home-section8-content .orrenge-button {
		width: 200px;
}
.home-section8-content .orrenge-button a {
		width: 160px;
}
.banner-content-menu h1 {
		font-size: 24px;
}
.banner-content-special {
		position: static;
}
.banner-content-special h1 {
		font-size: 35px;
		padding: 5px 0;
		color: #353535;
}
.banner-content-special p {
		font-size: 20px;
		padding: 5px;
		text-shadow: inherit;
}
.banner-content-wine h1 {
		font-size: 35px;
}
.wrap-main { /*padding: 0 10px;*/
		width: auto;
}
.wines-page .banner-video, .old-page .banner-video {
		margin-top: 0px;
}
.wines-page .orrenge-button, .old-page .orrenge-button, .platters-page .orrenge-button, .coffee-page .orrenge-button {
		width: auto;
		padding: 20px 0;
}
.wines-page .orrenge-button a, .old-page .orrenge-button a, .platters-page .orrenge-button a, .coffee-page .orrenge-button a {
		width: auto;
}
.banner-content-platters {
		top: 10px;
}
.banner-content-platters h1, .banner-content-coffee h1 {
		padding: 5px;
		font-size: 30px;
}
.banner-content-platters p {
		font-size: 20px;
		line-height: 15px;
}
.platters-page {
		padding: 10px;
		width: auto;
}
.coffee-page .banner-video {
		margin-top: 0px;
}
.video-recipes .video-block {
		width: 98%;
}
.video-page .banner-video {
		margin-top: 0px;
}
.banner-content-video h1 {
		font-size: 30px;
		padding: 5px;
}
.banner-content-video p {
		font-size: 16px;
		padding: 0px;
}
.medallion-page .banner-video {
		margin-top: 0px;
}
.banner-content-medallion h1 {
		font-size: 30px;
		padding: 5px;
}
.banner-content-medallion p {
		font-size: 16px;
		padding: 0px;
}
.medallion-page {
		width: auto;
		padding: 10px;
}
.wrap-main-contact-us-page {
		padding: 0 10px;
}
.medallion-page .orrenge-button a, .medallion-page .orrenge-button {
		width: auto;
}
.banner-content-fergasm h1 {
		font-size: 30px;
		padding: 5px;
}
.banner-content-cat h1 {
		font-size: 35px;
}
.banner-content-cat {
		top: -22px;
}
.catring_sub_ttl {
		font-size: 14px;
		line-height: 17px;
		padding-top: 0;
}
.catring_header_img > img {
		height: 130px;
}
.fergasm-page .banner-video {
		margin-top: 0px;
}
.fergasm-page {
		padding: 10px;
		width: auto;
}
.fergasm-page .orrenge-button {
		max-width: 400px;
		padding: 20px 0;
		width: auto;
}
.fergasm-page .orrenge-button a {
		width: auto;
}
.banner-content-vouchers {
		position: static;
}
.banner-content-vouchers h1 {
		font-size: 25px;
		line-height: 30px;
		padding: 0px;
		color: #353535;
}
.banner-content-vouchers p {
		line-height: 25px;
		font-size: 15px;
}
.vouchers-page .banner-video {
		margin-top: 0px;
}
.vouchers-page {
		width: auto;
		padding: 10px;
}
.banner-content-praise {
		top: 0;
}
.banner-content-praise h1 {
		font-size: 30px;
		padding: 5px 0;
		line-height: 45px;
}
.praise-page .banner-video {
		margin-top: 0px;
}
.banner-content-contact h1 {
		padding: 0px;
		font-size: 30px;
		line-height: 40px;
		color: #353535;
}
.banner-content-contact p {
		padding: 0px;
		font-size: 15px;
		line-height: 20px;
		color: #353535;
}
.banner-content-contact .terms, .banner-content-contact .terms a {
		color: #353535;
}
.contact-section {
		background-image: none;
}
.contact-section-center {
		width: 290px;
		padding: 10px;
}
.contact-section-center h3 {
		font-size: 30px;
		line-height: 40px;
}
.contact-section-center p {
		font-size: 15px;
		line-height: 15px;
}
.banner-content-contact {
		position: static;
}
.content-sidebar .content, .sidebar-content .content {
		width: 100%;
}
.content-sidebar .content-sidebar-wrap .sidebar {
		width: 100%;
}
.single-left, .single-title {
		width: 100%;
		margin: 5px 0px;
}
.page-template-page_blog .content-sidebar-wrap .blog .left, .page-template-page_blog .content-sidebar-wrap .blog .right {
		width: 100%;
		margin: 5px 0;
}
.home-section3-content .orrenge-button a::after, .home-section6 .home-section6-content .right .video::after, .home-section7-center .orrenge-button a::after, .home-section8-content .orrenge-button a::after {
		display: none;
}
.special-page .orrenge-button {
		width: 100%;
		padding: 20px 0;
}
.special-page .orrenge-button a {
		width: auto;
}
.banner-content-old h1 {
		font-size: 35px;
}
.banner-content-video {
		top: 0px;
}
.banner-content-video h1 {
		line-height: 20px;
		font-size: 24px;
}
#disqus_thread::after {
		height: 230px;
}
.home-section6 .home-section6-content h2 {
		font-size: 24px;
		height: auto;
}
.header-top .right, .header-top .left {
		font-size: 12px;
}
.home-section3-content h3 a {
		display: block;
}
.home-section3-content h3 {
		font-size: 20px;
}
.vacc_wrapper {
		width: 95%;
		padding: 10px 2%;
}
.left_videos iframe, .right_videos iframe {
		width: 90%!important;
		display: block;
		margin: 0 auto;
}
.banner {
		width: 300px !important;
		display: block;
		margin: 0 auto;
}
.left_videos, .right_videos {
		width: 95%;
}
.vouchr-click {
		font-size: 15px !important;
}
.banner-video {
		margin: 30px auto 10px;
}
.home-section5-content .product li p {
		height: auto;
}
.certi_logo {
		width: 35% !important;
}
.MGLRow_Part {
		float: none;
		margin-right: 0;
		width: 100%;
}
.MGLField > input#MGLDOB {
		padding: 11px 1.1%;
}
.paltter-form-page {
		padding-top: 17em;
		clear: both;
}
.platter_top_space {
		margin-top: 0;
}
.platter_seafood {
		line-height: 37px;
}
.platter_cave {
		line-height: 37px;
}
.caveprice {
		line-height: 37px;
}
.cave_buy {
		line-height: 37px;
}
.cave_buy_easy {
		line-height: 30px;
}
.platter_gold_medallion {
		line-height: 50px;
}
.contact__part {
		float: left;
		width: 100%;
}
.contact_page > form .MGLField > input[type="text"] {
		width: 93%;
}
.contact_page > form textarea {

		width: 99%;
}
.contact_page > form #MGLSubmit > input {
		width: 80%;
}
.contact-section-center {
		margin: auto;
		width: 90%;
}
.alliance_partner > img {
		height: 170px;
}
.logo_sub_part {
		float: left;
		width: 100%;
}
}
@media only screen and ( max-width: 1023px ) {
.main-menu {
		display: none;
}
.banner-video {
		height: auto;
}
.wrap-main {
		padding-left: 10px;
		padding-right: 10px;
}
}
/*Responsive CSS*/
.responsive-menu br {
		display: none;
}
/*Custom CSS*/

/*ol custom css*/
ol .roman {
		list-style-type: lower-roman !important;
}
.voucher_btn {
		background-color: #db4d2c;
		border-radius: 3px;
		box-shadow: 3px 3px 0 #802405;
		margin: 30px 0 0 80px;
		padding: 10px 42px;
		text-align: center;
		width: 112px;
}
.voucher_btn a {
		color: #fff;
		text-decoration: none;
		font-size: 16.58px;
}
.info_lo a {
		text-decoration: underline !important;
}
.main-menu .sub-menu {
		margin-top: 5px !important;
}
.inner-contact .wpcf7-text {
		width: 283px;
}
.inner-contact .wpcf7-textarea {
		width: 283px;
		height: 50px;
		resize: none;
}
.inner-contact p {
		margin-bottom: 5px;
}
.banner {
		border: 2px solid #464543;
		background: #fff;
		text-align: center;
		width: 400px;
		margin: 0 auto;
}
.vouchr-click {
		color: #fff;
		background-color: #db4d2c;
		border-radius: 3px;
		padding: 10px 50px;
		text-decoration: none;
		font-size: 20px;
		box-shadow: 3px 3px 0 #802405;
		position: relative;
}
a.vouchr-click:hover {
		background-color: #e34e1c;
		text-decoration: none;
}
.hmcon {
		color: #fff;
		text-align: center;
		font-size: 16px;
		padding: 10px 0px;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
		display: table;
		content: " ";
		clear: both;
}
.fancybox-skin {
		background: #dda12a !important;
}
.home_form_new {
		color: #fff;
		overflow: hidden;
		padding: 0px;
		position: relative;
}
.home_form_new input {
		border: 1px solid #eee;
		box-sizing: border-box;
		color: #000;
		height: 40px;
		padding: 3px 10px;
		width: 100%;
		margin-bottom: 5px;
}
.home_form_new textarea {
		border: medium none;
		box-sizing: border-box;
		height: 100px;
		overflow: auto;
		resize: none;
		width: 100%;
		color: #000;
		padding: 3px 10px;
}
.home_form_new .wpcf7-submit {
		background-color: #000;
		border: none;
		color: #fff;
		font-size: 22px;
		padding: 7px 28px;
		text-transform: uppercase;
		width: 100%;
		height: 45px;
}
.home_form_new .wpcf7-submit:hover {
		background-color: rgba(0, 0, 0,.7);
}
.home_form_new .cnt-btn {
		margin-top: 9px;
}
.home_form_new .g-recaptcha {
		transform: scale(1.07);
		transform-origin: 0 0;
}
.logo_page {
		padding-bottom: 135px;
		clear: both;
		float: left;
}
/*--------------------------------------------------  cateringbychefs box css ----------------------------------------------------------*/
.box img {
		width: 184px;
		height: 184px;
		border-radius: 25px;
		display:block;
}
.tab {
		margin-top: -305px;
}
.img-icon:before {
		content: '\f0f6';
		font-family: 'FontAwesome';
		width: 44px;
		height: 42px;
		float: right;
		margin: 7px 15px 0 0;
		color: #fff;
		font-size: 25px;
		background: #2b292e;
		border-radius: 10px;
		text-align: center;
		line-height: 44px;
		display: inline-block;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
}
.box:hover .img-icon:before {
		content: '\f0f6';
		font-family: 'FontAwesome';
		color: #000;
		font-size: 25px;
		background: #FFF;
		border-radius: 10px;
		text-align: center;
		line-height: 44px;
		display: inline-block;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
}
.overlay,.overlay1,.overlay2,.overlay3,.overlay4,.overlay5,.overlay6 {
		position: absolute;
		width: 185px;
		height: 185px;
		border-radius: 25px;
		background: #e36559;
		border-radius: 25px;
		opacity: 0.9;
		margin-top: 15px;
}
.overlay1 {
		background: #9bc939;
}
.overlay2 {
		background: #4aa8f8;
}
.overlay3 {
		background: #e46b1b;
}
.overlay4 {
		background: #ffd200;
}
.overlay5 {
		background: #1edada;
}
.overlay6 {
		background: #9898ff;
}
.text {
		position: relative;
		bottom: 0px;
		left: 0px;
		visibility: hidden;
		color: #fff;
}
.overlay:hover .text {
		visibility: visible;
}
.box .cock {
		color: #fff;
		font-family: "Hobo Std";
		font-size: 23px;
		text-align: center;
		padding-top: 42px;
		margin: 20px 10px 10px;
}
.cat_box {
		margin-top: 0;
    padding: 0 0.4%;
    display: inline-block;
}
.gallery-center.catering {
    margin: 0 auto;
    display: block;
    float: none;
		text-align:center;
		padding:0;
		width:100%;
		padding-top: 80px;
}
.home-section1.cat-food{
		background:url(images/banner1.jpg) no-repeat;
		background-size: cover;
}
.page-id-428 .banner-content-cat {
    position: absolute;
    text-align: center;
    top: 80px;
    width: 100%;
}
.page-id-428 .banner-content-cat h1 {
		font-size: 50px;
		line-height:60px;
}
.new_logo {
    width: 97%;
}
.vid_left{
    width: 48%;
    float: left;
} 
.vid_space{margin-right:4%;} 
.home-section4 {
    float: left;
    clear: both;
    width: 100%;
}

.w-control.w-control--branding.is-visible {
    display: none !important;
}


/*-----------16-08-2016-----------*/


.home_first_txt {
    width: 100%;
    float: left;
    text-align: center;
}
.home_sec_txt {
    padding-top: 10px;
    float: left;
    width: 100%;
    line-height: 37px;   
	position:relative;   
 	margin-top: -310px;
	color:#fff; 
	font-size: 21px;
    text-align: center; 
}
.homepage_only .banner-video {
 margin-top: -310px;     
}
.mgl_btn {
    color: #fff;
    background-color: #db4d2c;
    border-radius: 3px;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 3px 3px 0 #802405;
    position: relative;
    clear: both;
    display: inline-block;
    margin-top: 18px;
}
.video-text a {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
	text-decoration: none; 
	cursor:pointer;
	color:#fff;
}
.home-section5-corporate-content h1 {
    text-align: center;
    color: #000;
    font-size: 39px;
    padding: 40px 0 0 0;
    font-weight: bold;
} 
  
.home-section5-corporate-content .product li {
    margin: 0px;
    padding: 0 0 30px 0;
    float: left;
    width: 46%;
    list-style: none;
    margin: 20px 2%;
    background-color: #fff;
}  
.corp_color {
    color: #20212b;
    font-weight: bold;
}
.home-section5-corporate-content .product{
	    margin: 5px 0;
}
.home-section5-corporate-content .product li p{
	color: #353535;
    font-size: 17px;
    text-align: center;
    padding: 20px;
    max-width: 300px;
    margin: auto;
	height:auto;
		clear:both;
}
.home-section5-content .product li ul.inr-list-item li {
   padding: 0 15px;
    margin: 0;
    width: 43%;
    text-align: center;
    list-style-type: disc;
    list-style-position: inside;
}
.inr-ttl {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    clear: both;
}
ul.inr-list-item {
    border-bottom: 1px solid #ddd;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 14px !important;
}
ul.inr-list-item:last-child{
		border-bottom:0;
}
.home-section5-content .orrenge-button a {
    font-size: 20px;
    font-weight: bold;
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
}
.home-section5-corporate-content .orrenge-button {
    margin: 30px auto 0 auto;
    width: 80%;
    text-align: center;
    display: block;
    clear: both;
    float: none;
}

.video-text .home_sec_txt {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.video-text .mgl_btn {
       clear: both;
    display: inline-block;
    text-align: center;
    font-family: "Parisienne";
    text-transform: capitalize;
    font-size: 30px;
		line-height:32px;
    padding: 10px 20px; cursor:pointer;
}
.video-text .mgl_btn:hover {
    background: transparent;
    box-shadow: 0px 0px 5px 4px #db4d2c;
    transition: ease-in 0.4s;
}
.video-text .mgl_btn:hover .fa.hm-fa{
		color:#fff;
		transition: ease-in 0.4s;
}
/*.vd_sec .cave{
	background: url(images/birthday.jpg) no-repeat 0 100% /cover !important;
    margin-top: -210px;
    z-index: 9;
    padding: 20px 15px;
    width: 100%;
    min-height: auto; 
	box-sizing: border-box;
}*/
.cave { background: url(images/black-bg1.jpg) no-repeat center /cover !important; }
.video-text {
    background: url(images/valentine.jpg) no-repeat 0 100% /cover;
    margin-top: -290px;
    z-index: 9;
    position: relative;
    margin-right: 0;
    padding: 45px 15px 0;
    border: 10px solid #f3e2d0;
    width: 44.7%;
    box-shadow: 23px 30px 81px -21px rgba(0,0,0,0.75);
    min-height: 424px;
	    margin-bottom: 50px; text-align:center;
}
.winner {
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: normal;
}
.fa.hm-fa {
    clear: both;
    display: block;
    margin: 20px 0 0;
    font-size: 56px;
    color: #db4d2c;
}
.hm-vd .banner-video{
	box-shadow: 11px 7px 39px 0px rgba(0,0,0,0.75);
}
.white{
		color:#fff !important;
		font-size:38px;
}
.blink {
/*    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
*/		
		color: #db4d2c;
    clear: both;
    display: block;
    font-size: 36px;
    line-height:normal;
	font-weight: bold;
}
.btn-blink{
	 -webkit-animation: btn-blink 3s linear infinite;
    -moz-animation: btn-blink 3s linear infinite;
    -ms-animation: btn-blink 3s linear infinite;
    -o-animation: btn-blink 3s linear infinite;
    animation: btn-blink 3s linear infinite;
}
@-webkit-keyframes btn-blink {
    0% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 1; }
	
}

@-moz-keyframes btn-blink {
    0% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes btn-blink {
    0% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes btn-blink {
    0% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes btn-blink {
    0% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 1; }
}
.btn-blink1{
	 -webkit-animation: btn-blink1 3s linear infinite;
    -moz-animation: btn-blink1 3s linear infinite;
    -ms-animation: btn-blink1 3s linear infinite;
    -o-animation: btn-blink1 3s linear infinite;
    animation: btn-blink1 3s linear infinite;
}
@-webkit-keyframes btn-blink1 {
    0% { background:#db4d2c; }
    75% { background:#dda12a; }
	
}

@-moz-keyframes btn-blink1 {
    0% { background:#db4d2c; }
    100% { background:#dda12a; }
}

@-ms-keyframes btn-blink1 {
    0% { background:#db4d2c; }
    100% { background:#dda12a; }
}

@-o-keyframes btn-blink1 {
    0% { background:#db4d2c; }
    100% { background:#dda12a; }
}

@keyframes btn-blink1{
    0% { background:#db4d2c; }
    75% { background:#dda12a; }
}

.btn-blink2{
	 -webkit-animation: btn-blink2 3s linear infinite;
    -moz-animation: btn-blink2 3s linear infinite;
    -ms-animation: btn-blink2 3s linear infinite;
    -o-animation: btn-blink2 3s linear infinite;
    animation: btn-blink2 3s linear infinite;
}
@-webkit-keyframes btn-blink2 {
    0% { background:#ccc; }
    75% { background:#f00; }
	
}

@-moz-keyframes btn-blink2 {
    0% { background:#ccc; }
    100% { background:#f00; }
}

@-ms-keyframes btn-blink2 {
    0% { background:#ccc; }
    100% { background:#f00; }
}

@-o-keyframes btn-blink2 {
    0% { background:#ccc; }
    100% { background:#f00; }
}

@keyframes btn-blink2{
    0% { background:#ccc; }
    75% { background:#f00; }
}




/* === Cave club === */

.cave-club-page .banner-video {
    margin: 20px auto 30px !important;
}
.cave-club-page .banner-content-medallion{
	top:40%;
}
.cave-club-page .home-section3 {
    padding: 30px 0 0;
}
.all-form-center.medallion_club:before {
    background: url(images/cave-img.png) no-repeat 0 0 / cover;
    position: absolute;
    right: -110px;
    width: 240px;
    height: 210px;
    top: -30px;
}
.all-form {
    width: 100%;
    position: relative;
}
.wpcf7-form-control::-ms-input-placeholder {
	 color: #171417;
}
.wpcf7-form-control::-webkit-input-placeholder {
	 color: #171417;
}
.wpcf7-form-control::-moz-placeholder {
	 color: #171417;
}

/* === 06Dec16 === */

.wrap-main.banner-content {
    left: 0;
    right: 0;
    background: rgba(193, 33, 38, .9);
		    border: 1px solid #999;
	padding-bottom: 20px;
}
.left-block {
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 49.7%;
    padding: 0px 0 20px;
    border-right: 5px solid #999;
    display: block;
}

.left-block:nth-child(2) {
    border: 0;
}
.left-block a:hover {
    text-decoration: none;
}
.left-block h1 {
    font-size: 28px;
}
.full-block:after,.full-block:before {
    content: "";
}
.full-block:after,.full-block:before {
    background: url(images/gift_xmas.png) no-repeat;
    background-size: 160px;
    width: 180px;
    height: 158px;
    display: block;
    position: absolute;
    top: 0;
}
.full-block:before {
    right: 0;
    filter: FlipH;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.full-block h1 {
    line-height: normal;
    font-size: 34px;
	font-weight:bold;
}
.full-block h1 span {
    font-size: 20px;
    display: block;
	font-weight:normal;
}
.left-block .mgl_btn,.full-block .mgl_btn {
    margin-top: 0;
		width:auto;
}
.left-block .overlayed h1 {
    font-size: 22px;
}
.left-block .overlayed p {
    font-size: 18px;
}
.home-section4-content.vd_sec {
    max-width: 100%;
}
span.left, span.right {
    text-align: center;
    width: 50%;
    float: left;
} 
.responsive-menu-item-link > br {
    display: none;
}
.ngg-gallery-thumbnail-box {
    border-radius: 4px;
    float: left;
    margin: 1%;
    width: 18%;
}
.cat-mlb {
    background: rgba(0, 0, 0,0.7);
    font-size: 40px;
    padding: 15px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}
.congts {
    font-size: 18px;
    line-height: 24px;
}
