/*
Theme Name: Aperitive.
Theme URI: http://aperitive.tkdemos.com/
Author: Themes Kingdom
Author URI: http://themeskingdom.com
Description: A delicious, crispy, tender theme for a restaurant website, solo chef, or all-around food lover
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aperitive
Tags: food-and-drink, blog, portfolio, photography, translation-ready, theme-options, sticky-post, post-formats, rtl-language-support, featured-images, featured-image-header, custom-logo, custom-menu, custom-colors, custom-background, grid-layout, right-sidebar, two-columns, three-columns

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.

aperitive is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Helpers
# Elements
# Layout
# Transitions
# Forms
# Header
# Footer
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Posts
	## Pages
	## Templates
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Jetpack overwrites
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*icons*/

@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icons/icomoon.eot?r9izow');
  src:  url('assets/fonts/icons/icomoon.eot?r9izow#iefix') format('embedded-opentype'),
	url('assets/fonts/icons/icomoon.ttf?r9izow') format('truetype'),
	url('assets/fonts/icons/icomoon.woff?r9izow') format('woff'),
	url('assets/fonts/icons/icomoon.svg?r9izow#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.search-form:before,
.post-navigation .nav-previous a:before,
.hero .post-navigation .nav-next a:before,
.site-content .post-navigation .nav-next a:after,
.newsleter-widget form:before,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.listing .format-quote .entry-content:before,
.listing .format-link .entry-content > p a:before,
.listing .format-link .entry-content > a:before,
.gallery-size-full[data-carousel-extra] .gallery-item a:after,
.entry-gallery .gallery-size-full .gallery-item a:after,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:before,
.format-video .featured-image a:after,
.widget_rss .widget-title a:first-of-type:before,
.bypostauthor > .comment-body .comment-author b:after,
#TB_prev a:before,
#TB_next a:before,
.picker__box .picker__nav--prev:before,
.picker__box .picker__nav--next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-drop-down:before {
	content: "\e900";
}

.icon-link:before,
.listing .format-link .entry-content > p a:before,
.listing .format-link .entry-content > a:before {
	content: "\e901";
}

.icon-play:before,
.format-video .featured-image a:after,
.slideshow-controls .paused:nth-of-type(2):before {
	content: "\e902";
}

.icon-quote:before,
.listing .format-quote .entry-content:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.icon-sidebar:before {
	content: "\e905";
}

.icon-autor:before,
.bypostauthor > .comment-body .comment-author b:after {
	content: "\e907";
}

.icon-gallery:before,
.gallery-size-full[data-carousel-extra] .gallery-item a:after,
.entry-gallery .gallery-size-full .gallery-item a:after {
	content: "\e908";
}

.icon-left:before,
.post-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:first-of-type:before,
#TB_prev a:before,
.picker__box .picker__nav--prev:before {
	content: "\e909";
}

.icon-feed:before,
.widget_rss .widget-title a:first-of-type:before {
	content: "\e911";
}

.icon-right:before,
.search-form:before,
.newsleter-widget form:before,
.hero .post-navigation .nav-next a:before,
.site-content .post-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.jp-carousel-next-button span:before,
.slideshow-controls a:last-of-type:before,
#TB_next a:before,
.picker__box .picker__nav--next:before {
	content: "\e90a";
}

.icon-stop:before,
.slideshow-controls a:nth-of-type(2):before {
	content: "\e90b";
}

/*end icons*/

body,
button,
input,
select,
textarea,
.sharedaddy .sd-social-text .sd-content ul li a.sd-button,
body .jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit,
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
	font-family: 'Playfair Display', serif;
}

.jp-carousel-titleanddesc-title {
	font-family: 'Playfair Display', serif !important;
}

body,
p,
a,
cite,
button,
input,
select,
textarea,
.sharedaddy .sd-social-text .sd-content ul li a.sd-button,
.widget.widget_recent_entries li > span,
.site-main .contact-form label,
body .slideshow-slide-caption,
body .content-area #infinite-handle > span > button > a,
.jp-carousel-titleanddesc-title,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
blockquote p,
q,
q p,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.emphasis,
.site-title a,
.site-header .main-navigation a,
.dropcap:before,
.post-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-next a,
.posts-navigation .nav-next a,
.widget.widget_recent_entries li > a,
.widget table caption,
.widget th,
.widget tfoot td a,
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a,
.widget_recent_comments .recentcomments,
.widget_recent_comments .recentcomments a,
.comments-area .comment-list .comment-author b > a,
body.search .search-post-type,
body.error404 .page-content > p,
.error-404 .search-instructions,
.error-404 input[type="search"],
.search-no-results input[type="search"],
body.search.search-no-results section.no-results .page-content > p,
body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post h4.jp-relatedposts-post-title,
body #jp-relatedposts h3.jp-relatedposts-headline,
.comments-area .comment-list .comment-author b,
.comments-area .no-comments,
.search-wrap input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
	font-style: normal;
}

body,
button,
input,
select,
textarea {
	line-height: 1.625;
}

/*font-sizes*/

html {
	font-size: 16px;
}

.site-header .nav-menu,
.search-form input[type="submit"],
.newsleter-widget form input[type="submit"],
.twocolumn,
.featured-image,
.entry-gallery,
.contact-form,
#contact-map,
.gallery-wrapper .thickbox,
.gallery-size-full[data-carousel-extra] .gallery-item a,
.entry-gallery .gallery-size-full .gallery-item a,
.jp-relatedposts-items,
#TB_prev a,
#TB_next a,
.advertisement-widget,
.advertisement-widget a,
.instagram-feed ul,
.rtb-booking-form form fieldset {
	font-size: 0;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-context,
.rtb-booking-form label {
	font-size: 10px;
	font-size: 0.625rem;
}

.results-number,
.comment .reply {
	font-size: 11px;
	font-size: 0.6875rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
label,
.site-info,
.entry-meta,
#infinite-handle span a,
.site-description,
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite,
.wp-caption-text,
.entry-footer,
.gallery-count,
.site-footer > [class^="menu"],
.format-quote blockquote cite,
.format-quote blockquote + cite,
.format-quote blockquote + p cite,
.format-quote q cite,
.format-quote q + cite,
.format-quote q + p cite,
.listing .entry-content,
.comment-author,
.comment-metadata,
.author-name,
.author-info p,
.search-results .page-header p,
.no-results .page-header p,
.error404 .page-header p,
.widget,
.widget p,
.hero .post-navigation a span,
.menu-items .menu-item,
.menu-items .menu-item p,
.ui-datepicker,
.ui-datepicker table,
.picker__table thead {
	font-size: 12px;
	font-size: 0.75rem;
}

.menu-price,
.comment-notes,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	font-size: 13px;
	font-size: 0.8125rem;
}

p,
.nav-menu > li,
.twocolumn p.half-width,
.entry-content,
.listing .entry-content p,
.post-navigation,
.posts-navigation,
.comment-content,
.comment-content > p,
.comment-content table,
.widget-title,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget textarea,
.widget select,
.menu-cats,
.contact-filter,
body .rtb-booking-form .rtb-error,
body .slideshow-window div.slideshow-controls a:nth-of-type(2) {
	font-size: 14px;
	font-size: 0.875rem;
}

.menu-group-description {
	font-size: 15px;
	font-size: 0.9375rem;
}

body,
table,
.listing .format-link .entry-content > p a:before,
.listing .format-link .entry-content > a:before {
	font-size: 16px;
	font-size: 1rem;
}

h6,
blockquote,
blockquote p,
q,
.icon-search,
.sidebar-trigger,
.page-template-page-menu .entry-title,
.gallery-wrapper .entry-title,
.listing .format-quote .entry-content:before,
.contact-form-submission p,
.picker__table tbody {
	font-size: 18px;
	font-size: 1.125rem;
}

.bypostauthor > .comment-body .comment-author b:after,
.widget_recent_entries h4,
.picker--time .picker__holder .picker__box,
.rtb-booking-form input[type="text"],
.rtb-booking-form input[type="email"],
.rtb-booking-form input[type="tel"],
.rtb-booking-form select {
	font-size: 20px;
	font-size: 1.25rem;
}

h5,
.site-title,
.emphasis,
.twocolumn p.half-width.emphasis,
.hero .post-navigation a,
.comments-title,
.comment-reply-title,
.gallery-size-full[data-carousel-extra] .gallery-item a:after,
.entry-gallery .gallery-size-full .gallery-item a:after,
.format-video .featured-image a:after,
body #jp-relatedposts h3.jp-relatedposts-headline,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.listing .entry-title,
.format-quote blockquote,
.format-quote blockquote p,
.listing .format-quote blockquote p,
.listing .format-link h1,
.listing .format-link h2,
.listing .format-link h3,
.search-results .entry-title,
.post-navigation a:before,
.post-navigation a:after,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.widget-area .slideshow-controls a:first-of-type,
.widget-area .slideshow-controls a:last-of-type,
.picker__month,
.picker__box .picker__year,
.page-template-page-gallery .not-found input[type="search"],
.tax-ct_gallery .not-found input[type="search"] {
	font-size: 30px;
	font-size: 1.875rem;
}

h3,
.search .hero .page-title,
.error404 .hero .page-title,
.listing .col-md-12 .entry-title {
	font-size: 36px;
	font-size: 2.25rem;
}

.slideshow-controls a:first-of-type,
.slideshow-controls a:last-of-type {
	font-size: 42px;
	font-size: 2.625rem;
}

.search-form:before,
.newsleter-widget form:before {
	font-size: 45px;
	font-size: 2.8125rem;
}

.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
#TB_prev a:before,
#TB_next a:before {
	font-size: 47px;
	font-size: 2.9375rem;
}

h2 {
	font-size: 48px;
	font-size: 3rem;
}

h1,
.single .format-quote blockquote,
.single .format-quote blockquote p,
.search-wrap input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"],
.menu-group-title {
	font-size: 60px;
	font-size: 3.75rem;
}

.hero .page-title {
	font-size: 110px;
	font-size: 6.875rem;
}

