/* fighting generatepress */
/* .archive .page-header {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-left: initial !important;
}

.single #content a {
	color: initial !important;
	border-bottom: initial !important;
} */

/* Fixing intensedebate commenting */
/* #idc-container {
	margin-left: auto !important;
	margin-right: auto !important;
} */

/* No shadow inside aligned images */
.shadow-none img {
	box-shadow: none !important;
}

/* gallery in modal */
#galleryItemModal .left_nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#galleryItemModal .right_nav {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* contact form 7 fix */
.wpcf7-submit {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	
	color: #fff;
	background-color: #004C33;
	border-color: #004C33;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}

/* Fixing old 'leia tambem' */
iframe.wp-embedded-content[src^="https://www.oeco.org.br/"],
iframe.wp-embedded-content[src^="https://oeco.org.br/"],
iframe.wp-embedded-content[src^="http://www.oeco.org.br/"],
iframe.wp-embedded-content[src^="http://oeco.org.br/"],
blockquote.wp-embedded-content a[href^="https://www.oeco.org.br/"],
blockquote.wp-embedded-content a[href^="https://oeco.org.br/"],
blockquote.wp-embedded-content a[href^="http://www.oeco.org.br/"],
blockquote.wp-embedded-content a[href^="http://oeco.org.br/"],
figure.is-type-wp-embed.is-provider-o-eco {
	display: none;
}


/* Fixing legacy and wordpress */
/* Moved to single template */
/* figure:not(.wp-block-image):not(.wp-block-gallery):not(.wp-block-video) {
	width: 100% !important;
}
figure:not(.wp-block-image):not(.wp-block-gallery):not(.wp-block-video) img {
	width: 100%;
	height: auto;
} */

/* all */

.category-special,
.category-special a {
	color: #145a42 !important;
}

.disabled {
	opacity: .5;
}

.no-scrollbar::-webkit-scrollbar {
	display: none;
}
.no-scrollbar {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
.h1, .h2, .h3, .h4, .h5, .h6, 
.h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
	font-family: 'Noticia Text', serif;
}

.container-fluid {
	max-width: 1400px;
}

a:hover {
	text-decoration: none;
}

/*a.active {
	border-bottom: 2px solid #004C33;
}*/

.x-small {
	font-size: 60%;
}

.img-fluid {
	width: 100%;
	height: auto;
}

img.archived {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);	
}

/* fixed top if the navbar is showing */
body.admin-bar .fixed-top {
	top: 32px;
}

/* menus */
.semi-transparent {
	background-color: rgba(0, 76, 51, .5) !important;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);	
}

#navbar-hamburger-menu .nav-link,
#primary-dropdown-menu .nav-link {
	padding: 0 !important;
}

#main_menu_large_screen .navbar-nav {
	flex-direction: row;
}

#main_menu_large_screen .nav-link {
	display: inline-block;
}

.nav-item.current-menu-item a {
	border-bottom: 2px solid #004C33;
}

/* article adjustments */
.article,
.entry-content {
	font-size: 1.25rem;
	line-height: 1.75;
}

.article p a,
.entry-content p a {
	color: #2ec494;
	border-bottom: 2px solid #2ec494;
	transition: ease-in-out all .1s;
}

.article p a:hover,
.entry-content p a:hover {
	color: #004C33;
	border-bottom: 2px solid #004C33;
}

.article h3,
.entry-content h3 {
	padding-bottom: 1rem;
}

/* border between columns */
.border-between > [class*='col-']:before {
	background: #e3e3e3;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 1px;
	top: 0;
}
	
.border-between > [class*='col-']:first-child:before {
   display: none;
}

/* bg-additions */
.bg-darker {
	background: #e3e3e3;
}

/* Avatars */
.avatar-16 {
	width: 16px;
	height: auto;
}

.avatar-24 {
	width: 24px;
	height: auto;
}

.avatar-36 {
	width: 36px;
	height: auto;
}

