/****************BACKGROUND****************/
body {
	background: #fff !important;
	font-family: 'Questrial', sans-serif !important;
}

.header-image, .header-image:after {
	/*background: linear-gradient(to bottom, rgba(200,100,200,0) 0%,rgba(29,29,29,1) 100%);*/
	background-image: none !important;
}

.section-inner {
	width: 700px !important;
}

/****************MENU****************/
.navigation {
    background: #fff !important;
	border-bottom: 1px solid #666;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 50px;
}
.mobile-navigation {
	background: #fff !important;
	border-bottom: 1px solid #666;
}

.mobile-menu a {
	text-align: center;
}

.search-form {
	display: none;
}

.main-menu a {
	color: #666 !important;
	padding: 18px 0 !important;
}

.main-menu a:hover {
	color: #c0c0c0 !important;
}

.active-menu {
	color: #cd1212 !important;
	border-bottom: 2px solid #cd1212;
}

.main-menu > li + li:before {
	content: "" !important;
}

.header-search .search-button {
	display: none !important;
}

/****************HOMEPAGE****************/
.header.section-inner {
	padding: 100px 0 50px 0 !important
}

.blog-title {
 	/*
	font-size: 40px !important;
	text-shadow: none !important;
	letter-spacing: 15px;
	*/
	display: none;
}

.blog-description {
	/*
	color: #c0c0c0 !important;
	text-shadow: none !important;
	letter-spacing: 5px;
	*/
	display: none;
}

.archive-post-date {
	display: none;
}

.archive-post-title {
	font-weight: 400 !important;
}

.post-container {
	background: transparent!important;
}

.home {
	background-image: url("http://www.ritacattaneoarchitetto.it/wp-content/uploads/2017/05/studio_bg2.jpg") !important;
}

.home h1 {
	color: #fff;
	text-shadow: 0px 0px 10px #000;
	padding-top: 25px;
}

/****************PAGINE****************/
.post-header {
	padding: 0 0 40px 0 !important;
}

.post-title {
	font-size: 30px !important;
	font-weight: 400 !important;
	color: #666;
	font-family: 'Questrial', sans-serif !important;
}

.post-content, .categories, .related-posts, .post-navigation {
	color: #666 !important;
	padding-left: 20px;
	padding-right: 20px;
}

p, ul, li {
	font-family: 'Questrial', sans-serif !important;
}

a {
	color: #666 !important;
}

/****************ARTICOLI-PROGETTI****************/
.post-date {
	display: none;
}

.featured-media img {
	display: none !important;
}

.post-inner {
    width: 1024px !important;
    max-width: 100% !important;
}

.archive-post-title {
	text-transform: capitalize !important;
	text-align: center;
	font-size: 22px;
}

/****************FOOTER****************/
.home .credits.section-inner p {
	color: #fff !important;
	text-shadow: 0px 0px 10px #000;
}

.home .credits.section-inner a {
	color: #fff !important;
	text-shadow: 0px 0px 10px #000;
}

.credits.section-inner p {
	color: #888 !important;
}

.credits.section-inner a {
	color: #c0c0c0 !important;
}

.home .credits {
	position: absolute !important;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}