/*!
Theme Name: casa figlia child theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Template: casa-figlia
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6x
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casa-figlia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

casa figlia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

*/


/* ==================== Basic Setup ==================== */


@font-face {
    font-family: "Edict Display";
    src: url("fonts/EdictDisplay-Light.woff2") format("woff2");
	font-weight:300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Edict Display";
    src: url("fonts/EdictDisplay-Regular.woff2") format("woff2");
	font-weight:400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Edict Display";
    src: url("fonts/EdictDisplay-LightItalic.woff2") format("woff2");
	font-weight:300;
    font-style: italic;
    font-stretch: normal;
}


@font-face {
    font-family: "Edict Display";
    src: url("fonts/EdictDisplay-RegularItalic.woff2") format("woff2");
	font-weight:400;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: "ES Rebond Grotesque";
    src: url("fonts/ESRebondGrotesque-Regular.woff2") format("woff2");
	font-weight:400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "ES Rebond Grotesque";
    src: url("fonts/ESRebondGrotesque-Italic.woff2") format("woff2");
	font-weight:400;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: "PP Right Grotesk Mono";
    src: url("fonts/PPRightGroteskMono-Regular.woff2") format("woff2");
	font-weight:400;
    font-style: normal;
    font-stretch: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-header, .edit-link, .site-info, .site-title, aside {
	display:none;
}
.page, .entry-content {
	margin:0; 
}

:root {
  --eucalyptus: #325248;
  --white-musk: #F0E5E0;
}

.light {
	color: #F0E5E0;
}
.all-caps {
	text-transform: uppercase;
}
.mono {
	 font-family: "PP Right Grotesk Mono";
}
.light-italic {
	font-family: "Edict Display";
	font-weight:300;
    font-style: italic;
}
/* ==================== Menu ==================== */
header {
	position:relative;
	height:120px;
	display: flex;
    align-items: center;
	background-color: #7FA18A;
}
#site-navigation {
	display: none;
}
.site-branding {
	position: absolute;
	width:216px;
	left: 0;
	right: 0;
	margin: 13px auto 0 auto;
}
@media only screen and (max-width: 1174px) {
	.site-branding {
		margin:4px auto 0 auto;
	}
}
.menu-menu-1-container {
	display:flex;
	justify-content:center;
}
#primary-menu {
	width:509px;
	/*width:48rem;*/
	margin:0 3.75%;
	display:flex;
	justify-content: space-between;
}
#primary-menu li {
	letter-spacing: 0.2em;
	text-transform:uppercase;
	font-size:15px;
}
.custom-logo {
	width: 216px;
}
.menu-toggle {
	display:none;
}
/* ==================== Main Styles ==================== */
body {
	/*color:#1D1D1D;*/
	color: #0E1B17;
}

a {
	/*color:#1D1D1D;*/
	color: #0E1B17;
	font-family: "PP Right Grotesk Mono";
	font-weight:400;
	text-decoration:none;
}
a:visited {
	/*color:#1D1D1D;*/
	color: #0E1B17;
}
a:hover {
	opacity:0.6;
}

h1 {
	font-size:83px;
	margin:0;
	line-height:1;
	font-family: "Edict Display";
	font-weight:300;
}
@media only screen and (max-width: 1174px) {
h1 {
	font-size:51px;
}	
}
h2 {
	font-family: "Edict Display";
	font-weight:300;
	font-size:32px;
	margin:0;
	line-height:1;
}
h3 {
	font-family: "PP Right Grotesk Mono";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	line-height:1;
	letter-spacing:0.150em;
	margin:0;
}
h4 {
	font-family: "PP Right Grotesk Mono";
	font-weight:400;
	font-size:16px;
	line-height:1;
	/*color:#FDA7A0;*/
	color: #325248;
	font-weight:400;
	margin:0;
}
p, .page-id-106 li {
	font-family: "ES Rebond Grotesque";
	font-weight:400;
	font-size:20px;
	line-height:1.5;
	margin:0;
}



/* ==================== Home ==================== */

#hero {
	/*background-image:url('https://casafiglia.com/wp-content/uploads/2021/03/hero-smiles.png');*/
	background-image:url('/wp-content/uploads/2026/02/amicasa-temp-hero-scaled.jpg');
	width:100%;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 4.2% 5.625rem 4.2%;
}

@media only screen and (max-width: 1174px) {
	#hero {
		height: 80vh;
	}
}

#hero h1 {
	margin: 29.625rem 0 1.125rem 0;
}

@media only screen and (max-width: 1174px) {
#hero h1 {
	margin-top: 0;
}	
}

section {
	width:100%;
	/*background:#FFF7F7;*/
	background:#F0E5E0;
	display:flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	padding: 6.5rem 9.7%;	
}

@media only screen and (max-width: 1174px) {
	section {
		padding:0 5% 72px 5%;
		height:auto;
		flex-direction: column;
	}
}


section a {
    font-size: 18px;
    /*background: #FDA7A0;*/
	background: #1E362F;
    padding: 18px 27px;
	min-width:290px;
	/*color:#1d1d1d;*/
	color: #F0E5E0;
	/*margin-top:40px;*/
	margin: 0 0.75rem;
}


@media only screen and (max-width: 1174px) {
section a {
	margin-bottom:0.75rem;
	}	
}

section a:hover {
opacity:0.85;
}
/*
#section-one {
	background: rgba(240, 229, 224, 0.4);
}
*/
#section-two {
	align-items: flex-start;
	background:#F0E5E0;
}

@media only screen and (max-width: 1174px) {
	#section-two {
    flex-direction: column-reverse;
}	
}

section > div {
	width: 100%;
}


#sign-up {
	display: flex;
	justify-content: flex-start;
}

#gift-card {
	display: flex;
	justify-content: end;
}

#sign-up div, #gift-card div {
	max-width: 26rem;
}

section h2 {
	font-size:4rem;
	line-height:1.2;
	margin-bottom: 1.125rem;
	color: var(--eucalyptus);
	text-align: left;
}
@media only screen and (max-width: 1174px) {
	section h2 {
		margin-top:84px;
		text-align: center;
	}
}

section p {
	text-align: left;
	text-wrap: pretty;
}

@media only screen and (max-width: 1174px) {
section p {
	text-align: center;
	margin-bottom: 3rem;
}
}

.main-button {
	font-size:18px;
	/*background:#FDA7A0;*/
	background: #F0E5E0;
	padding:18px 27px;
	max-height:719px;
	display:inline-block;
	margin-top:49px;
}
.main-button.dark-button {
	background: #1E362F;
}
a.main-button {
	color: #0E1B17;
}
a.main-button.dark-button {
	color: #F0E5E0;
}
a.main-button:hover {
	opacity:0.85;
}

.follow-us {
	margin-bottom: 1rem;
}


/* ==================== Animations ==================== */
[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}

/* ======================================== */

#temp-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5rem;
}
#temp-footer div {
	display: flex;
	justify-content: center;
}


/* ======================================== */


.shopify-buy__product, #product-component-1773713490111 {
	max-width: none !important;
}
#section-three h2 {
	margin-top: 0;
}
h5 {
	font-family: "PP Right Grotesk Mono";
	font-weight:400;
	font-size: 20px;
	margin: 0;
	color: var(--eucalyptus);
	text-transform: uppercase;
	text-align: left;
	margin-left: 0.5rem;
}
#section-three ul {
	text-align: left;
	margin-left: 0;
}
#section-three p {
    font-family: "ES Rebond Grotesque";
	font-weight:400;
}