/**************************************************
		Content
 **************************************************

	01. Includes
	02. Browser Reset
	03. Basic styles
	04. Header
	05. Footer
	06. Homepage: General styles
	07. Homepage: Teaser
	08. Homepage: Latest posts
	09. Homepage: Popular posts
	10. Homepage: Single article
	11. Homepage: Single media
	12. Homepage: Social Media
	13. Homepage: Code
	14. Single post: General styles
	15. Single post: Widescreen
	16. Single page
	17. Comments
	18. Archives
	19. Sidebars
	20. Styles for helper plugin
	21. Wordpress specials
	22. Coming soon

	xx. General Media Queries



 ************************************************
	01. Includes
 ************************************************/

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

@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-bold-webfont.eot');
	src: url('../fonts/karla-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/karla-bold-webfont.woff2') format('woff2'),
		url('../fonts/karla-bold-webfont.woff') format('woff'),
		url('../fonts/karla-bold-webfont.ttf') format('truetype'),
		url('../fonts/karla-bold-webfont.svg#karlabold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-italic-webfont.eot');
	src: url('../fonts/karla-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/karla-italic-webfont.woff2') format('woff2'),
		url('../fonts/karla-italic-webfont.woff') format('woff'),
		url('../fonts/karla-italic-webfont.ttf') format('truetype'),
		url('../fonts/karla-italic-webfont.svg#karlaitalic') format('svg');
	font-weight: normal;
	font-style: oblique;
}



/**************************************************
	02. Browser Reset
 **************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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



/**************************************************
	03. Basic Styles
 **************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	color: #1B1B1B;
/*	background: url(../img/drafts/bg_develop.jpg) 0px -10px;			*/
	background: #FFFFFF;
	font-family: "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.66666666em;		/*	30px	*/
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	hanging-punctuation: force-end;
}

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
	-webkit-column-break-after: avoid;
	-moz-column-break-after: avoid;
	break-after: avoid;
}

h1, .alpha {
	font-size: 4em;				/*	72px	*/
	line-height: 1.6666666em;		/*	120px	*/
	margin-bottom: 0.83333333em;		/*	60px	*/
}

h2, .beta {
	font-size: 2em;				/*	36px	*/
	line-height: 1.25em;			/*	45px	*/
	margin-bottom: 0.41666666em;		/*	15px	*/
}

h3, .gamma {
	font-size: 1.66666666em;		/*	30px	*/
	line-height: 1.55em;			/*	45px	*/
	margin-bottom: 0.5em;			/*	15px	*/
}

h4, .delta  {
	font-size: 1.16666666em;		/*	21px	*/
	line-height: 1.42857143em;		/*	30px	*/
	margin-bottom: 1.42857143em;		/*	30px	*/
}

h5, .epsilon, h6, .zeta {
	font-size: 1em;				/*	18px	*/
	line-height: 1.66666666em;		/*	30px	*/
	margin-bottom: 0;			/*	 0px	*/
}

h5, .epsilon {
	font-weight: bold;
}

p {
	margin-bottom: 1.66666666em;
	hanging-punctuation: force-end;
}

p:last-child, p:empty {
	margin-bottom: 0;
}

ul, ol {
	list-style-type: none;
	list-style-position: outside;
}

img {
	outline: 0;
	display: block;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

small {
	font-size: 80%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: oblique;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover, a:active, a:focus {
	outline: none;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}


/**************************************************
	04. Header
 **************************************************/

.header {
	position: fixed;
	z-index: 12;
	width: 100%;
	height: 26px;
	
	padding: 15px 0;
	clear: both;
	background: transparent;
	border: 0px solid transparent;
	
	font-size: 0.88888888em;
	line-height: 1.875em;
}

.header:not(.shinethrough) {
	background: #FFFFFF;
	border-bottom: 1px solid #DDD;
}

.header-container {
	position: relative;
	width: calc(100% - 50px);
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.header-container h1 {
	display: none;
}

.header-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.header-title img {
	width: auto;
	max-height: 27px;
}

.header-title img.lightlogo,
.light-header.shinethrough .header-title img.darklogo {
	display: none;
}

.light-header.shinethrough .header-title img.lightlogo {
	display: block;
}

.header-menu {
	position: absolute;
	right: 0;
}

.header-menu-toggle {
	position: relative;
	top: 7px;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.header-menu-toggle span {
	display: block;
	background: #000000;
	width: 20px;
	height: 2px;
	margin-bottom: 4px;
	opacity: 1;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.light-header.shinethrough .header-menu-toggle span {
	background: #FFFFFF;
}

.header-menu-toggle:hover span {
	background: #fa4960;
}

.header-menu-toggle span:nth-child(3) {
	margin-top: -6px;
}

.header-menu-toggle.open span:nth-child(1), .header-menu-toggle.open span:nth-child(4) {
	opacity: 0;
}

.header-menu-toggle.open span:nth-child(2) {
	-webkit-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.header-menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.menu-header-container {
	display: none;
	position: absolute;
	right: 32px;
	top: -7px;
}

.header-menu ul {
	display: table;
}

#menu-header-menu {
	position: relative;
}

.header-menu ul li {
	display: table-cell;
	padding-right: 10px;
	white-space: nowrap;
}

.header-menu ul li:last-child {
	padding-right: 0px;
}

.header-menu a,
.header-menu a:link,
.header-menu a:visited,
.header-menu a:active,
.header-menu a:focus {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.light-header.shinethrough .header-menu a {
	color: #FFFFFF;
}

.header-menu a:hover {
	color: #fa4960;
}

#menu-item-cats ul {
	display: none;
	position: absolute;
	right: -10px;
	padding: 6px 10px 0px;
	background: #FFFFFF;
}

.single-widescreen #menu-item-cats ul {
	background: transparent;
}

.small .header-title + .header-menu #menu-item-cats ul {
	margin-top: -3px;
}

#menu-item-cats:hover ul {
	display: table;
}

#menu-item-cats:hover > a {
	color: #fa4960;
}

.header-search {
	float: left;
	margin: 6px 0 0 6px;
}

.header-search .search-open-header {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/buttons.png) no-repeat 0px -64px;
}

.light-header.shinethrough .header-search .search-open-header {
	background-position: -48px -64px;
}

.header-search a:hover .search-open-header {
	background-position: -16px -64px;
}

.header-search a:active .search-open-header {
	background-position: -32px -64px;
}

#search {
	display: none;
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);

	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 3em;
	font-weight: bold;
}

.search-toggle {
	width: calc(100% - 50px);
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-toggle form {
	overflow: hidden;
}

#search-form {
	width: 100%;
	margin-left: 20px;

	background: transparent;
	font-size: 3em;
	border: 0;
	color: #FFFFFF;
}

#search-form:focus {
	outline: 0;
}

#search-form::selection {
	color: #fa4960;
}

#search-close {
	position: absolute;
	top: -25px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../img/close.png) no-repeat 0 0;
}

#search-close:hover {
	background-position: 0px -20px;
	cursor: pointer;
}

#search-close:active {
	background-position: 0px -40px;
	cursor: pointer;
}

.header-vice {
	float: right;
	margin: 6px 0 0 35px;
	height: 20px;
}


