/* Introduir el CSS personalitzat aquí */
.site-header{
	padding-top: 0.5em!important;
	padding-bottom: 0.5em!important;
}
.site-header-main {
	padding-top: 0.5em!important; /*no ha fet cap efecte*/
	padding-bottom: 0.5em!important; /*no ha fet cap efecte*/
}
.site-branding {
	margin-top: 0.5em!important;
	margin-bottom: 0.5em!important;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 800; /* Negreta. Original era 700*/
    margin: 0;
    text-rendering: optimizeLegibility;
}
h1 {
    display: block;
    font-size: 1.5em!important;
    /*margin-block-start: 0.67em;*/
    /*margin-block-end: 0.67em;*/
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*font-weight: bold;*/
}
.site-title { /* Títol Principal de la Web: KS-FOTO ESTUDI */
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 2.4em!important;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}
.site-description{ /* Text que hi ha sota del títol */
	font-size: 1.1rem; /*0.8125rem*/
	margin: 0.5em 0 0;
	padding: 0.2em 0 0.2em 0;
	display:block;
}
/*.site-description {  Text que hi ha sota del títol /
    font-weight: 500;	/* Negreta /
		color: #686868;
    display: none;
    line-height: 1.0769230769;
    margin: 0.538461538em 0 0;
		padding:0;
}*/
.entry-title { /* Titular de cada Pàgina. INICI, GALERIA, etc. */
    /*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
    /*font-size: 28px;*/
		font-family:Century Gothic!important;
    font-size: 1.8em!important;
		color: #888!important;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
}
/* OCULTAR TITOL PAGINES */
.home .entry-header{display: none;} /* Aquesta acció oculta el títol "INICI" */
.carles-sola .entry-header{display: none;}
.hidetitle .entry-title {display:none;} /* no serveix de res */
/* h1.entry-title {display: none;}  Oculta els titols h1 a totes les pagines*/



.entry-content {
    /*border-color: #d1d1d1;*/
		border-color:red;
	  margin-right: 7.6923%;
    margin-left: 7.6923%;
}
.country-selector{
	margin-bottom:20px;
}
.peu-pagina1 {
		font-family: Montserrat, "Helvetica Neue", sans-serif!important; /*Original:Merriweather;*/
    font-size: 2.1em!important;
    line-height: 1.25;
		text-align:center!important;
}
.peu-pagina2 {
		font-family:Montserrat, "Helvetica Neue", sans-serif!important;/*Original:Merriweather;*/
    font-size: 1.1em!important;
    line-height: 1.25;
		text-align:center!important;
}
.site-info{ /* Capa que conté el peu de pàgina */
	margin: auto; /* per alinear al centre posem que ho faci automaticament */
}