/*
Theme Name:     Pietro Bertot
Template:       twentythirteen
*/

@import url("../twentythirteen/style.css");


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

h1, h2, h3, h4, h5, h6,
#page .entry-title {
	font-weight: 100;
}

.nav-menu li a {
	font-size: 16px;
}

.navbar {
	background-color: #eeeeee;
	border-top: 1px solid #333;
}

body #lang_sel_list.lang_sel_list_horizontal {
	float: right;
	margin-top: 10px;
}

body #lang_sel_list img.iclflag {
	width: 18px;
	height: 12px;
	position: relative;
	top: 1px;
}

body #lang_sel_list li,
body #lang_sel_list li a {
background: none !important;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
	  max-width: 1070px;
}

.subpage-item>a {
	display: block;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #fff;
}

.subpage-item>a img {
	display: block;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.subpage-item:hover img {
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}

.site-footer {
	background-color: #220e10;
}

.site-info {
	max-width: 999em;
	background-color: #e8e5ce;
	background-color: transparent;
	text-align: left;
	color: #8a897a;
	padding: 40px 0;
}

.socials {
	padding: 40px 0;
}

.socials a {
	display: inline-block;
	margin-left: 15px;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.socials a:hover {
	color: #fff;
}