@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i|Raleway%3A200%2C200i%2C400%2C400i%2C700%2C700i&subset=latin%2Clatin-ext&display=swap');

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.fst-serif {
	font-family: "Bitter", Georgia, 'Times New Roman', Times, serif;
}

.fst-serif-alt {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.fst-sans-serif {
	font-family: Raleway, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.title-font-override-raleway .h1,
.title-font-override-raleway .h2,
.title-font-override-raleway .h3,
.title-font-override-raleway .h4,
.title-font-override-raleway .h5,
.title-font-override-raleway .h6,
.title-font-override-raleway h1,
.title-font-override-raleway h2,
.title-font-override-raleway h3,
.title-font-override-raleway h4,
.title-font-override-raleway h5,
.title-font-override-raleway h6 {
	font-family: Raleway, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fs-1 {
	font-size: calc(1.375rem + 2.5vw) !important;
}

@media (min-width: 1200px) {
	.fs-1 {
		font-size: 3.5rem !important;
	}
}

.lh-md {
	line-height: 1.75 !important;
}

body {
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.xsmall {
	font-size: .85rem;
}

/* No breakpoint for the container on very large screens */
@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}

/* pushing down single wrappers */
#single-wrapper,
#archive-wrapper,
#page-wrapper,
#author-wrapper {
	margin-top: 90px;
}

body.has-banner #single-wrapper,
body.has-banner #archive-wrapper,
body.has-banner #page-wrapper,
body.has-banner #author-wrapper {
	margin-top: 122px;
}

body.admin-bar #single-wrapper,
body.admin-bar #archive-wrapper,
body.admin-bar #page-wrapper,
body.admin-bar #author-wrapper {
	margin-top: 74px;
}

body.admin-bar.has-banner #single-wrapper,
body.admin-bar.has-banner #archive-wrapper,
body.admin-bar.has-banner #page-wrapper,
body.admin-bar.has-banner #author-wrapper {
	margin-top: 106px;
}

body.admin-bar .authors-at-top {
	margin-top: -46px !important;	
}

body.admin-bar.has-banner .authors-at-top {
	margin-top: -14px !important;	
}

@media (min-width: 784px) {
	body.admin-bar #single-wrapper,
	body.admin-bar #archive-wrapper
	body.admin-bar #page-wrapper,
	body.admin-bar #author-wrapper {
		margin-top: 92px;
	}
	
	body.admin-bar.has-banner #single-wrapper,
	body.admin-bar.has-banner #archive-wrapper
	body.admin-bar.has-banner #page-wrapper,
	body.admin-bar.has-banner #author-wrapper {
		margin-top: 124px;
	}
	
	body.admin-bar .authors-at-top {
		margin-top: -32px !important;
	}
	
	body.admin-bar.has-banner .authors-at-top {
		margin-top: 0px !important;
	}
}

/* links */

article a,
.lead a,
a.default-link-style,
.default-link-style a {
	color: var(--bs-dark);
	border-bottom: 3px solid var(--bs-primary);
	text-decoration: none;
	transition: all ease-in-out .25s;
}

.image-with-source {
	width: 100%; /* Required on Chrome */
}

article a:not(.image-with-source):hover,
.lead a:hover,
a.default-link-style:hover,
.default-link-style a:hover {
	opacity: .75;
}

.no-link-style,
.no-link-style a,
.no-link-style a:hover {
	color: var(--bs-dark);
	text-decoration: none;
	border-bottom: 0px;
}

.stretched-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 20;
	border: 0;
}

/* gradients */

