/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*
.sub-menu {
	margin-top: -30px !important;
}

.widget .news-thumb {
	display: none !important;
}
*/

#footer .flex_column .widget .widgettitle {
	min-height: 40px;
	text-align: left;
}

/* Fix Easy Slider height (para que siempre ocupe el alto especificado)  */
.avia-slideshow-inner {
	max-height: 520px !important;
}

/* Quienes somos -> Nuestros objetivos -> Lista */
#top .av-iconlist-small article.article-icon-entry {
	margin-bottom: 20px;
}

#top #wrap_all .av-inherit-size .av-special-heading-tag {
    text-transform: initial;
}

.tabPanelCrearAmpa .tab_titles .tab {
	font-size: 16px;
	color: #007C34; 
}

.articulos_educativos_descripcion {
	text-align: justify;
	margin-bottom: 50px;
}

.main_actividades {
	margin-top: 50px;
	margin-bottom: 50px;
}

.actividades_enlace_suscripcion {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
	
	/* Blog Image Left */

	.post_author_timeline {
		display: none;
	}

	.small-preview {
		width: 280px;
		height: 280px;
		background-color: #fff !important;
	}

	.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
		text-align: left;
	}

	.html_elegant-blog #top .post-entry .blog-categories {
		text-align: left;
	}

	.page-id-28 .small-preview,
	.page-id-1461 .small-preview	{
		height: 100%;
	}

	.page-id-28 .small-preview img,
	.page-id-1461 .small-preview img	{
		width: 100%;
	}

	.page-id-28 .blog-meta,
	.page-id-1461 .blog-meta {
		float: left!important;
		width: 280px!important;
		height: 280px!important;
	}

	.html_elegant-blog #top .more-link {
		text-align: right;
		margin: inherit;
		width: inherit;
		border-style: inherit;
		padding: inherit;
	}

	.html_elegant-blog #top .av-vertical-delimiter {
		display: none;
	}

	.html_elegant-blog #top.page-id-28 .post-entry .post-meta-infos,
	.html_elegant-blog #top.page-id-1461 .post-entry .post-meta-infos
	{
		padding: inherit;
		border: none;
		margin-top: inherit;
	}
	
}

/* CSS - Subtext on right */

#top .logo,
#top .logo a {
  overflow: visible;
}

#top .logo {
	width: 80%;
}

#top .logo img {
	display:inherit;
}

/* Subtext styling */
.logo .subtext h1 {
  font-size: 16px;
  font-weight: 600;
  color: #007015;
}

.header-scrolled .logo .subtext h1 {
	/* font-size: 12px; */
	text-align: center;
}

.logo .subtext {
	position: absolute;
	top: 50%;
	transform: translate(58%, -10%);
	z-index: 999;
	width: 65%;
}

.header-scrolled .logo .subtext {
	transform: translate(50%, -20%);
}
	
@media only screen and (max-width: 990px) {
	
	.logo .subtext {
		display: none;
	}
	
}

.page-id-1240 div .av_one_fourth {
	margin: 20px 0;
}

.small-preview .iconfont {
	display: none;
}

.template-blog .blog-meta {
    margin-bottom: 50px;
}