@charset "UTF-8";
/*
Theme Name: Lambert
Theme URI: https://demowp.cththemes.com/lambert/
Author: CTHthemes
Author URI: http://themeforest.net/user/cththemes
Description: A "Lambert – Responsive Restaurant / Pub / Cafe Wordpress Theme" is perfect if you like a clean and modern design. Lambert is a clean and professional theme, perfect for Restaurant, Bakery, any food business and personal chef web sites. More features with 6 Homepages (Video , Carousel , Slideshow) – one and multi page version for versions for each option.
Version: 2.5.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lambert
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/
/*======================================

 [ -Main Stylesheet-
  Theme: Lambert
  Version: 2.5.0
  Last change: 22/05/2015 ]
    +++Fonts +++
  ++++General Styles++++
  ++++Typography ++++
  ++++Page preload ++++
  ++++Content Styles ++++
  ++++Section's++++
  ++++Header ++++
  ++++Navigation ++++
  ++++Home pages ++++
  ++++Page title +++++
  ++++Team ++++
  ++++Menu ++++
  ++++Gallery ++++
  ++++Shop ++++
  ++++Checkout ++++
  ++++Footer ++++
  ++++Twitter++++
  ++++Blog ++++
  ++++Subscribe ++++
  ++++Map ++++
  ++++Promotion  ++++
  ++++Testimonials ++++
  ++++Reservation ++++
  ++++Contact ++++
  ++++Video  ++++
  ++++Contact ++++
  ++++Media ++++
*/
/* WP Style Reset */
/*-------------WP Reset ---------------------------------------*/
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    display: inline;
    float: right;
}

.alignleft {
    display: inline;
    float: left;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 90%;
}

/* The wrapper <div> for the caption and captioned element. */
.wp-caption {
    max-width: 100%;
    margin-bottom: 15px;
}

.gallery-caption {
    margin-bottom: 10px;
}

/* The caption text. */
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption figcaption.wp-caption-text {
    margin-top: 10px;
}

.bypostauthor .comment-meta {
    font-weight: bold;
}

/* 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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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. */
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4211em 1em 1em 0px;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4211em 0px 1em 1em;
}

.wp-caption.aligncenter {
    clear: both;
}

.wp-caption-text {
    color: #666;
}

.blog-sidebar > .widget * {
    max-width: 100%;
    /*height: auto;*/
}

#wp-calendar {
    width: 100%;
}

#wp-calendar tbody td, #wp-calendar thead th {
    text-align: center;
}

.widget_search button[type="submit"] {
    border-width: 2px;
}

.mb-15 {
    margin-bottom: 15px;
}

.widget a {
    color: #000;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.widget_categories select,
.widget_archive select {
    width: 100%;
}

.left-sidebar .widget *,
.right-sidebar .widget * {
    max-width: 100%;
}

.cth-single .blog-text img,
.cth-page .blog-text img,
.left-sidebar .widget img,
.right-sidebar .widget img,
.cth-single img,
.cth-page img {
    max-width: 100%;
    height: auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.cth-page {
    text-align: left;
}

.right-sidebar ul,
.left-sidebar ul {
    list-style: none;
    padding-left: 0px;
}

.right-sidebar ul ul,
.left-sidebar ul ul {
    padding-left: 15px;
}

.right-sidebar ul li,
.left-sidebar ul li {
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.right-sidebar ul.children, .right-sidebar ul.sub-menu,
.left-sidebar ul.children, .left-sidebar ul.sub-menu {
    margin-top: 0px;
}

.right-sidebar ul.children, .right-sidebar ul.sub-menu > li:first-child,
.left-sidebar ul.children, .left-sidebar ul.sub-menu > li:first-child {
    padding-top: 8px;
}

.right-sidebar ul.children > li:last-child, .right-sidebar ul.sub-menu > li:last-child,
.left-sidebar ul.children > li:last-child, .left-sidebar ul.sub-menu > li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* table */
table {
    border-width: 1px 1px 1px 0px;
    border-color: #eee #eee #eee transparent;
    border-style: solid solid solid none;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px 0px 20px;
    width: 100%;
}

table th, table td {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
    border-top: 0px none;
}

.gallery .gallery-item img {
    width: auto;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
    padding: 2px;
    margin-bottom: 20px;
    float: left;
}

.res-image {
    max-width: 100%;
    height: auto;
}

caption {
    margin-bottom: 10px;
}

/*------------- Style reset for VC --------------------------------*/
.content.wpb_row, .content .wpb_row, .content .wpb_content_element, .content ul.wpb_thumbnails-fluid > li, .content .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0px !important;
}

/*-------------General Style---------------------------------------*/
html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    background-color: #191919;
    height: 100%;
    text-align: center;
}

body {
    font-size: 16px;
    line-height: 1.45;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 1.45;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*--------------Typography--------------------------------------*/
h1 {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 400;
    /*line-height: 1.17em;*/
}

h2 {
    font-size: 3em;
    font-weight: 300;
}

h3 {
    font-size: 2em;
    font-weight: 300;
}

h4 {
    font-size: 1em;
    font-weight: 200;
}

h5 {
    font-size: 0.9em;
    font-weight: 200;
}

h6 {
    font-size: 0.8em;
    font-weight: 200;
}

p {
    text-align: left;
    /*font-size:16px;
      line-height:24px;*/
    padding-bottom: 10px;
}

blockquote {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
    line-height: 1.5em;
    text-align: left;
    width: 100%;
}

blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #494949;
}

blockquote cite {
    display: block;
}

pre {
    float: left;
    width: 100%;
    overflow: auto;
    background: #eee;
    padding: 10px;
}

.fl-fw {
    float: left;
    width: 100%;
}

.fr-fw {
    float: right;
    width: 100%;
}

/* ---------Page preload--------------------------------------*/
.loader {
    position: fixed;
    top: 50% !important;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    z-index: 100;
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}

.loader img {
    -webkit-animation: k3d 3.5s infinite linear;
    animation: k3d 3.5s infinite linear;
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes k3d {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(360deg);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes k3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

/* ---------Content Styles--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 2;*/
    opacity: 0;
}

#main.hide-loader {
    opacity: 1;
}

.woocommerce .loader:before {
    display: none;
}

#wrapper {
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
}

.container {
    /*max-width: 1224px;
      width:92%;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.content {
    width: 100%;
    position: relative;
    z-index: 2;
    float: left;
}

section.content {
    overflow-x: hidden;
}

section.content.lambert_triangle_sec {
    overflow-x: visible;
}

.full-height {
    height: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    overflow: hidden;
}

.respimg {
    width: 100%;
    height: auto;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

/* --------- Section's--------------------------------------*/
section {
    float: left;
    width: 100%;
    position: relative;
    padding: 90px 0;
    background: #fff;
}

.parallax-section {
    padding: 150px 0;
    color: #fff;
    overflow: hidden;
}

.parallax-section .overlay {
    opacity: 0.5;
}

.section-separator {
    float: right;
    width: 70%;
    height: 6px;
    background: #000;
    margin-right: -20%;
}

.bg-parallax {
    height: 150%;
    top: -25%;
}

.parallax-section h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.parallax-section h3 {
    color: #fff;
    font-size: 34px;
    font-family: 'Playball', cursive;
}

section.header-section {
    padding: 250px 0;
}

section.shop-header-section {
    border-top: none;
}

section.hide-single-head {
    padding-top: 50px;
}

.section-title {
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}

.section-title h3 {
    font-size: 22px;
    font-family: 'Playball', cursive;
}

.product-short-description {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}

.product-short-description-title,
.section-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    display: inline-table;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-short-description-title {
    display: block;
}

.decor-title:before, .decor-title:after {
    content: '';
    position: absolute;
    top: 12px;
    background: url(assets/images/bef-af.png) no-repeat center;
    width: 26px;
    height: 6px;
}

.decor-title:before {
    left: -46px;
}

.section-title h4:after {
    right: -46px;
}

.parallax-section-title {
    position: relative;
    z-index: 22;
}

.triangle-decor {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    z-index: 57;
}

.about-section .link {
    margin-top: 20px;
    float: left;
}

.about-section .single-slider-holder {
    margin-top: 0;
}

.bold-separator {
    float: left;
    width: 100%;
    margin: 50px 0;
    position: relative;
}

.bold-separator {
    margin-bottom: 50px !important;
}

.bold-separator .span,
.bold-separator span {
    width: 6px;
    height: 6px;
    display: inline-table;
    background: #191919;
    margin: 0 auto;
    border-radius: 100%;
    text-indent: -9999999px;
    line-height: 6px;
}

.bold-separator:before, .bold-separator:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    top: 2px;
    opacity: 0.3;
}

