* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

image {
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Libre Baskerville", 'serif';
    /* margin-bottom: 1rem; */
}

h1{
    font-size: 3rem;
}

h2{
    font-size: 2.25rem;
}

h3{
    font-size: 1.875rem;
}

h4{
    font-size: 1.5rem;
}

h5{
    font-size: 1.3rem;
}

h6{
    font-size: 1.25rem;
}

/* Gtranslate plugin */
.gtranslate_wrapper {
    display: flex;
    /* flex-direction: column; */
    gap: 0.5rem;
}

/* WPforms plugin */
.wpforms-container-full {
    margin: 0 !important;
}

.wpforms-container .wpforms-field {
    padding: 0 0 2rem 0;
}

.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container input[type=number],
.wpforms-container textarea,
.wpforms-container select {
    background-color: #E7E1EA !important;
    border: none !important;
}

div.wpforms-container-full textarea {
    padding: 16px 14px;

}

.wpforms-container button[type=submit] {
    color: #1a1a1a !important;
    font-family: "Lato", 'sans-serif' !important;
    font-size: 1.25rem !important;
    padding: 0.5rem 1.5rem 0.75rem !important;
    border: 1px solid #1A1A1A !important;
    background-color: transparent !important;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.2s ease-in;
    border-radius: 8px !important;
}

.wpforms-container button[type=submit]:hover {
    color: #ffffff !important;
    padding: 0.5rem 1.5rem 0.75rem !important;
    border: 1px solid transparent !important;
    background: #FCBFD1 !important;
}

/* Price list */
.list-background:nth-child(even) {
    background-color: #E7E1EA;
}

.price-block {
    align-items: center !important;
}

.price-block h3 {
    margin-bottom: 1rem !important;
}

/* Staff portret */
.wp-post-image {
    object-fit: cover;
    object-position: top;
}

#staff .is-layout-flex {
    align-items: flex-start;
}

/*Gap in pattern*/
:where(.is-layout-flex) {
    gap: 0;
}

.wp-image-237 {
    height: 100% !important;
    object-fit: cover;
}

.contact-box {
    height: 472px;
    justify-content: space-between;
}


/* Wp Button */
.wp-element-button:hover, .wp-block-button__link:hover {
    border: 1px solid transparent;
    background-color: #FCBFD1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
