.crowdsignal-forms__footer-branding, .crowdsignal-forms__footer-cs-link {
    display: none !important;
}

.top-header-contain {
    background-color: var(--newspack-theme-color-primary);
}

.bottom-header-contain {
    background: #f9f9f9;
}
/* .post-thumbnail, .post-thumbnail img {
    border-radius: 10px;
} */

.image-aligntop .post-thumbnail img {
	border-bottom: solid 8px  var(--newspack-theme-color-primary); 
}

.image-alignleft .post-thumbnail img {
	border-right: solid 6px  var(--newspack-theme-color-primary); 
} 

.image-alignbehind article {
	position: relative;
	overflow: hidden;
}
.image-alignbehind article:before {
	display: block;
visibility: visible;
position: absolute;
left: 16%;
bottom: 0px;
width: 30px;
height: 20px;
z-index: 10;
content: "";
border-left-width: 15px;
border-left-style: solid;
border-left-color: rgba(0, 0, 0, 0);
border-right-width: 15px;
border-right-style: solid;
border-right-color: rgba(0, 0, 0, 0);
border-bottom-width: 20px;
border-bottom-style: solid;
border-bottom-color: var(--newspack-theme-color-primary);
transform: matrix(2, 0, 1.6, 2, 0, 8);
}

.image-alignbehind article:after {
	display: block;
visibility: visible;
position: absolute;
right: 0px;
bottom: 0px;
width: 904px;
height: 6px;
z-index: 10;
content: "";
background-color: var(--newspack-theme-color-primary);
 }
.desktop-sidebar, .mobile-sidebar {
    background: var(--newspack-theme-color-primary);
}

.desktop-sidebar section:nth-of-type(1), .mobile-sidebar section:nth-of-type(1) {
    position: absolute;
    top: 0px;
}
.desktop-sidebar section:nth-of-type(2), .mobile-sidebar section:nth-of-type(2) {
    margin-top: 80px;
}
.desktop-sidebar .widget, .subpage-sidebar .widget, .mobile-sidebar nav + .widget, .mobile-sidebar .widget + .widget {
    border: 0;
    margin-bottom: 1.5rem;
    padding-top: 0;
}
.site-info .widget-area .wrapper {
    justify-content: flex-start;
}
.site-footer .widget_nav_menu li {
    display: inline;
}

.site-footer .widget_nav_menu li:not(:last-child):after {
    content: '\00A0|';
    margin: 0 0.4em 0 0.5em;
}

.home .type-post.category-manchete .cat-links a{
	font-size: large;
}

.home .recentes-loadmore.has-more-button button {
    display: block;
    max-width: 50%;
    margin: 24px auto;
}

.wpnbha .cat-links a, .cat-links a {
    margin: 0 0.25rem 0.25rem 0;
    padding: 0.35em 0.5em;
	background-color: #FFD504;
    color: black !important;
	border: 1px solid black;
}

#secondary .widgettitle, .accent-header, .article-section-title {
	color: #333;
	border-bottom-color: #333;
}

.cat-links a, .cat-links a:visited, .cat-links a:hover, .wpnbha .cat-links a, .wpnbha .cat-links a:visited, .wpnbha .cat-links a:hover {
    background-color: #FFD504;
    color: black;
}