/*
Theme Name: Enrique Olver
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: JUNGLA
Author URI: JUNGLA
Description: Tema hecho a la medida para Enrique Olvera
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Enrique Olver WordPress Theme, (C) 2021 WordPress.org
Enrique Olver is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

html {
  scroll-behavior: smooth;
	max-width:100vw;
	overflow-x:hidden;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: operetta-12, serif !important;
	font-weight:200;
	-webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    font-smooth: initial;
}

body.page-template-music-list{
	color: var(--wp--preset--color--tertiary);
    background-color: var(--wp--preset--color--secondary);
}


body.musica-template.musica-template-musica.single-musica{
	color: var(--wp--preset--color--tertiary);
    background-color: var(--wp--preset--color--secondary);
}
 
body.musica-template.musica-template-musica.single-musica .eo-max-witdth-single .wp-block-post-content > :not(.full),
body.musica-template.musica-template-musica.single-musica .eo-title-single,
body.biografia-template.single-biografia .eo-title-single,
body.biografia-template.single-biografia .eo-max-witdth-single .wp-block-post-content > :not(.full){
	max-width: 800px;
    margin: auto;
	padding: .5rem 0 ;
}


body.musica-template.musica-template-musica.single-musica .entry-content,
body.musica-template.musica-template-musica.single-musica .entry-content
{
    margin-block-start: 0!important;	
}

body.musica-template.musica-template-musica.single-musica .eo-footer p,
body.musica-template.musica-template-musica.single-musica .eo-footer a,
.page-template-music-list.eo-footer p,
.page-template-music-list.eo-footer a {
	color: var(--wp--preset--color--tertiary);
}

body.musica-template.musica-template-musica.single-musica h1,
body.musica-template.musica-template-musica.single-musica h2,
body.musica-template.musica-template-musica.single-musica h3,
body.musica-template.musica-template-musica.single-musica h4,
body.musica-template.musica-template-musica.single-musica h5,
body.musica-template.musica-template-musica.single-musica h5{
	font-size:1.1rem;
	font-family: 'Festivo';
}

body.biografia-template.single-biografia h1,
body.biografia-template.single-biografia h2,
body.biografia-template.single-biografia h3,
body.biografia-template.single-biografia h4,
body.biografia-template.single-biografia h5,
body.biografia-template.single-biografia h5{
	font-size:2rem;
	font-family: operetta-12, serif !important;
}


body.musica-template.musica-template-musica.single-musica .eo-title-single h2{
	padding: 5rem 0 .5rem 0;
	font-family: operetta-12, serif !important;
}


body.musica-template.musica-template-musica.single-musica .eo-max-witdth-single .wp-block-post-content .full,
body.biografia-template.single-biografia .eo-max-witdth-single .wp-block-post-content .full
{
	max-width: var(--wp--style--global--wide-size);
	margin:auto;
	padding: 0 4rem;
}

@media (max-width: 800px ){
	body.musica-template.musica-template-musica.single-musica .eo-max-witdth-single .wp-block-post-content > :not(.full),
	body.musica-template.musica-template-musica.single-musica .eo-title-single,
	body.musica-template.musica-template-musica.single-musica .eo-max-witdth-single .wp-block-post-content .full{
		max-width: calc(100vw - 4rem);
		
	}
}


/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

main{
	min-height: 65vh;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}



.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Enrique Olver. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */


body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}
body .wp-site-blocks .eo-main-content > div, body .wp-site-blocks .eo-main-content > h4 {
	

	margin-left: 0!important; 
    margin-right: 0;
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}



.anim{
    max-width: 80%;
    max-width: 700px;
    margin: auto;
    display: block;
}

.animate circle#circulo{
    -webkit-animation: circulo 3s normal forwards;
	-moz-animation: circulo 3s normal forwards;
	-o-animation: circulo 3s normal forwards;
	animation-delay: 1s;

    transform: translate(434.312px, 382.139px) rotate(-90deg);
}

