.tag {
    font-family: Mulish, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
a {
    font-family: Outfit, sans-serif;
}
#content {
    min-height: calc(100vh - 295px);
}
label,
textarea,
input {
    font-family: Mulish, sans-serif;
    font-weight: 500;
}
* {
    box-sizing: border-box;
}
.section {
    position: relative;
    overflow: hidden;
    padding: 112px 0;
}
.section + p {
    margin-top: 112px;
}
.dark-section {
    background: var(--black);
    color: #fff;
}
.white-section {
    background: #fff;
    color: #000;
}
.subs p {
    margin: 0 0 0;
}
@media(min-width:992px){
  .media{
    text-align:right;
  }
}
.media img {
    width: 100%;
    height: auto;
    max-width: 564px;
}
.cta img {
    margin-left: 10px;
    filter: brightness(0) invert(1);
    transition: 250ms ease;
}
.cta:hover img {
    filter: brightness(1) invert(0);
}
.header-link a,
.cta-blue,
.cta-black,
.cta-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff !important;
    border: 1px solid var(--gray-100);
    font-size: 20px;
    font-weight: 600;
    padding: 14px 47px;
    line-height: 1;
    text-decoration: none;
    border-radius: 40px;
    transition: all 250ms ease;
    cursor: pointer;
}
.cta-green {
    background: var(--btn-green);
    color: var(--black) !important;
    border-color: var(--black);
}
.cta-black {
    background: var(--black);
    color: #fff !important;
    border-color: var(--black-12);
}
.cta-white {
    color: #000 !important;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #6E7180;
    font-family: 'Mulish';
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 7px 15px;
    transition: all 250ms ease;
}
.cta-white:hover {
    background: #00bb43;
    color: #fff !important;
    border-color: #00a83c;
}
.header-link a:hover,
.cta-blue:hover,
.cta-green:hover {
    background: var(--black);
    border-color: var(--btn-green);
    color: var(--btn-green) !important;
}
.cta-green:hover {
    background: var(--black-33);
    color: #fff !important;
    border-color: transparent;
}
.cta-black:hover {
    background: var(--black-33);
    color: #fff !important;
    border-color: transparent;
}
.content p:last-child,
.content ul:last-child,
.content ol:last-child {
    margin-bottom: 0;
}
.content-area a:not(.cta) {
    color: #000;
    transition: all 250ms ease;
    text-underline-offset: 2px;
}
.content-area .dark-section a:not(.cta) {
    color: #fff;
}
.content-area a:not(.cta):hover {
    text-decoration-color: #00BB43;
}
li::marker {
  color: var(--gray-300);
}
ol li::marker {
  color: inherit;
}
.dark-section li::marker {
    color: #00BB43;
}
b, strong {
    font-family: Mulish, sans-serif;
    font-weight: 700;
}
h1,
.h1 {
    font-family: Outfit, sans-serif;
    font-weight: 300;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: -1px;
    margin: 0 0 24px;
}
h2,
.h2 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1px;
    margin: 0 0 24px;
}
h3,
.h3 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;

    margin: 0 0 24px;
}
h4,
.h4 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;

    margin: 0 0 24px;
}
h5,
.h5 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;

    margin: 0 0 24px;
}
.subtitle {
    font-family: Mulish, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
}
.regular-content {
    font-size: 20px;
    line-height: 1.5;
}
.regular-content h1 {
    font-weight: 500;
    font-size: 56px;
}
.text-center {
    text-align: center;
}
.text-center ul,
.text-center ol {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.text-center li {
    text-align: left;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ctas {
    margin: 32px 0 0;
    display: flex;
    gap: 16px;
}
/*-container-*/
#content > *:not(.section),
.container {
    width: 1366px;
    padding: 0 24px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#content > ul.wp-block-list,
#content > ol.wp-block-list {
    padding-left: 2em !important;
}
@media (max-width: 1349px) {
    #content > *:not(.section),
    .container {
        width: 1180px;
    }

    h1,
    .h1 {
        font-size: 60px;
    }

    h2 {
        /*font-size: 44px;*/
    }

    h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .section {
        padding: 90px 0;
    }

    .section + p {
        margin-top: 90px;
    }

    #content > *:not(.section),
    .container {
        width: 990px;
    }

    h1,
    .h1 {
        /*font-size: 44px;*/
    }

    h2 {
        /*font-size: 36px;*/
    }

    h3 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .section {
        padding: 70px 0;
    }

    .section + p {
        margin-top: 70px;
    }

    #content > *:not(.section),
    .container {
        width: 760px;
    }

    h1,
    .h1 {
        font-size: 48px;
    }

    h2 {
        /*font-size: 32px;*/
        font-size: 40px;
    }

    h3 {
        font-size: 26px;
    }

    body.menu-open {
        overflow: hidden;
    }

    body {
        font-size: 24px;
        line-height: 140%;
    }
}
@media (max-width: 767px) {
    .section {
        padding: 64px 0;
    }

    .section + p {
        margin-top: 60px;
    }

}
/*-container-*/

/*--basic theme--*/
.content-area > h1,
.content-area > .h1 {
    margin-top: 112px;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 1.2em;
}
.content-area > h2 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1.2em;
}
.content-area > h3 {
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.3em;
}
.content-area > h4 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.4em;
}
.content-area > h5 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.4em;
}
.content-area > h6 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.5em;
}
.content-area > :is(p, ol, ul) {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}
.content-area > ul:last-child,
.content-area > ol:last-child,
.content-area > p:last-child,
.content-area > *:last-child[class*="wp-block-"] {
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .content-area > h1,
    .content-area > .h1 {
        margin-top: 80px;
    }
}
@media (max-width: 991px) {
    .content-area > h1,
    .content-area > .h1 {
        margin-top: 40px;
    }
}
/*--basic theme--*/

