/*
Theme Name: Hidden Architecture
Author: Lopandpe
Author URI: http://www.lopandpe.com
Description: Custom theme for Hidden Architecture
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
html {
	font-family: serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
}

*, *:after, *:before {
	box-sizing: border-box;
}

a {
	color: #000;
	text-decoration: none;
	/*display: inline-block;
    position: relative;*/
	/*&:after{
        display: block; 
        content: "";
        position: absolute;
        bottom: 0px;
        height: 0.1em;
        width: 0px;
        background-color: #000;
        transition: width 0.3s ease-in-out;
    }
    &:hover{
        &:after{
            width: 100%;
        }
    }*/
}

a:active, a:visited {
	color: inherit;
	text-decoration: none;
}

.project h2 {
	font-weight: normal;
}

.project a {
	color: #b1b1b1;
}

.project a:hover {
	color: #000;
}

.project h2 a {
	color: #000;
}

.project h2 a:hover {
	color: #b1b1b1;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-image {
	text-align: center;
}

.wp-block-image figure {
	margin: 0 0 1em !important;
}

header.logo a {
	overflow: hidden;
	margin: 30px auto;
	width: 350px;
	max-width: 90%;
	height: 70px;
	text-indent: -1000px;
	background-image: url("img/logo.png");
	background-position: center center;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
}

.search-container {
	justify-content: center;
	margin: 20px 0px -20px;
}

.search-container .search {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.search-container .search svg {
	width: 15px;
	opacity: 1;
	transition: opacity 0.3s linear;
	position: absolute;
	right: 0;
	top: 3px;
}

.search-container .search input {
	opacity: 0;
	transition: opacity 0.3s linear;
	z-index: 1;
	position: relative;
	padding: 4px;
}

.search-container .search input:hover, .search-container .search input:focus {
	opacity: 1;
}

.search-container .search input:hover + svg, .search-container .search input:focus + svg {
	opacity: 0;
}

.search-container .search:hover svg, .search-container .search:focus svg {
	opacity: 0;
}

.search-container .search:hover input, .search-container .search:focus input {
	opacity: 1;
}

ul.rrss {
	list-style: none;
	padding: 0px;
	text-align: center;
	cursor: default;
}

ul.rrss li {
	display: inline-block;
}

ul.rrss li a {
	display: block;
	padding: 5px;
	transition: color 0.2s ease-in-out;
}

ul.rrss li a:hover.facebook {
	color: #3b5998 !important;
}

ul.rrss li a:hover.twitter {
	color: #1da1f2 !important;
}

ul.rrss li a:hover.pinterest {
	color: #bd081c !important;
}

ul.rrss li a:hover.instagram {
	color: #c32aa3 !important;
}

ul.rrss li a:hover.tumblr {
	color: #35465d !important;
}

footer {
	clear: both;
}

footer ul.rrss {
	margin: 0px auto;
	margin-top: 50px;
}

.journal .wp-block-gallery .blocks-gallery-image,
.journal .wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;
}

.wrap {
	margin: 40px auto;
	padding: 0px 20px;
	width: 740px;
	display: block;
	max-width: 100%;
}

.wrap .column {
	padding: 20px 0px;
}

.wrap .column.column_1_3 {
	max-width: 400px;
	margin: 0px auto;
}

@media screen and (min-width: 768px) {
	.wrap {
		margin: 10px auto;
		width: 860px;
	}
	.wrap .column {
		padding: 20px;
		float: left;
	}
	.wrap .column.column_1_3 {
		width: 36%;
	}
	.wrap .column.column_2_3 {
		width: 64%;
	}
	.search-container {
		display: flex;
		justify-content: flex-end;
	}
}

.main_menu li.current-menu-item a,
.main_menu li.current-menu-ancestor a {
	color: red !important;
	/* highlight color */
}

.category #menu-journal-atlas-menu li:first-child a, .single #menu-journal-atlas-menu li:first-child a, .archive #menu-journal-atlas-menu li:first-child a {
	color: #b1b1b1;
}