.animate.animateReverse circle#circulo{
    -webkit-animation: circuloReverse 3s normal forwards;
	-moz-animation: circuloReverse 3s normal forwards;
	-o-animation: circuloReverse 3s normal forwards;
	animation-delay: 1s;

    transform: translate(120px, 382px) rotate(-90deg);
}

@keyframes circuloReverse {
	100% {
        transform: translate(434.312px, 382.139px) rotate(-90deg);
	}
	0% {
        transform: translate(120px, 382px) rotate(-90deg);
	}
}

@keyframes circulo {
	0% {
        transform: translate(434.312px, 382.139px) rotate(-90deg);
	}
	100% {
        transform: translate(120px, 382px) rotate(-90deg);
	}
}

.animate line#linea1 {
	-webkit-animation: linea 3s normal forwards;
	-moz-animation: linea 3s normal forwards;
	-o-animation: linea 3s normal forwards;
	animation-delay: 1s;

    transform: translate(37px, 364.5px) rotate(0deg);
}

.animate.animateReverse line#linea1{

    -webkit-animation: lineaReverse 3s normal forwards;
	-moz-animation: lineaReverse 3s normal forwards;
	-o-animation: lineaReverse 3s normal forwards;
	animation-delay: 1s;
    
    transform: translate(40px, 180px) rotate(-30deg);
}

@keyframes lineaReverse {
	0% {
        
        transform: translate(40px, 180px) rotate(-30deg);
	}
	99.8% {
        transform: translate(37px, 364.5px) rotate(0deg);
	}
	
	100% {
        transform: translate(37px, 364.5px) rotate(0deg);
	}
}

@keyframes linea {
	0% {
        transform: translate(37px, 364.5px) rotate(0deg);
	}
	.8% {
        transform: translate(37px, 364.5px) rotate(0deg);
	}
	100% {
        transform: translate(40px, 180px) rotate(-30deg);
	}
}

.animate #linea2 {
	-webkit-animation: linea2 3s normal forwards;
	-moz-animation: linea2 3s normal forwards;
	-o-animation: linea2 3s normal forwards;
	animation-delay: 1s;

    transform: translate(37px, 52.5px) rotate(0deg);
}

@keyframes linea2 {
	0% {
        transform: translate(37px, 52.5px) rotate(0deg);
	}
	100% {
        transform: translate(330px, 420px) rotate(-10deg);
	}
}

.animate.animateReverse #linea2 {
	-webkit-animation: linea2Reverse 3s normal forwards;
	-moz-animation: linea2Reverse 3s normal forwards;
	-o-animation: linea2Reverse 3s normal forwards;
	animation-delay: 1s;

    transform: translate(330px, 420px) rotate(-10deg);
}

@keyframes linea2Reverse {
	0% {
        transform: translate(330px, 420px) rotate(-10deg);
	}
	100% {
        transform: translate(37px, 52.5px) rotate(0deg);
       
	}
}


.animate #linea3 {
	-webkit-animation: linea3 3s normal forwards;
	-moz-animation: linea3 3s normal forwards;
	-o-animation: linea3 3s normal forwards;
	animation-delay: 1s;

    transform:  translate(37px, 205.5px) rotate(0deg);
    fill: none;
    stroke: rgb(0, 0, 0);
    stroke-width: 2;
    transform-origin: 0px 0px;
}

@keyframes linea3 {
	0% {
        transform:  translate(37px, 205.5px) rotate(0deg);
	}
	100% {
        transform: translate(400px, 20px) rotate(30deg);
	}
}

.animate.animateReverse #linea3 {
	-webkit-animation: linea3Reverse 3s normal forwards;
	-moz-animation: linea3Reverse 3s normal forwards;
	-o-animation: linea3Reverse 3s normal forwards;
	animation-delay: 1s;

    
    transform: translate(400px, 20px) rotate(30deg);

}

@keyframes linea3Reverse {
	0% {
        transform: translate(400px, 20px) rotate(30deg);
	}
	100% {
        transform:  translate(37px, 205.5px) rotate(0deg);
	}
}