@media screen and (max-width: 699px) {
	.header-title {
		left: 0;
		transform: none;
	}

	.menu-header-container {
		right: -6px;
		top: 26px;
		padding: 0 20px 20px 20px;
		background: #FFFFFF;
	}

	.header-menu ul {
		display: block;
	}

	.header-menu ul li {
		display: list-item;
	}

	#menu-item-cats ul {
		display: none;
		right: 114px;
		z-index: 1;
		margin-top: -68px;
		padding: 10px 20px 20px 20px;
		background: #FFFFFF;
	}

	#menu-item-cats:hover ul {
		display: block;
	}

	#menu-item-cats:hover > a {
		position: relative;
		z-index: 2;
	}

	#menu-item-cats:hover > a:before {
		content: '< ';
		margin-left: -12px;
	}

	.search-toggle {
		width: calc(100% - 50px);
	}

	#search label {
		display: block;
		margin: 7px auto 30px;
	}

	#search-form {
		font-size: 2em;
		width: 100%;
		min-width: initial;
	}

	#search-close {
		top: -45px;
	}
		
}


@media screen and (min-width: 700px) and (max-width: 1249px) {
	.search-toggle {
		width: calc(100% - 50px);
	}

	#search label {
		display: block;
		margin: 7px auto 30px;
	}

	#search-form {
		font-size: 2em;
		width: 100%;
		min-width: initial;
	}

	#search-close {
		top: -45px;
	}
		
}


/**************************************************
	05. Footer
 **************************************************/

#footer {
	width: 100%;
	border-top: 1px solid #DDD;
	padding: 50px 0;
	font-size: 0.88888888em;
	line-height: 1.875em;
}

#footer-container {
	width: calc(100% - 50px);
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#footer-logo {
	float: left;
}

#footer-logo-container, #footer-logo-container img {
	width: 120px;
	height: auto;
}

#footer-logo-container h1 {
	display: none;
}

#footer-disclaimer {
	margin-top: 1.66666666em;
	font-size: 0.77777777em;
	line-height: 2.14285714em;
}

#footer-content {
	float: right;
}

#footer-content ul {
	display: table;
}

#footer-content ul li {
	display: table-cell;
	padding-right: 10px;
}

#footer-content ul li:last-child {
	padding-right: 0px;
}

#footer-content a, #footer-content a:link, #footer-content a:visited, #footer-content a:active, #footer-content a:focus {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer-content a:hover {
	color: #fa4960;
}


@media screen and (max-width: 599px) {
	#footer-container {
		display: flex;
		flex-wrap: wrap;
	}

	#footer-logo, #footer-content {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	#footer-logo {
		order: 2;
	}

	#footer-logo-container, #footer-logo-container img {
		margin: 0 auto;
	}

	#footer-content {
		order: 1;
		margin-bottom: 3.33333333em;
	}

	.menu-footer-menu-container {
		display: inline-block;
	}

	#footer-content ul {
		display: flex;
		flex-wrap: wrap;
	}

	#footer-content ul li {
		display: initial;
		margin: 0 auto;
	}
}


/**************************************************
	06. Homepage: General styles
 **************************************************/

#main-home {
	width: 100%;
	margin: 57px auto 0;
}

#main-home .home-advertisement {
	margin: 10px auto;
	max-width: 1200px;
	width: calc(100% - 50px);
	text-align: center;
}

.home-advertisement * {
	max-width: 100%;
	/* height: auto; */
}

#main-home .main-module {
	border-bottom: 1px solid #DDD;
}

#main-home .main-module:last-child {
	border-bottom: 0px;
	margin-bottom: 3.33333333em;
}

.large-posts-block {
	clear: both;
	overflow: hidden;
}

