/*
Theme Name: 	Spooner
Theme URI:		http://underscores.me/
Author: 		Themes Kingdom
Author URI: 	http://www.themeskingdom.com
Description: 	Great and Modern looking responsive WordPress Restaurant Theme
Version: 		1.0.1
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Theme URI:    	http://www.themeskingdom.com/
Text Domain: 	spooner
Tags:           one-column, two-columns, right-sidebar, fluid-layout, custom-menu, post-formats, translation-ready, featured-images, custom-background, full-width-template, theme-options


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ThemesKingdom is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*

-- TABLE OF CONTENT (put $ in front of the search for filtering to the top of the segment) --
GENERAL
HEADER
FOOTER
WIDGETS
SIDEBAR
MENU
HOME
BLOG
GALLERY
CONTACT
404

IE-STYLES

MOZILLA-SPECIFIC

@-moz-document url-prefix() {
    .post-meta  {
        padding: 2px 0 3px;
    }
}
RESPONSIVE
*/
/*-- $WP-Styles --*/

.alignnone {
    margin: 0px 5px 0 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

/* 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;
    padding-bottom: 0;
    margin-bottom: 24px;
}

.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-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px;
}

.nicescroll-rails {
    border-radius: 2px;
}

.post embed {
    max-width: 100%;
    height: auto;
}

.post th,
.shortcodes th {
    background-color: #fcfcfc;
}

.post td,
.shortcodes td,
.post th,
.shortcodes th {
    padding: 10px 8px;
    border: 0px solid #e9e9e9;
    font-size: 13px;
}

.post td a,
.shortcodes td a,
.post th a,
.shortcodes th a {
    color: #8d8d8d;
}

.post td a:hover,
.shortcodes td a:hover,
.post th a:hover,
.shortcodes th a:hover {
    color: #000;
}

/*-- $GENERAL --*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*icons*/

@font-face {
    font-family: 'icomoon';
    src:url('tk/fonts/icons/icomoon.eot?-h7d21d');
    src:url('tk/fonts/icons/icomoon.eot?#iefix-h7d21d') format('embedded-opentype'),
        url('tk/fonts/icons/icomoon.woff?-h7d21d') format('woff'),
        url('tk/fonts/icons/icomoon.ttf?-h7d21d') format('truetype'),
        url('tk/fonts/icons/icomoon.svg?-h7d21d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-in:before {
    content: "\e60b";
}
.icon-facebook:before {
    content: "\e600";
}
.icon-filter:before {
    content: "\e601";
}
.icon-foursquare:before {
    content: "\e602";
}
.icon-googleplus:before {
    content: "\e603";
}
.icon-instagram:before {
    content: "\e604";
}
.icon-pinterest:before {
    content: "\e605";
}
.icon-ribbon:before {
    content: "\e606";
}
.icon-tothetop:before {
    content: "\e607";
}
.icon-twitter:before {
    content: "\e608";
}
.icon-vimeo:before {
    content: "\e609";
}
.icon-yelp:before {
    content: "\e60a";
}

.icon-ribbon {
    font-size: 17px;
    display: block;
    color: #dedede;
    color: rgba(151,151,151,.45);
    padding: 7px 0;
}

/*end-icons*/

html {
    height: 100%;
}

body {
    margin: 0 auto;
    color: #000;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    background: #ebeced url(tk/theme-images/pattern.jpg) left top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-opened {
    overflow: hidden !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.nav-opened.admin-bar {
    top: 32px;
}

@font-face {
  font-family: "CuttyFruty";
  src: url(http://praegnanz.de/layout/CuttyFruty.ttf) format("truetype");
}
div.fontembed { 
  font-family: "CuttyFruty", Comic Sans MS, "Comic Sans", sans-serif;
  font-size: 2.5em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  color: #666;
}
 

h1, h2, h3, h4, h5, h6 {
    vertical-align: middle;
    font-weight: 700;
}



h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #5b5b5b;
}

p,
cite,
.sans,
.post li,
.post dl,
.post table,
.shortcodes li,
.shortcodes dl,
.shortcodes table,
.wp-caption-text,
address {
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    color: #575757;
    line-height: 1.6em;
    margin-bottom: 24px;
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.post ul,
.post ol,
.shortcodes ul,
.shortcodes ol {
    margin-top: 10px;
}

.post ul,
.post ol,
.shortcodes ul,
.shortcodes ol {
    list-style-position: inside;
}

.post ul > li > ul,
.post ol > li > ol,
.post ul > li > ol,
.post ol > li > ul,
.shortcodes ul > li > ul,
.shortcodes ol > li > ol,
.shortcodes ul > li > ol,
.shortcodes ol > li > ul {
    padding-left: 40px;
}

.post dt,
.shortcodes dt {
    margin-top: 10px;
}

.post li,
.post dl,
.post table,
.shortcodes li,
.shortcodes dl,
.shortcodes table,
.shortcodes li,
.wp-caption-text,
address {
    color: #575757;
}

.post li,
.shortcodes li {
    margin-top: 5px;
}

blockquote {
    border-left: 2px solid #dadada;
    border-color: rgba(153,153,153,.2);
    margin-left: 18px;
    padding: 0 21px;
}

blockquote p {
    font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: italic;
}

cite {
    font-size: 15px;
}

.post table,
.shortcodes table {
    margin: 24px 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
select,
textarea {
    padding: 10px 18px 9px;
    width: 100%;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
    line-height: 1em;
}

select {
    cursor: pointer;
    position: relative;
    background: #fff url(tk/theme-images/select-arrow.png) no-repeat right 14px center;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: vertical;
    line-height: 1.4;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
.post input[type="submit"]:focus,
.no-results input[type="submit"]:focus,
#sidebar .widget input[type="text"]:focus,
#sidebar .widget input[type="email"]:focus,
#sidebar .widget input[type="submit"]:focus,
select:focus,
textarea:focus {
    border-color: #000;
}

.container {
    max-width: 100%;
}

.btn,
#comments .form-submit input[type="submit"],
.contact-form .form-submit input[type="submit"],
.no-results input[type="submit"],
.post input[type="submit"] {
    padding: 15px 19px 13px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    line-height: 1em;
}

.btn:active {
    top: 4px;
    left: 4px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: none;
}

.content-wrapper {
    border: 1px solid  #fae8d8;
    padding-bottom: 95px;
}

iframe {
    max-width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.dropcap-no-background {
    color: #000;
}

.full-page-padding {
    padding: 0 24px;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000;
    z-index: 9999;
}

.loader {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader img,
#preloader h1 {
    -webkit-animation: blink 2.4s ease-in infinite;
    -moz-animation: blink 2.4s ease-in infinite;
    -ms-animation: blink 2.4s ease-in infinite;
    -o-animation: blink 2.4s ease-in infinite;
    animation: blink 2.4s ease-in infinite;
}

#preloader h1 {
    color: #fff;
}

@-moz-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

/*remove IE clearfield button*/

::-ms-clear {
    width : 0;
    height: 0;
}

::-ms-reveal {
    width : 0;
    height: 0;
}

.shadow-box,
#comments .form-submit input[type="submit"],
.widget_app_newsletter input[type="submit"],
.contact-form input[type="submit"],
.no-results input[type="submit"],
.post input[type="submit"] {
    box-shadow: 3px 3px 0 #000;
    background-color: #fff;
    border: 1px solid  #000;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.no-results input[type="submit"] {
    margin-top: 20px;
}

.no-results .page-content {
    text-align: center;
}

.shadow-box:active,
#comments .form-submit input[type="submit"]:active,
.widget_app_newsletter input[type="submit"]:active,
.no-results input[type="submit"]:active,
.contact-form input[type="submit"]:active,
.post input[type="submit"]:active {
    box-shadow: none;
    top: 4px;
    left: 4px;
}

.back-to-top {
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 16px;
    display: none;
    z-index: 10;
    font-size: 36px;
}

.back-to-top:hover {
    color: #5e5e5e;
}

/*-- $HEADER --*/

.header-big {
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-position: 50% 0px;
}

.header-big__box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate3D(0,-50px,0);
    -moz-transform: translate3D(0,-50px,0);
    -ms-transform: translate3D(0,-50px,0);
    -o-transform: translate3D(0,-50px,0);
    transform: translate3D(0,-50px,0);
    -webkit-transition: all .6s cubic-bezier(.27,.52,.28,.97);
    -moz-transition: all .6s cubic-bezier(.27,.52,.28,.97);
    -ms-transition: all .6s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .6s cubic-bezier(.27,.52,.28,.97);
    transition: all .6s cubic-bezier(.27,.52,.28,.97);
}

.header-big__box.loaded {
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.retina-logo {
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
    transform: scale(0.5);
}

.logo-box__wrapper {
    padding: 90px 0;
    background: #ffdec0 url(tk/theme-images/pattern.jpg) left top;
}

.logo-box.verticalize {
    text-align: center;
    width: 80%;
}

.logo-box h1 {
    font-size: 22px;
    color: #fff;
}

.logo-box a h1 {
    font-size: 39px;
}

.logo-box p {
    color: #fff;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.logo-box .btn {
    margin-top: 30px;
    padding: 19px 24px 16px;
}

.main-nav {
    padding: 40px;
    background-color: #fff;
}

.home-nav__box {
    height: 100%;
    padding: 10px 0;
    border: 1px solid #e9eaec;
}

.main-nav .scroll-wrapper {
    height: 100%;
    padding: 30px 0;
    margin: 0 -2px;
}

.main-nav .scroll-wrapper > ul {
    text-align: center;
    max-width: 96%;
}

.main-nav ul li {
    list-style: none;
    display: block;
}

.main-nav .scroll-wrapper ul li {
    font-size: 16px;
}

.main-nav .scroll-wrapper ul li:first-child {
    padding-top: 0;
    background: none;
}

.main-nav .scroll-wrapper ul .current-menu-item {
    margin-bottom: 12px;
}

.main-nav .scroll-wrapper > ul > li {
    background: url(tk/theme-images/dots.png) no-repeat center top;
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-nav .scroll-wrapper > ul > li:last-child {
    padding-bottom: 0;
}

.main-nav .scroll-wrapper ul li a {
    padding: 0px 0;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    line-height: 1.4em;
}

.main-nav .scroll-wrapper ul li a:focus {
    text-decoration: none;
    border-bottom-color: #000;
}

.main-nav .scroll-wrapper > ul > li > a {
    color: #000;
    line-height: 1.4em;
}

.main-nav .scroll-wrapper ul li a:hover {
    border-bottom-color: #000;
    text-decoration: none;
}

.main-nav .scroll-wrapper ul .current-menu-item > a {
    border-color: #000;
    padding: 8px 12px;
    box-shadow: .2em .2em 0 #000;
    pointer-events: none;
    cursor: default;
}

.main-nav .scroll-wrapper ul.dropdown-menu li {
    margin-top: 4px;
    font-size: 14px;
}

.main-nav .scroll-wrapper ul.dropdown-menu a:hover {
    border-color: transparent;
}

.scroll-to-content {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 1;
}

.no-csstransforms .scroll-to-content {
    display: none;
}

.scroll-to-content a {
    position: relative;
    top: -7px;
}

.scroll-to-content a:hover {
    text-decoration: none;
}

.scroll-to-content span {
    width: 30px;
    height: 30px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #8d8d8d;
    display: inline-block;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.scroll-to-content a:hover span {
    border-color: #5e5e5e;
    -webkit-animation: toContent .7s ease-in infinite;
    -moz-animation: toContent .7s ease-in infinite;
    -ms-animation: toContent .7s ease-in infinite;
    -o-animation: toContent .7s ease-in infinite;
    animation: toContent .7s ease-in infinite;
}

.scroll-to-content a:hover .arrow-down {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.scroll-to-content.loaded span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.scroll-to-content .arrow-up {
    left: 18px;
    top: -17px;
    height: 15px;
    width: 15px;
}

.scroll-to-content .arrow-down {
    left: -9px;
    top: -3px;
}

.scroll-to-content.loaded .arrow-up {
    top: 0;
    -webkit-transition: opacity .5s ease-out .2s, border .2s ease-out, top .3s cubic-bezier(0, 1.6, 1, 1.2) .2s;
    -moz-transition: opacity .5s ease-out .2s, border .2s ease-out, top .3s cubic-bezier(0, 1.6, 1, 1.2) .2s;
    -ms-transition: opacity .5s ease-out .2s, border .2s ease-out, top .3s cubic-bezier(0, 1.6, 1, 1.2) .2s;
    -o-transition: opacity .5s ease-out .2s, border .2s ease-out, top .3s cubic-bezier(0, 1.6, 1, 1.2) .2s;
    transition: opacity .5s ease-out .2s, border .2s ease-out, top .3s cubic-bezier(0, 1.6, 1, 1.2) .2s;
}

.scroll-to-content.loaded .arrow-down {
    top: 7px;
    -webkit-transition: opacity .5s ease-out .1s, border .2s ease-out, top .2s cubic-bezier(0, 1.6, 1, 1.2) .1s;
    -moz-transition: opacity .5s ease-out .1s, border .2s ease-out, top .2s cubic-bezier(0, 1.6, 1, 1.2) .1s;
    -ms-transition: opacity .5s ease-out .1s, border .2s ease-out, top .2s cubic-bezier(0, 1.6, 1, 1.2) .1s;
    -o-transition: opacity .5s ease-out .1s, border .2s ease-out, top .2s cubic-bezier(0, 1.6, 1, 1.2) .1s;
    transition: opacity .5s ease-out .1s, border .2s ease-out, top .2s cubic-bezier(0, 1.6, 1, 1.2) .1s;
}

@-moz-keyframes toContent {
    0% { border-color: #5e5e5e; }
    50% { border-color: #8d8d8d; }
    100% { border-color: #5e5e5e; }
}

@-webkit-keyframes toContent {
    0% { border-color: #5e5e5e; }
    50% { border-color: #8d8d8d; }
    100% { border-color: #5e5e5e; }
}

@keyframes toContent {
    0% { border-color: #5e5e5e; }
    50% { border-color: #8d8d8d; }
    100% { border-color: #5e5e5e; }
}

/*header-small*/

.header-small {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.header-small .container {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.branding {
    display: inline-block;
}

.branding h1 {
    color: #fff;
    margin: 0;
}

.open-nav.btn {
    width: 52px;
    display: block;
    font-size: 0;
    position: absolute;
    background-color: #fff;
    outline: none;
    right: 0;
    top: 50%;
    margin-top: -22px;
    padding: 15px;
    box-shadow: 3px 3px 0;
    border: 1px solid #000;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    z-index: 1;
}

.nav-opened .open-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.open-nav:active {
    right: -2px;
    top: 50%;
    margin-top: -20px;
    left: auto;
    box-shadow: none;
}

.open-nav span {
    background: #000;
    height: 2px;
    width: 20px;
    display: block;
    margin-top: 3px;
}

.open-nav span:first-child {
    margin-top: 0;
}

.header-small .header-big__box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 3;
}

.no-csstransforms .header-small .header-big__box {
    background-color: #000;
}

.nav-opened .header-small .header-big__box {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}

.header-small .header-big__box .container {
    position: relative;
    width: 640px;
    height: 100%;
}

.header-small .main-nav {
    background: #fff;
    height: 530px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -300px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.nav-opened  .header-small .main-nav {
    margin-top: -265px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.close-nav {
    display: inline-block;
    padding: 14px;
    position: absolute;
    right: -23px;
    top: -23px;
}

.close-nav:active {
    left: auto;
    right: -27px;
    top: -19px;
}

.close-nav img {
    display: block;
}

/*-- $FOOTER --*/

#footer {
    padding-top: 110px;
}

#footer p {
    color: #8d8d8d;
}

#footer .container > .row {
    padding: 110px 0 60px;
}

#footer .container .no-top-padding {
    padding-top: 0;
}

#footer h3,
.widget h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 32px;
    letter-spacing: 2px;
}

#footer h3 a {
    color: #fff;
}

#footer h3 a:hover {
    color: #8d8d8d;
}

.social-box {
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px;
    text-align: center;
}

.social-box .shortcodes {
    color: #8d8d8d;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.social-box section {
    border: 1px solid;
    border-color: #353535;
    border-color: rgba(255,255,255,.12);
    padding: 40px 8% 35px;
}

.social-box a {
    color: #fff;
}

.social-box a:hover {
    color: #959595;
}

.social-box p {
    color: #959595;
}

.social-box .social {
    margin-top: 28px;
}

.social-box .social.social-no-margin {
    margin-top: 0;
}

.social-box .social a {
    color: #666;
    font-size: 22px;
    margin: 5px 8px 0;
    display: inline-block;
}

.social-box .social a:hover {
    color: #fff;
}

.copy {
    font-size: 10px;
    color: rgba(255,255,255,.3);
    text-transform: uppercase;
    padding-bottom: 60px;
    letter-spacing: 2px;
    line-height: 1.8em;
}

/*-- $WIDGETS --*/

.widget-area {
    margin-bottom: 50px;
}

.widget {
    margin-bottom: 70px;
    line-height: 1.7em;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget a:hover {
    color: #fff;
}

.widget li {
    list-style: none;
    margin-top: 11px;
    font-size: 12px;
    color: #fff;
}

.widget.widget_pages li {
    margin-top: 0;
    margin-bottom: 11px;
}

.widget.widget_pages ul li:last-child:after {
    content: "";
}

.widget li:first-child {
    margin-top: 0;
}

.widget form #s {
    position: relative;
}

.widget select {
    line-height: 1.2em;
    height: 52px;
}

#footer .widget form #s {
    width: 293px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"] {
    height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
}

.widget_search input[type="text"] {
    padding-right: 85px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="submit"] {
    background-color: #fff;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

#sidebar .widget input[type="text"],
#sidebar .widget input[type="email"],
#sidebar .widget input[type="url"] {
    border-color: #fff;
}

.widget_search form #s input[type="submit"] {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 30px;
    padding: 1px 12px 0 12px;
    border: 0;
    color: #b8b8b8;
    color: rgba(0,0,0,.4);
    font-size: 10px;
    border: 1px solid #E5E5E5;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 0;
}

.widget_app_newsletter input[type="text"] {
    font-size: 12px;
    color: #9d9d9d;
}

.widget_app_newsletter input[type="submit"] {
    margin-top: 20px;
    font-size: 11px;
}

#footer .widget_app_newsletter input[type="submit"] {
    border-color: transparent;
}

.widget_search form #s input[type="submit"]:hover {
    color: #000;
    background-color: #fff;
}

.widget_categories li,
.widget_archive li,
.widget_pages li {
    font-size: 12px;
}

.widget_pages li {
    display: inline-block;
}

.widget_pages li:after {
    content: ".";
    position: relative;
    top: -3px;
    color: #959595;
    color: rgba(255,255,255,.2);
    width: 15px;
    display: inline-block;
    text-align: center;
}

.widget_categories li:first-child,
.widget_archive li:first-child {
    margin-top: 0;
}

.widget_categories li a,
.widget_archive li a {
    margin-right: 10px;
}

.widget_calendar table {
    width: 270px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
}

.widget_calendar table caption {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    color: #959595;
}

.widget_calendar table th,
.widget_calendar tbody td {
    text-align: center;
    border: 1px solid  #e0e0e0;
}

.widget_calendar tbody td,
.widget_calendar table th,
.widget_calendar tfoot td {
    padding: 5px 0;
    text-align: center;
}

.widget_calendar thead,
.widget_calendar tfoot {
    border: 1px solid  #d7d7d7;
}

.widget_calendar tfoot td {
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.widget_calendar tfoot a {
    color: #303030;
}

.widget_calendar tfoot a:hover {
    color: #000;
}

.widget_calendar table th {
    background-color: #eee;
    background-color: rgba(93,93,93,.1);
}

.widget_calendar tbody td#today {
    background-color: #e2e2e2;
}

.tagcloud a {
    background-color: #fff;
    color: #000;
    border: 1px solid  #000;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 10px !important;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 9px 10px 8px;
}

.tagcloud a:hover,
#sidebar .widget .tagcloud a:hover {
    background-color: #000;
    color: #fff;
}

.facebook-widget {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.facebook-widget iframe {
    width: 100%!important;
    padding: 8px;
}

.comment-author-link a,
.widget_recent_posts a {
    display: block;
    font-size: 14px;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 400;
}

.widget .menu > .menu-item {
    margin-bottom: 11px;
}

.widget .menu > .menu-item > a strong {
    color: #fff;
    font-size: 14px;
}

.widget .menu > .menu-item > a span {
    font-weight: 400;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 11px;
}

.widget .menu span {
    display: block;
}

.widget li .sub-menu {
    padding-left: 20px;
}

.widget li .sub-menu strong {
    font-size: 12px;
    font-weight: 400;
}

.textwidget {
    font-size: 14px;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.textwidget p {
    font-size: 14px;
    line-height: 1.6em;
}

.widget_rss > ul > li {
    margin-top: 30px;
}

.widget_rss > ul > li:first-child {
    margin-top: 0;
}

.rss-date {
    display: block;
    margin: 5px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3 .rsswidget:first-child {
    width: 14px;
    height: 14px;
    background: url(tk/theme-images/rss.png) no-repeat;
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

h3 .rsswidget:first-child img {
    display: none;
}

.advertisement-widget {
    display: inline-block;
}

.advertisement-widget.fullwidth {
    display: block;
}

.advertisement-widget img {
    max-width: 100%;
    width: auto;
}

/*-- $WOLF-FLICKR-WIDGET --*/

body ul.wolf-flickr-list {
    margin: 15px 0 0 -2%!important;
    zoom: 1;
    list-style-type: none!important;
    font-size: 0;
}

body ul.wolf-flickr-list li {
    width: 59px;
    margin: 0 0 2% 2%!important;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

body ul.wolf-flickr-list li a span {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body ul.wolf-flickr-list li a {
    height: 59px;
    width: 59px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-backface-visibility: hidden;
    display: block;
    overflow: hidden;
    position: relative;
}

body ul.wolf-flickr-list li a:hover {
    margin: 0;
    padding: 0;
    border: none;
}

body ul.wolf-flickr-list li a:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}

body ul.wolf-flickr-list li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    transition: all .4s cubic-bezier(.27,.52,.28,.97);
}

.newsleter-widget p:last-of-type {
    margin-bottom: 24px;
}

/*-- $SIDEBAR --*/

#sidebar .widgets-wrapper {
    background-color: #ededed;
    padding: 50px 45px;
    margin-left: 20px;
}

#sidebar .widget li {
    color: #8b8b8b;
}

#sidebar .widget h3,
#sidebar .widget strong {
    color: #000;
}

#sidebar .widget_calendar table {
    width: 100%;
}

#sidebar .widget a {
    color: #000;
    font-weight: 400;
}

#sidebar .widget a:hover {
    color: #8d8d8d;
}

#sidebar .widget_pages li:after {
    color: rgba(0,0,0,.4);
}

/*-- $MENU --*/

.menu-box {
    max-width: 910px;
    margin: 0 auto;
}

.menu-box article {
    margin-top: 90px;
}

.menu-box article:first-child {
    margin-top: 0;
}

.menu-box h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #cacaca;
    color: rgba(0,0,0,.2);
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.menu__item {
    padding: 40px 0;
    margin: 0 40px;
    border-bottom: 1px dotted;
    border-color: #e5e5e5;
    border-color: rgba(0,0,0,.1);
    list-style: none;
    position: relative;
}

.menu__item p {
    clear: left;
}

.menu__item .tk_term {
    background: #ebebeb;
    font-size: 11px;
    padding: 5px 8px;
    margin: 6px 0 0 10px;
}

.menu__item:last-child {
    border-bottom: 0;
}

.menu__item.recommended {
    border: 1px solid;
    border-color: #e5e5e5;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -1px;
    margin-top: -1px;
}

.menu__item.recommended:first-of-type {
    margin-top: 80px;
}

.menu__item.recommended:after {
    content: "RECOMMEND";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ebebeb;
    padding: 8px 20px;
    letter-spacing: 1px;
}

.menu__item figure {
    margin-right: 22px;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.menu__item figure,
.menu__item span {
    display: inline-block;
    vertical-align: top;
}

.menu__item figure img {
    width: 100%;
    height: auto;
}

.menu__item span {
    max-width: 74%;
}

.menu__item h3 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 18px;
    float: left;
}

.menu__item aside {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    top: 50%;
    margin-top: -11px;
}

.menu__item.recommended aside {
    right: 40px;
}

.menu-box .menu__item span p:last-child {
    margin-bottom: 0;
}

/*menu-single*/

.menu.single h3 {
    margin-bottom: 15px;
    max-width: 90%;
    line-height: 1.5em;
}

.recommend-banner {
    font-size: 11px;
    background-color: #ebebeb;
    padding: 8px 20px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 16px;
}

.menu-category {
    color: #ddd;
    color: rgba(0,0,0,.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.menu.single .price {
    font-size: 21px;
    font-weight: 700;
    float: right;
    margin-top: -14px;
}

.menu .post-content p {
    margin-top: 30px;
}

.menu .post-content p:first-of-type {
    margin-top: 40px;
}

.menu .post-content p:last-of-type {
    margin-bottom: 70px;
}

.menu .post-content img {
    margin-bottom: 3px;
    max-width: 100%;
}

/*home-menu*/

.menu-wrapper {
    background-color: #fff;
}

.menu-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.menu-wrapper article {
    position: relative;
}

.home-menu h2 {
    display: none;
}

.menu-wrapper .col-md-6,
.menu-wrapper .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.menu__info {
    background: #fff;
}

.menu__img {
    overflow: hidden;
    background-color: #eee;
    position: relative;
}

.menu__img a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.menu__img a:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.no-img a:after {
    display: none;
}

.menu__option-2 .menu__img,
.menu__option-2 .no-img {
    float: right;
}

.no-img {
    background-color: #fae8d8;
}

.menu__img img {
    width: 100%;
    height: auto;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu__img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.no-img > div {
    height: 100%;
}

.no-img > div .menu__description {
    width: 60%;
    text-align: center;
}

.menu__info .verticalize {
    width: 64%;
    text-align: center;
}

.menu__info h3 {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.4em;
}

.menu__description:last-of-type {
    margin-bottom: 22px;
}

.menu__description p:last-child {
    margin-bottom: 0;
}

.no-img > div .menu__description:last-of-type {
    margin-bottom: 0;
}

.menu-wrapper section header {
    margin-bottom: 15px;
}

.menu-wrapper article .menu__price {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    font-weight: 700;
    font-size: 20px;
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-wrapper article .menu__price span {
    margin-top: 3px;
}

.menu-wrapper article .menu__price:before {
    margin-right: 0;
}

.menu__info .meta {
    margin-top: 2px;
}

/*-- $HOME --*/

.home-block-header {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 57px;
}

.menu-wrapper .home-block-header {
    padding-top: 57px;
    border: 1px solid #ececec;
}

.grid-archive .home-block-header {
    padding-top: 55px;
}

.testimonials .home-block-header {
    padding-top: 100px;
}

.home-block-header,
.page-title {
    text-align: center;
}

.page-title {
    position: relative;
    padding-top: 28px;
    padding-bottom: 38px;
    overflow: hidden;
}

.page-title h1 {
    line-height: 1.3em;
	 font-family: "CuttyFruty";
  src: url(http://praegnanz.de/layout/CuttyFruty.ttf) format("truetype");

}


.home-block-header h2 {
    margin-top: 0;
}

.home-block-header h2,
.page-title h1 {
    font-size: 60px;
    margin-bottom: 16px;
    font-family: 'Dancing Script', cursive;
}

.home-block-header small,
.page-title small {
    text-transform: uppercase;
}

.home-block-header small {
    color: #8e8e8e;
    color: rgba(41,40,70,.5);
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    letter-spacing: 2px;
}

.page-title small {
    color: #999;
    color: rgba(0,0,0,.4);
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 6px;
}

.home-block-header img {
    width: 88px;
    display: block;
    margin: 0 auto 10px;
}

.home-block-header a {
    border: 1px solid;
    border-color: #dadada;
    border-color: rgba(0,0,0,.1);
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    letter-spacing: 2px;
    color: #000;
    margin-top: 10px;
    padding: 8px 18px 7px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.home-block-header a:hover {
    border-color: #000;
}

.home .archive .grid-archive {
    margin: 0 auto;
}

/*testimonials*/

.testimonials {
    padding-bottom: 120px;
    text-align: center;
    background-color: #fff;
}

.testimonials .home-block-header {
    padding-bottom: 40px;
}

.testimonials .flexslider {
    position: relative;
    -webkit-transition: height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -ms-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
}

.testimonials .flex-viewport {
    position: absolute !important;
    left: 0;
    width: 100%;
}

.testimonials .slides q {
    font-size: 26px;
    font-style: italic;
    display: block;
    background: url(tk/theme-images/dots.png) no-repeat center bottom;
    padding: 0 30px 22px;
    margin: 0 auto 22px;
    width: 60%;
}

.testimonials .slides li small {
    display: inline-block;
    font-size: 12px;
    background-color: #90949b;
    background-color: rgba(33,41,55,.5);
    padding: 6px 12px;
    color: #fff;
}

.testimonials .flex-control-thumbs {
    font-size: 0;
}

.testimonials .flex-control-thumbs li {
    width: 78px;
    height: 78px;
    display: inline-block;
    position: relative;
}

.no-csstransforms .testimonials .flex-control-thumbs li {
    width: 96px;
    height: 96px;
}

.testimonials .flex-control-thumbs img {
    position: relative;
    width: auto;
    height: auto;
    max-width: inherit;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testimonials .flex-control-thumbs img:first-child {
    -webkit-transform: translateZ(0) scale(.812);
    -moz-transform: translateZ(0) scale(.812);
    -ms-transform: translateZ(0) scale(.812);
    -o-transform: translateZ(0) scale(.812);
    transform: translateZ(0) scale(.812);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
}

.no-csstransforms3d .testimonials .flex-control-thumbs img:first-child {
    -webkit-transform: scale(.812);
    -moz-transform: scale(.812);
    -ms-transform: scale(.812);
    -o-transform: scale(.812);
    transform: scale(.812);
}

.testimonials .flex-direction-nav {
    display: none;
}

.testimonials .flex-control-thumbs img:first-child.flex-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    cursor: default;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    z-index: 1;
}

.no-csstransforms3d .testimonials .flex-control-thumbs img:first-child.flex-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.testimonials .flex-control-thumbs img.quote {
    position: absolute;
    width: auto;
    bottom: -43px;
    left: 50%;
    margin-left: -13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.testimonials .flex-active + img.quote {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}

/*gallery*/

.gallery-home {
    background-color: #f9e1cb;
    overflow: hidden;
}

.gallery-home__info,
.gallery-home__images {
    padding: 0;
}

.gallery-home__info {
    padding: 30px;
}

.gallery-home__images {
    background-color: #3a3a3a;
}

.gallery-home__info .verticalize-container {
    height: 100%;
    border: 1px solid;
    border-color: #dadada;
    border-color: rgba(0,0,0,.1);
}

.gallery-home__info .verticalize {
    text-align: center;
    width: 80%;
}

.gallery-home__info .verticalize p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.gallery-home .home-block-header {
    padding-bottom: 36px;
}

.gallery-home h2 {
    font-size: 50px;
    margin-top: 0;
}

.gallery-home header small {
    font-size: 12px;
    text-transform: uppercase;
    color: #8e8e8e;
    color: rgba(0,0,0,.3);
}

.gallery-home header a {
    margin-top: 20px;
}

.gallery-wrapper figure,
.gallery-home__images figure {
    padding: 0;
    overflow: hidden;
}

.gallery-wrapper figure {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.gallery-wrapper figure.dim {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: .08;
    pointer-events: none;
}

.gallery-wrapper figure img,
.gallery-home__images figure img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-wrapper figure:hover img,
.gallery-home__images figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-wrapper figure > a,
.gallery-home__images figure > a {
    display: block;
    position: relative;
}

.gallery-wrapper figure > a:after,
.gallery-home__images figure > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.gallery-wrapper figure:hover a:after,
.gallery-home__images figure:hover a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.no-rgba .gallery-wrapper figure img,
.no-rgba .gallery-home__images figure img {
    background-color: #000;
}

.no-rgba .gallery-wrapper figure:hover img,
.no-rgba .gallery-home__images figure:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.gallery-wrapper figure h5,
.gallery-home__images figure h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
}

.gallery-wrapper figcaption,
.gallery-home__images figcaption {
    position: absolute;
    left: 10%;
    bottom: 10%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gallery-wrapper figcaption small,
.gallery-home__images figcaption small {
    color: rgba(255,255,255,.3);
    text-transform: uppercase;
    font-size: 11px;
}

.no-rgba .gallery-wrapper figure h5,
.no-rgba .gallery-home__images figure h5,
.no-rgba .gallery-wrapper figcaption small,
.no-rgba .gallery-home__images figcaption small {
    color: #000;
}

.gallery-wrapper figure:hover figcaption,
.gallery-home__images figure:hover figcaption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*content-gallery*/

.gallery .gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: auto;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 14px);
    max-width:         calc(50% - 14px);
    width: auto;
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 11px);
    max-width:         calc(33.3% - 11px);
    width: auto;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 9px);
    max-width:         calc(25% - 9px);
    width: auto;
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 8px);
    max-width:         calc(20% - 8px);
    width: auto;
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 7px);
    max-width:         calc(16.7% - 7px);
    width: auto;
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 7px);
    max-width:         calc(14.28% - 7px);
    width: auto;
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 6px);
    max-width:         calc(12.5% - 6px);
    width: auto;
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 6px);
    max-width:         calc(11.1% - 6px);
    width: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery .gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery .gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*-- $BLOG --*/

#main-wrapper > .blog,
#main-wrapper > .gallery,
#main-wrapper > .page,
#main-wrapper > .contact {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

#main-wrapper > .blog > .grid-archive {
    padding-bottom: 95px;
    border: 1px solid;
    border-color: #fae8d8;
    border-color: rgba(250, 232, 216, 0.7);
}

.content-wrapper > .container {
    padding: 0;
}

.grid-archive .container {
    position: relative;
}

.home .grid-archive,
.home #main-wrapper > .blog {
    margin: 144px auto;
}

.home .grid-archive {
    max-width: 1300px;
    background-color: #fff;
    padding: 20px;
}

.grid-archive .border-wrapper {
    border: 1px solid  #fae8d8;
    padding-left: 5px;
    padding-right: 5px;
}

.home .grid-archive .container {
    padding-bottom: 40px;
}

.home .sticky__banner,
.blog .sticky__banner {
    background-color: #000;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 10px 12px 8px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 26px;
    position: absolute;
    top: -15px;
    letter-spacing: 2px;
}

.single .sticky__banner {
    position: static;
}

.gallery .sticky__banner {
    color: #ddd;
    color: rgba(0,0,0,.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 32px;
}

.post > a {
    display: block;
    overflow: hidden;
}

.post > a figure {
    position: relative;
}

.post > a figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.post > a figure:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.post > a img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post > a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-image,
.featured-image img {
    width: 100%;
    height: auto;
}

.post-title {
    margin: 0 0 32px;
    line-height: 1.5em;
    word-wrap: break-word;
}

.post p {
    word-wrap: break-word;
}

.grid-archive .post {
    margin-bottom: 30px;
}

.blog .post-content,
.gallery .post-content,
.menu .post-content,
.share.block,
.comments-area {
    background-color: #fff;
    padding-left: 44px;
    padding-right: 44px;
}

.post-content {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid  #ececec;
    border-top: none;
    position: relative;
}

.top-border {
    border-top: 1px solid #ececec;
}

.single .post-content {
    padding-top: 0;
}

.grid-archive .post-content {
    background-color: #fff;
    padding: 38px 45px 45px;
}

.post-content a {
    color: #000;
}

.post-content a:hover {
    color: #8d8d8d;
}

.single-tk_menu_item .post-content header {
    display: none;
}

.single .scalable-wrapper,
.single .featured-image,
.single .link-single,
.single .quote-single {
    margin-bottom: 38px;
}

.blog.single .post-content,
.gallery .post-content,
.menu .post-content {
    border: none;
}

.read-more {
    margin-top: 16px;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 300;
}

.read-more a {
    color: #8d8d8d;
}

.read-more a:hover {
    color: #000;
}

.scalable-wrapper {
    padding-top: 56.25%;
}

.scalable-wrapper iframe {
    width: 100%;
    height: 100%;
}

.grid-archive .post.link section,
.link-single {
    background-color: #fae8d8;
}

.grid-archive .post.link,
.link-single {
    background-clip: content-box;
}

.grid-archive .post.link,
.link-single,
.grid-archive .post.quote {
    text-align: center;
}

.csstransforms .quote-single {
    min-height: 300px;
}

.quote-single {
    text-align: center;
    background-color: #000;
}

.grid-archive .post.quote > a,
.grid-archive .post.link section,
.link-single section,
.quote-single {
    padding: 45px 46px 50px;
    display: block;
    position: relative;
    overflow: hidden;
}

.grid-archive .post.quote > a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-archive .post.quote > a,
.quote-single {
    z-index: 0;
    background-color: #293146;
}

.grid-archive .post.quote:hover > a,
.quote-single {
    background-color: #000;
}

.grid-archive .post.link section:after,
.link-single section:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid;
    border-color: #dadada;
    border-color: rgba(0,0,0,.1);
    z-index: 0;
}

.grid-archive .post.quote blockquote,
.quote-single blockquote {
    padding: 0;
    border: none;
    margin: 0;
}

.csstransforms .quote-single blockquote {
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grid-archive .post.quote q,
.quote-single q,
.grid-archive .post.link h3 a,
.link-single h3 {
    font-size: 18px;
    font-style: italic;
    display: block;
}

.grid-archive .post.quote q,
.quote-single q {
    color: #d8d8d8;
    color: rgba(255,255,255,.8);
    font-size: 22px;
}

.grid-archive .post.quote:hover q {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-archive .post.quote q:before,
.grid-archive .post.quote q:after,
.quote-single q:before,
.quote-single q:after {
    content: "";
}

.grid-archive .quote blockquote aside,
.quote-single blockquote aside,
.grid-archive .post.link aside,
.link-single aside {
    display: inline-block;
    background-color: #fff;
    font-size: 11px;
    margin-top: 24px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-archive .post.link aside:hover {
    background: #fff;
    background: rgba(0,0,0,.8);
}

.grid-archive .post.link aside:hover a {
    color: #fff;
}

.grid-archive .quote blockquote aside,
.quote-single blockquote aside,
.grid-archive .post.link aside a,
.link-single aside {
    color: #000;
    padding: 6px 12px;
}

.grid-archive .post.quote img,
.quote-single img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.no-csstransforms .grid-archive .post.quote img,
.no-csstransforms .quote-single img {
    top: 0;
    left: 0;
}

.grid-archive .post.link aside a {
    display: block;
}

.grid-archive .post.link aside a,
.link-single aside {
    position: relative;
    z-index: 1;
}

.grid-archive .post.quote a:hover {
    text-decoration: none;
    color: inherit;
}

.grid-archive .post.link h3,
.link-single h3 {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.grid-archive .post.link h3 a,
.link-single h3 {
    color: #353535;
    color: rgba(0,0,0,.6);
    position: relative;
    z-index: 1;
    line-height: 1.7em;
}

.grid-archive .post.link h3 a:hover {
    color: #747474;
    color: #000;
}

.post .meta,
.meta {
    margin-top: 38px;
    font-size: 12px;
}

.meta li {
    list-style: none;
    margin-top: 10px;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
}

.meta li:first-child {
    margin-top: 0;
}

.meta aside {
    display: inline-block;
    background-color: #8e8e8e;
    background-color: rgba(0,0,0,.3);
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    min-width: 26px;
    text-align: center;
    padding: 4px 4px 3px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.meta a,
.meta small,
.meta time {
    color: #a1a1a1;
    line-height: 2em;
}

.meta small {
    font-size: 100%;
}

.meta a:hover {
    color: #000;
}

.meta a:after {
    content: ",";
}

.meta a:last-child:after {
    display: none;
}

.pagination {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    bottom: -16px;
    z-index: 1;
}

.gallery .container {
    position: relative;
}

.gallery .pagination {
    position: absolute;
    bottom: -49px;
    margin-top: 0;
    text-align: center;
    margin-left: -65px;
}

.gallery #loading-is {
    bottom: 1px;
    height: 44px;
    top: 41px;
}

.pagination h5 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
}

.archive .pagination {
    bottom: 0;
}

.pagination .shadow-box.btn,
.pagination .shadow-box a {
    font-size: 12px;
}

.pagination .shadow-box a {
    padding: 15px 19px 13px;
    display: block;
}

#loading-is {
    text-align: center;
    margin: 22px auto 0;
    height: 4px;
    width: 130px;
    position: relative;
}

.archive #loading-is {
    margin-top: 108px;
    margin-bottom: 30px;
}

#infscr-loading {
    margin: 0 auto;
}

.share.block {
    padding-top: 28px;
    padding-bottom: 58px;
}

.share.block h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 18px;
}

.share .single-soc-share-link {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 2px;
}

.share strong {
    display: block;
    color: #b1b1b1;
    color: rgba(0, 0, 0, 0.4);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.soc-links {
    margin-left: -2px;
}

.single-soc-share-link a {
    font-size: 0;
    border-bottom: none;
    display: inline-block;
}

.single-soc-share-link p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    padding: 8px 10px;
    margin: 0;
    color: #fff;
}

.single-soc-share-link a:hover p {
    background-color: rgba(0,0,0,.2);
}

.single-soc-share-link p,
.single-soc-share-link span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1em;
}

.single-soc-share-link span {
    color: #fff;
    display: inline-block;
    padding: 8px 0 7px;
    width: 31px;
    text-align: center;
    background-color: rgba(0,0,0,.2);
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.single-soc-share-link.fb {
    background-color: #425596;
}

.single-soc-share-link.twitter {
    background-color: #4aa8df;
}

.single-soc-share-link.google {
    background-color: #de4839;
}

.single-soc-share-link.linkedin {
    background-color: #0071aa;
}

.single-soc-share-link.pinterest {
    background-color: #e9343a;
}

.single-soc-share-link.stumbleupon {
    background-color: #f04e23;
}

.post-nav {
    overflow: hidden;
    padding-left: 1px;
}

.post-nav nav {
    font-size: 0;
}

.prev-post,
.next-post {
    display: inline-block;
    position: relative;
    padding: 40px;
    width: 50%;
    border: 1px solid #e7e7e7;
    vertical-align: top;
    background-color: #fff;
}

.next-post {
    margin-left: -1px;
}

.prev-post:hover,
.next-post:hover {
    border-color: #000;
    z-index: 1;
}

.prev-post h3,
.next-post h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.prev-post small,
.next-post small {
    font-size: 11px;
    text-transform: uppercase;
    color: #959595;
    color: rgba(0,0,0,.4);
    letter-spacing: 1.5px;
    margin-top: 16px;
    display: block;
}

/*comments*/

.comments-area {
    padding-top: 60px;
    padding-bottom: 45px;
    margin-top: 20px;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list > li:last-child article {
    border-bottom: none;
}

.comments-title {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.7em;
}

.comments-title small {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #959595;
    color: rgba(0,0,0,.4);
    letter-spacing: 1.5px;
}

.comment:last-child {
    border: none;
}

.comment {
    list-style: none;
    border-bottom: 1px solid #e9e9e9;
}

.comment-body {
    padding: 40px 0;
    margin-bottom: -1px;
    padding-left: 94px;
    border-bottom: 1px solid #e9e9e9;
}

.comment-body p {
    margin-bottom: 14px;
}

.comment .children .comment-body {
    border-bottom: 0;
    padding-bottom: 0;
}

.comment-author {
    position: relative;
    margin-bottom: 3px;
}

.comment-author .fn {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
}

.comment-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -94px;
}

.comment-author cite {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.comment-author span {
    display: none;
}

.comment-meta {
    color: #7b7b7b;
    font-size: 12px;
    margin-bottom: 16px;
}

#comments p {
    color: #616161;
}

.comment .children {
    margin-left: 30px;
    padding: 0 0 40px;
}

.reply {
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.comment-form p,
.contact-form p {
    margin: 0 0 24px;
}

#respond {
    padding-top: 65px;
}

.comment-reply-title {
    font-size: 22px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

#cancel-comment-reply-link {
    font-size: 14px;
    text-transform: none;
    color: #bdbdbd;
    margin-top: 10px;
    display: block;
}

#cancel-comment-reply-link:hover {
    color: #000;
}

.comment-respond label,
.contact-form label {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    line-height: 1em;
    margin-bottom: 12px;
}

.comment-respond label .required,
.contact-form label .required {
    font-size: 0;
}

.comment-respond label .required:after,
.contact-form label .required:after {
    content: "(required)";
    font-size: 12px;
    vertical-align: top;
}

.comment-respond textarea,
.contact-form textarea {
    min-height: 205px;
}

p.form-allowed-tags,
p.form-submit {
    margin-top: 25px;
}

p.form-allowed-tags {
    font-size: 13px;
}

.form-submit #submit {
    padding: 13px 30px 11px;
}

.post-content .gallery {
    font-size: 0;
    display: inline-block;
    width: 100%;
}

.post-content .gallery .gallery-item {
    display: inline-block;
    text-align: center;
}

.post-content .gallery img {
    width: 100%;
    border: none;
}

#captcha-form {
    width: 140px;
    margin-right: 30px;
}