.gradient-opaque {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.gradient-black {
	/* background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.500437675070028) 33%, rgba(0,0,0,0.500437675070028) 100%); */
	background: rgba(0,0,0,.75);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.gradient-grey {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 67%, rgba(0,0,0,0.35) 100%);
	/* background: rgba(0,0,0,.15); */
	/* backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px); */
}

/* images */
.img-24 {
	width: 24px;
	height: 24px;
}

.img-128 {
	width: 128px;
	height: 128px;
}

.featured-image {
	height: 100vh;
	background-size: cover;
}
.featured-image-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-image.slides {
	height: 75vh;
}

.grayscale {
	filter: grayscale(1);
}

figcaption {
	font-size: smaller;
	font-style: italic;
}

.wp-block-jetpack-slideshow_slide {
	background-color: var(--bs-white);
}

/*Resize tall images in slideshows to fit the available height */
.wp-block-jetpack-slideshow ul {
	background-color: var(--bs-black);
}
.wp-block-jetpack-slideshow .image-and-source {
	height: 100%;
}

/* blockquote */
.blockquote, blockquote {
	border-left: 4px solid var(--bs-primary);
	padding-left: 2rem;
}

@media (min-width: 768px) {
	.blockquote.blockquote-1, blockquote.blockquote-1 {
		/* border-left: 0px;
		padding-left: 0; */
		margin-right: calc(-1 * (100vw - 768px) / 4);
		margin-left: calc((100vw - 768px) / 4);
	}
	.blockquote.blockquote-1:before, blockquote.blockquote-1:before {
		content: "";
		background-image: url('https://apublica.org/wp-content/uploads/2023/10/quote.png');
		background-size: 70px 50px;
		width: 90px;
		height: 70px;
		display: block;
		position: absolute;
		transform: translateX(calc(-1 * ( 100% + 1rem)));
		background-color: white;
		border: 10px solid white;
	}
}

/* @media (min-width: 768px) {
	.blockquote-custom {
		margin-right: calc(-1 * (720px) / 12);
	}

} */

@media (min-width: 992px) {
	.blockquote-custom {
		margin-right: calc(-2 * (960px) / 12);
	}

}

@media (min-width: 1200px) {
	.blockquote-custom {
		margin-right: calc(-2 * (1140px) / 12);
	}

}

/* image sources */
.image-and-source {
	display:inline-block;
}

.inline-image-source .on,
.inline-image-source .off {
	cursor: pointer;
}

.carousel-item .inline-image-source,
.image-and-source .inline-image-source {
	right: 0;
	top: 0;
	z-index: 10;
}

.inline-image-source {
	font-size: small;
	line-height: 24px;
}

.image-and-source .lightbox-trigger {
	right: 28px !important;
	top: 28px !important;
}

/* offcanvas */
.offcanvas.offcanvas-end.offcanvas-article {
	width: revert;
	width: 100%;
}

@media (min-width: 768px) {
	.offcanvas.offcanvas-end.offcanvas-article {
		width: 576px;
	}
}

/* menus */
#offcanvasMenu a {
	color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1));
	text-decoration: none;
}

#offcanvasMenu a:hover {
	opacity: .75;
}

body.admin-bar #main-nav {
	top: 46px;
}

@media (min-width: 784px) {
	body.admin-bar #main-nav {
		top: 32px;
	}
}

#main-nav .editorias {
	white-space: nowrap;
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

#main-nav .editorias a:hover,
#main-nav .editorias a.active {
	color: var(--bs-primary) !important;
}

#main-nav .editorias::-webkit-scrollbar {
  display: none;
}

.btn-support {
	top: -8px; 
	right: 64px; 
	height: calc(100% + 16px);
}

/* bricks */
.brick-sizer {
	display: none;
}

.brick-large .meta {
	text-shadow: 0 0 2px var(--bs-dark);
}

.brick {
	transition: all ease-in-out .25s;
}

