/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) for stottilien customizations.

By default, stylesheet will be loaded after the theme stylesheets,
which means that my rules can take precedence and override the theme CSS rules. 
*/
/*** Slideshow If you want to change the Featured Slider’s Post Title’s font color, font family and font size of theme Sight 
***/


.featured-post-content .entry-title a {
	color: darkred !important;
	font-family: open sans;
	font-size: 20px;
}

.site-header hgroup {
	float: left;
	width: 100.899470899%;
}

.entry-categories {
	display: none !important;
}

/*** Slideshow  If you don’t want to show the Post date and Category showing in the Featured Post Slider in Theme sight
***/
#featured-content .entry-meta {
	display: none;
}

#featured-content .entry-categories {
	display: none;
}

/*** Header If you don’t want to show the Searchbox also menue up there in Theme sight

.header-nav-search-container {
	display: none;
}
***/
/***   Header If you want to show Site Title to cover the whole space of the header without Search and Site Description in 

theme Sight use the codes below
***/
.site-header hgroup {
	width: auto;
}

.site-title {
	width: auto;
	padding: 12px 0 0;
}

.header-nav-search-container {
	display: none;
}

.site-description {
	display: none !important;
}

/*** If you want to put border around the Featured Thumnbnail images showing in the homepage in theme Sight smaller image 

titel ***/
.entry-thumbnail img {
	border: 2px solid black;
	width: 160px;
	max-width: 100%;
}

.entry-title a {
	color: darkred !important;
	font-family: open sans;
	font-size: 26px;
	font-weight: normal;
}

/*** If you don’t want to show the Post date, Last Entry and Category showing in the individual post in Theme sight
***/
.entry-categories {
	display: none !important;
}

.entry-header .entry-meta {
	display: none !important;
}

.home .latest-posts-header {
	display: none;
}

/*** Header If you want to hardcode a 975 pic header larger than the restriction theme Sight 

.site-header hgroup {
	float: left;
	max-width: 110%;
	background: url('http://stottilien.com/wp-content/uploads/2014/12/alamutlogo_bearbeitet-2.jpg') no-repeat scroll left 

top transparent;
	margin-right: 4%;
	width: 110%;
	min-height: 200px;
}
***/
.site-header hgroup {
	float: left;
	max-width: 110%;
	background: url('http://stottilien.com/wp-content/uploads/2014/12/alamutlogo_bearbeitet-2.jpg') no-repeat scroll left top transparent;
	margin-right: 4%;
	width: 110%;
	min-height: 200px;
}
.main-navigation {
	margin-top: 0;
}

/*** Sidebar If you want o sidebar on the single post view, no sidebar on static pages, and no sidebar on category/archive 

pages, theme Sight 
***/
body.single #secondary, body.page #secondary, body.archive #secondary {
	display: none;
}

body.page .site-content, body.archive .site-content {
	width: 100%;
}

body.single .site-content {
	width: 97%;
}

/*** Footer Copyright ***/
.site-info:before {
	content: "Copyright 2012-2026 @cgfallenangel contactstottilien@gmail.com";
	display: block;
	color: darkred;
}
.wp-block-pullquote {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    margin: 3em auto;
    max-width: 80%;
}

.wp-block-pullquote blockquote {
    margin: 0;
}

.wp-block-pullquote cite {
    font-size: 0.9rem;
    font-style: normal;
    color: #777;
}
.wp-block-quote {
    border-left: 4px solid darkred;
    padding-left: 1.5em;
    margin: 2em 0;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #444;
}
/*** Main Menue Red on Hoover ***/
.main-navigation li:hover > a, .main-navigation ul ul :hover > a, .main-navigation ul ul a:hover {
	color: red !important;
	text-decoration: underline;
}

/*** Delete footter on grid page ***/
.blog-info {
	display: none !important;
}

.blog-credits {
	display: none !important;
}

.pd-rating {
	display: none !important;
}

/*** fix up featured pix ***/
.featured-thumbnail img {
	border: 5px solid white;
	width: 660px;
	height: 410px;
	max-width: 100%;
}

.entry-summary {
	font-family: open sans;
	font-size: 14px;
/**width: 350px; **/
	height: 200px;
	padding-top: 0;
	margin-top: 5px;
	margin-right: 5px;
}

.wf-active .entry-content {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    line-height: 1.7;
}

/*** tailor morf flag ***/
.custom a.more-link {
	color: #ffffff;
	background: #aa0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	padding: 4px 10px;
	text-decoration: none;
	margin-top: 30px;
}

.custom a.more-link:hover {
	background: #cc0000;
}