.js .latest-post {
	opacity: 0;
	transform: translateY(2rem);

	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.js .latest-post.loaded {
	opacity: 1;
	transform: translateY(0);
}

.post-large,
.post-large-relative {
	width: 580px;
	float: left;
	margin: 0 40px 40px 0;
}

.post-large:nth-child(2n),
.post-large-relative:nth-child(2n) {
	margin-right: 0px;
}

.post-large .latest-post-thumb,
.post-large img,
.post-large-relative img {
	width: 580px;
	height: auto;
}

.post-large .main-post-title,
.post-large-relative .main-post-title {
	overflow: hidden;
	margin: 5px 0 8px;

	font-size: 1em;
	line-height: 1.33333333em;
}

.post-large .main-post-content,
.post-large-relative .main-post-content {
	height: 71px;
	overflow: hidden;
	font-size: 0.88888888em;
	line-height: 1.5625em;
}

.posts-block-11 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.post-medium {
	width: 371px;
	margin: 0 40px 40px 0;
}

.post-medium .latest-post-thumb, .post-medium img {
	width: 371px;
	height: 277px;
}

.post-medium .main-post-title {
	overflow: hidden;
	margin: 5px 0 9px;
	font-size: 0.88888888em;
	line-height: 1.5em;
}

.post-small .main-post-title {
	height: 24px;
	overflow: hidden;
	margin: 13px 0 9px;
	font-size: 0.88888888em;
	line-height: 1.825em;
}

.post-medium .main-post-content {
	height: 70px;
	overflow: hidden;
	font-size: 0.77777777em;
	line-height: 1.78571429em;
}

.post-small .main-post-content {
	height: 45px;
	overflow: hidden;
	font-size: 0.77777777em;
	line-height: 1.78571429em;
}

.post-small {
	width: 270px;
	float: left;
	margin: 0 40px 22px 0;
}

.post-small .latest-post-thumb, .post-small img {
	width: 270px;
	height: 161px;
}

.main-post-title {
	font-weight: bold;
}

.main-post-title a, .main-post-title a:link, .main-post-title a:visited, .main-post-title a:active, .main-post-title a:focus {
	color: #000000;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-post-title a:hover {
	color: #fa4960;
}


.main-post-content {
	position: relative;
	display: block;
	width: 100%;
}

.scattered-container .post-large .main-post-text,
.scattered-container .post-large-relative .main-post-text {
	height: auto;
}

.main-post-content .content-inner {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 71px;
}

.main-post-content a, .main-post-content a:link, .main-post-content a:visited, .main-post-content a:active, .main-post-content a:hover {
	color: #fa4960;
}

.main-module-header {
	margin-bottom: 3.33333333em;
}

.main-media .main-module-header {
	margin-top: 30px;
}

.main-module-header h3 {
	text-align: center;
}


@media screen and (min-width: 1250px) {
	.scattered-container .post-large,
	.scattered-container .post-large-relative {
		float: none;
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin: 0 0 80px;
	}

	.scattered-container .post-large:nth-child(2),
	.scattered-container .post-large-relative:nth-child(2) {
		flex-direction: row-reverse;
	}

	.scattered-container .post-large .main-post-text,
	.scattered-container .post-large-relative .main-post-text {
		width: 40%;
		margin: 0 0 0 4rem;
	}

	.scattered-container .post-large:nth-child(2) .main-post-text,
	.scattered-container .post-large-relative:nth-child(2) .main-post-text {
		margin: 0 4rem 0 0;
	}

	.scattered-container .post-large .main-post-title,
	.scattered-container .post-large-relative .main-post-title {
		font-size: 1.66666666em;
    	line-height: 1.55em;
    	margin-bottom: 0.5em;
	}

	.scattered-container .post-large .main-post-text,
	.scattered-container .post-large-relative .main-post-text,
	.scattered-container .post-large .main-post-content,
	.scattered-container .post-large-relative .main-post-content,
	.scattered-container .post-large .content-inner,
	.scattered-container .post-large-relative .content-inner {
		height: auto;
	}
}



/**************************************************
	07. Homepage: Teaser
 **************************************************/

.main-teaser {
	position: relative;
	width: 100%;
	padding: 3px 0;
}

.main-teaser .teaser-post {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.main-teaser .teaser-text-container {
	position: absolute;
	top: 0;
	left: calc(50% - 400px);
	display: table;
	max-width: 800px;
}

.main-teaser .teaser-text-container .main-post-title {
	margin-bottom: 0;
}

.main-teaser .teaser-text-container .main-post-content {
	margin: 0.71428571em 0 0;
}

.main-teaser .main-post-text {
	display: table-cell;
	vertical-align: middle;
	max-width: 800px;
	text-align: center;
}

.teaser-post-light .main-post-text {
	color: #FFFFFF;
}

.main-teaser .main-post-author {
	margin: -0.666666666em auto 1em;
}

.main-teaser a,
.main-teaser a:link,
.main-teaser a:visited,
.main-teaser a:active,
.main-teaser a:focus {

	color: #000000;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

 .main-teaser .teaser-post-light a {
	color: #FFFFFF;
}

.main-teaser a:hover {
	color: #fa4960;
}

.main-teaser .teaser-post-thumb {
	height: 100%;
	width: 100%;
}

.main-teaser .teaser-post-thumb img {
	height: auto;
	min-height: auto;
	width: auto;
	min-width: 100%;
}

.gallery {
	position: relative;
	z-index: 1;
}

#main-home .gallery .gallery-item img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-nav {
	position: absolute;
	z-index: 2;
	top: calc(50% - 32px);
	width: 100%;
	pointer-events: none;
}

.gallery-nav div {
	background: url("../img/arrows.png") no-repeat;
	height: 64px;
	width: 33px;
	cursor: pointer;
	pointer-events: all;
}

.gallery-nav .prev-button {
	background-position: 0 -63px;
	float: left;
	margin-left: 50px;
}

.main-teaser .gallery-nav .prev-button {
	display: none !important;
}

.gallery-nav .next-button {
	background-position: -37px -63px;
	float: right;
	margin-right: calc(50% - 600px);
}

.gallery-pagination {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.gallery-pagination span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	pointer-events: all;

	border: 2px solid #FFFFFF;
	border-radius: 50%;
	color: transparent;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery-pagination .selected span {
	background: #FFFFFF;
}

.gallery-pagination span:hover {
	background: #DDDDDD;
	border: 2px solid #DDDDDD;
}


@media screen and (max-width: 549px) {
	.main-teaser .teaser-text-container {
		left: 75px;
		width: calc(100% - 150px);
	}

	.main-teaser .teaser-text-container .main-post-title {
		font-size: 1.2em;
	}

	.main-teaser .main-post-content {
		display: none;
	}

	.main-teaser .gallery-nav div {
		height: 32px;
		width: 18px;
		background-position: -52px -80px;
	}

	.main-teaser .gallery-nav .next-button {
		margin-right: 25px;
	}
}


@media screen and (min-width: 550px) and (max-width: 949px) {
	.main-teaser .teaser-text-container {
		left: 75px;
		width: calc(100% - 150px);
	}

	.main-teaser .teaser-text-container .main-post-title {
		font-size: 1.5em;
	}

	.main-teaser .gallery-nav div {
		height: 32px;
		width: 18px;
		background-position: -52px -80px;
	}

	.main-teaser .gallery-nav .next-button {
		margin-right: 25px;
	}
}

@media screen and (min-width: 950px) and (max-width: 1249px) {
	.main-teaser .gallery-nav .next-button {
		margin-right: 25px;
	}
}



/**************************************************
	08. Homepage: Latest posts
 **************************************************/

.main-latest {
	max-width: 1200px;
	width: calc(100% - 50px);
	margin: 0 auto;
	padding: 30px 0 60px;
	clear: both;
	overflow: hidden;
}

.main-latest .post-container {
	clear: both;
	overflow: hidden;
}

.post-container.masonry-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post-container.masonry-container .post-column {
	width: 371px;
}

.post-container.masonry-container .next-page {
	width: 100%;
}

.main-latest .masonry-container .latest-post-thumb,
.main-latest .masonry-container .latest-post-thumb img {
	height: auto;
}

.main-latest .masonry-container .post-medium .main-post-text,
.masonry-container .main-post-content,
.masonry-container .content-inner {
	height: auto;
}

.posts-block-sidebar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	float: left;
	width: 782px;
}

.posts-block-no-sidebar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	clear: both;
	overflow: hidden;
	width: 1200px;
}

.post-medium:nth-child(3n) {
	margin-right: 0px;
}

.posts-block-sidebar .post-medium:nth-child(3n) {
	margin-right: 30px;
}

.posts-block-sidebar .post-medium:nth-child(2n) {
	margin-right: 0px;
}

/* Vorher: .main-latest .post-large .main-post-text */
.post-large .main-post-text,
.post-large-relative .main-post-text {
	margin: 1.66666666em auto 0em;
	height: 112px;
	overflow: hidden;
}

.main-latest .post-medium .main-post-text {
	margin: 0.83333333em auto 0em;
	overflow: hidden;
/*	height: 112px; */
}

.main-latest .main-sidebar {
	width: 300px;
	height: auto;
	float: right;
}

.latestcattag-right {
	float: left;
	width: 580px;
}

.latestcattag-small-container {
	clear: both;
	overflow: hidden;
}

#main-home .latestcattag-small-container .post-small:nth-child(2n) {
	margin-right: 0;
}

.next-page {
	clear: both;
	text-align: center;
	border-top: 1px solid #DDD;
	padding-top: 0.83333333em;

	font-weight: bold;
	font-size: 0.88888888em;
	line-height: 1.825em;
}

.next-page:empty {
	border-top: 0;
}

.next-page a, .next-page a:link, .next-page a:visited, .next-page a:active, .next-page a:focus {
	color: #000000;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.next-page a:hover {
	color: #fa4960;
}

.posts-block-sidebar + .main-sidebar + .next-page {
	width: 371px;
	margin: 1.66666666em 0 0 205px;
}

.posts-block-no-sidebar + .next-page {
	width: 371px;
	margin: 1.66666666em auto 0;
}

.main-latestcattag .next-page {
	width: 100%;
	clear: both;
	text-align: center;
	border-top: 1px solid #DDD;
	padding-top: 0.83333333em;
	margin-top: 1.66666666em;

	font-weight: bold;
	font-size: 0.88888888em;
	line-height: 1.825em;
}