.dropcap:before {
	font-size: 6em;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

/*colors*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span a,
.site-header a,
.dropdown-toggle,
.site-description,
.hero .page-header,
.hero .post-navigation,
.hero .post-navigation a,
.site-footer,
.site-footer > [class^="menu"] a,
.site-info a,
#today,
#today a,
.gallery-wrapper .thickbox + .entry-header a {
	color: #fff;
}

body,
a,
input,
select,
textarea,
.entry-content a,
.entry-footer a,
.author-box a,
#big-search-trigger,
body .tb-close-icon,
body #TB_closeWindowButton:focus .tb-close-icon,
body .jp-carousel-titleanddesc-title,
.text .single-soc-share-link a,
.widget_rss cite,
#TB_prev a,
#TB_next a,
.listing .cat-links a,
.jp-relatedposts-post-date + .jp-relatedposts-post-context,
.logged-in-as,
.logged-in-as a,
.comment-notes,
.text .single-soc-share-link a {
	color: #000;
}

.listing .cat-links a,
.text .single-soc-share-link a,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.logged-in-as,
.logged-in-as a,
.comment-notes {
	opacity: .6;
}

.search-wrap input[type="search"]::-webkit-input-placeholder,
.no-results input[type="search"]::-webkit-input-placeholder,
.error-404 input[type="search"]::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #000;
}

.search-wrap input[type="search"]:-moz-placeholder,
.no-results input[type="search"]:-moz-placeholder,
.error-404 input[type="search"]:-moz-placeholder,
.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #000;
}

.search-wrap input[type="search"]::-moz-placeholder,
.no-results input[type="search"]::-moz-placeholder,
.error-404 input[type="search"]::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	color: #000;
}

.search-wrap input[type="search"]:-ms-input-placeholder,
.search-wrap input[type="search"]:-ms-input-placeholder:focus,
.no-results input[type="search"]:-ms-input-placeholder,
.no-results input[type="search"]:-ms-input-placeholder:focus,
.error-404 input[type="search"]:-ms-input-placeholder,
.error-404 input[type="search"]:-ms-input-placeholder:focus {
	color: #000;
}

.scroll-box #today,
.scroll-box #today a {
	color: #000;
}

.scroll-box .widget,
.scroll-box .widget p,
.scroll-box .widget a,
.scroll-box .tagcloud a,
.scroll-box  input[type="text"],
.scroll-box  input[type="email"],
.scroll-box  input[type="tel"],
.scroll-box  input[type="url"],
.scroll-box  input[type="password"],
.scroll-box  input[type="search"],
.scroll-box  textarea,
.scroll-box .widget_wpcom_social_media_icons_widget a,
.scroll-box .jetpack-display-remote-posts h4 a,
.scroll-box .widget .search-form input[type="submit"],
.newsleter-widget form input[type="submit"] {
	color: rgba(0,0,0,.8);
}

.scroll-box .widget_recent_comments li,
.scroll-box .widget_recent_comments .comment-author-link a,
.scroll-box .widget_recent_entries li,
.scroll-box .rss-date,
.scroll-box .rssSummary {
	color: rgba(0,0,0,.6);
}

/*end colors*/

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

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

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

.dropcap {
	display: inline-block;
	margin-top: 2.2em;
	position: relative;
	vertical-align: bottom;
}

.dropcap:before {
	content: attr(data-dropcap);
	line-height: 0.8em;
	opacity: .1;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

/* 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;
}

/* ==========================================================================
   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(50%) = 2:1;
   ========================================================================== */

.scalable-wrapper {
	height: 0;
	padding-top: 57.25%;
	position: relative;
}

.scalable-element {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
}

body * {
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.content-area .entry-content .contact-form-submission h1,
.content-area .entry-content .contact-form-submission h2,
.content-area .entry-content .contact-form-submission h3,
.content-area .entry-content .contact-form-submission h4,
.content-area .entry-content .contact-form-submission h5,
.content-area .entry-content .contact-form-submission h6 {
	clear: both;
	font-weight: 600;
	margin: 50px 0 30px;
}

h1,
h2,
h3,
h4 {
	line-height: 1.2;
}


h5,
h6 {
	line-height: 1.3;
}

.content-area .entry-content h1,
.content-area .entry-content h2,
.content-area .entry-content h3,
.content-area .entry-content h4,
.content-area .entry-content h5,
.content-area .entry-content h6 {
	margin-top: 4.4rem;
	margin-bottom: 3rem;
}

.content-area .entry-content h1:first-child,
.content-area .entry-content h2:first-child,
.content-area .entry-content h3:first-child,
.content-area .entry-content h4:first-child,
.content-area .entry-content h5:first-child,
.content-area .entry-content h6:first-child {
	margin-top: 0;
}

p {
	letter-spacing: 0.2px;
	line-height: 1.4em;
	margin: 0 0 22px;
}

.emphasis {
	line-height: 1.5em;
	letter-spacing: 0.3px;
}

.entry-content p {
	margin-bottom: 1.5rem;
}

.entry-content .emphasis {
	margin-top: 3.2rem;
	margin-bottom: 3.2rem;
}

.entry-content .emphasis:first-child {
	margin-top: 0;
}

.entry-content > p:last-child,
.listing .entry-content *:last-child,
.listing .format-quote blockquote:last-child,
.listing .format-link .entry-content p:last-child {
	margin-bottom: 0;
}

blockquote {
	border: none;
	line-height: 1.6em;
	margin: 3rem 0;
}

blockquote:first-child {
	margin-top: 0;
}

.single blockquote,
.page blockquote {
	margin: 3rem 0 4rem 3.4rem;
	max-width: 510px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote,
q,
blockquote p {
	font-weight: 600;
	line-height: 1.7em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote + p cite,
q + p cite {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite {
	display: block;
	font-style: normal;
	font-weight: 400;
	margin-top: 22px;
}

blockquote + cite,
blockquote + p cite,
q + cite,
q + p cite {
	margin-bottom: 4rem;
}

.page blockquote + cite,
.page blockquote + p cite,
.page q + cite,
.page q + p cite,
.single blockquote + cite,
.single blockquote + p cite,
.single q + cite,
.single q + p cite {
	padding-left: 3.4rem;
}

.listing blockquote + cite,
.listing blockquote + p cite,
.listing q + cite,
.listing q + p cite {
	margin-bottom: 0;
}

blockquote.pull-left,
q.pull-left,
blockquote.pull-right,
q.pull-right {
	max-width: 320px;
	padding-bottom: 10px;
	position: relative;
}

blockquote.pull-left,
q.pull-left {
	float: left;
	margin: 0 20px 0 0;
}

blockquote.pull-right,
q.pull-right {
	float: right;
	margin: 0 0 0 20px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	background-color: #f9f2f4;
	color: #070707;
	font-size: 90%;
	padding: 2px 4px;
}

big {
	font-size: 125%;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


address {
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

pre {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	color: #333333;
	display: block;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.42857143;
	margin: 0 0 22px;
	max-width: 100%;
	overflow: auto;
	padding: 10px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #e0e0e0;
	text-decoration: none;
	padding: 2px 5px;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

hr,
.wp-block-separator {
	background-color: #000;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 1.5em;
}

.wp-block-separator {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

figure {
	margin: 0;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
	list-style: none;
	padding: 0;
}

li {
	list-style-position: inside;
	margin: 6px 0;
}

.entry-content li {
	margin: 10px 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	line-height: 1.5em;
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.featured-image img {
	display: block;
}

img:focus {
	outline: none;
}

img[src*="pixel.wp.com"] {
	display: none;
}

.gmnoprint img {
	max-width: inherit;
}

table {
	margin: 22px 0;
	width: 100%;
}

.comment-content table,
.entry-content table {
	border: 1px solid #ccc;
}

.comment-content thead tr,
.entry-content thead tr {
	border-bottom: 1px solid #ccc;
}

.comment-content tfoot tr,
.entry-content tfoot tr {
	border-top: 1px solid #ccc;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border-right: 1px solid #ccc;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	padding: 16px 18px;
	text-align: left;
}

.masonry th,
.masonry td {
	padding: 10px 8px;
	text-align: center;
}

th {
	font-weight: 400;
}

td {
	font-weight: 300;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/*Bootstrap Grid System*/

.row {
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
}
.page-template-page-gallery .row,
.tax-ct_gallery .row {
	margin-left: 0;
	margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-sm-tk-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.page-template-page-gallery .hentry,
.tax-ct_gallery .hentry {
	padding-left: 0;
	padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}

/*end bootstrap grid*/

.twocolumn .half-width {
	display: inline-block;
	font-size: initial;
	vertical-align: top;
	width: 50%;
}

.twocolumn .half-width:nth-child(even) {
	padding-left: 20px;
}

.twocolumn .half-width:nth-child(odd) {
	padding-right: 20px;
}

.site {
	overflow-y: hidden;
}

.site-header {
	padding-top: 55px;
}

.site-content,
.search-wrap {
	display: table;
	table-layout: fixed;
}

.single .site-content,
.single .content-area {
	display: block;
}

body,
.site-content {
	background-color: #fff;
}

body.custom-background,
.custom-background .site-content,
.custom-background .contact-filter,
.custom-background .search-wrap {
    background-color: transparent;
}

@media only screen and (max-width: 1024px){
	.custom-background .site-footer {
		background-color: transparent;
	}
}

.content-area,
.search-form-wrap {
	display: table-cell;
	vertical-align: middle;
}

.content-area {
	width: 100%;
	-webkit-transform: translateY(50px) translateZ(0);
	-moz-transform: translateY(50px) translateZ(0);
	-ms-transform: translateY(50px) translateZ(0);
	-o-transform: translateY(50px) translateZ(0);
	transform: translateY(50px) translateZ(0);
	-webkit-transition: .3s .9s;
	-moz-transition: .3s .9s;
	-ms-transition: .3s .9s;
	-o-transition: .3s .9s;
	transition: .3s .9s;
}

.show .content-area {
	-webkit-transform: translateY(0) translateZ(0);
	-moz-transform: translateY(0) translateZ(0);
	-ms-transform: translateY(0) translateZ(0);
	-o-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}

.grid-sizer {
	display: none;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea,
select,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.menu-toggle span:before,
.menu-toggle span:after,
.listing .hentry,
.gallery-wrapper .hentry,
#big-search-trigger,
.main-navigation .nav-menu,
.main-navigation ul ul,
.search-wrap,
#big-search-close,
.close-sidebar:before,
.close-sidebar:after,
#big-search-close:before,
#big-search-close:after,
.search-form:before,
.newsleter-widget form:before,
.edit-link,
.scroll-box,
.widget .search-form input[type="submit"],
.newsleter-widget form input[type="submit"],
.advertisement-widget a,
.instagram-feed li a,
.flickr_badge_image a,
.sd-social-icon a:before,
body .tb-close-icon,
.slick-arrow:before,
.jp-relatedposts-post-title,
.jp-relatedposts-post .jp-relatedposts-post-a,
.entry-header a,
.hero .page-header,
.hero .post-navigation,
.site-branding,
.site-footer,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
#TB_prev a:before,
#TB_next a:before {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a {
	-webkit-transition: color .3s, border .3s, opacity .3s;
	-moz-transition: color .3s, border .3s, opacity .3s;
	-ms-transition: color .3s, border .3s, opacity .3s;
	-o-transition: color .3s, border .3s, opacity .3s;
	transition: color .3s, border .3s, opacity .3s;
}

.nav-links a:after {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: -moz-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: -ms-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: -o-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.hero,
.hero:before,
.site-footer > [class^="menu"],
.nav-links a,
.site-branding a,
.listing,
.masonry,
.gallery-wrapper .hentry .thickbox:before,
.gallery-wrapper .thickbox + .entry-header a {
	-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.gallery-size-full[data-carousel-extra] .gallery-item a:before,
.gallery-size-full[data-carousel-extra] .gallery-item a:after,
.entry-gallery .gallery-size-full .gallery-item a:before,
.entry-gallery .gallery-size-full .gallery-item a:after,
.format-video .featured-image a:before,
.format-video .featured-image a:after {
	-webkit-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.site-header,
.site-content,
.sidebar-trigger,
#big-search-trigger {
	-webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

#infinite-handle span a {
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.menu-cats,
.contact-filter,
.single .sd-social-text,
.single .tkss-post-share {
	-webkit-transition: right .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: right .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: right .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: right .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: right .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span a,
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
body #jp-carousel-comment-form-button-submit {
	background: #000;
	border-radius: 0;
	border: 1px solid #000;
	box-shadow: none;
	height: 40px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: initial;
	padding-left: 3em;
	padding-right: 3em;
	text-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
#infinite-handle span a:focus,
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:focus,
body #jp-carousel-comment-form-button-submit:focus {
	background: transparent;
	color: #000;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#infinite-handle span a:active,
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:active,
body #jp-carousel-comment-form-button-submit:active {
	-webkit-transform: scale(0.99);
	-ms-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	height: 40px;
}

input[type="search"] {
	-webkit-appearance: none; /*remove rounded corners in iOs*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0;
	letter-spacing: 0.5px;
	padding-left: 20px;
	padding-right: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	border-color: #000;
	outline: none;
}

textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.8em;
	min-height: 200px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-top: 18px;
	padding-bottom: 18px;
	resize: vertical;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

select,
.contact-form input[type=date] {
	background: url(assets/img/drop-arrow.png) no-repeat right 13px center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

#rtb-date,
#rtb-time,
#rtb-party {
	background: url(assets/img/drop-down-x2.png) no-repeat right 13px center;
	-webkit-background-size: 11px auto;
	background-size: 11px auto;
	cursor: pointer;
}

select {
	border-radius: 0;
	border: 1px solid #ebebeb;
	color: #1a1616;
	min-height: 40px; /*no fixed height so select can span with text*/
	padding: 10px 50px 9px 22px;
	white-space: normal;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}

label {
	display: block;
	letter-spacing: 0.8px;
	margin-bottom: 5px;
}

.post-password-form label {
	margin-right: 10px;
	margin-bottom: 15px;
}

.post-password-form label,
.post-password-form input[type=submit] {
	display: inline-block;
	vertical-align: top;
}

.search-form,
.newsleter-widget form {
	position: relative;
}

.search-form:before,
.newsleter-widget form:before {
	opacity: .3;
	position: absolute;
	bottom: 0;
	right: 0;
}

.search-form input[type="search"],
.newsleter-widget form input[type="text"] {
	padding-right: 50px;
}

.search-form input[type="submit"],
.newsleter-widget form input[type="submit"] {
	background-color: transparent;
	border-color: transparent;
	border-left: none;
	font-weight: 700;
	height: 40px;
	letter-spacing: 0.5px;
	line-height: normal;
	text-transform: uppercase;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

.scroll-box .widget .search-form input[type="submit"],
.newsleter-widget form input[type="submit"] {
	border: none;
}

/*Contact Form*/

.contact-form {
	margin-top: 12vh;
	margin-left: -20px;
	margin-right: -20px;
}

.contact-form > div {
	margin-bottom: 22px;
}

.contact-form > * {
	font-size: initial;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.contact-form .half-width {
	display: inline-block;
}

.contact-form .half-width {
	width: 50%;
}

.contact-form div.half-width input {
	max-width: 100%;
	width: 100%;
}

.contact-form > div:last-of-type {
	margin-bottom: 0;
}

.map #map-canvas {
	height: 540px;
}

form.contact-form input[type=text],
.comment-form input[type=text],
form.contact-form input[type=email],
.comment-form input[type=email],
form.contact-form input[type=date],
form.contact-form select,
.comment-form input[type=url] {
	width: 100%;
}

form.contact-form input[type=text],
.comment-form input[type=text],
form.contact-form input[type=email],
.comment-form input[type=email],
.comment-form input[type=url],
form.contact-form textarea,
.comment-form textarea,
.contact-form div.half-width input {
	border-width: 0 0 1px 0;
	padding-left: 0;
	padding-right: 0;
}

form.contact-form input[type=text],
.comment-form input[type=text],
form.contact-form input[type=email],
.comment-form input[type=email],
.comment-form input[type=url],
form.contact-form textarea,
.comment-form textarea {
	margin-top: 0;
}

.contact-form input[type=date]::-webkit-inner-spin-button,
.contact-form input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	display: none;
}

.contact-form div textarea,
.comment-form textarea {
	height: auto;
	line-height: 1.8em;
	min-height: 40px;
	max-height: 400px;
	overflow: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

.contact-submit {
	margin-top: 23px;
}

.contact-submit:last-child {
	margin-bottom: 0;
}

.entry-content .contact-submit {
	margin-bottom: 0;
}

.grunion-field-label + * {
	margin-top: 14px;
}

.contact-form label.grunion-field-label {
	font-weight: 400;
}

.contact-form div textarea {
	width: 100%;
}

.contact-form > div > label:first-of-type {
	margin-top: 22px;
}

.ui-datepicker {
	background: #fff;
	border: 1px solid #000;
	margin-top: -1px;
	max-width: 221px;
	padding: 17px 20px 0;
	width: 100%;
	position: absolute;
	top: -100%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker-next {
	float: right;
}

.ui-datepicker-title {
	margin-top: 14px;
}

body .contact-form-submission {
	font-size: initial;
	margin-top: 3rem;
	padding: 0;
}

.rtb-booking-form form fieldset {
	border: none;
	margin-top: 3rem;
	padding: 0;
}

.widget-area .rtb-booking-form form fieldset {
	margin-top: 0;
}

.rtb-booking-form form fieldset {
	margin-left: -25px;
}

.rtb-booking-form form legend {
	padding-left: 0;
}

.rtb-booking-form form fieldset > div {
	display: inline-block;
	margin-top: 2rem;
	padding-left: 25px;
	vertical-align: top;
	width: 33.3333%;
}

.widget-area .rtb-booking-form form fieldset > div {
	width: 100%;
}

.widget-area .rtb-booking-form form fieldset > div:first-of-type {
	margin-top: 0;
}

.rtb-booking-form label {
	text-transform: uppercase;
}

.rtb-booking-form input[type="text"],
.rtb-booking-form input[type="email"],
.rtb-booking-form input[type="tel"],
.rtb-booking-form select {
	border-width: 0 0 1px 0;
	font-weight: 700;
	padding-left: 0;
	padding-right: 0;
}

.rtb-booking-form form input {
	max-width: 100%;
}

.rtb-booking-form select {
	line-height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}

.rtb-booking-form form button[type="submit"] {
	margin-top: 5.5rem;
}

body .rtb-booking-form .rtb-error {
	background: transparent;
	border-bottom: 1px solid #f00;
	border-top: 1px solid #f00;
	color: #f00;
	margin-bottom: 10px;
	padding: 10px 0;
}

body .rtb-booking-form .rtb-error:before {
	display: none;
}

body .rtb-booking-form .message {
	display: none;
	position: static;
}

body .rtb-booking-form .message-open {
	display: inline-block;
}

.widget-area .rtb-booking-form form button[type="submit"] {
	margin-top: 2rem;
}

/*time picker*/

.picker__wrap {
	max-height: 70vh;
	overflow-y: auto;
}

.picker--time .picker__holder .picker__box {
	margin-bottom: 0;
	font-weight: 700;
}

#rtb-time_root .picker__holder .picker__list,
#rtb-time_root .picker__holder .picker__list li {
	margin: 0;
}

.picker__holder .picker__list {
	padding: 0;
}

.picker__holder .picker__list-item {
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.picker--time .picker__holder .picker__button--clear {
	display: none;
}

.picker__holder .picker__list-item--highlighted {
	border-color: #000;
}

.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker__list-item:hover {
	background-color: transparent;
}

/*date picker*/

.picker .picker__box {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 3rem;
}

.picker__box .picker__header {
	margin-top: 0;
	margin-bottom: 10vh;
	text-align: left;
}

.picker__box .picker__month,
.picker__box .picker__year {
	font-weight: 700;
}

.picker__box .picker__year,
.picker__box .picker__weekday {
	color: #000;
}

.picker__box .picker__month {
	margin-left: 1.6rem;
}

.picker__box .picker__year {
	font-style: normal;
}

#rtb-date_root .picker__box .picker__nav--next,
#rtb-date_root .picker__box .picker__nav--prev {
	min-height: 0;
}

.picker__box .picker__nav--prev,
.picker__box .picker__nav--next {
	padding-left: .5em;
	padding-right: .5em;
}

.picker__box .picker__nav--prev,
.picker__box .picker__nav--next,
.picker__holder .picker__footer .picker__button--close {
	opacity: .23;
}

.picker__box .picker__nav--prev {
	left: auto;
	right: 6rem;
}

.picker__box .picker__nav--next {
	right: 3.3rem;
}

.picker__box .picker__nav--next,
.picker__box .picker__nav--prev,
.picker__box .picker__nav--prev:before,
.picker__box .picker__nav--next:before {
	height: auto;
	width: auto;
}

.picker__box .picker__nav--prev:before,
.picker__box .picker__nav--next:before {
	border: none;
	font-size: 31px;
}

.picker__box .picker__table {
	margin-bottom: 0;
}

.picker__table thead {
	text-transform: uppercase;
}

.picker__table .picker__weekday {
	font-size: inherit;
}

.picker__box .picker__table td {
	padding: 0.3em 0;
}

.picker__day {
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	max-width: 39px;
}

.picker--focused .picker__box .picker__day--disabled,
.picker__box .picker__day--disabled,
.picker__box .picker__day--disabled:hover {
	background: transparent;
	border-color: transparent;
	color: #ddd;
	cursor: default;
}

.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled {
	display: none;
}

.picker--focused .picker__holder .picker__day--highlighted,
.picker__box .picker__day--highlighted:hover,
.picker__box .picker__day--infocus:hover,
.picker__box .picker__day--outfocus:hover {
	background-color: #e6e6e6;
}

.picker--focused .picker__box .picker__day--selected,
.picker__box .picker__day--selected,
.picker__box .picker__day--selected:hover {
	background-color: #000;
}

.picker__box .picker__day--today:before {
	border-top-color: #000;
}

.picker__box .picker__day--selected.picker__day--today:before {
	border-top-color: #fff;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
	color: #000;
}

/*checkbox and radio*/

input[type="checkbox"],
input[type="radio"],
.woocommerce form .form-row .input-checkbox {
	display: none;
}


label.checkbox,
input[type="checkbox"] + label,
form.contact-form label.checkbox,
form.contact-form input[type="checkbox"] + label,
label.radio,
input[type="radio"] + label,
form.contact-form label.radio,
form.contact-form input[type="radio"] + label {
	cursor: pointer;
	padding-left: 40px;
	position: relative;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	margin-bottom: 22px;
}

.comment-subscription-form input[type="checkbox"] + label {
	margin-bottom: 0;
	display: inline-block !important; /*overwriting Jetpack*/
	font-weight: 300;
	line-height: 1.8em;
	margin-left: 0;
}

label.checkbox:before,
input[type="checkbox"] + label:before,
label.radio:before,
input[type="radio"] + label:before {
	border: 1px solid #000;
	color: transparent;
	font-size: 14px;
	height: 16px;
	opacity: .2;
	text-align: center;
	width: 16px;
	position: absolute;
	left: 0;
	top: 2px;
}

label.checkbox:before,
input[type="checkbox"] + label:before {
	-webkit-transition: background-color .3s, opacity .3s;
	-moz-transition: background-color .3s, opacity .3s;
	-ms-transition: background-color .3s, opacity .3s;
	-o-transition: background-color .3s, opacity .3s;
	transition: background-color .3s, opacity .3s;
}

.comment-subscription-form input[type="checkbox"] + label:before {
	top: 5px;
}

label.checkbox:before,
input[type="checkbox"] + label:before,
label.radio:before,
input[type="radio"] + label:before {
	content: "";
}

.checkbox.checked:before,
input[type="checkbox"]:checked + label:before,
.checkbox.checked:hover:before,
input[type="checkbox"]:checked + label:hover:before,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.radio.checked:hover:before,
input[type="radio"]:checked + label:hover:before {
	opacity: 1;
}

.checkbox.checked:before,
input[type="checkbox"]:checked + label:before {
	background: #000 url(assets/img/check-big2x.png) no-repeat center center;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

.radio.checked:before,
input[type="radio"]:checked + label:before {
	border-width: 6px;
}

/*comment form*/

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
	background-color: transparent;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="search"]:focus,
.comment-form textarea:focus {
	border-color: #000;
}

.comment-form-comment ~ [class*="comment-form"] input {
	width: 100%;
}

.comment-form-url,
.comment-form input[type="submit"],
.contact-form input[type="submit"] {
	clear: left;
}

.comment-form input[type="submit"],
.contact-form input[type="submit"] {
	margin-top: 36px;
}

.comment-form input[type="submit"] {
	margin-bottom: 36px;
}

p.comment-subscription-form {
	margin-bottom: 10px;
}

/*remove  clearfield button*/

::-ms-clear {
	width : 0;
	height: 0;
}

::-ms-reveal {
	width : 0;
	height: 0;
}

/*big search*/

.search-wrap {
	background: #fff;
	height: 100vh;
	z-index: 1003;
}

.no-results .search-form,
.error-404 .search-form {
	position: relative;
}

.search-wrap input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
	font-weight: 900;
}

.search-instructions {
	display: block;
	letter-spacing: 0.6px;
	opacity: .4;
}

.search-wrap input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
	border: none;
	height: auto;
	opacity: .2;
	padding: 0 0 12px 0;
	width: 100%;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm){

	.search-wrap input[type="search"],
	.no-results input[type="search"],
	.error-404 input[type="search"] {
		background: url(assets/img/big-search-placeholder.png) no-repeat 0 50%;
	}

	.ie9-remove-bg {
		background: none !important;
	}

}

.search-wrap .search-form input[type="submit"],
.no-results .search-form input[type="submit"],
.error-404 .search-form input[type="submit"],
.search-wrap .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before {
	display: none;
}
.search-wrap input[type="search"]:focus,
.no-results input[type="search"]:focus,
.error-404 input[type="search"]:focus {
	outline: none;
	opacity: 1;
}

.search-wrap input[type="search"]::-webkit-input-placeholder,
.no-results input[type="search"]::-webkit-input-placeholder,
.error-404 input[type="search"]::-webkit-input-placeholder {
	opacity: 1;
}

.search-wrap input[type="search"]:-moz-placeholder,
.no-results input[type="search"]:-moz-placeholder,
.error-404 input[type="search"]:-moz-placeholder {
	opacity: 1;
}

.search-wrap input[type="search"]::-moz-placeholder,
.no-results input[type="search"]::-moz-placeholder,
.error-404 input[type="search"]::-moz-placeholder {
	opacity: 1;
}

.search-wrap input[type="search"]:-ms-input-placeholder,
.search-wrap input[type="search"]:-ms-input-placeholder:focus,
.no-results input[type="search"]:-ms-input-placeholder,
.no-results input[type="search"]:-ms-input-placeholder:focus,
.error-404 input[type="search"]:-ms-input-placeholder,
.error-404 input[type="search"]:-ms-input-placeholder:focus {
	opacity: 1;
}

.sidebar-trigger,
#big-search-trigger {
	text-align: right;
	width: 30px;
}

.sidebar-trigger:focus,
#big-search-trigger:focus {
	outline: none;
}

.sidebar-trigger {
	display: table-cell;
	vertical-align: top;
	width: 30px;
}

.icon-sidebar {
	position: relative;
	top: 0;
}

#big-search-trigger,
.close-sidebar,
#big-search-close,
body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
	margin-top: 50px;
	top: 0;
}

.admin-bar #big-search-trigger {
	top: 32px;
}

#big-search-trigger {
	background-color: transparent;
	padding: 0;
	position: fixed;
	z-index: 2;
}

.page-template-page-gallery #big-search-trigger,
.tax-ct_gallery #big-search-trigger {
	color: #fff;
}

#big-search-trigger i {
	display: block;
	float: right;
}

.big-search #big-search-trigger {
	opacity: 0;
	visibility: hidden;
}

#big-search-close {
	display: none;
}

.big-search #big-search-close {
	display: block;
}

/*Widget Forms*/

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget select {
	border-width: 0 0 1px 0;
	color: #000;
	padding-left: 0;
}

.widget form,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget select {
	max-width: 100%;
	width: 300px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget select,
.widget textarea {
	border-color: rgba(0,0,0,.15);
	font-weight: 700;
	height: 50px;
	letter-spacing: 0.6px;
}

.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="tel"]:focus,
.widget input[type="password"]:focus,
.widget input[type="url"]:focus,
.widget input[type="search"]:focus,
.widget select:focus,
.widget textarea:focus {
	border-color: #000;
}

.widget input::-webkit-input-placeholder {
	color: #000;
}

.widget input:-moz-placeholder {
	color: #000;
}

.widget input::-moz-placeholder {
	color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header,
#big-search-trigger,
.site-footer {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.site-header {
	display: table;
	position: fixed;
	z-index: 1;
}

.nav-opened .site-header {
	z-index: 3;
}

.search-no-results #big-search-trigger,
.error404 #big-search-trigger {
	display: none;
}

.site-title {
	letter-spacing: -0.1px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}

.site-title + .site-description {
	margin-top: 10px;
}

.site-description {
	letter-spacing: 0.4px;
	margin-bottom: 0;
}

.site-header .hero-container {
	display: table;
	width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	padding-bottom: 38px;
}

.site-info {
	font-weight: 700;
	letter-spacing: 0.5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:focus,
button:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.nav-menu a,
.entry-content a,
.entry-footer a,
.author-box a {
	font-weight: 600;
}

.nav-menu a,
.entry-content a,
.entry-footer a,
.author-box a,
.site-footer > [class^="menu"] a {
	border-bottom: 1px solid transparent;
}

.main-navigation .dropdown-toggle,
.sidebar-trigger,
#big-search-trigger,
.entry-footer a {
	border: none;
}

.entry-content cite a {
	font-weight: 400;
}

.hero .post-navigation a {
	display: block;
	font-weight: 700;
	max-width: 260px;
}

.hero .post-navigation a span {
	display: block;
	font-weight: 900;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.edit-link {
	display: none;
}

.posts-navigation:last-child {
	margin-top: 5rem;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	display: inline-block;
	vertical-align: top;
}

.posts-navigation .nav-previous {
	margin-right: 40px;
}

.posts-navigation a {
	font-weight: 700;
	opacity: .5;
	text-transform: uppercase;
}

.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after {
	display: inline-block;
	vertical-align: middle;
}

.posts-navigation .nav-previous a:before {
	margin-right: 20px;
}

.posts-navigation .nav-next a:after {
	margin-left: 20px;
}

.tkss-post-share {
	margin: 3rem 0;
}

.text .single-soc-share-link a {
	font-weight: 400;
}

.entry-content .wp-block-button__link,
.entry-content .wp-block-button__link:hover {
	color: inherit;
}

.wp-block-button__link:hover {
	opacity: .6;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.nav-opened {
	overflow: hidden;
}

.site-header .nav-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.nav-menu > li {
	margin: 0 0 0 22px;
}

.site-header nav li {
	display: inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.nav-menu > li > a {
	display: inline-block;
}

.main-navigation ul ul {
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
}

.main-navigation ul ul a {
	display: inline-block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	border-color: #fff;
}

.dropdown-toggle {
	display: inline-block;
	line-height: 10px;
	margin-right: -10px;
	padding: 10px;
	position: relative;
	top: 1px;
}

.dropdown-toggle:focus {
	outline: none;
}

.icon-drop-down {
	cursor: pointer;
	display: block;
	-webkit-transform-origin: 45% 40%;
	-moz-transform-origin: 45% 40%;
	-ms-transform-origin: 45% 40%;
	-o-transform-origin: 45% 40%;
	transform-origin: 45% 40%;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-ms-transition: -ms-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
}

.toggle-on > span > .icon-drop-down,
.focus > span > .icon-drop-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggle-on > a ~ ul,
.focus > a ~ ul {
	opacity: 1;
	visibility: visible;
}

/*social menu*/

.site-footer > [class^="menu"] ul {
	margin-bottom: 0;
}

.site-footer > [class^="menu"] li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}

.site-footer > [class^="menu"] li:last-of-type {
	margin-right: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	margin: 0;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignnone,
.aligncenter {
	clear: both;
	margin: 60px auto;
}

p:first-child .aligncenter {
	margin-top: 0;
}

.alignleft {
	clear: left;
	float: left;
	margin: 8px 60px 30px 0;
}

.alignright {
	clear: right;
	float: right;
	margin: 8px 0 30px 60px;
}

img.alignleft,
img.alignright {
	max-width: 50%;
}

.widget .aligncenter,
.widget .alignnone {
	margin: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.grid-wrapper:before,
.grid-wrapper:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.menu-items:before,
.menu-items:after,
.contact-form:before,
.contact-form:after,
.nav-links:before,
.nav-links:after,
.instagram-pics:before,
.instagram-pics:after,
#jp-relatedposts .jp-relatedposts-items:before,
#jp-relatedposts .jp-relatedposts-items:after,
.picker__header:before,
.picker__header:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.row:after,
.entry-content:after,
.comment-content:after,
.grid-wrapper:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.menu-items:after,
.contact-form:after,
.nav-links:after,
.instagram-pics:after,
#jp-relatedposts .jp-relatedposts-items:after,
.picker__header:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.scroll-box {
	max-width: 440px;
	margin: 0 auto;
}

.widget {
	max-width: 310px;
}

.widget,
.widget p {
	letter-spacing: 0.7px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget,
.widget p {
	line-height: 1.4rem;
}

.widget > ul {
	margin-bottom: 0;
}

.widget li {
	list-style: none;
}

.widget > ul > li {
	margin-top: 8px;
}

.widget > ul > li:first-of-type {
	margin-top: 0;
}

.widget-title {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 0;
	margin-bottom: 2.375rem;
}

/*calendar widget*/

.widget_calendar table {
	margin: 0;
	max-width: 300px;
}

.widget_calendar thead,
.widget_calendar tbody {
	text-align: center;
}

.widget_calendar tbody {
	border-bottom: 1px solid rgba(0,0,0,.05);
	font-weight: 700;
}

.widget_calendar caption {
	text-align: left;
}

.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
	font-weight: 700;
}

.widget_calendar th {
	padding-top: 18px;
	padding-bottom: 13px;
}

.widget_calendar tbody td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget_calendar tbody tr:last-of-type td {
	padding-bottom: 14px;
}

.widget_calendar tbody a {
	border-bottom: 1px solid rgba(255,255,255,.4);
}

#today {
	position: relative;
	z-index: 0;
}

#today:after {
	content: "";
	background: #000;
	height: 22px;
	width: 22px;
	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%);
	z-index: -1;
}

.scroll-box #today:after {
	background-color: #fff;
}

.widget_calendar tbody tr:last-of-type #today:after {
	margin-top: -5px;
}

.widget_calendar tfoot td {
	padding-top: 10px;
}

.widget_calendar #next {
	text-align: right;
}

/*Recent comments - posts widget*/

.widget_recent_comments ul li,
.widget_recent_entries ul li {
	margin-top: 24px;
}

.widget_recent_entries .post-date {
	display: block;
}

/*Aperitive latest posts*/

.widget_recent_entries .list-reset li {
	margin: 5rem 0 0;
}

.flag__img {
	max-width: 100px;
}

.flag__body h4 {
	margin: 16px 0 8px;
}

/*Rss widget*/

.widget_rss .widget-title a:first-of-type {
	margin-right: 5px;
}

.widget_rss .widget-title a:first-of-type img {
	display: none;
}

.rss-date {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget_rss ul li {
	margin-top: 32px;
}

.widget_rss li > a {
	font-weight: 700;
}

.widget_rss cite {
	display: block;
	margin-top: 10px;
}

/*Tag cloud*/

.tagcloud a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*Custom menues*/

.widget-area .widget_nav_menu {
	display: inline-block;
	padding-right: 30px;
	vertical-align: top;
	width: 33.3333%;
}

.widget-area .widget_nav_menu:first-of-type,
.widget-area .widget_nav_menu:first-of-type + .widget_nav_menu {
	margin-top: 0;
}

.widget-area .widget_nav_menu ul {
	margin-bottom: 0;
}

.widget_nav_menu li {
	display: block;
}

/*Twitter widget*/

.tp_recent_tweets li + li {
	margin-top: 20px;
}

/* Flickr Badges widget */

.widget_flickr > a {
	display: inline-block;
	margin-top: 12px;
}

.flickr_badge_image a {
	display: block;
}

.flickr_badge_image img {
	display: block;
	float: none;
	margin: 0;
}

/*advertisement*/

.advertisement-widget {
	display: inline-block;
}

.advertisement-widget.fullwidth {
	width: 100%;
}

.advertisement-widget.halfwidth {
	width: 49%;
}

.scroll-box .advertisement-widget.halfwidth {
	max-width: 150px;
}

.advertisement-widget.fullwidth,
.advertisement-widget a {
	display: block;
}

.advertisement-widget a {
	border: none;
}

.advertisement-widget img {
	max-width: 100%;
	width: auto;
}

/*newsletter*/

.newsletter {
	position: relative;
}

/*Jetpack widgets*/

/*contact*/

.widget_contact_info .contact-map {
	margin-bottom: 20px;
}

.widget_contact_info .confit-address a {
	font-weight: 700;
}

/*recent posts*/

.widget .jetpack-display-remote-posts h4 {
	margin-top: 34px;
	margin-bottom: 14px;
}

.widget .jetpack-display-remote-posts h4,
.widget .jetpack-display-remote-posts p {
	font-size: 100%;
}

.widget .jetpack-display-remote-posts p {
	line-height: 1.4rem !important;
	margin: 0 0 22px !important;
}

.jetpack-display-remote-posts img {
	margin-bottom: 12px;
}

/*gallery*/

.widget .slideshow-window .slideshow-controls {
	width: 80px;
}

body .widget .slideshow-window div.slideshow-controls a:first-of-type,
body .widget .slideshow-window div.slideshow-controls a:last-of-type {
	width: 30px !important;
	margin-top: 0 !important;
}

/*goodreads*/

.widget div[class^=gr_custom_container] {
	background: transparent;
	border: none;
	border-radius: 0;
	color: inherit;
	padding: 0;
}

.widget div[class^="gr_custom_book_container"] {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}

.widget div[class^=gr_custom_each_container] {
	border-bottom: none;
	padding-bottom: 20px;
}

/*social*/

.widget-area .widget_wpcom_social_media_icons_widget li {
	display: inline-block;
	margin-right: 18px;
	margin-top: 0;
	margin-bottom: 12px;
}

.widget-area .widget_wpcom_social_media_icons_widget li:last-child {
	margin-right: 0;
}

/*aperitive social*/

.widget-social li {
	display: inline-block;
	margin-right: 10px;
}

.genericon-googleplus {
	font-size: 21px;
	margin-top: -1px;
}

/*gravatar*/

.widget.widget-grofile .grofile-thumbnail {
	max-width: 100%;
}

.grofile-links li {
	margin: 2px 0;
}

.grofile-full-link {
	display: block;
	margin-top: 15px;
}

/*RSS links*/

.widget_rss_links a:first-child {
	margin-right: 5px;
}

/*Instagram feed*/

.instagram-feed {
	position: relative;
	text-align: center;
}

.instagram-feed .widget {
	margin: 0;
}

.instagram-pics {
	overflow: hidden;
}

.instagram-feed ul > li {
	float: left;
	list-style: none;
	margin: 0;
}

.instagram-feed li a,
.instagram-feed img {
	display: block;
}

.instagram-feed li a {
	backface-visibility: hidden;
}

.no-feed-msg {
	margin: 0;
	padding: 50px;
}

.widget-area .null-instagram-feed > p {
	margin-top: 10px;
}

.widget-area .instagram-pics li,
.flickr_badge_image {
	display: block;
	float: left;
	margin: 0 0 2px;
	overflow: hidden;
	padding-right: 2px;
	max-width: 33.33333334%;
}

.widget-area .instagram-pics li a {
	display: block;
}

.widget-area .instagram-pics li:nth-child(3n + 1),
.flickr_badge_image:nth-child(3n + 2) {
	clear: left;
}

.widget-area .instagram-pics img {
	display: block;
	width: 100%;
}

.widget_flickr > a {
	display: inline-block;
	margin-top: 12px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.grid-wrapper .hentry,
.gallery-wrapper .hentry {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	-moz-transform: translate3d(0,50px,0);
	-ms-transform: translateY(50px);
	-o-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

.grid-wrapper .animate,
.gallery-wrapper .animate {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translateY(0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-title,
.search .hero .page-title,
.error404 .hero .page-title {
	font-weight: 600;
}

.hero .page-title {
	font-weight: 700;
}

.hero {
	background-size: cover;
	background-position: center center;
	display: table;
	opacity: 0;
}

.hero:before {
	content: "";
	background: #000;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-ms-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.bgLoaded:before {
	opacity: .35;
}

.hero > * {
	position: relative;
}

.tk-theme-frontend .site-header,
.tk-theme-frontend .content-area,
.tk-theme-frontend .site-footer,
.tk-theme-frontend .listing,
.tk-theme-frontend .hero .page-header,
.tk-theme-frontend .hero .post-navigation,
.tk-theme-frontend #big-search-trigger {
	opacity: 0;
}

.show .site-header,
.show .content-area,
.show .site-footer,
.show .listing,
.show .hero .page-header,
.show .hero .post-navigation,
.show #big-search-trigger,
.no-js .site-header,
.no-js .content-area,
.no-js .site-footer,
.no-js .listing,
.no-js .hero .page-header,
.no-js .hero .post-navigation,
.no-js #big-search-trigger {
	opacity: 1;
}

.hero .page-header,
.hero .post-navigation {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: translateY(50px) translateZ(0);
	-moz-transform: translateY(50px) translateZ(0);
	-ms-transform: translateY(50px) translateZ(0);
	-o-transform: translateY(50px) translateZ(0);
	transform: translateY(50px) translateZ(0);
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-ms-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.show .hero .page-header,
.show .hero .post-navigation {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hero .page-title {
	margin: 0;
}

.hero img {
	display: none;
}

.masonry {
	opacity: 0;
}

.listing .row {
	margin-left: -32px;
	margin-right: -32px;
}

.listing .grid-wrapper {
	margin-top: -7rem;
}

.listing .hentry {
	margin-top: 7rem;
	padding-right: 32px;
	padding-left: 32px;
}

.listing .opaque {
	opacity: .2;
}

.listing article,
.listing .entry-content,
.listing .entry-content p {
	letter-spacing: 0.5px;
}

.listing .entry-content,
.listing .entry-content p {
	line-height: 1.9em;
}

.listing .entry-title {
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1.8rem;
}

.listing .col-md-12 p {
	max-width: 550px;
}

.listing .entry-meta {
	margin-bottom: 1.1rem;
}

.listing figure + .entry-header,
.listing .entry-gallery + .entry-header {
	margin-top: 1.1rem;
}

.entry-meta {
	text-transform: uppercase;
}

.entry-meta > * {
	margin-right: 10px;
}

.entry-meta > *:last-child {
	margin-right: 0;
}

.grid-sizer {
	opacity: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.featured-image a,
.gallery-size-full[data-carousel-extra] .gallery-item a,
.entry-gallery .gallery-size-full .gallery-item a,
.format-video .featured-image a {
	display: inline-block;
	position: relative;
	width: 100%;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

/*quote and link formats*/

.listing .format-quote .entry-content,
.listing .format-link .entry-content {
	position: relative;
}

.format-quote blockquote,
.format-quote blockquote p,
.listing .format-quote blockquote p,
.format-quote q,
.single .format-quote blockquote p,
.single .format-quote q,
.listing .format-link .entry-content > *:first-child {
	line-height: 1.4em;
}

.format-link .entry-content a {
	font-weight: 400;
}

.listing .format-quote blockquote,
.listing .format-link .entry-content > *:first-child {
	margin-bottom: 1.5rem;
}

.listing .format-quote .entry-content:before,
.listing .format-link .entry-content > p a:before,
.listing .format-link .entry-content > a:before {
	position: absolute;
	bottom: 5px;
	left: 0;
}

.listing .format-quote .entry-content > *:last-child,
.listing .format-link .entry-content > *:last-child {
	padding-left: 36px;
}

.single .format-quote blockquote {
	max-width: inherit;
}

.single .format-quote blockquote:first-of-type {
	margin-top: 0;
}

.single .format-quote blockquote,
.single .format-quote blockquote p {
	line-height: 4.7rem;
}

/*Thickbox pop-up*/

body #TB_overlay {
	opacity: 0.9;
}

body #TB_window {
	box-shadow: none;
	background: none;
}

body #TB_window img#TB_Image {
	border: none;
	margin: 9px 0 0;
	width: 100%;
}

#TB_closeWindow,
#TB_closeWindowButton,
body .tb-close-icon {
	line-height: inherit;
	height: auto;
	width: auto;
}

#TB_closeWindowButton:focus .tb-close-icon {
	opacity: .7;
}

#TB_closeWindow {
	padding: 0;
	position: fixed;
	top: 5%;
	right: 50px;
}

#TB_closeWindowButton,
body .tb-close-icon {
	position: static;
}

body .tb-close-icon {
	color: #000;
}

body #TB_caption,
.format-video #TB_ajaxWindowTitle {
	color: #000;
	font-weight: 400;
	letter-spacing: 1.3px;
	text-align: center;
}

body #TB_caption {
	padding: 15px 0 0;
	width: 100%;
}

.format-video #TB_ajaxWindowTitle {
	width: calc(100% - 40px);
}

#TB_secondLine {
	text-indent: -9999px;
}

#TB_prev,
#TB_next {
	overflow: hidden;
	text-align: center;
	text-indent: 0;
	width: 82px;
	position: fixed;
	top: 0;
	bottom: 0;
}

#TB_prev {
	left: 0;
}

#TB_next {
	right: 0;
}