.animate #linea4 {
	-webkit-animation: linea4 3.2s normal forwards;
	-moz-animation: linea4 3.2s normal forwards;
	-o-animation: linea4 3.2s normal forwards;
    animation-delay:.5s;
	transform: translate(216.021px, 52.5px) rotate(0deg);

}

@keyframes linea4 {
	0% {
		opacity: 1;
		transform: translate(216.021px, 52.5px) rotate(0deg);
	}
	99.8% {
		
		opacity: 1;
		transform: translate(316px, 21px) rotate(60deg);
	}
    
	100% {
		
		opacity: 0;
		transform: translate(316px, 21px) rotate(60deg);
	}
}



.animate.animateReverse #linea4 {
	-webkit-animation: linea4Reverse 3.2s normal forwards;
	-moz-animation: linea4Reverse 3.2s normal forwards;
	-o-animation: linea4Reverse 3.2s normal forwards;
    animation-delay:.5s;
	opacity: 0;
	transform: translate(316px, 21px) rotate(60deg);
}

@keyframes linea4Reverse {
	100% {
		opacity: 1;
		transform: translate(216.021px, 52.5px) rotate(0deg);
	}
   1% {
		transform: translate(316px, 21px) rotate(60deg);
		opacity: 1;
		
	}
	0% {
		transform: translate(316px, 21px) rotate(60deg);
		opacity: 0;
		
	}
}


@media (max-width: 600px) {
  .logo {
    max-width: 140px;
	margin-left: 20px;
  }
}

header{
	position: fixed;
    top: 0;
    z-index: 9999;
    right: 0;
    bottom: 0;
    height: 100vh;
	width: 5.5rem;
    padding: 0;
    mix-blend-mode: exclusion;
}



.header-eo {
    height: 5rem;
    width: 100vh;
    position: absolute;
    margin: auto;
	left: 0;
    justify-content: center;
    transform-origin: 0 0;
    transform: rotate(90deg) translate(0, -84px);
}


@media (max-width: 700px ) {
	
	header{
		height: 5.5rem;
		width: 100vw;
		max-width: 100vw;
		min-width: 100vw;
		display:flex;
	}
	.header-eo{
		padding-left:2rem;
		transform: rotate(0) translate(0, 0);
		justify-content:start;
		max-width: calc(100vw - 4rem);
		min-width: calc(100vw - 4rem);
	}
	
	header .header-eo .wp-block-group{
		max-width: calc(100vw - 4rem);
		min-width: calc(100vw - 4rem);
		justify-content: space-between;
	}
	
	header .header-eo .wp-block-group > p{
		    flex: 1;
	}
	
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
    	display: flex;
	}
	
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
		display:none;
	}
	
	header .header-eo .wp-container-3.wp-block-group a{
		font-size: 1.1rem;
	}
}


@media (max-width: 850px ) {
	header{
		left:0;
	}
	
	.header-eo{
		transform: rotate(0) translate(0, 0);
	}
}



.header-eo a:hover {
	text-decoration:none!important;
	opacity: .8;
   
}

.header-eo a{
	text-decoration:none!important;
	font-size: .9rem;
}

.header-eo .wp-container-3.wp-block-group a{
	text-decoration:none!important;
	font-size: .9rem;
	mix-blend-mode: difference;
	color:#fff;
}

.header-eo .wp-container-3.wp-block-group a:hover{
	text-decoration:none!important;
	opacity: .8;
	
}

.header-eo .eo-logo{
	opacity:0;
	-webkit-transition: all .3s ease-out;
	  -moz-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
}

body.showLogo .header-eo .eo-logo{
	opacity:1;
}

.header-eo .eo-logo img{

    max-width: 122px;
}

.eo-main-content{
	    margin-block-start: 0!important;
}

.eo-presskit .col-1 figure.wp-block-image.size-large{
	max-width: 400px;
}

