/*
Theme Name:     generatepress Child for SilkeLeopold
Theme URI:      
Description:    Child Theme Anpassungen
Author:         63k.de
Author URI:     
Template:       generatepress 
Version:        0.1
*/

/* =Reset
-------------------------------------------------------------- */

@import url("../generatepress/style.css");

/* Icon Set for Social Media Icons*/

@import url("font-stylesheets.css");

.main-title a, .main-title a:hover, .main-title a:visited {
	color: #659615;
	font-size: 40px;
	line-height:1em;
}

.site-description  {
	font-size: 1.2em !important;
	color: #659615;
}

/* Header */

<meta name="verification" content="ee7c864ca9ee0ff71e845895462acf52" />

/*#masthead {
     background-image: url("http://www.silkeleopold.de/wp-content/uploads/header_v1.jpg");
	 background-size: cover;
}*/

.inside-header {
	background-image: url("http://www.silkeleopold.de/wp-content/uploads/standards/logo_klein_2.png");
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
	
}
/*
.site-description, 
.main-title a, .main-title a:hover, .main-title a:visited  {
    color: whitesmoke;
    text-shadow: -1px -1px 2px #000, 1px 1px 2px #000;
	font-size: 0.9em;
	visibility: hidden;
}


*/
/* Links in der HeaderBar*/

a.read-more {
    background-color: #659615;
    display: table;
    margin: 40px 0;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.main-navigation ul ul {
	top: 60px !important;
}

.menu-headermenue-container, .menu-headermenue-container a, .menu-headermenue-container a:visited  {
    /*color: whitesmoke;*/
	color: #408400;
	font-weight: 600;
}

#menu-item-29 {
	z-index:100;
}

/* Überschriften */

 h1, h2, h3, h4, h5, h6, .entry-header a, .entry-header a:visited {
	color: #467100;
 }
 
 .inside-right-sidebar h4 {
	color: #467100 !important;
 }
 
 /* Überschrift HomePage
 
body.home  .entry-header{
	display:none;
} */
 
 
 /* Hauptnavigation */
 
 .main-navigation, .main-navigation ul ul , .site-info{
    background-color: #649613;
}


.main-navigation .main-nav ul .current-menu-item > a, 
.main-navigation .main-nav ul .current-menu-parent > a, 
.main-navigation .main-nav ul .current-menu-ancestor > a, 
.main-navigation .main-nav ul .current_page_item > a, 
.main-navigation .main-nav ul .current_page_parent > a, 
.main-navigation .main-nav ul .current_page_ancestor > a {
    background-color: #467100;
    color: #ffffff;
}


/* Blog Kategorien ausblenden*/

.page-header {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none;
}

/* Buttons */

button, html input[type="button"], input[type="reset"], input[type="submit"], button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active  {
    background-color: #659615;

}

/* Blog Auszüge Seite*/
.entry-summary-post-thumbnail {
    display: flex;
    float: left;
    margin: 0 10px 10px 0;
}
/* anpassungen der Shortcode ausgabe für blogposts */

.inside-article .su-post  a ,
.inside-article .su-post  a:hover,
.inside-article .su-post  a:visited{
	color: 	#3a3a3a;
}

.inside-article .su-post  a.read-more {
	text-decoration:underline;
}

.inside-article .su-post  a.read-more:hover {
	text-decoration:none;
}

.inside-article div.su-post {
	margin-bottom: 1em;
}

.inside-article div.su-post h2.su-post-title {
	font-weight: normal;
}

/* Wegen E-Mail Adresse*/

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }


/* Related Post css*/

#crp_related {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#crp_related h4 {
	margin-bottom: 5px;
	font-weight: 600;
}

#crp_related li {
    color: #4f4f4f;
    display: table-cell;
    font-size: 95%;
    list-style: outside none none;
    padding: 0 10px 0 0;
    width: 33%;
}

#crp_related ul {
    margin: 10px 0 0;
}

.crp_excerpt {
    display: block;
}

/* Sidebar widget */

.sidebar .widget-title {
    margin-bottom: 10px;
}

.sidebar .widget ul li {
    border-bottom: 1px solid #dfdfdf;
    color: #3b0351;
    font-size: 90%;
    margin-top: 10px;
    padding-bottom: 12px;
 }
 
.sidebar .widget a {
    color: #467100;
    text-decoration: underline;
	transition: color 0.2s ease;
}

.sidebar .widget a:hover{
    color: #83BC27;
	text-decoration: none;
}

/* Footer Beitrag */

footer.entry-meta {
	margin-top: 1em;
}

footer #nav-below.post-navigation {
	margin-top: 1em;
}

#footer-widgets .symbol:hover {
  color: #fff;
}


/* Footer widget Farbe usw.*/

.footer-widgets {
    background-color: #83BC27;
	}
	
.footer-widgets .widget-title {
    color: #2E4705;
}

.footer-widgets a, .footer-widgets a:visited{
	color: #026376;
}

footer aside.widget {
    padding: 10px !important;
}


footer .child-footer-widget li {
	display: inline;
    margin-right: 10px;
}

.page-id-10 .entry-header,
.page-id-145 .entry-header{
    display: none;
	}


@media only screen and (max-width: 767px) {

	.header-widget {
		display:none;
	}
	
	.menu-toggle {
		display: inline-table !important;
	}
	
	.inside-header {
	background-image: none;
	}

}


					

/*
#7BAE4E - navbar ohne link 
#ffffff - background
#7c7c7b - unterer background
font-family: Open Sans;

#7c7c7b - color schrift farbe
#2b2b2b - schwarze border

#f65339 - rot auf weiß
#ffd800 - gelb



Header Link
header.top .right .email {
    border-left: 1px solid #6c9a44;
    border-right: 1px solid #6c9a44;
}

#72A248 - grün der activen hover elemente


*/






