/*
Theme Name: ALDI Theme
Theme URI: https://www.aldi-sued.de
Description: ALDI SUED Wordpress Theme
Version: 1.0
Author: Leon Spiess
Author URI:
Text Domain: aldi-theme
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments
License: 
License URI: 
*/


/* 1. General */

	html,
	body {
		width:100%;
	}
	
	@font-face{
		font-family: 'ALDI SUED Regular';
		src: url('fonts/aldi_sued_ot_regular.970c9d0.otf');
		font-style: normal;
		font-weight: 400;
	}

	p,
	h1,
	h2,
	h3,
	h4,
	div,
	span,
	i,
	a{
		font-family: ALDI SUED Regular;
	}
	
	p,
	i,
	a,
	div {
		font-size: 16px;
		line-height: 26px;
	}
	
	body{
		margin: 0px;
	}

	.row{
		display: flex;
	}

	*:focus {
		outline: none;
	}
	}

	*:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	input[type=submit] {
		font-size: 13px;
		background-color: #00005f;
		border-radius: 0;
		color: #fff;
		border: none;
		padding: 8px 15px;
		font-weight: 500;
		-webkit-transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
		transition: background-color 0.4s;
		cursor: pointer;
	}

	input, textarea, select, button {
		text-rendering: auto;
		color: initial;
		letter-spacing: normal;
		word-spacing: normal;
		text-transform: none;
		text-indent: 0px;
		text-shadow: none;
		display: inline-block;
		text-align: start;
		margin: 0em;
		font: 400 13.3333px Arial;
	}

	.size-auto, 
	.size-full,
	.size-large,
	.size-medium,
	.size-thumbnail {
		max-width: 100%;
		height: auto;
	}
	
	svg:not(:root) {
		overflow: hidden;
	}

	a {
		text-decoration: none;
	}

	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}

	.wp-caption,
	.gallery-caption {
		color: #666;
		font-size: 13px;
		font-size: 0.8125rem;
		font-style: italic;
		margin-bottom: 1.5em;
		max-width: 100%;
	}

	.wp-caption .wp-caption-text {
		margin: 0.8075em 0;
	}
	.sticky .icon-thumb-tack {
			height: 23px;
			left: -2.5em;
			top: 1.5em;
			width: 32px;
		}

	.sticky .icon-thumb-tack {
			font-size: 32px;
			font-size: 2rem;
			height: 22px;
			left: -1.25em;
			top: 0.75em;
			width: 32px;
	}

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

	img.alignleft,
	img.alignright {
		float: none;
		margin: 0;
	}

	img.alignleft {
			float: left;
			margin-right: 1.5em;
		}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}
	
	#wrapper {
		width: 1068px;
		padding: 0 48px;
		margin-right: auto;
		margin-left: auto;
		background-color: #ffffff;
	}


	#wrapper .widget-title,
	.widgettitle,
	.comments-title {
		background-color: #00005f;
		color: #fff;
		display: inline-block;
		padding: 6px 12px 4px;
		line-height: 19px;
		margin-bottom: 14px;
		margin-top: 0;
		min-height: 20px;
		position: relative;
		font-weight: 400;
		font-size: 18px;
	}

	#wrapper .widget-title:after,
	.widgettitle:after,
	.comments-title:after,
	.tab:after{
		content: '';
		height: 2px;
		width: 10000000%;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #00005f;
	}

	#page-top-button {
		position: fixed;
		width: 40px;
		height: 40px;
		background-color: #00005f;
		cursor: pointer;
		bottom: 5px;
		right: 5px;
		display: none;
		z-index: 100;
	}

	.icon-menu-up {
		color: #ffffff;
		width: 20px;
		height: 20px;
		padding: 10px;
		font-size: 20px;
		line-height: 37px;
	}
	
	#login h1 a, .login h1 a {
		background-image: url(http://localhost/wordpress/wp-content/themes/ALDI_Theme/images/logo-mobile.png);
		height: 185px;
		width: 150px;
		background-size: 150px 185px;
		background-repeat: no-repeat;
    }

