/*
Theme Name: Crocetta Law
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for crocettalaw.
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: crocettalaw

This theme, like WordPress, is licensed under the GPL.

crocettalaw s based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks tscroll-icono the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main {display: block;}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align: baseline;}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow: visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{padding:.35em .75em .625em}
legend {box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress {vertical-align: baseline;}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing: border-box; padding: 0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
[hidden],template{display:none}
*:focus, *:focus-visible {outline-offset: 2px;}

/*--------------------------------------------------------------
#Admin Bar Sticky Header Styles
--------------------------------------------------------------*/
.admin-bar .site-header {
    top: auto;
}
.admin-bar .site-header.sticky {
    top: 0;
    @media screen and (min-width: 600px) {
        top: 46px;
    }
    @media screen and (min-width: 782px) {
        top: 32px;
    }
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
    --cream: #f9f6f1;
    --purple: #7a003c;
    --dark-purple: #36001b;
    --border-grey: #bbbbbb;
    --light-grey: #f5f5f5;
    --white: #fff;
    --black: #000;
    --ywf--family-lora: 'Lora';
    --ywf--family-noto-sans: 'Noto Sans';
    --ywf--family-mukta: 'Mukta';
}
/*--------------------------------------------------------------
# Background Colors
--------------------------------------------------------------*/
.white-bg {
    background-color: var(--white);
}
.cream-bg {
    background-color: var(--cream);
}
.purple-bg {
    background-color: var(--purple);
}
.dark-purple-bg {
    background-color: var(--dark-purple);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {font-size:16px; scroll-behavior: smooth;}
[id] { scroll-margin-top: 100px; }
body, button, input, select, textarea {
    color: var(--black);
    font-family: var(--ywf--family-mukta);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
    /*@media screen and (max-width: 1200px){
        font-size: 18px;
        font-size: 1.125rem;
    }*/
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
    line-height: 1.125em;
    position: relative;
    color: var(--black);
    text-wrap: balance;
    font-weight: 500;
    font-family: var( --ywf--family-lora);
}
h1 {
    font-size: clamp(2.125rem, 0.929rem + 2.857vw, 3.75rem);
    text-align: center;
}
h2 {
    font-size: clamp(2rem, 0.929rem + 2.857vw, 3rem);
}
h3 {
    font-size: clamp(1.5rem, 0.929rem + 2.857vw, 2.25rem);
}
/*.container > p:last-of-type,
.container p:last-of-type,
.entry-content p:last-of-type {
    margin-bottom: 0;
}*/
p {
    margin: 0 0 1.5em;
    text-wrap-style: pretty;
}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html{box-sizing:border-box}
*,:after,:before{box-sizing:inherit}
hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}
ol,ul{
    margin:0 0 1.5em 0;
}
ul{list-style:disc}
ol{list-style:decimal}
li>ol,li>ul{margin-bottom:0;margin-left:1.5em}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
    color: var(--purple);
    text-decoration: none;house water cleanup
    transition: all ease 0.5s;
}
a:hover, a:focus, a:active {
    color: var(--black);
    outline: transparent;
}
.page-section a:not(.button),
.entry-content a:not(.button),
.entry-content a:not(.button):visited {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
.page-section a:not(.button):hover,
.page-section a:not(.button):focus,
.entry-content a:not(.button):hover,
.entry-content a:not(.button):focus,
.entry-content a:not(.button):active {
}
html body :focus {
    outline: 1px dashed var(--black);
    outline-offset: 2px;
}
a[href^="tel:"] {
    white-space: nowrap;
}
/*--------------------------------------------------------------
# Forms and Buttons
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button,
.main-navigation li.menu-item-380 a,
.mobile-navigation li.menu-item-2389 a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: var(--purple);
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    color: var(--white);
    display: inline-block;
    line-height: 1;
    padding: 1.25em 2.75em 1.25em 2rem;
    transition: all ease 0.5s;
    font-size: 1.25rem;
    font-weight: 400;    
    font-family: var(--ywf--family-mukta);
    text-align: center;
    position: relative;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {    
    padding: 1.25em 2.75em;
}
.main-navigation li.menu-item-380 {
    @media screen and (max-width: 825px) {
        width: 100%;
        margin-left: 0;
    }
    & a {
        padding: .75em 2em;
        @media screen and (max-width: 825px) {
            display: block;
            border-radius: 0;
            padding: .75em 1em;
        }
    }
}
.sticky .main-navigation li.menu-item-2389 a {
    padding: .75em 1.9em;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.main-navigation li.menu-item-380 a:hover,
.main-navigation li.menu-item-380 a:focus,
.mobile-navigation li.menu-item-2389 a:hover,
.mobile-navigation li.menu-item-2389 a:focus,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    cursor: pointer;
    background-color: var(--dark-purple);
}

.button:focus-visible, a.button:focus-visible,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
    
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    border: 2px solid var(--dark-purple);
    border-radius: 0;
    color: #666;
    caret-color: var(--black);
}
body .gform_wrapper.gravity-theme select {
    padding: 9px 8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
    caret-color: var(--black);
}
.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    @media screen and (max-width: 1024px) {
        justify-content: center;
    }
}

.button:after,
a.button:after {
    font-family: "Font Awesome 6 Sharp";
    font-weight: 300;
    content: "\f178";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    line-height: 1em;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
/*--------------------------------------------------------------
Row Paddings and Margins
-------------------------------------------------------------*/
.row {
    padding-top: 4em;
    padding-bottom: 4em;
}
.medium-row {
    padding-top: 3em;
    padding-bottom: 3em;
}
.small-row {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.padding-top-1 {
    padding-top: 1em;
}
.padding-top-2 {
    padding-top: 2em;
}
.padding-top-3 {
    padding-top: 3em;
}
.padding-top-4 {
    padding-top: 4em;
}
.padding-top-5 {
    padding-top: 5em;
    @media screen and (max-width: 600px) {
        padding-top: 3.5em;
    }
}
.padding-top-6 {
    padding-top: 6em;
}
.padding-top-7 {
    padding-top: 7em;
}
.padding-top-8 {
    padding-top: 8em;
}
.padding-top-9 {
    padding-top: 9em;
}
.padding-top-10 {
    padding-top: 10em;
}
.padding-bottom-1 {
    padding-bottom: 1em;
}
.padding-bottom-2 {
    padding-bottom: 2em;
}
.padding-bottom-3 {
    padding-bottom: 3em;
}
.padding-bottom-4 {
    padding-bottom: 4em;
}
.padding-bottom-5 {
    padding-bottom: 5em;
    @media screen and (max-width: 600px) {
        padding-bottom: 3.5em;
    }
}
.padding-bottom-6 {
    padding-bottom: 6em;
}
.padding-bottom-7 {
    padding-bottom: 7em;
}
.padding-bottom-8 {
    padding-bottom: 8em;
}
.padding-bottom-9 {
    padding-bottom: 9em;
}
.padding-bottom-10 {
    padding-bottom: 10em;
}

.margin-top-1 {
    margin-top: 1em;
}
.margin-top-2 {
    margin-top: 2em;
}
.margin-top-3 {
    margin-top: 3em;
}
.margin-top-4 {
    margin-top: 4em;
}
.margin-top-5 {
    margin-top: 5em;
}
.margin-top-6 {
    margin-top: 6em;
}
.margin-top-7 {
    margin-top: 7em;
}
.margin-top-8 {
    margin-top: 8em;
}
.margin-top-9 {
    margin-top: 9em;
}
.margin-top-10 {
    margin-top: 10em;
}
.margin-bottom-1 {
    margin-bottom: 1em;
}
.margin-bottom-2 {
    margin-bottom: 2em;
}
.margin-bottom-3 {
    margin-bottom: 3em;
}
.margin-bottom-4 {
    margin-bottom: 4em;
}
.margin-bottom-5 {
    margin-bottom: 5em;
}
.margin-bottom-6 {
    margin-bottom: 6em;
}
.margin-bottom-7 {
    margin-bottom: 7em;
}
.margin-bottom-8 {
    margin-bottom: 8em;
}
.margin-bottom-9 {
    margin-bottom: 9em;
}
.margin-bottom-10 {
    margin-bottom: 10em;
}
/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/

.content-area ul  {
    list-style: none;
    padding: 0;
}
.content-area ul li {
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 .35em;
}
.content-area ol li {
    padding: 0 0 0 .5em;
    margin: 0 0 .35em;

}
.content-area ul li:before {
    font-family: "Font Awesome 6 Sharp";
    content: "\f054";
    font-weight: 700;
    /* display: inline-block; */
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--black);
    font-size: 9px;
    left: 0;
    position: absolute;
    line-height: 1em;
    margin: 10px 0 0;
}
.content-area .white-bg ul li:before {
    color: var(--purple);
}
.content-area .white-bg ol li::marker {
    color: var(--purple);
    font-weight: 700;
}
.content-area ul li ol li {
    padding-left: .5em;
}
.content-area ul li ol li:before {
    content: none;
}
.content-area .no-bullets ul li:before,
.content-area ul.no-bullets li:before,
.content-area ul.products li:before,
.header-phone li:before {
    content: none;
}
.content-area .no-bullets ul li,
.content-area ul.no-bullets li,
.content-area ul.products li  {
    padding-left: 0;
}
/*--------------------------------------------------------------
# White Text Styles
--------------------------------------------------------------*/
.white-text {
    color: var(--white);
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li:before,
.white-text a {
    color: var(--white);
}
.white-text a:hover,
.white-text a:focus {
    color: var(--purple);
}
.white-text a.button,
.white-text button,
.white-text input[type="submit"],
#home-about a.button {
    background-color: var(--cream);
    color: var(--purple);
    border: 1px solid var(--cream);
}
.mobile-navigation li.menu-item-2389 a {
    background-color: var(--purple);
    color: var(--white);
    border: 1px solid transparent;
}
.white-text a.button:hover,
.white-text a.button:focus,
.white-text button:hover,
.white-text button:focus,
#home-about a.button:hover,
#home-about a.button:focus,
.white-text input[type="submit"]:hover,
.white-text input[type="submit"]:focus,
.mobile-navigation li.menu-item-2389 a:hover,
.mobile-navigation li.menu-item-2389 a:focus {
    background-color: var(--dark-purple);
    color: var(--white);
    border: 1px solid var(--cream);
}
.white-text .gform_wrapper.gravity-theme .gfield_required {
    color: var(--white);
}
.white-text input[type="text"],
.white-text input[type="email"],
.white-text input[type="tel"],
.white-text input[type="url"],
.white-text input[type="password"],
.white-text input[type="search"],
.white-text textarea,
.white-text select {
    color: var(--black);
    border: 0;
    caret-color: var(--black);
}
.white-text :focus {
    outline-color: var(--white);
}
.white-text option { 
    background-color: #fff;
    color: var(--black);
}
.white-text .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.white-text .gform_wrapper.gravity-theme .gfield_error label,
.white-text .gform_wrapper.gravity-theme .gfield_error legend,
.white-text .gform_wrapper.gravity-theme [aria-invalid=true]+label,
.white-text .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    color: #ff9a84;
}
.white-text .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true],
.white-text .gform_wrapper.gravity-theme .gfield_validation_message,
.white-text .gform_wrapper.gravity-theme .validation_message {
    outline: 1px solid var(--white);
}
.white-text .gform_wrapper.gravity-theme .gform_validation_errors {
    outline: 2px solid var(--white);
}
/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.container {
    max-width: 1380px;  
    margin-inline: auto;
    box-sizing: border-box;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    @media screen and (min-width: 600px) {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
.medium-container {
    max-width: 1080px;
    margin-inline: auto;    
}
.small-container {
    max-width: 800px;
    margin-inline: auto;    
}
.margin-bottom {
    margin-bottom: 1.5em;
}
.embed-container {
    height:0;
    margin-bottom:2em;
    max-width:100%;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position:absolute;
    top:0;
    height:100%;
    left:0;
    width:100%;
}
.centered {
    text-align: center;
}
.section-header {
    max-width: 1000px;
    margin-inline: auto;
}
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexed-v-center {
    align-items: center;
}
.flexed-v-top {
    align-items: flex-start;
}
.flexed-v-bottom {
    align-items: flex-end;
}
.flexed-stretch {
    align-items: stretch;
}
.flexed-justify-start {
    justify-content: flex-start;
}
.flexed-justify-center {
    justify-content: center;
}
.flexed-justify-end {
    justify-content: flex-end;
}
.flex-73 { flex-basis: 73%; }
.flex-70 { flex-basis: 70%; }
.flex-50 { flex-basis: 50%; }
.flex-48 { flex-basis: 48%; }
.flex-45 { flex-basis: 45%; }
.flex-33 { flex-basis: 33%; }
.flex-32 { flex-basis: 32%; }
.flex-31 { flex-basis: 31%; }
.flex-30 { flex-basis: 30%; }
.flex-23 { flex-basis: 23%; }
.flex-18 { flex-basis: 18%; }
.flexed-with-margin {margin-left:1%; margin-right:1%;}
.bg-image { height: 0; line-height: 0; background-size: cover; background-position: center; background-repeat:no-repeat; }
.four-by-three { padding-top: 75%; }
.square { padding-top: 100%; }
.portrait { padding-top: 133.33%; }
.full-height { height: 100%; }
.contain { background-size:contain; }
.full-width-image {
    & img {
        aspect-ratio: 3/1;
        object-fit: cover;
        width: 100%;
        @media screen and (max-width: 700px) {
            aspect-ratio: 3/2;
        }
    }
    & .container {
        max-width: 100%;
    }
}
.entry-content {
    margin-top: .75em;
}
.entry-content > :last-child {
  margin-bottom: 0;
}
.box-20 {
    padding: 20px;
}
.box-40 {
    padding: 40px;
    @media screen and (max-width: 600px) {
        padding: 20px;
    }
}
.border-radius {
    border-radius: 10px;
    & img {
        border-radius: 10px;
    }
}
.no-line-height {
    line-height: 0;
}
.background-image {
    background-position: center;
    background-size: cover;
}
/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
#sticky-anchor {
    position: absolute;
    transition: all ease 0.3s;
    width: 100%;
    z-index: 0;
}
body:not(.home) .site-header {    
    border-bottom: 1px solid #ddd;
}
.site-header {
    position: relative;
    width: 100%;
    background: var(--white);
    padding: 1em 0;
    z-index: 9000;
    @media screen and (max-width: 825px) {
        padding: .5em 0 0;
    }
    &.mobile-active,
    &.sticky {
        border-bottom: 1px solid #2f2f2f;
        background-color: var(--white);
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9000;
        & .site-logo img {
            @media screen and (max-width: 1024px) {
            }
        }
    }
    & .header-logo-nav {
        @media screen and (max-width: 825px) {            
            padding-bottom: 70px;
            width: 100%;
        }
        @media screen and (max-width: 400px) {
            padding-bottom: 50px;
        }
        & .site-logo {
            @media screen and (max-width: 1024px) {
                margin-bottom: 0;
            }
            & img {
                transition: .5s ease;
                max-width: 350px;
                @media screen and (max-width: 1100px) {
                    max-width: 310px;
                }
                @media screen and (max-width: 1024px) {
                    max-width: 275px;
                }
                @media screen and (max-width: 400px) {
                    max-width: 215px;
                }
            }
            & a {
                display: block;
            }
        }
        & .header-mobile-navs {
            width: 100%;
            max-width: 760px;
            @media screen and (max-width: 1250px) {
                max-width: 660px;
            }
            @media screen and (max-width: 1024px) {
                width: auto;
            }
            @media screen and (max-width: 825px) {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                max-width: 100%;
                justify-content: space-between;
                border-bottom: 1px solid var(--white);
            }
            & .header-navs {
                @media screen and (max-width: 825px) {
                    flex-basis: 50%;
                }
                & .header-phone {
                    padding: 0 0 0.25em;
                    margin: 0;
                    list-style: none;
                    width: 100%;
                    display: flex;
                    justify-content: flex-end;
                    @media screen and (max-width: 825px) {
                        padding: 0;
                    }

                    & li {
                        margin-left: 1.5em;
                        color: var(--purple);
                        &:first-of-type {
                            margin-left: 0;
                        }
                        & a {
                            &:hover,
                            &:focus {
                                color: var(--black);
                                text-decoration: underline;
                                text-decoration-thickness: 1px;
                                @media screen and (max-width: 800px) {
                                    background-color: var(--black);
                                    color: var(--white);
                                    text-decoration: none;
                                }
                            }
                        }
                        &:not(.phone) {
                            @media screen and (max-width: 1024px) {
                                display: none;
                            }
                        }
                        &.phone {
                            @media screen and (max-width: 825px) {
                                width: 100%;
                                text-align: center;
                                & a {
                                    background-color: #59042e;
                                    display: block;
                                    padding: .75em 1em;
                                    line-height: .9em;
                                    color: var(--white);
                                    transition: .5s ease;
                                    &:hover,
                                    &:focus {
                                        text-decoration: none;
                                        background-color: var(--dark-purple);
                                    }
                                }
                            }                            
                        }
                    }
                }
            }
        }
    }
}

.home  .hero-image-wrap { 
    height: calc(100vh - 80px);
    min-height: 400px;
    position: relative;
    @media screen and (max-width: 1024px) {
        height: auto;
        padding-bottom: 5em;
        overflow: hidden;
        padding-top: 5em;
    }
    & .container {
        max-width: 1600px;
    }
    & .hero-image {
        flex-basis: 48%;
        padding-top: 4em;
        position: relative;
        line-height: 0;
        @media screen and (max-width: 1024px) {
            padding-top: 3em;
            flex-basis: 100%;
        }
        @media screen and (max-width: 1024px) {
            display: none;
        }
        & > img {
            width: 100%;
            height: 87vh;
            object-fit: cover;
            object-position: center bottom;
            z-index: 9;
            position: relative;
            border: 20px solid #ffffff20;
            border-bottom: 0;
        }
    }
    & .hero-text {
        flex-basis: 48%;   
        position: relative;
        text-align: left;    
        @media screen and (max-width: 1024px) {
            text-align: center;
            flex-basis: 100%; 
        }                
        &:before {
            width: 500px;
            height: 500px;
            position: absolute;
            content: '';
            right: -150px;
            bottom: -270px;
            opacity: .05;
            z-index: 1;
            background-image: url(/wp-content/uploads/2025/06/site-icon-white.png);
            background-size: cover;
        }
        & h1 {
            line-height: 1.2em;
            color: var(--white);
            text-align: left;
            font-size: clamp(2.25rem, 1rem + 3.333vw, 4rem);
            margin: 0;
            & span {
                color: #ffffff99;
            }
            @media screen and (max-width: 1024px) {
                text-align: center;
            }
        }
        & .hero-text-info {
            font-size: 1.35rem;
            line-height: 1.5em;
            margin: 1.5em 0 1.7em;
            max-width: 570px;
            @media screen and (max-width: 1024px) {
                max-width: 100%;
            }
        }  
    }
}
#map {
    & iframe {
        height: 600px;
        border: 2px solid #8b2054;
    }
    & p {
        margin-bottom: 0;
    }
}
.practice-areas-page-section {
    & .practice-areas-page-blocks {
        row-gap: 40px;
        & .practice-area-page-block {
            padding: 40px;
            flex-basis: 31.5%;
            border: 1px solid var(--purple);
            align-content: flex-start;
            @media screen and (max-width: 1024px) {
                flex-basis: 100%;
            }      
            @media screen and (max-width: 600px) {
                padding: 30px 20px;
            }                           
            & .practice-area-page-header { 
                flex-basis: 100%;             
                & .practice-area-icon {
                    margin-bottom: 1em;
                    & img {
                        max-width: 50px;
                        height: auto;
                    }
                }
            }     
            &:first-of-type {
                flex-basis: 100%;
                padding: 80px;
                @media screen and (max-width: 1024px) {
                    padding: 40px;
                }
                @media screen and (max-width: 600px) {
                    padding: 30px 20px;
                }                
                & .practice-area-page-header {      
                    flex-basis: 20%;
                    @media screen and (max-width: 1024px) {
                        flex-basis: 100%;
                    }
                    & h2 {
                        margin-bottom: 0;
                    }
                }                
                & .practice-area-page-text {      
                    flex-basis: 75%;
                    @media screen and (max-width: 1024px) {
                        flex-basis: 100%;
                    }
                    & p:last-of-type {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}
.practice-areas-section {
    padding-top: 5em;
    @media screen and (max-width: 600px) {
        padding-top: 3.5em;
    }
    & .practice-areas {
        gap: 1em;
        & .practice-area {
            flex-basis: calc(25% - .8em);
            border: 2px solid var(--purple);
            padding: 30px;
            @media screen and (max-width: 1024px) {
                flex-basis: calc(50% - .8em);
                padding: 30px 20px;
            }
            @media screen and (max-width: 600px) {
                flex-basis: 100%;
            }
            & h3 {
                font-size: 1.75rem;
            }
            & p {
                font-size: 1.125rem;
                margin-bottom: 0;
            }
            & .practice-area-icon {
                margin-bottom: 2em;
                & img {
                    max-width: 50px;
                    height: auto;
                }
            }
        }
    }
}

#map-location {
    & .two-columns {
        border: 3px solid #8b2054;
    }
    & .column-1 {
        flex-basis: 50%;
        line-height: 0;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
            margin-bottom: 0;
        }
        & p {
            margin-bottom: 0;
        }
    }
    & .column-2 {
        flex-basis: 50%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
        }
        & p {
            margin-bottom: 0;
            height: 100%;
            & iframe {
                width: 100%;
                height: 100%;
                border: 0;
            }
            @media screen and (max-width: 1024px) {
                height: 500px;
            }
        }
    }
}
#home-about {
    & .two-columns {
        border: 20px solid #8b2054;
        align-items: center;
        background-color: var(--purple);
        padding: 100px 60px;
        @media screen and (max-width: 1024px) {
            padding: 60px 40px;
            flex-direction: column-reverse;
        }
        @media screen and (max-width: 600px) {
            padding: 50px 20px;
        }
    }
    & .column-1 {
        background-color: var(--purple);
        color: var(--white);
        flex-basis: 50%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
            margin-bottom: 0;
        }
        & h2 {
            color: var(--white);
        }
        & p.has-button {
            margin-bottom: 0;
        }
    }
    & .column-2 {
        flex-basis: 50%;
        position: relative;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
        }
        & p {
            margin-bottom: 0;
        }
        &:before {
            width: 480px;
            height: 480px;
            position: absolute;
            content: '';
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: .05;
            z-index: 1;
            background-image: url(/wp-content/uploads/2025/06/site-icon-white.png);
            background-size: cover;
            @media screen and (max-width: 1250px) {
                width: 90%;
                height: 90%;
            }
            @media screen and (max-width: 1024px) {
                content: none;
            }
        }
    }
    & a:focus {
        outline-color: var(--white);
    }
}
.attorney-block {
    margin-bottom: 4em;
    &:last-child {
        margin-bottom: 0;
    }
    & .attorney-image {
        flex-basis: 40%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
        }
        & img {
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 1/1.3;
            border: 2px solid var(--purple);
        }
    }
    & .attorney-text {
        flex-basis: 57%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
            margin-top: 2em;
        }
        & h2 {            
            margin-bottom: .125em;
        }
        & p.attorney-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--purple);
            text-transform: uppercase;
            margin-bottom: .5em;
        }
        & h3 {
            font-size: 1.5rem;
        }
        & .read-more {
            margin-top: 1.5em;
        }
    }
}
.contact-us-contacts {
    @media screen and (max-width: 1024px) {
        text-align: center;
    }    
}
.contact-us-contacts,
.contact-us-page-form {
    flex-basis: 48%;
    @media screen and (max-width: 1024px) {
        flex-basis: 100%;
    }
}
.contact-form-section  {
    & .contact-form-text {
        flex-basis: 50%;
        padding: 100px 80px;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
            padding: 60px 40px;
        }
        @media screen and (max-width: 600px) {
            padding: 40px 20px;
        }
        & p,
        & h2 {
            @media screen and (max-width: 1024px) {
                text-align: center;
            }
        }
        & a {
            font-size: 1.5rem;
            &[href^="tel:"]:before,
            &[href^="mailto:"]:before {
                font-family: "Font Awesome 6 Sharp";
                content: "\e5be";
                font-weight: 300;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                margin-right: 10px;
            }
            &[href^="mailto:"]:before {                    
                content: "\f0e0";
            }
        }
    }
    & .contact-form-image {
        flex-basis: 50%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
        }
        & img {
            max-width: none;
            width: 100%;
            object-fit: cover;
            height: 100%;
            @media screen and (max-width: 1024px) {
                height: auto;
                aspect-ratio: 1.5;
            }

        }
    }
}
.two-columns {
    & .two-column {
        flex-basis: 48%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
        }
    }
    & h2,
    & p.has-button {
        @media screen and (max-width: 1024px) {
            text-align: center;
        }
    }
    & .column-1 {
        @media screen and (max-width: 1024px) {
            margin-bottom: 4em;
        }
    }
}
.left-img,
.right-img,
.left-text,
.right-text {
    flex-basis: 48%;
    @media screen and (max-width: 1024px){  
        flex-basis: 100%;
    }
}
.content-text p:last-of-type {
    margin-bottom: 0;
}
.left-text,
.right-text {
    @media screen and (max-width: 1024px){  
        max-width: 100%;
        margin-top: 2em;
    }
    & h2,
    & h3,
    p.has-button {
        @media screen and (max-width: 1024px){  
            text-align: center;
        }
    }
}
.right-image-text {
    flex-direction: row-reverse;
    @media screen and (max-width: 1024px){  
        flex-direction: column-reverse;
    }
}
#home-overview.padding-top-5 {
    padding-top: 8em;
    @media screen and (max-width: 1024px) {
        padding-top: 5em;
    }
    @media screen and (max-width: 600px) {
        padding-top: 3.5em;
    }
}
body .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: var(--purple);
}
body .gform_wrapper.gravity-theme .gf_progressbar_blue {
    background: #757575;
}
body .gform_wrapper.gravity-theme .gform_validation_errors>h2  {
    font-size:1rem;
    & .gform-icon {
        inset-inline-start: -1.25em;
    }
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 20px 0 0;
    padding: 0;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    @media only screen and (max-width: 641px) {     
        line-height: 1;
        min-height: 25px;
    }
}
.quick-links-404 {
    margin-top: 3em;
    & ul {
        column-count: 3;
        column-gap: 40px;
        @media screen and (max-width: 1024px) {
            column-count: 2;
        }
        @media screen and (max-width: 600px) {
            column-count: 1;
        }
    }
    & h2 {
        text-align: center;
    }
}
.mobile-company {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #fff;
}
.mobile-contact {
    & h2 {
        font-size: 1.5rem;
    }
    & a {
        text-decoration: underline;
        &:hover,
        &:focus {
            color: #ffffff99;
        }
    }
}
/*zzzz*/
/*--------------------------------------------------------------
Footer Styles
--------------------------------------------------------------*/
body .footer-email-signup .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
}
.footer-email-signup {
    max-width: 1200px;
    margin-inline: auto;
    & .footer-email-signup-text {
        flex-basis: 48%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
            text-align: center;
        }
        & p:last-of-type {
            margin-bottom: 0;
        }
    }
    & .footer-email-signup-form {
        flex-basis: 48%;
        @media screen and (max-width: 1024px) {
            flex-basis: 100%;
            max-width: 600px;
            margin: 2em auto 0;
        }
        & .gform_wrapper.gravity-theme .gform_fields {
            display: flex;
            grid-column-gap: 0;
            grid-row-gap: 0;
        }
        & input#gform_submit_button_4 {
            border-radius: 0;
            padding: .75em 1.5em;
            border: 3px solid var(--white);
            @media screen and (max-width: 641px) {
                padding: 0.92em 1.5em;
                min-height: 20px;
                line-height: 1em;
            }
            &:hover,
            &:focus {
                background-color: var(--black);
                color: var(--white);
            }
        }
        & input#input_4_1 {
            padding: 15.5px 5px;
            border: 3px solid var(--white);
        }
        & #field_4_1 {
            width: calc(100% - 119px);
        }
    }
}
#mannix {
    font-size: 1rem;
    & p {
        margin-bottom: 0.125em;
    }
    & a {
        text-decoration: underline;
    }
    & a:hover,
    & a:focus {        
        color: #d3a8bd;
    }
}
.footer-attorney-advertising {
    border-bottom: 1px solid #ffffff20;
    font-size: 1rem;
    & h2 {
        font-size: 1.25rem;
    }
    & p {
        max-width: 900px;
        margin-inline: auto;
    }
}
.footer-cols {
    padding-bottom: 3.5em;
    & a:not(.button) {
        text-decoration: underline;
        &:hover,
        &:focus {
            color: #d3a8bd;
        }
    }
    .footer-col {
        flex-basis: 23%;
        @media screen and (max-width: 1024px){
            flex-basis: 100%;
            text-align: center;
        }
        & h2 {
            font-size: 1.5rem;
            margin-bottom: .75em;
        }
        &.footer-col-1 {
            @media screen and (max-width: 1024px){
                margin-bottom: 2em;
            }
            & .footer-logo {
                text-align: center;
                & img {
                    max-width: 210px;
                }
            }
            & .footer-social {
                margin-top: 2em;
                & .social-icon {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                    & a {
                        text-decoration: none;
                        background-color: var(--purple);
                        border-radius: 50%;
                        width: 42px;
                        height: 42px;
                        line-height: 2em;
                        text-align: center;
                        padding-top: 5px;
                        display: inline-block;
                        @media screen and (max-width: 1024px){
                            line-height: 2.1em;
                        }
                    }
                    &:last-of-type {
                        margin-right: 0;
                    }
                    & svg {
                        fill: var(--white);
                        width: 20px;
                        height: 20px;
                        transition: all ease 0.3s;
                    }
                    & a:hover,
                    & a:focus {     
                        background-color: var(--white);
                        & svg {
                            fill: var(--black);
                        }
                    }
                }
            }
        }
        &.footer-col-4 {
            & .footer-navigation {
                width: 100%;
                margin-bottom: 1.4em;
                & ul {        
                    list-style: none;
                    margin: 0;
                    padding-left: 0;
                    @media screen and (max-width: 1024px){
                        max-width: 100%;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                        column-gap: 20px;
                        column-count: 1;
                    }

                    & li {
                        position: relative;
                        display: block;
                        margin-bottom: 5px;
                        @media screen and (max-width: 1024px){
                            text-align: left;
                        }
                        &:last-of-type {
                            margin-bottom: 0;
                        }
                    }
                }
            }
        }
    }
}
/*--------------------------------------------------------------
# Navigation
## Menus
--------------------------------------------------------------*/
.ceiling-navigation {
    flex-basis: 100%;
    padding: 2px 0 1.35em;
    display: flex;
    justify-content: flex-end;
    @media screen and (max-width: 1200px) {
        padding-bottom: 1.9em;
    }
    @media screen and (max-width: 1024px) {
        display: none;
    }
    & ul {
        list-style: none;
        text-align: right;
        padding: 0;
        margin: 0;
        & li {
            display: inline-block;
            margin-right: 1em;
            @media screen and (max-width: 1024px) {
                margin-right: 0.5em;
            }
            & a {
                font-size: 1rem;
                color: var(--white);
                font-weight: 700;
                &:hover,
                &:focus {
                    color: var(--purple);
                    text-decoration: underline;
                }
            }
        }
    }
}
.main-navigation {
    width: 100%;
    padding-top: .75em;
    border-top: 1px solid #ddd;
    @media screen and (max-width: 1024px) {
        width: auto;
        border: 0;
        padding: 0;
    }
    @media screen and (max-width: 825px) {
        flex-basis: 50%;
    }
    & ul {        
        list-style: none;
        margin: 0;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    & ul li {
        margin-left: 3em;
        text-align: center;
        line-height: 0.8em;
        @media screen and (max-width: 1250px) {
           margin-left: 1em;
        }
        &:not(.menu-item-380) {
            @media screen and (max-width: 1024px) {
                display: none;
            }
        }
    }
    & ul li a {
        font-size: 1.125rem;
        color: var(--black);
        text-decoration: none;
        transition: .5s ease;
        position: relative;
        padding: .5em 0;
        font-weight: 500;
        display: inline-block;
        text-transform: uppercase;
    }   
    & button {
        background-color: transparent;
        border-radius: 0;
        padding: 4px;
        margin-left: -4px;
        color: var(--white);
        position: relative;
        display: inline-block;
    }
    & ul ul {
        background: var(--white);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        display: none;
        float: left;
        left: -999em;
        position: absolute;
        z-index: 99999;
        padding: 20px 30px;
        min-width: 250px;
        align-items: flex-start;
    }
    & ul ul ul {
        display: none;
        left: -999em;
        top: 0;
    }
    & ul ul a {
        display: block;
        color: var(--black);
        padding: 5px 0;
        font-size: 1.125rem;
        font-family: var(--ywf--family-dm-sans);
        text-transform: none;
    }
    & ul ul li {
        display: block;
        margin: 10px 0;
        text-align: left;
    }
    & li.menu-item-2389 {
        @media screen and (max-width: 1024px) {
           display: block;
           margin-left: 0;  
        }
    }
    & li:last-of-type {
        margin-right: 0;
    }
    & li:first-of-type {
        margin-left: 0;
    }
}
.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li > a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {

}
.main-navigation ul li.menu-item-380 a:after,
.main-navigation ul ul a:focus:after,
.main-navigation ul ul li.focus > a:after,
.main-navigation ul ul .current_page_item > a:after,
.main-navigation ul ul .current-menu-item > a:after {
    content: none;
}
.main-navigation a:after,
.main-navigation a:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: .2;
    transition: .5s all cubic-bezier(0.48, -0.01, 0.27, 1.21);
    background-color: var(--purple);
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    transform: translateZ(0) scaleX(0);
    will-change: opacity, transform;
}

