@media (max-width: 1024px) {
    body {
        overflow-x: unset;
    }
}
body {
	font-family: 'Fira Sans Condensed Regular';
}


h1,h2,h3,h4,h5,h6,strong {
	font-family: 'Fira Sans Condensed Semibold';
}

header.tb-section {
	position: sticky;
	top: 0; 
}
header.tb-section:not(.boxed) #stickup-logo {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.header-item-nav {
	margin-left: auto;
}

.header-item-hamburger {
	margin-right: 0;
	margin-left: 1rem;
}
@media (min-width: 1025px){
	.header-item-search {
		margin-left: unset;
	}
}
.search-form__h form button.search-form_is {
	color: var(--bianco);
}

.nav__primary #topnav > li > a {
	font-size: 1.2rem;
	font-weight: unset;
	text-transform: uppercase;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.nav__primary #topnav > li > a:hover {
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	color: var(--background-label);
}
.nav__primary .sf-menu>.menu-item>.sub-menu {
	background-color: var(--bianco);
}
.nav__primary #topnav li.menu-item > .sub-menu .menu-item > a {
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	text-transform: uppercase;
}
.nav__primary #topnav li.menu-item > .sub-menu .menu-item > a:hover {
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	color: var(--background-label);
	background-color: unset;
}
.nav__hamburger ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;

	text-transform: uppercase;
}
.nav__hamburger ul.sub-menu {
	padding-left: 1rem;
}


.post_categories a {
	font-family: 'Fira Sans Condensed Semibold';
	background-color: transparent;
	color: var(--background-label);
	padding: 0;
	font-size: 1rem;
	text-transform: uppercase;
}


body.archive .category_title {
	
}
body.archive .category_title .category_title__heading {
	background-color: var(--nero);
    padding: 12px 12px 12px 12px;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: var(--background-label);
    border-radius: 8px 8px 8px 8px;

    font-size: 1.5rem;
	line-height: 1;
	color: var(--bianco);
    text-transform: uppercase;
}
body.archive .archive_loop .post_item .post_thumb,
body.archive .archive_loop .post_item .post_categories {
	margin-bottom: 0.5rem;
}

body.archive .archive_loop .post_item .post_title__heading_h {
	display: block;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
body.archive .archive_loop .post_item .post_title__heading_h:hover {
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	color: var(--background-label);
}
body.archive .archive_loop .post_item .post_meta {
	font-size: 0.9rem;
}
body.archive .archive_loop .post_item .post_meta .post_meta_author_h {
	color: var(--background-label);
	text-transform: uppercase;
}


.single_post_title__heading {
	font-size: 2.5rem;
}
body.single .post_meta {
    font-size: 0.9rem;
	text-transform: uppercase;
}



.col_sidebar .sidebar-sticker {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
    margin-top: 0px;
    padding: 1.5rem;
}
.af_title {
	border-bottom: none;
}
.af_title .af_title__heading {
	background-color: var(--nero);
    padding: 12px 12px 12px 12px;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: var(--background-label);
    border-radius: 8px 8px 8px 8px;
	line-height: 1;
}
.af_title .heading-line {
	background-color: transparent;
	padding: 0;
	text-transform: uppercase;
}



.tb-section.widget.boxed.intro-news .widget-inner {
	padding-top: 0;
}