/* 2. Home Page */

	.header-items {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.header-item {
		width: 32.8%;
		position: relative;
		margin-top: 8px;
	}
	
	.header-item-thumbnail,
	.single-post-thumbnail{ 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: 50% 50%;
	}
	
	.header-item-info {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	}

	.header-item-title {
		font-size: 20px;
		line-height: 26px;
		font-weight: 100;
		color: #ffffff;
		padding: 0 55px 0 20px;
	}
	
	.header-item:nth-child(1) {
		width: 100%;
	}
	
	.header-item:nth-child(1) .header-item-info {
		height: 30%
	}
	
	.header-item-thumbnail {
		width: 100%;
		height: 235px;
		object-fit: cover;
	}
	
	.header-item:nth-child(1) .header-item-thumbnail {
		height: 350px;
	}
	
	.home-single-post-thumbnail > .single-post-date {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50px;
		height: 50px;
	}
	
	
	.single-post-date time p {
		color: #ffffff;
		text-align: center;
		width: 100%;
		font-size: 18px;
		font-weight: 400;
		width: 100%;
		margin: 0;
	}
	
	.home-single-post-thumbnail{
		position: relative;
	}
	
	@media(max-width: 767px) {
		.header-item {
			width: 100%;
			margin-bottom: 24px;
			height: 235px;
		}
		
		.header-item-thumbnail {
			height: 235px !important;
		}
	}
	
/* Header */
	.header-menu-container {
		background-color: #ffffff;
	}

	.header-menu {
		background-color: #ffffff;
	}
	
	#header.post-style-2 > .header-menu {
		background-color: transparent;
	}
	
	.fix-header{
		width: 100%;
		position: fixed !important;
		top: 0;
		margin:auto;
		z-index:100;
	}
	
	.site-logo {
		max-width: 544px;
		max-height: 125px;
	}
	
	.social-links > div > ul > li > a {
		color: #00005f;
		display: inline-block;
		height: 40px;
		margin: 0 2px 2px 0;
		text-align: center;
		width: 40px;
		text-decoration: none;
	}

	.social-links {
		display: none;
	}
	
	@media(min-width: 1081px) {
		.social-links {
			display: block;
		}
	}
	
	.header-row{
		display: flex;
	}

	.icon-menu-left,
	.icon-menu-right {
		font-size: 7px;
	}

	.menu{
		display: flex;
		height: 48px;
		margin:0px;
		padding: 0px;
	}

	.header-menu-container{
		padding: 0 48px;
		width: 1068px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		display: flex;
	}

	.menu-item{
		margin: 0px !important;
		list-style: none;
	}

	#main-nav > .menu > .menu-item > a{
		position : relative;
		padding: 14px 28px 14px 0;
		text-decoration: none;
		color: #00005f;
		line-height: 48px;
		font-size: 16px;
		font-weight: 700;
	}

	#main-nav .menu .menu-item a:after{
		background-color: transparent;
		content: '';
		width: 70%;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: -25px;
		right: 0;
		margin: 0 auto;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: width 0.2s ease;
		-moz-transition: width 0.2s ease;
		-o-transition: width 0.2s ease;
		transition: width 0.2s ease;
	}

	#nav-bar{
		float:left;
	}

	.menu > li:hover > a:after,
	.menu .current-menu-item a:after{
		background-color: #4db2ec !important;
		width: 85% !important;
		background-color: transparent;
	}

	.menu .current-menu-item a,
	#main-nav ul .menu-item > a:hover{
		color: #4db2ec !important;
		z-index: 999;
	}

	.social-links > div > ul > li > a > i{
		font-size:12px !important;
	}

	.menu li:hover{
		outline: 0;
	}
	
	.header-search-wrap {
		position: absolute;
		right: 48px;
		z-index: 999;
	}

	.header-search-wrap .icon-search {
		display: inline-block;
		font-size: 19px;
		width: 48px;
		line-height: 48px;
		text-align: center;
		color: #00005f;
	}

	drop-down-search.drop-down-search-open {
		visibility: visible;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
		filter: alpha(opacity=100);
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		pointer-events: auto;
	}

	#header-search-button-mob {
		display: none !important;
	}

	.drop-down-search {
		position: absolute;
		top: 100%;
		right: 0;
		visibility: hidden;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
		filter: alpha(opacity=0);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		transform: translate3d(0, 20px, 0);
		-webkit-transform: translate3d(0, 20px, 0);
		-moz-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		-o-transform: translate3d(0, 20px, 0);
		background-color: #fff;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		border-top: 0;
		width: 342px;

	}

	.header-search-wrap .drop-down-search:before {
		border-color: transparent transparent #55c3f0 transparent;
	}

	.drop-down-search:before {
		position: absolute;
		top: -9px;
		right: 19px;
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5.5px 6px 5.5px;
		border-color: transparent transparent #4db2ec transparent;
	}

	.drop-down-search:after {
		position: absolute;
		top: -3px;
		display: block;
		content: '';
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 3px;
		background-color: #4db2ec;

	}

	#header-search {
		width: 235px;
		height: 32px;
		margin: 0;
		border-right: 0;
		line-height: 17px;
		border-color: #eaeaea !important;
	}

	.drop-down-search .btn {
		position: absolute;
		height: 38px;
		min-width: 67px;
		line-height: 17px;
		padding: 7px 15px 8px;
		text-shadow: none;
		vertical-align: top;
		right: 20px;
		margin: 0 !important;
		-webkit-transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
		transition: background-color 0.4s;
	}


	.social-links div ul {
		list-style: none;
		margin: 0px 0px 0px 0px;
		line-height: 48px;
	}

	.social-links div ul li{
			display: inline;
			float: right;
	}

	.social-links{
		float: right;
		line-height: 48px;
		height: 48px;
		margin: 0 10px 0 -30px;
	}
	
	#header-row {
		margin-bottom: 20px;
	}
	
	#header.post-style-2 .header-search-wrap {
		right: 48px;
	}

	@media(max-width: 1180px){
		
		.header-menu-container {
			margin: 0;
			width: calc(100% - 48px);
			padding: 0 24px;
		}
		
		#header > .header-menu > .header-menu-container {
			margin-left: 0;
		}
		
		#header.post-style-2 > .header-logo > .header-menu-container, #header.post-style-2 > .header-menu {
			margin-left: 0;
		}
		


		#header.post-style-2 .header-menu-container,
		#header.post-style-2 .header-logo > .header-menu-container {
			width: calc(100% - 48px);
			padding: 0 24px;
		}
		
		#header.post-style-2 > .header-logo > .header-menu-container {
			margin-right: 0;
		}
	}

