#logo .logo-image{
	max-width: 400px;
}


/* menu */
#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
    text-decoration: none;
		font-weight: bold;
		background: #30b536;
		color: #ffffff;
}

#mainnav-menu a:hover{
	color: #ffffff;
}

/* header social menu */
#social-icons-menu li a:before{
	color: #ffffff;
}

h2.site-description{
	display: none;
}

#social-icons-menu li a:hover:before{
	color: #30b536;
}

/* body links */
.more-link:link, .more-link:visited{
	color: #ffffff;
}

/* footer */
#credit-link{
	display:none;
}

#footer-widgets .widget{
	background: transparent;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	
}
#menu-menu-2{
	padding: 0 0 0 1rem;
}
#footer-widgets .widget h4{
		font-size: 1rem;
}
#footer-widgets .widget h4,
#footer-widgets .widget a{

	white-space: nowrap;
}


/* Slider home */
#frontpage-slider .zeeslide img {
	max-width: 1340px;
	width: 100%;
	height: 450px;
	object-fit: cover;
}

/* imagenes de noticias */
body.category article .wp-post-image,
body.single-post article .wp-post-image,
body.author article .wp-post-image
{
    max-width: 600px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.widget-category-posts .type-post .wp-post-image{
	margin: 0 0 0.5em 0;
    max-width: 400px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.more-posts .type-post .wp-post-image{
		max-width: 90px;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

/* responsividad */
@media only screen and (max-width: 992px) {
		#frontpage-slider .zeeslide img {
			max-width: 1340px;
			width: 100%;
			max-height: 450px;
			height: auto;
		}
	
	body.category article .wp-post-image,
	body.single-post article .wp-post-image	{
		max-width: 100%;
    margin: 1em 0 0;
    height: auto;
	}
	.widget-category-posts .type-post .wp-post-image{
		max-width: 100%;
    margin: 1em 0 0;
    height: auto;
	}
	
	.more-posts .type-post .wp-post-image{
		max-width: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
	
	#logo .logo-image{
	max-width: 100%;
}
	
}
/*boton suscribir*/
#subscribe-submit button, 
#subscribe-submit input[type="button"], 
#subscribe-submit input[type="reset"], 
#subscribe-submit input[type="submit"]{
	background: #30b537;
}


#subscribe-submit button:hover, 
#subscribe-submit input[type="button"]:hover, 
#subscribe-submit input[type="reset"]:hover, 
#subscribe-submit input[type="submit"]:hover{
	background: #303030;
}

/* home titulo categoria */
#frontpage-magazine-widgets .widgettitle {
    margin: 0 0 1.5em 0;
    background: #30b536;
    color: #fff;
    font-size: 1rem;
}

/* sidebar */
.wf-active .widgettitle {
    background: #c98608;
    color: #ffffff;
}
#sidebar .widget{
	box-shadow: 0 0 4px #ddd;
  border: 1px solid #30b536;
}
/*
 * 
 * /