@media screen and (max-width: 831px) {
	.main-latestcattag .post-large,
	.main-latestcattag .post-large-relative {
		width: 100%;
	}

	.latestcattag-right {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.post-small {
		width: 100%;
	}

	.post-small .latest-post-thumb, .post-small .latest-post-thumb img {
		width: 100%;
		height: auto;
	}

	.post-small .main-post-text {
		margin: 0.83333333em auto 0em;
	}

	.main-post-content .content-inner {
		height: auto;
	}
}


@media screen and (min-width: 832px) and (max-width: 1249px) {
	.latestcattag-right {
		width: 782px;
		margin: 0 auto;
		float: none;
	}

	.post-small {
		width: 371px;
	}

	.post-small .latest-post-thumb, .post-small .latest-post-thumb img {
		width: 371px;
		height: 222px;
	}

	.post-small .main-post-text {
		margin: 0.83333333em auto 0em;
	}
}



/**************************************************
	09. Homepage: Popular posts
 **************************************************/

.main-popular {
	width: calc(100% - 50px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	clear: both;
	overflow: hidden;
}

.main-popular .most-popular {
	float: left;
	width: 580px;
	height: auto;
}

.main-popular .most-shared {
	float: right;
	width: 580px;
	height: auto;
}

.main-popular .popular-header {
	margin-bottom: 3.3333333em;
}

.main-popular .popular-header h3 {
	text-align: center;
}



@media screen and (max-width: 831px) {
	.main-popular .most-popular, .main-popular .most-shared {
		width: 100%;
		margin: 0 auto;
	}

	.main-popular .post-large, .main-popular .post-large .latest-post-thumb, .main-popular .post-large img,
	.main-popular .post-large-relative, .main-popular .post-large-relative .latest-post-thumb, .main-popular .post-large-relative img {
		width: 100%;
		height: auto;
	}
}


@media screen and (min-width: 832px) and (max-width: 1249px) {
	.main-popular .most-popular, .main-popular .most-shared {
		width: calc(50% - 20px);
	}

	.main-popular .post-large, .main-popular .post-large .latest-post-thumb, .main-popular .post-large img,
	.main-popular .post-large-relative, .main-popular .post-large-relative .latest-post-thumb, .main-popular .post-large-relative img {
		width: 100%;
		height: auto;
	}
}


/**************************************************
	10. Homepage: Single article
 **************************************************/

.main-article {
	width: calc(100% - 50px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 3px 0;
	position: relative;
}

.main-article .single-post {
	position: relative;
	width: 100%;
	height: 100%;
}

.main-article .post-thumb {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-article .post-thumb {
	width: 100%;
	height: auto;
}

.main-article .text-container {
	position: absolute;
	top: 0;
	height: 100%;
	white-space: nowrap;
	pointer-events: none;
	text-align: center;
}

.main-article .text-container * {
	pointer-events: all;
}

.main-article .text-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.main-article .main-post-text {
	display: inline-block;
	vertical-align: middle;
	width: 83.33333333%;
	color: #FFFFFF;			/* will be overridden in /templates/home/single-article.php */
	margin-left: 16.66666666%;
}

.main-article .main-post-text div {
	display: block;
	width: 80%;
	white-space: normal;
}

.main-article .main-teaser .main-post-author {
	margin: -0.666666666em auto 1em;
}

.main-article a, .main-article a:link, .main-article a:visited, .main-article a:active, .main-article a:focus {
	color: #FFFFFF;			/* will be overridden in /templates/home/single-article.php */
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-article a:hover {
	color: #fa4960;
}


@media screen and (max-width: 831px) {
	.main-article .text-container {
		width: 100%;
	}

	.main-article .main-post-text {
		width: 95%;
		margin-left: 2.5%;
		text-align: center;
	}

	.main-article .main-post-text div {
		width: 100%;
	}

	.main-article .main-post-text .main-post-content {
		display: none;
	}
}




/**************************************************
	11. Homepage: Single media
 **************************************************/

#main-home .main-media {
	width: calc(100% - 50px);
	max-width: 1400px;
	margin: 0 auto;
	padding: 3px 0;
	border-bottom: 0;
}

.main-media .gallery-container {
	width: 85.714286%;
	height: auto;
	clear: both;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #DDD;
}

.main-media:last-child .gallery-container {
	border: 0;
}

.main-media .gallery-item, .main-media img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.main-media .gallery-nav {
	width: 116.666667%;
	margin-left: -8.333333333%;
	top: calc(50% - 78px);
}

.main-media .gallery-container .prev-button {
	background-position: 0 0;
	margin-left: 0;
}


.main-media .gallery-container .next-button {
	background-position: -37px 0;
	margin-right: 0;
}

.main-media .gallery-pagination {
	position: static;
	margin-top: 30px;
	margin-bottom: 30px;
}

.main-media .gallery-pagination span {
	border-color: #000;
}

.main-media .gallery-pagination span:hover {
	background: #555;
	border-color: #555;
}

.main-media .gallery-pagination .selected span {
	background: #000;
}


@media screen and (max-width: 831px) {
	.main-media .gallery-container {
		width: 100%;
	}

	.main-media .gallery-nav {
		width: 100%;
		margin-left: 0;
		top: initial;
		bottom: 10px;
	}

	.main-media .gallery-nav div {
		height: 32px;
		width: 16px;
		background-size: 37px;
	}

	.main-media .gallery-nav .next-button {
		background-position: -21px 0px;
	}

}



/**************************************************
	12. Homepage: Social Media
 **************************************************/

.main-sm {
	width: calc(100% - 50px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	font-size: 0.88888888em;
	line-height: 1.875em;
}

.main-sm-container {
	clear: both;
	overflow: hidden;
}

.main-sm-fb, .main-sm-tw, .main-sm-ig {
	display: table;
	width: 353px;
	float: left;
	margin-right: 70px;
}

.main-sm-ig {
	margin-right: 0px;
}

.main-sm-img {
	position: relative;
	width: 210px;
	height: 169px;
	overflow: hidden;
	float: left;
	display: table-cell;
}

.main-sm-img img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 210px;
	height: auto;
	min-height: 169px;
}

.main-sm-img img[src=""] {
   	display: none;
}

.main-sm-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.main-sm-info {

}

.main-sm-text span:first-child {
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.66666666em;
}

.main-sm a, .main-sm a:link, .main-sm a:visited, .main-sm a:active, .main-sm a:focus {
	color: #000000;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-sm a:hover {
	color: #fa4960;
}

@media screen and (max-width: 402px) {
	.main-sm-container > div {
		width: 100%;
		float: none;
		margin: 0 auto 1.66666666em;
	}

	.main-sm-container .main-sm-img {
		width: 100%;
		max-width: 210px;
		height: auto;
		max-height: 169px;
		display: block;
		float: none;
		margin: 0 auto 0.833333333em;
	}

	.main-sm-container .main-sm-img img {
		width: 100%;
		height: auto;
		min-height: initial;
	}

	.main-sm-container .main-sm-text {
		float: none;
		display: block;
	}

	.main-sm-container .main-sm-info {
		margin: 0;
	}

	.main-sm-container .main-sm-button {
		display: none;
	}

}

@media screen and (min-width: 403px) and (max-width: 1249px) {
	.main-sm-container > div {
		float: none;
		margin: 0 auto 1.666666666em;
	}
}


/**************************************************
	13. Homepage: Code
 **************************************************/

.main-code {
	width: calc(100% - 50px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 30px;
}



/**************************************************
	14. Single post: General styles
 **************************************************/

#main-single {
	width: calc(100% - 50px);
	max-width: 1200px;
	margin: 65px auto 3.33333333em;
}

.single-advertisement {
	margin: 10px auto;
	max-width: 1200px;
	width: calc(100% - 50px);
	text-align: center;
}

#main-single.regular {
	clear: both;
}

.post-thumb, .post-thumb img {
	width: 100%;
	height: auto;
}

#main-single .single-advertisement {
	margin: 10px auto 40px;
}

.single-post .title-line {
	margin-bottom: 3.3333333em;
}

.title h1 {
	margin: 0.625em 0 0.1em;
	font-weight: bold;
}

.meta {
	clear: both;
	overflow: hidden;
	font-size: 0.88888888em;
	line-height: 1.875em;
}

body:not(.single-widescreen) .meta div.info {
	float: left;
	margin-right: 1.875em;
}

.meta div.tags {
	float: right;
	width: 100%;
	max-width: 300px;
}

.meta a, .meta a:link, .meta a:visited, .meta a:active, .meta a:focus {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.meta a:hover {
	color: #fa4960;
}

.meta .cats:before {
	content: "\007C";
	margin: 0 5px 0 7px;
}

.subtitle {
	margin: 1.66666666em 0 0;
	max-width: 650px;
	font-style: oblique;
}

.subtitle a, .subtitle a:link, .subtitle a:visited, .subtitle a:active, .subtitle a:hover {
	color: #fa4960;
}

.content {
	width: 100%;
	max-width: 800px;
}

#main-single.regular .content {
	float: left;
	margin-right: 100px;
}

.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
.content blockquote, .content ol, .content ul, .content hr, .content table {
	width: 100%;
	max-width: 500px;
	margin-left: 150px;
}

.content a, .content a:link, .content a:visited, .content a:active, .content a:hover {
	color: #fa4960;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content a:hover {
	color: #000000;
}

.content img, .content .alignnone, .content .alignright, .content .alignleft {
	max-width: 100%;
	height: auto;
	margin-bottom: 1.66666666em;
}

.content .wp-caption-text {
	width: 100%;
	max-width: 100%;
	margin: 5px 0 0 0px;
	padding-right: 1em;
	box-sizing: border-box;

	font-size: 0.8em;
	font-style: oblique;
	line-height: 1.875em;
	color: #555;
	text-align: right;
}


.content .alignnone img, .content .alignright img, .content .alignleft img {
	margin-bottom: 0;
}

.content .gallery {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1.66666666em !important;
}

.content .gallery .gallery-item {
	margin: 0 10px 10px 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: calc(50% - 5px);
}

.gallery-columns-3 .gallery-item {
	width: calc(33.33333333% - 6.6666666px);
}

.gallery-columns-4 .gallery-item {
	width: calc(25% - 7.5px);
}

.gallery-columns-5 .gallery-item {
	width: calc(20% - 8px);
}

.gallery-columns-6 .gallery-item {
	width: calc(16.666666666% - 8.333333333px);
}

.gallery-columns-7 .gallery-item {
	width: calc(14.28571429% - 8.57142857px);
}

.gallery-columns-8 .gallery-item {
	width: calc(12.5% - 8.75px);
}

.gallery-columns-9 .gallery-item {
	width: calc(11.1111111111% - 8.888888888px);
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
	margin-right: 0;
}

.content .gallery img {
	margin-bottom: 0;
	border: 0 !important;
}

.content iframe.instagram-media {
	max-width: 100% !important;
}




.content blockquote {
	margin: 0 0 1.66666666em 150px;
	clear: both;
}

.content blockquote p {
	margin: 0 auto;
	width: 95%;
	font-size: 1.5em;
	line-height: 1.35;
	font-weight: bold;
}

.content blockquote .tweetthis {
	display: block;
	margin: 1.666666em auto 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='24px' viewBox='0 0 30 24'%3E%3Cpath fill='%2312100B' d='M29.172,0.441c-1.189,0.694-2.508,1.2-3.91,1.472C24.141,0.736,22.539,0,20.771,0 c-3.398,0-6.154,2.712-6.154,6.058c0,0.476,0.055,0.938,0.156,1.38C9.66,7.185,5.125,4.773,2.09,1.108 C1.561,2.003,1.256,3.043,1.256,4.155c0,2.101,1.089,3.954,2.738,5.041C2.986,9.163,2.036,8.892,1.207,8.439 c0,0.023,0,0.051,0,0.076c0,2.934,2.121,5.384,4.938,5.94c-0.516,0.141-1.061,0.213-1.623,0.213c-0.396,0-0.781-0.039-1.158-0.11 c0.785,2.406,3.057,4.16,5.75,4.209c-2.107,1.627-4.76,2.596-7.645,2.596c-0.498,0-0.986-0.027-1.469-0.086 c2.725,1.719,5.961,2.723,9.434,2.723c11.324,0,17.512-9.23,17.512-17.238c0-0.262-0.004-0.524-0.014-0.783 C28.131,5.123,29.176,4.056,30,2.84c-1.102,0.483-2.289,0.808-3.535,0.954C27.736,3.044,28.711,1.857,29.172,0.441z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	width: 25px;
	height: 20px;
	cursor: pointer;
}

.content ol, .content ul {
	margin: 0 0 1.66666666em 150px;
	list-style-type: initial;
}

.content hr {
	margin: 0 0 1.66666666em 150px;
}

.content #credentials, .content #disclaimer {
	width: 500px;
	max-width: 100%;
	margin: 3.65em auto 5.475em;
	clear: both;
	font-size: 0.88888888em;
	line-height: 1.825em;
	color: #777;
	border-top: 1px solid #DDD;
	text-align: center;
}

.content #credentials .cred-title, .content #disclaimer .disc-title {
	position: relative;
	display: inline-block;
	top: -0.9125em;
	padding: 0px 0.9125em;
	margin: 0 auto 0.9125em;
	text-transform: uppercase;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	background: #FFFFFF;
}