/* Mobile Header */

	@media (min-width: 768px) {
		#mobile-header {
			display: none;
		}
	}
	
	.mobile-side-search {
		position: fixed;
		width: 100%;
		height: 100%;
		visibility: hidden;
		right: -320px;
		transition: right 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
		z-index: 100;
		background: linear-gradient(to bottom, rgba(0,0,95, 0.95), rgba(77,178,236, 0.95));
	}

	.mobile-site-logo {
		display: inline-block;
		margin: auto;
		margin-top: 2px;
		margin-bottom: 2px;
		max-height: 50px;
		float: left;
	}

	.mobile-side-nav {
		position: fixed;
		width: 100%;
		height: 100%;
		visibility: hidden;
		left: -320px;
		transition: left 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
		z-index: 100;
		background: linear-gradient(to bottom, rgba(0,0,95, 0.95), rgba(77,178,236, 0.95));
	}

	#mobile-nav-close,
	#mobile-search-close {
		width: 71px;
		height: 71px;
		cursor: pointer;
	}

	#mobile-nav-close > svg,
	#mobile-search-close > svg {
		padding:25px;
	}

	.mobile-nav-social > div > ul {
		height: 40px;
		margin: 15px 0 15px 0;
		padding: 0;
	}

	.mobile-nav-social > div > ul > li {
		display: inline-block;
	}

	.mobile-nav-social > div > ul > li,
	.mobile-nav-social > div > ul > li > a {
		height: 40px;
		width: 40px;
	}

	.mobile-nav-social > div > ul > li > a > i{
		color: #fff;
		vertical-align: middle;
		padding: 13px;
		line-height: 38px;
	}

	.mobile-nav-first-row{
		height: 71px;
		width:100%;
		display: flex;
		flex-direction: line;
		justify-content: space-between;
	}

	.mobile-side-nav-wrapper{
		margin: 24px;
	}

	.mobile-nav-container{
		margin-top: 40px;
	}

	.mobile-nav-container > ul{
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.mobile-nav-container > ul > li{
		height: 45px;
		width: 100%;
	}

	.mobile-nav-container > ul > li > a{
		line-height: 21px;
		font-size: 21px;
		color: #fff;
		margin-left: 0;
		padding: 12px 30px 12px 12px;
		font-weight: bold;
	}

	.icon-mobile-nav,
	.icon-search{
		font-size: 27px;
		width: 64px;
		line-height: 54px;
		height: 54px;
		display: inline-block;
		padding-top: 1px;
		color: #fff;
		text-align: center
	}

	#mobile-header{
		background-color: #00005f !important;
		height: 54px !important;
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0;
	}
 
	.mobile-logo{
		margin: auto;
		max-width: 60px;
	}

	.mobile-nav{
		float: left;
	}

	.mobile-search{
		float:right;
	}

	#mobile-search {
		margin: 0 20px 0 20px;
		width: calc(100% - 40px);
		background-color: rgba(0, 0, 0, 0);
		border: 0;
		border-bottom: solid 1px #ffffff;
		height: 50px;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
	}
	
	.mobile-search-container {
		margin-bottom: 30px !important;
	}

	.mobile-search-container > p {
		color: white;
		text-align: center;
	}

/* Footer */
	
	#footer.post-style-2 {
		width: 1164px;
		margin-left: auto;
		margin-right: auto;	
	}
	
	#main-footer,
	#sub-footer {
		width: 1068px;
		padding-left: 24px;
		padding-right: 24px;
		margin-right: auto;
		margin-left: auto;
	}

	#main-footer {
		display: flex;
	}

	#main-footer-wrapper {
		background-color: #222222;
	}

	.footer a {
		color: #fff;
	}
	
	#sub-footer-wrapper {
		background-color: #0d0d0d;
	}

	.footer aside {
		color: white;
		font-size: 14px;
		line-height: 21px;
	}
	
	.footer-widget-column-1 {
		display: flex;
		flex-direction: row;
	}

	[class*="footer-widget-column-"]:nth-child(1):nth-last-child(1) {
		float: none;
		width: 96%;
	}

	[class*="footer-widget-column-"]:nth-child(1):nth-last-child(2),
	[class*="footer-widget-column-"]:nth-child(2):nth-last-child(1) {
		width: 50%;
	}

	[class*="footer-widget-column-"]:nth-child(1):nth-last-child(3),
	[class*="footer-widget-column-"]:nth-child(2):nth-last-child(2),
	[class*="footer-widget-column-"]:nth-child(3):nth-last-child(1) {
		width: 33.3333%;
	}

	[class*="footer-widget-column-"]{
		padding-left: 24px;
	}

	#main-footer {
		margin-top: 12px;
		padding-top: 50px;
		padding-bottom: 30px;
		
	}
	#main-footer-wrapper hr {
		border-color: rgba(255, 255, 255, 0.1);
		height:0px;
		width: 80%;
		border-width: 0px 0px 1px 0px;
	}

	#main-footer-wrapper {
		padding-top: 54px;
		padding-bottom: 20px;
	}
	
	.footer-widget-column-1 .widget.widget_media_image{
		width: 120px;
		margin-right: 20px;
	}
	
	.footer-widget-column-1 .wp-caption-text {
		display: none;
	}
	
	.footer-widget-column-1 aside {
		margin-top: 15px;
	}

	#sub-footer-wrapper {
	padding-top: 8px;
	padding-bottom: 8px;	
	}

	.footer-widget-column-4 > aside > div {
		color: #ccc;
		font-size: 12px;
		font-family: 'ALDI SUED Regular', arial, sans-serif;
	}

	@media (max-width: 1180px){
		#main-footer, #sub-footer{
			width: calc(100% - 48px);
		}
		
		#footer {
			width: 100% !important;
		}
	}
	
	@media(max-width: 767px) {
		.footer-widget-column-1 {
			flex-direction: column;
		}
		
		.footer-widget-column-1 .widget.widget_media_image {
			margin: auto;
		}
	}

