/* Introduir el CSS personalitzat aquí */.entry-content
.content-area
h4{
	font-family :  Montserrat;
}
.widget-area
img {
		width: 500px;	
		height:240px;
}

.site-description
{
	text-align : center;
	font-size : 28px;
	font-family : arabic-indic;
	color:darkcyan;	
}
.site-title{
	font-size : 38px;
}
.main-navigation {
    float: left;
    width: 75%;
	    text-transform: uppercase;

}
body {
    background-color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #242424;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 15px 0;
    clear: both;
}
