/*
Theme Name: The Golden Bun
Theme URI: http://thegoldenbun.com
Author: MunichParis Design
Author URI: https://www.munichparisdesign.com
Description: The Golden Bun 2.0 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tgb
Tags:

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.

The White 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Fonts
--------------------------------------------------------------*/
@font-face {font-family: "Didot W01 Roman";
    src: url("./fonts/didotw01roman.eot");
    src: url("./fonts/didotw01roman.eot?#iefix") format("embedded-opentype"),
    url("./fonts/didotw01roman.woff2") format("woff2"),
    url("./fonts/didotw01roman.woff") format("woff"),
    url("./fonts/didotw01roman.ttf") format("truetype"),
    url("./fonts/didotw01roman.svg#DidotW01-Roman") format("svg");
    font-style: normal;
    font-weight: 400;
}
@font-face {font-family: "Didot W01 Roman";
    src: url("./fonts/didotw01italic.eot");
    src: url("./fonts/didotw01italic.eot?#iefix") format("embedded-opentype"),
    url("./fonts/didotw01italic.woff2") format("woff2"),
    url("./fonts/didotw01italic.woff") format("woff"),
    url("./fonts/didotw01italic.ttf") format("truetype"),
    url("./fonts/didotw01italic.svg#DidotW01-Roman") format("svg");
    font-style: italic;
    font-weight: 400;
}

@font-face {font-family: "Lato";
    src: url("./fonts/lato-regular-webfont.eot");
    src: url("./fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("./fonts/lato-regular-webfont.woff2") format("woff2"),
    url("./fonts/lato-regular-webfont.woff") format("woff"),
    url("./fonts/lato-regular-webfont.ttf") format("truetype"),
    url("./fonts/lato-regular-webfont.svg#Lato") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {font-family: "Lato";
    src: url("./fonts/lato-italic-webfont.eot");
    src: url("./fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("./fonts/lato-italic-webfont.woff2") format("woff2"),
    url("./fonts/lato-italic-webfont.woff") format("woff"),
    url("./fonts/lato-italic-webfont.ttf") format("truetype"),
    url("./fonts/lato-italic-webfont.svg#Lato") format("svg");
    font-style: italic;
    font-weight: 400;
}

@font-face {font-family: "Lato";
    src: url("./fonts/lato-light-webfont.eot");
    src: url("./fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("./fonts/lato-light-webfont.woff2") format("woff2"),
    url("./fonts/lato-light-webfont.woff") format("woff"),
    url("./fonts/lato-light-webfont.ttf") format("truetype"),
    url("./fonts/lato-light-webfont.svg#Lato") format("svg");
    font-style: normal;
    font-weight: 300;
}

@font-face {font-family: "Lato";
    src: url("./fonts/lato-lightitalic-webfont.eot");
    src: url("./fonts/lato-lightitalic-webfont.eot?#iefix") format("embedded-opentype"),
    url("./fonts/lato-lightitalic-webfont.woff2") format("woff2"),
    url("./fonts/lato-lightitalic-webfont.woff") format("woff"),
    url("./fonts/lato-lightitalic-webfont.ttf") format("truetype"),
    url("./fonts/lato-lightitalic-webfont.svg#Lato") format("svg");
    font-style: italic;
    font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/fontawesome-webfont.eot");
  src: url("./fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2") format("woff2"), url("./fonts/fontawesome-webfont.woff") format("woff"), url("./fonts/fontawesome-webfont.ttf") format("truetype"), url("./fonts/fontawesome-webfont.svg#fontawesome") format("svg"); }

.fa {
  font-family: 'Font Awesome';
  font-weight: 400; 
}

/*--------------------------------------------------------------
# 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;
	text-decoration: none;
	color:#999999;
	font-weight: 400;
}

a:visited {
	color: #999999;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

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

label {
	font-family: Lato;
	font-size:11px;
	letter-spacing:1px;
	color:#666666;
	text-transform: uppercase;
	padding-bottom: 5px;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form#searchform {
	width: auto;
	margin:0 auto;
	margin-top: -3px;
	padding-left: 20px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
	font-weight: 600;
	background-color: #424242;
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #eee;
	margin-left: -5px;
	border: 0;
	padding: 8px;
	width:15%;
}

#searchform label {
	color:#000000;
	font-size:12px;
	cursor: pointer;
}

#searchform .search {
	width:0px;
	transition: .7s all;
	border:none;
}
#searchform .search:focus {
	width:200px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

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 {
	padding: 7px;
	background: none;
	color: #333;
	outline: none;
	border: 1px solid #888888;
	font-size: 12px;
	font-family: Lato, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	width: 85%;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover,
a:focus,
a:active {
	color: #666666;
}

a:focus {
	outline: 0;
}

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

/*-------------------------------------------------------------
## Site Title
---------------------------------------------------------------*/
.site-branding {
	text-align: center;
	margin: 0px auto;
}
h1.site-title, p.site-title {
	text-align: center;
	font-family: Didot W01 Roman;
	font-size:49px;
	text-transform: uppercase;
	color:#111111;
	padding:10px;
	letter-spacing: 1px;
	font-weight: 400;
	margin:0 auto;
	max-width:600px;
	margin-bottom: -40px;
}
h1.site-title a, p.site-title a {
	color:#222;
	text-decoration: none;
	position: relative;
}
.site-description {
	display: none;
}

.site-title a:after {
	content: "";
	background-image: url('http://thegoldenbun.com/wp-content/uploads/2017/05/handschrift_byvickyklieber_gold.png');
	width:200px;
	height:70px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-top: -40px;
	text-align: center;
	margin-right: -70px;
	z-index: 999;
	position: relative;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 15px auto;
	z-index: 9999;
	position: relative;
	max-width: 980px;
}
.main-navigation.fix {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #ffffff;
	text-align: center;
	margin:0 auto;
	max-width: 100%;
}
.admin-bar .main-navigation.fix {
	top:31px;
}
.main-navigation .nav-wrapper {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-navigation .logo {
	/*display: inline-block;*/
	width:40px;
	margin-right:15px;
}

.menu-menu-1-container, .menu-menu-2-top-container {
	width: auto;
}
.menu {
	width: auto;
}
#menu-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
	width: auto;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	padding:20px 10px;
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	color:#000000;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight:400;
	font-size:12px;
}

.main-navigation li span {
	text-transform: uppercase;
	font-style: normal;
}

li.classic-mode span, .main-navigation li span.italic {
	text-transform: lowercase;
	font-style: italic;
}

.main-navigation li:first-of-type {
	padding-left: 0px;
}
.main-navigation li:last-of-type {
	padding-right: 0px;
}
.main-navigation li.classic-mode {
	padding-left: 5px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#222;
}

.main-navigation ul ul {
	position: absolute;
	left: -9999px;
	background: #fbfbfb;
	z-index: 55;
	width: 200px;
	top:50px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	text-align: left;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}
.main-navigation ul ul li:first-of-type {
	padding-left: 15px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.social-media-widget {
	padding-left: 30px;
}

.social-media-widget a {
	display: inline-block;
	font-size:11px;
	padding:0px 4px;
}

.social-media-widget, #searchform {
	margin-top: -5px;
}

.menu-toggle {
	display: none;
}

@media screen and (max-width: 979px) {
	.main-navigation {
		width: 100%;
		padding: 0px 10px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin:10px auto;
	}
	.main-navigation.fix {
		position: relative;
	}

	.main-navigation .nav-wrapper {
		width: 100%;
		display: block;
	}
	.menu-toggle {
		width: auto;
		font-size:24px;
		background:transparent;
		color:#111111;
		padding:10px;
		display: inline-block;
		text-align: right;
		vertical-align: middle;
	}
	.logo {
		margin-right: 0px;
		text-align: left;
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}
	.logo img {
		max-width: 40px;
	}
	.menu.mobile {
		display: block;
		width: 100%;
	}
	#menu-container {
		width: 100%!important;
		display: flex;
		flex-direction: row;
		display: none;
		margin-bottom: 60px;
	}
	.menu-menu-1-container {
    	width: 100%;
	}
	.menu-menue-2-top-container {
		width: 100%;
	}
	form#searchform {
		margin-left: auto;
		order: 4;
		width: 50%;
		text-align: right;
		padding: 20px;
		width: 50%;
		padding-right: 5%;
	}
	form#searchform label {
		font-size: 15px;
	}
	.social-media-widget {
		order: 3;
		width: 50%;
		text-align: left;
		padding: 20px;
		padding-left: 5%;
	}
	.social-media-widget a {
		font-size: 15px;
		padding: 0px 7px;
	}
	.main-navigation.toggled .social-media-widget {
		order: 3;
	}
	.main-navigation.toggled form#searchform {
		order: 4;
	}
	.main-navigation.toggled .menu-menue-2-top-container {
		order: 2;
	}
	.main-navigation li {
		display: block;
		border-bottom:1px solid #dddddd;
		width:90%;
		margin:0 auto;
	}
	
	.main-navigation ul ul li {
		font-weight: 600;
		text-align: center;
		background:transparent;
		border:none;
		padding: 10px 0px;
	}
	.main-navigation ul ul li:first-of-type {
		padding-left: 0px;
	}
	.main-navigation ul ul a {
		width: 100%;
	}

	.main-navigation ul ul {
		position: relative;
		background: #fbfbfb;
		z-index: 55;
		width: 100%;
		display: none;
		top: 20px;
	}	

	.main-navigation ul ul ul {
		position: relative;
		display: none;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		display: block;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: block;
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Sidebar & Widgets
--------------------------------------------------------------*/
#social-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}
.home .content-area {
	width:70%;
}
.home #secondary {
	width: 28%;
	background: #ffffff;
	border-right: 1px solid #aaaaaa;
	padding-top: 0px;
	padding-right: 30px;
}
#secondary .widget {
	margin: 0;
}