/* Sidebar */

	sidebar,
	.main-content {
		display: block;
		min-height: 1px;
		position: relative;
	}	

	.sidebar {
		width: 32%;
		margin-top: 24px;

	}

	.sidebar-wrapper {
		padding: 0 0 0 24px;
	}

	.widget {
		overflow: hidden;
	}

	.sidebar-wrapper > .widget{
		margin-bottom: 24px;
	}
	
	.sidebar-wrapper > .widget > div {
		color: black;
	}

/* Post Page */

	.post-content{
		display: block;
		min-height: 1px;
		padding-left: 0px;
		position: relative;
		margin-top: 24px;
	}
	.post-content div p{
		font-size: 16px;
	}

	.main-content > footer {
		clear: both;
		display: block;
	}

	.post-content img{
		width: inherit;
		max-width: 100%;
		height: auto;
	}

	.main-content{
		width: 66.66666667%;
	}

	.crumb-container > span,
	.crumb-container > span > a {
		color: #fff;
		font-size: 12px;
	}

	.post-tags > .tags > ul > li > span {
		background-color: #222222;
		padding: 5px 9px;
		color: #fff;
		display: block;
		text-transform: uppercase;
		line-height: 10px;
		float: left;
		height: 20px;
		line-height: initial;
	}
	
	.post-tags {
		margin-top: 30px;
	}
	
	.author-name > p {
		display: inline;
		margin: 0px 2px 0px 0px;
		float: left;
	}

	.author-name > a {
		display: inline;
		font-weight: 700;
		margin-right: 3px;
		float: left;
	}

	.post-date {
		margin: 0px 22px 0px 4px;
		float: left;
		font-size: 16px;
		line-height: 26px;
	}

	.post-comments {
		float: left;
		position: relative;
		top: 2px;
		display: inline-block;
		line-height: 20px;
	}
	
	.entry-title > a{
		color: white;
	}
	

	.author-name a {
		color: #fff;
	}

	.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
		border: 1px solid #333;
		padding: 2px;
	}

	.empty-cells,
	.category > li > a,
	.post-title,
	.author-name,
	.post-date,
	.post-views {
		color: #fff !important;
	}

	.entry-title {
		font-size: 44px;
		line-height: 54px;
		margin: 0px 0px 14px 0px;
	}

	.entry-category > a {
		font-size: 10px;
	}

	.meta-info {
		line-height: 1;
		min-height: 17px;
		margin-bottom: 0px;
	}

	.meta-info > * > * {
		font-size: 11px;
	}

	.author-name,
	.post-date,
	.post-comments {
		float: left;
	}

	.author-name {
		display: inline-block;
		position: relative;
		top: 1px;
	}
		
	.crumb-container {
		z-index: 3;
		top: 0;
		left: 0;
		right: 0;
		min-height: 35px;
		padding-top: 21px;
	}

	.post-header {
		margin: 0 auto;
		width: 1072px;
		height: 570px;
		position: relative;
		display: table;
		background-color: rgba(0, 0, 0, 0.5);
		text-align: left;
	}

	.post-header-holder{
		display: table-cell;
		padding: 20px 0;
		vertical-align: bottom;
		text-align: left;
		z-index: 2;
		position: relative;
	}

	.post-title {
		width: 81%;
	}
	
	@media (max-width: 1140px) and (min-width: 1019px){
		.crumb-container {
			width: calc(100% - 50px);
		}
	}

	@media(min-width: 1181px){
		#content{
			width: 1072px;
			margin: auto;
		}
	}

	@media (max-width: 1018px) and (min-width: 768px) {
		.crumb-container {
			width: calc(100% - 50px);
		}
		
		.post-header-holder {
			padding: 20px 0;
			width: 740px;
		}

		.post-header {
			height: 450px;
		}
	}
