/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*TYPOGRAPHY*/
	@font-face {
		font-family: 'Neue Haas Grotesk Display Pro';
		src: url('fonts/NeueHaasDisplay-Light.eot');
		src: url('fonts/NeueHaasDisplay-Light.eot?#iefix') format('embedded-opentype'),
		     url('fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
		     url('fonts/NeueHaasDisplay-Light.woff') format('woff'),
		     url('fonts/NeueHaasDisplay-Light.ttf') format('truetype'),
		     url('fonts/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light') format('svg');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
		}
	@font-face {
		font-family: 'Neue Haas Grotesk Display Pro';
		src: url('fonts/NeueHaasDisplay-Roman.eot');
		src: url('fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
		     url('fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
		     url('fonts/NeueHaasDisplay-Roman.woff') format('woff'),
		     url('fonts/NeueHaasDisplay-Roman.ttf') format('truetype'),
		     url('fonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'Neue Haas Grotesk Display Pro';
		src: url('fonts/NeueHaasDisplay-Mediu.eot');
		src: url('fonts/NeueHaasDisplay-Mediu.eot?#iefix') format('embedded-opentype'),
		     url('fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
		     url('fonts/NeueHaasDisplay-Mediu.woff') format('woff'),
		     url('fonts/NeueHaasDisplay-Mediu.ttf') format('truetype'),
		     url('fonts/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu') format('svg');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'Neue Haas Grotesk Display Pro';
		src: url('fonts/NeueHaasDisplay-Bold.eot');
		src: url('fonts/NeueHaasDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		     url('fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
		     url('fonts/NeueHaasDisplay-Bold.woff') format('woff'),
		     url('fonts/NeueHaasDisplay-Bold.ttf') format('truetype'),
		     url('fonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}

	:root {
	  --font-primary: 'Neue Haas Grotesk Display Pro', sans-serif;
	  --font-secondary: 'Neue Haas Grotesk Display Pro', serif;
	  --clb-title-font-family: 'Neue Haas Grotesk Display Pro', sans-serif;

	  font-size: clamp(14px, 1.5vw, 18px);
	  --fs-body: 1rem;
	  --fs-h1: clamp(4rem, 5vw, 6rem);
	  --fs-h2: clamp(3rem, 4.33vw, 5rem);
	  --fs-h3: clamp(2rem, 3vw, 2.5rem);
	  --fs-h4: clamp(1.8rem, 1.94vw, 2.3rem);
	  --fs-h5: clamp(1.5rem, 1.43vw, 1.8rem);
	  --fs-h6: clamp(1.05rem, 0.95vw, 1.2rem);
	  --fs-big:    clamp(3.2rem, 6.35vw, 7.5rem);
	  --fs-medium: clamp(3rem, 3vw, 4rem);
	  --fs-body-small: clamp(0.8rem, 0.85vw, 0.95rem);
	  --fs-small:  clamp(0.75rem, 0.7vw, 0.88rem);
	  --fs-xsmall: clamp(0.65rem, 0.6vw, 0.75rem);

	  --lh-body: 120%;
	  --lh-large: 130%;
	  --lh-heading: 110%;
	  --space-xs: 0.5rem;
	  --space-sm: 1rem;
	  --space-md: 2rem;
	  --space-lg: 4rem;

    --color-boutique: #7ED6BD;
    --color-outlet:   #EEC1B2;
    --color-extra:    #FFD949;
    --color-fuoristagione: #878787;

    --clb-color-primary: #EEC1B2;
	}

	body, .body_text, .body_text *,
	input, textarea,
	footer .widgets ul li span { font-family: 'Neue Haas Grotesk Display Pro'; font-weight: normal; font-size: var(--fs-body); line-height: var(--lh-body); }

	.uppercase * { text-transform: uppercase; }
	.nouppercase * { text-transform: normal !important; }
	.big_font, .big_font * { font-size: var(--fs-big); line-height: 1; }
	.small_font, .small_font * { font-size: var(--fs-small); line-height: 1; }
	.weight_300, .weight_300 * { font-weight: 300 !important; }
	.weight_500, .weight_500 * { font-weight: 500 !important; }


/*MAGAZINE*/
	.branding .logo img, .branding .logo-mobile img, .branding .logo-dynamic img { min-height: 62px; max-height: 64px; }

	.page-headline .headline-meta,
	.page-headline .post-meta-holder .meta-item:nth-child(1) { display: none !important; }
  .page-content.-with-left-sidebar { width: 100%; padding-left: 0; }

	body.home .page-container.top-offset { padding-top: 0; }

	article .entry-content .wp-caption { width: 100% !important; }
	article .entry-content h1 { /*h2*/ font-size: clamp(var(--clb-h2-font-size-min), var(--clb-h2-clamp-size), var(--clb-h2-font-size)); letter-spacing: var(--clb-h2-letter-spacing); line-height: var(--clb-h2-line-height); }
	.meta-item .prefix { display: none; }
	.meta-item time:not(.prefix) { font-weight: normal; }

	#menu-primary .main_button > a { background-color: #FFF; border-color: #000; color: #000; border-width: 1px; border-style: solid; padding: 11px 18px; height: unset; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1; font-weight: 500; transition: all .3s; }
	#menu-primary .main_button > a:hover { background-color: #000; color: #FFF; }
	.header #menu-primary.menu li.main_button span { line-height: unset; }

	footer > .page-container,
	footer > .site-footer-copyright > .page-container { max-width: min(100%, 1720px) !important; }
	.site-footer .page-container + .site-footer-copyright .holder { border-top: none; }
	footer, footer .widgets ul { line-height: var(--lh-large) !important; color: #FFF; }
	.site-footer-copyright { font-size: var(--fs-small) !important; border-top: 1px solid #FFF; }
	footer .logo_push img { width: 314px; height: 25px; }
	footer .vc_custom_heading { font-size: var(--fs-h6); text-transform: uppercase !important; color: #FFF; }
	footer .icons_menu ul li { width: 100%; }
	footer .icons_menu ul li:before { content: ''; display: inline-block; color: #FFF; font-size: 20px; width: 1.5em; padding-right: 10px; }
	footer .icons_menu ul li.ico_phone:before { content: "\f095"; font-family: "Font Awesome 6 Free"; }
	footer .icons_menu ul li.ico_whatsapp:before { content: "\f232"; font-family: 'Font Awesome 5 Brands'; font-weight: 500; }
	footer .icons_menu ul li.ico_mail:before { content: "\f0e0"; font-family: "Font Awesome 6 Free"; font-weight: 500; }
	.policy_menu { border-top: 1px solid #FFF; margin-top: 25px; padding-top: 25px; }
	.policy_menu ul.menu { display: grid; grid-auto-flow: column; grid-auto-columns: auto; gap: 35px; align-items: center; width: 100%; }
	.policy_menu ul.menu > li:last-child { justify-self: end; }

	footer a:hover, footer .icons_menu ul li:hover:before { color: #8B8B8B !important; transition: all var(--clb-transition-function) var(--clb-transition-duration); }

	.is-mobile-menu .slide-in-overlay .copyright { display: none; }

	@media screen and (max-width: 1180px) {
		.page-headline { min-height: unset; }
	}
	@media screen and (max-width: 1024px) {
		.page-content.-with-left-sidebar { padding-left: var(--clb-grid-gutter); }
		.single-post .single-post-layout.-layout2 .page-container { padding: var(--clb-grid-gutter-5x) var(--clb-grid-gutter) 0 0; }
	}
	@media screen and (max-width: 767px) {
		.policy_menu ul.menu { display: block; }
		.policy_menu ul.menu > li:last-child { justify-self: unset; }
	}