#TB_prev a,
#TB_next a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

#TB_prev a:before,
#TB_next a:before {
	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%);
}

/*video format*/

.entry-content .wp-block-video video {
	width: 100%;
}

.entry-video,
.jetpack-video-wrapper {
	height: 0;
	overflow: hidden;
	padding-top: 55.85%;
	position: relative;
	width: 100%;
}

.has-img {
	height: auto;
	overflow: hidden;
	padding-top: 0;
	width: auto;
}

.entry-video iframe,
.jetpack-video-wrapper > *,
.jetpack-video-wrapper iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.jetpack-video-wrapper iframe {
	height: 100% !important;
	width: 100% !important;
}

.entry-video + .entry-content,
.entry-gallery + .entry-content {
	margin-top: 5rem;
}

/*single*/

.single figure + .entry-content {
	margin-top: 3rem;
}

.single .entry-title {
	margin-top: 0;
	max-width: 550px;
}

.entry-footer {
	letter-spacing: 0.3px;
}

.single .entry-footer {
	margin: 3rem 0;
}

.cat-links + .tags-links {
	margin-left: 15px;
}

.entry-footer a {
	font-weight: 400;
	opacity: .6;
}

.cat-links a:after,
.tags-links a:after {
	content: ","
}

.cat-links a:last-of-type:after,
.tags-links a:last-of-type:after {
	content: ""
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

/*search*/

.search .page-header p,
.error404 .page-header p {
	max-width: 310px;
	margin-top: 30px;
	margin-bottom: 0;
}

.results-number {
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.search-results .hentry {
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 0;
	padding: 2.8rem 0;
	position: relative;
}

.search-results .hentry:first-of-type {
	border-top: none;
}

.search-results .entry-title {
	margin-top: 0;
	margin-bottom: 1px;
}

.search-results .cat-links {
	font-weight: 700;
}

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/

/*menu template*/

.menu-group-header {
	display: none;
}

.menu-cats li,
.contact-filter li,
.single .sd-social-text li,
.single .tkss-post-share .single-soc-share-link {
	display: inline-block;
	letter-spacing: 0.6px;
	list-style: none;
}

.menu-cats li,
.contact-filter li,
.single .sd-social-text li,
.text .single-soc-share-link {
	margin-right: 18px;
}

.menu-cats li:last-of-type,
.contact-filter li:last-of-type,
.single .sd-social-text li:last-of-type {
	margin-right: 0;
}

.menu-cats a,
.contact-filter a {
	opacity: .3;
}

.menu-cats .ui-tabs-active a,
.contact-filter .ui-tabs-active a {
	font-weight: 700;
	opacity: 1;
}

.ui-tabs-panel {
	-webkit-animation: fadeIn .5s both;
	-o-animation: fadeIn .5s both;
	animation: fadeIn .5s both;
}

.ui-tabs-panel[aria-hidden="false"] {
	opacity: 1;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
}

.menu-items .menu-item p {
	line-height: 1.5em;
	opacity: 0.9;
}

.menu-group-title {
	margin-top: 0;
	margin-bottom: 10px;
	opacity: .2;
}

.menu-group-description {
	font-weight: 700;
	letter-spacing: 0.3px;
	opacity: 0.4;
}

.menu-items .menu-item .entry-header {
	display: table;
	margin-bottom: 26px;
	width: 100%;
}

.menu-items .menu-item .entry-title,
.menu-price {
	display: table-cell;
}

.menu-items .menu-item .entry-title {
	margin: 0;
	padding-right: 16px;
}

.menu-price {
	text-align: right;
	white-space: nowrap;
}

.menu-price:before {
	content: "- ";
}

.menu-label {
	display: block;
	font-style: italic;
	margin-top: -24px;
	margin-bottom: 12px;
	opacity: .3;
}

/*portfolio template*/

.page-template-page-gallery .site-content,
.page-template-page-gallery .content-area,
.tax-ct_gallery .site-content,
.tax-ct_gallery .content-area {
	display: block;
}

.page-template-page-gallery .site .site-content,
.tax-ct_gallery .site .site-content {
	padding: 0;
}

.page-template-page-gallery .content-area,
.tax-ct_gallery .content-area {
	padding-right: 0;
}

.page-template-page-gallery .not-found .search-form,
.tax-ct_gallery .not-found .search-form {
	margin-top: 5rem;
}

.gallery-wrapper {
	overflow-y: hidden;
}

.page-template-page-gallery .hentry,
.tax-ct_gallery .hentry {
	margin: 0;
}

.gallery-wrapper .thickbox {
	display: block;
}

.gallery-wrapper .thickbox:before {
	content: "";
	background-color: rgba(0,0,0,.3);
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.gallery-wrapper .entry-header {
	text-align: center;
}

.gallery-wrapper .entry-header:first-child h2 {
	margin: 50px 0;
}

.gallery-wrapper .entry-header:first-child a {
	color: #fff;
}

.gallery-wrapper .thickbox + .entry-header {
	text-align: center;
	position: absolute;
	z-index: 3;
}

.gallery-wrapper .thickbox + .entry-header .entry-title {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.page-template-page-gallery .gallery .entry-content,
.tax-ct_gallery .gallery .entry-content {
	display: none;
}

/*contact template*/

#contact-info {
	max-width: 600px;
}

#contact-map {
	z-index: 1;
}

#contact-map iframe {
	margin: 0;
}

.contact-filter {
	background-color: #fff;
	border-radius: 17px;
	padding: 0 16px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

body > .widget-area {
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: auto;
	width: 560px;
	bottom: 0;
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-moz-transition: -moz-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-ms-transition: -ms-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-o-transition: -o-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	transition: transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	z-index: 10000;
}

body > .widget-area,
.search-wrap {
	max-width: 100%;
	left: 100%;
	position: fixed;
	top: 0;
}

.search-wrap {
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
}

.admin-bar > .widget-area {
	top: 32px;
}

.big-search .site-content {
	opacity: 0;
}

.sidebar-opened > .widget-area,
.big-search .search-wrap {
	-webkit-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
	transform: translate(-100%,0);
}

.big-search .search-wrap {
	opacity: 1;
}

.close-sidebar,
#big-search-close,
body .jp-carousel-close-hint span,
body .tb-close-icon {
	border: 1px solid;
	border-color: transparent;
	height: 40px;
	padding: 0;
	text-align: center;
	width: 40px;
	transform-style: preserve-3d;
}

.close-sidebar,
#big-search-close,
body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
	right: 70px;
}

.close-sidebar,
#big-search-close {
	position: absolute;
}