/* Style 1 */

	.post-header-holder.post-style-1 {
		padding-top: 0;
	}

	.crumb-container.post-style-1 > span > *{
		color: black;
	}

	.category.post-style-1{
		margin: 0;
	}

	.sidebar{
		margin-top: 0;
	}
	
	.crumb-container.post-style-1 > span > * {
		color: #c3c3c3;
	}
	
	.crumb-container.post-style-1 {
		padding-top: 5px;
	}
	
	.post-header-holder.post-style-1,
	.entry-title.post-style-1,
	.post-title.post-style-1 {
		width: 100%;
		
	}

	.thumbnail.post-style-1 {
		max-width: 100%;
		height: auto;
	}

	.entry-title.post-style-1{
		color: black;
		margin-bottom: 5px;
		font-weight: 400;
	}

	.author-name.post-style-1 > *,
	.post-date.post-style-1 > *,
	.post-comments.post-style-1 > * {
		color: #000000;
	}

	@media (max-width: 767px) {		
		.crumb-container.post-style-1,
		.post-header-holder.post-style-1 {
			padding-left: 0;
		}
		
		.sidebar-wrapper {
			padding: 0;
		}
		
		.sidebar.post-style-1 > .sidebar-wrapper{
			padding-left: 0;
		}
	}

/* Style 2 */
	
	
	
	.crumb-container.post-style-2{
		position: absolute;
		padding-left: 48px;
		padding-right: 48px;
	}

	.crumb-container-style2 {
		z-index: 3;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-left: 48px;
		min-height: 35px;
		padding-top: 21px;
	}

	.post-header.post-style-2 {
		margin: 0 auto;
		width: 1164px;
		height: 570px;
		position: relative;
		display: table;
		background-color: rgba(0, 0, 0, 0.5);
		text-align: left;
	}
	
	.content-wrapper.post-style-2 {
		padding-top: 24px;
	}

	.post-header-holder.post-style-2 {
		width: 100%;
		padding-left: 48px;
		padding-right: 48px;
	}
	
	.image-gradient:after {
		top: 0;
		left: 0;
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		-webkit-box-shadow: inset 0 0 188px 0 #000000;
		-moz-box-shadow: inset 0 0 188px 0 #000000;
		box-shadow: inset 0 0 188px 0 #000000;
	}

	.image-gradient,
	.single-post-thumbnail{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover !important;
	}
	
	@media (max-width: 1180px){
		.post-box.post-style-2 {
			width: 100%;
			padding: 0;
		}
		
		.crumb-container.post-style-2{
			padding-left: 0;
			margin-left: 24px
		}
		
		.post-header.post-style-2 {
			width: 100%
		}
		
		.post-header-holder.post-style-2 {
			padding: 20px 0 24px 24px;
			width: 100%;
		}
	}
	
	@media (max-width: 767px) {
		.post-header.post-style-2 {
			height: 340px;
		}
		
		.post-header.post-style-2{
			margin-top: 54px;
		}
		
		#wrapper.post-style-2{
			margin-top: 0;
		}
		
		.entry-title.post-style-2 {
			font-size: 26px;
			line-height: 32px;
			margin-bottom: 7px;
		}
		
		.category.post-style-2 {
			margin-bottom: 0;
		}
	}
	
	.video-wrapped {
		width: 100% !important;
	}
	
	.video-wrapped iframe {
		width: 100% !important;
		height: 100% !important;
	}
	
	.related-posts-thumbnail {
		width: 100%;
		height: 130px;
		background-size: cover !important;
	}
	
	.header-item-thumbnail .single-post-date {
		background-color: #4db2ec;
		width: 50px;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: 2;
	}
	