.brick .details {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.brick .featured-image {
	width: 100% !important;
}

.thumbnail_wrap {
	position: relative;
	width: 100%;
	height: 0;
}

.thumbnail_wrap_3x4 {
	padding-bottom: 133%;
}

.thumbnail_wrap_4x3 {
	padding-bottom: 75%;
}

.thumbnail_wrap_1x1 {
	padding-bottom: 100%;
}

.thumbnail_wrap .featured-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.brick .play-button {
	transition: all ease-in-out .25s;
	z-index: 10;
	text-shadow: 0 0 4px var(--bs-dark);
}

.brick:hover .play-button {
	color: var(--bs-light) !important;
}

.hide-summary .post-excerpt,
.hide-date .post-date,
.hide-date .post-date-actual,
.hide-author .post-author-actual,
.hide-date .post-divider-actual,
.hide-author .post-divider-actual {
	display: none !important;
}

.brick .video .post-date {
	z-index: 1;
	text-shadow: 0 0 2px var(--bs-dark);
}

/* tags, post-type and editoria */
a:not(.editorial)[rel="tag"]:hover {
	color: white !important;
	background-color: var(--bs-primary);
}

.post-type {
	border: 1px solid var(--bs-primary);
	color: var(--bs-dark);
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	font-family: Raleway, Roboto, "Helvetica Neue", Arial, sans-serif;
	padding: 0 .5rem 0 .5rem;
	text-decoration: none;
	background-color: var(--bs-white);
	transition: all ease-in-out .25s;
}

.featured-image .post-type {
	background-color: revert;
	color: var(--bs-light);
}

a.post-type:hover {
	background-color: var(--bs-primary);
}

.featured-image a.post-type:hover {
	background-color: var(--bs-primary);
	color: var(--bs-dark);
}

.editorial {
	border: 1px solid var(--bs-dark);
	background-color: var(--bs-dark);
	color: white;
	text-transform: uppercase;
	display: inline-block;
	/* font-weight: bold; */
	font-family: Raleway, Roboto, "Helvetica Neue", Arial, sans-serif;
	padding: 0 .5rem 0 .5rem;
	text-decoration: none;
	transition: all ease-in-out .25s;
}

a.editorial:hover {
	background-color: white;
	color: #222;
}

/* author */
a.author {
	color: var(--bs-dark);
}

.brick .details a.author {
	color: var(--bs-light);
}

.article-author,
.author-avatar {
	margin-left: 50%; 
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.article-author {
		/* margin-left: 100%; 
		transform: translateX(-100%); */
	}
}

.wp-block-avatar.rounded-circle img {
	border-radius: 50%;
}

.wp-block-avatar.shadow-sm {
	box-shadow: none !important;
}

.wp-block-avatar.shadow-sm img,
.rounded-circle img.avatar {
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}

/* pagination */
.pagination {
	justify-content: center;
	margin-top: 3rem;
	margin-bottom: 5rem;
	--bs-pagination-color: var(--bs-dark);
}

/* social menu */
.social-menu li {
	display: inline-block;
}
.social-menu li a {
	transition: all ease-in-out .25s;
	color: var(--bs-light) !important;
	background-color: var(--bs-dark);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 100%;
}
.social-menu li a:hover {
	color: var(--bs-primary) !important;
}
.social-menu.social-menu-alt li a {
	color: var(--bs-primary) !important;
}
.social-menu.social-menu-alt li a:hover {
	color: var(--bs-light) !important;
}

/* video button on single pages */
.btn-video {
	position: fixed;
	left: 1rem;
	top: 128px;
	z-index: 100;
}

/* video modal */
#videoModal .modal-content {
	background: none;
}

.pip-video #videoModal .modal-footer {
	display: none !important;
}

.pip-off {
	display: none;
}

.pip-video .pip-on {
	display: none;
}

.pip-video .pip-off {
	display: inline-block;
}

.pip-video {
	overflow: revert !important;
	padding-right: revert !important;
}

.pip-video #videoModal {
	height: calc(100vw * .8);
}

.pip-video #videoModal .modal-dialog {
	margin-top: 0;
}

.pip-video .video-modal-backdrop {
	height: calc(100vw * .8);
}

.pip-video .modal-header {
	padding-top: 0;
	padding-bottom: 0;
}

.pip-video .modal-body {
	padding-top: 0;
}

.pip-video .modal-backdrop,
.pip-video .modal {
	position: fixed;
	left: revert;
	top: revert;
	right: 0;
	bottom: 0;
}

/* prevent videos not completely being visible on letterboxed screens */
#videoModal .ratio {
	max-height: 70vh;
}

@media (min-width: 576px) {
	.pip-video #videoModal {
		width: 320px;
		height: 226px;
		overflow: hidden;
	}
	
	.pip-video .video-modal-backdrop {
		width: 320px;
		height: 226px;
	}
}

/* hero */
.featured-image h1 {
	font-size: 360%;
}

/* special */
.special-button {
	transition: all ease-in-out .25s;
}
a.special-button:hover {
	background-color: var(--bs-primary);
}

/* footer */
#wrapper-footer .h5 {
	color: #ccc !important;
	/* font-weight: bold; */
}

#wrapper-footer ul {
	margin: 0 0 3rem 0;
	padding: 0;
}

#wrapper-footer ul li a {
	text-decoration: none;
	color: var(--bs-light) !important;
	/* font-weight: bold; */
	font-family: "Bitter", Georgia, 'Times New Roman', Times, serif;
}