body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
	position: fixed;
}

.close-sidebar {
	background: none;
}

#big-search-close {
	background: transparent;
	z-index: 1003;
}

#big-search-close,
#closeSidebar {
	border-color: transparent;
}

.close-sidebar:focus,
#big-search-close:focus,
body .jp-carousel-close-hint span:focus {
	background: none;
	color: #fff;
}

.close-sidebar:before,
.close-sidebar:after,
#big-search-close:before,
#big-search-close:after,
.jp-carousel-close-hint span:before,
.jp-carousel-close-hint span:after,
body .tb-close-icon:before,
body .tb-close-icon:after {
	content: "";
	height: 48%;
	width: 1px;
	display: block;
	position: absolute;
	top: 25%;
	left: 18px;
}

.close-sidebar:before,
.close-sidebar:after,
#big-search-close:before,
#big-search-close:after,
.jp-carousel-close-hint span:before,
.jp-carousel-close-hint span:after,
body .tb-close-icon:before,
body .tb-close-icon:after {
	background-color: #000;
}

.close-sidebar:before,
#big-search-close:before,
.jp-carousel-close-hint span:before,
body .tb-close-icon:before {
	-webkit-transform: rotate(-45deg) translateZ(0);
	-moz-transform: rotate(-45deg) translateZ(0);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
}