.bold-separator:before {
    left: 30%;
}

.bold-separator:after {
    right: 30%;
}

.parallax-section .bold-separator .span,
.parallax-section .bold-separator span {
    background: #fff;
}

.align-text {
    text-align: left;
}

.img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    overflow: hidden;
    height: 100%;
    z-index: 4;
}

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
}

.inner {
    max-width: 800px;
    margin: 0 auto;
}

.inner p {
    text-align: center;
}

.link {
    font-size: 17px;
    padding: 10px 15px;
    display: inline-table;
    font-weight: bold;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: uppercase;
}

.align-link {
    margin-top: 30px;
}

.link:hover {
    color: #000;
}

.align-link:hover {
    color: #fff;
}

.section-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.21);
    border: 2px solid rgba(255, 255, 255, 0.51);
    border-radius: 100%;
    font-size: 20px;
}

/*------ Header  ------------------------------------------------*/
header.mainpage-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
}

.header-inner {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0;
    top: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logo-holder {
    float: left;
    position: relative;
    max-width: 300px;
}

.logo-holder a {
    margin-top: 0px;
    display: block;
    position: relative;
}

.logo-vis {
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.logo-notvis {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}

.logo-sticky img.logo-vis {
    opacity: 0;
}

.logo-sticky img.logo-notvis {
    opacity: 1;
}

header.sticky .header-inner:before, header.flat-header .header-inner:before {
    height: 100%;
}

header.sticky .header-inner {
    top: -40px;
    padding: 25px 0;
}

/*------ Navigation  ------------------------------------------------*/
.nav-holder {
    float: right;
    position: relative;
    margin-top: 12px;
}

.main_navigation ul {
    list-style: none;
    padding-left: 0;
}

/* Hiding and showing the submenu items */
.main_navigation ul ul {
    display: none;
}

.main_navigation ul li:hover > ul {
    display: block;
}

nav {
    position: relative;
    float: left;
    width: 100%;
}

nav li {
    float: left;
    position: relative;
    padding: 10px 22px;
}

nav li:last-child {
    padding-right: 0;
}

nav li a {
    float: left;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    top: 0;
    position: relative;
    font-family: 'Droid Serif', serif;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

nav li a.act-link:before, nav li a.act-link:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

nav li ul a:before, nav li ul a:after {
    display: none;
}

nav li ul a.act-link {
    color: #000;
    font-weight: 600;
}

.nav-button-holder {
    float: right;
    margin: 0 20px 0 10px;
    padding-left: 22px;
    display: none;
    position: relative;
}

.nav-button {
    float: right;
    width: 30px;
    height: 24px;
    position: relative;
    margin-top: 22px;
    cursor: pointer;
}

.nav-button span {
    float: left;
    width: 100%;
    height: 4px;
    background: #fff;
    margin-bottom: 2px;
    position: relative;
}

header.sticky nav a, header.flat-header nav a {
    color: #000;
}

header.sticky nav li a:before, header.sticky nav li a:after, header.flat-header nav li a:before, header.flat-header nav li a:after {
    background: #000;
}

header.sticky .nav-button span, header.flat-header .nav-button span {
    background: #000;
}

.nav-social {
    float: right;
    width: 100%;
    position: relative;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    top: 10px;
    min-height: 30px;
    line-height: 1;
}

.nav-social .widget {
    margin: 0;
}

.nav-social ul {
    float: right;
    list-style: none;
}

.nav-social li {
    float: left;
    padding: 10px;
}

.nav-social li:last-child {
    padding-right: 0;
}

.nav-social li a {
    color: #fff;
    font-size: 14px;
}

.widget.widget_synved_social_follow {
    width: 100%;
    float: left;
    margin: 0;
}

.widget_synved_social_follow > div {
    float: right;
}

.footer-widgets.widget_synved_social_follow > div {
    float: none;
}

header.sticky .nav-social {
    top: -110px;
}

.subnav {
    float: right;
    margin: 25px 6px 0 0;
}

.subnav a {
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    top: 0;
    padding-left: 16px;
    position: relative;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.subnav a i {
    padding-right: 4px;
}

header.sticky nav a, header.sticky .subnav a, header.flat-header .nav-social li a, header.flat-header .subnav a {
    color: #000;
}

header.flat-header .logo-vis {
    opacity: 0;
}

header.flat-header .logo-notvis {
    opacity: 1;
}

.height-emulator {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Styling for the sub menu items */
.main_navigation ul ul {
    position: absolute;
    top: 100%;
    background: #111111;
    background: rgba(7, 7, 7, 0.9);
    /*padding: 0 0 10px 0;*/
    padding: 0 0 0px 0;
    min-width: 200px;
    text-align: left;
    z-index: 1;
}

.main_navigation ul ul li {
    float: none;
    /*float: left;*/
    /*min-width: 200px;*/
    display: block;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding: 0;
}

.main_navigation ul ul li a {
    width: 100%;
    padding: 10px 22px;
    color: #fff;
}

.main_navigation ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}

/*------ Home -------------------------------------------------*/
.home-full-height, .home-full-height .wpb_column, .home-full-height .wpb_column > .wpb_wrapper, .full-height, .full-height .row, .full-height .wpb_column {
    height: 100%;
}

.hero-container {
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.home-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    z-index: 15;
}

.hero-link a {
    font-size: 24px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -20px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*.hero-line {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 20px;*/
/*    background: #fff;*/
/*    z-index: 20;*/
/*}*/

/*.hero-content:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 20px;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*    z-index: 20;*/
/*}*/

/*.hero-content:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 20px;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*    z-index: 20;*/
/*}*/

.hero-link a:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fff;
    z-index: -1;
}

.fullheight-carousel-holder {
    /*position:absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullheight-carousel {
    height: 100%;
    background: #191919;
    width: 100%;
    overflow: hidden;
}

.fullheight-carousel .item, .carousel-item {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.carousel-item .overlay {
    opacity: 0.5;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.carousel-link-holder {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
}

.carousel-item .bg {
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.vis-decor .bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.vis-decor .overlay {
    opacity: 0.7;
}

.carousel-link-holder h3 {
    font-size: 40px;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0;
    font-family: 'Playball', cursive;
}

.carousel-link-holder h3 a {
    color: #fff;
}

.carousel-link-holder h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 3px 0 10px 0;
    color: #fff;
    font-weight: bold;
    max-width: 350px;
    margin: 0 auto;
}

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullheight-carousel-holder .customNavigation {
    position: absolute;
    bottom: 40px;
    right: 60px;
    z-index: 5;
}

.fullheight-carousel-holder .customNavigation a {
    width: 40px;
    height: 40px;
    margin-right: 1px;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.fullheight-carousel-holder .customNavigation a:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.hero-title-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.hero-title-holder .overlay {
    opacity: 0.4;
}

.hero-title {
    max-width: 450px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    z-index: 5;
}

.hero-decor {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 50px;
}

.t-dec {
    top: -60px;
}

.b-dec {
    bottom: -70px;
}

.half-circle {
    width: 100px;
    height: 50px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 5px solid rgba(255, 255, 255, 0.51);
    border-top: 0 !important;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.half-circle:before {
    content: '\f005';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-top: -15px;
    margin-left: -10px;
    color: #fff;
    font-size: 18px;
}

.hero-title h3 {
    font-size: 40px;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0;
    font-family: 'Playball', cursive;
}

.hero-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 6px 0 10px 0;
    color: #fff;
    max-width: 400px;
    margin: 0 auto;
}

.hero-title h4:before, .hero-title h4:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 75px;
    height: 1px;
    opacity: 0.6;
}

.hero-title h4:before {
    left: -90px;
}

.hero-title h4:after {
    right: -90px;
}

.hero-title h3 a, .hero-title h4 a {
    color: #fff;
}

.hero-title h4 a {
    float: right;
}

.hero-title h4 a:hover, .hero-title h4 a:hover i {
    color: #fff;
}

.hero-title h4 a {
    padding-right: 0;
}

.slides-pagination {
    z-index: 20;
}

.mob-bg {
    display: none;
}

/*------ Page title  ------------------------------------------------*/
.page-title {
    float: left;
    max-width: 550px;
    padding: 30px 0 10px;
    position: relative;
    border-bottom: 6px solid #eee;
}

.page-title h2 {
    float: left;
    max-width: 550px;
    font-family: 'futurastd-bold';
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 44px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: bold;
}

.page-title h3 {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 12px;
    text-align: left;
    font-family: 'futurastd-bold';
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #666;
}

.page-title h3 span {
    float: left;
    max-width: 550px;
}

.fullwidth-slider-holder, .single-slider-holder, .blog-post-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}

.fullwidth-slider-holder .item {
    position: relative;
}

.full-width-holder {
    float: left;
    width: 100%;
    position: relative;
}

.single-slider-holder .customNavigation a,
.blog-post-slider-holder .customNavigation a {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 40px;
    z-index: 10;
    background: rgba(51, 51, 51, 0.51);
    cursor: pointer;
}

.single-slider-holder .customNavigation a.next-slide,
.blog-post-slider-holder .customNavigation a.next-slide {
    right: 6px;
}

.single-slider-holder .customNavigation a.prev-slide,
.blog-post-slider-holder .customNavigation a.prev-slide {
    left: 6px;
}

article {
    float: left;
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.separator {
    width: 100%;
    height: 24px;
    margin: 10px auto 10px;
    background-image: url(assets/images/separator.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    text-indent: -99999px;
}

.separator {
    margin-bottom: 10px !important;
}

.color-separator {
    background-image: url(assets/images/color-separator.png);
}

.work-time {
    margin: 0 auto !important;
    max-width: 800px;
    position: relative;
}

.work-time:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 62%;
    display: block !important;
    /*height: 200px;*/
    background: url(assets/images/ver-separator.png) repeat-y;
}

.hours,
.hours p,
.hours em {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}

.hours em {
    display: block;
}

.big-number {
    margin: 50px auto 0;
    position: relative;
}

.big-number a {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    font-family: 'Playball', cursive;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.big-number a:hover {
    color: #fff;
    text-decoration: underline;
}

/*------ Team  ------------------------------------------------*/
.team-box {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.team-links {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
}

.team-item {
    float: left;
    width: 25%;
    padding: 20px;
}

.team-item.two {
    width: 100%;
    text-align: center;
}

.team-item.two p {
    text-align: center;
    float: left;
    margin-top: 30px;
}

.team-item.item1 {
    width: 100%;
}

.team-item.item2 {
    width: 50%;
}

.team-item.item3 {
    width: 33.33%;
}

.team-item.item4 {
    width: 25%;
}

.team-item.item5 {
    width: 20%;
}

.team-item.item6 {
    width: 16.66%;
}

.team-item a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.team-item a img {
    border-radius: 100%;
}

.chefname {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    font-family: 'Playball', cursive;
    display: inline-table;
}

.chefinfo {
    display: inline-table;
    font-size: 14px;
    font-weight: bold;
}

.team-item.two .chefname,
.team-item.two .chefinfo {
    display: block;
}

.white-popup-block {
    max-width: 900px;
    margin: 0 auto;
}

.popup-modal-dismiss {
    float: right;
}

.team-modal {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 50px;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #fff;
}

.team-modal:before {
    content: '';
    position: absolute;
    top: 3.5%;
    left: 3.5%;
    width: 92%;
    height: 92%;
    opacity: 0.5;
}

.team-modal p {
    text-align: center;
}

.team-modal h5 {
    padding: 10px 0;
    display: inline-table;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
}

.team-social {
    padding-left: 0px;
}

.team-social li {
    display: inline-block;
    padding: 10px;
    font-size: 23px;
}

.popup-modal-dismiss {
    position: absolute;
    top: 10px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: #fff;
    z-index: 2;
    line-height: 50px;
    font-size: 20px;
}

.team-details {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
    opacity: 0;
}

.team-item a img, .team-details, .menu-item a, .mn-menu-item a {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-item a:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.3;
}

.team-item a:hover .team-details {
    opacity: 1;
}

/*------ menu ------------------------------------------------*/
.mn-menu-holder, .mn-menu-item {
    float: left;
    width: 100%;
    position: relative;
}

.mn-menu-item {
    padding: 24px 20px;
}

.mn-menu-item-details {
    display: table;
}

.mn-menu-item-desc {
    padding-right: 5px;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 20px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
}

.mn-menu-item-dot {
    display: table-cell;
    width: 88%;
    border-bottom: 1px dotted #000;
}

.mn-menu-item-price {
    text-align: left;
    font-size: 24px;
}

.mn-menu-item-prices {
    display: table-cell;
    white-space: nowrap;
    width: 2%;
    padding: 10px 0 0 10px;
    text-align: left;
}

.hot-deal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hot-desc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
}

.menu-bg {
    position: absolute;
    bottom: 0;
    width: 650px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
}

.lbd {
    left: 0;
}

.rbd {
    right: 0;
}

/*------ Gallery  ------------------------------------------------*/
.gallery-filters {
    float: left;
    width: 100%;
}

.gallery-filters a {
    margin-right: 20px;
    line-height: 1;
    font-size: 11px;
    color: #666;
    position: relative;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: bold;
}

.gallery-images-grid-wrap,
.gallery-grid-wrap {
    float: left;
    width: 100%;
}

.gallery-items {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-items.grid-none-pad {
    margin-left: 0px;
    margin-right: 0px;
}

.gallery-items.grid-extrasmall-pad {
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-items.grid-medium-pad {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-items.grid-big-pad {
    margin-left: -20px;
    margin-right: -20px;
}

.grid-item-holder, .box-item, .box-item a {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.box-item {
    height: 100%;
}

.hid-port-info .grid-item-holder {
    overflow: hidden;
}

/*.grid-small-pad {margin-left: -10px;margin-right: -10px;}*/
/*.gallery-items-wrapper {margin-left: -10px;margin-right: -10px;}*/
.grid-none-pad .gallery-item {
    padding: 0px;
}

.grid-big-pad .gallery-item {
    padding: 20px;
}

.grid-medium-pad .gallery-item {
    padding: 15px;
}

.grid-small-pad .gallery-item {
    padding: 10px;
}

.grid-extrasmall-pad .gallery-item {
    padding: 5px;
}

.gallery-item, .grid-sizer {
    width: 25%;
    position: relative;
}

.gallery-item-second,
.grid-sizer-second {
    width: 50%;
}

.gallery-item-three,
.grid-sizer-three {
    width: 75%;
}

.gallery-item img, .grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.six-coulms .gallery-item, .six-coulms .grid-sizer {
    width: 16.666%;
}

.five-coulms .gallery-item, .five-coulms .grid-sizer {
    width: 20%;
}

.four-coulms .gallery-item, .four-coulms .grid-sizer {
    width: 25%;
}

.three-coulms .gallery-item, .three-coulms .grid-sizer {
    width: 33.333%;
}

.two-coulms .gallery-item, .two-coulms .grid-sizer {
    width: 50%;
}

.one-coulms .gallery-item, .one-coulms .grid-sizer {
    width: 100%;
}

.six-coulms .gallery-item-second {
    width: 33.333%;
}

.six-coulms .gallery-item-three {
    width: 50%;
}

.six-coulms .gallery-item-four {
    width: 66.666%;
}

.six-coulms .gallery-item-five {
    width: 83.333%;
}

.six-coulms .gallery-item-six {
    width: 100%;
}

.five-coulms .gallery-item-second {
    width: 40%;
}

.five-coulms .gallery-item-three {
    width: 60%;
}

.five-coulms .gallery-item-four {
    width: 80%;
}

.five-coulms .gallery-item-five,
.five-coulms .gallery-item-six {
    width: 100%;
}

.four-coulms .gallery-item-second {
    width: 50%;
}

.four-coulms .gallery-item-three {
    width: 75%;
}

.four-coulms .gallery-item-four,
.four-coulms .gallery-item-five,
.four-coulms .gallery-item-six {
    width: 100%;
}

.three-coulms .gallery-item-second {
    width: 66.666%;
}

.three-coulms .gallery-item-three,
.three-coulms .gallery-item-four,
.three-coulms .gallery-item-five,
.three-coulms .gallery-item-six {
    width: 100%;
}

.two-coulms .gallery-item-second,
.two-coulms .gallery-item-three,
.two-coulms .gallery-item-four,
.two-coulms .gallery-item-five,
.two-coulms .gallery-item-six {
    width: 100%;
}

.box-item .overlay {
    z-index: 2;
    opacity: 0;
    background: #000;
}

.box-item i {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30px;
    height: 30px;
    z-index: 5;
    opacity: 0;
    margin-top: -15px;
    font-size: 28px;
    line-height: 30px;
    margin-left: -15px;
}

.box-item:hover .overlay {
    opacity: 0.6;
}

.box-item:hover i {
    top: 50%;
    opacity: 1;
}

.box-item i, .box-item .overlay {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/*------ Shop ------------------------------------------------*/
.product-cat-mains {
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-cat-mains h4 {
    float: left;
    width: 100%;
    padding: 20px 0;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 15px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.product-cat-mains h4:hover {
    opacity: 0.6;
}

.woocommerce .products ul.product-cats,
.product-cats {
    padding: 10px 0 20px 0;
    margin-bottom: 0px;
}

.product-cats li {
    display: inline-block;
    padding: 4px 10px;
}

.product-cats li a {
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.products .product-price {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    position: relative;
    font-family: 'Playball', cursive;
    text-align: center;
}

.products .product-price span {
    position: relative;
    display: inline-table;
    font-size: 18px;
    top: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.woocommerce ul.products li.product .button, .products .product-price a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 64px;
    bottom: -100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    font-family: 'Playball', cursive;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.products .product-price a:hover, .product-cats .product a:hover,
.products .product-price a:focus, .product-cats .product a:focus {
    color: #000;
}

.products .product:hover .product-price span,
.products .product:focus .product-price span {
    opacity: 0;
}

.woocommerce ul.products li.product:hover .button,
.products .product:hover .product-price a,
.products .product:focus .product-price a {
    opacity: 1;
    bottom: 0;
}

.products .product-price:before, .products .product-price:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
}

.products .product-price:before {
    background: #fff;
    width: 20px;
    margin-left: -10px;
    margin-top: -6px;
    height: 10px;
    z-index: 1;
}

.products .product-price:after {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-left: -3px;
    margin-top: -4px;
    z-index: 2;
    background: #000;
}

.orderby {
    padding: 8px 6px;
    border-radius: 3px;
    margin-bottom: 26px;
    font-weight: bold;
}

.content-pagination {
    float: left;
    width: 100%;
    /*margin-top: 25px;*/
    font-size: 14px;
}

.content-pagination .page-numbers,
.content-pagination a {
    color: #999;
    display: inline-block;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #eee;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.content-pagination .page-numbers.current,
.content-pagination a.current-page, .content-pagination a:hover {
    color: #fff;
}

.content-pagination span.content-pagination-num {
    display: inline-block;
    padding: 9px 15px;
    color: #666;
    font-size: 12px !important;
    text-transform: uppercase;
}

/*.prevposts-link{
    margin-right:8px;
}
.nextposts-link{
    margin-left:8px;
}*/
.product-item-holder {
    float: left;
    width: 100%;
    position: relative;
    border-top: 2px solid #eee;
    padding: 50px 0;
}

.product-slider .owl-controls {
    margin-top: 20px;
}

.product-slider .item-link {
    position: relative;
    float: left;
    width: 33.33333333%;
    height: 80px;
    margin-bottom: 10px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.owl-theme .owl-controls .active .item-link {
    opacity: 0.6;
}

.product-image, .product-item, .pr-opt {
    float: left;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.product-image .customNavigation a {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -55px;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    z-index: 10;
    cursor: pointer;
}

.product-image .customNavigation a.next-slide {
    right: 6px;
}

.product-image .customNavigation a.prev-slide {
    left: 6px;
}

.product-item {
    text-align: left;
}

.product-item h2,
.product_title {
    font-family: 'Playball', cursive;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 44px;
    text-transform: capitalize;
    line-height: 1.26em;
}

.pr-opt {
    border-bottom: 1px solid #eee;
}

.product-rating, .product-item-price, .woocommerce-product-rating {
    float: left;
    width: 50%;
    padding: 20px;
    font-size: 14px;
}

.product-rating ul, .product-rating span {
    float: right;
}

.product-rating span {
    margin-left: 4px;
}

.product-rating li {
    display: inline-block;
    padding: 1px;
}

.product-item-price,
.product-item-price .price {
    font-family: 'Playball', cursive;
    font-size: 24px;
}

.product-item-price del span {
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 15px;
    opacity: 0.6;
}

.product-item p {
    max-width: 600px;
}

.quantity {
    float: left;
    padding: 20px 0;
    width: 100%;
    max-width: 100px;
}

.quantity input {
    background: none;
    border: none;
    -webkit-appearance: none;
    float: left;
    width: 50px;
    height: 35px;
    background: #262526;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}

.quantity a,
.quantity button {
    float: left;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 4px;
    font-family: 'Playball', cursive;
    margin-left: 15px;
    background: #262526;
    border: 0;
    cursor: pointer;
}

.product-meta {
    float: left;
    max-width: 450px;
    text-align: left;
    margin-top: 30px;
}

.sku_wrapper, .posted_in, .tagged_as {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.product-meta span a {
    padding-left: 6px;
}

.tabs-menu {
    height: 30px;
    float: left;
    width: 100%;
    list-style: none;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: none;
}

.tabs-menu li.current {
    position: relative;
    background: #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    color: #666;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.tabs-menu .current a {
    color: #fff;
}

#tabs-container {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.tab {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
}

.tab-content.current,
#tab-1 {
    display: block;
}

.commentlist {
    list-style: none;
    padding-left: 0px;
}

.comment {
    width: 100%;
}

/* --------Checkout table------------------------------ */
.cart-table,
.cart_totals-table {
    border: 1px solid #eee;
    float: left;
    width: 100%;
    font-size: 16px;
}

.cart-table > tbody > tr > td,
.cart-table > tbody > tr > th,
.cart-table > tfoot > tr > td,
.cart-table > tfoot > tr > th,
.cart-table > thead > tr > td,
.cart-table > thead > tr > th,
.cart_totals-table > tbody > tr > td,
.cart_totals-table > tbody > tr > th,
.cart_totals-table > tfoot > tr > td,
.cart_totals-table > tfoot > tr > th,
.cart_totals-table > thead > tr > td,
.cart_totals-table > thead > tr > th {
    border-top: 1px solid #eee;
    padding: 12px;
}

.cart-table tr td,
.cart-table tr th,
.cart_totals-table tr td,
.cart_totals-table tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.checkout-table {
    border: 1px solid #eee;
    float: left;
    width: 100%;
    font-size: 16px;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    border-top: 1px solid #eee;
    padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.pr-remove {
    vertical-align: middle !important;
    text-align: center;
}

.coupon-holder {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 12px 12px 20px 12px;
}

.coupon-holder .col-md-12 {
    border-bottom: 1px solid #eee;
}

.coupon-holder input {
    float: left;
    background: none;
    margin-bottom: 20px;
    font-size: 14px;
    height: 40px;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #000;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: -12px;
}

.coupon-holder button.btn-a {
    float: left;
    height: 38px;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    background: #262526 !important;
    border-radius: 4px;
    margin-left: 20px;
    -webkit-appearance: none;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login_submit,
.coupon-holder button.btn-uc {
    height: 38px;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    background: #262526 !important;
    border-radius: 4px;
    -webkit-appearance: none;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login_submit {
    float: left;
    margin: 0px;
    font-size: 16px;
}

.cart_totals {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.cart_totals h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 0;
    font-family: 'Playball', cursive;
}

.cart_totals button,
.cart_totals a.button,
.woocommerce #payment #place_order {
    float: right;
    margin-top: 30px;
    height: 38px;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    background: #262526 !important;
    border-radius: 4px;
    margin-left: 20px;
    -webkit-appearance: none;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce #payment #place_order {
    margin-right: -16px;
    font-size: 16px;
}

.cart_totals a.button.alt {
    background: #fff !important;
    border: 1px solid #000;
    color: #000;
}

.cart_totals a.button {
    font-size: 16px;
    line-height: 13.5px;
    padding: 13px 10px;
    margin-top: 10px;
}

.cart_totals button:hover,
.cart_totals a.button:hover,
.woocommerce #payment #place_order:hover {
    color: #fff;
}

/*------ Footer  ------------------------------------------------*/
footer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    background: #191919;
}

footer:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #191919;
}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.footer-inner {
    float: left;
    width: 100%;
    padding: 90px 0;
}

.to-top-holder {
    float: left;
    width: 100%;
    background: #262526;
    position: relative;
    padding: 40px 0 30px;
}

.to-top {
    float: right;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.to-top span {
    position: relative;
    display: inline-table;
    font-size: 18px;
    top: 0;
    font-family: 'Playball', cursive;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.to-top i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 24px;
    top: -100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.to-top:hover span {
    opacity: 0;
}

.to-top:hover i {
    opacity: 1;
    top: 0;
}

.footer-info {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.footer-info h4,
.footer-widgets h4.title,
.footer-widgets h3.widget-title,
.footer-widgets.widget_cth-tweets h3.widget-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.footer-info p {
    color: #fff;
    font-size: 14px;
}

.to-top-holder p {
    float: left;
    color: #fff;
    font-family: 'Playball', cursive;
    letter-spacing: 1px;
}

/*.footer-social{
    float:left;
    width:100%;
    position:relative;
}*/
.footer-widgets:nth-child(2) h3.widget-title,
.footer-social h3 {
    font-family: 'Playball', cursive;
    font-size: 34px;
    text-transform: none;
    font-weight: normal;
}

ul.footer-social {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    padding-left: 0px;
}

ul.footer-social li {
    display: inline-block;
}

ul.footer-social li a {
    float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
}

footer .bold-separator span {
    background: #fff !important;
}

.footer-contacts {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

.footer-contacts li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.footer-contacts li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #919191;
}

.footer-contacts li a {
    color: #919191;
    font-size: 16px;
}

.footer-contacts li:first-child:before {
    display: none;
}

.footer-contacts li a, .footer-social ul li a, .team-social li a, .popup-modal-dismiss {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/*------Twitter ------------------------------------------*/
/*.footer-widgets.widget_cth-tweets h3.widget-title {margin-bottom: 0px;}*/
.twitter-feed-id ul {
    list-style: none;
    padding-left: 0px;
}

.twitter-feed-id {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 0px;
}

.twitter-feed-id li {
    color: #fff;
    font-size: 16px;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
}

.twitter-feed-id ul.twitter-list li {
    display: block;
    margin: 20px 0px;
}

.twitter-holder .customNavigation {
    padding-top: 20px;
}

.twitter-holder .customNavigation a {
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-size: 19px;
}

.tweet_hashtag {
    display: none;
}

/* ------Blog------------------------------------------------------------ */
article, .pagination {
    float: left;
    width: 100%;
    position: relative;
}

.single-slider .box-links {
    text-align: center !important;
}

article p {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.display-posts p {
    line-height: 25px;
}

.article-title,
article h4.article-title,
.media-heading h4 {
    font-size: 24px;
    line-height: 36px;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    color: #222222;
    padding-bottom: 10px !important;
    text-transform: none;
}

.about-author-info {
    font-size: 16px;
}

.mas-posts h4 {
    padding-bottom: 0 !important;
}

.mas-posts .ms-grid-item {
    margin: 0;
    padding: 0;
}

.mas-posts article {
    padding: 10px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.mas-posts article:hover {
    background: #f4f4f4;
}

article h4 a:hover {
    color: #666;
}

.mas-posts article h4 {
    font-size: 18px;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.post-media {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0;
    text-align: center !important;
}

.post-meta {
    margin: 14px 0 14px 0;
}

.display-posts article {
    border-bottom: 1px solid #eee;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.post-meta li {
    display: inline-block;
    margin-right: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    color: #666;
}

.post-meta li i,
.post-meta li a {
    font-size: 15px;
}

.mas-posts article ul.post-meta li {
    margin-bottom: 6px;
}

.hr {
    margin: 0 auto 25px;
    height: 5px;
    width: 30%;
    position: relative;
    background: #0e0e0e;
    overflow: overlay;
    border: 0;
}

.hr:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 5px;
    background: white;
    top: 0;
    left: 10px;
}

.hr:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 5px;
    background: white;
    top: 0;
    right: 10px;
}

.post-link {
    font-size: 18px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-weight: bold;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.post-tags {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.single-post .post-tags {
    margin-top: 0px;
}

.post-tags li, .tagcloud li {
    display: inline-block;
    margin-right: 4px;
}

.right-sidebar .tagcloud ul li {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tagcloud li a {
    font-weight: bold;
    font-family: "Playball", cursive;
    letter-spacing: 2px;
    font-size: 10px !important;
}

.post-tags li a, .tagcloud li a {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 10px 8px;
    background: #f5f5f5;
    margin-bottom: 3px;
    text-decoration: none;
    color: #444;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post-tags li a:hover, .tagcloud li a:hover {
    color: #fff;
}

.pagination {
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    /*border:1px solid rgba(0,0,0,.07);*/
    border-radius: 4px;
}

.pagination ul {
    float: left;
    list-style: none;
    padding: 0;
}

.lambert_pagi li {
    float: left;
}

/*.lambert_pagi .next {
    margin-left: 8px;
}
.lambert_pagi .prev {
    margin-right: 8px;
}*/
.pagination a, .pagination span {
    float: left;
    padding: 12px 18px;
    position: relative;
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 0px;
}

.pagination a.current-page, .pagination a:hover, .pagination span {
    color: #fff;
}

.widget {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-size: 15px;
    text-align: left;
}

footer .widget {
    text-align: center;
}

.widget.col-md-6 {
    width: 50%;
}

.widget.col-md-4 {
    width: 33.33%;
}

.widget.col-md-3 {
    width: 25%;
}

.widget.col-md-2 {
    width: 16.66667%;
}

.widget .customNavigation a {
    text-align: center !important;
}

.searh-holder {
    max-width: 450px;
    margin-top: 20px;
    position: relative;
}

.searh-inner {
    float: left;
    width: 100%;
    position: relative;
}

.search {
    border: 1px solid rgba(0, 0, 0, 0.07);
    float: left;
    background: none;
    border-radius: none;
    position: relative;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px !important;
    color: #000;
    -webkit-appearance: none;
}

.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 40px !important;
}

.search-submit:hover i {
    opacity: 0.5;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: none;
}

.tabs-menu li.current {
    position: relative;
    background: #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    color: #666;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
    border: 1px solid rgba(0, 0, 0, 0.07);
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.widget-posts li, .widget-comments li {
    padding: 12px 0;
}

.widget-posts-img, .widget-comments-img {
    float: left;
    width: 30%;
}

.widget-comments-img img {
    border-radius: 100%;
}

.widget-posts-descr, .widget-comments-descr {
    float: left;
    width: 70%;
    padding-left: 10px;
}

.widget-comments-descr a {
    font-size: 12px;
    letter-spacing: 1px;
}

.widget-posts-date, .widget-comments-date {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #666;
}

.widget h3 {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.cat-item {
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.cat-item a {
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#comments {
    text-align: left;
    padding-top: 10px;
}

#comments-title, #reply-title, #comments > h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.comment {
    float: left;
}

.comment_container,
.comment-body {
    position: relative;
    margin-left: 70px;
    padding-top: 30px;
}

.comment-author {
    position: absolute;
    top: 30px;
    left: -66px;
}

.comment-author img {
    border-radius: 100%;
}

.comment .children {
    margin-left: 0px;
    list-style: none;
    padding-left: 70px;
    float: left;
    width: 100%;
}

.fn {
    display: block;
    margin-bottom: 10px;
}

.comment-meta, .comment-meta a, .comment-meta time {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
    color: #494949;
    padding-bottom: 10px;
}

#respond {
    margin-top: 40px;
}

#reply-title {
    padding-bottom: 30px;
    margin-bottom: 5px;
}

.comment-notes {
    margin-top: 10px;
    color: #a4a4a3;
}

.control-group label, .control-group .controls {
    display: inline-block;
}

.control-group label {
    margin-left: 10px;
    font-weight: 200;
}

.control-group .controls input {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 35px;
    background: #fff;
    padding-left: 15px;
    color: #a4a4a3;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 3px;
}

.control-group .controls textarea {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 180px;
    max-width: 600px;
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
    color: #a4a4a3;
    resize: vertical;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 3px;
}

.controls button,
.submit_button {
    border: none;
    outline: none;
    margin-top: 20px;
    outline: none;
    padding: 12px 20px;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    border-radius: 24px;
    -webkit-appearance: none;
}

.controls button:hover,
.submit_button:hover {
    background: #666;
}

/*------Subscribe ------------------------------------------*/
.subcribe-form {
    margin: 0 auto;
    position: relative;
    max-width: 300px;
}

.subcribe-form form {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.lambert_subscribe input.enteremail {
    float: left;
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    background: white;
    border-right: none;
    padding-left: 10px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: #000 !important;
}

.lambert_subscribe input.enteremail::-webkit-input-placeholder,
.lambert_subscribe input.enteremail:-moz-placeholder,
.lambert_subscribe input.enteremail::-moz-placeholder,
.lambert_subscribe input.enteremail:-ms-input-placeholder {
    color: #000 !important;
}

.lambert_subscribe .subscribe-button {
    float: left;
    height: 40px;
    background: none;
    border: none;
    width: 100%;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.lambert_subscribe .subscribe-button:hover {
    color: #ddd;
}

.subscribe-message {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: left;
    color: #fff;
}

.subscribe-message i {
    font-size: 18px;
    padding-right: 10px;
}

.subscribe-message.error,
.subscribe-message.error i {
    color: #e52f40;
}

/*------ Map -------------------------------------------------*/
.map-box {
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.map-holder {
    position: absolute;
    width: 100%;
    height: 550px;
    top: -50px;
    left: 0;
    z-index: 10;
}

.map-canvas {
    float: left;
    width: 100%;
    height: 550px;
    position: relative;
}

/*------ Promotion  ------------------------------------------------*/
.promotion-item {
    max-width: 1024px;
    margin: 20px auto 20px;
    display: inline-block;
    width: 100%;
}

.promotion-title {
    float: left;
    width: 100%;
}

.promotion-title h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 12px;
    float: left;
}

.promotion-title span {
    float: left;
    margin: 12px 0 0 10px;
    font-family: 'Droid Serif', serif;
    font-size: 12px;
}

.promotion-details {
    margin-top: 20px;
    display: table;
}

.promotion-desc {
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
}

.promotion-desc {
    padding-right: 5px;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 20px;
}

.promotion-dot {
    display: table-cell;
    width: 88%;
    border-bottom: 1px dotted #fff;
}

.promotion-price {
    text-decoration: line-through;
    text-align: left;
}

.promotion-discount {
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
    padding-left: 3px;
}

.promotion-prices {
    display: table-cell;
    white-space: nowrap;
    width: 2%;
    padding-left: 10px;
    text-align: left;
}

/*------ Testimonials  ------------------------------------------------*/
.testimonials-holder {
    /*max-width: 800px;*/
    margin: 0 auto;
    position: relative;
}

.testimonials-holder p {
    text-align: center;
}

.testi-item h4 a,
.testimonials-holder h4 a {
    padding: 20px 0;
    display: inline-table;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
}

.testi-item ul,
.testimonials-slider ul {
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
    padding-left: 0px;
}

.testi-item ul li,
.testimonials-slider ul li {
    display: inline-block;
    font-size: 16px;
}

.testimonials-holder .customNavigation {
    position: relative;
    margin-top: -30px;
}

.testimonials-holder .customNavigation a {
    color: #fff;
    font-size: 18px;
    padding: 20px 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testi-item,
.testi-item p {
    text-align: center;
}

/*------ Reservation  ------------------------------------------------*/
.reservation-form-holder {
    float: left;
    width: 100%;
}

#reservation-form h3 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

/*------ Contact  ------------------------------------------------*/
.contact-details {
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: left;
}

.contact-details ul {
    padding-left: 0px;
}

.contact-details h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-details h4 {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.contact-details ol,
.contact-details ul {
    padding-bottom: 20px;
    list-style: none;
}

.contact-details ul li a {
    padding: 2px 0;
    float: left;
    font-size: 13px;
    width: 100%;
}

.contact-details ul li a:hover {
    text-decoration: underline;
}

.contact-form-holder {
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
}

#contact-form, #comment-form {
    width: 100%;
    float: left;
    margin-top: 30px;
}

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea, #comment-form input[type="text"], #comment-form textarea, #reservation-form input, #reservation-form select, #reservation-form textarea {
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 14px;
    height: 40px;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #000;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#contact-form textarea, #comment-form textarea {
    padding: 8px;
    height: 170px;
    resize: none;
    overflow: auto;
    background: none;
    overflow: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#submit, #submit-res {
    border: none;
    background: none;
    padding: 15px 40px;
    background: #000;
    line-height: 17px;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Playball', cursive;
    -webkit-appearance: none;
    border-radius: 4px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#submit:hover, #submit-res:hover {
    color: #fff;
}

.reservation-form-holder #submit-res {
    margin-top: 50px;
}

.error_message, #success_page h1 {
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

#success_page h3 {
    text-align: left;
    font-size: 18px;
}

#success_page p {
    margin-bottom: 10px;
    padding: 6px 6px 6px 0;
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Playball', cursive;
}

#message fieldset, #message2 {
    border: none;
}

/*------ Video ------------------------------------------------*/
.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: 1;
}

.video-container video {
    width: 100%;
}

.video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.video-iframe iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.media-container.video-parallax {
    height: 150%;
    top: -25%;
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pager .p-all a {
    line-height: 33px;
}

.post-author {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.author-img {
    float: left;
    width: 15%;
}

.author-content {
    float: left;
    width: 85%;
    padding-left: 10px;
}

.author-img img {
    border-radius: 50%;
    float: left;
}

.author-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #000;
    display: block;
    float: left;
}

.author-content p {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.about-author {
    margin-bottom: 30px;
    border-bottom: 1px solid #CDD6D9;
    padding-bottom: 30px;
}

.about-author-avatar {
    float: left;
    margin-right: 20px;
}

.about-author .nav-social a {
    color: #000;
}

/*------ css-animation - ------------------------------------------------*/
.transition {
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.transition2 {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.fl-l {
    float: left;
}

/*404*/
.fourofour {
    height: 100%;
    padding: 0;
}

.fourofour-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.fourofour-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(assets/images/bg/1.jpg);
}

.fourofour .overlay {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #222 none repeat scroll 0% 0%;
    opacity: 0.6;
}

.fourofour .header-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 740px;
    min-width: 300px;
    padding: 20px;
    text-align: center;
    z-index: 60;
}

.fourofour h2 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    color: #FFF;
    margin-bottom: -25px;
}

.fourofour h1 {
    font-size: 220px;
    font-weight: 100;
    line-height: 1em;
    color: #FFF;
    margin-top: 30px;
}

.fourofour p {
    /*font-size: 16px;*/
    font-weight: 400;
    /*line-height: 30px;*/
    color: #FFF;
    margin-bottom: 0px;
    text-align: center;
}

.fourofour p a {
    font-weight: 600;
    /*color: #FFF;*/
    padding-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.half-circle {
    text-indent: -99999px;
}

.half-circle:before {
    text-indent: 0px;
}

.hero-content.remove_border:before,
.hero-content.remove_border:after {
    display: none;
}

.hero-content.remove_border .hero-link {
    height: 0px;
}

.hero-content.remove_border .hero-line {
    height: 0px;
}

.cart_list.product_list_widget {
    margin-bottom: 15px;
}

.mini_cart_item:not(:first-child) {
    margin-top: 15px;
}

.mini_cart_item img {
    display: block;
    margin-bottom: 15px;
}

dl.variation,
.payment_box {
    float: left;
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods {
    float: left;
    width: 100%;
}

.woocommerce-message {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
}

.widget #wp-subscribe input.submit {
    -webkit-appearance: none;
}

#wp-subscribe.wp-subscribe-1 .regular-text {
    background: #fff;
    color: #000;
    text-align: left;
    padding-left: 10px;
    height: 40px;
}

/*load more*/
.gallery-lmore-holder,
.gal-grid-lmore-holder {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.gallery-lmore-holder i,
.gal-grid-lmore-holder i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #eee;
    background: #f9f9f9;
    font-size: 18px;
}

.gallery-lmore-holder span,
.gal-grid-lmore-holder span {
    float: left;
    width: 100%;
    font-style: italic;
    margin-top: 15px;
}

/*For shop new*/
.woocommerce .products ul, .woocommerce ul.products {
    margin-left: -10px;
    margin-right: -10px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 25%;
    margin: 0px;
    padding: 10px;
}

/*columns*/
.shop-list-12-cols ul.products li.product {
    width: 100%;
}

.shop-list-6-cols ul.products li.product {
    width: 50%;
}

.shop-list-6-cols ul.products li.product:nth-child(2n+3) {
    clear: both;
}

.shop-list-4-cols ul.products li.product {
    width: 33.33%;
}

.shop-list-4-cols ul.products li.product:nth-child(3n+4) {
    clear: both;
}

.shop-list-3-cols ul.products li.product {
    width: 25%;
}

.shop-list-3-cols ul.products li.product:nth-child(4n+5) {
    clear: both;
}

.shop-list-five-cols ul.products li.product {
    width: 20%;
}

.shop-list-five-cols ul.products li.product:nth-child(5n+6) {
    clear: both;
}

.shop-list-2-cols ul.products li.product {
    width: 16.66%;
}

.shop-list-2-cols ul.products li.product:nth-child(6n+7) {
    clear: both;
}

/*end columns*/
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
}

.cthiso-item .resp-video-holder {
    padding: 2px;
}

.cthiso-item img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.cthiso-item .port-desc-holder:before {
    right: 3px;
    bottom: 3px;
}

.cthiso-item:hover .port-desc-holder {
    opacity: 1;
}

.cthiso-item img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#lg-share {
    display: none;
}

.lg-actions .lg-icon {
    border: 0;
    opacity: 0.5;
}

.lg-actions .lg-icon:hover {
    opacity: 1;
}

.owl-dots .owl-dot {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.single-product #commentform input[type=checkbox] + label, .single-product #commentform input[type=radio] + label {
    margin-left: 5px;
}

.fwcl {
    width: 100%;
}

select.fwcl {
    height: 49px;
}

.lambert-tweet {
    text-align: center;
}

.lambert-tweet ul {
    list-style: none;
}

.lambert-tweet ul li {
    color: #fff;
    font-size: 16px;
    font-family: 'Playball', cursive;
    letter-spacing: 2px;
}

.lambert-tweet .user {
    display: none;
    margin-bottom: 10px;
}

.lambert-tweet .user a img {
    border-radius: 100%;
}

.lambert-tweet .user a + a {
    margin-left: 10px;
}

.lambert-tweet p.tweet {
    text-align: center;
    font-size: 16px;
}

.lambert-tweet p.timePosted {
    text-align: center;
}

.lambert-tweet p.interact {
    display: none;
}

.lambert-tweet p.interact a {
    margin-right: 10px;
    color: #999;
}

.lambert-instafeed {
    margin-bottom: 15px;
}

.lambert-instafeed-ul {
    margin-left: -5px;
    margin-right: -5px;
    list-style: none;
}

.lambert-instafeed-ul li {
    float: left;
    width: 33.33333%;
    padding: 5px;
    overflow: hidden;
}

.lambert-instafeed-ul li img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.lambert-instafeed-ul li a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.lambert-instafeed-ul li a:hover {
    opacity: 0.6;
}

.cthiso-items {
    position: relative;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.cthiso-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.cthiso-item-holder {
    /*float: left;*/
    width: 100%;
    height: auto;
    position: relative;
    /*padding:2px;*/
    margin-bottom: 0;
}

.cthiso-big-pad.cthiso-items {
    margin-left: -15px;
    margin-right: -15px;
}

.cthiso-big-pad .cthiso-item {
    padding: 15px;
}

.cthiso-medium-pad.cthiso-items {
    margin-left: -10px;
    margin-right: -10px;
}

.cthiso-medium-pad .cthiso-item {
    padding: 10px;
}

.cthiso-small-pad.post-cthiso-items, .cthiso-small-pad.cthiso-items {
    margin-left: -5px;
    margin-right: -5px;
}

.cthiso-small-pad .post-cthiso-item, .cthiso-small-pad .cthiso-item {
    padding: 5px;
}

.cthiso-extrasmall-pad.cthiso-items {
    margin-left: -2px;
    margin-right: -2px;
}

.cthiso-extrasmall-pad .cthiso-item {
    padding: 2px;
}

.cthiso-no-pad .cthiso-item {
    padding: 0;
}

.cthiso-item, .cthiso-sizer {
    width: 25%;
    position: relative;
    /*float:left;*/
    overflow: hidden;
}

.cthiso-item:hover {
    overflow: visible;
}

.cthiso-item-two, .cthiso-sizer-two,
.cthiso-item-second {
    width: 50%;
}

.cthiso-item-three, .cthiso-sizer-three {
    width: 75%;
}

.cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
.cthiso-one-cols .cthiso-item-two, .cthiso-one-cols .cthiso-sizer-two,
.cthiso-one-cols .cthiso-item-second,
.cthiso-one-cols .cthiso-item-three, .cthiso-one-cols .cthiso-sizer-three {
    width: 100%;
}

.cthiso-two-cols .cthiso-item, .cthiso-two-cols .cthiso-sizer {
    width: 50%;
}

.cthiso-two-cols .cthiso-item-second,
.cthiso-two-cols .cthiso-item-two, .cthiso-two-cols .cthiso-sizer-two, .cthiso-two-cols .cthiso-item-three, .cthiso-two-cols .cthiso-sizer-three {
    width: 100%;
}

.cthiso-three-cols .cthiso-item, .cthiso-three-cols .cthiso-sizer {
    width: 33.333%;
}

.cthiso-three-cols .cthiso-item-second,
.cthiso-three-cols .cthiso-item-two, .cthiso-three-cols .cthiso-sizer-two {
    width: 66.666%;
}

.cthiso-three-cols .cthiso-item-three, .cthiso-three-cols .cthiso-sizer-three {
    width: 100%;
}

.cthiso-five-cols .cthiso-item, .cthiso-five-cols .cthiso-sizer {
    width: 20%;
}

.cthiso-five-cols .cthiso-item-second,
.cthiso-five-cols .cthiso-item-two, .cthiso-five-cols .cthiso-sizer-two {
    width: 40%;
}

.cthiso-five-cols .cthiso-item-three, .cthiso-five-cols .cthiso-sizer-three {
    width: 60%;
}

.cthiso-six-cols .cthiso-item, .cthiso-six-cols .cthiso-sizer {
    width: 16.66666%;
}

.cthiso-six-cols .cthiso-item-second,
.cthiso-six-cols .cthiso-item-two, .cthiso-six-cols .cthiso-sizer-two {
    width: 33.33333%;
}

.cthiso-six-cols .cthiso-item-three, .cthiso-six-cols .cthiso-sizer-three {
    width: 50%;
}

.cthiso-seven-cols .cthiso-item, .cthiso-seven-cols .cthiso-sizer {
    width: 14.285%;
}

.cthiso-seven-cols .cthiso-item-second,
.cthiso-seven-cols .cthiso-item-two, .cthiso-seven-cols .cthiso-sizer-two {
    width: 28.57%;
}

.cthiso-seven-cols .cthiso-item-three, .cthiso-seven-cols .cthiso-sizer-three {
    width: 42.857%;
}

.cthiso-eight-cols .cthiso-item, .cthiso-eight-cols .cthiso-sizer {
    width: 12.5%;
}

.cthiso-eight-cols .cthiso-item-second,
.cthiso-eight-cols .cthiso-item-two, .cthiso-eight-cols .cthiso-sizer-two {
    width: 25%;
}

.cthiso-eight-cols .cthiso-item-three, .cthiso-eight-cols .cthiso-sizer-three {
    width: 37.5%;
}

.cthiso-nine-cols .cthiso-item, .cthiso-nine-cols .cthiso-sizer {
    width: 11.11111%;
}

.cthiso-nine-cols .cthiso-item-second,
.cthiso-nine-cols .cthiso-item-two, .cthiso-nine-cols .cthiso-sizer-two {
    width: 22.22222%;
}

.cthiso-nine-cols .cthiso-item-three, .cthiso-nine-cols .cthiso-sizer-three {
    width: 33.33333%;
}

.cthiso-ten-cols .cthiso-item, .cthiso-ten-col .cthiso-sizer {
    width: 10%;
}

.cthiso-ten-cols .cthiso-item-second,
.cthiso-ten-cols .cthiso-item-two, .cthiso-ten-cols .cthiso-sizer-two {
    width: 20%;
}

.cthiso-ten-cols .cthiso-item-three, .cthiso-ten-cols .cthiso-sizer-three {
    width: 30%;
}

@media only screen and (max-width: 767px) {
    .cthiso-item, .cthiso-sizer {
        width: 100%;
    }

    .cthiso-big-pad .cthiso-item {
        padding-bottom: 0;
    }

    .cthiso-big-pad .cthiso-item,
    .cthiso-medium-pad .cthiso-item,
    .cthiso-small-pad .cthiso-item,
    .cthiso-extrasmall-pad .cthiso-item {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1036px) {
    /*columns*/
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
    .shop-list-6-cols ul.products li.product:nth-child(2n+3),
    .shop-list-4-cols ul.products li.product:nth-child(3n+4),
    .shop-list-3-cols ul.products li.product:nth-child(4n+5),
    .shop-list-five-cols ul.products li.product:nth-child(5n+6),
    .shop-list-2-cols ul.products li.product:nth-child(6n+7) {
        clear: none;
    }

    .shop-list-tablet-12-cols ul.products li.product {
        width: 100%;
    }

    .shop-list-tablet-6-cols ul.products li.product {
        width: 50%;
    }

    .shop-list-tablet-6-cols ul.products li.product:nth-child(2n+3) {
        clear: both;
    }

    .shop-list-tablet-4-cols ul.products li.product {
        width: 33.33%;
    }

    .shop-list-tablet-4-cols ul.products li.product:nth-child(3n+4) {
        clear: both;
    }

    .shop-list-tablet-3-cols ul.products li.product {
        width: 25%;
    }

    .shop-list-tablet-3-cols ul.products li.product:nth-child(4n+5) {
        clear: both;
    }

    .shop-list-tablet-five-cols ul.products li.product {
        width: 20%;
    }

    .shop-list-tablet-five-cols ul.products li.product:nth-child(5n+6) {
        clear: both;
    }

    .shop-list-tablet-2-cols ul.products li.product {
        width: 16.66%;
    }

    .shop-list-tablet-2-cols ul.products li.product:nth-child(6n+7) {
        clear: both;
    }

    /*end columns*/
}

@media only screen and (max-width: 768px) {
    /*new woocommerce*/
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 50%;
        margin: 0px;
        padding: 10px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
    .shop-list-6-cols ul.products li.product:nth-child(2n+3),
    .shop-list-4-cols ul.products li.product:nth-child(3n+4),
    .shop-list-3-cols ul.products li.product:nth-child(4n+5),
    .shop-list-five-cols ul.products li.product:nth-child(5n+6),
    .shop-list-2-cols ul.products li.product:nth-child(6n+7),
    .shop-list-tablet-6-cols ul.products li.product:nth-child(2n+3),
    .shop-list-tablet-4-cols ul.products li.product:nth-child(3n+4),
    .shop-list-tablet-3-cols ul.products li.product:nth-child(4n+5),
    .shop-list-tablet-five-cols ul.products li.product:nth-child(5n+6),
    .shop-list-tablet-2-cols ul.products li.product:nth-child(6n+7) {
        clear: none;
    }

    .woocommerce ul.products li.product:nth-child(2n+3), .woocommerce-page ul.products li.product:nth-child(2n+3) {
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    .fourofour h1 {
        font-size: 140px;
    }

    .fourofour h2 {
        font-size: 40px;
        margin-bottom: -10px;
    }
}