/* Icons */


	.header-item-thumbnail {
		background-size: cover !important;
	}
	
	@font-face {
		font-family: 'icons';
		src: url('fonts/icons/icons.svg?gpabnl');
		src: url('fonts/icons/icons.eot?gpabnl#iefix') format('embedded-opentype'),
			url('fonts/icons/icons.ttf?gpabnl') format('truetype'),
			url('fonts/icons/icons.woff?gpabnl') format('woff'),
			url('fonts/icons/icons.svg?gpabnl#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	.icon:before{
		height: 48px;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		text-align: center;
		-webkit-font-smoothing: antialiased;
	}

	[class^="icon-"]:before,
	[class*=" icon-"]:before {
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		height: 1em;
		position: relative;
		top: -0.0625em;
		vertical-align: middle;
		width: 1em;
	}	

	.icon-menu-right:before {
		content: '\e80d';
	}

	.icon-menu-left:before {
		content: '\e80c';
	}

	.icon-facebook:before {
		content: '\e818';
	}

	.icon-instagram:before {
		content: '\e81d';
	}

	.icon-pinterest:before {
		content: '\e825';
	}
	
	.icon-twitter:before {
		content: '\e831';
	}
	
	.icon-youtube:before {
		content: '\e836';
	}

	.icon-xing:before {
		content: '\e90a';
	}

	.icon-linkedin:before {
		content: '\e81f';
	}

	.icon-envelope-o:before {
		content: '\e820';
	}

	.icon-search:before {
		content: '\e80a';
	}

	.icon-right:before {
		content: '\e803';
	}

	.icon-comments:before {
		content: "\e83b";
	}

	.icon-mobile-nav:before {
		content: '\e83e';
	}

	.icon-menu-up:before {
		content: '\e809';
	}

	.angle-down:before {
		content: "\f107";
	}

/* Category Page */

	.category-tag {
		list-style: none;
		font-size: 16px;
		margin-top: 0;
		padding: 0px;
	}

	.category-tag > li {
		display: inline-block;
		margin: 0 2px 10px 0;

	}

	.category-tag > li > a{
		background-color:#000000;
		color:#fff;
		border-color:#000000;
		padding: 3px 6px 4px 6px;
	}

	.category-tag > a{
		color:white;
		font-size: 11px;
		line-height: normal;
	}

	.category-header{
		margin-top: 24px;
	}

	.loadmore-container {
		text-align: center;
		display: block;
	}

	#loadmore {
		display: inline-block;
		color: #666;
		background-color: #fff;
		padding: 11px 39px 11px 16px;
		font-size: 12px;
		border-radius: 0;
		border: solid 1px rgba(0,0,0,.1);
		cursor: pointer;
		position: relative;
		margin: 0 auto 20px auto;
	}

	#loadmore > .icon {
		font-size: 14px;
		height: 12px;
		line-height: 12px;
		right: 16px;
		display: block;
		position: absolute;
		top: 33%;
	}

	

	.category-header,
	.category-posts {
		width: 100%
	}

	.category-tags	{
		display: flex;
		flex-wrap: wrap;
	}

	.category-breadcrumb > span > * {
		font-size: 14px;
		color: #c3c3c3;
		line-height: 18px;
	}

	.category-tag {
		background-color:#000000;
		margin: 0 5px 5px 0;
		padding: 0px 6px 4px 6px;
		white-space: nowrap;
		height: 16px;
		line-height: normal;
	}

	.category-title {
		font-size: 24px;
		font-weight: 700;
		margin: 10px 0 20px 0;
	}

	.category-post-thumbnail,
	.single-post-thumbnail {
		width: 100%;
		height: 235px;
		object-fit: cover;
	}
	
	.single-post-3-columns {
		width: 32%;
		margin-bottom: 24px;
	}

	@media (max-width: 1021px){
		.single-post-thumbnail	{
			height: 280px;
		}
		
		.single-post-3-columns {
			width: 49%;
		}
	}

	@media (max-width: 767px){
		.single-post-thumbnail {
			height: 380px;
		}
		
		.single-post-3-columns {
			width: 100%
		}
		
	}
	
	@media (max-width: 560px){
		.single-post-thumbnail{
			height: 235px;
			padding-left: 0px;
		}
	}

	@media (max-width: 525px){
		.single-post-thumbnail		{
			height: 320px;
		}
	}

	@media (max-width: 375px){
		.single-post-thumbnail	{
			height: 280px;
		}
	}

	@media (max-width: 320px){
		.single-post-thumbnail	{
			height: 235px;
		}
	}

/* Comments */

	.comments {
		overflow:hidden;
}

	#commentform {
		display: flex;
		flex-direction: column;
	}

	#commentform > input[type=text]{
		font-size: 12px;
		line-height: 21px;
		color: #444;
		border: 1px solid #e1e1e1;
		max-width: 100%;
		height: 34px;
		padding: 3px 9px;
	}

	#submit{
		width: 135px;
	}

	#submit:hover{
		background-color: #4db2ec;
	}

	.comment-pagination > * {
		color: #b7b7b7;
	}

	.next.page-numbers,
	.prev.page-numbers {
		border: 1px solid #dcdcdc;
		width: 10px;
		height: 10px;
	}

	.comment-form-comment textarea{
		font-size: 12px;
		line-height: 21px;
		color: #444;
		border: 1px solid #e1e1e1;
		max-width: 100%;
		height: 168px;
		min-height: 168px;
		padding: 6px 9px 6px 9px;
		resize: none;
	}
	
	.comment-form-author input,
	.comment-form-email input {
		font-size: 12px;
		line-height: 21px;
		color: #444;
		border: 1px solid #e1e1e1;
		max-width: 100%;
		height: 34px;
		padding: 3px 9px;
	}
	
	#commentform * {
		margin-top: 0;
	}
	
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-comment textarea	{
		width: 95%;
	}
	
	
	.icon-comments {
		margin-right: 5px;
		font-size: 9px;
	}

	.warning-comment{
		margin-bottom: -11px;
		margin-top: -15px;
		color: #ff7a7a;
		font-size: 11px;
		font-style: italic;
		line-height: 15px;
	}

	.comment{
		list-style: none;
		margin-left: 0;
		padding: 10px 0 13px 0;
		border-top: 1px dashed #ededed;
		margin-bottom: 21px;
		display: flex;	
		flex-direction: row;
	}

	#comments > .comment:nth-child(1){
		border-top: 0;
	}

	.comment-data{
		margin-left: 24px;
	}

	.comment-reply-link {
		font-size: 11px;
		color: #b4b4b4;
	}

	#comment-formula > h3 > a {
		font-size: 12px;
		font-weight: 400;
		color: #111111;
		margin-left: 10px;
	}

	.comment-metadata > div{
		display: inline-block;
	}

	.comment-date{
		font-size: 11px;
		line-height: 1;
		color: #b4b4b4;
		padding-left: 10px;
	}

	.comment-author { 
		font-family: ALDI SUED Regular, arial, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 14px;
		line-height: 1;
	}

	.comment-avatar img {
		width: 50px;
		height: 50px;
	}
	
	.post-comments a {
		color: #fff;
	}