.refresh-text {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 14px;
    float: left;
}

.refresh-text a {
    float: right;
    margin-left: 10px;
}

.contact-captcha {
    display: inline-block;
    width: 100%;
}

.captcha-refresh img:hover {
    cursor: pointer;
}

.contact-captcha .captcha-holder {
    width: 70%;
    margin-top: 15px;
}

.contact-captcha img,
.contact-captcha .captcha-holder,
.contact-captcha .captcha-holder .control-group {
    float: left;
}

/*-- $GALLERY --*/

.gallery-wrapper .page-content {
    padding: 0 24px;
}

.gallery-wrapper .page-content,
.menu-box .page-content {
    margin-bottom: 60px;
}

.page-title .hgroup {
    -webkit-transition: all .4s cubic-bezier(0, 1.3, 1, 1) .3s;
    -moz-transition: all .4s cubic-bezier(0, 1.3, 1, 1) .3s;
    -ms-transition: all .4s cubic-bezier(0, 1.3, 1, 1) .3s;
    -o-transition: all .4s cubic-bezier(0, 1.3, 1, 1) .3s;
    transition: all .4s cubic-bezier(0, 1.3, 1, 1) .3s;
}

.filter-open .hgroup {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.gallery-filter-trigger {
    text-transform: uppercase;
    border: 1px solid #ececec;
    font-size: 11px;
    color: #000;
    padding: 8px 16px 6px 12px;
    position: absolute;
    letter-spacing: 1px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 110px;
    -webkit-transition: border .3s ease-out;
    -moz-transition: border .3s ease-out;
    -ms-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out;
}

.gallery-filter-trigger:hover {
    border-color: #000;
}

.gallery-filter-trigger:focus {
    text-decoration: none;
}

.gallery-filter-trigger img {
    margin-right: 9px;
    position: relative;
    top: -2px;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.gallery-filter-trigger:hover img {
    left: -3px;
}

.filter-nav,
.menu-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all .4s cubic-bezier(0, 1.3, 1, 1) 0s;
    -moz-transition: all .4s cubic-bezier(0, 1.3, 1, 1) 0s;
    -ms-transition: all .4s cubic-bezier(0, 1.3, 1, 1) 0s;
    -o-transition: all .4s cubic-bezier(0, 1.3, 1, 1) 0s;
    transition: all .4s cubic-bezier(0, 1.3, 1, 1) 0s;
}

.filter-open .filter-nav,
.filter-open .menu-nav {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.no-csstransforms .filter-open .filter-nav,
.no-csstransforms .filter-open .menu-nav {
    margin-top: -11px;
}

.filter-nav li,
.menu-nav li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.filter-nav li:after,
.menu-nav li:after {
    content: ".";
    color: #cacaca;
    color: rgba(0,0,0,.3);
    position: absolute;
    top: -3px;
    left: -19px;
}

.filter-nav li:first-child:after,
.menu-nav li:first-child:after {
    display: none;
}

.filter-nav li a,
.menu-nav li a {
    color: #cacaca;
    color: rgba(0,0,0,.3);
    font-size: 16px;
}

.filter-nav li.selected a,
.menu-nav li.selected a,
.filter-nav li a:hover,
.menu-nav li a:hover {
    color: #000;
}

.gallery.single .post h3 {
    margin-bottom: 10px;
}

.gallery.single .icon-ribbon {
    display: block;
    margin-top: 54px;
    text-align: center;
}

.gallery-post-nav,
.menu-post-nav {
    font-size: 0;
}

.gallery-post-nav a,
.menu-post-nav a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 144px;
}

.gallery-view-all,
.menu-view-all {
    width: 20%;
    background-color: #ebeced;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.menu-view-all:hover {
    background-color: #e0e0e0;
}

.gallery-view-all .verticalize {
    width: 54px;
    font-size: 0;
}

.gallery-view-all i {
    height: 14px;
    width: 14px;
    background-color: #d3d4d5;
    display: inline-block;
    margin: 2px;
    -webkit-transition: background .3s  ease-out;
    -moz-transition: background .3s  ease-out;
    -ms-transition: background .3s  ease-out;
    -o-transition: background .3s  ease-out;
    transition: background .3s  ease-out;
}

.gallery-view-all:hover i {
    background-color: #959595;
}

.gallery-post-nav .prev-item,
.gallery-post-nav .next-item,
.menu-post-nav .prev-item,
.menu-post-nav .next-item {
    width: 40%;
}

.menu-post-nav .prev-item,
.menu-post-nav .next-item {
    border: 1px solid #ebeced;
    -webkit-transition: border .3s ease-out;
    -moz-transition: border .3s ease-out;
    -ms-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out;
}

.menu-post-nav .next-item {
    border-left-color: transparent;
}

.menu-post-nav .prev-item:hover,
.menu-post-nav .next-item:hover {
    border-color: #000;
}

.gallery-post-nav .prev-item .verticalize,
.gallery-post-nav .next-item .verticalize,
.menu-post-nav .prev-item .verticalize,
.menu-post-nav .next-item .verticalize {
    max-width: 80%;
}

.gallery-post-nav .prev-item:after,
.gallery-post-nav .next-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gallery-post-nav .prev-item:hover:after,
.gallery-post-nav .next-item:hover:after {
    background-color: rgba(0,0,0,.4);
}

.gallery-post-nav h4,
.menu-post-nav h4 {
    font-size: 18px;
    line-height: 1.3em;
}

.gallery-post-nav h4 {
    color: #fff;
}

.gallery-post-nav small,
.menu-post-nav small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8d8d8d;
}