.instagram-widget .homepage-title {
	margin: 0 auto;
}

.instagram-widget .homepage-title em {
	display: block;
	text-transform: none;
	font-style: italic;
	font-size: 16px;
}
.instagram-widget .widget {
	margin: 10px auto;
	margin-top: 16px;
}

#subscribe-section {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #aaaaaa;
	padding: 35px;
}

#subscribe-section .widget {
	margin: auto;
}

#subscribe-section .mailchimp-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;
}
#subscribe-section .mailchimp-form {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	order: 1;
}
#subscribe-section .mailchimp-form.mc-title {
	width: 100%;
	order: 0;
	text-align: center;
}

#subscribe-section .mc-title h3 {
	margin-top: 0;
}

#subscribe-section .mailchimp-form.mc-image {
	display: none;
}

#subscribe-section .mailchimp-form h3 {
	text-align: center;
	font-family: Didot W01 Roman;
	font-weight: 400;
	text-transform: uppercase;
	color:#0c0c0c;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 45px;
}

#subscribe-section .mailchimp-form.mc-text p {
	font-family: Didot W01 Roman;
	font-size: 17px;
	font-style: italic;
	line-height: 45px;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}
#subscribe-section .mailchimp-form.mc-form {
	display: flex;
	align-items: center;
	flex-direction: column;
}
#subscribe-section .mailchimp-form.mc-form label {
	font-family: Didot W01 Roman;
	color: #0c0c0c;
	text-transform: lowercase;
	padding: 20px;
	letter-spacing: 0px;
	font-size: 17px;
	font-weight: 400;
}

#subscribe-section input[type="email"] {
	border: none;
	border-bottom: 1px solid #333333;
	margin-top: 15px;
	widows: 100%;
}

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

.slick-video-wrap {
	position: relative;
}

/* Owl Carousel Slider */
.owl-carousel {
	display: block!important;
	height: 73vh;
	overflow: hidden;
}

.category .owl-carousel, body.page .owl-carousel, .tag .owl-carousel {
	height:300px;
}

