/* Enter Your Custom CSS Here */
/* colores de la barra superior */
.site-header, .social-navigation {
  background-color: transparent !important;
}
/* logo*/
.site-branding {
	padding: 5px 0;
}
/* tamaños de wiget lateral y del central
.widget-area {
  width: 300px;
}
.content-area {
    width: 710px;
}
*/
/* colores de texto lateral y fondos */
.widget-title {
  color: #7c3c00 !important;
  border-bottom-color: #7c3c00;
}
.widget {
background-color: transparent;
border: 2px solid #57A012;
border-radius: 10px;}
.widget, .widget a {color: #57A012;}

/* menu principal */
.main-navigation {
  background-color: transparent !important;
  font-family: "Josefin Sans",sans-serif;
  font-size: 26px;
  font-weight: 400;
  
}
.main-navigation li {
  text-transform: none;
}
.main-navigation a {
  color: #57A012;
}
.main-navigation a:hover {
	color: #7c3c00;
}

/* desplazamiento del texto en el slide */
.slide-info {
	position: absolute;
	top: 50px;
}

/* texto del slide */
  .entry-title a:hover {
  color: #2A363B;
}
.slide .entry-meta,
.slide .entry-meta a {
	color: #2A363B;
}
.slide .entry-summary {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    color: #FFF;
    background-color: #57A012;
}

/* fecha en barra lateral */
.post-date {
	color: #2A363B;
}

/* fondo del contenido y borde */
.hentry {
	margin-bottom: 30px;
	background-color: transparent;
	padding: 30px;
	border: 0px solid #A76D29;
    border-radius: 5px;
}
/* iconos de redes sociales */
/* footer area 
 .footer-widget-area {
  background-color: transparent !important;
}
.entry-title a:hover, .main-navigation a:hover, .entry-meta, .entry-meta a, .entry-footer, .entry-footer a, .author-social a, .comment-meta a, .comment-form-author:before, .comment-form-email:before, .comment-form-url:before, .comment-form-comment:before, .widget-title, .widget li:before, .error404 .widgettitle, .main-navigation ul ul a, .flex-direction-nav a, .social-widget li a::before { color: #7c3c00; }

*/
.social-widget li a::before { color: #7c3c00; }
/* fondo en el footer */
.footer-widget-area {
  background: #57A012  url("/img/fondofooter.jpg") repeat-x scroll center top;
  padding-top: 100px;
}
.footer-widget-area { border-top-color: #FCFFF7; }

/* Galeria para recetas */
div.riview {
margin-bottom: 30px;
background-color: transparent;
padding: 30px;
border: 1px solid #A76D29;
border-radius: 5px;
}
/* boton read more */
.read-more{
  border-right-color: #FCFFF7; }
.read-more:hover {
  border-right-color: #FCFFF7; }
/*alineacion titulo paginas*/
.entry-title {
  text-align: center; }
  