.close-sidebar:after,
#big-search-close:after,
.jp-carousel-close-hint span:after,
body .tb-close-icon:after {
	-webkit-transform: rotate(45deg) translateZ(0);
	-moz-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 5rem;
}

.comment-list .comment {
	list-style: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.bypostauthor > .comment-body .comment-author b:after {
	display: inline-block;
	margin-left: 8px;
	opacity: .2;
	vertical-align: middle;
}

.comments-title,
.comment-reply-title,
.posts-navigation {
	position: relative;
}

.comments-title,
.comment-reply-title {
	margin-top: 0;
	padding-top: 3.5rem;
}

.comments-title,
.comment-reply-title {
	opacity: .6;
}

.comments-title:before,
.comment-reply-title:before,
.posts-navigation:before {
	content: "";
	border-top: 1px solid;
	display: block;
	position: absolute;
	top: 0;
}

.comments-title:before,
.comment-reply-title:before {
	border-color: rgba(0,0,0,.3);
}

.posts-navigation:before {
	border-color: rgba(0,0,0,.1);
}

.comments-area .comment,
.comments-area .pingback {
	margin-top: 6.8rem;
}

.pingback .comment-body > a {
	display: block;
	margin-top: 1.3em;
}

.comment-author,
.comment-metadata {
	display: inline-block;
}

.comment-author {
	margin-right: 20px;
}

.comment-author img,
.author-box img {
	border-radius: 26px;
	height: 40px;
	width: 40px;
}

.comment-author,
.comment-metadata,
.comment .reply {
	text-transform: uppercase;
}

.comment-metadata > * + *:before {
	content: "\00b7";
	margin: 0 5px;
}

.comment-author .says {
	display: none;
}

.comment-content {
	margin-top: 20px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 4.5rem;
}

.no-comments {
	margin-top: 5rem;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer,
.infinite-scroll .paging-navigation,
#loading-is { /* Older / Newer Posts Navigation (always hidden) */
	display: none;
}

#infscr-loading {
	display: none !important;
}

body #infinite-handle {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.infinite-loader {
	height: 23px;
	position: relative;
}

.infinite-loader .spinner {
	left: 50% !important;
	top: 0 !important;
}

.infinite-loader .spinner > div {
	display: none;
}

.infinite-loader .spinner:before {
	content: '';
	display: block;
	width: 28px;
	margin-left: -14px;
	height: 28px;

	border-radius: 50%;
	background-color: #000;
	-webkit-animation: pulsee 1s infinite ease-out;
	animation: pulsee 1s infinite ease-out;
}

@keyframes pulsee {
	0% {
	    -webkit-transform: scale(0.3);
	    transform: scale(0.3);
	    opacity: .7;
	}
	90%, 100% {
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    opacity: 0;
	}
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

body #infinite-footer {
	background: rgba(255,255,255,.8);
	border-color: #ccc;
	border-color: rgba(0,0,0,.1);
	border-style: solid;
	border-width: 1px 0 0;
}

body #infinite-footer .container {
	background: none;
	border: none;
	max-width: inherit;
	padding-left: 50px;
	padding-right: 50px;
}

#infinite-handle {
	clear: both;
	display: table;
}

#infinite-handle,
#loading-is {
	margin: 5rem auto 0;
}

.page-template-page-gallery #infinite-handle,
.tax-ct_gallery #infinite-handle {
	margin-bottom: 5rem;
}

.grid-wrapper:not(.masonry) #infinite-handle {
	padding-top: 6rem;
	padding-bottom: 3rem;
}

.masonry #infinite-handle,
.masonry .infinite-loader {
	position: absolute;
	bottom: -144px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

body #infinite-handle span {
	display: inline-block;
	padding: 0;
}

#infinite-handle span a {
	display: block;
	line-height: 37px;
	padding-top: 0;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.author-box {
	margin: 3rem 0;
	padding-top: 10px;
}

.author-info > p {
	max-width: 330px;
}

.author-name {
	text-transform: uppercase;
	margin-top: 0;
}