.owl-carousel.owl-drag .owl-item {
	height: 73vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.category .owl-carousel.owl-drag .owl-item, body.page .owl-carousel.owl-drag .owl-item, .tag .owl-carousel.owl-drag .owl-item {
	height:300px;
}

.recent-post {
	width: 100%;
}

.recent-post-thumbnail {
	width: 100%;
}
.recent-post-thumbnail img{
	object-fit: cover;
	width:100%;
	height:100%;
	transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    z-index: 1;
}


.recent-post-caption {
	width:100%;
	height:auto;
	/*background-color:rgba(255,255,255,0.8);*/
	z-index:888;
	bottom:0;
	position: absolute;
	text-align: center;
	transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
.category .recent-post-caption h4, body.page .recent-post-caption h4 {
	font-size: 29px;
}
/*
.category .recent-post img, .category .recent-post img:hover, body.page .recent-post img, body.page .recent-post img:hover {
	opacity: 0.7;
}

.recent-post img:hover {
	opacity:0.5;
}
*/

.recent-post-caption h4 {
	font-family: Didot W01 Roman;
	font-size:21px;
	text-align: center;
	color:#111111;
	font-weight: 400;
	margin:10px;
	text-transform: uppercase;
}

.recent-post-caption p a {
	font-family: Josefin Sans;
	font-weight: 600;
	color:#eeeeee;
	border:1px solid #dddddd;
	letter-spacing: 1px;
	font-size:11px;
	text-transform: uppercase;
	padding:10px 15px;
}
.recent-post-caption .cat-links, .recent-post-caption .cat-links a {
	font-family: Josefin Sans;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#eeeeee;
	font-weight: 400;
} 


/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
.site-content {
	max-width: 980px;
	margin:0 auto;
}

.home .site-content {
	max-width: 100%;
}
.home .first-post-inner, .home .homepage-posts, .home #social-section, .home #youtube-gallery, .home #travel-posts, .home #streetstyle-section, .home #restaurants {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.content-area {
	width:100%;
	display: inline-block;
	vertical-align: top;
}
/* Sidebar not used here 
.widget-area {
	width:31%;
	display: inline-block;
	padding-left:40px;
	vertical-align: top;
}
*/

/*--------------------------------------------------------------
## Index Pages (Home, Categories etc.)
--------------------------------------------------------------*/
.site-main.index {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.shop-the-post {
	display: none;
}

.shopping-widget {
	width:100%;
	display: block;
	text-align: center;
	padding:30px;
}

/* Werbung Tag */
.tag {
	font-family: Lato;
	font-style: italic;
	margin: 10px auto;
	font-size: 12px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.home .first-post {
	text-align: center;
	border-bottom:1px solid #aaaaaa;
	margin-bottom:40px;
	padding-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto;
}

.banner-ad {
	max-width: 330px;
	padding-left: 30px;
}

.home .first-post .first-post-inner {
	width: 100%;
	max-width: 980px;
}

.home .first-post .entry-title {
	text-align: center;
	text-transform: none;
	padding:10px;
	margin-top:20px;
	margin-bottom: 10px;
}
.home .first-post .entry-title a {
	font-family: Didot W01 Roman;
	text-transform: uppercase;
	color:#111111;
	font-size:25px;
	padding:5px 15px 5px 15px;
	font-weight: 400;
	letter-spacing: 0px;
}

.home .first-post .post-thumbnail {
	height:400px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.home .first-post .cat-links, .home .first-post .cat-links a {
	text-align: center;
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	font-size:12px;
	color:#111111;
	text-transform: uppercase;
	letter-spacing:0.5px;
	display: inline-block;
}
.home .first-post .cat-links {
	display: block;
	margin-bottom: 45px;
}

.home .first-post .entry-content {
	text-align: justify;
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	color:#000000;
	line-height: 22px;
	width:60%;
	margin:0 auto;
	font-size:13.5px;
	letter-spacing: 0.04em;
}

.home .first-post .first-more {
	width:150px;
}
.home .first-post a {
	display: block;
	margin-top:-20px;
	z-index: 3333;
}

.homepage-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

h2.homepage-title {
	text-align: center;
	font-family: Didot W01 Roman;
	font-size:23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	color:#111111;
	margin-top:40px;
}
.homepage-title.next {
	font-family: Lato;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.homepage-title.next span, .homepage-title.restaurant span {
	font-style: italic;
	text-transform: lowercase;
}

.homepage-title.restaurant {
	font-weight: 400;
	text-align: center;
	font-family: Didot W01 Roman;
	font-size:20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#111111;
	margin-top:40px;
	margin-bottom: 10px;
}
.homepage-title.restaurant:first-of-type {
	margin-top:0px;
}

.homepage .main-loop {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homepage .post {
	width: 23.5%;
	height:350px;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.homepage .post .post-thumbnail {
	width:100%;
	height: 350px;
	overflow: hidden;
}
.homepage .post .post-thumbnail img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.homepage .post-navigation {
	text-align: center;
}

.home .post-navigation ul {
	list-style: none;
	margin:0px auto;
	padding-left: 0px;
}

.home .post-navigation li {
	display: inline-block;
	padding:0px 3px;
}

.home .post-navigation li.active a {
	padding-bottom: 0px;
	border-bottom: 1px solid #333333;
}

.home .post-navigation li a {
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	font-size:12px;
	text-transform: uppercase;
	color:#0c0c0c;
	letter-spacing: 1px;
	font-weight: 400;
}

/* Youtube Gallery */
#youtube-gallery {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin: 80px auto;
}

#youtube-gallery .homepage-title {
	margin: 20px auto;
}

#youtube-gallery iframe {
	padding: 0px 5px;
	margin-bottom: -5px
}

#youtube-gallery .prev {
	left: -40px;
	position: absolute;
	top:50%;
	transform: translate(0,-50%);
	color:#111111;
	font-size:31px;
	cursor: pointer;
	width:50px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#youtube-gallery .next {
	right:-40px;
	position: absolute;
	top:50%;
	transform: translate(0,-50%);
	color:#111111;
	font-size:31px;
	cursor: pointer;
	width:50px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#streetstyle-section {
	margin-top: 70px;
}
#streetstyle-section h2.homepage-title {
	margin-top: 0px;
}

.streetstyle-home {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 70px;
	border-bottom:1px solid #aaaaaa;
	margin-bottom: 70px;
}

.streetstyle-home .post {
	width:23.5%;
	overflow: hidden;
}
.streetstyle-home .post:first-of-type {
	padding-left: 0px;
}
.streetstyle-home .post:last-of-type {
	padding-right: 0px;
}

.streetstyle-home .readmore {
	width: 100%;
	margin-top:15px;
	display: block;
	text-align: center;
}
.streetstyle-home .streetstyle-more {
	width:150px;
}
.streetstyle-home .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#restaurants {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
#restaurants h2.homepage-title {
	width: 100%;
	margin-bottom: 50px;
	margin-top: 0px;
}

#restaurants .entry-header .tag {
	text-align: center;
}
.restaurant-home {
	width:68%;
	padding-left:50px;
}
.restaurant-tags.tags {
	padding:20px;
	width:32%;
	text-align: center;
	padding-top: 0;
}
.restaurant-tags h3 {
	font-size: 29px;
}
.restaurant-tags .sub-menu {
	display: none;
}

.tags ul, .restaurant-tags ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}

.tags li, .restaurant-tags li {
	font-family: Didot W01 Roman;
	font-weight:300;
	color:#333333;
	text-transform: none;
	padding: 4px;
	font-size:16px;
}
.tags li a, .restaurant-tags li a {
	color: #333333;
}

.restaurant-tags img, img.read-more {
	width:120px;
}

.tags, .restaurant-tags h3 {
	font-weight: 600;
	font-size:15px;
	font-family: Lato;
	text-transform: uppercase;
	color:#333333;
	-webkit-font-smoothing: antialiased;
}

.restaurant-home .post-thumbnail {
	max-height: 400px;
	overflow: hidden;
}

.restaurant-home .entry-content {
	width:80%;
}
.restaurant-home .entry-content p {
	margin-top: 10px;
}

.restaurant-home .entry-title {
	text-align: center;
	text-transform: none;
	letter-spacing: 0px;
	padding:10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.restaurant-home .entry-title a {
	font-family: Didot W01 Roman;
	color:#111111;
	font-size:21px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0px;
}
.restaurant-home h2.homepage-title {
	margin-top:0;
}
.restaurant-home .location {
	padding:0;
}

#travel-posts {
	border-bottom:1px solid #aaaaaa;
	padding-bottom:65px;
	text-align: center;
	margin-top: 80px;
}

#travel-posts input[type="radio"] {
	display: none;
}

#travel-posts #filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#travel-posts label {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0px;
	font-family: Didot W01 Roman;
	font-size:15px;
	text-transform: uppercase;
	color:#111111;
	letter-spacing: 1px;
	cursor: pointer;
	padding-bottom: 0px;
	margin-bottom:30px;
}

#travel-posts input[type="radio"]:checked+label { 
	text-decoration: underline;
} 

.travel-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.travel-posts .post, .travel-posts .type-post {
	width:50%;
	padding:10px;
	position: relative;
	text-align: center;
}

.travel-posts .post:nth-of-type(odd) {
	padding-left:0;
}
.travel-posts .post:nth-of-type(even) {
	padding-right:0;
}