.content #credentials .cred-text, .content #disclaimer .disc-text {
	text-align: left;
}

.content #credentials a, .content #credentials a:link, .content #credentials a:visited,
.content #credentials a:active, .content #credentials a:focus,
.content #disclaimer a, .content #disclaimer a:link, .content #disclaimer a:visited,
.content #disclaimer a:active, .content #disclaimer a:focus {
	color: #000;
}

.content #credentials a:hover, .content #disclaimer a:hover {
	color: #fa4960;
}


#socialmedia {
	max-width: 900px;
	margin: 3.33333333em auto;
	clear: both;
	overflow: hidden;
}

#socialmedia > div {
	float: left;
	margin: 0 16px 25px 0;
	overflow: hidden;
	height: 25px;
	cursor: pointer;
}

#socialmedia > div:last-child {
	margin: 0;
}

#socialmedia .sm-button {
	position: relative;
	top: 6px;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	background: url(../img/buttons.png) no-repeat;
	color: transparent;
	font-size: 0px;

	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}

#socialmedia #facebook-btn-container {
	height: 25px;
	margin-top: -6px;
}

#socialmedia #fb-share .sm-button {
	background-position: 0px 0px;
}

#socialmedia #fb-share:hover .sm-button {
	background-position: -16px 0px;
}

#socialmedia #fb-share:active .sm-button {
	background-position: -32px 0px;
}

#socialmedia #twitter .sm-button {
	background-position: 0px -16px;
}

#socialmedia #twitter:hover .sm-button {
	background-position: -16px -16px;
}

#socialmedia #twitter:active .sm-button {
	background-position: -32px -16px;
}

#socialmedia #gplus .sm-button {
	background-position: 0px -96px;
}

#socialmedia #gplus:hover .sm-button {
	background-position: -16px -96px;
}

#socialmedia #gplus:active .sm-button {
	background-position: -32px -96px;
}

#socialmedia #mail .sm-button {
	background-position: 0px -112px;
}

#socialmedia #mail:hover .sm-button {
	background-position: -16px -112px;
}

#socialmedia #mail:active .sm-button {
	background-position: -32px -112px;
}


#socialmedia .sm-counter {
	display: block;
	position: relative;
	height: 1em;
	top: 4px;
	padding: 0px 7px 7px;
	margin-left: 6px;
	float: left;
	border: 1px solid #9197A3;
	border-radius: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.611111111em;
	line-height: 1.63636364em;
}

#socialmedia .sm-counter:after, #socialmedia .sm-counter:before {
	content: " ";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
}

#socialmedia .sm-counter:after {
	border-color: rgba(255,255,255,0);
	border-right-color: #FFFFFF;
	border-width: 4px;
	margin-top: -4px;
}

#socialmedia .sm-counter:before {
	border-color: rgba(170,170,170,0);
	border-right-color: #9197A3;
	border-width: 5px;
	margin-top: -5px;	
}