.author-name span {
	opacity: .5;
	margin-left: 8px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text,
.wp-caption-dd {
	letter-spacing: 0.5px;
	line-height: 1.5em;
	margin: 1.1em 0;
	opacity: .5;
}

.widget .wp-caption-text {
	opacity: 1;
}

.alignleft .wp-caption-text {
	text-align: left;
}

.alignright .wp-caption-text {
	margin-left: auto;
	text-align: right;
}

.aligncenter .wp-caption-text {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-icon {
	padding: 10px 10px 0 0;
}

.gallery-count {
	margin-top: 12px;
}

.gallery-icon a {
	border: none;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-size-full[data-carousel-extra],
.entry-gallery .gallery-size-full {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.gallery-size-full[data-carousel-extra] .gallery-item,
.entry-gallery .gallery-size-full .gallery-item {
	cursor: pointer;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.gallery-size-full[data-carousel-extra] .gallery-item + .gallery-item,
.entry-gallery .gallery-size-full .gallery-item + .gallery-item {
	display: none;
}

/*--------------------------------------------------------------
## Jetpack overwrites
--------------------------------------------------------------*/

body div.sharedaddy h3.sd-title:before {
	display: none;
}

/*JP slideshow gallery*/

body .slideshow-window,
body .carousel .slideshow-window {
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: visible;
}

.single .entry-gallery > .slideshow-window {
	display: block;
}

.slideshow-window .slideshow-controls {
	background-color: rgba(0,0,0,.2);
	display: inline-block;
	height: 31px;
	opacity: 1;
	padding: 0 40px 0 10px;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .slideshow-window div.slideshow-controls a,
body .slideshow-window div.slideshow-controls a:hover {
	background: none !important;
	border: none !important;
	height: auto !important;
	margin-top: -5px !important;
}

body .slideshow-window div.slideshow-controls a {
	color: #fff !important;
	vertical-align: middle;
}

body .slideshow-window div.slideshow-controls a:first-of-type,
body .slideshow-window div.slideshow-controls a:last-of-type {
	width: 45px !important;
}

body .slideshow-window div.slideshow-controls a:nth-of-type(2) {
	color: #fff !important;
	width: 16px !important;
	position: absolute;
	top: 6px;
	right: 10px;
}

body .slideshow-window div.slideshow-controls a:before {
	text-shadow: 0 1px 1px rgba(0,0,0,0.11);
}

/*JP social*/

.single .sd-social:not(.sd-social-text),
.page .sd-social {
	margin-top: 3rem;
}

body .tkss-post-share > h6,
.post .tkss-post-share > h6 {
	font-size: 14px !important;
	font-size: 0.875rem !important;
	margin-top: 0;
}

body .tkss-post-share > h6,
.post .tkss-post-share > h6,
div.sharedaddy .sd-social h3.sd-title {
	font-weight: 400;
	margin-bottom: 1rem;
	margin-right: 21px;
}

div.sharedaddy .sd-social h3.sd-title:before,
div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

.single .sd-social-text .sd-title,
.single .sd-social .sd-content,
body .tkss-post-share > h6,
.post .tkss-post-share > h6 {
	display: inline-block;
	white-space: normal;
}

div.sharedaddy .sd-social .sd-content,
.text .single-soc-share-link {
	margin-top: -4px;
}

.sharedaddy .sd-social-text .sd-content ul li a.sd-button,
.sharedaddy .sd-social-text .sd-content ul li a.sd-button:hover {
	background: transparent;
	border: none;
}

.sharedaddy .sd-social-text .sd-content ul li a.sd-button {
	box-shadow: none;
	color: #a6a6a6 !important;
	line-height: inherit;
	padding: 0;
}

/*thickbox*/

body textarea#jp-carousel-comment-form-comment-field,
body .jp-carousel-titleanddesc,
body .jp-carousel-image-meta,
body .jp-carousel-buttons {
	border-color: #ebebeb;
}

body textarea#jp-carousel-comment-form-comment-field {
	border-radius: 0;
	box-shadow: none;
}

body textarea#jp-carousel-comment-form-comment-field,
body textarea#jp-carousel-comment-form-comment-field:focus,
body .jp-carousel-image-meta,
body .jp-carousel-buttons {
	background: #fff;
}

body textarea#jp-carousel-comment-form-comment-field:focus {
	border-color: #000;
}

body .jp-carousel-overlay,
body #TB_overlay {
	background-color: rgba(255,255,255,.9);
}

body div.jp-carousel-buttons a.jp-carousel-commentlink {
	background: none;
	padding-left: 14px !important;
}

body .jp-carousel-image-meta li {
	color: #000 !important;
}

body .jp-carousel-close-hint span {
	background: none;
	border-radius: 0;
	text-indent: -9999px;
}

/*Thickbox video*/

body #TB_window.format-video {
	background: transparent;
	box-shadow: none;
	margin-top: -21% !important;
	margin-left: 15% !important;
	width: 70% !important;
	left: 0;
}

body #TB_title {
	background-color: transparent;
	border: none;
	margin-bottom: 16px;
}

.format-video #TB_ajaxContent {
	height: 0 !important;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 55.2%;
	position: relative;
	width: 100% !important;
}

.format-video #TB_ajaxContent iframe {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.format-video #TB_ajaxWindowTitle {
	padding: 0;
}

.format-video #TB_closeAjaxWindow {
	float: right;
	margin-top: 4px;
}

body #TB_closeWindowButton {
	height: 40px;
	width: 40px;
}

body #TB_closeWindowButton:focus .tb-close-icon {
	box-shadow: none;
}

#TB_load {
	display: none !important;
}

/*JP popup gallery*/

.jp-carousel-wrap .jp-carousel-slide {
	opacity: 0.3;
}

.jp-carousel-wrap .jp-carousel-slide {
	background-color: transparent;
}

.jp-carousel-wrap .jp-carousel-slide img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span {
	background-image: none;
	text-indent: 0;
}

.jp-carousel-wrap .jp-carousel-slide.selected,
.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span,
.jp-carousel-wrap .jp-carousel-next-button:hover span,
.jp-carousel-wrap .jp-carousel-previous-button:hover span {
	opacity: 1;
}

.jp-carousel-wrap .jp-carousel-close-hint,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
	color: #000;
}

.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #000;
	height: 50px;
	line-height: initial;
	padding-left: 3em !important;
	padding-right: 3em !important;
}

.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body div.jp-carousel-fadeaway {
	background: none;
}

/*Related*/

body #jp-relatedposts {
	margin-top: 5rem;
}

body #jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 4rem;
	width: 100%;
}

body #jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
}

body #jp-relatedposts div.jp-relatedposts-items,
body #jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -5%;
}


body #jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	display: inline-block;
	float: none;
	padding-right: 5%;
	opacity: 1;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
}

.jp-relatedposts-headline {
	opacity: .6;
}

.jp-relatedposts-post .jp-relatedposts-post-a {
	border: none;
	display: block;
}

.jp-relatedposts-post .gallery-image {
	margin-bottom: 25px;
}

body #jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	letter-spacing: 0.2px;
	line-height: 1.5em;
}


body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border: none;
	font-weight: 700;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: inline-block;
	letter-spacing: 1px;
	margin: 25px 0 10px;
	text-transform: uppercase;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1;
}

body #jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs .jp-relatedposts-post-context,
body #jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs .jp-relatedposts-post-date {
	margin-top: 0;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	margin-left: 10px;
}

