/*
Theme Name: Alder SEAS
Template: alder
Author: SEAS, Estudios Superiores Abiertos
Author URI: https://www.seas.es/blog
Description: Theme adaptado para SEAS
Tags: featured-images,featured-image-header,custom-colors
Version: 1.2.1552040213
Updated: 2019-03-08 12:16:53

*/

.single #header, .archive #header, .page #header, .error404 #header, .search-results #header, .search-no-results #header, #header.no-slider {
	margin-bottom: 50px;
}

#header {
	padding: 30px 0 30px;
}

.header-titles {
	padding: 10px 0;
}

.header-titles .title,
.header-titles .subtitle {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
}

.header-titles .title {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}

.header-titles .subtitle {
	
}

@media only screen and (max-width: 767px) {
	#header.no-slider {
    	padding: 20px;
    	margin-bottom: 40px;
	}

	.header-titles .title,
	.header-titles .subtitle {
		font-size: 14px;
	}

	.header-titles .title {
		font-size: 1.3em;
	    line-height: 1.2em;
	}
}

@media only screen and (max-width: 767px) {
	#main {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/** Menú */
@media only screen and (max-width: 767px) {
	#slick-mobile-menu .slicknav_menutxt {
		display: block !important;
	}
}


/** Posts */
.post-header .entry-title {
	margin-bottom: 9px;
	line-height: 1.3;
	font-family: "Amiri", serif;
}

.post-header .entry-title a {
	font-size: 32px;
    color: #000000;
}

@media only screen and (max-width: 767px) {
	.post-header .entry-title {
		line-height: 1.3em;
	}
	.post-header .entry-title a {
		font-size: 26px;
		line-height: 1.1em;
	}

	.full-grid .post {
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
}

/** Widgets */
.widget div.widget-title {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 28px;
    text-align: center;
}