#next-posts {
	max-width: 1200px;
	margin: 3.33333333em auto 3.33333333em;
	clear: both;
	overflow: hidden;
}

#next-posts .next-page {
	opacity: 0;
}

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

@media screen and (min-width: 850px) {
	.content #credentials, .content #disclaimer {
		margin: 3.65em 0 5.475em 150px;
	}
}


@media screen and (min-width: 1250px) {
	.single-full .content .wp-caption.alignnone,
	.single-full .content .wp-caption.alignleft {
		position: relative;
		margin: 0 0 3.33333333rem;
		float: none;
	}

	.single-full .content div.alignfullscreen {
		position: relative;
		float: none;
		margin: 0 0 3.33333333em calc(600px - 50vw);
	}

	.single-full .content .alignnone .wp-caption-text,
	.single-full .content .alignleft .wp-caption-text,
	.single-full .content .alignfullscreen .wp-caption-text {
		position: absolute;
		top: 100%;
		right: 0;
		max-width: 500px;
		margin: 5px 0 1.6666666rem;
		padding: 0 0 0 2em;
		text-align: left;
	}

	.single-full .content .alignfullscreen .wp-caption-text {
		right: initial;
		left: calc(50% + 100px);
	}

	.single-full .content .wp-caption.alignnone + p,
	.single-full .content .wp-caption.alignleft + p,
	.single-full .content .wp-caption.alignnone + ul,
	.single-full .content .wp-caption.alignleft + ul,
	.single-full .content .wp-caption.alignnone + ol,
	.single-full .content .wp-caption.alignleft + ol {
		margin-top: -1.6666666rem;
	}
}



/**************************************************
	15. Single post: Widescreen
 **************************************************/

.widescreen-advertisement {
	margin-top: 77px;
}

.widescreen-advertisement + .post-thumb-container.widescreen {
	margin-top: 20px;
}

.post-thumb-container.widescreen {
	position: relative;
	z-index: 11;
}

.post-thumb-container.widescreen .post-thumb {
	max-height: 100vh;
	overflow: hidden;
	padding: 0 0 3px;
	border-bottom: 1px solid #DDD;
}

.post-thumb-container.widescreen .post-thumb img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.widescreen .title-line {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 50px);
	max-width: 1200px;
	margin: 65px auto 0;
}

.widescreen .title-line div.cats {
	order: 2;
}

.widescreen .cats a {
	font-size: 1rem;
	color: #000000;
}

.widescreen .cats:before {
	content: "\007C";
	margin: 0 5px 0 7px;
}

.single-widescreen .single-post .meta {
	margin-bottom: 3.3333333em
}

.single-widescreen .single-post .subtitle {
	margin-bottom: 3.3333333em;
}

.single-widescreen #main-single {
	margin: 0 auto 3.3333333em;
}


#main-single.single-full .content {
	width: 100%;
	max-width: 1200px;
	margin-right: 0;
	float: none;
}

.single-full .content .alignnone,
.single-full .content .alignleft {
	margin: 1.66666666em 0px;
	float: left;
	max-width: 100%;
	height: auto;
}

.single-full .content .alignright {
	float: right;
	max-width: 500px;
	height: auto;
}

.single-full .outset {
	float: right;
	width: 250px;
	margin: 16px -550px 16px 32px;
	padding-left: 28px;
	border-left: 1px solid #DDD;
	text-align: justify;
	text-align-last: left;
}

.single-full .outset-text {
	display: inline-block;
	width: 250px;
	margin-left: 0;
	font-size: 0.888888em;
	line-height: 1.875em;
	color: #555555;
}

.single-full .outset-text q {
	display: inline-block;
	font-style: oblique;
	quotes: none;
}

.single-full .outset-text cite {
	margin-top: 1em;
	display: inline-block;
}

.single-full .outset-text cite:before {
	content: "\2014";
	margin-right: 10px;
}

.single-full .alignfullscreen {
	width: 100vw;
	height: auto;
	margin: 0 0 1.6666666em calc(600px - 50vw);
}

.single-full .alignfullscreen img {
	width: 100%;
	height: auto;
	margin: 0;
}

.single-full .content .gallery {
	width: 100%;
	max-width: 800px;
	margin: 0 0 1.66666666em 0 !important;
}

.image-preloader {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.image-preloader img {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	   -moz-transition: opacity 1s ease;
	     -o-transition: opacity 1s ease;
	        transition: opacity 1s ease;
}

.image-preloader.loaded img {
	opacity: 1;
}

.slideshow {
	position: relative;
	margin: 1.666666666em 0 1.666666666em 150px;
}

.slideshow-outer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slideshow-teaser {
	width: 100%;
	max-width: 500px;
	text-align: center;
}

.slideshow-title {
	font-size: 1.5em;
	line-height: 1.35;
	font-weight: bold;
	cursor: pointer;
}

.slideshow-subtitle {
	margin: 0.83333em 0 0;
	font-size: 0.8em;
}

.slideshow-outer .fullscreen {
	cursor: pointer;
	text-decoration: underline;
}

.slideshow-outer .fullscreen:hover {
	text-decoration: none;
}

.slides-count,
.slideshow-count {
	font-style: oblique;
	color: #555;
}

.slides-count:before {
	content: '|';
	display: inline-block;
	margin: 0 0.4166666em;
	font-style: normal;
}

.slideshow-preview {
	position: relative;
	cursor: pointer;
	width: calc(100% - 550px);
}

.single-narrow .slideshow-preview {
	width: 100%;
	max-width: 500px;
}

.slideshow-preview:before {
	content: '+';
	position: absolute;
	bottom: 1rem;
	left: 1rem;

	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	width: 4rem;

	background: #FFFFFF;
	border-radius: 2rem;
	font-size: 3rem;
	color: #555;
}

.slideshow-preview img {
	display: block;
	margin: 0;
}

.slideshow-inner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: calc(100vw - 8rem);
	height: calc(100vh - 8rem);
	padding: 4rem;

	background: #FFFFFF;
}

.slideshow-inner.show {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.slideshow-container {
	position: relative;
	width: calc(80% - 4rem);
	margin-left: 1.8rem;
	height: 100%;
	overflow: hidden;
}

.slideshow-letterbox {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}

.slideshow-item {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	flex-grow: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}

.slideshow-item + .slideshow-item {
	margin-left: 2rem;
}

.slideshow-item img {
	width: auto;
	max-height: 100%;
	margin: 0;
}

.slideshow-arrows {
	position: absolute;
	top: 50%;
	left: 3rem;
	width: calc(80% - 4rem);
	transform: translateY(-50%);
	z-index: 2;

	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
}

.slideshow-arrows .arrow {
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	pointer-events: all;
	cursor: pointer;
}

.slideshow-arrows .prev {
	transform: rotateZ(-45deg);
}

.slideshow-arrows .next {
	transform: rotateZ(135deg);
}

.slideshow-aside {
	position: relative;
	width: calc(20% - 2rem);
	height: 100%;
}

.slideshow-close {
	position: absolute;
	top: 0.5em;
	right: -1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.5em;

	cursor: pointer;
}

.slideshow-close span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000000;
	transform: rotateZ(45deg);
}

.slideshow-close span:last-child {
	transform: translateY(-2px) rotateZ(135deg);
}

.slideshow-caption {
	margin: 1.6rem 0 0;
	min-height: 3.3333333em;
}

.slideshow-nav {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 1.6rem 0 0;
}