.no-overlay .featured-image-overlay {
	display: none;
}

.page .post-type-wrap {
	display: none;
}

/* headings */
article h3 {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1rem;
	margin-bottom: 2rem;
	border-top: 1px solid var(--bs-light);
}

/* slideshow */
.wp-block-jetpack-slideshow_slide figcaption {
	font-size: small;
	text-align: center !important;
}

/* lists */
article ol:not(.carousel-indicators) {
	counter-reset:li; /* Initiate a counter */
}

article ol:not(.carousel-indicators),
article ulxxx {
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
article ol:not(.carousel-indicators) > li {
	list-style:none; /* Disable the normal item numbering */
}
article ul:not(.list-inline, .list-unstyled, .dropdown-menu) > li {
	list-style:square;
}
article ol:not(.carousel-indicators) > li,
article ulxxx > li {
	position:relative; /* Create a positioning context */
	margin:0 0 12px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	/* border-top:2px solid #666; */
	/*border-top:2px solid var(--bs-primary); */
	/* background:#f6f6f6; */
	/*background:var(--bs-light); */
}
article ol:not(.carousel-indicators) > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
}

article ulxxx:not(.carousel-indicators) > li:before {
	background: var(--bs-primary);
}

article ol:not(.carousel-indicators) > li:before {
	/* Position and style the number */
	position:absolute;
	top:-2px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	padding:4px;
	/* color:#fff;
	border-top:2px solid #666;
	background:#666; */
	/*color: var(--bs-dark); */
	color: var(--bs-primary);
	/*border-top:2px solid var(--bs-primary);
	background: var(--bs-primary); */
	font-weight:bold;
	/* font-family:"Helvetica Neue", Arial, sans-serif; */
	text-align:center;
	font-style: italic;
}
article li ol:not(.carousel-indicators),
article li ul,
article li ul,
article ulxxx ul {margin-top:6px;}

article ol:not(.carousel-indicators) ol:not(.carousel-indicators) li:last-child,
article ulxxx ul li:last-child {
	margin-bottom:0;
}

/* forms */
.custom-form h3,
.custom-form .h3 {
	top: 0;
	left: 0;
	transform: translateY(-50%);
}

.custom-form h3 span,
.custom-form .h3 span {
	background-color: rgba(255,255,255,.75);
}

/* borders */
/* https://kovart.github.io/dashed-border-generator/ */
.custom-border-primary {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='21' ry='21' stroke='%23FFD400FF' stroke-width='12' stroke-dasharray='6%2c 18' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 21px;
}

.custom-border-secondary {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='21' ry='21' stroke='%23663399FF' stroke-width='12' stroke-dasharray='6%2c 18' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 21px;
}

/* podcast */
.podcast-episode .featured-image {
	padding-top: calc(100%);
	background-size: cover;
	/* width: 100%; */
	/* height: revert; */
}

.podcast-episode .audio[data-playing="1"] .play-pause-icon.play {
	display: none;
}

.podcast-episode .audio[data-playing="1"] .play-pause-icon.pause {
	display: block;
}

.podcast-episode .audio[data-playing="0"] .play-pause-icon.play {
	display: block;
}

.podcast-episode .audio[data-playing="0"] .play-pause-icon.pause {
	display: none;
}

.single-podcast .series-link,
.single-audio-player .series-link {
	display: none;
}

.single-podcast .single-podcast-player .series-link-wrap,
.single-audio-player.single-podcast-player .series-link-wrap {
	display: none;
}

.single-podcast .single-podcast-player .podcast-summary,
.single-audio-player.single-podcast-player .podcast-summary {
	display: none;
}

.player-line .position-absolute:hover {
	background-color: var(--bs-primary) !important;
}

@media (min-width: 768px) {
	.podcast-featured-image {
		transform: translateY(33%);
	}
}

/* articles */

@media (min-width: 768px) {
	.article-sidebar-wrapper {
		border-right: 1px solid #dedede;
		padding-right: 1rem;
		margin-right: -.5rem;
	}
}

/* block-special */

.block-special {
	height: 100vh;
}

.block-special-image {
	width: 100vw;
	height: 100vh;
	object-fit: cover;	
}

.block-special .gradient-grey {
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
}

.block-special .container {
	left: 50%;
}

