/*
Theme Name: Palms Restaurant
Description: Palms Restaurant wordpress theme by thallas.com
Version: 1.0
Author: Hari Thallapelly
Author URI: http://www.thallas.com
*/

/**
 * 
 * 1.0 - Reset
         Wordpress coreTypography
         Forms
         Formatting
         Lists
         Tables
         Links
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */
 
/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */

html {
    position: relative;
    min-height: 100%;
}
body, html {
    height: 100%;
    width: 100%;
}
.positionfixed{
    position: fixed;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4d4d4d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
}

.alignleft {
    float: left;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Typography */

body,
button,
input,
select,
textarea {
	color: #2e2e2e;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 8px 0;
	padding:0;
	text-transform: uppercase;
    letter-spacing: 2px;
}
h1 {
	font-size: 25px;
	font-weight: 400;
}

h2 {
	font-size: 25px;
	font-weight: 400;
}

h3 {
	font-size: 18px;
	font-weight: 400;
}

h4 {
	font-size: 16px;
	font-weight: 400;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color:#f15921;
}

h6 {
	font-size: 14px;
	font-weight: 400;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/* Forms */

label {
	color: #333;
	display: block;
  font-weight: normal !important;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	display: block;
	padding: 1% 2%;
	width: 96%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f9192;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8f9192;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8f9192;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8f9192;
}
/* Formatting */

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
    margin-left: 40px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Tables */

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
    border-spacing: 0;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #bbb;
}
.woocommerce tr {
	border-bottom: none;
}
td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* Links */

a {
	color: #222;
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}
.clear {
    clear: both;
}
/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
    background: #fff;
    color: #000;
}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header{
	margin:0 auto;
	width:100%;
	z-index:9;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
header:after {
    position: absolute;
    background-color: rgba(10, 10, 10, 0.35);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.homepage header {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
}
.sub-pages {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-attachment: scroll !important;
    z-index: 1001;
    height: 500px;
}
.sub-pages .homehide{
    display: none;
}
.headerwrap{
	margin:0 auto;
	display:block;
	padding:0;
	clear:both;
    position: relative;
    width: 100%;
    float: left;
    z-index: 1001;
}
.headerlogo{  
    width: 25%;
    float: left;
    padding: 15px 10px;
    z-index: 111;
    position: relative;
}
.headerlogo a{
	display:block;    
    padding: 0px;
    outline: 0;
    font-size: 0;
    line-height: 0;
}
.headerlogo img {
    width: auto !important;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    min-width: 220px;
}
.headercontact {
    display: inline-block;
}
.headercontact a.bookonline {
    background-color: #0781d4;
    color: #fff;
    padding: 7px 10px;
    margin: 25px;
    line-height: 60px;
    border-radius: 3px;
}
.headercontact a.phone {
    color: #b21917;
    font-weight: bold;
}
/* Search Toggle */
header input[type="search"] {
    color: #fff !important;
}
.socialsearch {
    height: 40px;
    position: relative;
}
.search {
    position: relative;
    margin: 0px auto;
}
.Search-box {
    float: right;
    width: 50px !important;
    height: 100%;
    border: 0;
    outline: 0;
    padding-left: 0.75rem;
    font-style: italic;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: -webkit-transform ease 500ms;
    transition: -webkit-transform ease 500ms;
    transition: transform ease 500ms;
    transition: transform ease 500ms, -webkit-transform ease 500ms;
}
.Search-box:focus {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    width: 500px !important;
    position: absolute;
    right: 0;
    height: 40px;
    background: #0055a6;
    border: none;
}
.Search-box::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.Search-box:focus + .Search-box-label {
    z-index: -1;
    opacity: 0;
}
.Search-box:focus ~ .Search-close {
    z-index: 3;
    opacity: 1;
}
.Search-box-label, .Search-close {
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    height: 100%;
    width: 3rem;
    -webkit-transition: opacity ease 250ms 250ms;
    transition: opacity ease 250ms 250ms;
}
.Search-close {
    opacity: 0;
    z-index: 0;
}
.Search-icon, .Search-close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path fill='#fff' d='M15.477 13.356C16.437 11.98 17 10.306 17 8.5 17 3.806 13.194 0 8.5 0S0 3.806 0 8.5 3.806 17 8.5 17c1.805 0 3.48-.563 4.855-1.522l6.304 6.303c.114.12.3.12.42 0l1.7-1.696c.116-.116.11-.31 0-.423l-6.305-6.303zM8.5 15c3.59 0 6.5-2.91 6.5-6.5S12.09 2 8.5 2 2 4.91 2 8.5 4.91 15 8.5 15z' id='a'/></defs><g fill='none' fill-rule='evenodd'><use xlink:href='#a'/></g></svg>");
}

.Search-close-icon {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='#fff' d='M77.6 21.1l-28 28.1-28.1-28.1-1.9 1.9 28 28.1-28 28.1 1.9 1.9L49.6 53l28 28.1 2-1.9-28.1-28.1L79.6 23z'/></svg>");
}
.Search {
    content: "";
    display: table;
    clear: both;
}
.Search-icon, .Search-close-icon {
    text-indent: 100%;
    overflow: hidden;
}
.Search-icon, .Search-close-icon {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav{
	background-color:initial; /*Background for header section, change it to none if you dont want or change it to match your requirements*/
    position: relative;
    z-index: 11;
    padding-top: 40px;
    text-align: right;
}
.homepage nav {
    text-align: center;
}
.headernav{
    float: right;
    padding: 10px 0;
}

.menuwrapper{
	padding:0;	
    font-size: 0;
}
.menuwrapper ul {
	width:100%;
	padding:0px;
	margin:0;       
}
.menuwrapper ul li{
	display:inline-block; 
	*display: inline;
    position: relative;
}
.menuwrapper ul li a{
	padding:0 12px;
	font-size : 14px;
	color:#fff;
	display: block;
    position: relative;
    line-height: 40px;  
    text-transform: uppercase;   
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;   
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
}
.menuwrapper ul > li:hover {
    color: #419639;
}
.menuwrapper ul > li:hover a {
    color: #419639;}
.menuwrapper li ul {
    display: none;
}
.menuwrapper ul.sub-menu{
    text-align: left;
    min-width: 200px;
    background-color: #0055a6;
}
.menuwrapper ul.sub-menu li a {
    color: #fff;
    line-height: initial;
}
.menuwrapper ul li:hover > ul li a {
    color: #fff;
    padding: 10px 20px;
}
.menuwrapper ul li:hover > ul {
    display: block;
    position: absolute;
    background: #0055a6;
    z-index: 99;
}
.menuwrapper li:hover li {
    float: none;
    display: block;
}
.menuwrapper ul ul li:hover {
    background: #033b71;
}
.menuwrapper ul ul li:hover ul {
    background: #033b71;
}
.menuwrapper ul ul li:hover ul li:hover {
    border-bottom: 1px solid #000;
}
.menuwrapper ul ul ul {
    left: 100%;
    top: 0;
}
.menuwrapper ul:before, .menuwrapperu ul:after {
    content: " ";
    display: table;
}
.menuwrapper ul:after { clear: both; }
.menuwrapper ul ul li > a:after {
    content: '\f105';
    padding-left: 30px;
    font-family: fontawesome;
    float: right;
}
.menuwrapper li > a:only-child:after {
    content: '';
}
.menuwrapper li.current_page_item, .menuwrapper li.current-menu-parent, .menuwrapper li.current-menu-ancestor{
}
.menuwrapper li.current_page_item > a, .menuwrapper li.current-menu-parent > a, .menuwrapper li.current-menu-ancestor > a{
    
}
.menuwrapper .sub-menu li.current_page_item, .menuwrapper .sub-menu li.current_page_ancestor {
}
.menuwrapper .sub-menu li.current_page_item > a, .menuwrapper .sub-menu li.current_page_ancestor > a {
    
}
.menuwrapper ul.sub-menu ul li.current-menu-item{
}
.menuwrapper ul.sub-menu ul li.current-menu-item a {
    
}

/* Sticky top */

.sticky {
    position: fixed;
    top: 0;
    z-index:1001;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    left: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
}
.sticky nav {
    padding: 10px 0;
}
.sticky .menuwrapper {
    top: 7px;
    position: relative;
}

.sticky .headerlogo img {
    min-height: 35px;
    max-height: 40px;
}
.sticky .headernav {
    padding: 0;
}
@media screen and (max-width:959px) {
    .headerwrap {
        position: fixed;
        overflow: auto;
        height: 150px;
    }
	.positionfixed .headerwrap {
        height: 100%;
    }
    .headerwrap.sticky {
        height: initial;
    	min-height: 55px;
    }
    nav {
        padding-top: 0;}

    .headernav {
        margin-right: 10px;
    	z-index: 999;
    	position: relative;
    }
    .responsive-menu {
        display: none;
        position: relative;
        width: 100%;
        background-color: #f3f3f3;
    }
    .sticky .menuwrapper {
        position: initial;
    }
    .menuwrapper ul li a {
        color: #000;
    }
    #menu-btn {
        float: right;
        width: 35px;
        height: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 11;
        position: relative;
    }

    #menu-btn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #menu-btn span:nth-child(1) {
        top: 17px;
    }

    #menu-btn span:nth-child(2) {
        top: 27px;
    }

    #menu-btn span:nth-child(3) {
        top: 37px;
    }
    #menu-btn.open span:nth-child(1) {
        top: 27px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        background-color: #000;
    }

    #menu-btn.open span:nth-child(2) {
        opacity: 0;
        right: -60px;
    }

    #menu-btn.open span:nth-child(3) {
        top: 27px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        background-color: #000;
    }

    .expand {
        display: block !important;
    }
 
    .open-menu-link {
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 30px;
        cursor: pointer;
        padding: 2px 5px;
        line-height: 1em;
    	color: #9e9e9e;
    }
    .responsive-menu {
        width: 100%;
    	overflow-y: scroll;
        display: none;
    }
    .responsive-menu::-webkit-scrollbar {
        width: 0px; /* remove scrollbar space */
        background: transparent; /* optional: just make scrollbar invisible */
    } 
 
    .expand {
        display: block !important;
    }
 
    .open-menu-link {
        display: none;
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 30px;
        cursor: pointer;
        padding: 2px 5px;
        line-height: 1em;
    	color: #9e9e9e;
    }
    .menuwrapper {}
    .menuwrapper ul {
        background-color: #f3f3f3;
        max-width: 100%;
        margin: 0 auto;
    }
    .menuwrapper ul li {
        display: block;
        text-align: left;
        position: relative;
    }
    .menuwrapper ul li a {
        padding: 10px 30px;
        display: block;}
    .menuwrapper ul li a:hover {
        border-bottom: none;
	    padding:10px 30px;}
    .menuwrapper ul li.menu-item-has-children a:hover {  
        padding: 10px 30px;
    }
    .menuwrapper .current_page_item > a, .menuwrapper .current_page_ancestor > a, .menuwrapper .current-menu-item > a, .menuwrapper .current-menu-ancestor > a {
        border-bottom: none;
	    padding:10px 30px;}
    .menuwrapper ul.sub-menu {
        width: 100%;
        position: relative;
        background-color: #db0029;
    }
    .menuwrapper ul.sub-menu li a {
        padding: 10px 45px;
    }
    .menuwrapper ul.sub-menu li a:hover {
        padding: 10px 45px;
    }
    li .sub-menu, 
    ul.nav-menu li:hover > ul,
    .nav-menu ul li:hover > ul  {
        display: none;
    }
    .visible {
        display: block !important;
    }

    .menuwrapper {
        right:0;
        background-color: #f2f1f1;
        top: 119px;
    }
    .sticky .menuwrapper {
        top: 55px;
    }
    .expandwidth {
        width: auto;
        position: absolute;
    }
    
}