.nav-item {
	width: calc(33.3333% - 10px);
	height: calc(25% - 7.5px);
	margin-bottom: 10px;
	margin-right: 9px;
	border: 2px solid transparent;
	cursor: pointer;
}

.nav-item:nth-child(3n) {
	margin-right: 0;
}

.nav-item.current {
	border-color: #000;
	cursor: none;
}

.nav-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	margin: 0;
}



@media screen and (max-width: 749px) {
	.single-narrow .content p, .single-narrow .content h1, .single-narrow .content h2, .single-narrow .content h3, .single-narrow .content h4, .single-narrow .content h5, .single-narrow .content h6,
	.single-narrow .content blockquote, .single-narrow .content ol, .single-narrow .content ul, .single-narrow .content hr, .content table {
		margin: 0 auto 1.6666666em;
	}

	.single-full .content {
		width: calc(100% - 50px);
	}

	.single-full .content p,
	.slideshow,
	.slideshow-outer {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 1.66666666em;
	}

	.content blockquote {
		margin: 0 auto 1.6666666em;
	}

	.single-full .outset {
		display: block;
		margin: 1.66666666em 0px;
		width: 100%;
		max-width: 500px;
		float: none;
		padding: 0.833333333em 0;
		border-left: 0;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}

	.single-full .outset-text {
		width: 100%;
	}

	.single-full .content .wp-caption-text {
		max-width: 100%;
	}

	body:not(.single-widescreen) .meta div.info {
		float: none;
		margin-right: 0;
	}

	.meta div.tags {
		float: none;
		max-width: 100%;
	}

	#socialmedia {
		margin: 3.333333333em auto;
		width: calc(100% - 50px);
		max-width: 500px;
	}
}

@media screen and (min-width: 750px) and (max-width: 849px) {
	.single-full .content {
		width: calc(100% - 50px);
	}

	.single-full .content p,
	.slideshow,
	.slideshow-outer {
		margin: 0 auto 1.66666666em;
	}

	.content blockquote {
		margin: 0 auto 1.6666666em;
	}


	.single-narrow .content p, .single-narrow .content h1, .single-narrow .content h2, .single-narrow .content h3, .single-narrow .content h4, .single-narrow .content h5, .single-narrow .content h6,
	.single-narrow .content blockquote, .single-narrow .content ol, .single-narrow .content ul, .single-narrow .content hr, .content table {
		margin: 0 auto 1.6666666em;
	}

	.single-full .outset {
		margin-right: -50px;
	}

	body:not(.single-widescreen) .meta div.info {
		float: none;
		margin-right: 0;
	}

	.meta div.tags {
		float: none;
		max-width: 100%;
	}

	#socialmedia {
		margin: 3.333333333em auto;
		width: 500px;
	}
}

@media screen and (min-width: 850px) {
	.post-thumb-container.widescreen {
		position: relative;
		padding: 0 0 3px;
		border-bottom: 1px solid #DDD;
	}

	.post-thumb-container.widescreen .post-thumb {
		padding: 0;
		border: 0;
	}

	.widescreen .title-line {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		margin: 0 auto;

		text-align: center;
	}

	.widescreen .cats a {
		text-decoration: underline;
	}

	.widescreen .cats:before {
		display: none;
	}

	.widescreen.light .title-line,
	.widescreen.light a {
		color: #FFFFFF;
	}

	.widescreen .cats a:hover {
		text-decoration: none;
	}

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

	.single-widescreen #main-single {
		margin: 65px auto 3.3333333em;
	}

	.single-widescreen .single-post .meta {
		float: right;
		margin: 0 0 1.875em 1.875em;
	}

	.content {
		margin-bottom: 4rem;
	}

	.single-full .content {
		width: calc(100% - 50px);
	}

	.single-full .outset {
		margin-right: -150px;
	}

	#socialmedia {
		position: fixed;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 10;
		padding: 1rem 1rem 1rem 2rem;

		display: flex;
		flex-direction: column;
		background: #FFFFFF;
	}

	#socialmedia > div {
		margin: 0 0 10px;
		height: 25px;
	}

	#socialmedia .sm-button {
		width: 25px;
		height: 25px;
		top: 1px;
		background: url(../img/buttons-large.png) no-repeat;
	}

	#socialmedia #fb-share:hover .sm-button {	background-position: -25px 0px; }
	#socialmedia #fb-share:active .sm-button {	background-position: -50px 0px; }
	#socialmedia #twitter .sm-button {			background-position: 0px -25px; }
	#socialmedia #twitter:hover .sm-button {	background-position: -25px -25px; }
	#socialmedia #twitter:active .sm-button {	background-position: -50px -25px; }
	#socialmedia #gplus .sm-button {			background-position: 0px -150px; }
	#socialmedia #gplus:hover .sm-button {		background-position: -25px -150px; }
	#socialmedia #gplus:active .sm-button {		background-position: -50px -150px; }
	#socialmedia #mail .sm-button {				background-position: 0px -175px; }
	#socialmedia #mail:hover .sm-button {		background-position: -25px -175px; }
	#socialmedia #mail:active .sm-button {		background-position: -50px -175px; }

	#socialmedia #fb-like,
	#socialmedia .sm-counter {
		display: none;
	}
}

@media screen and (min-width: 1011px) {
	.single-full .outset {
		position: absolute;
		right: 0;
		margin-right: 25px;
	}
}

@media screen and (max-width: 1049px) {
	.slideshow-outer {
		flex-wrap: wrap;
		max-width: 500px;
	}

	.slideshow-teaser {
		order: 2;
		width: 100%;
		margin-top: 1.666em;
	}

	.slideshow-preview {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (min-width: 1050px) and (max-width: 1249px) {
	.slideshow-outer {
		justify-content: flex-start;
	}

	.slideshow-teaser {
		width: 33%;
	}
}

@media screen and (max-width: 1249px) {
	.slideshow-inner {
		width: calc(100vw - 2rem);
		height: calc(100vh - 2rem);
		padding: 1rem;
	}

	.slideshow-container {
		width: 100%;
		height: calc(100% - 2rem);
		margin: 0;
	}

	.slideshow-arrows {
		left: 50%;
		transform: translate(-50%, -50%);
		top: calc(100vh - 1.5rem);
		width: 5rem;
	}

	.slideshow-arrows .arrow {
		width: 1rem;
		height: 1rem;
	}

	.slideshow-aside {
		position: absolute;
		bottom: 1rem;
		right: 2rem;
		width: 2rem;
		height: 2rem;
	}

	.slideshow-aside .slideshow-title,
	.slideshow-count,
	.slideshow-caption,
	.slideshow-nav {
		display: none;
	}
}


@media screen and (min-width: 1250px) {
	#socialmedia {
		margin: 3.333333333em auto;
	}
}


/**************************************************
	16. Single page
 **************************************************/



/**************************************************
	17. Comments
 **************************************************/

#comments {
	max-width: 900px;
	margin: 3.33333333em auto 1.66666666em;
	padding-bottom: 1.66666666em;
	border-bottom: 1px solid #DDD;
}

.fb-comments, .fb-comments span, .fb-comments span iframe[style],
.disqus-comments {
	max-width: 500px !important;
	width: 100% !important;
	margin-bottom: 3.33333333em;
}


@media screen and (min-width: 0px) and (max-width: 749px) {
	#comments {
		margin: 3.333333333em auto;
		width: calc(100% - 50px);
		max-width: 500px;
	}
}

@media screen and (min-width: 750px) and (max-width: 849px) {
	#comments {
		margin: 3.333333333em auto;
		width: 500px;
	}
}