.gallery-post-nav small {
    color: rgba(255,255,255,.5);
}

.gallery-post-nav h4,
.gallery-post-nav small {
    position: relative;
    z-index: 1;
}

.gallery-post-nav img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-post-nav .prev-item:hover img,
.gallery-post-nav .next-item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

/*-- $CONTACT --*/

.map-wrapper {
    font-size: 0;
    margin-bottom: 54px;
}

.map-wrapper .map {
    width: 60%;
    height: 435px;
}

.map-wrapper .map.full-map {
    width: 100%;
}

.map-wrapper .map,
.directions-box {
    display: inline-block;
    vertical-align: top;
}

.directions-box {
    width: 40%;
    background-color: #f9e1cb;
    height: 435px;
    position: relative;
}

.directions-box:after {
    content: "";
    position: absolute;
    border: 1px solid;
    border-color: #dadada;
    border-color: rgba(0,0,0,.1);
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.directions-box .verticalize {
    text-align: center;
    width: 60%;
    position: relative;
    z-index: 1;
}

.directions-box p {
    color: #575757;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 36px;
}

.directions-box .verticalize .btn {
    z-index: 1;
}

.contact-content h2 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 28px;
}

.contact-form {
    padding: 44px;
}

.contact-form h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.contact-form input[type="submit"] {
    position: relative;
}

