/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
/*****Cabecera******/
@media only screen and (min-width: 980px) { 
	#header .padded {
	padding-top: 0;
	background-image: url('https://pedrochesgastronomia.com/wp-content/uploads/2021/05/Diseno-Pedroches-Gastronomia-1180x440px-1.png');
	background-size: cover;
	padding-top: 30vh!Important;
		background-repeat: no-repeat;
  background-position: center;
}}

@media only screen and (max-width: 979px) { 
	#header .padded {
	padding-top: 0;
	background-image: url('https://pedrochesgastronomia.com/wp-content/uploads/2021/05/Pedroches-Gastronomia-version-movil-2.png');
	background-size: cover;
	padding-top: 30vh!Important;
			background-repeat: no-repeat;
 /* background-position: center;*/
}}

#header .site-title a {
	display:none;
	color: #fff;
	background-color: black;
	padding: 5px 10px;
	border-radius: 8px;
}

#header .site-title a:hover {
	background-color: #fff;
}

 #header .site-description {
	font-weight: 550;
	color: white;
	font-size: 1.4rem;
	display: none;
}

/*****Menu******/
@media only screen and (max-width: 4000px) {
	#navigation {
		background: #f9f9f9;
		position: relative;
		right: auto;
		top: auto;
		margin: 0;
		padding: 0 20px;
		border-radius: 8px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: inline-block;
	}
	
	.menu-toggle {
		color: #666;
		font-size: 1.6em;
		font-weight: 400;
		text-shadow: -1px -1px rgba(255,255,255,.6);
		line-height: 1.6;
		letter-spacing: 0;
		text-transform: none;
		text-align: center;
		margin: 0;
		padding: 12px;
	}
}

input.search-field, #searchform #s {
	color: #000;
}
.sidebar {
	background: #ec8c2b;
}
.footer-information {
	background-image: url('https://pedrochesgastronomia.com/wp-content/uploads/2020/05/logo-pedroches-gastronomia250.jpg');
	background-repeat: no-repeat;
	padding: 150px;
	background-color: #14262a;
	background-position: center;
}
.blog .sidebar h6 {
	color: #fff;
	font-size: 20px;
}
.wf-active .sidebar h6 {
	color: white;
	font-size: large
}
a, a:link, a:visited, .widget ul.menu li a, .widget ul.menu li a:hover {
    color: #000000;
}
.widget ul.menu .current_page_item a, .widget ul.menu .current-menu-item a {
    color: #ec8c2b;
    background: lemonchiffon;
}
.wf-active .footer h6 {
  text-transform: initial;
	font-family: "Arial";    
}
.widget_wp_categories_widget ul li:last-child {
	background: #ec8c2b;	
}
.blog .sidebar h2, .category .sidebar h2 {
	color: #fff;
}
span.meta-prep.meta-prep-author {
	visibility: hidden;
}
span.meta-prep.meta-prep-author:before {
	content: " Publicado el »";
	visibility: visible;
}
span.meta-sep {
	visibility: hidden;
}
span.meta-sep:after {
	content: " por ";
	visibility: visible;
}
a.url.fn.n {
	color: #ec8c2b;
	font-size: 16px;
}
.post-navigation {
	color: #ec8c2b;
}
.previous-post a {
	color: #ec8c2b;
	font-size: 16px;
}
.next-post a {
	color: #ec8c2b;
	font-size: 16px;
}
.widget_wpcategorieswidget h2 {
    color: #4a5f6d;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 24px;
    text-transform: uppercase;
	  font-family: 'Oswald'; 
}