ul.menu {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 0px;
}

ul.menu li {
	display: inline-block;
}

ul.menu li.current_page_item a, ul.menu li.current-page-ancestor a {
	color: #b1b1b1;
}

#menu-journal-atlas-menu {
	margin-top: -26px;
	margin-bottom: 50px;
	font-style: italic;
}

#menu-journal-atlas-menu li {
	padding: 0px 5px;
	position: relative;
}

#menu-journal-atlas-menu li:after {
	display: inline-block;
	content: "/";
	/* margin-left: 10px; */
	position: absolute;
	right: -5px;
	font-weight: bold;
}

#menu-journal-atlas-menu li:last-child:after {
	content: "";
}

#menu-journal-menu li, #menu-atlas-menu li {
	margin: 5px 30px;
}

.mobile_menu_wrapper {
	text-align: center;
}

.mobile_menu_wrapper #toggle {
	font-size: 24px;
}

.mobile_menu_wrapper #toggle svg {
	width: 24px;
}

.mobile_menu_wrapper > div {
	display: none;
}

.mobile_menu_wrapper > div ul {
	border: 1px solid #000;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	width: auto;
}

.mobile_menu_wrapper > div ul li {
	display: block;
	margin: 10px auto;
}

.mobile_menu_wrapper > div ul li a {
	color: #000 !important;
}

.mobile_menu_wrapper > div ul li.current_page_item a {
	color: #b1b1b1 !important;
}

.sidebar-container .ha_widget {
	margin: 20px auto;
	clear: both;
}

.sidebar-container .ha_widget:last-child h2 {
	display: block;
	font-weight: normal;
	font-size: 20px;
}

.sidebar-container .rrss {
	text-align: right;
}

.sidebar-container .textwidget a {
	display: block;
}

.sidebar-container .search input {
	width: 100%;
	border: 1px solid #000;
	padding: 8px;
}

.sidebar-container h2 {
	display: none;
}

.sidebar-container .tagcloud {
	text-align: justify;
}

.sidebar-container .tagcloud a {
	color: #b1b1b1;
	transition: color 0.2 ease-in-out;
}

.sidebar-container .tagcloud a:hover {
	color: #000;
}

#popular_posts {
	margin-top: 10px;
}

#popular_posts .popular_post {
	margin-bottom: 20px;
	clear: both;
	text-align: left;
	line-height: 1.2em;
}

#popular_posts .popular_post .thumb {
	max-width: 33%;
	margin: 0px 10px 10px 0px;
	float: left;
}

#popular_posts .popular_post .thumb * {
	float: none;
}

#popular_posts .popular_post .title {
	margin-bottom: 5px;
}

#popular_posts .popular_post .summary {
	color: #b1b1b1;
}

.sidebar_cat {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.sidebar_cat .title {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-style: italic;
	padding: 0px 60px;
}

.navigation ul {
	list-style: none;
	padding: 0px;
	display: flex;
	text-align: center;
	justify-content: center;
	margin-top: 50px;
}

.navigation ul li {
	display: inline-block;
	margin-right: 20px;
}

.navigation ul li a {
	display: inline-block;
	padding: 5px;
	color: #b1b1b1;
}

.navigation ul li a:hover {
	color: #000;
}

.navigation ul li.active a {
	font-weight: bold;
	color: #000;
}

.navigation ul li.text a {
	border: none;
}

footer {
	margin-top: 50px;
}

footer #footer-logo {
	margin: 0px auto -50px;
	display: block;
	width: 80px;
	height: auto;
	cursor: pointer;
}

footer .rrss {
	margin-top: 0px;
}

#home #footer-logo {
	display: none;
}

.parent-pageid-8076 #footer {
	display: none;
}

#cookie-notice .cn-button {
	color: white;
}

#cookie-notice .cn-button:hover {
	opacity: 0.9;
}

#cookie-notice .cn-button#cn-accept-cookie {
	font-weight: bold;
	text-decoration: underline;
}

