/*
Theme Name: 	Limiraweb
Description: 	Child Theme of Nextawards
Version:     	1.0.0
Author:     	Mirko Coppola
Site:         	https://limiraweb.com
Template:       nextawards
Text Domain: 	nextawards-child
Tested up to: 6.1
Requires PHP: 5.6
Domain Path: 	/languages
Tags:        	blog, custom-colors, custom-logo, custom-menu, e-commerce, theme-options, translation-ready, block-editor-patterns, block-editor-styles, custom-background, featured-images, footer-widgets, photography, portfolio, wide-blocks
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body p, body a {letter-spacing:2px;line-height:1.5rem;}

/* HEADER  */

.header {
	border-bottom: #e3e3e3 2px solid;
}

.header__content {
    border-bottom: none;
}

.header__content .evi a {
    border-radius: 10px;
}





/* END HEADER */

.hero .wp-block-media-text__media img {
    border-radius: 1vw;
}

.wp-block-group.icon-wrap.is-content-justification-center {margin: 0 auto; font-size: 1.375rem;}

.wp-block-group.icon-wrap.is-content-justification-center i {background-color: #8AE4FF; color: #016fff; padding:8px; border-radius:10px;}

.pas1 figure img {border-radius:10px;}



/* FOOTER */

.footer-container hr {
    border-bottom: none;
}

ul#menu-links-util-it, ul#menu-links-util, ul#menu-links-util-gr {
	display:flex;
	flex-direction:column;
}

/* Nascondi di default tutti i .util-links.en */
	.util-links-en {
	display: none;
	list-style-type: none;
	}

	.util-links-it {
	display: none;
	list-style-type: none;
	}

	.util-links-el {
	display: none;
	list-style-type: none;
	}

	.wp-block-themeisle-blocks-icon-list-item.phone-el, .wp-block-themeisle-blocks-icon-list-item.phone-it {
		display: none;
	}



	/* Mostra solo se la lingua della pagina è inglese */
	html[lang="en-GB"] .util-links-en  {
	display: block; /* o flex, a seconda della struttura */
	}

	html[lang="en-GB"] .wp-block-themeisle-blocks-icon-list-item.phone-el {
		display: inline-flex;
	}
		

	/* Mostra solo se la lingua della pagina è inglese */
	html[lang="it-IT"] .util-links-it {
	display: block; /* o flex, a seconda della struttura */
	}

	html[lang="it-IT"] .wp-block-themeisle-blocks-icon-list-item.phone-it {
		display: inline-flex;
	}

	

	/* Mostra solo se la lingua della pagina è inglese */
	html[lang="el"] .util-links-el {
	display: block; /* o flex, a seconda della struttura */
	}

	html[lang="el"] .wp-block-themeisle-blocks-icon-list-item.phone-el {
		display: inline-flex;
	}



/* END FOOTER*/

/*  PROJECTS  */

.jobs-grid ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;         /* permette di andare a capo */
  	gap: 1rem;   
	align-items: baseline;
}

.jobs-grid ul li {
	flex: 0 1 48%;           /* due colonne da 50% */
  	padding: 1rem;
  	box-sizing: border-box;
}

.jobs-grid ul li .wp-block-columns {
	flex-direction: column;
}


/*  END PROJECTS  */

/* SINGLE PROJECT */

.single-projects article.projects .project-header {
	display:flex;
	flex-wrap: wrap;
	gap: 2rem;
	
}

.single-projects article.projects .project-header .project-header__content {width: 47%;}

.single-projects article.projects .project-header .project-header__content a {
	border-radius: 10px;
}

.single-projects article.projects .project-header img {width: 49%; object-fit:cover; object-position:top; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); border-radius: 10px; }
 
.single-projects article.projects .text-content {width: 100%; }

@media (max-width: 420px) {


	
    .header__logo-img, .header__logo_white-img {
        width: 80px;
        height: auto;
    }
	
	.icon-hamburger {right:10px;}
	
	.header__content {
		padding-right: 100px;
	}
	
	.header .header__quick ul .evi a {
		font-size: 0.6rem;
	}
	
	.header__quick .menu-item-type-custom {
        display: inline-block;
    }

	.header__quick ul li:first-child {
		display: none;
	}

	#content .wp-block-group.alignwide.force-points.is-layout-grid.wp-container-core-group-is-layout-988b637e.wp-block-group-is-layout-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));

	}

	#content .wp-block-group.alignwide.projects-grid.is-layout-grid.wp-container-core-group-is-layout-acc8bb78.wp-block-group-is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}

	#content .wp-block-group.testimonials-grid.is-layout-grid.wp-container-core-group-is-layout-b757edec.wp-block-group-is-layout-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.jobs-grid ul li {
		flex: 1 1 100%;
	}

	

   



}