/* Post List */
	
	.content-wrapper {
		display: flex;
		flex-direction: row;
	}

	.single-posts {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 66%;
	}

	.single-post-2-columns {
		width: 48%;
		margin-bottom: 24px;
	}
	
	.single-post-container {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.content {
		width: 66%;
		margin-top: 24px;
	}
	
	.single-post-title > a {
		font-size: 21px;
		line-height: 25px;
		margin: 0 0 6px 0;
		color: #000000;
	}
	
	.single-post-comments {
		float: right;
	}

	.single-post-meta > * {
		display: inline-block;
	}
	
	.single-post-title {
		margin-top: 5px;
		margin-bottom: 0;
		font-size: 21px;
		line-height: 25px;
		font-weight: 400;
	}
	
	.single-post-author a {
		color: black;
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
	}
	
	.single-post-date time {
		font-size: 11px;
		color: #aaaaaa;
		line-height: 1;
	}
	
	.single-post-comments a {
	    font-size: 12px;
		color: black;
	}
	
/* Tag Page */

	.tags span {
		background-color: #00005f;
		padding: 1px 5px;
		color: #fff;
		display: block;
		float: left;
		height: 20px;
		margin-right: 4px;
		margin-left: 0;
		line-height: 20px;
		font-size: 11px;
			font-weight: 600;
	}
	
	.breadcrumb > span > * {
		display: inline-block;
		font-size: 12px;
		color: #c3c3c3;
		line-height: 18px;
		padding-top: 1px;
		padding-bottom: 2px;
	}
	
	.tags {
		margin: 0 0 30px 0;
		display: table;
		line-height: 20px;
		font-weight: 600;
		clear: left;
		height: 20px;
		padding-left: 0px;
		font-weight: 600;
		font-size: 11px;
	}

	.tags li {
		list-style: none;
		display: inline-block;
		line-height: 20px;
		margin-left: 0;
		float: left;
		margin-bottom: 4px;
	}
	
	.single-title {
		margin-top: 0;
		font-size: 32px;
		line-height: 38px;
		font-weight: 400;
	}

	.tags > li > a {
		display: block;
		float: left;
		border: 1px solid #ededed;
		margin-right: 4px;
		margin-left: 0px;
		color: #111111;
		padding: 0px 5px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		font-weight: 600;
	}
	@media (max-width: 1180px){
		
		#wrapper{
			width: calc(100% - 48px);
			padding: 0 24px;
			margin: 0;
		}
	}
	
	@media (max-width: 767px){
		.single-post-2-columns {
			width: 100%;
		}
	}
	
/* Related Posts */

	.tab {
		position: relative;
		margin: 6px 0 10px 0;
	}

	.related-posts-wrapper,
	.comments {
		margin-bottom: 48px;
		overflow: hidden;
	}
	
	.related-posts-wrapper{
		margin-left: 0 24px 0 24px;
	}	
	
	#related-category-posts,
	#related-author-posts {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	#related-author-posts {
		display: none;
	}

	.related-category-post,
	.related-author-post {
		width: 32%;
	}

	.related-author-post > a,
	.related-category-post > a {
		color: black;
	}

	.related-category-post > img,
	.related-author-post > img {
		width: 100%;
		height: 150px;
	}

	.tablinks {
		line-height: 1;
		padding: 9px 12px 5px 12px;
		font-size: 17px;
		border: 0;
		outline: none;
		color: #00005f;
		background-color: #ffffff;
		cursor: pointer;
	}

	.tablinks.active {
		color: #ffffff;
		background-color: #00005f;
	}

/* Search */

	.search-post-meta {
		width: calc(100% - 120px);
		margin: 0 40px;
		top: -50px;
		background-color: #ffffff;
		position: relative;
		padding: 10px 20px 17px 20px;
		border-bottom: 1px dashed #ededed;
	}

	.search-excerpt{
		position: relative;
		top: -50px;
		padding: 10px 20px 17px 20px;
		margin: 0 40px;
	}

	.search-post-author > a {
		font-size: 11px;
		color: #000000;
		font-weight: bold;
	}

	.search-post-date > time {
		font-size: 11px;
		color: #aaa;
	}

	.excerpt-text {
		font-size: 15px;
		color: #777;
	}

	.search-excerpt > a {
		font-size: 13px;
		font-weight: 500;
		background-color: #00005f;
		color: #ffffff;
		padding: 10px 15px;
	}

	.search-post-title > a{
		font-size: 30px;
		line-height: 38px;
		font-weight: 500;
		color: #111111;
	}

	.search-post-infos > div {
		display: inline-block;
	}

	.search-post-comments {
		float: right;
	}

	.search-post-comments > a {
		color: #000000;
	}

	#searchform > div > input[type=text]{
		width: calc(100% - 80px);
		color: #444;
		border: 1px solid #e1e1e1;
		border-right: 0;
		padding: 7px 0 7px 9px;
	}
	
	.search-wrapper > .search-content-wrapper,
	.search-wrapper > .sidebar {
		display: inline-block;
		vertical-align: top;
	}
	
	.search-wrapper > .sidebar {
		margin-top: 0;
	}

	.search-crumb-container > * {
		display: inline-block;
		font-size: 12px;
		color: #c3c3c3;
		line-height: 18px;
		padding-top: 1px;
		padding-bottom: 2px;
	}

	.search-hint{
		font-size: 14px;
		margin-bottom: 50px;
		margin-top: 10px;
	}	

	.search-page-title,
	.search-page-title > span {
		font-size: 26px;
		line-height: 38px;
		margin: -9px 0 19px 0;
		font-weight: 400;
	}

	.search-post-thumbnail{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	
	.search-form {
		margin: 20px;
	}
	
	.search-wrapper > .sidebar {
		width: 31%;
	}
	
	#ajax-search-results {
		margin: 0 20px;
	}
	
	.ajax-search-result {
		padding-bottom: 20px;
	}
	
	.search-wrapper {
		margin-left: 45px;
		margin-right: 45px;
	}
	
	.ajax-search-title {
		font-size: 15px;
		line-height: 20px;
		font-weight: 500;
		color: #000000;
	}
	
	.ajax-search-result img {
		display: inline-block;
		vertical-align: top;
		width: 100px;
		height: 70px;
		object-fit: cover;
	}
	
	.ajax-search-details {
		display: inline-block;
		vertical-align: top;
		padding-left: 10px;
		width: calc(100% - 115px);
	}
	
	.ajax-search-date {
		margin-top: 5px;
		color: #aaaaaa;
		font-size: 12px;
		line-height: 1;
	}
	
	#mobile-ajax-search-results {
		margin: 20px;
	}
		
	#mobile-ajax-search-results .ajax-search-details a {
		color: #ffffff;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
	}
	
	#mobile-ajax-search-results p {
		color: white;
	}
	
	