.avatar-80 {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

/* authors */
.author-avatar-wrap {
	width: 160px;
	height: 160px;
	background-size: cover;
	background-position: center center;
}
.author-short {
	margin-top: -1.5rem;
}

.author-short .media a {
	width: 96px;
}

/* dividers */

.divider {
	height: 4px;
}

.divider-small {
	height: 2px;
	width: 50px;
}

.divider-thin {
	height: 1px;
}

/* quote and legacy 'code-block' */
.quote, 
blockquote,
.article .code-block {
	margin-top: 4rem;
	text-align: center;
	font-size: 200%;
	color: #02B87F;	
	margin-bottom: 4.5rem;
	line-height: 1.5;
}

@media (min-width: 576px) {
	.quote,
	blockquote,
	.article .code-block {
		width: calc(100vw - 30px);
		transform: translateX(calc(-1 * ((100vw - 30px) / 12)));
	}
}

@media (min-width: 768px) {
	.quote,
	blockquote,
	.article .code-block {
		width: calc(100vw - 30px);
		transform: translateX(calc(-2 * ((100vw - 30px) / 12)));
	}
}

@media (min-width: 992px) {
	.quote,
	blockquote,
	.article .code-block {
		width: calc(100vw - 30px);
		transform: translateX(calc(-3 * ((100vw - 30px) / 12)));
	}
}

@media (min-width: 1400px) {
	.quote,
	blockquote,
	.article .code-block {
		width: 1370px;
		transform: translateX(calc(-3 * ((1370px) / 12)));
	}
}

//wp-block-cover//
/* .block-cover-inner {
	width: 100px !important;
	display: none;
} */
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100vw - 30px);
	color: green;
}

@media (min-width: 576px) {
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc( 10 * (100vw - 30px) / 12);
		color: blue;
	}
}

@media (min-width: 768px) {
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc( 8 * (100vw - 30px) / 12 - 10px);
		color: blue;
	}
}

@media (min-width: 992px) {
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc( 6 * (100vw - 30px) / 12 - 15px);
		color: blue;
	}
}

.wp-block-cover .blocks-gallery-grid {
	margin: auto;
}

/* images */
.wp-block-image .alignright,
.wp-block-image .alignleft {
	/* margin: initial;
	float: none; */
}

.wp-block-image figcaption {
	width: 100% !important;
}

.wp-block-image .alignright img,
.wp-block-image .alignleft img,
.wp-block-image .alignright figcaption,
.wp-block-image .alignleft figcaption {
	width: calc(100vw - 30px) !important;
}


.image-left,
.image-right,
img.aligncenter {
	width: 100% !important;
	height: auto;
}

.image-full,
.alignwide {
	width: calc(100vw - 30px) !important;
}

.alignwide figcaption {
	width: 100% !important;
}

figure.aligncenter figcaption {
	width: 100% !important;
}

figure.alignwide.is-type-video.wp-embed-aspect-4-3 iframe {
	width: calc(100vw - 30px) !important;
	height: calc(3 * (100vw - 30px) / 4) !important;
}

.image-wide,
figure.alignnone,
.alignfull {
	width: calc(100vw) !important;
	transform: translateX(-15px);
}
.alignfull.has-parallax {
	transform: translateX(0);
	margin-left: -15px;
}

.alignfull > figcaption {
	margin-left: 1rem;
	margin-right: 1rem;
}

.wp-block-group.alignwide > div,
.wp-block-group.alignfull > div {
	padding-left: 15px;
	padding-right: 15px;
}

.alignwide.wp-embed-aspect-16-9 iframe {
	width: calc(100vw - 30px) !important;
	height: calc(9 * (100vw - 30px) / 16) !important;
}

@media (min-width: 576px) {
	.wp-block-image .alignright img,
	.wp-block-image .alignleft img,
	.wp-block-image .alignright figcaption,
	.wp-block-image .alignleft figcaption {
		width: revert !important;
	}
	
	.image-right,
	figure.alignright,
	.wp-block-image .alignright {
		width: 320px !important;
		margin-right: calc(24px - 1 * (100vw - 30px) / 12);
		/* float: right;
		transform: translateX(calc((100vw - 30px) / 12));
		margin-left: calc(24px - 1 * (100vw - 30px) / 12); */
	}
	figure.alignright {
		text-align: left;
	}
	
	.width-50 figure.alignright {
		width: 160px !important;
	}
	
	.width-75 figure.alignright {
		width: 240px !important;
	}
	
	.image-left,
	figure.alignleft,
	.wp-block-image .alignleft {
		width: 320px !important;
		margin-left: calc(24px - 1 * (100vw - 30px) / 12);
		/* float: left;
		transform: translateX(calc(-1 * (100vw - 30px) / 12));
		margin-right: calc(24px - 1 * (100vw - 30px) / 12); */
	}
	figure.alignleft {
		text-align: right;
	}
	
	.width-50 figure.alignleft {
		width: 160px !important;
	}
	
	.width-75 figure.alignleft {
		width: 240px !important;
	}
	
	.image-full,
	.alignwide {
		width: calc(100vw - 30px) !important;
		transform: translateX(calc(-1 * ((100vw - 30px) / 12)));
	}

	.image-wide,
	figure.alignnone,
	.alignfull {
		width: calc(100vw) !important;
		transform: translateX(calc(-15px - 1 * ((100vw) / 12)));
	}
	.alignfull.has-parallax {
		transform: translateX(0);
		margin-left: calc(-15px - 1 * ((100vw) / 12));
	}
	
	.wp-block-group.alignwide > div {
		padding-left: calc((100vw - 30px) / 12);
		padding-right: calc((100vw - 30px) / 12);
	}
	
	.wp-block-group.alignfull > div {
		padding-left: calc(15px + (100vw) / 12);
		padding-right: calc(15px + (100vw) / 12);
	}
}

