/**
Theme Name: Virtue Web Solutions
Author: Virtue Web Solutions Ltd.
Author URI: https://virtuewebsolutions.co.uk
Description: Bespoke website theme by Virtue Web Solutions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: virtue
Template: astra
*/

:root {
    --primary: #dca67b;
    --secondary: #f5f5f5;
    --tertiary: #82c2e6;
    --quaternary: #cbe3ef;
    --quinary: #f7f3ea;
}

html {
    overflow-y: auto;
}

section {
    padding: 80px 0;
    width: 100%;
    position: relative;
}

.container {
    max-width: 1225px !important;
}

.secondary a *, .site-footer a *, .site-header a *, a {
    transition: all 0.5s ease !important;
}

p:last-of-type {
    margin-bottom: 0;
}

table,
table tr,
table tr td {
    border: 0;
}

.gap-10 { height: 10px; }
.gap-20 { height: 20px; }
.gap-30 { height: 30px; }
.gap-40 { height: 40px; }
.gap-50 { height: 50px; }
.gap-60 { height: 60px; }
.gap-70 { height: 70px; }
.gap-80 { height: 80px; }
.gap-90 { height: 90px; }
.gap-100 { height: 100px; }

.pinch-20 { margin: auto; width: 20%; }
.pinch-40 { margin: auto; width: 40%; }
.pinch-50 { margin: auto; width: 50%; }
.pinch-60 { margin: auto; width: 60%; }
.pinch-75 { margin: auto; width: 75%; }
.pinch-80 { margin: auto; width: 80%; }

.h-100 {
    height: 100%;
}

.text-center {
    text-align: center !important;
}

.bg-primary {
    background-color: var(--primary);
}
    .bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5 {
        color: #fff;
    }
.bg-secondary {
    background-color: var(--secondary);
}
.bg-tertiary {
    background-color: var(--tertiary);
}

.bg-quaternary {
    background-color: var(--quaternary);
}
.bg-quinary {
    background-color: var(--quinary);
}
.bg-swirl {
    background-image: url('/wp-content/uploads/2025/07/tatters-swirl.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    isolation: isolate;
}
    .bg-swirl::after {
        content: '';
        position: absolute;
        z-index: -1;
        background: #fff;
        inset: 0;
        opacity: .8;
    }

.divider {
    width: 100%;
    height: 50px; /* Needs to be a variable height */
    background-image: url('/wp-content/uploads/2025/07/divider-white-grey.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.d-inline-block {
    display: inline-block !important;
}

.flex-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.align-center {
    align-items: center !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.btn {
    width: auto;
    padding: 10px 40px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.btn-row {
    display: flex;
    gap: 1rem;
}
.btn-primary {
    color: #888;
    background-color: #fff;
}
    .btn-primary:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
    }
.btn-secondary {
    border: 1px solid #fff;
    color: #fff;
}
    .btn-secondary:hover {
        color: #888;
        background-color: #fff;
    }

/* ### CONTENT ### */

.hero {
    height: 550px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    .hero h1 {
        color: #fff;
    }

.item {
    margin: 0;
}
    .item .image {
        width: 100%;
        aspect-ratio: 1 / 1;
        background-color: #f5f5f5;
        border-radius: 5px;
        overflow: hidden;
    }
    .item .title {
        font-size: 1.1em;
        font-weight: 600;
    }

.item-alt {
    padding: 40px 20px;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    border-radius: 60px 15px 60px 15px;
}
    .item-alt .body {
        font-style: italic;
    }
    .item-alt .name {
        margin-top: 20px;
        font-weight: 600;
    }

.rounded {
    border-radius: 5px;
    overflow: hidden;
}

.round {
    border-radius: 50%;
}

.hours table {
    margin: 0;
    padding: 0;
    border: 0;
}
    .hours table tr td {
        padding: 5px 0;
        border: 0;
        border-bottom: 1px dashed #ccc;
    }

.ast-scroll-to-top-right {
    bottom: 50px;
}

.contact-map {
    width: 100%;
    height: 500px;
    border: 0;
}

.pre-footer {
    color: #eee;
    background-color: var(--primary);
    font-size: 0.9em;
    line-height: 24px;
}
    .pre-footer a {
        color: #fff;
    }
        .pre-footer a:hover {
            letter-spacing: 1px;
        }
    .pre-footer .socials {
        font-size: 36px;
    }
    .pre-footer .footer-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .pre-footer .footer-menu ul li {
            margin: 0;
            padding: 0;
        }

/* ### MEDIA QUERIES ### */

@media (max-width: 991.98px) {
    .pinch-50 { 
        margin: auto; width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
        overflow-x: visible !important;
    }
}

/* ### FORMS ### */

.form-wrap .wpforms-container-full {
    margin: 0 !important;
}
.form-wrap .wpforms-field {
    margin-bottom: 10px !important;
    padding: 0 !important;
}
.form-wrap .wpforms-field-label,
.form-wrap .wpforms-field-sublabel {
    margin: 0 !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    color: #fff !important;
}
.form-wrap .wpforms-error {
    margin-top: 5px !important;
}

.form-wrap .wpforms-submit {
    padding: 10px 40px !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 5px !important;
    box-shadow: 0 !important;
    transition: all 0.5s ease !important;
}
    .form-wrap .wpforms-submit:hover {
        color: var(--primary) !important;
        background-color: #fff !important;
        background: #fff !important;
    }

textarea.wpforms-field-large {
    min-height: 250px;
}

/* ### Scrollbar ### */

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Animation Classes */

.fadeIn,
.fadeSlideUp,
.fadeSlideDown,
.fadeSlideFromLeft,
.fadeSlideFromRight,
.fadeZoomIn {
    opacity: 0;
}
.fadeIn.active{
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
.fadeSlideUp.active {
    animation-name: fadeSlideUp;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
.fadeSlideDown.active {
    animation-name: fadeSlideDown;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
.fadeSlideFromLeft.active {
    animation-name: fadeSlideFromLeft;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
.fadeSlideFromRight.active {
    animation-name: fadeSlideFromRight;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
.fadeZoomIn.active {
    animation-name: fadeZoomIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}

.delay0 { animation-delay: 0; }
.delay01 { animation-delay: 0.1s; }
.delay02 { animation-delay: 0.2s; }
.delay03 { animation-delay: 0.3s; }
.delay04 { animation-delay: 0.4s; }
.delay05 { animation-delay: 0.5s; }
.delay06 { animation-delay: 0.6s; }
.delay07 { animation-delay: 0.7s; }
.delay08 { animation-delay: 0.8s; }
.delay09 { animation-delay: 0.9s; }
.delay1 { animation-delay: 1; }

/* Animation */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeSlideFromRight {
    from {
        transform: translateX(80px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeSlideFromLeft {
    from {
        transform: translateX(-80px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeSlideUp {
    from {
        transform: translateY(80px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeSlideDown {
    from {
        transform: translateY(-80px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeZoomIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}