/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100px;
    height: 40px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, 0);
    z-index: 999;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.bounce p {
    font-size: 12px;}   
.bannerwrapper {
    position: relative}
.herobanner {
    max-height: 600px;
    overflow: hidden;
    line-height: 0;
}
.herobanner img{
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    z-index: 6;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}
.herotext{
    font-size: 55px;
    position: absolute;
    color: #fff;
    max-width: 90%;
    padding: 0 5%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.herotext a{
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}
.herotext a:hover {
    color: #585858;
    background-color: #fff;
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
}
.homepage .herotext {
    width: 90%;
    text-align: center;
    z-index: 999;
}
.slider {
    position: relative;
    clear:both;
    line-height: 0;}
.slider img{
    width:100%;}

/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.maincontent {
	clear:both;
}
.content {
    padding: 30px 0;
    background-color: #fff;
}
.content ul{
    margin-left: 30px;
}
.content ul li ul{
    margin-left: 10px;
}
.whitebg{
    background-color:#fff;}
.contentwrapper{
	width:1140px;
	max-width:96%;
	margin:0 auto;
	clear:both;
    padding: 0 2%;
}
.contentwrapper .bottompagelinkwrapper ul li a{
	text-decoration:none;
}
.contentwrapper .sidebarright a{
	color:#222;
	text-decoration:none;}
.grid-container {
	max-width: 100%;
	margin: 0 auto;
	padding:0 10px;
	position: relative;
	margin: -100px 0 0 0;
}
.sidebar{
	width: 32%;
	float:right;
	background-color:#f3f3f3;
	margin-top:20px;
}
/******* ClearFix Hack ********/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    overflow: auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 57.5%;
}
.col-8 {
  width: 65.9%;
}
.col-9 {
  width: 74.5%;
}
.col-10 {
  width: 83.0%;
}
.col-11 {
  width: 91.5%;
}
.col-12 {
  width: 100%;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer{
    background-color: #232324;
    overflow: auto;
    color: #747476;
    padding: 50px 0;
    font-size: 13px;
}
.footertopwrapper {
    background: url('images/footertopbg.jpg') no-repeat center;
    min-height: 350px;
    position: relative;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}
.footertop {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    left: 0;}

.footertop h2 {
    font-size: 28px;
    max-width: 73%;
    margin: 0 auto !important;
    line-height: 1em;
    text-transform: initial;
}
footer p {
    margin: 0;
}
footer a{
    color: #747476;
}
/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */

/* Where we are */
.distributorswrap {
    background-color: #fff;
    width: 27%;
    padding: 2%;
    float: left;
    margin: 1%;
}
.distributorstitle {
    color: #f15921;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
/* Side bar */
.productpageimage, .right-sidebar {
    background-color: #fff;
}
.subscribesidebar {
    background: url('images/subscribebg.jpg') no-repeat center;    
    padding: 20px;
    color: #fff;
    max-width: 346px;
    margin: 0 auto;
}
.subscribesidebar input[type="text"], .subscribesidebar input[type="email"]{
    background: rgba(115, 115, 115, 0.70);;
    border: none;
    padding: 7px 2%;
    color: #fff;
}
.subscribesidebar .wpcf7-submit {
    background-color: #033b71;
    border: none;
    color: #fff;
}
.subscribesidebar .wpcf7-submit:hover {
    background-color: #033b71;
    }
/*Pagination*/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #0055a6;
}

.pagination a:hover {
    color: #fff;
    background: #fdb632;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #fdb632;
    color: #fff;
}


.textcenter {
    text-align: center;}
.textleft {
    text-align: left;}
.textright {
    text-align: right;}
.p10 {
    padding: 10px}
.p20 {
    padding: 20px}
.pl5{
	padding-left:5px;}
.pl10{
	padding-left:10px;}
.pl20{
	padding-left:20px;}
.pr5{
	padding-right:5px;}
.pr10{
	padding-right:10px;}
.pr20{
	padding-right:20px;}
.ptb10{
    padding: 10px 0;
}
.ptb20{
    padding: 20px 0;
}
.ptb40{
    padding: 40px 0;
}
.ptb60{
    padding: 60px 0;
}
.plr10{
    padding: 0 10px;
}
.plr20{
    padding: 0 20px;
}
.pb20{
	padding-bottom:20px}
.showmobile {
        display: none;}
.homeintrowrapper {
    background-color: #fff;
    padding: 50px 0;}
.homeintrowrapper .sectiontitle:after {
    content: "";
    border-bottom: 2px solid #419639;
    width: 50px;
    position: absolute;
    left: 0;
}
.introtext {
        padding: 30px 0;
    }
.introtext p {
   margin-bottom: 30px;
}
.introtext a {
    color: #419639;
}
.introtext a:hover {
    color: #419639;
    }
.dinner-menu {
    position: relative;
    min-height: 100%;
    line-height: 0;
    max-width: 300px;
}
.dinner-menu:before {
    position: absolute;
    content: "Dinner Menu";
    top: 50%;
    left: 0;
    color: #fff;
    z-index: 8;
    font-weight: bold;
    transform: translate(0, -50%);
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

}
.dinner-menu:after {
    position: absolute;
    content: "";
    background-color: rgba(175, 120, 63, 0.5);
    top: 0;
    left: 0;
    float: left;
    min-height: 100%;
    width: 100%;
}
.lunch-menu {
    position: relative;
    min-height: 100%;
    line-height: 0;
    max-width: 300px;
}
.lunch-menu:before {
    position: absolute;
    content: "Lunch Menu";
    top: 50%;
    left: 0;
    color: #fff;
    z-index: 8;
    font-weight: bold;
    transform: translate(0, -50%);
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

}
.lunch-menu:after {
    position: absolute;
    content: "";
    background-color: rgba(65, 150, 57, 0.5);
    top: 0;
    left: 0;
    float: left;
    min-height: 100%;
    width: 100%;
}
.sectiontitle {
    position: relative;}
.homecontactwrapper {    
    background: url('images/texture-bg.jpg') repeat center; 
    padding: 100px 0;
    color: #fff;
}
.homecontactwrapper .sectiontitle:after {
    content: "";
    border-bottom: 2px solid #419639;
    width: 50px;
    position: absolute;
    left: 0;
}
.contact-info {
    text-transform: uppercase;
    margin: 40px 0;
    letter-spacing: 1px;
}
.contact-details i{
    padding-right: 20px;
    color: #419639;
    font-size: 18px;
}
.contact-details p {
    margin: 0 0 7px 0;}

.contact-social {    
    text-transform: uppercase;
    margin: 40px 0;
    letter-spacing: 1px;
}
.contact-social i{
    padding-top: 20px;
    font-size: 30px;
    color: #fff;
}
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
 .googlemaps {
  position: relative;
  padding-bottom: 65%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.googlemaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:768px) {

    .homepage header {
        background-attachment: initial !important;
        }
    .showmobile {
        display: block;}
    .researchhubwrapper {
        background-image: none;
        color: #585858;
        min-height: initial;
        padding: 0 0 30px 0;
    }
    .researchhubwrapper img{
        width: 100%;
    }
    .researchhub {
        position: relative;
        top: auto;
        transform: initial;
}
    .researchnews {
        width: 100%;
    }
    .researchhubwrapper .researchtitle {
        font-size: 20px;
    }
    .researchhubwrapper a {
        border:  2px solid #0781d4;
        color: #222;
    }
    .researchhubwrapper a:hover {
        color: #fff;
        background-color: #0781d4;
    }

}
.hometestimonialsswrapper {
    padding: 50px 0;
    text-align: center;
    background: url('images/testimonials-bg.jpg') no-repeat center; 
    color: #fff;  
}
.testimonialsitem span {
    color:#0781d4;
    font-style: italic; }
@media screen and (min-width:960px) {
    .testimonialsitem {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width:768px) {
    .featurednoimage .featuredimage{
    	min-height:100px;}
    .pagetitle span {
        font-size: 1em;
    }    
}
/*Home Page*/

.breadcrumbswrapper {    
    color: #4d4d4d;
    padding: 10px 0;
    font-size: 13px;
    background-color:#fff;
}
.breadcrumbswrapper .contentwrapper{
    padding: 0}
.breadcrumbs {
    padding-left: 10px;
}
.breadcrumbswrapper a{
    color: #4d4d4d;
}
.breadcrumbswrapper .menu {
    display:inline-block}
.breadcrumbswrapper .menu a:last-of-type {
    color: #0055a6;
}

/* Search Toggle */

.searchicon {
    width: 100%;}
.search-form {
	width: 100%;
}

.search-field {
	background-color: transparent;
	height: 37px;
	margin: 3px 0;
	padding: 0 15px 0 15px;
	position: relative;
	width: 100%;
    border: none;
    border-top: 1px solid #9e9e9e;
    border-radius:0;
}

.search-field:focus {
	background-color: #f3f3f3;
	cursor: text;
	outline: 0;
    width: 100%;
    z-index: 1111;
}

.search-form
.search-submit { 
    display:none;
}

/* About page */


/* Contact From*/
.wpcf7
{

}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select
{
    background-color: #e8e8e8;
    padding: 1% 2%;
    width: 96%;
    border: none;
    margin: 5px 0 10px 0;
     -webkit-border-radius:0; 
    border-radius:0;
}

#wpcf7-f343-o1 .wpcf7 input[type="text"]{
	background-color: #575757 !important;}
.wpcf7-form-control-wrap select{
	color:#525252 !important;
	width:96%}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-bottom: 2px solid #419639;
  transition: all 0.2s ease 0s;
}
.contactform40 {
    width: 40% !important;}
.wpcf7-submit { 
    background: transparent;
    border: 2px solid #419639;
    padding:5px 25px;
    font-weight: bold; 
    -webkit-border-radius:0; 
    cursor: pointer;
	
}
.wpcf7-submit:hover{
	color:#fff;
    background: #419639 !important}
.wpcf7-submit:focus {
    border-bottom: 2px solid #419639 !important;
    background: #419639 !important
}
span.wpcf7-list-item{
	margin:0 0 0 5px !important;
    padding-bottom: 5px;
    display: block;}
/* Blog and post card*/
.parent{
    display:table;
}
.child{
    display:table-cell;
    vertical-align:middle;
}
.child.postcardtextwidth{
    width: 32%;
    padding-right: 10%;
}
.postcard {    
    padding: 2%;
    display: block;
    max-width: 44%;
    background: #fff;
    margin: 1%;
    }
.postcardtitle {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    color: #f15921;
}
.postcardtitle h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
.postcardtitle h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 3%;
    border-bottom: 3px solid #b21917;
    margin-top: 8px;}
.postcardimage{
    text-align:center;
    }
.postcardimage img {
    width:100%;
}
.postcardtext {
    padding:5px 0px;
}
.newspostcardtitle {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    background-color: #0055a6; 
}
.newspostcardtitle h1 {
    display: block;
    font-size: 1.2em;
    padding: 5px 10px;
    color: #fff;
}
.newsposttime{
    color: #fff;
    padding: 5px 10px;
}
.newspostcardimage img{
    padding-bottom:10px;
    margin-top: 20px;
    }
.newspostcardcontent {
    clear: both;
    margin-bottom: 40px;}
.newsprenextlinks {
    padding: 10px 0;}
.homeblogarticle {
    width: 94%;
    padding: 2% 3%;
    }
.homeblog{
    font-size: 18px;
}
a.link{
    padding: 5px 10px;
    border: 2px solid #d4d4d4;
    text-transform: uppercase;
    display: inline-block;
}
a.link:hover {
    background-color: #d4d4d4;
    color: #b21917;
}
.homeblog a{
    padding: 5px 10px;
    border: 2px solid #d4d4d4;
    margin-left: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    font-size:15px;
}
.homeblog a:hover {
    background-color: #d4d4d4;
    color: #b21917;
}
.blog {
    background-color: #fff;
    min-height: 340px;
    margin-bottom: 40px;
    max-height: 340px;
    overflow: hidden;
    border-bottom: 20px solid #fff;
}
.blogimage {
    min-height: 180px;    
    max-height: 180px;
    overflow: hidden;}
.blogimage img{
    width: 100%;
    min-height: 180px;
    object-fit: cover
	}
.blogtitle {
    color: #0055a6;
    padding: 10px;
    font-weight: bold;
}
.blogblogarticle .blogimage {
    max-height: 150px;
    min-height: 150px;
}
.blogarticleimage {}
.blogarticletitle {
    color: #b21917;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
}
.blogarticletime {
    padding-bottom: 20px;
}
.blogtext {
    padding: 0 10px 10px;
    color: #4d4d4d;
}
.bloglink {
    padding: 0 10px 10px;
    }
@media screen and (max-width:560px) {
   .blogimage {
       min-height: initial;    
       max-height: initial;
       overflow: hidden;}
   .blogimage img{
       width: 100%;
       min-height: initial;
       width: initial;
       height: initial;
       object-fit: cover
	}
}
/* Featured Image */
.featuredimage {
    position: relative}
.featuredimage {
    overflow: hidden;
    position:relative;
    max-height:400px;
    line-height:0;
    width: 100%;
}
.featurednoimage .featuredimage{
    min-height:250px;
    background-color: #0055a6;
    background-image: url(images/pw-pattern.png);}
.featuredimage img {
    width: 100% !important;}

@media screen and (max-width:768px) {
    .featurednoimage .featuredimage{
    	min-height:100px;}
}

/* Iframe */


.video-wrapper {position: relative;
    padding-bottom: 43.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-top: 5px;
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
}
 
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.menu-bookonline {
    background-color: #419639;
    padding: 15px 30px;
    margin-left: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    white-space: nowrap;
}
 /**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media only screen and (min-width:768px) and (max-width:1060px) {
    .contact-details p {
        font-size: 13px;
    }
    .contact-info p {
        display: none;
    }
    .contact-social {
        margin: 20px 0;
    }
}
@media screen and (min-width:768px) {
    .menuleft {
        float: left;
        overflow: hidden;
    }
    a.menu-bookonline {
        line-height: 200px;
    }
}
@media only screen and (min-width:768px) and (max-width:930px) {
    a.menu-bookonline {
        padding: 15px 8px;
        margin-left: 6px;
        font-size: 12px;
    }
}
@media screen and (max-width:767px) {

    html {
        position: initial;
        min-height: initial;
    }
    header {
        width: 100%;
        text-align: initial;
    }
    footer, footer .textright,.homecontactwrapper {
        text-align: center;}
    .homecontactwrapper {
        padding: 50px 0;}
    .homecontactwrapper .sectiontitle:after {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .breadcrumbswrapper {
        display: none;
    }
    .maincontent {
        margin-left: 0px;
    }
    .menuleft {
        text-align: center;
    }
    a.menu-bookonline {
        line-height: 100px;
        margin-left: 0px;
    }
     .socialsearch {
        position: relative;
        bottom: initial;
        left:  initial;
        width: 80%;
    	margin: 0 auto;
      }
    .featuredimage {
        max-height: 100%;
    }
    .mobileshow {
        display: block;
    }
    .blogtitle {
        max-height: initial;
        min-height: initial;
        height: auto;
    }
    .child.postcardtextwidth {
        width: 100%;
        padding-right: 0;
    }
    .child {
        display: block;
    }
    .homeservices {
        text-align: center;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .homeproductswrapper .col-3 {
        width: 48.5%;}
    .slidemobile {
        display: block;
    }
    .slidedesktop {
        display: none;
    }

}
@media screen and (max-width:650px) {
    .footerwrapper {
        padding: 0;
    }
    header {
        background-size: contain;
    }
    .postcardtitle h2:after {
        width: 10%;
    }
    .headerleft-logo {
        height: 70px;
        background: none;
        z-index: 99999;
        position: relative;
    }
    .headerleft-logo a {
        padding: 9px 30px;
        background-color: #b21917;
    }
    .headerleft-logo img {
        min-width: 110px;
        max-width: 110px !important;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width:100%;
	}
    nav {
        width: 100%;
    }
    .footercontent {
        float: none;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }
    .footersocial {
        float: none;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .grid-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        margin: 10px 0 0 0;
    }
    .sidebar {
        width: 100%;
    }
}
@media screen and (max-width:480px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }

    h1 {
        font-size: 22px;
    }

    .width50 h1 {
        margin-bottom: 15px;
    }
}
@media print {
    div[style] {
        min-height: initial !important;
    }
    .center {
        float: left;
        text-align: left;
    }
    h2:after, h2:before {
        display: none;
    }
    .servicestile, .coachingtile {
        width: 100%;
        min-height: initial;
    }
    .tileverticalalign {
        position: relative;
        transform: initial;
    }
    body {
        background: white;
        font-size: 10pt;
        margin: 0;
    }
    #header {
        height: 75px;
    }
    .demo .red {
        color: black;
        font-weight: bold;
    }
    #content a {
        font-weight: bold;
        color: #000066;
        text-decoration: underline;
    }
    #content {
        margin-left: 0;
        float: none;
        width: auto;
    }
    .slider, .headernav {
        display: none;
    }
    .ad {
        display: none;
    }
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    h3 {
        margin-left: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    blockquote, table, pre {
        page-break-inside: avoid;
    }
    ul, ol, dl {
        page-break-before: avoid;
    }
    img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img.right {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }
    img.left {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
    }
    .right {
        float: left;
    }
    .left {
        float: left;
    }
    img, nav, footer, .video-container, .header-video {
        display: none;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, col-55 {
        width: 100%;
    }
    header {
        height: auto;
        position: relative;
    }
    .blogimage, .blog {
        min-height: initial;
    }
}


.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
  background: #4d4d4d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #b21917;
  opacity: 1;
}
.fa-sort-up:before, .fa-sort-asc:before {
    line-height: 37px;}
@media only screen and (max-width: 1025px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 40px;
  }
}
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* IE SVG 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}*/


/* Sub pages */
.subtitle {    
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;

}
/* Sidebar */
.sidebarleft {
    width: 17.5%;
    margin-right: 3%;
    float: left;
    margin-top: -10px;
}
.contentarea {
    width: 55.5%;
    margin-right: 3%;
    float: left;
}
.sidebarright {
    width: 21%;
    float: left;
}

.stickyleftnav {
    position: fixed;
    top: 100px;
    width: 16% !important;
}
.stickyleftbar .sidebarleft {
    width: 16%;}
.stickyleftbar .contentarea {
    padding-left: 22%;
}
/* Sidebar left */
.menu-servicesmenu-container {
    margin-top: -10px;
}
#nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#nav-main ul a {
  display: block;
  text-decoration: none;        
}
#nav-main ul li {
    display: inline-block;
    width: 100%;
}
#nav-main ul li a { 
        text-decoration:none; 
        display:block; 
        padding: 10px 18px 10px 2px; 
        color:#2e2e2e; 
        margin: 0px 0px;
        border-bottom: 1px #d3d3d3 solid;
        font-size: 14px;
        outline:none;
	position:relative;
}
#nav-main ul li.current_page_item a {
	border-bottom:none;}