/*-- 404 --*/

.content-holder-404 {
    background-color: #fae8d8;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.border-404 {
    padding: 50px;
    border: 1px solid;
    border-color: #dadada;
    border-color: rgba(0,0,0,.1);
}

.large-text-404 {
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    color: #322e2b;
}

.small-text-404 {
    color: #999;
    color: rgba(0,0,0,.4);
    font-size: 11px;
    text-align: center;
    letter-spacing: 2px;
}

.bypostauthor > article .fn {
    border-bottom: 1px solid #000;
    width: auto;
    display: inline-block;
}

/*-- $MOZILLA-SPECIFIC --*/

@-moz-document url-prefix() {

    .widget select {
        background-image: none;
    }

}

/*-- $RESERVATIONS PLUGIN --*/

.rtb-booking-form {
    width: 100%;
    background-color: #f9e1cb;
    overflow: hidden;
    padding: 30px;
}

.rtb-booking-form form {
    height: 100%;
    border: 1px solid;
    border-color: #ececec;
    border-color: rgba(0,0,0,.1);
    float: left;
    position: relative;
}

.rtb-booking-form fieldset.contact,
.rtb-booking-form fieldset.reservation {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}

.rtb-booking-form fieldset legend {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    border: none;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    margin: 70px 0 40px;
    float: left;
}