#cookie-notice .cn-button#cn-accept-cookie:hover {
	text-decoration: none;
}

#home {
	background-color: #000;
	color: #FFF;
}

#home header.logo a {
	background-image: url("img/logo-white.png");
}

#home a {
	color: #FFF;
}

#home #home-nav {
	padding: 50px 0px;
}

#home #home-nav > * {
	text-align: center;
	position: relative;
	text-align: center;
}

#home #home-nav .column {
	font-size: 70px;
}

#home #home-nav .column a {
	display: inline-block;
	position: relative;
	letter-spacing: 10px;
}

#home #home-nav .column a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 10px;
	height: 0.05em;
	width: 100%;
	opacity: 0;
	background-color: #FFF;
	transition: opacity 0.3s ease-in-out;
}

#home #home-nav .column a:hover:after {
	opacity: 1;
}

#home #home-nav .separator {
	font-size: 40px;
	line-height: 2em;
}

@media screen and (min-width: 768px) {
	#home {
		position: absolute;
		top: 0px;
		bottom: 0px;
		width: 100%;
		overflow: hidden;
	}
	#home #home-nav {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	#home #home-nav > * {
		float: left;
		padding: 150px 0px;
	}
	#home #home-nav .column {
		width: 45%;
		font-size: 90px;
	}
	#home #home-nav .column:first-child {
		text-align: right;
		padding-right: 12%;
	}
	#home #home-nav .column:last-child {
		text-align: left;
		padding-left: 12%;
	}
	#home #home-nav .separator {
		width: 10%;
		font-size: 60px;
	}
	#home #footer {
		position: absolute;
		width: 100%;
		bottom: 30px;
	}
}

@media screen and (min-width: 1024px) {
	#home #home-nav > * {
		padding: 190px 0px;
	}
	#home #home-nav .column {
		font-size: 110px;
	}
	#home #home-nav .separator {
		font-size: 80px;
	}
}

.journal.flex {
	display: flex;
	gap: 50px;
	flex-direction: column;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
	align-items: center;
}

.journal.flex > * {
	max-width: 240px;
	width: 100%;
}

.journal.flex .journal-ad,
.journal.flex .journal-serie {
	aspect-ratio: 1 / 1;
	width: 100%;
	max-height: 100%;
	background-size: contain;
	background-position: center;
	display: flex;
	background-repeat: no-repeat;
}

.journal.flex .project {
	width: 100%;
	max-height: 100%;
}

.journal.flex .journal-serie {
	position: relative;
	justify-content: center;
	align-items: center;
}

.journal.flex .journal-serie:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background-color: rgba(155, 107, 146, 0.8);
	z-index: 0;
	transition: opacity 0.3s ease-in-out;
}

.journal.flex .journal-serie span {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	display: block;
	padding: 20px;
	text-align: center;
	z-index: 1;
	color: white;
	transition: opacity 0.3s ease-in-out;
}

.journal * {
	max-width: 100%;
}

.journal .project a {
	margin: auto !important;
}

.journal .project .thumbnail {
	/* padding: 5px;
            box-shadow: 0px 0px 8px -1px rgba(138,138,138,1);*/
	line-height: 0;
}

.journal .project .thumbnail img {
	width: 100%;
}

.journal .project .post-data, .journal .project .author-info {
	margin: 20px 0px;
}

.journal .project .post-data .title, .journal .project .author-info .title {
	font-weight: bold;
}

.journal .project .post-data p, .journal .project .author-info p {
	margin: 0px;
}

.journal .project .post-data a, .journal .project .author-info a {
	color: #b1b1b1;
	font-style: italic;
}

.journal .project.single-project {
	padding-top: 50px;
}

.journal .project.single-project header {
	text-align: center;
}

.journal .project.single-project .project-dna {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	padding: 0px;
	text-align: left;
}

.journal .project.single-project .project-dna a {
	color: #000;
	text-decoration: none;
}

.journal .project.single-project .project-dna a:hover {
	text-decoration: underline;
}

.journal .project.single-project .post-content:after {
	content: "";
	display: table;
	clear: both;
}

