: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: .5rem 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: 48px;
}
.header-item-wrapper .header-item-nav {
	flex-grow: 1;
}

.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: 10px 0 20px 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: 24px;
	}
}
/*
.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;
	margin-top:8px;
}
@media only screen and (max-width:1024px) {
	body.archive .category_description {font-size: 1rem;}
}
@media only screen and (max-width:768px) {
	body.archive .category_description {font-size: .9rem;}
}
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 .post_title__heading.category_post_title__heading {
	font-size: 2rem;
	line-height:1.2em;
}
body.archive #category_loop .category_post_item_big .post_title__heading.category_post_title__heading a {font-size:inherit!important;}
@media only screen and (max-width:1280px) {
	body.archive #category_loop .category_post_item_big .post_title__heading.category_post_title__heading {font-size:24px;}
}
@media only screen and (max-width:768px) {
	body.archive #category_loop .category_post_item_big .post_title__heading.category_post_title__heading {font-size:18px;}
}

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);
}



/* OVERRIDES */
body.single-post .single_post_title__heading {
  line-height: 1.25em;
}

body.single-post .single_post_excerpt__text {
	color:#98a2b3;
	font-size:.9rem;
	line-height:1.6em;
}

.screen-reader-text {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#custom_html-2 {margin:0!important;}
ul.breadcrumb {margin:0!important;display:flex;align-items:center;flex-flow:row wrap;gap:0 8px;}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li > span {line-height:1em;display:block;}
.breadcrumb > li a,
.breadcrumb > li.active {padding:0;}

@media only screen and (max-width:1280px) {
	.nav__primary #topnav > li > a {padding:.5rem;}
}


.tb-player-card-single {
	border:solid 2px var(--cbmagenta);
	border-radius:16px;
	padding:1rem;
	margin:20px 0;
}

.tb-player-card-single label {color:#CCC;}

.tb-player-card-single .flex-inline {display:flex;align-items:center;gap:0 1rem;}
.tb-player-card-single .player-meta {flex-flow:row wrap;}
.tb-player-card-single .player-title {align-items:flex-start;}

.tb-player-card-single .card-inner {width:100%;gap:1rem;}


.tb-player-card-single .card-image {width:150px;height:150px;border-radius:8px;}

.tb-player-card-single .card-content {width:min-content;flex-grow:1;}
.tb-player-card-single .card-content .player-head {display:flex;align-items:flex-start;gap:1rem;}
.tb-player-card-single .card-content .player-head > .player-main {flex-grow:1;}

.tb-player-card-single .card-content hr {display:block;border:unset;height:1px;width:100%;margin:.75rem 0;background-color:rgba(255,255,255,0.1);}

.tb-player-card-single p {margin:0;}
.tb-player-card-single .player-name {font-size:28px;margin:0 0 8px 0!important;flex-grow:1;line-height:1.2em;}
.img-wrapper {overflow:hidden;}
.img-wrapper img {width:100%;height:100%;object-fit:cover;}

.tb-player-card-single .card-inner {display:flex;}

.tb-player-card-single ul.player-details {padding:0;margin:0;list-style:none;display:flex;flex-flow:row wrap;gap:4px 32px;}
.tb-player-card-single ul.player-details > li {width:auto;display:block;line-height:1.5em;}

.tb-player-card-single .team-logo {width:42px;height:42px;border-radius:50%;}

.tb-player-card-single .player-description {display:none;color:#FFF;font-size:16px;line-height:1.6em;padding:8px;margin-top:8px;}
.tb-player-card-single.show-bio .player-description {display:block;}

.tb-player-card-single .player-bio-btn {cursor:pointer;font-weight:bold;text-transform:uppercase;transition:all 250ms;}
.tb-player-card-single.show-bio .player-bio-btn,
.tb-player-card-single .player-bio-btn:hover {color:var(--cbmagenta);transition:all 250ms;}

@media only screen and (max-width:1024px) {
	.tb-player-card-single {font-size:14px;}
	.tb-player-card-single .player-name {font-size:24px;}
	.tb-player-card-single .team-logo {width:32px;height:32px;}
}

@media only screen and (max-width:768px) {
	.tb-player-card-single .card-content .player-head > .player-main {width:100%;}
	.tb-player-card-single .player-title {width:100%;justify-content:space-between;}
	.tb-player-card-single .card-image {width:120px;height:120px;}
	.tb-player-card-single .player-name {font-size:20px;}
	.tb-player-card-single .card-content .player-head {flex-direction:column;align-items:flex-start;gap:.5rem;}
	.tb-player-card-single .player-meta {flex-direction: column;align-items: flex-start;gap: 0;}
	.tb-player-card-single .player-meta .player-title {justify-content:space-between;}
	.tb-player-card-single ul.player-details {flex-direction:column;gap:.75rem;}
	.tb-player-card-single .card-content hr {margin:.7rem 0;}
	.tb-player-card-single .player-title {flex-direction:column;align-items:flex-start;}
	.tb-player-card-single .player-title > .player-name {order:2;}
	.tb-player-card-single .player-title > .team-logo {order:1;}
}


.match-container {
	border:solid 2px var(--cbmagenta);
	border-radius:16px;
	padding:1rem;
	margin:20px 0;
}

body.single-live .post_content {margin-top:64px;padding-top:40px;border-top:solid 1px rgba(255,255,255,0.1);}

.match-container .match-row {display:flex;}
.match-container .match-row.v-center {align-items:center;}
.match-container .match-row .col-left {width:35%;}
.match-container .match-row .col-center {width:30%;text-align:center;}
.match-container .match-row .col-right {width:35%;}

.match-header {text-align:center;}

.match-container .team {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:0 20%;
}
.match-container .team .team-identity {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:8px;
}

.match-container .team img {width:64px;height:64px;object-fit:contain;object-position:center;}
.match-container .team .team-score {font-size:32px;font-weight:bold;}

.match-container .team-away {flex-direction:row-reverse;}
.match-container .team-away .team-identity {flex-direction:row-reverse;}

.match-main {padding:20px 0;}

.match-details .match-time {font-size:24px;}

.recap ul {
	list-style:none;
	padding:0;
	margin:0;
	line-height:1.75em;
	font-size:14px;
}

.recap-home {text-align:left;}
.recap-away {text-align:right;}


.match-events {
	display:flex;
	flex-direction:column;
}

.event {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	position:relative;
}

.event .event-time {
	width:36px;
	margin-right: 12px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}

.event .event-box {
	border-left:solid 2px var(--cbmagenta);
	padding:20px 24px;
	font-size:16px;
	line-height:1.4em;
	display:flex;
}

.event .dot {
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:var(--cbmagenta);
	margin-right: -7px;
	position: relative;
	z-index: 8;
	outline:solid 4px #e81b5550;
}

@media only screen and (max-width:768px) {
	.match-header {font-size:14px;}
	.match-details .match-time {font-size:20px;}
	.match-container .team .team-score {font-size:24px;}
	.match-container .team img {width:48px;height:48px;}
	.match-container .team .team-name {display:none;}

	.match-recap .col-center {display:none;}
	.match-recap .col-left {width:50%!important;}
	.match-recap .col-right {width:50%!important;}
}