.rtb-booking-form fieldset.reservation legend {
    padding: 0 8% 0 15%;
}

.rtb-booking-form fieldset.contact legend {
    padding: 0 15% 0 8%;
}

.rtb-booking-form fieldset label {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 12px;
}

.rtb-booking-form fieldset input {
    max-width: 100%;
    border-color: #ecd6c1;
    padding: 13px 10px 12px;
}

.rtb-booking-form fieldset .add-message a {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.rtb-booking-form fieldset .add-message a:before {
    content: "+";
    background: #fff;
    padding: 0 4px;
    font-size: 11px;
    margin-right: 5px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
}

.rtb-booking-form fieldset textarea {
    max-width: 100%;
}

.rtb-booking-form fieldset .date,
.rtb-booking-form fieldset .time,
.rtb-booking-form fieldset .party {
    float: left;
    width: 100%;
    padding: 0 8% 0 15%;
    margin-bottom: 20px;
}
.rtb-booking-form fieldset .name,
.rtb-booking-form fieldset .email,
.rtb-booking-form fieldset .phone,
.rtb-booking-form fieldset .message {
    float: left;
    width: 100%;
    padding: 0 15% 0 8%;
    margin-bottom: 20px;
}

.rtb-booking-form fieldset .message {
    margin: 0;
}

.rtb-booking-form fieldset .phone {
    margin-bottom: 33px;
}

.rtb-booking-form fieldset .add-message {
    float: left;
    width: 180px;
    padding: 0 0 0 8%;
    margin: 0;
}

.rtb-booking-form form button {
    padding: 15px 19px 13px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    position: relative;
    right: 8%;
    float: right;
    bottom: 38px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3em;
    box-shadow: 4px 4px 0 #000;
    background-color: #fff;
    border: 1px solid #000;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    margin-bottom: 20px;
}

.rtb-booking-form .picker--time .picker__button--clear {
    position: static;
    float: inherit;
    box-shadow: none;
    border: 1px solid;
    border-color: #ececec;
    border-color: rgba(0,0,0,.1);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #000;
    margin-top: 10px;
    padding: 8px 18px 7px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 49px;
}

body .picker--time .picker__button--clear:focus, 
body .picker--time .picker__button--clear:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
}
body .picker--time .picker__button--clear:focus:before, 
body .picker--time .picker__button--clear:hover:before,
body .picker--time .picker__button--clear:before {
    color: #000;
    top: -1px;
}