.journal .project.single-project .post-content .wp-element-caption {
	text-align: center;
	color: #666666;
}

.journal .project.single-project .post-data {
	text-align: center;
}

.journal .project.single-project .author-info {
	margin: 50px 0px;
}

.journal .project.single-project .blocks-gallery-grid {
	width: 100%;
}

.tr-caption-container, .wp-caption {
	padding: 2px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	padding: 5px;
	margin: 10px auto !important;
}

.tr-caption-container a, .wp-caption a {
	margin: 0px !important;
}

.tr-caption-container img, .wp-caption img {
	padding: 0;
	background: transparent;
	border: none;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.tr-caption-container .tr-caption, .tr-caption-container .wp-caption-text, .wp-caption .tr-caption, .wp-caption .wp-caption-text {
	font-size: 80%;
	text-align: center;
}

#slb_viewer_wrap .slb_theme_slb_baseline {
	font-family: serif;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: serif !important;
	font-size: 16px !important;
}

.slb_controls .slb_slideshow {
	display: none;
}

@media screen and (min-width: 600px) {
	.journal.flex {
		flex-direction: row;
		align-items: flex-start;
		margin-top: 50px;
		gap: 50px;
	}
	.journal.flex .project {
		aspect-ratio: 1 / 1;
		width: 100%;
		max-height: 100%;
		background-size: contain;
		background-position: center;
		display: flex;
		background-repeat: no-repeat;
	}
	.journal.flex .journal-serie:before {
		opacity: 0;
	}
	.journal.flex .journal-serie span {
		opacity: 0;
	}
	.journal.flex .journal-serie:hover:before {
		opacity: 1;
	}
	.journal.flex .journal-serie:hover span {
		opacity: 1;
	}
	.wp-block-gallery.columns-3 {
		margin-top: 20px;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		height: 0px;
		padding-bottom: 30%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image figure,
	.wp-block-gallery.columns-3 .blocks-gallery-item figure {
		position: absolute;
		width: 100%;
	}
	.project.squared-project {
		position: relative;
		line-height: 0px;
	}
	.project.squared-project header {
		display: none;
	}
	.project.squared-project .post-data {
		opacity: 0;
		margin: 0px;
		padding: 20px 20px 50px;
		position: absolute;
		inset: 0;
		background-color: rgba(0, 0, 0, 0.8);
		color: white;
		text-align: center;
		line-height: 1.2em;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		transition: opacity 0.3s ease-in-out;
	}
	.project.squared-project .post-data p {
		margin: 0px;
	}
	.project.squared-project .post-data .title {
		font-size: 18px;
		font-style: italic;
		margin: 0px 0px 20px;
		font-weight: normal;
	}
	.project.squared-project .author-info {
		display: none;
	}
	.project.squared-project:hover .post-data {
		opacity: 1;
	}
	.project.squared-project.no-thumbnail .post-data {
		opacity: 1;
	}
}

.wrap section.page {
	margin: 50px auto;
	/*max-width: 700px;*/
}

.wrap section.page.text-page {
	max-width: 700px;
}

.page figure {
	position: relative;
}

.page figure figcaption {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-style: italic;
	padding: 0px 60px;
}

.comments form label {
	display: block;
}

.category h2.cat_title {
	margin-bottom: 30px;
	font-weight: bold;
}

.category .category-posts {
	margin: 30px 0px 60px;
	max-height: 500px;
	padding-left: 10px;
}

.category .category-posts .category-post {
	margin-bottom: 10px;
}

.category .category-posts .category-post .title {
	position: relative;
}

.category .category-posts .category-post .title:before {
	content: "- ";
	position: absolute;
	left: -10px;
}

#map, #archive_results, #chronology-results {
	height: 500px;
	margin: 60px auto 50px;
}

#atlasform {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 30px 0px;
	justify-content: space-between;
}

#atlasform .form-group {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	position: relative;
}

#atlasform .form-group select, #atlasform .form-group input {
	padding: 5px;
	margin: 5px 0px;
	/* width: auto; */
	display: inline-block;
}

