/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/******CUSTOM******/
/*reducir o padding superior e inferior da cabeceira*/
body.home #main-header .container {
	padding: 30px 0 50px;
}

/*reducir o tamaño do título no header*/
#main-header h1 {
	font-size: 52px;
	font-weight: 800;
}

/*ocultar título das páxinas*/
.entry h1.title {
	display: none;
}

/*separar a caixa de buscar no blog*/
.searchform {
	padding: 20px;
}

/*agochar os datos de publiciación nas galerías wp*/
.single-gallery p.meta-info {
	display: none;
}

/* Descripción fecha e autor dos posts */
#news-section p {
	margin-left: 80px;
}

/* Marxe superior para a miniaturas das novidades e as datas dos eventos */
.news-image {
	margin-top: 8px;
}

.post-meta {
	margin-top: 8px;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/******CUSTOM******/
/*reducir o padding superior e inferior da cabeceira*/
body.home #main-header .container {
	padding: 30px 0 50px;
}

/*reducir o tamaño do título no header*/
#main-header h1 {
	font-size: 52px;
	font-weight: 800;
}

/*ocultar título das páxinas*/
.entry h1.title {
	display: none;
}

/*separar a caixa de buscar no blog*/
.searchform {
	padding: 20px;
}

/*agochar os datos de publiciación nas galerías wp*/
.single-gallery p.meta-info {
	display: none;
}

/* Descripción fecha e autor dos posts */
#news-section p {
	margin-left: 80px;
}

/* Marxe superior para a miniaturas das novidades e as datas dos eventos */
.news-image {
	margin-top: 8px;
}

.post-meta {
	margin-top: 8px;
}

/****/
div.cdp-cookies-alerta {
	padding-top: 16px;
}

/* Ocultar o header e a súa imaxe só na homepage */
#main-header {
       display: none;
}

body.home #main-header {
	display: block;
}

/*ocultar meta-info*/
.meta-info {
	display: none;
}<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->