#nav-main ul li:first-child a {
    border-top: none;
}
#nav-main ul li a:hover {
    color: #0055a6;
}
#nav-main ul li ul li a:hover {
    background: none;
    color: #0055a6;
}
#nav-main ul li ul {
    position: relative;
    top: -2px;
}
#nav-main ul ul {
    padding: 5px 0;}
#nav-main ul ul li a {
    background: none;
    border: none;    
    padding: 5px 0px 5px 20px;
    border-top: none;
}
#nav-main ul ul li a {
    position: relative}
#nav-main ul ul li a:before {
    content: "- ";
    padding-right: 5px;
    position: absolute;
    left: 10px;
}
#nav-main ul ul li.current_page_item a {
    color: #0055a6;
    font-weight:700;}
#nav-main ul ul li ul {
    margin: 0 0 0 8px;
}

#nav-main ul.sub-menu li.current-menu-item a{
    color: #0055a6 !important;
}
#nav-main > ul > li.current_page_item > a {
    border-bottom: 2px solid #0055a6;
    font-weight: bold;
    color:#0055a6;
}
#nav-main > ul > li > a.showarrow:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 5px;
    color:#d3d3d3;
    position:absolute;
    right:0;
}
#nav-main > ul > li > a.showarrow.rotate:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 0px; 
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );   
    transform-origin: 3px 13px;       
}
#nav-main > ul > li.current_page_item > a:after {
    color: #0055a6;
}
#nav-main li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 5px;
}
#nav-main li.menu-item-has-children > a.rotate:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 0px; 
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );   
    transform-origin: 3px 13px;         
}
@media screen and (max-width:768px) {
    .sidebarleft {
    	width:100%;
    }
    #nav-main > ul > li {
    	display: none;
    	width: 100%;
     }
     #nav-main ul li.current_page_item {
    	display: block;
     }
     ul.level-2-children li:last-of-type {
         padding-bottom: 20px;
      }
	#nav-main > ul > li.current_page_item > a{
        display:none !important;}
     #nav-main > ul > li.current_page_item > a:not(:last-child) {
    	display: block !important;
      }

}
/*sidebar right*/
.widget {
    max-width: 345px;
    margin: 0 auto !important;}
