.blog-page .page-product-title h1 {
	font-size: 44px;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
}
.blog-page .page-product-title h1 strong {
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-family: var(--body-font-family);
	display: block;
}

.post-item  > .product-box >  .product-box-media {
	padding: 39% 0;
}
.post-item > .product-box >  .product-box-content h3.product-box-subtitle > a {
	color: var(--color-highlights);
}
.post-item > .product-box >  .product-box-content h3.product-box-title  {
	text-transform: none;
	font-family: var(--alt-font-family);
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0;
	margin: 15px 0;
}


.post-item .product-box-media > img.img-fluid {
	max-height: 100%;
	max-width: none;
	min-width: 0;
}
.post-item.big-post-item .product-box-media > img.img-fluid {
	max-width: 100%;
	max-height: none;
	min-width: 100%;
}


.post-item .post-date , .post-head .post-date {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--border-input);
	font-family: var(--alt-font-family);
	text-transform: lowercase;
} 

.big-post-item .product-box {
	position: relative;
}

.post-item.big-post-item .product-box-media , .page-post-detail .product-box-media{
	padding: 18.3%;
}
.big-post-item .product-box-content {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	background: #F4F3EF;
	padding: 1.5rem;
	z-index: 2;
	max-width: 25%;
	margin: 0;
	height: calc( 100% - 3rem);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.post-item.big-post-item .product-box-content h3.product-box-title {
	font-family: var(--body-font-family);
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
	margin: 1rem 0 2.5rem 0;
}

.post-head h3 {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}


.page-product-head.post-head {
	background: transparent;
}


.post-head h3.product-box-subtitle > a {
	color: var(--color-highlights);
}

.blog-page .post-head .page-product-title h1 {
	font-family: var(--body-font-family);
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	margin: .75rem 0 0 0;
	font-style: normal;
}

.page-post-detail-content {
	margin: 3rem 0 0 0;
}

.page-post-detail-content > * {
	font-size: 17px;
	line-height: 1.6;
	font-weight: 300;
}

.page-product-list.post-correlati.post-correlati-prod {
	background: var(--background-light);
	padding: 3rem 0 0 0;
}


.post-correlati h2 {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-item.multimedia-item > .product-box > .product-box-media {
	padding: 22.5% 0;
	height: 0;
}

.multimedia-item .badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background:  #BB9977;
	border-radius: 0;
	padding: 6px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.multimedia-item .product-box-content {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.multimedia-item .product-box-desc {
	padding: .75rem 0 0 1.5rem;
	margin: 0;
	font-size: 20px;
}

.post-item.multimedia-item   > .product-box >  .product-box-content h3.product-box-title {
	font-family: var(--body-font-family);
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 0 1.5rem;
	margin: 0;
	line-height: 1.4;
}

.multimedia-item .post-attach-list {
	margin: auto 0 0 0;
	padding: 0;
	list-style: none;
}
.multimedia-item .post-attach-list > li {
	padding: 0.5rem 0 0.5rem 1.5rem;
	border-bottom: 1px solid #BB9977;
}


.multimedia-item .post-attach-list > li > a {
	display: flex;
	flex-direction: row;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.multimedia-item .post-attach-list > li > a > img {
	height: 16px;
	width: 16px;
}
.post-search > label {
	color: #B97;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0.5rem 0 0;
}

.post-search > input {
	border-color: #B97;
	padding-top: 0;
}


@media (max-width: 1399px) { 
    .big-post-item .product-box-content {  
        max-width: 50%; 
    }
}

@media (max-width: 1199px) {
    .big-post-item .product-box-content {  
        max-width: 66%; 
    }

	.post-item.big-post-item .product-box-media > img.img-fluid {
		max-height: 100%;
		max-width: none;
		min-width: 0;
	}

	.post-item.big-post-item .product-box-media {
		padding: 39% 0;
	}
}


@media (max-width: 767.98px) {

    .blog-page .menu-categories {
        padding: 15px 0;
        overflow-x: scroll;
        max-width: 100%;
        margin: 0 0 15px 0;
    }
    .blog-page .menu-categories > ul {
        justify-content: start !important;

    }

    .post-item.big-post-item .product-box-media { 
        z-index: -1;
    }

    .big-post-item .product-box-content {
        position: static;
        max-width: 100%;
        margin: -1.5rem .75rem 2.5rem;
    }
    
	.post-item.multimedia-item  > .product-box > .product-box-media {
		padding: 32.5% 0;
	}
	.post-item.multimedia-item  > .product-box > .product-box-media, .post-item.multimedia-item  > .product-box >  .product-box-content {
		width: 100% !important;
	}
	.multimedia-item .product-box-desc {
		padding: 1rem 0 0 0;
	}
	.post-item.multimedia-item  > .product-box >  .product-box-content h3.product-box-title {
		padding: 0;
		margin: 0 0 .5rem 0;
	}
	.multimedia-item .post-attach-list > li {
		padding: 0.5rem 0;
	}
}