/*!
Theme Name: Creative
Theme URI: https://creativeweb.agency/
Author: CreativeWeb
Author URI: https://creativeweb.agency/
Description: Bespoke WP Theme by CreativeWeb
Version: 17.07.25
Text Domain: creative
*/

/* Private Pages */

.post-password-form {
    height: 70vh;
    height: 70svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-password-form > p {
    width: 100%;
    text-align: center;
    font-size: 115%;
}

.post-password-form label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.post-password-form input[type=password] {
    padding: 0.75rem 1.5rem;
    background: none;
    border: 1px solid #fff;
    border-radius: 0.3rem;
}

.post-password-form input[type=submit] {
    padding: 0.75rem 1.5rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s opacity;
    margin-top: 1.5rem;
}

.post-password-form input[type=submit]:hover {
    opacity: 0.7;
}

.otgs-development-site-front-end {
    display: none !important;
}

.partner-logo img {
    max-width: 75%;
}

.partner-text {
    margin-bottom: 2rem;
}

.s-benefits-grid .three-columns-grid > *:last-child:nth-child(3n + 1) {
  grid-column: 2; /* moves it to the middle column */
}

@media (max-width: 767px) {
    [data-scroll][data-fade],
    [data-scroll][data-fade-up],
    [data-scroll][data-fade-right],
    [data-scroll][data-fade-left],
    [data-scroll][data-fade-down] {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
        transition: 0s all;
    }
}

.wp-block-list {
    list-style: disc;
    padding-left: 1rem;
}

.gfield--type-honeypot {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.foot-content .foot-right-side .partner-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media(max-width: 768px) {
    .foot-content .foot-right-side .partner-logo {
        justify-content: center;
    }
    .s-sectors-grid .card-colored .title {
        color: white;
    }
    .s-benefits-grid .three-columns-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .s-benefits-grid .three-columns-grid > div{
        width: 100%;
    }
}

.map-content .offices-list .offices-list-item .office-name span {
    text-transform: none;
}

.s-hero.s-home-hero .hero-content .hero-carousel-item .title h1 {
    font-size: clamp(4.5rem,4.2vw,9rem);
}

.gfield--type-html {
    color: var(--color-blue);
    font-size: 1.5rem;
}

.gfield--type-html a {
    text-decoration: underline;
    font-weight: 500;
}

@media(max-width: 1025px) {
    header .menu {
        padding-top: 0;
    }
}