@media (min-width: 768px) {
	.image-right,
	figure.alignright,
	.wp-block-image .alignright {
		width: 320px !important;
		margin-right: calc(24px - 2 * (100vw - 30px) / 12);
		/* float: right;
		transform: translateX(calc(2 * (100vw - 30px) / 12));
		margin-left: calc(24px - 2 * (100vw - 30px) / 12); */
	}
	
	.width-50 figure.alignright {
		width: 160px !important;
	}
	
	.width-75 figure.alignright {
		width: 240px !important;
	}
	
	.image-left,
	figure.alignleft,
	.wp-block-image .alignleft {
		width: 320px !important;
		margin-left: calc(24px - 2 * (100vw - 30px) / 12);
		/* float: left;
		transform: translateX(calc(-2 * (100vw - 30px) / 12));
		margin-right: calc(24px - 2 * (100vw - 30px) / 12); */
	}
	
	.width-50 figure.alignleft {
		width: 160px !important;
	}
	
	.width-75 figure.alignleft {
		width: 240px !important;
	}
	
	.image-full,
	.alignwide {
		transform: translateX(calc(-2 * ((100vw) / 12)));
	}
	
	.image-wide,
	figure.alignnone,
	.alignfull {
		transform: translateX(calc(-15px - 2 * ((100vw) / 12)));
	}
	.alignfull.has-parallax {
		transform: translateX(0);
		margin-left: calc(-15px - 2 * ((100vw) / 12));
	}
	
	.wp-block-group.alignwide > div {
		padding-left: calc(2 * (100vw - 30px) / 12);
		padding-right: calc(2 * (100vw - 30px) / 12);
	}

	.wp-block-group.alignfull > div {
		padding-left: calc(15px + 2 * (100vw) / 12);
		padding-right: calc(15px + 2 * (100vw) / 12);
	}

	.wide-content .wp-block-group.alignfull > div {
		padding-left: calc(15px + 0 * (100vw) / 12);
		padding-right: calc(15px + 0 * (100vw) / 12);
	}
}

@media (min-width: 992px) {
	.image-right,
	figure.alignright,
	.wp-block-image .alignright {
		width: 480px !important;
		margin-right: calc(24px - 3 * ((100vw - 30px) / 12));
		/* transform: translateX(calc(3 * ((100vw - 30px) / 12)));
		margin-left: calc(24px - 3 * ((100vw - 30px) / 12)); */
	}
	
	.width-50 figure.alignright {
		width: 240px !important;
	}
	
	.width-75 figure.alignright {
		width: 360px !important;
	}
	
	.image-left,
	figure.alignleft,
	.wp-block-image .alignleft {
		width: 480px !important;
		margin-left: calc(24px - 3 * ((100vw - 30px) / 12));
		/* transform: translateX(calc(-3 * ((100vw - 30px) / 12)));
		margin-right: calc(24px - 3 * ((100vw - 30px) / 12)); */
	}
	
	.width-50 figure.alignleft {
		width: 240px !important;
	}
	
	.width-75 figure.alignleft {
		width: 360px !important;
	}
	
	.image-full,
	.alignwide {
		transform: translateX(calc(-3 * ((100vw) / 12)));
	}
	
	.image-wide,
	figure.alignnone,
	.alignfull {
		transform: translateX(calc(-15px - 3 * ((100vw) / 12)));
	}
	.alignfull.has-parallax {
		transform: translateX(0);
		margin-left: calc(-15px - 3 * ((100vw) / 12));
	}
	
	.wp-block-group.alignwide > div {
		padding-left: calc(3 * (100vw - 30px) / 12);
		padding-right: calc(3 * (100vw - 30px) / 12);
	}
	
	.wp-block-group.alignfull > div {
		padding-left: calc(15px + 3 * (100vw) / 12);
		padding-right: calc(15px + 3 * (100vw) / 12);
	}
	
	.wide-content .wp-block-group.alignfull > div {
		padding-left: calc(15px + 0 * (100vw) / 12);
		padding-right: calc(15px + 0 * (100vw) / 12);
	}

}