#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-top: 20px;
	opacity: 0.8;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 768px){

	.site-content {
		padding-top: 61px;
	}

	.scroll-box {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.single .entry-meta {
		margin-bottom: 5rem;
	}

	.single .entry-title {
		margin-bottom: 4.8rem;
	}

	.nav-links {
		width: 100%;
	}

	.comment-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		padding-right: 20px;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.post-navigation .nav-next {
		float: left;
		padding-left: 20px;
		width: 50%;
	}

	.comment-navigation .nav-next {
		text-align: right;
	}

	.nav-previous a:after {
		text-align: left;
	}

	.nav-next a:after {
		text-align: right;
	}

	.posts-navigation .nav-previous,
	.posts-navigation .nav-next {
		padding-top: 42px;
		padding-bottom: 39px;
	}

	.comment-body,
	.author-box {
		padding-left: 64px;
		position: relative;
	}

	.comment-author img,
	.author-box figure {
		position: absolute;
		left: 0;
	}

	.comment-author img {
		top: -12px;
	}

	.author-box figure {
		top: 0;
	}

	.comment-form-author,
	.comment-form-email {
		float: left;
		width: 50%;
	}

	.comment-form-author {
		padding-right: 22px;
	}

	.comment-form-email {
		padding-left: 22px;
	}

	.contact-form .third-width {
		display: inline-block;
		width: 33.3333%;
	}

	.menu-items .menu-item {
		float: left;
		padding-right: 14%;
		width: 50%;
	}

	.menu-items .menu-item:nth-of-type(2n + 1) {
		clear: left;
	}

	.menu-items .menu-item:last-of-type,
	.menu-items .menu-item:nth-last-of-type(2),
	.menu-items .menu-item:last-of-type .entry-content > *:last-child,
	.menu-items .menu-item:nth-last-of-type(2) .entry-content > *:last-child {
		margin-bottom: 0;
	}

	.entry-content figure.alignleft,
	.entry-content img.alignleft {
		margin: 8px 46px 30px 0;
	}

	.entry-content figure.alignright,
	.entry-content img.alignright {
		margin: 8px 0 30px 46px;
	}

	.site-footer > [class^="menu"] {
		float: left;
	}

	.site-footer > [class^="menu"] + .site-info {
		float: right;
		position: relative;
		top: 7px;
	}

	.site-footer > [class^="menu"] {
		max-width: 36%;
	}

	.site-footer > [class^="menu"] + .site-info {
		max-width: 62%;
	}

	.search-results .entry-meta + .entry-title {
		margin-top: 14px;
	}

	.picker__holder .picker__footer .picker__button--clear,
	.picker__holder .picker__footer .picker__button--today {
		display: none;
	}

	.picker__box .picker__header {
		padding-right: 150px;
	}

	.picker__holder .picker__footer .picker__button--close {
		border: none;
		font-size: 0;
		margin-right: 16px;
		padding: 0 10px;
		width: auto;
		position: absolute;
		top: 46px;
		right: 3rem;
	}

	.picker__holder .picker__footer .picker__button--close:before {
		color: #000;
		font-size: 30px;
		height: auto;
		margin-right: 0;
		position: static;
	}

}

@media only screen and (min-width: 1025px){

	.site {
		min-height: 100vh;
		position: relative;
	}

	.site:before {
		content: "";
		background-color: #000;
		width: 49.95%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
	}

	.admin-bar .site {
		min-height: calc(100vh - 32px);
	}

	.page-template-page-gallery .site,
	.page-template-page-gallery .site-content,
	.tax-ct_gallery .site,
	.tax-ct_gallery .site-content {
		background: #000;
	}

	.page-template-page-gallery .site .site-content .not-found,
	.page-template-page-gallery .site .site-content .not-found h1,
	.page-template-page-gallery .site .site-content .not-found a,
	.page-template-page-gallery .not-found input[type="search"],
	.tax-ct_gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found h1,
	.tax-ct_gallery .site .site-content .not-found a,
	.tax-ct_gallery .not-found input[type="search"] {
		color: #fff;
	}

	.page-template-page-gallery .not-found input[type="search"]::-webkit-input-placeholder,
	.tax-ct_gallery .not-found input[type="search"]::-webkit-input-placeholder {
		color: #fff;
	}

	.page-template-page-gallery .not-found input[type="search"]:-moz-placeholder,
	.tax-ct_gallery .not-found input[type="search"]:-moz-placeholder {
		color: #fff;
	}

	.page-template-page-gallery .not-found input[type="search"]::-moz-placeholder,
	.tax-ct_gallery .not-found input[type="search"]::-moz-placeholder {
		color: #fff;
	}

	.page-template-page-gallery .not-found input[type="search"]:-ms-input-placeholder,
	.page-template-page-gallery .not-found input[type="search"]:-ms-input-placeholder:focus,
	.tax-ct_gallery .not-found input[type="search"]:-ms-input-placeholder,
	.tax-ct_gallery .not-found input[type="search"]:-ms-input-placeholder:focus {
		color: #fff;
	}

	.site-content,
	.page.page-template-page-menu .site-content,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-bottom: 120px;
	}

	.site-header {
		margin-top: -2px;
	}

	.hero {
		height: 100vh;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
	}

	.admin-bar .hero {
		height: calc(100vh - 32px);
	}

	.sidebar-opened .hero {
		opacity: .3 !important;
	}

	.hero:before {
		bottom: 0;
	}

	.site-content {
		margin-left: 50%;
	}

	.page-template-page-contact .site-content {
		position: relative;
	}

	body > .widget-area {
		border-left: 1px solid rgba(0,0,0,.05);
		width: 600px;
	}

	.sidebar-opened .site-content,
	.sidebar-opened .sidebar-trigger,
	.sidebar-opened > .widget-area {
		-webkit-transform: translateX(-583px);
		-moz-transform: translateX(-583px);
		-ms-transform: translateX(-583px);
		-o-transform: translateX(-583px);
		transform: translateX(-583px);
	}

	.site-header,
	.content-container,
	.site-footer {
		width: 50%;
	}

	.hero {
		width: 50%;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul ul {
		text-align: left;
		width: 160px;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1002;
	}

	.nav-menu > li > ul {
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
	}

	.nav-menu > .toggle-on > ul,
	.nav-menu > .focus > ul {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.nav-menu > li > ul ul {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-o-transform: translateX(50px);
		transform: translateX(50px);
	}

	.nav-menu > li > ul .toggle-on ul,
	.nav-menu > li > ul .focus ul {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.main-navigation ul ul li {
		display: block;
		margin: 4px 0;
		padding: 0 35px 0 0;
		position: static;
	}

	.main-navigation ul ul ul {
		left: 20px;
	}

	.site-branding,
	.site-header nav {
		display: table-cell;
		vertical-align: top;
	}

	.site-branding {
		margin-right: 0;
		margin-left: 0;
		text-align: left;
	}

	.site-header nav {
		padding-right: 30px;
		text-align: right;
	}

	.sidebar-opened .site-header nav {
		display: none;
	}

	.page:not(.page-template-page-gallery):not(.page-template-page-menu) .content-area,
	.single-post .content-area {
		padding-right: 12%;
	}

	.page-template-page-menu .content-area {
		padding-right: 46px;
	}

	.listing .col-md-12 {
		padding-right: 10%;
	}

	.menu-cats,
	.contact-filter,
	.single .sd-social-text,
	.single .tkss-post-share.aside {
		margin-right: 0.5em;
		max-width: 70vh;
		position: fixed;
		top: 50%;
		-webkit-transform: translate(50%,-50%) rotate(90deg);
		-moz-transform: translate(50%,-50%) rotate(90deg);
		-ms-transform: translate(50%,-50%) rotate(90deg);
		-o-transform: translate(50%,-50%) rotate(90deg);
		transform: translate(50%,-50%) rotate(90deg);
		z-index: 3;
	}

	.posts-navigation:last-child {
		margin-bottom: -120px;
	}

	.widget + .widget {
		margin-top: 6rem;
	}

	#contact-map {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}

	#contact-map iframe {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	body .contact-form-submission {
		margin-top: 12vh;
	}

	.gallery-size-full[data-carousel-extra] .gallery-item a:after,
	.entry-gallery .gallery-size-full .gallery-item a:after,
	.format-video .featured-image a:after {
		margin-left: -12px;
		margin-top: -12px;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.gallery-size-full[data-carousel-extra] .gallery-item a:before,
	.entry-gallery .gallery-size-full .gallery-item a:before,
	.format-video .featured-image a:before {
		content: "";
		background-color: rgba(255,255,255,.8);
		margin: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.gallery-wrapper .thickbox + .entry-header {
		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%);
	}

	.gallery-wrapper .thickbox + .entry-header a {
		opacity: 0;
	}

	.menu-items .menu-item {
		margin-bottom: 4rem;
	}

	.menu-group-header {
		margin-bottom: 6vh;
	}

	.site-footer {
		position: fixed;
		bottom: 0;
		left: 0;
	}

	.sidebar-opened .site-branding,
	.sidebar-opened .site-footer {
		opacity: 0;
	}

	/*Hover States*/

	.listing .cat-links a:hover,
	.logged-in-as a:hover {
		color: #000;
	}

	.sharedaddy .sd-social-text .sd-content ul li a.sd-button:hover {
		color: #000 !important;
	}

	.entry-header a:hover,
	.comments-area a:hover,
	.format-standard .featured-image a:hover,
	.page-template-page-gallery .site .site-content .not-found a:hover,
	.tax-ct_gallery .site .site-content .not-found a:hover {
		opacity: .45;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	#infinite-handle span a:hover,
	body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:hover,
	body #jp-carousel-comment-form-button-submit:hover {
		background: transparent;
		color: #000;
	}

	input[type="text"]:hover,
	input[type="email"]:hover,
	input[type="url"]:hover,
	input[type="password"]:hover,
	input[type="search"]:hover,
	input[type="number"]:hover,
	input[type="tel"]:hover,
	input[type="range"]:hover,
	input[type="date"]:hover,
	input[type="month"]:hover,
	input[type="week"]:hover,
	input[type="time"]:hover,
	input[type="datetime"]:hover,
	input[type="datetime-local"]:hover,
	input[type="color"]:hover,
	textarea:hover,
	select:hover,
	.entry-content a:hover,
	.entry-footer a:hover,
	.entry-footer a:hover,
	.author-box a:hover,
	body .tb-close-icon:hover,
	body .tb-close-icon:focus,
	body .jp-carousel-close-hint:hover span,
	.widget input[type="text"]:hover,
	.widget input[type="email"]:hover,
	.widget input[type="tel"]:hover,
	.widget input[type="password"]:hover,
	.widget input[type="url"]:hover,
	.widget input[type="search"]:hover,
	.widget select:hover,
	.widget textarea:hover {
		border-color: #000;
	}

	.site-footer > [class^="menu"] a:hover {
		border-color: #fff;
	}

	.scroll-box {
		opacity: .5;
	}

	.scroll-box .widget a:hover,
	.scroll-box .widget .search-form input[type="submit"]:hover,
	.newsleter-widget form input[type="submit"]:hover,
	.scroll-box .jetpack-display-remote-posts h4 a:hover,
	#infinite-handle span a:hover {
		color: #000;
	}

	.flickr_badge_image a:hover,
	.null-instagram-feed li a:hover,
	.advertisement-widget a:hover {
		opacity: .3;
	}

	.menu-cats a:hover,
	.contact-filter a:hover,
	.widget-area:hover .scroll-box,
	.logged-in-as a:hover {
		opacity: 1;
	}

	.scroll-box .widget h1 a:hover,
	.scroll-box .widget h2 a:hover,
	.scroll-box .widget h3 a:hover,
	.scroll-box .widget h4 a:hover,
	.scroll-box .widget h5 a:hover,
	.scroll-box .widget h6 a:hover {
		color: rgba(0,0,0,.6);
	}

	.site-branding a:hover,
	.sidebar-trigger:hover,
	.nav-menu .opaque a,
	.nav-menu .opaque .dropdown-toggle,
	#big-search-trigger:hover,
	.hero .post-navigation a:hover,
	.sidebar-trigger:focus,
	#big-search-trigger:focus,
	#big-search-close:hover,
	#big-search-close:focus,
	.close-sidebar:hover,
	.close-sidebar:focus,
	.site-info a:hover,
	.instagram-feed li:hover a,
	.instagram-feed li:focus a {
		opacity: .6;
	}

	.close-sidebar:hover,
	.scroll-box .search-form input[type="submit"]:hover,
	.newsleter-widget form input[type="submit"]:hover {
		background: transparent;
	}

	.posts-navigation a:hover,
	.search-form:hover:before,
	.newsleter-widget form:hover:before,
	.search-form:focus:before,
	.newsleter-widget form:focus:before,
	.listing .cat-links a:hover,
	.entry-footer a:hover,
	.gallery-wrapper .hentry:hover .thickbox:before,
	.gallery-wrapper .thickbox + .entry-header a:hover,
	.gallery-wrapper .hentry:hover .thickbox + .entry-header a,
	.single .sd-social-text a:hover {
		opacity: 1;
	}

	.gallery-size-full[data-carousel-extra] .gallery-item a:hover:after,
	.entry-gallery .gallery-size-full .gallery-item a:hover:after,
	.format-video .featured-image a:hover:after {
		color: #000;
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.listing .gallery-size-full[data-carousel-extra]:hover .gallery-item a:before,
	.single .gallery-size-full[data-carousel-extra]:hover .gallery-item a:before,
	.listing .entry-gallery .gallery-size-full:hover .gallery-item a:before,
	.single .entry-gallery .gallery-size-full:hover .gallery-item a:before,
	.format-video .featured-image a:hover:before {
		opacity: 1;
	}

	body .slideshow-window div.slideshow-controls a:hover {
		color: rgba(255,255,255,.7) !important;
	}

	.jp-carousel-wrap .jp-carousel-close-hint:hover {
		opacity: .7;
	}

	.jp-carousel-wrap .jp-carousel-previous-button:hover span:before,
	#TB_prev:hover a:before {
		left: 40%;
	}

	.jp-carousel-wrap .jp-carousel-next-button:hover span:before,
	#TB_next:hover a:before {
		margin-right: -25px;
		left: 60%;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
		text-decoration: none;
	}

	.jp-relatedposts-post:hover .jp-relatedposts-post-title {
		text-decoration: underline;
	}

	.jp-relatedposts-post-thumbs .jp-relatedposts-post-a:hover {
		opacity: .5;
	}

	.picker__holder .picker--focused .picker__list-item--highlighted,
	.picker__holder .picker__list-item--highlighted:hover,
	.picker__holder .picker__list-item:hover {
		background-color: transparent;
	}

	.picker__holder .picker__list-item:hover {
		border-color: #000;
	}

	.picker__box .picker__nav--next:hover,
	.picker__box .picker__nav--prev:hover,
	.picker__holder .picker__button--close:hover {
		background-color: transparent;
		opacity: 1;
	}

}

@media only screen and (min-width: 1367px){

	.page-template-page-menu .entry-content > *:last-child {
		margin-bottom: 3rem;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1366px){

	.rtb-booking-form form fieldset > div {
		display: block;
		width: 100%;
	}

}

@media only screen and (min-width: 1451px){

	.site-branding {
		max-width: 220px;
	}

	.hero-container {
		padding-left: 80px;
		padding-right: 60px;
	}

	.hero .page-header,
	.hero .post-navigation {
		width: calc(100% - 140px);
	}

	#big-search-trigger,
	.menu-cats,
	.contact-filter,
	.single .sd-social-text,
	.single .tkss-post-share.aside {
		right: 80px;
	}

	.sidebar-opened .menu-cats,
	.sidebar-opened .contact-filter,
	.sidebar-opened.single .sd-social-text,
	.sidebar-opened.single .tkss-post-share.aside {
		right: 665px;
	}

	.content-container,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-left: 80px;
		padding-right: 80px;
	}

	.comments-title:before,
	.comment-reply-title:before,
	.posts-navigation:before {
		margin-left: -80px;
		margin-right: -80px;
		width: calc(50vw - 8px);
	}

	.page .site-content,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-top: 167px;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1450px){

	.hero-container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.hero .page-header,
	.hero .post-navigation {
		width: calc(100% - 100px);
	}

	#big-search-trigger,
	.menu-cats,
	.contact-filter,
	.single .sd-social-text,
	.single .tkss-post-share.aside,
	.close-sidebar,
	#big-search-close,
	body .jp-carousel-close-hint span,
	body #TB_closeWindowButton {
		right: 50px;
	}

	.sidebar-opened .menu-cats,
	.sidebar-opened .contact-filter,
	.sidebar-opened.single .sd-social-text,
	.sidebar-opened.single .tkss-post-share.aside {
		right: 635px;
	}

	.content-container,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-left: 50px;
		padding-right: 50px;
	}

	.comments-title:before,
	.comment-reply-title:before,
	.posts-navigation:before {
		margin-left: -50px;
		margin-right: -50px;
		width: calc(50vw - 8px);
	}

	.site-footer > [class^="menu"] + .site-info {
		max-width: 65%;
	}

	.site-footer > [class^="menu"] {
		max-width: 32%;
	}

}

@media only screen and (max-width: 1680px){

	.hero .page-title {
		font-size: 80px;
		font-size: 5rem;
	}

}

@media only screen and (max-width: 1450px){

	.site-branding {
		max-width: 190px;
	}

	.page .site-content,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-top: 100px;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1280px){

	.hero .page-title {
		font-size: 68px;
		font-size: 4.25rem;
	}

	.contact-form .third-width {
		width: 100%;
	}

	.menu-items .menu-item {
		padding-right: 7%;
	}

	body > .widget-area {
		width: calc(50vw + 15px);
	}

	.sidebar-opened .site-branding {
		display: none;
	}

	.sidebar-opened .site-content,
	.sidebar-opened .sidebar-trigger,
	.sidebar-opened > .widget-area {
		-webkit-transform: translateX(-50vw);
		-moz-transform: translateX(-50vw);
		-ms-transform: translateX(-50vw);
		-o-transform: translateX(-50vw);
		transform: translateX(-50vw);
	}

	.sidebar-opened .menu-cats,
	.sidebar-opened .contact-filter,
	.sidebar-opened.single .sd-social-text,
	.sidebar-opened.single .tkss-post-share.aside {
		right: calc(50vw + 50px);
	}

}