.eo-presskit .col-2{
	flex-flow: column;
    justify-content: flex-end;
    display: flex;
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 3px 20px 3px 5px;
    border: 0px solid transparent;
    border-radius: 3px;
    background-image: none;
    background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    background-color: transparent!important;
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 0;
    border: 0px solid transparent;
    border-radius: 3px;
    background-image: none;
    background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.trp-language-switcher > div > a {
    display: block;
    padding: 2px;
    border-radius: 3px;
    color: rgb(0 0 0);
}

.header-eo .trp-language-switcher .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: flex !important;
    min-height: auto;
}
.trp-language-switcher {
    position: relative;
    display: flex;
    padding: 0;
    border: 0;
    justify-content: center;
    margin: 2px;
    box-sizing: border-box;
}





.header-eo .trp-language-switcher > div > a {
    cursor: default;
    text-transform: lowercase;
	min-width: 20px;
}

.header-eo .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default;
    text-transform: lowercase;
	text-decoration:underline!important;
}

.trp-language-switcher > div > a:hover {
    background: transparent;
}




.eo-post-container{
	display:flex;
	flex-flow:wrap;
	width:100%;
	justify-content: space-between;
}

.tokonoma-posts-list{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: calc(7rem + 30px) 0 4rem;
}

.projects-posts-list{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 3rem;
}


body.page-template-music-list .projects-posts-list,
body.page-template-biografia .tokonoma-posts-list{
	flex-flow:wrap;
}

body.page-template-biografia .tokonoma-posts-list .eo_post,
body.page-template-music-list .projects-posts-list .eo_post{
	margin-block-end: 2rem!important;
}

.eo_post{
	display:flex;
	flex-flow:column;
	width: calc((100% / 3) - 1.5rem);
	min-width: 24vw;
	max-width: 260px;
	align-items: center;
	margin-block-start: 0!important;
	
	-webkit-transition: all .3s ease-out;
	  -moz-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
	
}




.eo_post:hover{

	transform: translate(0, 0);
	filter: grayscale(100%) contrast(1.1);
	
}