#atlasform .form-group .inline {
	display: flex;
	justify-content: space-between;
}

#atlasform .form-group .inline input {
	width: 49%;
}

#atlasform .form-group span#reset {
	position: absolute;
	bottom: 0px;
	right: 13px;
	cursor: pointer;
	font-style: italic;
}

#atlasform .submit-container, #atlasform .reset-button {
	width: 100% !important;
	display: block !important;
	padding-left: 60px;
	text-align: right;
}

#atlasform .submit-container button, #atlasform .reset-button button {
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70px;
	display: inline-block;
	padding: 5px;
	background-color: transparent;
	border: none;
	font-weight: bold;
	font-size: 17px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

#atlasform .submit-container button:hover, #atlasform .reset-button button:hover {
	background-color: #000;
	color: #FFF;
}

#atlasform .submit-container button:hover svg, #atlasform .reset-button button:hover svg {
	fill: #FFF;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
	min-height: 100px;
	min-width: 300px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content .thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 10px 10px 0px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content p {
	margin: 0px 0px 5px 0px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content p a {
	font-weight: bold;
	color: #000;
}

.atlas #results {
	margin: 20px 0px;
	padding: 10px;
	background-color: #FFF;
}

.atlas #results h3 {
	margin: 0px 0px 10px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

.atlas #results #results_without_coordinates {
	overflow-y: auto;
	max-height: 200px;
}

@media screen and (min-width: 768px) {
	#atlasform .form-group {
		width: 24%;
	}
}

#archive_results {
	overflow: auto;
	padding: 10px;
}

#chronology-results {
	height: auto;
}

#chronology-results ul {
	list-style: none;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: space-between;
	position: relative;
	padding: 0px;
	flex-direction: column;
}

#chronology-results ul li {
	background-color: #000;
	color: #FFF;
	width: 100%;
	margin: 5px 0px;
	position: relative;
	cursor: pointer;
}

#chronology-results ul li span {
	transform: none;
	position: relative;
	bottom: auto;
	left: auto;
	text-align: center;
	margin: 0px auto;
	display: block;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

#chronology-results ul li.disabled {
	cursor: default;
	background-color: #ccc;
}

#chronology-results ul li.active {
	background-color: purple;
}

#chronology-results ul#decades {
	display: none;
}

#chronology-results #back-chronology {
	position: absolute;
	bottom: 0px;
	right: 5px;
	bottom: -20px;
	cursor: pointer;
	font-style: italic;
}

#chronology-results #back-chronology:hover {
	text-decoration: underline;
}

#chr-results {
	max-height: 300px;
	margin: 50px auto;
	overflow: auto;
	border: 1px solid #000;
	border: none;
	padding: 10px;
}

#chr-results > div {
	display: none;
}

#chr-results > div.active {
	display: block;
}

#chr-results.disabled {
	display: none;
}

@media screen and (min-width: 768px) {
	#chronology-results {
		height: 500px;
	}
	#chronology-results ul {
		flex-direction: row;
	}
	#chronology-results ul li {
		margin: 0px 5px;
	}
	#chronology-results ul li span {
		transform: rotate(-90deg);
		position: absolute;
		bottom: 20%;
		left: 50%;
		transform: translateX(-50%) rotate(-89deg);
		text-align: left;
	}
	#chronology-results ul li.disabled {
		cursor: default;
		background-color: #ccc;
	}
	#chronology-results ul li.active {
		background-color: purple;
	}
	#chronology-results ul#decades {
		display: none;
	}
	#chronology-results #back-chronology {
		position: absolute;
		bottom: 0px;
		right: 5px;
		bottom: -20px;
		cursor: pointer;
		font-style: italic;
	}
	#chronology-results #back-chronology:hover {
		text-decoration: underline;
	}
}

#atlas_loader {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999999999;
}

#atlas_loader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5.5em;
	height: 5.5em;
	margin-left: -2.75em;
	margin-top: -2.75em;
}