.rtb-booking-form form button:active {
    bottom: 35px;
    box-shadow: none;
    right: 7.5%;
}
.container .rtb-booking-form .rtb-message {
    border: 1px solid;
    border-color: #ececec;
    border-color: rgba(0,0,0,.1);
    color: #000;
    padding: 20px;
    text-align: center;
}

.rtb-message p:last-child {
    margin-bottom: 0;
}

.rtb-booking-form form .rtb-error {
    background: rgba(255, 0, 0, 0.2);
    color: #000;
    margin-bottom: 8px;
    padding: 10px;
}
body .picker__day--infocus:hover, 
body .picker__day--outfocus:hover,
body .picker--focused .picker__day--highlighted, 
body .picker__day--highlighted:hover {
    background: #f9e1cb;
    color: #000;
}

body .picker__day--selected, 
body .picker__day--selected:hover {
    border-color: #f9e1cb;
}

body .picker__button--today:before,
body .picker__day--today:before {
    border-top: .5em solid #000;
}

body .picker__day--today {
    color: #000;
}

body .picker__holder {
    -webkit-transition: background 0s ease-out,top 0s 0s; */
    -moz-transition: background 0s ease-out,top 0s 0s;
     transition: background 0s ease-out,top 0s 0s; 
}

/*Reservations Widget*/