.eo_post figure{
	display: inline-block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    max-width: unset;
    position: relative;
    width: calc(240px - 3rem);
    height: calc(350px - 3rem);
    overflow: hidden;
	    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.eo_post .eo_post-box-info.bio{
	 width: calc(240px - 3rem);
	    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.eo_post .eo_post-box-info a{
	  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.eo_post .eo_post-box-info{ 
	flex-flow: column;
    display: flex;
	padding:1.5rem 0;
	    width: calc(300px - 3rem);
	    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.projects-posts-list .eo_post{
	width: calc((100vw / 3) - 3rem);
    max-width: calc(100vw / 3);
	margin:auto;
}


.projects-posts-list .eo_post figure{
	width: calc(400px - 3rem);
    height: calc(400px - 3rem);
    margin: auto;
}

@media (max-width: 1330px){
	.eo-post-padding-lr {
		padding: 0 5rem!important;
	}
	
	
	
	.eo_post figure{
		    width: calc(260px - 3rem)!important;
    height: calc(390px - 3rem)!important;
	}
	
	.eo_post .eo_post-box-info.bio{
	 width: calc(200px - 3rem);
	}

	.projects-posts-list .eo_post{
		width: calc((100vw / 3) - 3rem);
    	max-width: calc(100vw / 3);
	}

	.projects-posts-list .eo_post figure.eo_post-img {
		width: calc(340px - 3rem)!important;
		height: calc(340px - 3rem)!important;
	}
	
	.projects-posts-list .eo_post .eo_post-info {
    flex-flow: column;
   width: calc(340px - 3rem)!important;
}
	
	.tokonoma-posts-list, .projects-posts-list {
		padding: 0 0 4rem!important;
	}
}

@media (max-width: 1080px){
	.eo_post{
		max-width: inherit;
	}
}

@media (max-width: 1023px){
	.eo-post-padding-lr .eo-post-padding-lr{
		padding: 0 0!important;
	}	
}


.eo_post figure img{
	width:auto;
	height:110%;
	margin: auto;
}

@media (max-width: 1000px) {
	.hidde-mobile-first{
		display:none;
	}
	
	.slider-padding {
		width: calc(100vw - 4rem);
		display: contents;
	}
	
	.eo-post-container{

		justify-content: space-around;
	}
	
	
	.eo_post figure{
		 width: calc(200px - 2em);
    	height: calc(280px - 2rem);
		
	}
	
	.eo_post .eo_post-box-info.bio{
	 width: calc(200px - 2em);
	}
	
	.projects-posts-list .eo_post{
		min-width: 350px;
		max-width: initial;
	}
	
	.projects-posts-list .eo_post figure{
		width: calc(220px - 3rem)!important;
		height: calc(220px - 3rem)!important;
	}
	
	.eo_post {
		max-width: 290px;
	}
}


@media (max-width:745px){
	.extra-padding{
		padding: 0 1.5rem!important;
	}
}

@media (max-width: 700px) {
	div.eo-post-padding-lr{
		padding: 0 1.5!important;
	}
	
	#musica div.eo-post-padding-lr:not(.extra-padding){
		padding: 0 0!important;
	}
}

@media (max-width: 665px) {
	.tokonoma-posts-list, .projects-posts-list{
		flex-direction:column;
		align-items: center;
	}
	
	.projects-posts-list .eo_post {
		min-width: 365px;
		max-width: 365px;
	}
	.projects-posts-list .eo_post figure{
		width: calc(365px - 3rem)!important;
		height: calc(365px - 3rem)!important;
	}
}

@media (max-width: 480px){
	.eo-main-content.eo-post-padding-lr{
    	padding: 0 1rem!important;
	}
	
	.projects-posts-list .eo_post {
		min-width: 300px!important;
		max-width: 300px!important;
	}
	
	.projects-posts-list .eo_post figure {
    width: calc(300px - 3rem)!important;
    height: calc(300px - 3rem)!important;
}
	
	
}	

	
	.eo_post figure {
    	width: calc(300px - 3rem);
    	height: calc(415px - 3rem);
	}
	

	.eo-post-padding-lr {
		padding: 0 5rem!important;
	}


.eo_post .eo_post-info {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
	padding:1rem 0 .2rem;
}

.projects-posts-list .eo_post .eo_post-info{
	flex-flow: column;
	width: calc(400px - 4rem);
}

.projects-posts-list .slick-list .eo_post:nth-child(2){
	text-align: center;
}

.projects-posts-list .slick-list .eo_post:nth-child(2) .eo_post-info{
	text-align: left;
    margin: auto;
}

.projects-posts-list .slick-list .eo_post:last-child{
	text-align: end;
}

.projects-posts-list .slick-list .eo_post:last-child .eo_post-info{
	text-align: left;
    margin: auto 0 auto auto;
}

.eo_post-info p.eo_post-share, a.eo_post-more {
    text-decoration-thickness: unset;
    text-underline-offset: unset;
    text-decoration: none;
    font-size: .85rem;
	color:var(--wp--preset--color--foreground);
	margin-block-start: 0;
    margin-block-end: 0;
}

.projects-posts-list .eo_post-info .eo_post-title{
	margin-block-start: 0;
    margin-block-end: 0;
	text-transform: uppercase;
	font-family: 'Festivo';
	font-size: 1.1rem;
}

.projects-posts-list .eo_post-info a,
.eo_post .eo_post-box-info.bio a{
	text-transform: uppercase;
	font-family: 'Festivo';
	font-size: .95rem;
	text-underline-offset: 0.1em;
	text-underline-offset: 3px;
	
    text-decoration-thickness: 0.6px;

}

.projects-posts-list .eo_post-info .eo_post-content p,
.eo_post .eo_post-box-info.bio p{
	margin-block-start: 0;
    margin-block-end: 0;
	font-size: .9rem;
}

a.eo_post-more{
	font-size: 1.2rem;
    margin: 0 0.5rem;
    line-height: .5rem;
}

a.eo_post-title {
    font-family: var(--wp--preset--font-family--source-serif-pro);
    text-decoration: none;
    font-size: 1.3rem;
    word-break: break-word;
	
}

.white, .white p,  .white li{
	color:var(--wp--preset--color--tertiary)
}

ul.eo_post-tags {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    justify-content: flex-start;
    flex-flow: row;
    gap: 0.5rem;
}

ul.eo_post-tags li{
	display: flex;
	flex-flow:row;
	font-size: .85rem;
	margin-right:.5rem;
}

.eo-footer{
	display
}

.eo-footer p, .eo-footer a{
	text-decoration-thickness: unset;
    text-underline-offset: unset;
    text-decoration: none;
    font-size: .95rem;
	color:var(--wp--preset--color--tertiary);
}

.post-password-form{
	text-align:center;
}

.post-password-form label{
	font-size:0;
}

.post-password-form input {
    min-height: 1rem;
    padding: .5rem;
    border-width: 1px;
    border-style: solid;
    border-color:  #fff;
    border-image: initial;
    border-color: var(--wp--preset--color--foreground);
    min-width: 250px;
	font-family:var(--wp--preset--font-family--system-font);

}

input[type="submit" i]{
	background-color: var(--wp--preset--color--foreground);
    color: #fff;
    width: 100px;
    min-width: inherit;
	cursor:pointer;
}

input[type="submit" i]:hover{
	opacity:.7;
}

.post-password-form input:focus-visible {
    outline: none;
	border-radius:0;
}

.eo-projects-list{
	list-style-type: "/";
    display: flex;
    text-align: center;
    padding-inline-start: 0;
	max-width: 500px!important;
    flex-flow: wrap;
	justify-content:center;
}

.eo-projects-list li{
	padding: .5rem .5rem 0;
	-webkit-transition: all .3s ease-out;
	  -moz-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
	opacity: 1;
	justify-content: center;
	font-size: .95rem;
	cursor:pointer;
	opacity:.6;
	
}



.eo-projects-list li:hover{
	opacity:.8;
}

.eo-projects-list li:first-child {
    list-style-type: "";
	opacity:1;
}

.eo-projects-list li.active{
	opacity:1;
}

.eo-descargar a {
    font-size: .8rem;
    text-underline-offset: 0.25ch;
    text-decoration: none;
    font-weight: 500;
	    position: relative;
    margin-right: 30px;
	-webkit-transition: all .3s ease-out;
	  -moz-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
}

.eo-descargar a:before{
	    content: '';
    background-image: url(https://eo.algoritmi.co/wp-content/uploads/2022/11/Group-123.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -30px;
    bottom: -5px;
	-webkit-transition: all .3s ease-out;
	  -moz-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
}

.eo-descargar a:hover:before{
	bottom: -9px;
} 

.wp-block-code {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-family: Menlo,Consolas,monaco,monospace;
    padding: 0.8em 1em;
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    font-size: .8rem;
    color: gray;
}


.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    bottom: 0;
    color: #8e8e8e;
    font-size: 13px;
    font-style: italic;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


@media (max-width: 1080px){
	.wp-block-columns{
		flex-flow:column;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    	flex-basis: 100%!important;
		min-width: 100%;
	}
	
	.hidde-mobile{
		max-height:0;
		margin: 0;
    	margin-block-start: 0!important;
		display: none;
	}
	
	.reverseColumn{
		flex-direction: column-reverse;
	}
	.reverseColumn .flexColumn{
		display:flex;
		flex-flow:column;
	}
}

.has-modal-open header{
	    mix-blend-mode: normal;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #efedf0;
    color: #000;
    position: fixed;
    height: 100vh;
    width: calc(100vw - (var(--wp--custom--spacing--outer) * 2 ));
}


.wp-block-navigation__responsive-container-open:not(.always-shown) {
    color: white;
}


.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: center;
}


#goBack{
	cursor:pointer;
}


.wp-site-blocks > * + * {
    margin-block-start: 0;
}

.slider-left-description{
	display: inline-block;
    width: 100%;
}

body .is-layout-constrained > * + * {
    margin-block-start: 0;
    margin-block-end: 0;
}