@media (min-width: 1400px) {
	.image-right,
	figure.alignright,
	.wp-block-image .alignright {
		width: 640px !important;
		margin-right: calc(24px - 3 * ((1370px) / 12));
		/* transform: translateX(calc(3 * ((1370px) / 12)));
		margin-left: calc(24px - 3 * ((1370px) / 12)); */
	}

	.width-50 figure.alignright {
		width: 320px !important;
	}
	
	.width-75 figure.alignright {
		width: 480px !important;
	}
	
	.image-left,
	figure.alignleft,
	.wp-block-image .alignleft {
		width: 640px !important;
		margin-left: calc(24px - 3 * ((1370px) / 12));
		/* transform: translateX(calc(-3 * ((1370px) / 12)));
		margin-right: calc(24px - 3 * ((1370px) / 12)); */
	}
	
	.width-50 figure.alignleft {
		width: 320px !important;
	}
	
	.width-75 figure.alignleft {
		width: 480px !important;
	}
	
	.image-full,
	.alignwide {
		width: 1370px !important;
		transform: translateX(calc(-3 * ((1370px) / 12)));
	}
	
	/* conflicts with multi-column images */
	/* .alignwide:not(.wp-block-gallery) figcaption {
		width: 1370px !important;
	} */
	
	figure.alignwide.is-type-video.wp-embed-aspect-4-3 iframe {
		height: calc(3 * (1370px) / 4) !important;
	}
	
	.image-wide,
	figure.alignnone,
	.alignfull {
		transform: translateX(calc(-15px - 1 * (100vw - 6 * (1400px / 12)) / 2));
	}
	.alignfull.has-parallax {
		transform: translateX(0);
		margin-left: calc(-15px - 1 * (100vw - 6 * (1400px / 12)) / 2);
	}
	
	.wp-block-group.alignwide > div {
		padding-left: calc(3 * (1370px) / 12);
		padding-right: calc(3 * (1370px) / 12);
	}
	
	.wp-block-group.alignfull > div {
		padding-left: calc((100vw - 1400px) / 2 + 15px + 3 * (1400px) / 12);
		padding-right: calc((100vw - 1400px) / 2 + 15px + 3 * (1400px) / 12);
	}
	
	.alignwide.wp-embed-aspect-16-9 iframe {
		width: 1400px !important;
		height: calc(9 * (1400px) / 16) !important;
	}
	
	.wide-content .wp-block-group.alignfull > div {
		padding-left: calc((100vw - 1400px) / 2 + 15px + 0 * (1400px) / 12);
		padding-right: calc((100vw - 1400px) / 2 + 15px + 0 * (1400px) / 12);
	}
}

/* open/close */
*[data-toggle="collapse"][aria-expanded="true"] .opener {
	display: none;
}
*[data-toggle="collapse"][aria-expanded="false"] .closer {
	display: none;
}

/* background divider for a heading */
.divider-with-text {
	overflow: hidden;
	text-align: center;
}
	
.divider-with-text:before,
.divider-with-text:after {
	background-color: #e3e3e3;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
	
.divider-with-text:before {
	right: 0.5em;
	margin-left: -50%;
}
	
.divider-with-text:after {
	left: 0.5em;
	margin-right: -50%;
}

/* Hide icons */
.fa-leaf, .fa-sun {
	display: none !important;
}

/* Video */
.video-thumbnail-wrap {
	position: relative;
}

.video-thumbnail-wrap .video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(calc(-50% - .5rem), -50%);
	text-shadow: 0 0 2px #333;
	transition: all ease-in-out .25s;
}

.video-thumbnail-wrap:hover .video-play {
	color: #004C33 !important;
	text-shadow: 0 0 2px #fff;
}

/* tag posts in column */
@media (min-width: 576px) {
	.tag_posts_margin_5 {
		margin-left: calc(100% / 4);
	}
}

@media (min-width: 768px) {
	.tag_posts_margin_5 {
		margin-left: calc(100% / 8);
	}
}

