/*
Theme Name: Soulift
Template: twentytwentyfive
Author: soulift-it
Description: Soulift Theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

body {
    max-width: 100vw;
}

:root {
    --color-primary: #FFA381;
    --color-secondary: #705349;
    --color-background: #FFFCFB;
    --color-border: #E5E7EB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-primary);
}

h1,
h2,
h3 {
    font-weight: 700;
}

p {
    color: var(--color-secondary);
    font-size: 16px;
    line-height: 24px;
}

p+p {
    margin-top: 24px !important;
}

ul {
    list-style-position: inside;
}

a {
    text-decoration: none;
}

a.primary {
    color: var(--color-primary);
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

/* Button Styling */
.wp-block-buttons.primary .wp-block-button__link,
.primary input {
    background-color: var(--color-primary);
    color: var(--color-background);
    border: none;
    border-radius: 8px;
    padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.wp-block-buttons.primary .wp-block-button__link:hover,
.primary input:hover {
    background-color: var(--color-background);
    color: var(--color-primary);
    box-shadow: 0 0 5px #e4dbd7;
}

.wp-block-buttons.secondary .wp-block-button__link {
    background-color: var(--color-background);
    ;
    color: var(--color-primary);
    border-radius: 8px;
    padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 5px #e4dbd7;
    cursor: pointer;
}

.wp-block-buttons.secondary .wp-block-button__link:hover {
    background-color: var(--color-primary);
    color: var(--color-background);
    border-color: var(--color-primary);
}

.splide {
    max-width: 100%;
}


.splide__pagination {
    bottom: 0 !important;
    position: relative !important;
}

.pswp__img {
    object-fit: none;
}

.pswp__img--placeholder {
    visibility: hidden;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #AE8E84;
    margin-top: 8px;
}

.wpcf7 label {
    font-size: 14px;
    font-weight: bold;
}

.wpcf7 .submit input {
    margin: 0;
    width: auto;
}

.wpcf7 .submit br {
    display: none;
}

.wpcf7 p {
    margin-top: 32px;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
    visibility: hidden;
    color: var(--color-primary);
    font-size: 3px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    left: 5em;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

form.submitting .loader {
    visibility: visible;
}

.wpcf7-spinner {
    visibility: hidden !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--color-primary)
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wp-block-query-no-results {
    text-align: center;
    font-style: italic;
    ;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.table-responsive td {
    vertical-align: baseline;
}

.wpcf7-radio input {
    width: unset;
}

.wpcf7-radio .wpcf7-list-item-label {
    font-weight: 400;
}

@media (max-width: 1024px) {

    .table-responsive,
    .table-responsive tr,
    .table-responsive td,
    .table-responsive tbody,
    .table-responsive thead {
        display: block;
        justify-items: center;
    }
}