/*
Theme Name:     Ferme de Larrue
Theme URI:      
Description:    Custom theme by Youdemus
Author:         Youdemus
Author URI:     https://youdemus.fr
Version:        0.1.0
*/

.fullw {
    width: 100%;
}

.absolute:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: absolute;
    z-index: -1;
}

.mt-0:where(figure) {
    margin-top: calc(var(--spacing) * 0);
}

.vegetable-filter .wpgb-facet>fieldset:last-child {
    margin-bottom: 0;
}

.bg-primary {
    background-color: #8CC63F;
    border-radius: 10px;
}

b {
    color: #8CC63F;
}

@media screen and (max-width:480px) {
.wp-block-cover.alignfull.py-20.md\:py-0 {
    padding-top: 20vh;
    padding-bottom: 5rem;
}
.logo-size {
	width: 175px;
}
.wp-block-group.items-center.md\:justify-between.w-full.md\:w-auto.is-horizontal.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex {
    gap: 0;
}
a.wp-block-button__link.has-white-color.has-primary-background-color.has-text-color.has-background.has-link-color.wp-element-button {
    padding: 5px;
    border-radius: 10px;
}
.wp-block-buttons.is-content-justification-right.is-layout-flex.wp-block-buttons-is-layout-flex {
    padding: 0 10px !important;
}
}

div#modal-1 {
    padding: 2rem;
}