.widget .rtb-booking-form {
    padding: 0;
    background-color: #fff;
}

.widget .rtb-booking-form fieldset label {
    font-size: 10px;
    margin-bottom: 5px;
}

.widget .rtb-booking-form fieldset.contact legend,
.widget .rtb-booking-form fieldset.reservation legend {
    padding: 0;
}

.widget .rtb-booking-form form {
    border: none;
}

.widget .rtb-booking-form fieldset.contact, 
.widget .rtb-booking-form fieldset.reservation {
    width: 100%;
}

.widget .rtb-booking-form fieldset legend {
    font-size: 12px;
}

.widget .rtb-booking-form fieldset legend {
    margin: 30px 0 5px;
}

footer .widget .rtb-booking-form fieldset input,
#sidebar .widget .rtb-booking-form fieldset input {
    border-color: rgba(0, 0, 0, 0.1);
}

.widget .rtb-booking-form fieldset .name, 
.widget .rtb-booking-form fieldset .email, 
.widget .rtb-booking-form fieldset .phone, 
.widget .rtb-booking-form fieldset .message,
.widget .rtb-booking-form fieldset .date,
.widget .rtb-booking-form fieldset .time, 
.widget .rtb-booking-form fieldset .party {
    padding: 0 30px;
    margin-bottom: 0;
    margin-top: 10px;
}

.widget .rtb-booking-form input[type="text"],
.widget .rtb-booking-form input[type="email"], 
.widget .rtb-booking-form input[type="url"] {
    height: 45px;
}

.widget .rtb-booking-form fieldset.reservation {
    margin-bottom: 0;
}

.widget .rtb-booking-form fieldset .add-message {
    padding: 0 0 0 30px;
    margin-top: 1em;
}

.widget .rtb-booking-form form button {
    right: auto;
    float: none;
    margin: 0 auto 20px;
    display: block;
}

.widget .rtb-booking-form textarea {
    border-color: rgba(0, 0, 0, 0.1);
}


/*-- $SHORTCODES --*/

.shortcodes .dropcap-background {
    padding: 1px 9px 2px;
    color: #000;
}

.shortcodes .dropcap-no-background {
    padding-top: 14px;
}

.shortcodes .tk_sc_block_toggle i, 
.shortcodes .tk_sc_block_accordion i {
    top: 12px;
}
.shortcodes .tabs-content-holder {
    padding: 6px 5px 0;
}

.shortcodes .tk_sc_block_accordion .tk_icon-tk-drop-d {
    font-size: 15px;
    top: 20px;
}

body .shortcodes .progress {
    margin-top: 0;
    margin-bottom: 20px;
}

body .shortcodes .progress .bar {
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.4);
}

.shortcodes a.btn.default {
    background: #bbbbbb;
}

.shortcodes a.btn.default:hover {
    background: #727272;
}

.shortcodes .tk-shortcode-tabs ul.nav li,
.shortcodes .tk-shortcode-tabs ul.nav li a {
    float: left;
}

.shortcodes .tab-pane {
    clear: left;
    display: none;
}

.shortcodes .tab-pane.active {
    display: block;
}

.shortcodes .tk-shortcode-tabs .tabs-content-holder {
    padding: 20px;
}

.tk-shortcode-tabs h5 {
    margin: 10px 0 8px;
}

/*-- $RESPONSIVE --*/

@media all and (min-width: 1025px) and (max-width: 1920px) {

    .nav-opened {
        margin-right: 15px;
    }

    .nav-opened .header-small .header-big__box {
        margin-right: 15px;
    }

}

@media all and (min-width: 768px) and (max-width: 1550px) {

    .menu-wrapper h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .menu__description,
    .menu__info .verticalize > p {
        line-height: 1.5em;
        font-size: 14px;
    }

    .menu__info .meta {
        font-size: 10px;
    }

    .menu-wrapper article .menu__price {
        font-size: 15px;
        height: 50px;
        min-width: 50px;
        margin-top: -25px;
    }

}

@media all and (min-width: 1200px) and (max-width: 1400px) {

    .gallery-home__info header {
        padding-bottom: 18px;
        margin-bottom: 10px;
    }

    .gallery-home__info .verticalize p {
        font-size: 13px;
    }


}

@media all and (min-width: 992px) and (max-width: 1400px) {

    .menu__description,
    .menu__info .verticalize > p {
        display: none;
    }

    .no-img > div .menu__description {
        display: inline-block;
    }

}

@media all and (min-width: 1200px) and (max-width: 1300px) {

    .grid-archive .post-content {
        padding: 45px 20px;
    }

    .halfwidth-banner {
        max-width: 49%;
    }

}

@media all and (max-width: 1340px) {

    #main-wrapper,
    .header-small {
        margin-left: 20px;
        margin-right: 20px;
    }

    .page-template-tk-templatestemplate-front-php #main-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

}

@media all and (max-width: 1300px) {

    .content-wrapper > .container {
        padding: 0 15px;
    }

}

@media all and (max-width: 1240px) {

    .header-small .container{
        width: 100%;
        padding: 40px 0;
    }

    #sidebar .facebook-widget {
        height: 345px;
    }

}

@media all and (max-width: 1199px) {

    .testimonials .slides q {
        width: 100%;
    }

}

@media all and (min-width: 992px) and (max-width: 1199px) {

    .home .grid-archive {
        padding: 38px 20px;
    }

    .grid-archive .post-content {
        padding: 34px 25px;
    }

    #sidebar .widgets-wrapper {
        padding: 30px;
    }

    .widget_calendar tbody td,
    .widget_calendar table th {
        padding: 0;
    }

    .widget_calendar tfoot td {
        padding: 0 0 0 10px;
    }

    .widget form #s input[type="submit"] {
        font-size: 10px;
    }

    .widget_search input[type="text"],
    .widget_search input[type="email"] {
        padding-right: 74px;
    }

}

@media all and (max-width: 1024px) {

    .copy {
        padding-bottom: 30px;
    }

}

@media all and (min-width: 992px) and (max-width: 1024px) {

    .gallery-home__info {
        width: 34%;
    }

    .gallery-home__images {
        width: 66%;
    }

}

@media all and (min-width: 992px) {

    #footer .container {
        width: 970px;
    }

}

@media all and (max-width: 991px) {

    .header-big__box {
        width: 90%;
    }

    .scroll-to-content {
        display: none;
    }

    .grid-archive .col-md-8 {
        padding-bottom: 90px;
    }

    .grid-archive .col-md-8 .pagination {
        bottom: 88px;
    }

    .menu__option-2 .menu__img,
    .menu__option-2 .no-img {
        float: left;
    }

    .home-menu > div:nth-child(even) .menu__option-1 .menu__img,
    .home-menu > div:nth-child(even) .menu__option-2 .menu__img,
    .home-menu > div:nth-child(even) .menu__option-1 .no-img,
    .home-menu > div:nth-child(even) .menu__option-2 .no-img {
        float: right;
    }

    .gallery-home__info .verticalize {
        padding: 50px 0;
    }

    #sidebar {
        margin-top: 60px;
    }

    #sidebar.float-left,
    #sidebar.float-right,
    .col-md-8.float-left,
    .col-md-8.float-right {
        float: none;
    }

    #sidebar .widgets-wrapper {
        margin-left: 0;
    }

    #sidebar .widget form #s {
        width: 293px;
    }

    #sidebar .facebook-widget {
        margin: 0;
    }

    #sidebar .widget_calendar table {
        width: 270px;
    }

    #sidebar .tk-flickr-wrap {
        max-width: 265px;
        margin-left: -13px;
    }

    .facebook-widget {
        margin: 0;
    }

    #sidebar .facebook-widget {
        margin: 0;
        width: 285px;
        height: 300px;
    }

    .map-wrapper .map,
    .directions-box {
        width: 100%;
    }

    .map-wrapper .map {
        margin-bottom: 50px;
    }

    .directions-box {
        height: auto;
        padding: 70px 0;
    }

    .directions-box .verticalize {
        width: 70%;
    }

    .rtb-booking-form fieldset legend {
        font-size: 17px;
    }

}