.travel-posts .post-thumbnail {
	position: relative;
	max-height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.travel-posts .post-thumbnail img {
	object-fit: cover;
	height: 320px;
	width: 100%;
}

.travel-posts h2.entry-title {
	position: absolute;
	bottom:0px;
	left:50%;
	transform: translate(-50%,0);
	font-family: Didot W01 Roman;
	text-transform: none;
	letter-spacing: 1px;
	width:80%;
	text-align: center;
	line-height: 1.4em;
	font-size:16px;
	margin-bottom: 10px;
	transition: all .3s ease;
	opacity: 0;
}

.travel-posts h2.entry-title a {
	color:#111111;
	font-weight: 400;
	font-family: Didot W01 Roman;
	font-size:18px;
	line-height:1.4em;
}

.travel-posts .post:hover h2.entry-title, .travel-posts .type-post:hover h2.entry-title {
	opacity: 1;
	bottom:30px;
}
.travel-posts .post:hover img, .travel-posts .type-post:hover img {
	opacity: 0.5;
	transition: .2s ease-in-out;
}
#travel-posts .readmore {
	margin-top: 20px;
	display: block;
}

#response i {
	color:#aaaaaa;
}

.up-next {
	border:1px solid #aaaaaa;
	padding:15px;
	font-family: Lato;
	font-weight:300;
	font-size:13.5px;
	color:#111111;
	letter-spacing: 1px;
	width: 40%;
	margin: 0 auto;
	margin-top:30px;
	-webkit-font-smoothing: antialiased;
}

.up-next h2 {
	margin-top:20px;
}

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

.up-next li {
	display: inline-block;
	padding:5px;
}

.up-next li:after {
	content: "|";
	padding-left:10px;
}

.up-next li:last-of-type:after {
	content: "";
}


/*--------------------------------------------------------------
## streetstyle Category
--------------------------------------------------------------*/
.category-outfits #primary {
	width:100%;
	padding:0;
	position: relative;
}

.site-main.streetstyle {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}

.site-main.streetstyle .post, .site-main.streetstyle .hentry {
	width:25%;
	padding:10px;
}

.site-main.streetstyle .post .post-thumbnail, .site-main.streetstyle .hentry .post-thumbnail {
	width:100%;
	height:350px;
	overflow: hidden;
}

.site-main.streetstyle .post .post-thumbnail img, .site-main.streetstyle .hentry .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.site-main.streetstyle .post .post-thumbnail img:hover, .site-main.streetstyle .hentry .post-thumbnail img:hover {
	opacity: 0.5;
}


#streetstyle-filter {
	position: absolute;
	top: 0;
	right: 0;
	padding:10px;
	display: block;
	width:25%;
	height:370px;
}
.filter-inner {
	background-color:#eeeeee;
	color:#0c0c0c;
	height: 100%;
	padding:20px 10px;
	text-align: center;
	display:flex;
	align-items: center;
}

.category-outfits .homepage-title {
	margin-top:0px;
}

.streetstyle-tags.tags li {
	font-family: Didot W01 Roman;
	font-size:13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#0c0c0c;
	text-transform: none;
	padding: 2px 0px;
}

.streetstyle-tags.tags li a.selected {
	font-style: italic;
}

.category-load-more {
	text-align: center;
	width: 100%;
	margin-top:20px;
}
.category-load-more img {
	max-width: 160px;
	cursor: pointer;
}

.category-load-more.post_loading_loader {
	display: block;
}
.category-outfits .category-load-more.post_loading_loader {
	min-height: 370px;
}
.loading {
	text-align: center;
	display: none;
	width: 100%;
	font-family: Lato;
	margin:20px 0px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
}
.category-outfits .loading {
	min-height: 370px;
}

.no-posts {
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	font-size: 10px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 30px auto;
}

/*--------------------------------------------------------------
## Restaurants Category
--------------------------------------------------------------*/
.category-restaurants #primary {
	width:100%;
	padding:0;
	position: relative;
}

.site-main.restaurants {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}

.site-main.restaurants .type-post, .site-main.restaurants .hentry {
	width:33.333%;
	padding:10px;
	position: relative;
}

.site-main.restaurants .type-post:nth-of-type(3n+1), .site-main.restaurants .hentry:nth-of-type(3n+1) {
	padding-left:0px;
}

.site-main.restaurants .type-post:nth-of-type(3n), .site-main.restaurants .hentry:nth-of-type(3n) {
	padding-right:0px;
}

.site-main.restaurants .type-post .post-thumbnail, .site-main.restaurants .hentry .post-thumbnail {
	width:100%;
	height:400px;
	overflow: hidden;
	position: relative;
}

.site-main.restaurants .post-thumbnail a {
	width: 100%;
	height: 100%;
}

.site-main.restaurants .type-post .post-thumbnail img, .site-main.restaurants .hentry .post-thumbnail img, .homepage .post .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.site-main.restaurants .type-post .overlay, .homepage .post .overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	width:100%;
	text-align: center;
	font-size: 15px;
	padding: 15px 20px;
	margin-bottom:0px;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s ease-in-out;
	margin-top:0;
}

.site-main.restaurants .type-post h2.entry-title, .homepage .post h2.entry-title {
	font-family: Didot W01 Roman;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 16px;
}

.site-main.restaurants .restaurant-full h2.entry-title {
	opacity: 1;
	position: relative;
	text-align: center;
	line-height: 1.5em;
	text-transform: none;
	font-family: Didot W01 Roman;
	color: #111111;
	font-weight: 400;
	font-size: 27px;
	width: 100%;
	display: block;
}

.site-main.restaurants .type-post h2.entry-title a, .homepage .post h2.entry-title a {
	color:#111111;
	font-weight: 400;
	font-family: Didot W01 Roman;
	font-size: 16px;
	line-height:1.4em;
	font-weight: 400;
}

.site-main.restaurants .restaurant-full h2.entry-title a {
	text-align: center;
	line-height: 1.5em;
	text-transform: none;
	font-family: Didot W01 Roman;
	color: #111111;
	font-weight: 400;
	font-size: 27px;
}


.site-main.restaurants .type-post:hover .overlay, .homepage .post:hover .overlay {
	opacity: 1;
}

#restaurants-filter, .travel-filter {
	background: #f2f2f2;
	padding:20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-family: Didot W01 Roman;
	font-size:13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#0c0c0c;
	text-align: center;
	justify-content: center;
}
#restaurants-filter a, .travel-filter a {
	color:#0c0c0c;
	font-weight: 400;
}
.nolink {
	text-transform: lowercase;
	font-style: italic;
}
.filter-column {
	text-transform: none;
	letter-spacing: 0px;
}
.filter-column-inner ul li {
	padding:2px 0px;
}

#restaurants-filter .filter-column {
	width:50%;
	text-align: center;
	padding:0px 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
#restaurants-filter .filter-column:first-of-type {
	border-right:1px solid #aaaaaa;
	padding-right:40px;
}

#restaurants-filter .filter-column.inner {
	display: block;
}
#restaurants-filter .filter-column.inner:first-of-type {
	border: none;
	padding-right: 20px;
}
#restaurants-filter .homepage-title {
	font-size:21px;
	width: 100%;
	font-weight: 400;
}
.homepage-title span {
	font-style: italic;
}
#restaurants-filter h3 {
	font-weight: 600;
	font-size:13px;
}
#restaurants-filter ul {
	list-style: none;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.travel-filter {
	padding:10px 40px;
	margin-bottom: 10px;
}

