:root {
	--cbmagenta: #e81b55;
}
body {
	/*font-family: 'OpenSans-Regular';*/
}
.post_content a:not(.text-decoration-none) {
    color: var(--cbmagenta);
}
body figure .placeholder-featured-image {
	background: #0b141c;
	padding: 0;
}
body figure .placeholder-featured-image img {
	max-width: none;
	max-height: 60%;
  	width: auto;
  	object-fit: contain;
}
header.header {
	position: sticky;
	top: 0;

	width: 100vw;
    margin-left: calc(-50vw + 50%);
	background-color: rgba(0,0,0,0.4);
	backdrop-filter: blur(8px);
}
header .container {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:576px){
	header .container{max-width:540px}
}
@media (min-width:768px){
	header .container{max-width:750px}
}
@media (min-width:1025px){
	header .container{max-width:1000px}
}
@media (min-width: 1280px) {
	header .container {
		max-width: 1240px;
		padding-left: 0;
		padding-right: 0;
	}
}


.stickup-wrapper {
	background-color: transparent;
}
.stickup-wrapper .header-item-wrapper {
	padding: 1rem 0;
}
.header-item-wrapper {
	gap: 3rem;
}
@media (max-width: 1024px){
	.header-item-wrapper {
		-webkit-justify-content: space-between;
    	justify-content: space-between;
	}
	.header-item-hamburger {
		margin-right: 0;
		width: auto;
		max-width: auto;
	}
}
.header-item-wrapper .logo img {
	width: auto;
	height: 4rem;
}
.header-item-wrapper .header-item-nav {
	flex-grow: 1;
}
.nav__primary li.last {
	margin-left: auto;
}
.nav__primary #topnav li.last a {
	background-color: var(--cbmagenta);
	color: var(--bianco);
	border-radius: 0.5rem;
}
.main-holder {
	margin: 0 auto;
}
@media (min-width: 1280px) {
    .main-holder {
        max-width: 1340px;
    }
	.container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.stickup-navigation {
	box-shadow: none;
}
.offcanvas .offcanvas-header,
.offcanvas .offcanvas-body {
	background-color: var(--background-body);
}
.nav__hamburger ul li a, 
.offcanvas .btn-close {
	color: var(--bianco);
}
.offcanvas.offcanvas_menu .offcanvas-header .logo img {
	width: auto;
    height: 4rem;
}



section#breadcrumbs {
    /*border-bottom: 1px solid rgba(255,255,255,0.1);*/
	border: none;
	padding: 0;
}
section#breadcrumbs .breadcrumb__t {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: .7rem 0;
}

section.widget-homepage {
	margin-bottom: 3rem;
}

/*
.widget:not(.widget-sidebar) .home_widget article .home_post_meta .home_post_meta_date {
	margin-left: auto;
}
*/
.post_meta_author img.author_avatar {
	width: auto;
	max-height: 15px;
	border-radius: 100%;
	margin-right: 0.3rem;
}
.home_widget article .home_post_thumb {
	max-width: unset;
	aspect-ratio: unset;
	overflow: visible;
}
.home_widget article figure {
	max-width: 100%;
	aspect-ratio: 5/3;
}


.af_title {
	border-bottom: none;

	display: flex;
    align-items: center;
    gap: 12px;
}
.af_category__link {
	display: block;
	max-width: fit-content;
	text-decoration: none;
	margin-left: auto;
	color: var(--cbmagenta);
}
.af_title__heading>.heading-line-before, 
.af_title__heading>.heading-line-after {
    display: none;
}
.af_title__heading>.heading-line {
    background: none;
    color: var(--color-titles);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    font-size: 1.5rem;
    text-transform: unset;
}
@media only screen and (min-width:1025px) {
	.af_title__heading > .heading-line {
		font-size: 2.4rem;
	}
}
/*
.af_title__heading>.heading-line::before {
    content: '';
    display: block;
    height: 4px;
    width: 48px;
    background: var(--background-label-section);
    position: relative;
}
*/

/*
.post_categories a {
	border-radius: 0.2rem;
	box-shadow: 0 3px 12px rgba(0,0,0,0.3);

	padding: 0.15rem 0.6rem;
  	font-size: 0.7rem;
  	text-transform: uppercase;
  	letter-spacing: .5px;
  	font-weight: 600;
}
*/
.post_categories {
	margin-bottom: .3rem;
	margin-right: .5rem;
}
body.single .col_content .post_categories {
	margin:0;
}
.post_categories a {
	background-color: unset;
	padding: 0;
	color: var(--cbmagenta);
	letter-spacing: .5px;
  	font-weight: 600;
}


body.archive .category_description {
    font-weight: 400;
  	font-size: 1.2rem;
}
body.archive #category_loop .category_post_item_big article {
	position: relative;
}
body.archive #category_loop .category_post_item_big article .post_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
}
/*body.archive #category_loop .category_post_item .post_title__heading.category_post_title__heading a*/
body.archive #category_loop .category_post_item_big article .post_title__heading.category_post_title__heading,
body.archive #category_loop .category_post_item_big article .post_title__heading.category_post_title__heading a {
	font-size: 2rem;
}