@media all and (min-width: 768px) and (max-width: 991px) {

    .grid-archive .post-content {
        background-color: #fff;
        padding: 45px 20px;
    }

    .post td,
    .post th,
    .shortcodes td,
    .shortcodes th {
        padding: 10px 7px;
    }

}

@media all and (max-width: 782px) {

    .nav-opened.admin-bar {
        top: 46px;
    }

    .nav-opened #wpadminbar {
        top: -46px;
    }

}

@media all and (min-width: 768px) {

    .logo-box__wrapper {
        min-height: 585px;
    }

}

@media all and (max-width: 767px) {

    .btn {
        font-size: 11px;
        padding: 14px 19px 13px;
    }

    .header-big {
        padding: 0;
    }

    .header-small .main-nav {
        left: 40px;
        right: 40px;
        padding: 0;
        height: 400px;
    }

    .nav-opened .header-small .main-nav {
        margin-top: -200px;
    }

    .header-small .header-big__box .container {
        width: 100%;
    }

    .header-small .main-nav .scroll-wrapper {
        margin: 0;
    }

    .header-small .home-nav__box {
        border: none;
    }

    .grid-archive .post {
        width: 100%;
        margin-bottom: 60px;
    }

    .home .sticky__banner,
    .blog .sticky__banner {
        top: 20px;
    }

    .post-content {
        border: none;
        border-bottom: 1px solid #ececec;
    }

    .sticky .post-content {
        padding-top: 65px;
    }

    .menu__option-2 .menu__img,
    .menu__option-2 .no-img {
        float: none;
    }

    .home-menu > div:nth-child(even) .menu__option-1 .menu__img,
    .home-menu > div:nth-child(even) .menu__option-2 .menu__img,
    .home-menu > div:nth-child(even) .menu__option-1 .no-img,
    .home-menu > div:nth-child(even) .menu__option-2 .no-img {
        float: none;
    }

    .menu__info,
    .no-img {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .menu__info,
    .no-img {
        padding-bottom: 80px;
    }

    .testimonials {
        padding-bottom: 90px;
    }

    .testimonials .slides q {
        font-size: 22px;
        line-height: 1.5em;
    }

    .tk-flickr-wrap {
        max-width: 265px;
        margin-left: -13px;
    }

    #footer {
        padding: 52px 37px;
    }

    .copy {
        padding-bottom: 0;
    }

    .gallery-post-nav .prev-item,
    .gallery-post-nav .next-item,
    .menu-post-nav .prev-item,
    .menu-post-nav .next-item {
        width: 100%;
        margin-top: 20px;
    }

    .menu-post-nav .prev-item {
        border: 1px solid #ebeced;
    }

    .gallery-post-nav .prev-item .verticalize,
    .gallery-post-nav .next-item .verticalize,
    .menu-post-nav .prev-item .verticalize,
    .menu-post-nav .next-item .verticalize {
        text-align: center;
    }

    a.gallery-view-all,
    a.menu-view-all {
        width: 80px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }

    .menu__item figure {
        display: block;
        margin-bottom: 20px;
    }

    .rtb-booking-form fieldset.contact,
    .rtb-booking-form fieldset.reservation {
        width: 100%;
        float: none;
    }

    .rtb-booking-form fieldset.reservation {
        margin-bottom: 0;
    }

    .rtb-booking-form fieldset .date,
    .rtb-booking-form fieldset .time,
    .rtb-booking-form fieldset .party,
    .rtb-booking-form fieldset .name,
    .rtb-booking-form fieldset .email,
    .rtb-booking-form fieldset .phone,
    .rtb-booking-form fieldset .message,
    .rtb-booking-form fieldset.reservation legend,
    .rtb-booking-form fieldset.contact legend {
        padding: 0 8%;
    }

    .rtb-booking-form fieldset.contact legend {
        margin: 40px 0;
    }    

}

@media all and (max-width: 600px) {

    .gallery-home__info {
        padding: 20px;
    }

    .archive #loading-is {
        margin-top: 58px;
    }

    .prev-post,
    .next-post {
        display: block;
        width: 100%;
    }

    .prev-post.verticalize-container,
    .next-post.verticalize-container {
        text-align: left;
    }

    .next-post {
        border-left-color: #e7e7e7;
    }

    .gallery-filter-trigger {
        position: static;
        display: inline-block;
        margin-top: 20px;
    }

    .filter-nav,
    .menu-nav {
        -webkit-transform: translate(50%, -100%);
        -moz-transform: translate(50%, -100%);
        -ms-transform: translate(50%, -100%);
        -o-transform: translate(50%, -100%);
        transform: translate(50%, -100%);
    }

    .filter-open .filter-nav,
    .filter-open .menu-nav {
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

    .post-nav nav {
        margin-right: 0;
    }

    .next-post {
        margin-left: 0;
        margin-top: 10px;
    }

    .recommend-banner {
        width: 137px;
        display: block;
    }

    .menu-category {
        margin-top: 20px;
    }

    .menu.single .price {
        margin-top: -30px;
    }

    .menu.single .recommend-banner {
        width: 155px;
    }

    .rtb-booking-form form button {
        right: auto;
        margin-left: 8%;
        float: none;
    }

    .rtb-booking-form form button:active {
        bottom: 35px;
        box-shadow: none;
        left: 3px;
    }

}

@media all and (max-width: 500px) {

    .branding {
        display: block;
    }

    .main-nav {
        padding: 20px;
    }

    #main-wrapper,
    .header-small {
        margin: 0;
    }

    .header-small {
        text-align: center;
    }

    #main-wrapper > .blog,
    #main-wrapper > .gallery,
    #main-wrapper > .page,
    #main-wrapper > .contact {
        padding: 0;
        margin-bottom: 60px;
    }

    .home .grid-archive {
        padding: 20px 0;
    }

    .menu-wrapper .home-block-header,
    .grid-archive .home-block-header,
    .testimonials .home-block-header {
        padding-top: 100px;
    }


    .open-nav.btn {
        margin: 40px auto 0;
        position: static;
    }

    .page-title h1 {
        font-size: 32px;
    }

    .page-title small {
        font-size: 74%;
    }

    #main-wrapper > .blog > .grid-archive,
    .content-wrapper {
        border: none;
        padding-bottom: 60px;
    }


    .menu__info {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .grid-wrapper .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #sidebar .widgets-wrapper {
        padding: 30px;
    }

    .comment-body {
        padding-left: 0;
    }

    .comment-author img {
        position: static;
        margin-bottom: 15px;
    }

    .contact-form {
        padding-left: 0;
        padding-right: 0;
    }

    #footer {
        padding: 30px 15px;
    }

    #footer .container > .row {
        padding: 60px 0;
    }

    .social-box {
        padding: 0;
    }

}

@media all and (max-width: 400px) {

    .menu__info .verticalize {
        width: 80%;
    }

    .grid-archive .post-content {
        padding: 54px 10px;
    }

    .blog .post-content,
    .gallery .post-content,
    .menu .post-content,
    .share.block,
    .comments-area {
        padding-left: 30px;
        padding-right: 30px;
    }

    .grid-archive .post {
        margin-bottom: 40px;
    }

    .post td,
    .post th,
    .shortcodes td,
    .shortcodes th {
        font-size: 11px;
        padding: 10px 8px;
    }

    #footer .widget form #s,
    #sidebar .widget form #s {
        width: 100%;
    }

    #sidebar .facebook-widget {
        width: 100%;
        height: 345px;
    }

    #sidebar .widget_calendar table,
    .widget_calendar table {
        width: 100%;
    }

    .widget form #s input[type="submit"] {
        font-size: 10px;
        padding-right: 8px;
    }

    .widget_search input[type="text"],
    .widget_search input[type="email"] {
        padding-right: 74px;
    }

    .facebook-widget {
        width: 100%;
    }

    .menu__item span {
        max-width: 100%;
    }

    .menu__item aside {
        position: static;
        margin-top: 30px;
    }

    .directions-box:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .directions-box p {
        font-size: 16px;
    }

    .full-page-padding {
        padding: 0;
    }

}

/* Smartphones and tablets (portrait and landscape)  */
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {

    .header-small .header-big__box,
    .nav-opened {
        right: 0;
    }

    .header-big {
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }

    .gallery-wrapper figure img,
    .gallery-home__images figure img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .gallery-wrapper figure a:after,
    .gallery-home__images figure a:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }
    .gallery-wrapper figure figcaption,
    .gallery-home__images figure figcaption {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .fancybox-nav span {
        visibility: visible;
    }

}


/* ==========================================================================
   Scalable Elements - dedicate padding bottom to .scalable-wrapper in percents (%), which will be the height of scalable element. Precentage will keep aspect ratio with width.
   width(100%) : padding-bottom(56.25%) = 16:9 or padding-bottom(75%) = 4:3;
   ========================================================================== */

.scalable-wrapper {
    position: relative;
    height: 0;
}

.scalable-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================

 VERTICALIZE

 ========================================================================== */
/*
    <div class="verticalize-container">
      <div class="verticalize">
        Content that needs to be vertically and horizontally centered
      </div>
    </div>
*/

/*VERTICALIZE CONTAINER*/
.verticalize-container {
    text-align: center;
}

.verticalize-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em; /* Adjusts for spacing */
    vertical-align: middle;
}

/*VERTICALIZE BOX*/
.verticalize {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.picker__list-item--disabled{
    display:none;
}