.grecaptcha-badge {
    opacity:0;
    pointer-events:none;
}


/* General Utilities */
p, h1, h2, h3, h4, h5, h6, font {
    margin:0;
}
h1,h2 {
    font-family:'Tiempos Headline', serif;
    font-weight:500;
}
h3,h4,h5,h6 {font-weight:500;}

.serif {
    font-family:'Tiempos Headline', serif;
}

*::-moz-selection {
    color:white;
    background-color:black;
}
*::selection {
    color:white;
    background-color:black;
}
.container {
    display:-ms-grid;
    display:grid;
    -ms-grid-rows:1fr;
    grid-template-rows:1fr;
}
body {
    overflow-x:hidden;
    overflow-y:scroll;
    width:100vw;
    position:relative;
    height:100vh;
}
.grid-1 {
    -webkit-column-gap:20px;
       -moz-column-gap:20px;
            column-gap:20px;
    row-gap:20px;
}
.grid-2 {
    -webkit-column-gap:20px;
       -moz-column-gap:20px;
            column-gap:20px;
    row-gap:20px;
}
.grid-3 {
    -webkit-column-gap:20px;
       -moz-column-gap:20px;
            column-gap:20px;
    row-gap:20px;
}
.mobile {
    display:none;
}
.desktop {
    display:inline-block;
}


/* Custom Scrollbar */

body::-webkit-scrollbar {
    background-color: white;
    width: 10px;
}
body::-webkit-scrollbar-track {
    background-color: white;
}
body::-webkit-scrollbar-thumb {
    background-color: rgb(215,215,215);
}
body::-webkit-scrollbar-button {
    display:none;
}


/* Social Icons */

.social-icons {
    position:absolute;
    bottom:24px;
    right:25px;
}

.social-icons a {
    text-decoration:none;
    margin-right:35px;
}
.social-icons a:last-child {
    margin-right:0;
}
.social-icons a,
.social-icons img {
    width:20px;
    -webkit-filter: saturate(0%) brightness(70%) contrast(1000%);
            filter: saturate(0%) brightness(70%) contrast(1000%);
}


/* Nav Menu */
nav {
    position:absolute;
    bottom:20px;
    left:110px;
    width:350px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-pack:flex-start;
        justify-content:flex-start;
        column-gap:36px;
    
}
nav a, .footer-menu a {
    text-decoration:underline;
    -webkit-text-decoration-color: rgba(5,236,255,0);
            text-decoration-color: rgba(5,236,255,0);
    text-underline-offset: 6px;
    text-decoration-thickness:2px;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    font-weight:600 !important;
}
nav a:hover, .footer-menu a:hover {
    -webkit-text-decoration-color: rgba(0,0,0,0.1);
            text-decoration-color: rgba(0,0,0,0.1);
}


.menu-icon {
    display:none;
}

/* Site Logo */
.gm-logo {
    display:inline-block;
    width:auto;
    position:absolute;
    opacity:1;
    width:54px
}
.gm-logo a {
    color:black;
    opacity:1;
}



/* Home Banner */

.home .heading-xl {
    line-height:4.5rem;
}
.inline-headshot {
    display:inline;
    margin:0 20px;
    width:85px;
    height:85px;
}


/* Cards */
.card {
    position:relative;
    display:inline-block;
    border-radius:10px;
    padding:25px;
    background-color:rgb(250,250,250);
    cursor:pointer;
}
.fullwidth-card {
    margin-bottom:20px;
}
.color-cards .card {
    padding:50px 25px;
}
.logo {
    width:55px;
    height:55px;
    margin-bottom:20px;
}
.testimonials .card {
    padding:35px 25px;
}
.testimonial {
    border-radius:1000px;
    width:55px;
    margin-bottom:20px;
}