#atlas_loader .loader .loader-block {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	opacity: 0;
	width: 1.5em;
	height: 1.5em;
	background: #fdfdfd;
	-webkit-animation: show 0.88s step-end infinite alternate, pulse 0.88s linear infinite alternate;
	animation: show 0.88s step-end infinite alternate, pulse 0.88s linear infinite alternate;
}

#atlas_loader .loader .loader-block:nth-child(1) {
	transform: translate(0, 0);
	animation-delay: 0.065s;
}

#atlas_loader .loader .loader-block:nth-child(2) {
	transform: translate(2em, 0);
	animation-delay: 0.13s;
}

#atlas_loader .loader .loader-block:nth-child(3) {
	transform: translate(4em, 0);
	animation-delay: 0.195s;
}

#atlas_loader .loader .loader-block:nth-child(4) {
	transform: translate(0, 2em);
	animation-delay: 0.325s;
}

#atlas_loader .loader .loader-block:nth-child(5) {
	transform: translate(2em, 2em);
	animation-delay: 0.13s;
}

#atlas_loader .loader .loader-block:nth-child(6) {
	transform: translate(4em, 2em);
	animation-delay: 0.455s;
}

#atlas_loader .loader .loader-block:nth-child(7) {
	transform: translate(0, 4em);
	animation-delay: 0.39s;
}

#atlas_loader .loader .loader-block:nth-child(8) {
	transform: translate(2em, 4em);
	animation-delay: 0.26s;
}

#atlas_loader .loader .loader-block:nth-child(9) {
	transform: translate(4em, 4em);
}

@-webkit-keyframes pulse {
	from,
	40% {
		background: #fdfdfd;
	}
	to {
		background: #dadada;
	}
}

@-webkit-keyframes show {
	from, 40% {
		opacity: 0;
	}
	41%, to {
		opacity: 1;
	}
}

@keyframes pulse {
	from,
	40% {
		background: #fdfdfd;
	}
	to {
		background: #dadada;
	}
}

@keyframes show {
	from, 40% {
		opacity: 0;
	}
	41%, to {
		opacity: 1;
	}
}

.subseries {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	gap: 20px;
	margin: 100px auto;
}

.subseries .subserie {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.subseries .subserie .journal-serie {
	position: relative;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	max-width: 100%;
	width: 250px;
	max-height: 100%;
	background-size: contain;
	background-position: center;
	display: flex;
	background-repeat: no-repeat;
}

.subseries .subserie .journal-serie.no-image:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background-color: rgba(155, 107, 146, 0.8);
	z-index: 0;
	transition: opacity 0.3s ease-in-out;
}

.subseries .subserie .journal-serie.no-image:before span {
	opacity: 1 !important;
}

.subseries .subserie .journal-serie:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	opacity: 0;
	background-color: rgba(155, 107, 146, 0.8);
	z-index: 0;
	transition: opacity 0.3s ease-in-out;
}

.subseries .subserie .journal-serie span {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	display: block;
	padding: 20px;
	text-align: center;
	z-index: 1;
	color: white;
	transition: opacity 0.3s ease-in-out;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.subseries .subserie .journal-serie:hover:before {
	opacity: 1;
}

.subseries .subserie .journal-serie:hover span {
	opacity: 1;
}

.subseries.cat-series .subserie {
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.series-columns .wp-block-column:first-child {
		margin-left: 0px;
		margin-right: 15px;
	}
	.series-columns .wp-block-column {
		margin-right: 15px;
		margin-left: 15px;
	}
	.series-columns .wp-block-column:last-child {
		margin-right: 0px;
		margin-left: 15px;
	}
}

input, select {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #999;
}

select {
	background-image: url("img/select-arrow.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}

select:disabled {
	background-image: url("img/select-arrow-disabled.jpg");
}

button {
	font-family: serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.error-404 .search svg {
	display: none;
}

.error-404 .search input {
	padding: 4px;
}

.search-result .author-info {
	display: none;
}

/*# sourceMappingURL=style.css.map */