/*--404--*/
.error404 {
    background: #000;
}
.not-found h1 {
    font-size: 48px;
    line-height: 1.2em;
    margin: 0 auto 32px;
    width: 790px;
    max-width: 100%;
}
.not-found h1 span {
    display: block;
    font-size: 80px;
    margin: 0 0 32px;
}
@media (max-width: 767px) {
    .not-found h1 {
        font-size: 36px;
    }

    .not-found h1 span {
        font-size: 60px;
    }
}
/*--404--*/

/*--header--*/
body.admin-bar header.primary-header {
top: 32px;
}
header.primary-header {
    background: transparent;
    color: #fff;
    padding: 16px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
body.menu-open header.primary-header,
body.scroll-active header.primary-header {
    position: fixed;
    background: var(--black);
    animation: scroll-down 250ms ease forwards;
}
@keyframes scroll-down {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0%)
    }
}
body.menu-open header.primary-header{
    animation: none;
}
header.primary-header .container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-logo > a svg{
    width: 143px;
}
.header-logo > a {
    display: block;
    line-height: 0;
}
.header-logo {
    position: absolute;
    left: 24px;
    /*top: 7px;*/
    line-height: 0;
}
.header-navs ul {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header-navs ul li {
    list-style: none;
    position: relative;
}
.header-navs ul li.header-link {
    position: static;
    margin: auto auto 0;
}
@media (min-width: 992px) {
    .header-navs ul li.menu-item-has-children:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 7px;
        background: url(/wp-content/themes/archstonedigital/assets/images/menu-arrow.svg) no-repeat center / 100% auto;
        filter: grayscale(1) brightness(2);
        transition: all 250ms ease;
    }

    .header-navs ul li.menu-item-has-children:hover:after {
        filter: grayscale(0) brightness(1);
    }

    .header-navs .sub-menu {
        position: absolute;
        background: #fffffffa;
        z-index: 1;
        box-shadow: 0 0 1px #000;
        top: calc(100% + 20px);
        padding: 20px;
        border-radius: 3px;
        left: 0;
        display: none;
        flex-flow: column;
        gap: 5px;
        min-width: 200px;
        min-height: 150px;
        align-items: flex-start;
    }

    .header-navs .sub-menu:before {
        content: "";
        position: absolute;
        top: -20px;
        height: 20px;
        width: 100%;
        left: 0;
    }

    .header-navs li:hover .sub-menu {
        display: flex;
    }

    ul.sub-menu li:not(:last-child) {
        margin: 0 0 5px;
    }

    .header-navs li:hover .sub-menu a {
        color: #000;
        white-space: nowrap;
    }
}
.header-navs a {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-100);
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 250ms ease;
}
.header-navs a[aria-current="page"]{
    color: var(--gray-300);
}
.header-link a {
    font-size: 16px;
    position: absolute;
    top: 7px;
    right: 0;
    width: 145px;
    text-transform: none;
    font-weight: 400;
    padding: 9.5px 16px 9.5px;
    border-radius: 20px;
    background: var(--black-12);
}
@media (min-width: 992px) {
    .header-navs li:hover .sub-menu a:hover,
    .header-navs li:hover a {
        color: var(--btn-green);
    }
}
@media (max-width: 1199px) {
    .header-logo{
        left: 24px;
    }
}
@media (max-width: 991px) {
    header.primary-header {
        padding: 0;
    }
    body.scroll-active header.primary-header {
        top: 0;
    }

    .header-logo {
        /*position: static;*/
        /*margin: 7px 0 0 -14px;*/
        /*left: 0;*/
        position: relative;
        top: 0;
        left: 24px;
        position: static;

        z-index: 99;
    }

    header.primary-header .container {
        justify-content: space-between;
        height: 80px;
    }

    .header-navs > ul:has(>li:only-child) {
        position: static;
        width: auto;
        transform: none;
        background: transparent;
        height: auto;
        padding: 0;
    }

    .header-navs > ul {
        position: fixed;
        /* width: 450px; */
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        top: 0;
        right: 0;
        flex-flow: column;
        align-items: flex-start;
        background: var(--black);
        transition: all 500ms ease;
        transform: translateX(calc(100% + 10px));
        padding: 70px 20px 50px 30px;
        box-shadow: 0 0 2px #000;
        overflow-y: auto;
        padding-top: 104px;
        gap: 24px;
    }
    .header-navs ul li {
      width: 730px;
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
    }

    .header-navs a {
        font-size: 18px;
        line-height: 150%;
    }

    .menu-open .header-navs > ul {
        transform: translateX(0);
    }

    .header-navs ul.sub-menu {
        flex-flow: column;
        gap: 0;
        padding: 0 0 0 12px;
    }

    .header-navs ul.sub-menu li {
        margin-top: 8px;
    }

    .header-navs a {
        color: #EAE9EF;
    }

    .header-navs a:hover {
        color: #00BB43;
    }

    .header-navs:has(>ul>li:only-child) .mob-menu {
        display: none;
    }

    .mob-menu {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background-image: url(/wp-content/themes/archstonedigital/assets/images/mob-menu.svg), url(/wp-content/themes/archstonedigital/assets/images/mob-menu-close.svg);
        background-size: auto, 0;
        filter: grayscale(1) brightness(1.5);
        transition: filter 250ms ease;
    }

    .mob-menu:is(:hover, .open) {
        /*filter: grayscale(0) brightness(1);*/
    }

    .mob-menu.open {
        background-size: 0, auto;
    }

    .header-link a {
        position: static;
        color: #050414 !important;
        font-size: 20px;
        font-weight: 600;
        padding: 16px 47px;
        line-height: 1;
        text-decoration: none;
        border-radius: 40px;
        transition: all 250ms ease;
        cursor: pointer;
        background: var(--btn-green);
        width: auto;
        border: 0;
    }
}
@media (max-width: 480px) {
    .header-logo{
        margin: 0 ;
        width: 143px;
    }
    .header-logo  svg, .header-logo  img {
        max-width: 100%;
        margin-top: 7px;
    }
}
@media (max-width: 424px) {
    .header-link:only-child a {
        padding: 5px 10px;
    }
}
/*--header--*/