.tag_posts h2 {
	height: 36px;
	line-height:36px;
	position: relative;
	margin-top: 36px;
}

.tag_posts h2 a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	overflow-y: hidden;
	display: inline-block;
	width: calc(100% - 72px);
}

.tag_posts h2 img {
	height: 72px;
	width: auto;
	bottom: 0;
	right: 0;
	position: absolute;
}

/* widgets */
.special-quad .featured-image{
	position: relative;
	width: 100%;     /* desired width */
}

.special-quad .featured-image:before{
	content: "";
	display: block;
	padding-top: 50%;  /* initial ratio of 1:1*/
}

@media (min-width: 768px) {
	.special-quad .featured-image:before{
		content: "";
		display: block;
		padding-top: 100%;  /* initial ratio of 1:1*/
	}
	
}

.special-quad .featured-image .content {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
}

/* special page */
.special-column .featured-image{
	position: relative;
	width: 100%;     /* desired width */
}

.special-column .featured-image:before{
	content: "";
	display: block;
	padding-top: calc(68% - 6rem);  /* initial ratio of 1:1*/
}

.special-column .featured-image .content {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
}

/* post header */
.single-post .featured-image-wrap {
	max-height: 80vh;
	max-width: 100%;
}
.single-post .featured-image {
	max-height: 80vh;
	max-width: 100%;
	width: auto;
	height: auto;
}

.single-post .featured-image-caption {
	margin: auto;
}

/* 'old' label */
.oeco_post_shortcode .featured-image-wrap {
	position: relative;
}
.old_label {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* block separator */
.wp-block-separator {
	border-bottom: 0;
	margin-bottom:2rem;
}

/* mailpoet */
.mailpoet_text {
	padding: 8px !important;
}

.wide-content #mailpoet_form_2 {
	width: 280px !important;
}

@media (min-width: 768px) {
	.wide-content #mailpoet_form_2 {
		width: 480px !important;
	}
}

.home .mailpoet_form {
	margin: auto;
}

/* comments */
#reply-title {
	background-color: #efefef;
	padding: .5rem;
	margin-bottom: 0;
	font-size: 80%;
	font-weight: bold;
}

.comment-list {
	list-style: none;
	padding-left: 0rem;
}

ol.children {
	list-style: none;
	padding-left: 1rem;
	padding-right: 1rem;
}

.comment-depth-1 {
	background-color: rgba(0, 76, 51, .025);
}

.comment-depth-2 {
	background-color: rgba(0, 76, 51, .05);
}

.comment-depth-3 {
	background-color: rgba(0, 76, 51, .075);
}

.comment-depth-4 {
	background-color: rgba(0, 76, 51, .1);
}

.comment-depth-5 {
	background-color: rgba(0, 76, 51, .125);
}

/* file block */
.wp-block-file {
	display: flex !important;
	background-color: #f8f9fa !important;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	justify-content: space-between !important;
	padding: .5rem !important;
}

.wp-block-file .wp-block-file__button {
	border-radius: 0;
	padding: .25rem 1rem;
}

/* Parallax sticky */
.parallax_sticky { 
	width:100vw;
	position:relative;
	z-index:100;
	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%;
		left:12.5%;
		top:12.5vh;
		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.7777%;
	}
	.parallax_sticky .text_div.parallax_width_75 {
		width: 75%;
	}
	.parallax_sticky .text_div.parallax_width_100 {
		width: 100;
	}
		
	.parallax_sticky .text_div.top_right {
		right:12.5%;
		left: unset;
	}
	.parallax_sticky .text_div.bottom_left {
		top: unset;
		bottom:12.5vh;
	}
	.parallax_sticky .text_div.bottom_right {
		top: unset;
		left: unset;
		bottom:12.5vh;
		right:12.5%;
	}
		
	.parallax_sticky_pusher {
		height:500vh
	}
}

/* Attempting to fix the new (WP 5.9) gallery block */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	color: #fff !important;
}

/* login stuff */
#user-details {
	position: fixed;
	left: 1rem;
	bottom: 1rem;
}

/* Mailing stuff */

/* cancel image alignment */
.single-mailing .alignnone {
	transform: none;
}

.single-mailing figure {
	width: 100% !important;
}

.single-mailing figure img {
	width: 100%;
}

.single-mailing figure figcaption {
	text-align: center !important;
}

/* no header template */
.post-template-single-no_header #specials {
	/* margin-top: 4rem;
	z-index: 10;
	position: absolute;
	width: 100%; */
}