.widget .title{
    text-transform: uppercase;
    color: #0055a6;
    border-bottom: 2px solid #0781d4; 
    padding: 15px 0 4px 0; 
}
.widget ul{
    list-style-type: none;
    margin-left: 0px;
    }
.widget ul li {
    padding: 10px;
    border-bottom: 1px solid #a9aaa9;
}
.widget ul li:last-of-type {
    border-bottom: none}
.sbcontact p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1.2em;
    padding-top: 10px;
    display:block;
}
.sbcontact strong {
    color: #fff;
    font-size: 24px;
    border-bottom: 2px solid #00a2b9;
}
.sbcontact span {
    font-weight: bold;
    display:block;
    font-size: 14px;
}
.sbcontact {
    background-color: #fdb632;
    padding: 30px;
}


@media screen and (max-width:768px) {
    .mobilehide {
        display: none !important;
    }
    .contentarea {
        width: 100%;
        margin-right: 0 !important;
    }
    .sidebarright {
        width: 100%;
        padding-top: 50px;
    }
    .sbcontact{
	width:96%;
	padding:2%;
    }
    .footertopwrapper{
	text-align:center}
    .footerbottomwrapper, .footerbottomwrapper .textright{
	text-align:center}
    .footerbottomwrapper ul{
	margin:0}
    .sub-pages {
        height: 300px;}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.iepadding{padding-bottom:200px}
.Search-icon, .Search-close-icon, .footerSearch-icon, .footerSearch-close-icon  {
   background-image: url("/wp-content/uploads/2017/03/search-1.png");
}
}
@media screen and (max-width:959px) {
    .col-6.homeintro {
        width: 100%;}
    .dinner-menu, .lunch-menu {
        margin: 0 auto;
    }
    .herotext {
        font-size: 30px;
    }
}
@media screen and (max-width:580px) {
    
    .Search-box:focus {
        width: 300px !important}
    .herotext, .herotext a {
        font-size: 16px;}
    .postcard{
	max-width:94%}
    .distributorswrap{
	width:94%;}
    .headerlogo img {
        min-width: 220px;
        max-width: 220px;
    }
}
