/*
 Theme Name:   LeonardPeltier Responsive
 Theme URI:    https://www.leonardpeltier.de
 Description:  LeonardPeltier Responsive
 Author:       Jonathan Koch
 Author URI:   https://www.leonardpeltier.de
 Template:     responsive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  responsive
*/

/*set link color*/
a, a:link {
    color:  rgb(185, 109, 0);
}  
/*set link color*/
 a:hover {
    color:  rgb(185, 109, 0);
	text-decoration:underline;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#menu-footer a:link, #menu-footer a{
	color:  rgb(185, 109, 0);
	font-size:100%;
	/*font-weight: bold;*/
}
 
#menu-footer a:hover{
    color:  rgb(185, 109, 0);
	text-decoration:underline;
	font-size:100%;
	/*font-weight: bold;*/
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.previous a, .next a {
    color:  rgb(185, 109, 0);
	font-size:120%;
	font-weight: bold;
}
.previous a:hover, .next a:hover{
    color:  rgb(185, 109, 0);
	text-decoration:underline;
	font-size:120%;
	font-weight: bold;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

 h1,h2,h3{
font-family: Georgia, Verdana, Arial, serif; 	
color: rgb(159, 144, 48);
}
 h1 a,h2 a,h3 a, h1 a:link,h2 a:link,h3 a:link.,.post-entry{
font-family: Georgia, Verdana, Arial, serif; 	
color: rgb(159, 144, 48);
}
h1 a:hover,h2 a:hover,h3 a:hover,h1 a:active,h2 a:active,h3 a:active{
font-family: Georgia, Verdana, Arial, serif; 	
/* color: rgb(185, 109, 0); */
    color:  rgb(159, 144, 48);
text-decoration:underline;
}

/*button cookie notice*/
.cn-button {
color:  rgb(159, 144, 48);
}

/*background color*/
body {
background: none repeat scroll 0 0 rgba(159, 144, 48,0.6);
}
.header-logo-center,.sticky-header{
background: none;
}
footer{
background: none repeat scroll 0 0 rgba(159, 144, 48,0.6);
}
/* .footer-wrapper{ */
/* background-color: white!important;	 */
/* } */
/*
#footer {
	height:50px;
	/*removes footer padding*/
	padding-left: 0px; 
	padding-right: 0px;
	background-color: white!important;	
} */

#menu-footer {
float:left;
display:inline;
}
/*footer div content -text distance */
#footer-wrapper{
padding-top: 10px;
padding-left: 10px;
}

/*sticky post top*/
div.sticky {
	background-color:rgba(159, 144, 48,0.2);
	padding-left: 10px;
	padding-right: 10px;
    border-bottom-style: none;
}

/*sticky post top*/
div.sticky h2 a:link {
    color:  rgb(185, 109, 0);
}


/*menu settings*/
/*background color*/
.menu {
background-color: rgb(255, 255, 255)!important;
    background-image: none;
	color:#9F942C;
}


/*Hover Nav Subitem*/
.menu ul li a:hover,
.menu li li a:hover,
.menu li a:hover 
{
	background-color:#9F942C!important;
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: bold;
}
/*Hover Nav Mainitem*/
.menu a:hover {
	background-color:#9F942C!important;
	color: white;
	text-shadow: none;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	border-left:none;
	border-right:none;
	border-top:none;	
	border-bottom: none;
	
	/*tmp*/
	margin: 0 auto;
}
.menu a,.menu a:active {
	/*set colors*/
	background-color:rgb(255, 255, 255);
	text-shadow:none;
	text-decoration:none;
	background-image:none;
	color:rgb(85,85,85);
	/*remove border*/
	border-left:none;
	border-right:none;
	border-top:none;	
	border-bottom: none;
	/*reomve opacity*/
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* Active Navitem */
.menu .current_page_item a,
.menu .current-menu-item a {
background-color: rgb(255, 255, 255);
	color: rgb(85,85,85);
	font-weight: bold;
	border-bottom: 3px solid #9F942C;
}

/*navi set text width und type*/
.menu a{
	/* height:auto; */
	display: block;
	padding: 7px 15px !important;
	/* box-shadow: 0px 0px #000 !important; */
	/* width: auto; */
}

/*remove cyber chimps entry*/
.powered{
display: none;
}
.post-meta{
color:rgb(185, 109, 0)!important;
}

/* remove meta post data 
 .posted, .byline, .author.vcard, .posted-in, .mdash, .fa.fa-calendar{
 display: none;
 }*/
/* remove meta post data */
.byline,.posted-in,.mdash,.fa.fa-calendar{
 display: none;
 } 
 /*add delimiter on post*/
.post-entry {
   border-bottom-width:1px;
   border-bottom-color:rgb#9F942C;
   border-bottom-style:solid;
   padding-bottom: 10px;
 }

 /*remove dot line on sticky page*/
 div.sticky .post-entry{
	  border-bottom: none !important;
 }
 /*remove post-meta on sticky entry*/
 div.sticky .post-meta{
	  display: none !important;
 }
/*remove wrapper space  between menu and blog */
 div#wrapper.clearfix {
	margin-top:0px!important;
}
 /*reduce spacing of content to navibar*/
#content-blog, #content{
	margin-top:10px;
}


@media screen and (max-device-width: 800px) {

	/*set copyright link to right   when the resolution upper then 500px*/
    /* #copyright_link{ */

	/* float:left; */
	/* padding-right:10px; */
	/* } */

	/*removes the banner until width 500px*/ 
	#header {
	display: none;
	}

	#wprmenu_menu a{
		font-size:30px;
	}
	
	/*set font size*/
	#wprmenu_menu ul li a {
		font-size:25px;
	}
	
	#wprmenu_menu ul li a:hover{
		font-size:25px;
	}
	
	/*set mobile menu fontstyle*/
	.menu_title {
	font-weight:bold !Important;
	}
	
	/*change mobile menu logo*/
	.menu_title img{
		height: 40px !Important;
		margin-top: -8px!Important;
	}

	
	/*fix size of headline*/
	h1, h2, h3{
	font-size:140%;
	}
	/*contact form*/
	label { display: block; width: 240px; }
	 /*fix copyright to middle*/
 .copyright{
 float:left;
 }
 	.copyright{
				/*change align*/
		text-align:left;
		display: inline-block;
	}
	}
	
/**/