.text-light .storyAuthor {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* freegrid (alternative freewall) */
.freeGrid .col {
	background-size:cover ;
	background-position: center center;	
	position: relative;
	height: 240px;
	transition: all 0.25s ease-in-out;
	opacity: .9;
	
}

.freeGrid .col:hover {
	opacity: 1;
}

.freeGrid .col a.blocked {
	/* position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(0,0,0,.125);	
	transition: all 0.25s ease-in-out;
	border: 1px solid white !important; */
}

.freeGrid .col a.blocked:hover {
	/* background-color: rgba(0,0,0,.25);	 */
}

.freeGrid .col h2 {
	/* position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 1rem;
	text-align: center;	 */
}

.freeGrid .col.video-summary .play-button {
	/* left:50%;
	top:50%;
	bottom:auto;
	font-size:200%;
	transform:translate(-50%, -100%); */
}

.freeGrid .col h2 a {
	text-shadow: 0px 0px 2px var(--bs-dark);
}

.freeGrid .col h2 a:hover {
	/* color: white !important;
	text-shadow: 0px 0px 2px white !important; */
}

.freeGrid .col a:hover {
	/* background: none !important; */
}

@media (min-width: 992px) {
	.freeGrid .col {
		height: 360px;
	}
}

@media (min-width: 1200px) {
	.freeGrid .col {
		height: 480px;
	}

	.freeGrid .col.video-summary .play-button {
		font-size:300%;
	}
}

/* Progress bar */
#progressBarWrap {
	left: 0;
	top: 54px;
	z-index: 1035;
}

body.admin-bar #progressBarWrap {
	top: 100px;
}

@media (min-width: 784px) {
	body.admin-bar #progressBarWrap {
		top: 86px;
	}
}

#progressBar {
	width: 0;
	transition: all 0.25s ease-in-out;
	background-color: var(--bs-primary);
	height: 3px;
}

/* sidebar share buttons */
#sidebar-share-buttons {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

@media (min-width: 768px) {
	#sidebar-share-buttons {
		top: 50%;
		left: 0;
		right: revert;
		bottom: revert;
		transform: translateY(-50%);
	}
}

.share-buttons .btn:hover {
	background-color: #efefef;
}

/* web stories */
.glider-track {
	width: 100% !important;
}
.web-stories-list__story {
	margin-right: 2rem !important;
}

.web-stories-list .web-stories-list__story-poster:after {
	background: none;
}
.web-stories-list .story-content-overlay__title {
	display: none !important;
}

/* onesignal */
#onesignal-bell-container.onesignal-reset {
	z-index: 1000;
}

/* accordion */
.wp-block-pb-accordion-item {
	background-color: var(--bs-primary);
	margin: 2rem 1.25rem 2rem 1.25rem;
}

.c-accordion__content {
	background-color: var(--bs-light);
	border: 1px solid var(--bs-primary);
	padding: 1rem 2rem .5rem 2rem;
}

.c-accordion__title {
	margin-bottom: 0;
	padding: .5rem 1.5rem;
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
}

.c-accordion__title:after {
	right: 1.5rem;
	color: var(--bs-dark);
}

/* CM Tooltip Glossary */
a.glossaryLink,
span.glossaryLink {
  border: 1px solid #FFD400 !important;
  padding: 0 .25rem;
  transition: all .25s ease-in-out;
}
a.glossaryLink:hover,
span.glossaryLink:hover {
  background-color: #FFD400;
}

#tt {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(3px);	
  box-shadow: 0 0 4px #ccc;
}
#tttop, #ttbot {
  display: none !important;
}
#ttcont {
  border-radius: 0 !important;
  border: 0px solid #FFD400 !important;
  padding: .5rem 1rem !important;
  color: black !important;
  background-color: #FFD400 !important;
  -webkit-backdrop-filter: blur(10px);
  margin: 0 !important;
}
.glossaryItemTitle {
	font-weight: bold;
}
.glossaryItemBody {
	padding-bottom: 1rem !important;
}

/* content mini */
.content-mini  {
	transition: all ease-in-out .25s;
}
.content-mini:hover {
	background-color: var(--bs-white);
}

.content-mini img {
	width: 64px;
	height: 64px;
}

/* @media (min-width: 768px) {
	.entry-content .content-mini img {
		width: 128px;
		height: 128px;
	}
} */