/* Author Box */

	.author-box{
		border: 1px solid #ededed;
		padding: 21px;
		margin-bottom: 48px;
		min-height: 96px;
		display: flex;
	}

	.author-box-name > a{
		color: #000000;
		font-weight: 700;
	}

	.author-box > a {
		width: 96px;
		margin-left: auto;
		margin-right: auto;
	}

	.author-box img {
		max-width: 96px;
	}

	.author-infos{
		margin-left: 15px;
		width: 90%;
	}	

/* widgets */

	.tagcloud > a{
		color: #000000;
		margin: 0 10px 10px 0;
	}

/* Gallery */
	
	.gallery-item {
		max-width: 100% !important;
		height: auto;
		display: none;
		text-align: center;
	}
	
	.gallery-item-description{
		width: 100%;
		display: none;
		top: -30px;
		position: relative;
	}
	
	.gallery-container {
		position: relative;
	}
	
	.gallery img {
		width: 100% !important;
		height: auto;
		object-fit: cover;
	}
	
	.gallery-status {
		display: inline-block;
		border-radius: 100px;
		background-color: #00005f;
		width: 15px;
		height: 15px;
		margin-right: 5px;
		cursor: pointer;
	}
	
	.gallery-status-container {
		margin: 0 24px;
	}
	
	.gallery-prev,
	.gallery-next {
		width: 40px;
		height: 40px;
		background-color: #00005f;
		border-radius: 100px;
		cursor: pointer;
	}
	
	.gallery-prev i,
	.gallery-next i {
		color: #ffffff;
		font-size: 18px;
		margin: 0 11px;
		line-height: 40px;
	}
	
	.gallery-pagination > div {
		display: inline-block;
	}
	
	.gallery-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		top: -57px;
		height: 50px;
		position: relative;
	}
	
	.gallery-selected {
		background-color: #4db2ec;
	}
	
	.instagram-container {
		margin-top: 50px;
	}
	
	.instagram-container > a {
		text-align: center;
		display: block;
		color: #000000;
		font-size: 21px;
		font-weight: 300;
		margin-bottom: 20px;
	}
	
	.vc_grid.vc_row.vc_grid-gutter-30px 
	.vc_grid-item {
		padding-right: 5px !important;
		padding-bottom: 5px !important;
	}
	
@media (max-width: 767px){
#wrapper {
	margin-top: 54px;
}
	
#sub-footer {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
}

	.content-wrapper{
		margin-top: 0;
		flex-direction: column;
	}
	
	.main-content,
	.sidebar {
		width: 100%;
	}


#main-footer  {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
	flex-direction: column;
}

#main-footer > div {
    margin-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
	text-align: center;
}

#sub-footer > div > aside{
	text-align: center;
}

.related-category-post, .related-author-post{
	width: 100%;
	display: flex;
}

.related-category-post > a > img, .related-author-post > a > img{
	width: 100px;
	height: auto;
}

#related-category-posts, #related-author-posts{
	flex-direction: column;
}

.related-author-post > a:nth-child(2), .related-category-post > a:nth-child(2){
	margin-left: 15px;
	font-size: 17px;
    line-height: 23px;
}

.crumb-container {
    padding: 11px 0;
}

#header{
	display: none;
}
.post-header-holder {
    padding: 10px;
}

.post-header {
    height: 340px;
}

.row > div {
    padding-right: 0;
    padding-left: 0;
    float: none;
    width: 100%;
}
.row {
	flex-direction: column;
}

.author-box {
	flex-direction: column;
}

.author-infos {
	margin: 15px 0 0 0;
}

.author-infos > div{
	text-align: center;
}

h1 {
	font-size: 24px !important;
	font-weight: 400 !important;
}
}