/*
Theme Name: Soulheal - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: soulheal
*/
@import url("../soulheal/style.css");
:root {
    --puce: #D88197ff;
    --wenge: #695658ff;
    --fuchsia-rose: #C44E69ff;
    --white: #FFFFFFff;
    --lavender-blush: #FEEDF1ff;
}

ol, ul {
    margin: 12px 0 46px 20px;
}

button {
    height: auto;
}

.cky-revisit-bottom-left {
    bottom: 30px!important;
    left: 30px!important;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    table-layout:fixed;
}

.styled-table thead tr {
    background-color: var(--puce);
    color: #ffffff;
    text-align: left;
    border: 0;
}

.styled-table th,
.styled-table td {
    padding: 10px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #eee;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid var(--puce);
}

#map { 
    height: 700px; 
    border-radius: 30px;
}

@media (max-width: 768px) {
    .page_title h1{
        font-size: 40px!important;
    }

    .styled-table th,
    .styled-table td {
        padding: 10px;
        font-size: 13px;
        line-height: 18px;
    }

    .wpcf7-list-item-label {
        line-height: 20px;
    }

    .wpcf7-checkbox label, .wpcf7-acceptance label {
        align-items: flex-start!important;
    }

    .wpcf7 input[type="checkbox"] {
        margin-top: 5px;
    }

    .gt3-page-title {
        min-height: 160px;
        height: auto!important;
        margin-bottom: 40px!important;
    }

    #main-header h1 {
        font-size: 40px!important;
    }

}