@media screen and (min-width: 850px) and (max-width: 1010px) {
	#comments {
		margin: 3.333333333em 0 3.333333333em 180px;
		max-width: 782px;
	}
}

@media screen and (min-width: 1011px) and (max-width: 1249px) {
	#comments {
		margin: 3.333333333em 0 3.333333333em 180px;
		max-width: 782px;
	}
}

/**************************************************
	18. Archives
 **************************************************/

#main-archive {
	max-width: 1200px;
	margin: 114px auto 3.33333333em;
	clear: both;
	overflow: hidden;
}

#main-archive .next-page {
	margin-bottom: 3.33333333em;
}

#main-archive .post-large .main-post-text,
#main-archive .post-large-relative .main-post-text {
	margin: 1.66666666em auto 0em;
}

#main-archive .post-medium .main-post-text {
	margin: 0.83333333em auto 0em;
}

@media screen and (max-width: 831px) {
	.post-large,
	.post-large-relative {
		width: calc(100% - 50px);
		float: none;
		margin: 0 auto 40px;
	}

	.post-large:nth-child(2n),
	.post-large-relative:nth-child(2n) {
		margin: 0 auto 40px;
	}

	.post-large .latest-post-thumb, .post-large img,
	.post-large-relative .latest-post-thumb, .post-large-relative img,
	.post-medium .latest-post-thumb, .post-medium img {
		width: 100%;
		height: auto;
	}

	.posts-block-no-sidebar, .posts-block-sidebar {
		float: none;
		width: calc(100% - 50px);
		margin: 0 auto;
	}

	.post-container.masonry-container .post-column {
		width: 100%;
	}

	.post-medium, .post-medium:nth-child(2n), .post-medium:nth-child(3n),
	.posts-block-sidebar .post-medium:nth-child(2n), .posts-block-sidebar .post-medium:nth-child(3n),
	.post-container.masonry-container .post-medium {
		width: 100%;
		float: none;
		margin: 0 auto 40px;
	}

	.post-large .main-post-text, .post-large-relative .main-post-text, .post-medium .main-post-text, .post-small .main-post-text {
		height: auto;
		max-width: 500px;
		margin: 1.66666666em auto 3.33333333em;
	}

	.post-large .main-post-title, .post-large-relative .main-post-title, .post-medium .main-post-title {
		height: auto;
		overflow: visible;
		font-size: 0.88888888em;
		line-height: 1.825em;
	}

	.post-large .main-post-content, .post-large-relative .main-post-content, .post-medium .main-post-content, .post-small .main-post-content {
		height: auto;
		max-height: 145px;
		overflow: hidden;
		font-size: 0.77777777em;
		line-height: 1.78571429em;
	}

	.posts-block-no-sidebar + .next-page, .sidebar-front + .next-page, .main-latestcattag .next-page {
		width: calc(100% - 50px);
		max-width: 371px;
		margin: 0 auto;
	}
}


@media screen and (min-width: 832px) and (max-width: 1249px) {
	.post-large,
	.post-large-relative {
		width: 782px;
		float: none;
		margin: 0 auto 40px;
	}

	.post-large:nth-child(2n),
	.post-large-relative:nth-child(2n) {
		margin: 0 auto 40px;
	}

	.post-large .latest-post-thumb, .post-large img {
		width: 782px;
		height: 586px;
	}

	.post-large-relative .latest-post-thumb, .post-large-relative img {
		width: 782px;
		height: auto;
	}

	.post-large .main-post-text,
	.post-large-relative .main-post-text {
		margin: 1.66666666em auto 3.33333333em;
	}

	.posts-block-no-sidebar, .posts-block-sidebar {
		float: none;
		width: 782px;
		margin: 0 auto;
	}

	.post-container.masonry-container {
		justify-content: center;
	}

	.post-container.masonry-container .post-column:nth-child(1) {
		margin-right: 2em;
	}

	.post-container.masonry-container .post-column:nth-child(3) {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.post-container.masonry-container .post-column:nth-child(3) .latest-post:nth-child(2n + 1) {
		margin-right: 2em;
	}

	.post-medium:nth-child(3n) {
		margin-right: 40px;
	}

	.post-medium:nth-child(2n), .post-medium:nth-child(6n) {
		float: right;
		margin-right: 0px;
	}

	.sidebar-front + .next-page {
		width: 782px;
		margin: 0 auto;
	}	
}



/**************************************************
	19. Sidebars
 **************************************************/

.sidebar {
	float: right;
	width: 300px;
	border-top: 1px solid #DDD;
	padding-top: 0.833333333em;
	font-size: 0.88888888em;
	line-height: 1.875em;
}

.sidebar-single {
	margin-top: calc(-0.833333333em - 1px);
}

.sidebar-front {
	overflow: hidden;
}

.sidebar .widget, .sidebar > div {
	margin-bottom: 1.66666666em;
}

.sidebar h5, .sidebar .widget-title {
	margin-bottom: 1.666666em;
	text-align: center;
}

.sidebar img {
	display: inline-block;
}

.sidebar a, .sidebar a:link, .sidebar a:visited, .sidebar a:active, .sidebar a:focus {
	color: #000000;
}

.sidebar a:hover {
	color: #fa4960;
}

.sidebar .msp-widget li, .sidebar .popular-widget li {
	position: relative;
	margin-bottom: 15px;
}

.popular-widget .popular-thumb, .msp-widget .msp-thumb {
	width: 100px;
	height: 75px;
	overflow: hidden;
}

.popular-widget .popular-thumb img, .msp-widget .msp-thumb img {
	width: 100px;
	height: 75px;
}

.popular-widget .popular-link, .msp-widget .msp-link {
	position: absolute;
	top: 50%;
	left: 125px;
	width: 175px;
	transform: translateY(-50%);
}



@media screen and (max-width: 1249px) {
	.sidebar-front {
		display: none;
	}

	.sidebar-single {
		border-top: 0;
		padding-top: 0;
		margin: 1.66666666em 0 0 150px;
		width: 100%;
		max-width: 800px;
		float: left;
	}

	.sidebar-single .widget {
		display: none;
	}

	.sidebar-single .advertisement-widget {
		display: block;
		float: left;
		margin-right: 1.66666666em;
	}
}


@media screen and (max-width: 849px) {
	.sidebar-single {
		margin: 1.66666666em auto 0;
	}
}


/**************************************************
	20. Styles for helper plugin
 **************************************************/

.single-narrow .outset {
	display: block;
	margin: 1.66666666em 0;
	padding: 0.833333333em 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 0.888888em;
	line-height: 1.875em;
	color: #555555;
}

.single-narrow .outset-text q {
	display: inline-block;
	font-style: oblique;
	quotes: none;
}

.single-narrow .outset-text cite {
	margin-top: 1em;
	display: inline-block;
}

.single-narrow .outset-text cite:before {
	content: "\2014";
	margin-right: 10px;
}


div.columns {
	width: 100%;
	max-width: 800px;
	margin: 1.66666666em auto;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.66666666em;
	-moz-column-count: 2;
	-moz-column-gap: 1.66666666em;
	column-count: 2;
	column-gap: 1.66666666em;
}

@media screen and (max-width: 549px) {
	div.columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}



/**************************************************
	21. Wordpress specials
 **************************************************/

#main-404 {
	width: calc(100% - 50px);
	margin: 150px auto 2em;
	max-width: 1200px;
	font-size: 10em;
	font-weight: bold;
	text-align: center;
}



/**************************************************
	22. Coming soon
 **************************************************/



/**************************************************
	xx. Basic Styles
 **************************************************/