@media only screen and (max-width: 1024px){

	.site-content,
	.content-area {
		display: block;
	}

	.hero {
		min-height: 50vh;
		position: relative;
		width: 100%;
	}

	.hero:before {
		bottom: 0;
	}

	.big-search .hero {
		opacity: 0 !important;
	}

	.hero .page-header,
	.hero .post-navigation {
		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-ms-transition-delay: .3s;
		-o-transition-delay: .3s;
		transition-delay: .3s;
	}

	.show .hero .gone {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	.site-header,
	.site-header .hero-container,
	.site-footer {
		width: 100%;
	}

	.header-scrolled .site-header {
		background-color: #ccc;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header-scrolled .site-header,
	.header-scrolled #big-search-trigger {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}

	.header-scrolled #big-search-trigger,
	.header-scrolled .close-sidebar,
	.header-scrolled #big-search-close,
	.header-scrolled .jp-carousel-close-hint span,
	.header-scrolled #TB_closeWindowButton {
		margin-top: 15px;
	}

	.site-header .hero-container {
		position: relative;
	}

	.site-branding {
		margin-left: 50px;
	}

	.menu-toggle {
		background: none;
		border: none;
		display: inline-block;
		font-size: 0;
		height: 40px;
		margin-top: -4px;
		margin-left: -10px;
		padding: 0;
		text-align: center;
		width: 40px;
		position: absolute;
		top: 0;
		left: 50px;
		z-index: 1001;
	}

	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
	}

	.menu-toggle i {
		color: #fff;
		display: inline-block;
		font-size: 10px;
		letter-spacing: 1px;
		font-style: normal;
		margin-top: -6px;
		text-indent: 0;
		text-transform: uppercase;
		position: absolute;
		top: 50%;
		left: -44px;
		display: none;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background-color: #fff;
		height: 1px;
		position: absolute;
		width: 20px;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.menu-toggle span {
		margin-top: -1px;
		top: 50%;
		right: 10px;
	}

	.menu-toggle span:before,
	.menu-toggle span:after {
		content: "";
		right: 0;
	}

	.menu-toggle span:before {
		top: -5px;
	}

	.menu-toggle span:after {
		top: 5px;
	}

	.toggled .menu-toggle span {
		background-color: transparent;
	}

	.toggled .menu-toggle span:before,
	.toggled .menu-toggle span:after {
		background-color: #fff;
		width: 20px;
		top: 0;
	}

	.toggled .menu-toggle span:before {
		-webkit-transform: rotate(45deg) translateZ(0);
		-moz-transform: rotate(45deg) translateZ(0);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg) translateZ(0);
		transform: rotate(45deg) translateZ(0);
	}

	.toggled .menu-toggle span:after {
		-webkit-transform: rotate(-45deg) translateZ(0);
		-moz-transform: rotate(-45deg) translateZ(0);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg) translateZ(0);
		transform: rotate(-45deg) translateZ(0);
	}

	.site-header nav {
		margin: 0;
		text-transform: none;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		background-color: #000;
		height: 100vh;
		opacity: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding-left: 50px;
		padding-right: 50px;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.toggled .menu-toggle + div,
	.toggled.main-navigation > .menu {
		opacity: 1;
		visibility: visible;
	}

	.menu-toggle + div:before,
	.main-navigation > .menu:before {
		content: "";
		display: inline-block;
		height: 100%;
		margin-right: -0.25em;
		vertical-align: middle;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current_page_item > .dropdown-toggle,
	.main-navigation .current-menu-item > .dropdown-toggle,
	.main-navigation .current_page_ancestor > .dropdown-toggle,
	#big-search-trigger {
		color: #fff;
	}

	.main-navigation .nav-menu {
		display: inline-block;
		margin: 110px 0 50px;
		max-height: calc(100% - 160px);
		overflow-y: auto;
		position: relative;
		text-align: left;
		vertical-align: top;
		width: 100%;
	}

	.admin-bar .main-navigation .nav-menu {
		margin-top: 152px;
		max-height: calc(100% - 202px);
	}

	.main-navigation #menuMarker {
		display: none;
	}

	.main-navigation .nav-menu li {
		display: block;
		margin: 1em 0 0;
		padding: 0;
	}

	.main-navigation .nav-menu > li:first-of-type {
		margin-top: 0;
	}

	.nav-menu > li > .sub-menu > li:last-child {
		padding-bottom: 20px;
	}

	.nav-menu > li {
		font-size: 26px;
	}

	.nav-menu .main-navigation .current_page_item > a,
	.nav-menu .main-navigation .current-menu-item > a,
	.nav-menu .main-navigation .current_page_ancestor > a {
		color: #fff;
		font-weight: 700;
	}

	.nav-menu > li > .dropdown-toggle {
		margin-left: 20px;
		margin-right: -53px;
	}

	.nav-menu .sub-menu li {
		font-size: 14px;
	}

	.nav-menu .sub-menu li .dropdown-toggle {
		font-size: 11px;
		margin-left: 10px;
		margin-right: -23px;
	}

	.main-navigation ul ul {
		max-height: 0;
		overflow: hidden;
	}

	.toggle-on > a ~ ul,
	.focus > a ~ ul {
		max-height: 400px;
	}

	.big-search,
	.sidebar-opened {
		overflow: hidden;
	}

	.sidebar-trigger {
		position: absolute;
		right: 90px;
		top: 0;
	}

	body > .widget-area,
	.search-wrap {
		width: 100%;
	}

	.search-wrap {
		left: 100vw;
	}

	.alignright,
	.alignleft {
		max-width: 45%;
	}

	.dropcap {
		margin-top: 1.6em;
	}

	.dropcap:before {
		font-size: 4em;
	}

	.post-navigation {
		position: relative;
	}

	.post-navigation:last-child {
		margin-top: 5rem;
		margin-bottom: -50px;
	}

	.post-navigation:before {
		content: "";
		border-top: 1px solid;
		border-color: rgba(0,0,0,.1);
		display: block;
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
		position: absolute;
		top: 0;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		display: inline-block;
		padding: 30px 20px 27px 50px;
		position: relative;
		vertical-align: top;
	}

	.post-navigation .nav-next {
		padding-right: 50px;
	}

	.post-navigation .nav-previous + .nav-next {
		padding-left: 20px;
	}

	.post-navigation a {
		display: block;
		font-weight: 700;
		opacity: .5;
		position: relative;
		text-transform: uppercase;
	}

	.post-navigation .nav-previous a:before,
	.post-navigation .nav-next a:after {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		top: -5px;
	}

	.post-navigation .nav-previous a:before {
		left: -50px;
	}

	.post-navigation .nav-next a:after {
		right: -50px;
	}

	body > .widget-area {
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
	}

	.scroll-box {
		margin-left: 50px;
		margin-right: 50px;
	}

	.widget + .widget {
		margin-top: 6rem;
	}

	.gallery-size-full[data-carousel-extra] .gallery-item a:after,
	.entry-gallery .gallery-size-full .gallery-item a:after,
	.format-video .featured-image a:after {
		display: none;
	}

	.page-template-page-contact .site-content {
		position: relative;
	}

	.menu-group-header {
		margin-bottom: 3.8rem;
	}

	.menu-items .menu-item {
		margin-bottom: 3.6rem;
	}

	.gallery-wrapper .thickbox + .entry-header {
		bottom: 22px;
		left: 20px;
	}

	.page-template-page-gallery .hentry:after,
	.tax-ct_gallery .hentry:after {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		top: 63%;
		left: 0;
		bottom: 0;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 24%, rgba(0,0,0,.6) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 24%,rgba(0,0,0,.6) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 24%,rgba(0,0,0,.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
	}

	.gallery-wrapper .thickbox + .entry-header .entry-title {
		padding: 5px 10px;
	}

	.jp-carousel-wrap .jp-carousel-next-button {
		right: 0 !important;
	}

	.site-footer {
		border-top: 1px solid #ebebeb;
		padding-top: 38px;
	}

	.page-template-page-gallery .site-footer,
	.tax-ct_gallery .site-footer {
		border-top: none;
	}

	.site-footer,
	.site-footer > [class^="menu"] a,
	.site-info a {
		color: #000;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

	.hero-container {
		padding-left: 70px;
		padding-right: 70px;
	}

	.hero .page-header,
	.hero .post-navigation {
		padding-top: 6rem;
		padding-bottom: 6rem;
		width: calc(100% - 140px);
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		-o-transition: .3s ease-out;
		transition: .3s ease-out;
	}

	.menu-toggle {
		left: 70px;
	}

	#big-search-trigger {
		right: 70px;
	}

	.menu-cats,
	.contact-filter {
		margin-bottom: 32px;
	}

	.single .sd-social-text,
	.single .tkss-post-share {
		margin-bottom: 15px;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		padding-left: 70px;
		padding-right: 70px;
	}

	.sidebar-trigger {
		right: 110px;
	}

	.post-navigation .nav-next {
		text-align: right;
	}

	.error404 .sidebar-trigger,
	.search-no-results .sidebar-trigger {
		right: 70px;
	}

	.scroll-box {
		margin-left: 70px;
		margin-right: 70px;
	}

	.site-content,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.error404 .site-content,
	.search-no-results .site-content {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.content-container,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-left: 70px;
		padding-right: 70px;
	}

	.posts-navigation:last-child {
		margin-bottom: -70px;
	}

	.single .entry-title {
		margin-top: 4rem;
	}

	.alignright {
		margin: 8px 0 10px 50px;
	}

	.alignleft {
		margin: 8px 50px 10px 0;
	}

	.comments-title:before,
	.comment-reply-title:before,
	.posts-navigation:before {
		margin-left: -70px;
		margin-right: -70px;
		width: 100vw;
	}

	.contact-filter {
		margin-right: 0.5em;
		position: absolute;
		right: 70px;
		top: 50%;
		-webkit-transform: translate(50%,-50%) rotate(90deg);
		-moz-transform: translate(50%,-50%) rotate(90deg);
		-ms-transform: translate(50%,-50%) rotate(90deg);
		-o-transform: translate(50%,-50%) rotate(90deg);
		transform: translate(50%,-50%) rotate(90deg);
		z-index: 2;
	}

	#contact-map {
		height: 50vh;
		margin-top: -100px;
		margin-bottom: -70px;
		margin-left: -70px;
		position: relative;
		width: 100vw;
		z-index: 1;
	}

	#contact-map iframe {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	#TB_prev a:before,
	.jp-carousel-previous-button span:before {
		margin-left: -12px;
	}

	#TB_next a:before,
	.jp-carousel-next-button span:before {
		margin-left: 12px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 992px){

	#contact-info {
		padding-right: 40px;
	}

	.menu-items .menu-item {
		padding-right: 10%;
	}

}

@media only screen and (max-width: 767px){

	html {
		font-size: 15px;
	}

	h1,
	.hero .page-title {
		font-size: 42px;
		font-size: 2.8rem;
	}

	.single .entry-title,
	.search-wrap input[type="search"],
	.no-results input[type="search"],
	.error-404 input[type="search"] {
		font-size: 36px;
		font-size: 2.4rem;
	}

	h2,
	.menu-group-title {
		font-size: 33px;
		font-size: 2.2rem;
	}

	h3,
	.search .hero .page-title,
	.error404 .hero .page-title {
		font-size: 27px;
		font-size: 1.8rem;
	}

	.emphasis {
		font-size: 21px;
		font-size: 1.4rem;
	}

	.site-header {
		padding-top: 25px;
	}

	.header-scrolled .site-header,
	.header-scrolled .search-wrap,
	.header-scrolled > .widget-area,
	.header-scrolled #big-search-trigger,
	.header-scrolled .close-sidebar,
	.header-scrolled #big-search-close,
	.header-scrolled .jp-carousel-close-hint span,
	.header-scrolled #TB_closeWindowButton {
		top: 0 !important;
	}

	.site-branding {
		max-width: calc(100% - 110px);
	}

	.custom-logo-link {
		display: block;
		text-align: center;
	}

	.site-branding img {
		max-height: 20vh;
		width: auto;
	}

	.main-navigation .nav-menu {
		margin: 80px 0 30px;
		max-height: calc(100% - 110px);
	}

	.admin-bar .main-navigation .nav-menu {
		margin-top: 122px;
		max-height: calc(100% - 152px);
	}

	#big-search-trigger,
	.close-sidebar,
	#big-search-close,
	body .jp-carousel-close-hint span,
	body #TB_closeWindowButton {
		margin-top: 20px;
	}

	.hero-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.hero .page-header,
	.hero .post-navigation {
		padding-top: 5rem;
		padding-bottom: 4rem;
		width: calc(100% - 60px);
	}

	.comment-navigation .nav-previous + .nav-next {
		margin-top: 30px;
	}

	.hero .post-navigation a span {
		margin-bottom: 4px;
	}

	.menu-toggle {
		left: 30px;
	}

	#big-search-trigger,
	#big-search-close,
	.close-sidebar,
	body .jp-carousel-close-hint span,
	body #TB_closeWindowButton {
		right: 30px;
	}

	#big-search-close {
		margin-right: -9px;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		padding-left: 30px;
		padding-right: 30px;
	}

	.sidebar-trigger {
		right: 60px;
	}

	.scroll-box {
		margin-left: 30px;
		margin-right: 30px;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.widget {
		max-width: inherit;
		width: 100%;
	}

	.content-container,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-left: 30px;
		padding-right: 30px;
	}

	.site-content,
	.page .site-content,
	.page-template-page-gallery .site .site-content .not-found,
	.tax-ct_gallery .site .site-content .not-found {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.error404 .site-content,
	.search-no-results .site-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.posts-navigation .nav-previous,
	.posts-navigation .nav-next {
		padding-top: 30px;
		padding-bottom: 27px;
	}

	.posts-navigation:last-child {
		margin-bottom: -50px;
	}

	.single .entry-title {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	.alignright {
		margin: 8px 0 10px 30px;
	}

	.alignleft {
		margin: 8px 30px 10px 0;
	}

	.single blockquote,
	.page blockquote {
		margin: 2rem 0 2rem 20px;
	}

	.comments-title:before,
	.comment-reply-title:before,
	.posts-navigation:before {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}

	.alignright,
	.alignleft {
		max-width: 50%;
	}

	.menu-cats,
	.contact-filter {
		margin-bottom: 36px;
	}

	.contact-filter {
		padding: 0;
	}

	.contact-form .half-width {
		width: 100%;
	}

	#contact-map {
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: -50px;
	}

	.menu-items .menu-item:last-of-type {
		margin-bottom: 0;
	}

	.ui-datepicker {
		max-width: calc(100% - 60px);
	}

	.search-results .entry-meta + .entry-title {
		margin-top: 5px;
	}

	.widget-title {
		margin-bottom: 1.4rem;
	}

	.widget-area .widget_nav_menu {
		margin-bottom: 30px;
		padding-right: 0;
		width: 100%;
	}

	.widget_nav_menu + .widget:not(.widget_nav_menu) {
		margin-top: calc(6rem - 36px);
	}

	.site-footer > [class^="menu"] + .site-info {
		margin-top: 12px;
	}

	#TB_prev a:before,
	.jp-carousel-previous-button span:before {
		margin-left: -16px;
	}

	#TB_next a:before,
	.jp-carousel-next-button span:before {
		margin-left: 16px;
	}

	.jp-carousel-wrap .jp-carousel-previous-button,
	.jp-carousel-wrap .jp-carousel-next-button {
		display: block !important;
	}


	.picker__box .picker__header {
		margin-bottom: 1.4rem;
	}

	.picker__box .picker__month {
		margin-left: 0;
	}

	.picker__box .picker__nav--prev,
	.picker__box .picker__nav--next {
		padding-left: 0;
		padding-right: 0;
		position: static;
		opacity: 1;
	}

	.picker__month,
	.picker__year,
	.picker__box .picker__nav--prev {
		float: left;
	}

	.picker__box .picker__nav--prev {
		clear: left;
	}

	.picker__box .picker__nav--next {
		float: right;
	}

	.picker__footer {
		display: block;
	}

	.picker__footer .picker__button--clear,
	.picker__footer .picker__button--today {
		display: none;
	}

	.picker__footer .picker__button--close {
		font-size: 0;
		width: auto;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.picker__footer .picker__button--close:before {
		color: #000;
		font-size: 30px;
		height: auto;
	}

	.rtb-booking-form form fieldset > div {
		display: block;
		width: 100%;
	}

	body #jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		margin-top: 50px;
		width: 100%;
	}

	body #jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:first-of-type,
	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:first-of-type {
		margin-top: 0;
	}

}

@media only screen and (max-width: 330px){

	.twocolumn .half-width {
		width: 100%;
	}

	.twocolumn > .half-width:nth-child(odd) {
		padding-right: 0;
	}

	.twocolumn > .half-width:nth-child(even) {
		padding-left: 0;
	}

	.single .sd-social-text .sd-title,
	.single .tkss-post-share > h6,
	.single .sd-social .sd-content {
		vertical-align: top;
	}

	.comment-content th,
	.entry-content th,
	.comment-content td,
	.entry-content td {
		padding: 16px 5px;
		text-align: center;
	}

	.widget-area .widget_nav_menu:last-child {
		padding-right: 0;
	}

}