.travel-filter .filter-column {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
.travel-filter .filter-column-inner {
	width:20%;
	padding:10px;
}
#restaurants-filter .filter-column-inner {
	width: 100%;
}
.travel-filter .filter-column-inner h3 {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: Didot W01 Roman;
}
.travel-filter .filter-column-inner ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}
.travel-filter ul ul {
	display: none;
	padding:10px 0px;
	font-style: italic;
}

.travel-filter ul li a.selected, #restaurants-filter ul li a.selected {
	border-bottom: 1px solid #111111;
}
.travel-filter ul ul li a.selected {
	border: none;
	font-weight: 600;
}
.travel-filter .homepage-title {
	font-weight: 400;
	font-size: 31px;
}

/*--------------------------------------------------------------
## Archive Page (Classic Mode)
--------------------------------------------------------------*/
.page-template-page-archive .post {
	border-bottom: 1px solid #dddddd;
	padding-bottom:30px;
	margin-bottom: 30px;
}

.page .entry-content p {
	width: 60%;
	margin: 10px auto;
}

/* Contact Page */
.wpcf7 {
	width:50%;
}
.wpcf7-form {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wpcf7 div {
	width:50%;
}
.wpcf7 div.name {
	padding-right:10px;
}
.wpcf7 input, .wpcf7 textarea {
	width:100%;
	border:none;
	background: #eeeeee;
	color: #222222;
}
.wpcf7 div.submit, .wpcf7 div.contact-message {
	width: 100%;
}
.wpcf7 .contact-message {
	margin-top:15px;
}
.wpcf7 .submit input {
	margin-top:15px;
	border: 1px solid #666666;
	color: #222222;
	font-family: Lato;
	font-weight: 400;
	background: #ffffff;
	margin-left: 1px;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.single .site-content {
	max-width: 100%;
}
.single .content-area {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row-reverse;
}
.banner-image {
	width: 100%;
	height:300px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-bottom:40px;
}
.banner-image img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.single .site-main {
	max-width: 980px;
	margin: 0 auto;
}

.location {
	width: 100%;
	text-align: center;
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	color: #0c0c0c;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 12px;
	padding:15px 0px;
}
.location i {
	font-size: 14px;
	margin-right: 7px;
}

.byline {
	display: block!important;
	margin: 1.5em auto;
	font-family: Didot W01 Roman;
	font-style: italic;
	font-size: 13px;
}

.byline a {
	font-family: Lato;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
}

.cat-links, .cat-links a, .site-main.restaurants .restaurant-full .cat-links {
	font-family: Didot W01 Roman;
	text-transform: none;
	letter-spacing: 0px;
	font-style: italic;
	font-weight: 400;
	color: #111111;
	font-size: 16px;
	text-align: center;
}
.tag-links {
	text-align: center;
	width: 100%;
	color:#666666;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}
.tag-links a {
	font-family: Lato;
	font-weight: 300;
	color:#666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
.tag-links i {
	font-size:13px;
	margin-right: 7px;
}
.entry-meta {
	text-align: center;
}

.entry-title, .site-main.restaurants .restaurant-full .entry-title {
	padding: 7px 15px 7px 15px;
	text-align: center;
	line-height: 1.5em;
	text-transform: none;
	font-family: Didot W01 Roman;
	color: #111111;
	font-weight: 400;
	font-size: 27px;
	letter-spacing: 0px;
}

.entry-title a, .site-main.restaurants .restaurant-full .entry-title a {
	font-family: Didot W01 Roman;
	color: #111111;
	font-weight: 400;
	letter-spacing: 0px;
}
body.page .entry-title {
	display: none;
}
body.page-template-page-archive .entry-title{
	display: block;
	padding: 0;
}
body.page article {
	margin-top: 50px;
}
.single .entry-title::after, .page-template-page-archive .entry-title::after, .site-main.restaurants .restaurant-full .entry-title::after {
	content: "";
	max-width: 300px;
	background:#aaaaaa;
	height:1px;
	display: block;
	margin:0 auto;
	margin-top:20px;
}

.single .entry-title {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.single .entry-meta {
	text-align: center;
	margin-bottom: 25px;
}

.page-template-page-archive .entry-meta {
	margin-bottom: 40px;
}

.site-main.restaurants .restaurant-full {
	width: 100%;
}

.entry-content, .site-main.restaurants .restaurant-full .entry-content {
	text-align: justify;
	font-family: Lato;
	font-weight: 300;
	color:#000000;
	line-height: 22px;
	margin:0 auto;
	font-size:13.5px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.04em;
}

.single .entry-content p, .site-main.restaurants .restaurant-full .entry-content p {
	width: 60%;
	max-width: 650px;
	margin: 12px auto;
	display: block;
}

.single em {
	width: 100%;
	text-align: center;
}

.post-tags {
	font-family: Lato;
	font-size: 11px;
	color: #0c0c0c;
	width: 100%;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
}
.post-tags a {
	color: #a8a8a8;
	font-weight: 400;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
	width: 100%;
	margin-top: 50px;
	font-weight: 400;
}

.entry-content h1 strong, .entry-content h2 strong, .entry-content h3 strong {
	font-weight: 400;
}

.entry-content a > img {
	border-bottom: none;
}

.entry-content ul {
	list-style: none;
	margin: 30px auto;
	width: 100%;
}

.entry-content ul li {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content ul ul {
	margin: 0px auto 15px auto;
}

.entry-content ul > li:before {
  content: '\f105';
  font-family: FontAwesome;
  float: left;
  margin-left: -1.5em;
  color: #666666;
  font-size: 12px;
}

a.read-more-link {
	display: table;
	color: #333333;
	border: 1px solid #999;
	padding: 7px 15px;
	font-family: Lato;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	background-color: #f3eded;
	width:auto;
	margin-top:20px;
	text-decoration: none;
	max-width: auto;
	-webkit-font-smoothing: antialiased;
}
a.read-more-link:hover {
	background: #333333;
	color:#f8f8f8;
}

.entry-footer {
	margin-top:15px;
}

.entry-footer .posted-on {
	font-family: Lato;
	text-align: left;
	font-weight: 300;
	font-size: 11px;
	display: block;
	padding:10px 0px;
	color:#666666;
	-webkit-font-smoothing: antialiased;
}
.entry-footer .posted-on a{
	color:#888888;
}

.entry-footer .comments-link {
	float: left;
	font-family: Josefin Sans;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: 600;
	padding:10px;
	border:1px solid #666666;
}
.entry-footer .comments-link a {
	color:#111111;
}

.entry-footer .share-icons {
	font-size: 16px;
	float: right;
	letter-spacing: 4px;
	margin-top:7px;
}
.entry-footer .share-icons a{
	color: #111111;
}
.entry-footer .share-icons span {
	font-family: Josefin Sans;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing:0px;
	font-size:11px;
	margin-right:20px;
	color:#0c0c0c;
	margin-top:-5px;
}

.shop-the-post h3 {
	font-family: Old Standard TT;
	font-size:24px;
	text-align: center;
	color:#222222;
	padding:15px 0px 0px 0px;
	font-weight: 400;
}
.shop-the-post {
	border-bottom:1px solid #dddddd;
}

.mapp-layout {
	padding: 0;
	border: none;
    margin:0;
}
.mapp-map-links {
    background-color: #ffffff;
    border-top: 0px solid lightgray;
    border-bottom: 0px solid lightgray;
}

blockquote {
	font-style: italic;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	text-align: center;
	line-height: 1.5em;
} 

.entry-content h1 {
	font-family: Didot W01 Roman;
	font-size: 29px;
	text-transform: none;
	font-weight: 400;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a {
	font-family: Didot W01 Roman;
	font-weight: 400;
	font-size: 27px;
	text-transform: none;
}

.entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a {
	border-bottom: none;
}

.entry-content h3, .entry-content h3 a {
	font-size:21px;
	text-transform: uppercase;
}
.entry-content h3 em, .entry-content h5 em {
	text-transform: none;
	font-style: italic;
}
.entry-content h4, .entry-content h4 a {
	font-family: Lato;
	text-transform: uppercase;
	font-size: 19px;
	-webkit-font-smoothing: antialiased;
}
.entry-content h5, .entry-content h5 a {
	font-size:17px;
	font-family: Lato;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.entry-content blockquote {
	font-family: Didot W01 Roman;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	color: #333333;
	text-align: center;
	margin: 15px auto;
	width: 100%;
}
.entry-content blockquote p {
	width: 80%!important;
}

.entry-content .caption {
	width: 100%;
	text-align: center;
	font-style: italic;
}

/*--------------------------------------------------------------
## Styles for Posts (TinyMCE)
--------------------------------------------------------------*/
div.post_text {
    width: 60%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.post_images {
	display: flex;
	flex-wrap: wrap;
	margin:10px 0px;
	align-items: center;
	justify-content: space-between;
}

.post_images img {
	margin:10px 0px;
}

.post-box {
	width: 100%;
	margin: 2.063em auto;
}

.single .entry-content .post-box p {
	max-width: 500px;
	width: 100%;
}

div.post_text_header, .post-box {
	border: 1px solid #cccccc;
	margin: 0 auto;
	text-align: center;
	padding:30px;
	display: block;
	width: 60%;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.post_text_header, .post_text_header_credits {
	width: 100%;
}
div.post_text_header h5, .post-box h5, div.post_text_header h6, .post-box h6 {
	font-family: Didot W01 Roman;
	font-size:17px;
	font-weight: 400;
	color:#0c0c0c;
	text-transform: uppercase;
	margin-top:0px;
	padding-top: 0px;
}
div.post_text_header em, .post-box em {
	text-transform: none;
	font-family: Didot W01 Italic;
}

.post_images > p {
	width: 100%!important;
	max-width: 100%!important;
	display: flex!important;
	flex-wrap: wrap;
}

.post-signature {
	font-family: Didot W01 Roman;
	font-weight: 600;
	font-size: 27px;
	text-transform: none;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	color: #0c0c0c;
	margin-top: 50px;
}
.post-signature img {
	max-width: 70px;
}

.monthly-favorites {
	width: 80%;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.monthly-favorites a, .monthly-favorites img{
	width: 24%;
}
.monthly-favorites a img {
	width: 100%;
}

.tgb_left p, .tgb_right p {
	width: 100%!important;
}

.entry-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.entry-content a {
	color:#333333;
	border-bottom: 1px solid #666666;
	font-family: Lato;
	font-weight: 300;
	font-size:13.5px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.04em;
}
a.image_link  {
	border-bottom: none;
}
.entry-content b, .entry-content strong {
	font-weight: 600;
}

.entry-content .post_text_en_content p, .entry-content .post_text_de_content p {
	width: 100%;
}

.tgb_left, .tgb_right {
	width:50%;
	margin: 10px auto;
}
.tgb_left {
	padding-right:10px;
}
.tgb_right {
	padding-left: 10px;
}
.single .entry-content img, .page-template-page-archive .entry-content img {
	margin:12px auto;
}
.single .entry-content .tgb_left img, .single .entry-content .tgb_right img, .page-template-page-archive .entry-content .tgb_left img, .page-template-page-archive .entry-content .tgb_right img {
	margin: 0px auto;
}


.post_images + p {
	width: 100%!important;
	max-width: 100%!important;
	margin: -10px 0px 12px 0px!important;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.related-posts {
	text-align: center;
	padding-bottom: 30px;
	margin-top:50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.related-posts h3 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	background: none;
	font: normal normal 20px Didot W01 Roman;
	color: #0c0c0c;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.related-posts h3 span {
	border-bottom:1px solid #aaaaaa;
	padding-bottom: 3px;
}
.related-thumb {
	width:20%;
	padding: 5px;
	position: relative;
}
.related-thumb:first-of-type {
	padding-left: 0px;
}
.related-thumb:last-of-type {
	padding-right: 0px;
}
.related-image {
	height:270px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.related-thumb h2 {
	color: #111111;
	text-align: center;
	padding: 0px 5px 10px;
	font-size: 13px;
	font-family: Lato;
	letter-spacing: 0px;
	text-transform: uppercase;
	width:100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.related-thumb:hover .related-image{
	opacity: 0.7;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

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

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.nav-links {
	margin-bottom:40px;
}

.nav-links a {
	font-family: Lato;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222222;
	padding-bottom:4px;
	border-bottom:1px solid #666666;
	-webkit-font-smoothing: antialiased;
}

.page-title {
	display: none;
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	font-weight:600;
	color:#111111;
	text-transform: uppercase;
	text-align: center;
	font-size:11px;
	letter-spacing:1px;
}
.search-title {
	font-family: Didot W01 Roman;
	font-size: 23px;
	color: #0c0c0c;
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin: 40px 20px;
}
.search-title span {
	font-style: italic;
}
.search .page-header, .archive .page-header {
	width: 100%;
	display: block;
}
.search .navigation, .archive .navigation {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
	margin-top:60px;
}

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

.bypostauthor {
	display: block;
}

h3#reply-title {
	font-family: Didot W01 Roman;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	color: #0c0c0c;
	margin-top:30px;
}

#commentform {
	font-family: Lato;
	font-weight: 400;
	text-transform: none;
	font-size: 11px;
	color: #0c0c0c;
	-webkit-font-smoothing: antialiased;
}
#commentform a {
	color:#999999;
}
#commentform input[type="submit"] {
	width:auto;
	font-size:11px;
	color:#111111;
	border:1px solid #333333;
	padding:5px;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	float:right;
	font-weight: 400;
}
.form-submit {
	text-align: center;
}

#commentform {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
p.comment-form-author, p.comment-form-url, p.comment-form-email {
	width: 33.3%;
	margin: 0;
	padding:5px;
}
p.comment-form-comment, p.comment-notes {
	width: 100%;
}
p.comment-form-author {
	padding-left: 0px;
}
p.comment-form-url {
	padding-right: 0px;
}
p.form-submit {
	width: 100%;
	text-align: right;
}

#commentform label {
	color:#0c0c0c;
	font-size:11px;
	letter-spacing: 0px;
	padding-bottom: 10px;
}
#commentform textarea, #commentform input {
	border-color:#aaaaaa;
	width: 100%;
}

.comments-title {
	font-family: Didot W01 Roman;
	font-size:22px;
	text-align: center;
	color:#111111;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}
.comments-title span {
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
}

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

ul.comment-list {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
.comment-list li {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
ul.comment-list ul.children li {
	border: none;
}

.comment-meta {
	background-color: transparent;
	font-family: Lato;
	font-size:12px;
	color:#111111;
	font-weight: 400;
	margin-top: 30px;
	-webkit-font-smoothing: antialiased;
}
.comment-meta a {
	color:#666666;
	font-weight: 400;
	font-style: inherit;
}
.comment-author b a {
	font-family: Didot W01 Roman;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#222222;
	font-weight: 400;
}
.comment-author .says {
	display: none;
}
.comment-content p {
	font-family: Lato;
	color: #0c0c0c;
	font-weight: 400;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
}

.reply {
	text-align: right;
	margin-top:-30px;
}
.comment-reply-link {
	font-size:11px;
	color:#111111;
	border:1px solid #333333;
	padding:5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.comment-reply-link:hover {
	color:#fefefe;
	background-color: #222222;
}

#respond {
	width: 60%;
	margin: 0 auto;
}


/*--------------------------------------------------------------
# Tag Pages
--------------------------------------------------------------*/
.tag .homepage-title {
	width: 100%;
}
.tag-back {
	font-family: Lato;
	color: #0c0c0c;
	border-bottom: 1px solid #333333;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	font-size:11px;
	margin:30px auto;
	display: table;
	width: auto;
	padding-bottom: 4px;
	-webkit-font-smoothing: antialiased;
}
.tag-back a {
	color:#0c0c0c;
}
.tag-back i {
	font-size:9px;
}

/*--------------------------------------------------------------
# Sidebar & Widgets
--------------------------------------------------------------*/
.widget {
	margin:50px 0px;
	display: block;
}

h2.widget-title {
	font-size: 17px;
	font-family: Didot W01 Roman;
	text-align: center;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	margin: 20px;
	color: #111111;
}
.widget-area .widget p {
	font-size: 13px;
	font-family: Lato;
	color: #111111;
	font-weight: 300;
	line-height: 1.7em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.tw_about_widget {
	padding: 45px;
	background: #f3eded;
	text-align: center;
	padding-bottom: 35px;
}

.about-widget {
	text-align: center;
	margin-bottom: -20px;
}

.about-widget, .about-widget p {
	text-align: center;
	font-family: Lato;
	font-weight: 300;
	color:#0c0c0c;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
}

.about-widget a {
	color: #0c0c0c;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 60px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: 400;
}

.about-image {
	height:400px;
	width:100%;
	margin-bottom: 50px;
}
.about-image img {
	object-fit: cover;
	width:100%;
	height:100%;
	z-index:43;
	position: relative;
}
.about-image:after {
	content: "";
	background: url('http://thegoldenbun.com/wp-content/uploads/2017/05/handschrift_handschrift_about-me.png');
	background-size: contain;
    display: block;
    width: 150px; 
    height: 50px;
    margin: 0 auto;
    margin-top:-20px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 7777;
}
.about-widget .sidebar-logo {
	display: block;
	margin:0 auto;
	margin-bottom:-30px;
	max-width:110px;
	z-index:7777;
	position: relative;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	margin-top:80px;
	background-color: #f2f2f2;
	color:#0c0c0c;
	padding:20px 0px 10px 0px;
}

footer .widget {
	margin:0px;
	margin-bottom:-5px;
	text-align: center;
}

footer .widget h2.widget-title {
	font-family: Didot W01 Roman;
	font-size:23px;
	text-align: center;
	color:#0c0c0c;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .widget a, footer .widget p {
	display: inline-block;
	color:#0c0c0c;
	padding:10px 20px;
	font-family: Lato;
	font-size:11px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

footer .widget p {
	text-transform: none;
	display: block;
	letter-spacing: 0px;
}

.widget_archive {
	margin-bottom: 30px!important;
	margin-top: 30px!important;
}
#archives-dropdown-2 {
	font-family: Lato;
	font-size: 14px;
	margin-top: 10px;
	-webkit-font-smoothing: antialiased;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	border-radius:0px;
	font-family: Lato;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.instagram-pics {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 25px;
}

.instagram-pics li {
	width: 19%;
}

.site-info {
	width: 100%;
	font-size: 11px;
	font-family: Lato;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	padding: 12px 0px;
	position: relative;
	color: #0c0c0c;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}
.site-info a {
	color:#0c0c0c;
	font-weight: 600;
}

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

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

/*--------------------------------------------------------------
# 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%;
	width: 100%;
	padding:10px;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Newsletter Popup
--------------------------------------------------------------*/
.mailchimp-container {
	text-align: center;
	width: 100%;
}
.mailchimp-container h3 {
	text-align: center;
	font-family: Didot W01 Roman;
	font-weight: 400;
	font-size:33px;
	text-transform: uppercase;
	color:#0c0c0c;
	justify-content: center;
	align-items: center;
}
.mailchimp-left {
	width: 100%;
	height: 270px;
}

.mailchimp-right {
	width: 100%;
	padding-bottom: 50px;
}

.mailchimp-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mailchimp-container p {
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	font-size:12px;
	font-weight: 400;
	color:#333333;
}

.mailchimp-container .mailchimp-form {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin:0 auto;
}
.mailchimp-form input[type="email"] {
	width:67%;
}
.mailchimp-form input[type="submit"] {
	width:33%;
	background-color:#111111;
}
.boxzilla {
	padding:0px!important;
}


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

@media screen and (max-width: 980px) {
	.content-area, .widget-area {
		width:100%;
		padding:20px;
	}
	.site-content {
		padding: 20px;
		width: 100%;
	}

	.streetstyle-tags h2.homepage-title {
		font-size: 18px;
	}

	.post_image_portrait_left, .post_image_portrait_right {
		width: 48.5%;
	}
}

@media screen and (max-width: 768px) {
	.content-area, .widget-area {
		width:100%;
		padding:20px;
	}
	.category .content-area {
		padding: 10px 0px;
	}

	/* Streetstyle Page */
	#streetstyle-filter {
		width: 33.3%;
	}
	.site-main.streetstyle .post, .site-main.streetstyle .hentry {
    	width: 33.3%;
	}
	.site-main.streetstyle .post:nth-of-type(4) {
		order: 3;
	}
	.site-main.streetstyle .post:nth-of-type(3) {
		order: 4;
	}

	/* Travel Page */
	.site-main.restaurants .type-post h2.entry-title {
		height: 100px;
	}
	.site-main.restaurants .type-post .post-thumbnail, .site-main.restaurants .hentry .post-thumbnail {
    	height: 300px;
	}

	.post_image_portrait_left, .post_image_portrait_right {
		width: 48.2%;
	}

	#subscribe-section .mailchimp-form {
		width: 100%;
	}

	.site-title a::after {
    	width: 160px;
    	height: 70px;
    	margin-top: -40px;
    	margin-right: -40px;
	}

	.monthly-favorites {
		width: 100%;
	}

	.banner-ad {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.home .first-post .first-post-inner {
		width: 100%;
	}
	.home .first-post {
		flex-direction: column;
	}


}

@media screen and (max-width: 620px) {
	.banner-image {
    	margin-bottom: -30px;
	}
	
	.entry-content {
		line-height: 25px;
		font-size: 15px;
	}
	
	/* Travel + Restaurants Category */
	.travel-filter .filter-column {
		justify-content: center;
	}
	.travel-filter .filter-column-inner {
		width:33.3%;
	}
	.site-main.restaurants .type-post, .site-main.restaurants .hentry {
    	width: 50%;
	}
	.site-main.restaurants .restaurant-full {
		width: 100%;
	}
	.site-main.restaurants .type-post h2.entry-title {
    	height: 82px;
	}
	.site-main.restaurants .restaurant-full h2.entry-title {
		height: auto;
	}
	.site-main.restaurants .type-post:nth-of-type(3n+1), .site-main.restaurants .hentry:nth-of-type(3n+1) {
    	padding-left: 10px;
	}
	.site-main.restaurants .type-post:nth-of-type(3n), .site-main.restaurants .hentry:nth-of-type(3n) {
    	padding-right: 10px;
	}
	.site-main.restaurants .type-post:nth-of-type(odd), .site-main.restaurants .hentry:nth-of-type(odd) {
    	padding-left: 0px;
	}
	.site-main.restaurants .type-post:nth-of-type(even), .site-main.restaurants .hentry:nth-of-type(even) {
    	padding-right: 0px;
	}

	.site-main.streetstyle .post, .site-main.streetstyle .hentry {
    	width: 49%;
	}
	#streetstyle-filter {
		width: 49%;
		right: 11px;
	}

	.post-box {
		width: 100%;
		padding: 20px;
	}

	#restaurants-filter .filter-column {
    	width: 100%;
	}
	#restaurants-filter .filter-column:first-of-type {
    	border-right: none;
    	padding-right: 20px;
	}
	#restaurants-filter .filter-column.inner {
    	width:50%;
	}
	#restaurants-filter .homepage-title {
    	width: 100%;
    	text-align: center;
	}

	/* Site Title */
	h1.site-title, p.site-title {
    	font-size: 35px;
	}
	.site-title a::after {
    	width: 140px;
    	height: 70px;
    	margin-left: auto;
    	margin-top: -25px;
    	margin-right: -10px;
	}

	/* Slider */
	.owl-carousel {
		height:300px;
	}
	.owl-carousel.owl-drag .owl-item {
		height:300px;
	}

	/* Homepage */
	.home .first-post .entry-content {
	   width:100%;
	}
	.home #primary, .home .content-area {
    	width: 100%;
    	padding-right: 0px;
    	padding-left: 0px;
	}
	.home #secondary {
		width: 100%;
		padding: 20px;
		border: none;
	}

	.home #social-section {
		width: 100%;
	}

	.homepage .post {
    	width: 48%;
	}

	.travel-posts h2.entry-title {
		width:100%;
	}	
	.travel-posts h2.entry-title a {
    	font-size: 16px;
	}
	.travel-posts .post-thumbnail {
    	height: 200px;
	}
	.travel-posts .post-thumbnail img {
    	object-fit: cover;
    	width: 100%;
    	height: 100%;
	}
	.travel-posts .post:hover h2.entry-title, .travel-posts .type-post:hover h2.entry-title {
		bottom:20px;
	}
	.up-next {
		width:100%;	
	}

	.streetstyle-home .post {
    	width: 31%;
	}
	.streetstyle-home .post:last-of-type {
		display: none;
	}

	#restaurants {
    	flex-direction: column;
	}
	.restaurant-home {
    	width: 100%;
    	padding-left: 0px;
    	padding-bottom: 40px;
	}
	.restaurant-tags.tags {
    	width: 100%;
	}

	/* Single Post */
	.single .site-content {
    	padding: 0px;
    	width: 100%;
	}
	.single #primary {
		padding:20px;
	}
	.banner-image {
		height:250px;
	}
	div.post_text {
		width: 100%;
	}
	.entry-content .post_text_en_content p, .entry-content .post_text_de_content p {
    	width: 95%;
	}
	.post_image_portrait_left, .post_image_portrait_right {
		width: 47.8%;
	}
	.related-thumb {
    	width: 33.3%;
    	padding: 7px;
    	position: relative;
	}
	.related-thumb:nth-of-type(4), .related-thumb:nth-of-type(5) {
		display: none;
	}
	#respond {
		width: 100%;
	}

	.monthly-favorites a, .monthly-favorites img{
		width: 49%;
	}

	.single .entry-content p {
		width: 100%;
	}

	.tgb_right + .post-box {
		width: 100%;
	}

	/* Contact Form */
	.wpcf7 p {
		width: 100%;
	}

	.related-image {
		height: 220px;
	}

	.home .first-post .post-thumbnail {
    	height: 200px;
	}

	.travel-posts .post-thumbnail a {
		height: 200px;
	}

	.tgb_right.has-box, .tgb_left.has-box {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {
	/* Site Title */
	h1.site-title, p.site-title {
    	font-size: 29px;
	}
	.site-title a::after {
    	width: 140px;
    	height: 70px;
    	margin-left: auto;
    	margin-top: -25px;
    	margin-right: -10px;
	}

	.streetstyle-home .post {
    	width: 48.5%;
    	margin-bottom: 7px;
	}
	.streetstyle-home .post:last-of-type {
		display: block;
	}

	.monthly-favorites a, .monthly-favorites img{
		width: 100%;
	}

	/* Restaurants & Travel Page */
	#restaurants-filter {
		padding: 10px 0px;
	}
	.site-main.restaurants {
		justify-content: space-between;
	}

	/*
	.site-main.restaurants .type-post:nth-of-type(3n+1), .site-main.restaurants .hentry:nth-of-type(3n+1) {
    	padding-left: 0px;
	}
	.site-main.restaurants .type-post:nth-of-type(3n), .site-main.restaurants .hentry:nth-of-type(3n) {
    	padding-right: 0px;
	}
	.site-main.restaurants .type-post:nth-of-type(odd), .site-main.restaurants .hentry:nth-of-type(odd) {
    	padding: 10px 0px;
	}
	.site-main.restaurants .type-post:nth-of-type(even), .site-main.restaurants .hentry:nth-of-type(even) {
    	padding: 10px 0px;
	}
	*/

	.post_image_portrait_left, .post_image_portrait_right {
		width: 100%;
	}

	.site-main.streetstyle .post, .site-main.streetstyle .hentry {
    	width: 100%;
	}
	#streetstyle-filter {
		width: 100%;
		right: 0px;
	}


	.travel-filter .filter-column-inner {
		width:50%;
	}

	.homepage .post {
    	width: 48.5%;
    	height: 300px;
	}
	.hoempage .post .post-thumbnail {
		height: 300px;
	}
	.related-image {
		height: 170px;
	}
}


@media screen and (max-width: 320px) {

	.single .site-main {
		width: 90%;
		margin: 0 auto;
	}

	iframe {
		width: 100%;
		max-width: 300px;
	}

	.related-thumb {
		width: 100%;
		padding: 15px;
	}
}