/*
Benvenuto su Custom CSS!

CSS (Cascading Style Sheets) è un tipo di codice che indica al browser
come interpretare una pagina web. Puoi eliminare questi commenti e iniziare
subito a personalizzare.

Per impostazione predefinita, il tuo foglio di stile verrà caricato dopo
quello del tema, quindi le tue regole avranno precedenza e possono
sovrascrivere le regole del CSS del tema. Scrivi qui solo le tue modifiche,
non c'è bisogno di copiare tutto il contenuto del foglio di stile del
tema.
*/
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400;
	src: local('Cabin Regular'), local('Cabin-Regular'), url(http://themes.googleusercontent.com/static/fonts/cabin/v4/JEgmtEDzc-IH8jBshQXrYA.woff) format("woff");
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 700;
	src: local('Cabin Bold'), local('Cabin-Bold'), url(http://themes.googleusercontent.com/static/fonts/cabin/v4/haOjnueK8Or1ztuuRtr8dvesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 700;
	src: local('Cabin Bold Italic'), local('Cabin-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/cabin/v4/Ww23LQNlhn4dAm9uegPaXxsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}

@font-face {
	font-family: 'Cabin Condensed';
	font-style: normal;
	font-weight: 400;
	src: local('Cabin Condensed'), local('CabinCondensed'), url(http://themes.googleusercontent.com/static/fonts/cabincondensed/v4/B0txb0blf2N29WdYPJjMShZ1gqmQBTb4Nwa_fF0DajA.woff) format("woff");
}

@font-face {
	font-family: 'Cabin Condensed';
	font-style: normal;
	font-weight: 700;
	src: local('Cabin Condensed Bold'), local('CabinCondensed-Bold'), url(http://themes.googleusercontent.com/static/fonts/cabincondensed/v4/Ez4zJbsGr2BgXcNUWBVgEFxo_3fQgeDvKMambfIp_uA.woff) format("woff");
}

@font-face {
	font-family: 'Cabin Sketch';
	font-style: normal;
	font-weight: 400;
	src: local('Cabin Sketch Regular'), local('CabinSketch-Regular'), url(http://themes.googleusercontent.com/static/fonts/cabinsketch/v5/d9fijO34zQajqQvl3YHRCXhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

@font-face {
	font-family: 'Cabin Sketch';
	font-style: normal;
	font-weight: 700;
	src: local('CabinSketch Bold'), local('CabinSketch-Bold'), url(http://themes.googleusercontent.com/static/fonts/cabinsketch/v5/ki3SSN5HMOO0-IOLOj069Hl4twXkwp3_u9ZoePkT564.woff) format("woff");
}

.site-title, .site-title a, .site-title a:visited, .site-info h3 {
	font-family: 'Cabin Condensed';
	text-transform: uppercase;
}

.site-header-half-width-logo {
	width: 50%;
}

.site-header-half-width-nav {
	width: 38%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin-Regular', sans-serif;
}

.site-slider-slider-one-text-heading {
	font-family: 'Cabin-Regular', sans-serif;
}

body, button, input, select, textarea {
	font-family: 'Cabin-Regular', sans-serif;
}

.footer-social {
	background: #CF3A0E;
}

.site-header-half-width-logo {
	background-image: url('http://www.english.co.it/wp-content/uploads/2013/09/logo.jpg');
	width: 446px;
	height: 150px;
	margin: 0;
}

.site-branding {
	display: none;
}

.site-header {
	background-color: black;
}

#colophon {
	display: none;
}

.entry-content {
	font-size: 10pt;
}

.site-main {
	padding: 0;
}