/* Post Date */
.post-cover {
    width:100%; 
    height:auto; 
    border-radius:10px 10px 0 0; 
    overflow:hidden;
}
.default-post-cover {
    width:100%; 
    height:auto; 
    border-radius:10px 10px 0 0; 
    overflow:hidden;
    aspect-ratio:16/9;
    background-color:rgb(240,240,240);
}
.darkmode .default-post-cover {
    background-color:rgb(35,35,35);
}
.date-label {
    font-size:12px;
    color:black !important;
    padding:0px 10px;
    background-color:rgba(255,255,255,0.7);
    border-radius:1000px;
    position:absolute;
    top:12px;
    left:12px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.darkmode .date-label {
    color:white !important;
    background-color:rgba(0,0,0,0.7)
}
@media(min-width:768px){
    .post-grid img {
        aspect-ratio:16/9;
        -o-object-fit:cover;
           object-fit:cover;
    }
}

/* Blog Post */
.post-body .row {
    width:750px;
}
.post-body img {
    width:1080px;
    max-width:100vw;
    display:block;
    float:none;
    margin-left:auto;
    margin-right:auto;
}
.post-body ul {
    display:block;
    float:left;
    margin-bottom:16px;
}
.post-body ul li {
    line-height:1.8;
    font-size:1.2rem;
    color:rgb(50,50,50);
}
.post-body h2 {
    margin-bottom:16px;
    margin-top:48px;
    font-size:2.25rem;
    line-height:2.75rem;
    display:block;
    float:left;
    width:100%;
}
.post-body p {
    margin-bottom:16px;
    line-height:1.8;
    font-size:1.2rem;
    color:rgb(50,50,50);
    display:block;
    float:left;
    width:100%;
}
.post-body u {
    text-decoration:underline;
    -webkit-text-decoration-color: rgba(5,236,255,0.4);
            text-decoration-color: rgba(5,236,255,0.4);
    text-underline-offset: 5px;
    text-decoration-thickness: 5px;
    -webkit-text-decoration-skip:ink;
            text-decoration-skip-ink:auto;
}
.post-body * strong {
    color:black;
}
.post-body iframe {
    max-width:92vw;
    width:1080px;
    height:auto;
    aspect-ratio:16/9;
}

/* Contact section */
input,
textarea {
    font-size:1rem;
    margin-top:10px;
    display:inline-block;
    width:100%;
    float:left;
    border-radius:5px !important;
    padding:10px;
    border:1px solid rgba(0,0,0,0.05);
    background-color:rgb(250,250,250);
}

label {
    margin-bottom:25px;
    display:inline-block;
    float:left;
    width:100%;
    font-size:14px;
    font-weight:600;
    color:black;
}
.half-width {
    width:calc(50% - 8px);
    margin-right:16px;
}
.half-width.last {
    margin-right:0;
}
input[type='submit'] {
    background-color:black;
    margin-top:0;
    cursor:pointer;
    font-weight:600;
    color:white;
}
input[type='submit']:hover {

}


textarea {
    max-width:100%;
    min-width:100%;
    height:150px;
    min-height:150px;
    max-height:400px;
}

.wpcf7-not-valid-tip {
    margin-top:10px;
    display:inline-block;
    width:100%;
    color:black;
}

.darkmode .wpcf7-not-valid-tip {
    color:white;
}

.wpcf7-response-output {
    margin:20px 0 0 0 !important;
    border:none !important;
    text-align:center;
    padding:0;
    line-height:1.7rem;
    display:inline-block;
    float:left;
    width:100%;
}

.wpcf7-spinner {
    display:none !important;
}

.darkmode label {
    color:white;
}

.darkmode input,
.darkmode textarea {
    background-color:rgb(20,20,20);
    border:1px solid rgba(255,255,255,0.15);

}
.darkmode input[type='submit'] {
    background-color:rgb(60,60,60);
    -webkit-transition:background-color .5s ease;
    -o-transition:background-color .5s ease;
    transition:background-color .5s ease;
}

.darkmode input[type='submit']:hover {
    background-color:rgb(100,100,100);
}


/* Footer */

footer .grid-2 {
    border-top:1px solid rgba(0,0,0,0.05);
}
.darkmode footer .grid-2 {
    border-top:1px solid rgba(255,255,255,0.15);
}
@media(max-width:767px) {

    footer div {
        text-align:center !important;
    }
}


/* ----- Dark Mode ----- */

/* Body */
.darkmode {
    background-color:black;
}
.darkmode * {
    color:white;
}
.darkmode *::-moz-selection {
    color:black;
    background-color:white;
}
.darkmode *::selection {
    color:black;
    background-color:white;
}
.darkmode .post-body * strong {
    color:white;
}
body.darkmode::-webkit-scrollbar {
    background-color: black;
    width: 10px;
}
body.darkmode::-webkit-scrollbar-track {
    background-color: black
}
body.darkmode::-webkit-scrollbar-thumb {
    background-color: rgb(60,60,60);
}

/* Text */
.darkmode .text-sm,
.darkmode .text-md,
.darkmode .text-lg,
.darkmode .text-xl,
.darkmode .text-2xl,
.darkmode ul li {
    color:rgb(205,205,205)
}
.darkmode .card .text-2xl,
.darkmode .card .text-xl {
    color:white;
}

/* Nav menu */
.darkmode nav a, .darkmode .footer-menu a {
    color:white !important;;
}
.darkmode nav a:hover, .darkmode .footer-menu a:hover {
    -webkit-text-decoration-color: rgba(255,255,255,0.5);
            text-decoration-color: rgba(255,255,255,0.5);
}

/* Social icons */
.darkmode .social-icons a,
.darkmode .social-icons img {
    -webkit-filter: saturate(0%) brightness(100000%) contrast(1000%);
            filter: saturate(0%) brightness(100000%) contrast(1000%);
    opacity:1;
}

/* Site Logo */
.darkmode .gm-logo a {
    color:white;
}

/* Cards */
.darkmode .card {
    background-color:rgb(20,20,20) !important;
}

/* Blog post */
.darkmode ul li,
.darkmode .post-body p {
    color:rgb(205,205,205);
}
.darkmode ul li::marker {
    color:rgb(255,255,255)
}
.darkmode .post-body u {
    -webkit-text-decoration-color: rgba(255,255,255,0.6);
            text-decoration-color: rgba(255,255,255,0.6);
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    -webkit-text-decoration-skip:ink;
            text-decoration-skip-ink:auto;
}



@media(min-width:768px) {

    .gm-logo {
        bottom:16px;
        left:25px;
        position:absolute;
    }
    .off-canvas {
        width:100vw;
        height:600px;
        position:absolute;
        top:-530px;
        left:0;
        -webkit-transition:top .5s ease;
        -o-transition:top .5s ease;
        transition:top .5s ease;
        display:block;
        float:left;
        -webkit-backdrop-filter:blur(10px);
                backdrop-filter:blur(10px);
        background-color:rgba(255,255,255,0.3);
        z-index:10;
    }
    .darkmode .off-canvas {
        background-color:rgba(0,0,0,0.15);
    }

}

@media(max-width:767px) {
    .mobile {
        display:inline-block;
    }
    .desktop {
        display:none;
    }
    .grid-1,
    .grid-2,
    .grid-3 {
        -webkit-column-gap:2vw;
           -moz-column-gap:2vw;
                column-gap:2vw;
        row-gap:2vw;
    }

    .grid-3 {
        row-gap:20px;
    }

    .menu-icon {
        position:fixed;
        top:25px;
        right:4vw;
        width:30px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        cursor:pointer;
        z-index:11;
    }
    .menu-icon div {
        display:inline-block;
        width:100%;
        height:3px;
        background-color:rgba(0,0,0,1);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .menu-icon div:first-child {
        -webkit-transform:rotate(0deg);
            -ms-transform:rotate(0deg);
                transform:rotate(0deg);
        position:absolute;
        top:0px;
        left:0;
    }
    .menu-icon div:last-child {
        -webkit-transform:rotate(0deg);
            -ms-transform:rotate(0deg);
                transform:rotate(0deg);
        position:absolute;
        top:12px;
        width:20px;
        left:auto;
        right:0;
    }

    .menu-icon.active div:first-child {
        -webkit-transform:rotate(45deg);
            -ms-transform:rotate(45deg);
                transform:rotate(45deg);
        position:absolute;
        top:8px;
        left:0;
    }
    .menu-icon.active div:last-child {
        -webkit-transform:rotate(-45deg);
            -ms-transform:rotate(-45deg);
                transform:rotate(-45deg);
        position:absolute;
        top:8px;
        left:auto;
        right:0;
        width:30px;
    }

    .darkmode .menu-icon div {
        background-color:rgba(255,255,255,1);
    }



    .off-canvas {
        width:100vw;
        height:600px;
        position:fixed;
        top:-530px;
        left:0;
        -webkit-transition:top .5s ease;
        -o-transition:top .5s ease;
        transition:top .5s ease;
        display:block;
        float:left;
        -webkit-backdrop-filter:blur(12px);
                backdrop-filter:blur(12px);
        background-color:rgba(255,255,255,0.3);
        border-bottom:1px solid rgba(0,0,0,0.1);
        z-index:10;
    }

    .darkmode .off-canvas {
        background-color:rgba(0,0,0,0.15);
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .off-canvas.active {
        top:-365px;
    }
    .social-icons {
        left:4vw;
        top:auto;
        right:auto;
        bottom:185px;
    }
    nav {
        right:auto;
        left:4vw;
        top:auto;
        bottom:100px;
        -webkit-box-pack:flex-start;
            -ms-flex-pack:flex-start;
                justify-content:flex-start;
                column-gap:36px;
    }

    .gm-logo {
        position:absolute;
        bottom:16px;
        left:4vw;
    }

    .card {
        padding:20px;
    }
    .color-cards .card,
    .testimonials .card {
        width:96vw;
        margin-left:-2vw;
    }
    .fullwidth-card {
        margin-bottom:15px;
    }



    .inline-headshot {
        width:55px;
        height:55px;
        margin:0 10px;
    }
    .home .heading-xl {
        font-size:1.8rem;
        line-height:2.5rem;
        font-weight:500 !important;
    }
    .heading-lg {
        font-size:1.6rem;
    }

    .post-body h1 {
        font-size:2rem;
        line-height:2.75rem;
        font-weight:500 !important;
    }
    .post-body h2 {
        margin-bottom:12px;
        margin-top:36px;
        font-size:1.7rem;
        line-height:2.3rem;
    }
    .post-body p {
        margin-bottom:12px;
        line-height:1.8;
        font-size:1.125rem;
    }
    .post-body ul li {
        font-size:1.125rem;
    }

    .mobile-flex-column {
    flex-direction:column;
    }

}


.button {
    color:white;
    line-height:1;
    padding:16px 24px;
    background-color:black;
    border-radius:8px;
    margin-top:20px;
    display:inline-block;
    float:left;
    text-align:center;
    min-width:160px;
    border:2px solid black;
    transition: all .3s ease;
    text-decoration:none;
}
.button:hover {
    color:black;
    background-color:transparent;
}

.button.outline {
    background-color:transparent;
    color:black;
}
.button.outline:hover {
    background-color:black;
    color:white;
}

@media(max-width:768px) {
    #footer >div > div:first-child {display:none !important}
    #footer > div {
        justify-content:center !important;
    }
    #footer > div > div {
        flex-direction:column !important;
        row-gap:24px;
    }
    #footer .social-icons {left:0 !important;}
}