/* notas, sentinela */
body.archive.tax-tipo_nota .summary-note .thumbnail_wrap,
body.archive.post-type-archive-sentinela  .summary-sentinela .thumbnail_wrap {
	display: none;
}

/* Parallax sticky */
.parallax_sticky { 
	background-color: white;
	width:100vw;
	position:relative;
	z-index:200;
	height: 100vh;
}

.parallax_sticky .img_div,
.parallax_sticky .img_div_pusher {
	width:100%;
	height:100vh;
	background-position:center center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0
}
.parallax_sticky .img_div_pusher {
	position: relative;
	top: 100vh;
}

.parallax_sticky .text_div {
	width:90%;
	left:5%;
	top:5vh;
	position:absolute;
	padding:1rem;
	color:#000;
	z-index:60;
	opacity:0;
	border-radius:.25rem;
	font-size:1.1rem;
	font-weight:700;
	color:#fff;
	text-shadow:0 0 3px #000;
	max-height: 95vh;
	overflow-y: hidden;
	
}
.parallax_sticky .text_div.bottom_left,
.parallax_sticky .text_div.bottom_right {
	top: unset;
	bottom:5vh;
}

.parallax_sticky.sticky {
	position:fixed !important;
	top:0 !important
}

.parallax_sticky_pusher {
	width:100%
}

@media (min-width:768px) {
	.parallax_sticky .img_div {
		background-position:center center;
		height:100vh;
	}
	
	.parallax_sticky .text_div {
		width:25%;
		max-height: 87.5vh;
		/* font-size: x-large; */
	}
	.parallax_sticky .text_div.parallax_width_33 {
		width: 33.3333%;
	}
	.parallax_sticky .text_div.parallax_width_50 {
		width: 50%;
	}
	.parallax_sticky .text_div.parallax_width_67 {
		width: 66.6667%;
	}
	.parallax_sticky .text_div.parallax_width_75 {
		width: 75%;
	}
	.parallax_sticky .text_div.parallax_width_100 {
		width: 100;
	}
		
	.parallax_sticky_pusher {
		height:500vh
	}
}

/* audio */
.mic-overlay {
	width: 48px !important; 
	height: 48px !important; 
	z-index: 100;
}

/* quick fix for a misalignment of videos */
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0 !important;
}

.wp-embed-aspect-16-9 .fve-video-wrapper {
	padding-bottom: 56.25% !important;
}

/* content-mini */
.content-mini .post-type {
	display: none;
}
.content-mini .editorial{
	display: none;
}
.show-post_types .content-mini .post-type {
	display: inline-block;
}
.show-editorials .content-mini .editorial {
	display: inline-block;
}
.hide-dates .content-mini .post-date-actual,
.hide-dates .content-mini .post-divider-actual,
.hide-author .content-mini .post-author-actual,
.hide-author .content-mini .post-divider-actual {
	display: none;
}

/* experimental limit on height of element for columns */
@media (min-width:782px) {
	.experimental-height-75 .block-postlist {
		max-height: 75vh;
		overflow-y: scroll;
	}
	
	.experimental-height-75 .brick > .h-100 {
		position: relative !important;
	}
	
	.experimental-height-75 .brick article {
		position: absolute !important;
		bottom: 0;
		left: 0;
		right: 0;
		max-height: 75vh !important;
		overflow-y: hidden;
	}
	
	.experimental-height-75 .brick .thumbnail_wrap {
		position: absolute;
		bottom: 0;
	}
}

/* playlist */
.content-playlist:hover,
.template-2 .content-playlist.active {
	background-color: rgba(0,0,0,.25);
}

.template-1 .content-playlist.active {
	background-color: rgb(255, 212, 0);
}

.content-playlist .icon-off {
	display: none;
}
.content-playlist:hover .icon-on {
	display: none;
}
.content-playlist:hover .icon-off {
	display: inline-block;
}
.block-audioplayer.inactive .hide-on-inactive {
	display: none;
}
.block-audioplayer.active .hide-on-active {
	display: none;
}
.block-audioplayer.position-fixed {
	max-width: 320px;
}
.block-audioplayer .playlist-image {
	width: 100px; height: 100px;
}
.block-audioplayer.inactive .playlist-image {
	width: 50px; height: 50px;
}