/*
theme name: Customify child
template: customify
author: Modern Earth
version: 1.0.0
*/
@media(hover:hover) and (min-width: 1024px) {
    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }
}

html>body {
    font-family: 'open_sansregular', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body strong,
body b {
    font-weight: 700;
}

main p,
main li {
    max-width: 75ch;
    line-height: 1.618em;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    text-wrap: balance;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
    box-shadow: inset 50px 50px 50px rgba(0, 0, 0, .4);
}

main ul{
  list-style: none !important;

}
main ul li {
    text-indent: -0.7rem;
}

main ul li::before {
content: "✿ ";
}

.wrap-container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}
.page-cover-title {
	text-transform: uppercase;
	font-weight:700;
	text-shadow: 5px 5px 6px var(--wp--preset--color--accent-2);
	font-size: 50px;
}

@media(max-width:600px) {
	.page-cover-title {
		font-size: 42px
	}

}

.flower-bg {
	background-image: url(/wp-content/uploads/2024/03/flowers-bg.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center right;
}

.translatable-footer {
    background-color: #b1ceb6;
    padding-top: 5em;
    padding-bottom: 5em;
    color:black;
}
.translatable-footer a{
    text-decoration: underline;
    color:black;
}


.translatable-footer h2{
	font-size: 1.5em;
	font-weight:bold;
	text-transform: uppercase;
	
}
.translatable-footer h3{
	margin:0
	
}
.translatable-footer__inner .customify-grid{
    align-items:center !important;
}

.gform_button {
    border-radius: 5px !important;
    background-color: var(--wp--preset--color--accent-1) !important;
}

.gform_wrapper.gravity-theme span.gfield_required {
    color: var(--wp--preset--color--accent-1);
    font-weight: bold;

}

.splide_slide::before {
    content :"" !important;
}


.home .wp-block-cover figure{
    padding: 5% 15%;

}

@media(max-width: 600px){
    .home .splide__slide>div {
    padding: 1em 2em;
}

.home .wp-block-cover p{
    font-size:42px !important;
    
}
.home .wp-block-cover figure{
    padding: 1%;

}
}