.main-navigation ul ul a:after,
.main-navigation ul ul a:after,
.main-navigation ul ul li.focus > a:after,
.main-navigation ul ul .current_page_item > a:after,
.main-navigation ul ul .current-menu-item > a:after {
    content: none;
}
.main-navigation a:hover:after,
.main-navigation a:focus:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: 1;
    transform: translateZ(0) scaleX(1);
}
.main-navigation li > a:focus-visible {
    outline: 1px dashed;
    outline-offset: 2px;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
    color: var(--purple);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    display: block;
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: 100%;
}




/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 8000;
    overscroll-behavior: contain;
    padding: 180px 40px 3em;
    background-color: var(--purple);
}
.mobile-nav-wrapper {
    display: block;
    @media screen and (min-width: 1024px){
        display: none;
    }
}
.mobile-nav-wrapper span {
    display: block;
    color: var(--black);
    font-size: 1rem;
}
#togglenav {
    background: transparent;
    border-radius: 0;
    color: var(--black);
    font-size: 2.5rem;
    padding: 0;
    margin-left: 1em;
    @media screen and (max-width: 800px) {
        margin-left: 0;
    }
    &:hover,
    &:focus {
        color: var(--purple);
    }
}
.mobile-navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0;
    max-width: 450px;
}
.mobile-navigation li {
    position: relative;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mobile-navigation li a {
    display: block;
    padding: .2em 0;
    font-size: 1.5rem;
    position: relative;
    color: var(--white);
}
.mobile-navigation ul ul {
    display: none;
    margin: 0;
    flex-basis: 100%;
}
.mobile-navigation ul ul li a {
    font-size: 1.125rem;
    text-transform: none;
    font-family: var(--ywf--family-mukta);
}
.mobile-navigation li:not(.menu-item-2389).current-menu-item > a,
.mobile-navigation li:not(.menu-item-2389) > a:hover, .mobile-navigation li:not(.menu-item-2389) > a:focus {
    color: #ffffff99;
}
.mobile-navigation li {
    position: relative;
}
.mobile-navigation ul li.menu-item-has-children > a { 
    margin-right: 10px;
}
.mobile-navigation li>button {
    border-radius: 0;
    padding: 2px 4px 3px 5px;
    z-index: 1000;
    background-color: transparent;
    color: var(--purple);
    border: 0;
    font-size: 1.5rem;
    box-shadow: none;
    &:hover,
    &:focus {
        color: var(--white);
        background-color: transparent;
    }
}
.mobile-navigation ul li.focus > ul {display: block;}

.mobile-navigation .menu-item-2389 {
    margin-top: 1em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus {border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}
#content[tabindex="-1"]:focus {outline: transparent;}
a.skip-link {color: #000; background-color: #FFF;}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0.01ms !important;
  }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline; float: left; margin-right: 1.5em;margin-bottom: 1.5em;}
.alignright {display: inline; float: right; margin-left: 1.5em;margin-bottom: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, 
.site-content:before, .site-content:after,  {
    content: ""; display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-content:after, {
    clear: both;
}

/*--------------------------------------------------------------
# Content
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.byline, .updated:not(.published) {display: none;}
.single .byline, .group-blog .byline {display: inline;}
.page-links {clear: both; margin: 0 0 1.5em;}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {display: none;}
.comment-content a {word-wrap: break-word; }
.bypostauthor {display: block; }
embed, iframe, object {max-width: 100%;}
iframe {
    width: 100%;
}
.wp-caption {margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] {display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text {margin: 0.8075em 0; }
.wp-caption-text {text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em; display: grid; grid-gap: 1.5em;}
.gallery-item {display: inline-block; text-align: center; width: 100%;}
.gallery-columns-2 {grid-template-columns: repeat(2, 1fr);}
.gallery-columns-3 {grid-template-columns: repeat(3, 1fr);}
.gallery-columns-4 {grid-template-columns: repeat(4, 1fr);}
.gallery-columns-5 {grid-template-columns: repeat(5, 1fr);}
.gallery-columns-6 {grid-template-columns: repeat(6, 1fr);}
.gallery-columns-7 {grid-template-columns: repeat(7, 1fr);}
.gallery-columns-8 {grid-template-columns: repeat(8, 1fr);}
.gallery-columns-9 {grid-template-columns: repeat(9, 1fr);}
.gallery-caption {display: block;}