.search-form .btn-default {
	border-radius: 4px 0 0 4px;
}

.search-form #search {
	border-radius: 0 !important;
	border-color: #0b3d68;
	border-width: 1px 1px 1px 0;
}

.product-categories li {
	padding: 5px 0;
}

.product-categories li:first-child {
	padding-bottom: 10px;
}

.slider-wrap .content-area h1 {
	font-size: 36px;
}

.xshop-category {
	width: 100%;
}

.entry-header {
	background: transparent;
}

.blog-wrap .readmore-link,
.blog-single .readmore-link {
	margin-top: 15px;
}

.blog-content {
	line-height: 1.5em;
	margin: 20px 0;
	color: #0b3d68;
}

.blog-content a {
	color: #0b3d68;
}

.blog-content a:hover,
.blog-content a:focus {
	color: #f9b000;
}

.post-title {
	font-size: 36px;
}

.post-meta,
.readmore-link {
	display: block !important;
}

#primary {
	min-height: 600px;
}

#primary,
#secondary {
	padding-top: 50px;
	padding-bottom: 50px;
}

.primary-list .entry-header {
	margin-bottom: 0;
}

.primary-list .entry-title.post-title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}

.blog-wrap .post-description {
	color: #333;
	margin: 10px 0;
	font-size: 15px;
	line-height: 1.5em;
}

#secondary {
	padding: 0 0 0 60px;
	margin-top: 53px;
}

#secondary .post-img {
	position: relative;
	margin-top: 4px;
}

#secondary .post-img img {
	width: 100%;
	max-width: 120px;
}

.recent_posts_content {
	padding-left: 140px;
}

.title-post {
	margin: 0;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
}

.title-post a {
	color: #0b3d68;
}

.ts-post-time {
	margin: 0;
	font-size: 12px;
	color: #999;
}

.recent_posts_list>li {
	margin-bottom: 26px;
}

.blog-single .post-description {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.5em;
}

.blog-wrap .blog-item,
.blog-single .blog-item {
	margin-bottom: 50px;
}

#box-prec-suc {
	text-align: center;
	margin: 0;
	display: none;
}

#box-prec-suc .btn-default {
	font-size: 11px;
}

#allegati-main {
	margin-top: 15px;
}

#primary.primary-single {
	padding-left: 60px;
}

#secondary.secondary-single {
	padding-right: 60px;
}

.entry-title.post-title {
	text-transform: none;
	margin-bottom: 10px;
}

.media-post {
	text-align: center;
}

.img-divider {
	margin-top: 50px;
}

.not-found-box {
	margin: 60px 0 0 120px;
	color: #0b3d68;
	min-height: 800px;
}

.not-found-box h4 {
	font-size: 18px;
}

.not-found-box .icon-box {
	margin: 50px 0 30px;
	cursor: inherit;
}

.not-found-box .icon-box i {
	font-size: 100px;
}

@media (max-width: 991px) {

	#primary.primary-single,
	#secondary.secondary-single {
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog-single .blog-item {
		margin-bottom: 0;
	}

	#secondary {
		padding: 0 15px;
	}

	#secondary.secondary-single {
		margin-top: 0;
	}

	.title-post {
		font-size: 16px;
	}

}

@media (max-width: 767px) {

	div #primary,
	div #secondary {
		padding: 0 30px 30px !important;
	}

	#primary {
		min-height: 0;
	}

	.entry-title.post-title {
		padding: 0;
		<?php if (!$id) { ?>font-size: 24px;
		<?php } else { ?>font-size: 36px;
		<?php } ?>
	}

	#box-prec-suc {
		margin: 30px 0;
	}

	.img-divider {
		margin-top: 36px;
	}

	.not-found-box {
		margin: 30px 0 120px;
	}

}

@media (max-width: 379px) {

	.entry-title.post-title {
		font-size: 28px;
	}

	.img-divider {
		margin-top: 24px;
	}

}