body.archive .col_pagination {
	width: 100%;
}


body.archive #category_loop article figure,
body.single article figure,
.widget figure {
	border-radius: 0.5rem;
	overflow: hidden;
}

body.single .post_content p {
    line-height: 1.6em;
}
.post_content figure figcaption {
  	font-size:.8em;
  	margin-top: 1em;
}
.post_content figure {
  	display:block;
  	margin-bottom: 1em;
}

.widget .home_post_thumb {
	box-shadow:0 3px 12px rgba(0,0,0,0.6);
}

.home_widget article .post_title__heading.home_post_title__heading a,
.widget article .row_inner_small_post .post_title__heading.home_post_title__heading a {
	font-size: unset;
	font-weight: unset;
}
.widget article .row_inner_small_post .post_title__heading.home_post_title__heading {
	font-size: 0.9rem;
	line-height: 1.4em;
	margin-bottom: .5rem;
}
/*
#child_home_latest_nine_widget_wrap .col_side article:not(:last-child),
#child_home_two_big_overlay_smalls_widget_wrap .col_side article:not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 1rem;
}
*/
.widget .col_side article:not(:last-child),
.col_sidebar article:not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 1rem;
}


.home_widget article .post_title__heading.home_post_title__heading {
	font-size: 1.1rem;
}


.home_widget article a.home_post_readmore_h, 
body.archive #category_loop .category_post_item a.category_post_readmore_h {
	border-radius: 0.2rem;
	box-shadow: 0 3px 12px rgba(0,0,0,0.3);
}


#child_home_two_big_overlay_smalls_widget_wrap .col_big article,
#child_home_two_big_overlay_widget_wrap article,
#child_home_latest_nine_widget_wrap article.article-big {
	position: relative;
}
#child_home_two_big_overlay_smalls_widget_wrap .col_big article .home_post_desc,
#child_home_two_big_overlay_widget_wrap article .home_post_desc,
#child_home_latest_nine_widget_wrap article.article-big .home_post_desc {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin-left: calc(var(--bs-gutter-x) * .5);
	margin-right: calc(var(--bs-gutter-x) * .5);
}
#child_home_two_big_overlay_smalls_widget_wrap .col_big article .post_title__heading.home_post_title__heading,
#child_home_two_big_overlay_widget_wrap article .post_title__heading.home_post_title__heading,
#child_home_latest_nine_widget_wrap article.article-big .post_title__heading.home_post_title__heading {
	font-size: 1.2rem;
}
#child_home_latest_nine_widget_wrap .row_inner article .post_title__heading.home_post_title__heading {
	font-size: 1.1rem;
}


@media (min-width: 1025px){
	#child_home_two_big_overlay_smalls_widget_wrap .col_big article .post_title__heading.home_post_title__heading,
	#child_home_two_big_overlay_widget_wrap article .post_title__heading.home_post_title__heading,
	#child_home_latest_nine_widget_wrap article.article-big .post_title__heading.home_post_title__heading {
		font-size: 2rem;
	}
	#child_home_latest_nine_widget_wrap .row_inner article .post_title__heading.home_post_title__heading {
		font-size: 1.5rem;
	}
}

#child_home_latest_nine_widget_wrap .row_inner figure,
#child_home_latest_nine_widget_wrap .row_inner figure .placeholder-featured-image,
#child_home_two_big_overlay_widget_wrap figure,
#child_home_two_big_overlay_widget_wrap figure .placeholder-featured-image {
	aspect-ratio: 4/3;
}
#child_home_two_big_overlay_smalls_widget_wrap .col_big figure,
#child_home_two_big_overlay_smalls_widget_wrap .col_big figure .placeholder-featured-image {
	aspect-ratio: 1;
}




#child_home_banner_widget_wrap.banner_box {
	border-radius: 0.5rem;
	overflow: hidden;
}

#child_home_banner_widget_wrap.banner_box__overlay {
	background-position: center;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    aspect-ratio: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
#child_home_banner_widget_wrap.banner_box__overlay::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
#child_home_banner_widget_wrap.banner_box__overlay .banner_box__desc {
	z-index: 2;
	text-align: center;
	color: #ffffff;
}
#child_home_banner_widget_wrap .banner_box__button {
	text-decoration: none;
	display: block;
	max-width: fit-content;
	background-color: var(--cbmagenta);
	color: var(--bianco);
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
	
	font-size: 1rem;
    font-weight: 700;
}
#child_home_banner_widget_wrap .banner_box__desc .banner_box__button {
	margin: 0 auto;
}

#child_home_banner_widget_wrap .banner_box__title {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}
@media (min-width: 1025px){
	#child_home_banner_widget_wrap .banner_box__title {
		font-size: 2rem;
	}
}
#child_home_banner_widget_wrap .banner_box__text p {
	margin-bottom: 1.5rem;
}

#child_home_banner_widget_wrap.banner_box__columns figure {
	aspect-ratio: 5/3;
}
#child_home_banner_widget_wrap.banner_box__columns .col_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.widget.full_box {
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
}
section.widget.full_box .container {
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}