/*
Theme Name: Disney (Hitchcock-Child)
Theme URI: www.tvobersiggenthal.ch
Template: hitchcock
Author: Gerry Brönnimann
Author URI: www.tvobersiggenthal.ch
Description: Modified version of Hitchcock is a minimal portfolio theme for designers, photographers and other creatives. It features a beautiful responsive design, a social icon menu, Jetpack infinite scroll, custom accent color, custom header image, support for the gallery post format, the option to always show post preview titles, editor styling and much more. Demo: http://www.andersnoren.se/themes/hitchcock/
Tags: blog,three-columns,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,grid-layout,portfolio,photography
Version: 1.13.1529746980
Updated: 2020-06-30 17:20:00

*/

.header.section-inner { 
	width: 640px; 
	position: relative;
	z-index: 2;
}

.custom-logo-link,
.custom-logo-link img { 
	display: block;
	width: 640px;
}

.custom-logo-link img { 
	margin: 0 auto;
	width: 640px;
}

.post:hover > .post-overlay,
.show-preview-titles .post > .post-overlay {
	opacity: 1; 
}

.archive-post-title {
	color: #000000;
	font-size: 1.375em;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
		-ms-word-break: break-word;
	word-break: break-word;
}

.archive-post-date {
	content: "Oktober 2018";
	color: #000000;
	font-size: 0.875em;
	letter-spacing: .015em;
	margin-bottom: 5px;
	text-transform: uppercase;
	opacity: 0;
}

.has-post-thumbnail .archive-post-date {
	color: #000000;
}

.post:hover > .archive-post-title { 
	color: #3bc492; 
}

.post.has-post-thumbnail:hover .archive-post-title,
.show-preview-titles .post.has-post-thumbnail .archive-post-title { 
	color: #000000; 
}

/* With Background Image */

.has-post-thumbnail .post-overlay { 
	background: rgba( 0, 0, 0, 0.75 );
	opacity: 1; 
}

.show-preview-titles .has-post-thumbnail .post-overlay {
	background: rgba( 255, 255, 255, 0.3 );
}

.has-post-thumbnail .archive-post-header { 
	bottom: 35px; 
}

.has-post-thumbnail:hover .archive-post-header,
.show-preview-titles .has-post-thumbnail .archive-post-header { 
	bottom: 30px; 
}

.posts a.post.has-post-thumbnail { 
	color: #fff; 
}

.blog-description {
	color: #fff;
	font-family: 'Droid Serif', Georgia, serif; 
	line-height: 145%;
	margin-top: 25px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 1.875em;
}

.header-image:after { 
	content: "";
	display: block;
	z-index: 2;
	top: 0;
	height: 150vw;
	background: #1d1d1d;
	background: linear-gradient(to bottom, rgba(22,44,77,0.1) 20%,rgba(22,44,77,1) 100%);
	/*
	background: #1d1d1d;
	background: -moz-linear-gradient(top, rgba(29,29,29,0.2) 0%, rgba(29,29,29,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,29,29,0.2)), color-stop(100%,rgba(29,29,29,1)));
	background: -webkit-linear-gradient(top, rgba(29,29,29,0.2) 0%,rgba(29,29,29,1) 100%);
	background: -o-linear-gradient(top, rgba(29,29,29,0.2) 0%,rgba(29,29,29,1) 100%);
	background: -ms-linear-gradient(top, rgba(29,29,29,0.2) 0%,rgba(29,29,29,1) 100%);
	background: linear-gradient(to bottom, rgba(29,29,29,0.2) 0%,rgba(29,29,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331d1d1d', endColorstr='#1d1d1d',GradientType=0 );
	*/
}

/* Gerry Customizations */

.featured-media img {
	margin: 0 auto;
	width: 10%;
}