/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://fotointerniverona.it/wp-content/themes/twentytwentyone-child/
Description: Twenty Twenty-One Child Theme
Author: Davide Arduini
Author URI: https://dadesign.it/
Template: twentytwentyone
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**** INSTALLAZIONE FONT DUBAI ****/

@font-face {
	font-family: 'Dubai Regular';
	src: url(https://fotointerniverona.it/wp-content/themes/twentytwentyone-child/fonts/Dubai-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Dubai Medium';
	src: url(https://fotointerniverona.it/wp-content/themes/twentytwentyone-child/fonts/Dubai-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Dubai Light';
	src: url(https://fotointerniverona.it/wp-content/themes/twentytwentyone-child/fonts/Dubai-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Dubai Bold';
	src: url(https://fotointerniverona.it/wp-content/themes/twentytwentyone-child/fonts/Dubai-Bold.ttf) format('truetype');
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dubai Regular';
	letter-spacing: 0.07rem;
	color: rgb(57, 65, 77);
}

p, span {
	font-family: 'Dubai Light';
	letter-spacing: 0.04rem;
}

.primary-navigation a {
	font-family: 'Dubai Light', sans serif;
	letter-spacing: 0.07rem;
}

.wp-block-button .wp-block-button__link {
	font-family: 'Dubai Light', sans serif;
	letter-spacing: 0.07rem;
}

.powered-by {
	font-family: 'Dubai Light', sans serif;
	letter-spacing: 0.05rem;
}

.footer-navigation {
	font-family: 'Dubai Light', sans serif;
	letter-spacing: 0.05rem;
}

.ti-widget {
	font-family: 'Dubai Light', sans serif;
	letter-spacing: 0.05rem;
}


/**** FORMATTAZIONE TESTO MENU ****/

.primary-navigation a {
    font-size: 1.1rem;
}

.primary-navigation .sub-menu .menu-item > a {
    font-size: 1.1rem;
}

/**** FORMATTAZIONE WIDGET FOOTER ****/
.widget-area p {
	font-size: 1.1rem !important;
}
.widget-area h4 {
	font-size: 1.3rem !important;
}
.widget-area .wp-element-button {
	font-size: 1.1rem !important;
}
.widget-area .wp-social-link {
	font-size: 1.4rem !important;
}

/******	FORMATTAZIONE RIGA COPYRIGHT	******/
.powered-by {
	font-size: 1rem;
}
.footer-navigation-wrapper {
	display: block !important;
	font-size: 1rem;
}


/**** FORMATTAZIONE BLOG ****/

/* titolo scheda articolo */
.tw-blog-card h2 {
	font-size: clamp(1.1rem, 1.3vw, 1.4rem) !important;
	line-height: 1.4 !important;
}

/* titolo colonna destra */
.wp-block-latest-posts__post-title {
	font-size: clamp(0.9rem, 1.1vw, 1.1rem) !important;
	line-height: 1.4 !important;
}

/* BLOCCA BARRA LATERALE BLOG */
.blog-sidebar {
  position: sticky;
  top: 150px; /*  Regola la distanza dalla parte superiore */
}


/*******************************/
/****** PERSONALIZZAZIONE ******/
/*******************************/

/**** ALTEZZA HEADER ****/
.site-header {
	height: 80px;
}

/**** PERSONALIZZA TENDINA MENU PRINCIPALE ****/

@media only screen and (min-width: 1240px) {
 .tw-header-light:not(.tw-header-opaque) .sub-menu {
   background-color: #ffffff25 !important;
   border-color: #fff !important;
 }
 
 .tw-header-light:not(.tw-header-opaque) .menu-item {
   background-color: transparent !important;
 }
 
 .tw-header-light:not(.tw-header-opaque) .sub-menu-toggle {
 	color: white !important;
 }

 .tw-header-light:not(.tw-header-opaque) a {
 	color: white;
 }
}

/* colore sfondo icona iubenda */ 
.iub-accessibility-btn {
	background-color: #ffffff !important;
}
