@media only screen and (max-width: 1800px) {

    .meet-the-team {
        /* border: solid 2px red; */
        margin-left: clamp(20px, 4vw, 100px) !important;
        max-width: unset !important;
    }

}

@media only screen and (max-width: 1550px) {

    .meet-the-team {
        /* border: solid 2px blue; */
        margin-left: clamp(20px, 4vw, 100px) !important;
        max-width: unset !important;
    }

    .meet-the-team h2 {
        font-size: 3.6rem;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .meet-the-team p {
        font-size: 2rem;
        /* line-height: 1.2; */
        margin-bottom: 30px;
    }

    .meet-the-team .wp-block-button__link {
        font-size: 2.0rem;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    footer .flex {
        gap: 40px;

    }

    footer .badges img:nth-child(1) {
        height: calc(165px*0.8);
    }

    footer .badges img:nth-child(2) {
        height: calc(89px*0.8);
    }

}

@media only screen and (max-width: 1400px) {

    footer .badges {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    footer .badges img:nth-child(1) {
        /* flex-grow: 0; */
        /* flex-basis: 100%; */
        /* width: auto; */
        height: calc(165px*0.5);
    }

    footer .badges img:nth-child(2) {
        /* flex-basis: 100%; */
        /* width: auto; */
        height: calc(89px*0.5);
    }



    .team-member--jumbotron .wp-block-column:nth-child(2) {
        padding: 75px;

    }

    .cs-grids--landscaping .wp-block-group:nth-child(1) {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .cs-grids--landscaping .wp-block-group h2 {
        margin-top: 0;
    }

    .cs-grids--landscaping .wp-block-group .wp-block-group {
        flex-wrap: wrap !important;
    }
}

@media only screen and (max-width: 1200px) {

    html {
        font-size: 9px;
    }

    .menu li.menu-item-has-children>a::after {
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;

    }

    /* 
    * {
        border: solid 1px red;
    } */

    footer .badges {
        /* flex-wrap: wrap; */
    }

    /* ul#menu-footer {
        columns: 1;

    } */

    footer .flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /* footer .flex div:nth-child(2) {
        padding-top: 50px;
        border-top: solid 1px #999;
    } */


    .tree-dedication--big-sky {
        margin-left: 2% !important;
        /* border: solid 5px blue; */
        /* max-width: unset !important; */
    }


    .team-member--jumbotron .wp-block-column:nth-child(2) {
        padding: 50px;

    }

}

@media only screen and (max-width: 1024px) {

    h1, h2, h3, h4 {
        line-height: 1.2 !important;
    }

    html {
        font-size: 8px;
    }

    .no-mobile {
        display: none !important;
    }

    .no-desktop {
        display: block !important;
    }

    .wp-block-columns:not(.columns-with-number, .home-page-pictures) {
        flex-wrap: wrap !important;
        height: auto !important;
        min-height: unset !important;
        gap: 30px;
    }

    .wp-block-columns:not(.home-page-pictures) .wp-block-column {
        flex-basis: 100% !important;
    }

    .wp-block-columns .wp-block-column h2 br {
        /* display: none; */
    }


    header .miolo {
        align-items: flex-end;

    }

    header .miolo .logo img {
        margin-bottom: 3.5rem;
    }

    nav ul {
        justify-content: flex-end;
    }

    .wp-block-columns.columns-with-number img {
        width: 74px;
    }

    .wp-block-columns.columns-with-number .wp-block-columns .wp-block-column:nth-child(1) {
        flex-basis: 20% !important;
    }

    .wp-block-columns.columns-with-number .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 80% !important;
    }

    .columns-with-number img {
        width: auto !important;
    }

    .columns-with-number {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    footer .flex {
        display: flex;
        flex-wrap: wrap;
        gap: 120px;
        font-size: 24px !important;
        margin-bottom: 120px;
    }

    footer .flex>* {
        flex-basis: 100%;
    }



    footer .flex div:nth-child(2) {

        padding-top: 50px;
        /* border-top: solid 1px #999; */
    }

    footer .flex div:nth-child(3),
    footer .flex div:nth-child(5) {
        padding-top: 50px;
        padding-bottom: 50px;
        /* border-top: solid 1px #999; */
        /* border-bottom: solid 1px #999; */
    }

    footer .flex div:nth-child(5) {
        align-items: center;
        justify-content: space-evenly !important;
    }

    footer .logo {
        text-align: center;
        order: 1;
    }

    footer .menu-footer {
        order: 2;
        flex-basis: 80%;
        margin-inline: auto;
    }

    footer .menu-footer a {
        font-size: 24px !important;
        display: inline-block;
    }

    footer .address {
        padding-top: 0 !important;
        font-size: 24px !important;
        line-height: 1.2;
        text-align: center;
        order: 3;
    }

    footer .hours {
        order: 4;
        text-align: center;
        font-size: 24px !important;
        margin-top: 0;
    }

    footer .hours br {
        display: none;
    }

    footer .ala-social-container {
        justify-content: center !important;
        order: 5;
    }

    footer .badges:not(.no-mobile) {
        /* margin-top: 0 !important; */
        display: flex !important;
        justify-content: center !important;
        /* align-items: center !important; */
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        order: 6;
        margin-top: 120px;
        gap: 40px;
        /* border: Solid 2px red; */

    }

    footer .badges img:nth-child(1) {
        height: 165px;
    }

    footer .badges img:nth-child(2) {
        height: 89px;
    }


    .credits {
        text-align: center;
        font-size: 2rem;
        line-height: 1.6;
    }

    /* GALLERY */
    .commercial-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(6, 1fr) !important;
        /* border: Solid 2px red; */

    }


    .commercial-gallery figure:nth-child(1) {
        grid-column: unset;
        grid-row: unset;
        grid-area: 1 / 1 / 3 / 3;
    }

    .commercial-gallery figure:nth-child(2) {
        grid-column-start: unset;
        grid-area: 5 / 1 / 6 / 2;

    }

    .commercial-gallery figure:nth-child(3) {
        grid-row: unset;
        grid-column-start: unset;
        grid-row-start: unset;
        grid-area: 5 / 2 / 7 / 3;

    }

    .commercial-gallery figure:nth-child(4) {
        grid-row: unset;
        grid-row-start: unset;
        grid-area: 3 / 1 / 5 / 2;

    }

    .commercial-gallery figure:nth-child(5) {
        grid-row-start: unset;
        grid-area: 3 / 2 / 4 / 3;

    }

    .commercial-gallery figure:nth-child(6) {
        grid-column-start: unset;
        grid-row-start: unset;
        grid-area: 4 / 2 / 5 / 3;

    }

    .commercial-gallery figure:nth-child(7) {
        grid-column-start: unset;
        grid-row-start: unset;
        grid-area: 6 / 1 / 7 / 2;

    }

    /* RESIDENTIAL */

    .residential-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(6, 1fr) !important;

    }


    .residential-gallery figure:nth-child(1) {

        grid-area: 1 / 1 / 3 / 3;
    }

    .residential-gallery figure:nth-child(2) {
        grid-area: 5 / 1 / 6 / 2;

    }

    .residential-gallery figure:nth-child(3) {
        grid-row: unset;
        grid-area: 5 / 2 / 7 / 3;

    }

    .residential-gallery figure:nth-child(4) {
        grid-row: unset;
        grid-area: 3 / 1 / 5 / 2;

    }

    .residential-gallery figure:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3;

    }

    .residential-gallery figure:nth-child(6) {
        grid-column: unset;
        grid-row: unset;
        grid-column-start: unset;
        grid-row-start: unset;
        grid-area: 4 / 2 / 5 / 3;

    }

    .residential-gallery figure:nth-child(7) {

        grid-row-start: unset;
        grid-area: 6 / 1 / 7 / 2;

    }

    /* GARDEN BEDS */



    .gardenbeds-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(6, 1fr) !important;
    }

    .gardenbeds-gallery figure:nth-child(1) {
        grid-area: 1 / 1 / 3 / 3;
    }

    .gardenbeds-gallery figure:nth-child(2) {
        grid-column: unset;
        grid-row: unset;
        grid-area: 3 /2 / 4 / 3;
    }

    .gardenbeds-gallery figure:nth-child(3) {
        grid-row: unset;
        grid-row-start: unset;
        grid-area: 3 / 1 / 5 / 2;
    }

    .gardenbeds-gallery figure:nth-child(4) {
        grid-column-start: unset;
        grid-row-start: unset;
        grid-area: 4 / 2 / 5 / 3;
    }

    .gardenbeds-gallery figure:nth-child(5) {
        grid-row: unset;
        grid-column-start: unset;
        grid-row-start: unset;
        grid-area: 5 / 2 / 7 / 3;
    }

    .gardenbeds-gallery figure:nth-child(6) {
        grid-row-start: unset;
        grid-area: 5 / 1 / 6 / 2;
    }

    .gardenbeds-gallery figure:nth-child(7) {
        grid-row-start: unset;
        grid-area: 6 / 1 / 7 / 2;
    }


    /* CASE STUDIES */


    .casestudies-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(4, 1fr) !important;
    }

    .casestudies-gallery figure:nth-child(1) {
        grid-row: span 2 / span 2;
    }


    .casestudies-gallery figure:nth-child(3) {
        grid-column: span 2 / span 2;
        grid-column-start: 1;
        grid-row-start: 3;
    }

    .casestudies-gallery figure:nth-child(4) {
        grid-column-start: 2;
        grid-row-start: 2;
    }

    .casestudies-gallery figure:nth-child(5) {
        grid-column-start: unset;
        grid-row-start: 4;
    }

    .casestudies-gallery figure:nth-child(6) {
        grid-column-start: unset;
        grid-row-start: 4;
    }



    /* GALLERY */

    .pick-your-tree {
        flex-wrap: wrap !important;
    }

    .pick-your-tree h2 {
        text-align: center;
        flex-basis: 100%;
        white-space: nowrap;

    }

    .pick-your-tree p {
        text-align: center;
        flex-basis: 100%;
    }

    /* .pick-your-tree .wp-block-columns {
        width: 80% !important;
    } */

    .pick-your-tree h2 br {
        display: none;
    }

    .pick-your-tree h2 br::after {
        content: " ";

    }

    .from-humble-roots {
        max-width: unset !important;
    }

    .from-humble-roots--picture .wp-block-cover {
        margin-left: 0 !important;
    }

    .page-id-254 .columns-with-number {
        margin-top: 50px;
        padding-left: 0 !important;
        max-width: unset !important;
    }

    .page-id-254 .columns-with-number h2 {
        margin-left: 0 !important;
    }

    .ready-to-bring {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-grids {
        grid-template-columns: 1fr !important;
    }

    .cs-grids div:nth-child(1) {
        padding: 30px !important;
    }

    .cs-grids .is-nowrap {
        flex-wrap: wrap !important;
    }

    .three-pictures {
        width: 90% !important;
        gap: 20px !important;
    }

    ul.wp-block-list li {
        font-size: 18px;
        line-height: 1.6;
    }

    .cs-covers {
        min-height: 300px !important;

    }

    .wp-block-buttons {
        width: 100% !important;
        display: block !important;
    }


    .wp-block-button {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }


    .team-buttons .wp-block-button {
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: inline-block !important;
    }

    .wp-block-button__link {
        font-size: 20px !important;
        padding: 24px !important;
        width: 100% !important;
        display: block;
    }

    .jumbotron-1 .wp-block-button {
        width: 100% !important;
    }

    .jumbotron-2 .wp-block-cover__inner-container {
        width: 90% !important;
    }

    p {
        font-size: 20px !important;
    }

    .wp-block-group.has-background {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .columns-with-number {
        margin-bottom: 60px !important;
    }

    .commercial-numbers,
    .residential-numbers {
        margin-bottom: 30px !important;
    }

    .commercial-numbers {
        /* border: solid 3px blue; */
        /* display: grid !important; */
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }

    .casestudies-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;

    }

    .casestudies-grid .article {
        /* border: solid 2px red */
    }

    .casestudies-grid .article:nth-child(1),
    .casestudies-grid .article:nth-child(2),
    .casestudies-grid .article:nth-child(3),
    .casestudies-grid .article:nth-child(4),
    .casestudies-grid .article:nth-child(5),
    .casestudies-grid .article:nth-child(6),
    .casestudies-grid .article:nth-child(7),
    .casestudies-grid .article:nth-child(8),
    .casestudies-grid .article:nth-child(9) {
        grid-area: auto;
    }

    .blog-grid .article {
        display: grid;
        grid-template-columns: 1fr;

    }

    .blog-grid .article img {
        width: 100%;
    }

    .story-book-tree-package {
        text-align: center
    }

    .home-page-pictures.home-page-pictures--with-button,
    .home-page-pictures.home-page-pictures--with-button--2 {
        flex-wrap: wrap !important;
    }

    .home-page-pictures.home-page-pictures--with-button h2 {
        font-size: 30px !important;
    }

    .home-page-pictures.home-page-pictures--with-button p {
        font-size: 20px !important;
    }

    .home-page-pictures.home-page-pictures--with-button .wp-block-buttons,
    .home-page-pictures.home-page-pictures--with-button .wp-block-button,
    .home-page-pictures.home-page-pictures--with-button .wp-block-button__link {
        width: auto !important;
        display: inline-block;
    }

    .home-page-pictures.home-page-pictures--with-button .wp-block-button {
        text-align: center;
    }

    .home-page-pictures.home-page-pictures--with-button .wp-block-button__link {
        font-size: 20px !important;
        /* margin-inline: auto !important; */
    }


    .home-page-pictures--complete {

        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    .home-page-pictures--complete .wp-block-column,
    .home-page-pictures--complete .wp-block-column .wp-block-cover {
        height: 400px !important;
    }

    .home-page-pictures--complete .wp-block-column:nth-child(1) {
        grid-column: span 2;
        height: auto !important
    }

    .home-page-pictures--complete .wp-block-column:nth-child(1) .wp-block-cover {
        height: auto !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-page-pictures--complete .wp-block-column:nth-child(2) {
        grid-column: span 1;
    }

    .home-page-pictures--complete .wp-block-column:nth-child(3) {
        grid-column: span 1;

    }

    .home-page-pictures--complete .wp-block-column:nth-child(4) {
        grid-column: span 2;
        height: 200px !important;
    }

    .home-page-pictures--complete .wp-block-column:nth-child(4) .wp-block-cover {
        height: 200px !important;
    }

    .tree-dedication--big-sky {
        margin-left: 2% !important;
        width: 50vw !important;
        /* border: solid 5px red; */
        padding-top: 150px;
        margin-top: -600px;

    }

    .map_v2 {
        height: 600px !important;
    }

    .tree-dedication--big-sky .wp-block-button {
        width: 100% !important;
    }

    .cs-grids--three {
        width: 96% !important;

    }

    .cs-grids--three .wp-block-column {
        flex-grow: 1 !important;
    }

    .cs-grids--three .wp-block-column figure,
    .cs-grids--three .wp-block-column img {
        width: 100%;
    }

    .cs-grid--container {
        width: 96% !important;
    }
}

@media only screen and (max-width: 960px) {

    h1, h2, h3, h4 {
        line-height: 1.2 !important;
    }


    html {
        font-size: 9px;
        font-size: clamp(5px, 1vw, 8px);
    }

    p {
        font-size: 18px !important;
    }

    #menus-container {
        display: none;
    }

    #menus-container.active {
        display: block;
    }

    #primary-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        width: 110vw;
        height: 100vh;
        height: 110vh;
        background-color: rgba(0, 0, 0, 0.95);
        color: white;
        margin: 0;
        padding: 30px;

    }

    #primary-menu li a {
        padding: 1rem;
        font-size: 2.4rem;
    }

    .menu-icon,
    .close-icon {
        display: block;
    }

    .menu-icon svg,
    .close-icon svg {
        color: white;
        height: 44px;
    }

    .close-icon {
        position: fixed;
        z-index: 10;
        right: 20px;
        top: 20px;
    }

    .menu-container {
        display: flex;
        /* align-items: center; */
        align-items: flex-end;
        justify-content: flex-end;
        gap: 30px;
        width: unset;
    }

    header .miolo {
        align-items: center;
        padding-top: 70px;
    }

    header .logo {
        /* flex-shrink: 0; */
        flex-shrink: 1;
    }

    header .miolo .logo img {
        /* margin-bottom: 0; */
    }


    header .buttons {
        /* border: Solid 1px red; */
        position: absolute;
        width: 94%;
        margin-left: 3%;
        top: 10px;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* justify-content: space-between; */
        /* gap: 20px; */
    }

    header .buttons .button {
        flex-basis: 50%;
        /* text-align: center; */
        justify-content: center;
        padding: 1rem 3rem;
        /* padding-inline: clamp(4rem, 8vw, 7.5rem); */
        /* padding-top: clamp(1rem, 8vw, 2rem); */
        /* padding-bottom: clamp(1rem, 8vw, 2rem); */

    }

    /* .home h1, */
    h1 {
        font-size: 6.4rem !important;
        line-height: 7.8rem !important;
        /* text-align: center; */
    }

    .home h1 {
/*         font-size: 60px !important; */
        font-size: 42px !important;
        line-height: 1.2 !important;
    }

    .home h2,
    h2 {
        font-size: 5.2rem !important;
        line-height: 6.4rem !important;
        /* text-align: center; */
    }

    /* .home h3, */
    h3 {
        font-size: 4.0rem !important;
        line-height: 4.8rem !important;
        /* text-align: center; */
    }

    .miolo {
        width: 94%;
    }

    .columns-with-number {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .jumbotron-1,
    .jumbotron-2 {
/*         min-height: 860px !important; */
        min-height: unset !important;
        /* padding-top: 120px; */
        padding-top: 240px;
/*         padding-bottom: 120px; */
        padding-bottom: 60px;
    }

    .wp-block-group:not(.alignfull),
    .wp-block-columns {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-group:not(.alignfull) .wp-block-group {
        width: 100%;
    }

    .text-and-icon {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .text-and-icon p {
        flex-basis: 70%;
        font-size: 3rem;
        line-height: 1.2;
    }

    .text-and-icon figure {
        text-align: right;
        flex-basis: 30%;
    }

    header .logo img {
        width: clamp(25%, 30vw, 100%);
    }

    .what-can-you-expect {}

    .what-can-you-expect h2 {
        margin-bottom: 60px;
    }

    .what-can-you-expect .wp-block-columns {
        width: 100%;
        flex-wrap: nowrap !important;
        gap: 20px;
    }

    .what-can-you-expect .wp-block-columns .wp-block-column:nth-child(1) {
        flex-basis: 74px !important;
    }

    .what-can-you-expect .wp-block-columns .wp-block-column:nth-child(2) p:nth-child(1) {
        margin-top: 13px;
    }

    .home-page-pictures {
        gap: 20px !important;
        flex-wrap: nowrap !important;
        height: auto !important;
        min-height: unset !important;
        gap: 30px;
    }

    .home-page-pictures .wp-block-column .wp-block-cover {
        min-height: unset !important;
        height: 300px;
    }

    .home-page-pictures--with-button .wp-block-column .wp-block-cover {
        min-height: 300px;
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .home-page-pictures--with-button .wp-block-column .wp-block-cover h2 {
        margin-top: 0;
    }

    .home-page--your-trusted {
        margin-top: 80px !important;

    }

    .home-page--your-trusted h2 {
        margin-top: 0 !important;
        font-size: 48px !important;
        line-height: 1.2 !important;
    }

    .home-page--your-trusted .wp-block-button {
        width: 100% !important;
    }

    .home-page--your-trusted .wp-block-button a {
        font-size: 30px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    .home-page--three-column .wp-block-cover {
        min-height: 550px !important;

    }

    .home-page--three-column .wp-block-cover h3 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 60px !important;
    }

    .home-page--three-column .wp-block-cover p {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    /* .eplus-styles-uid-a52753 {
        font-size: 24px !important;
    } */

    .home-page--have-a-commercial {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .home-page--have-a-commercial .wp-block-group {
        width: 100% !important;
    }

    .home-page--have-a-commercial h2 {
        margin-top: 0;
        margin-bottom: 40px !important;
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    .eplus-styles-uid-6f8f13 {
        margin-top: 0;
        font-size: 24px !important;
    }

    .home-page--have-a-commercial {
        gap: 0 !important
    }

    .wp-block-group.text-and-icon {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;

    }

    .text-and-icon p {
        font-size: 3.2rem !important;
        font-family: 'MuseoSans-900' !important;
    }

    .eplus-styles-uid-85eb09 {
        margin-top: 70px !important;
        margin-bottom: 90px !important;
    }

    h2.eplus-styles-uid-411253 {
        font-size: 48px !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin-inline: auto;
    }

    .columns-with-number {
        width: 80% !important;
    }

    .columns-with-number figure {
        width: 74px !important;
    }

    .columns-with-number .eplus-styles-uid-b5b81d {
        font-size: 28px !important;
        margin-left: 20px !important;
    }

    .columns-with-number .eplus-styles-uid-9fa250 { 
        font-size: 28px !important;
        margin-left: 20px !important;
    }

    .columns-with-number .eplus-styles-uid-fd901a {
        font-size: 28px !important;
        margin-left: 20px !important;
    }

    .columns-with-number .eplus-styles-uid-9fa250 {
        font-size: 28px !important;
        margin-left: 20px !important;
    }

    .columns-with-number .eplus-styles-uid-463c3f {
        font-size: 24px !important;
        margin-left: -74px !important;
        padding-top: 30px !important;
    }

    .eplus-styles-uid-b7a4c6 {
        margin-top: 20px !important;
        padding-top: 100px !important;
    }

    .eplus-styles-uid-b7a4c6 h2 {
        font-size: 60px !important;
        line-height: 1.2 !important;
    }

    .eplus-styles-uid-b7a4c6 h3 {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }

    .eplus-styles-uid-b7a4c6 p {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .eplus-styles-uid-b7a4c6 .wp-block-button__link {
        font-size: 32px !important;
        /* line-height: 1.2 !important; */
        margin-inline: auto;

    }

    footer .hours {
        font-size: 18px !important;
    }

    .menu-footer-container {
        text-align: center;
    }

    ul#menu-footer {
        /* border: Solid 2px red !important; */
        display: inline-block;
        column-gap: 50px;
        /* column-width: 50px; */
        /* column-rule: solid 2px blue; */
        /* margin-left: 10%; */
        /* margin-right: 10%; */
    }

    ul#menu-footer li {
        /* border: Solid 2px yellow !important; */
        text-align: left;
    }

    .jumbotron-1 {
/*         padding-top: 120px !important; */
		        padding-top: 80px !important;
        margin-bottom: 60px !important
    }

    .jumbotron-1 .wp-block-cover__inner-container {
        padding-top: 130px !important;
    }


    .casestudies-grid .article:nth-child(1),
    .casestudies-grid .article:nth-child(2),
    .casestudies-grid .article:nth-child(3),
    .casestudies-grid .article:nth-child(4),
    .casestudies-grid .article:nth-child(5),
    .casestudies-grid .article:nth-child(6),
    .casestudies-grid .article:nth-child(7),
    .casestudies-grid .article:nth-child(8),
    .casestudies-grid .article:nth-child(9) {
        min-height: 450px;
    }

    .casestudies-grid {
        margin-bottom: 60px !important;
    }
}



@media only screen and (max-width: 781px) {

    h1, h2, h3, h4 {
        line-height: 1.2 !important;
    }

    .home-page-pictures:not(.home-page-pictures--with-button) .wp-block-column .wp-block-cover {
        min-height: unset !important;
        height: 200px;
    }

    .eplus-styles-uid-77a812>.wp-block-column:nth-child(1),
    .eplus-styles-uid-8293e8>.wp-block-column:nth-child(2),
    .eplus-styles-uid-0fee39>.wp-block-column:nth-child(1) {
        flex-basis: 66.6% !important;
    }

    .eplus-styles-uid-77a812>.wp-block-column:nth-child(2),
    .eplus-styles-uid-8293e8>.wp-block-column:nth-child(1),
    .eplus-styles-uid-0fee39>.wp-block-column:nth-child(2) {
        flex-basis: 33.3% !important;
    }

    /* 
    footer .menu-footer {
        flex-basis: 70%;
    } */

}

@media only screen and (max-width: 400px) {

    h1, h2, h3, h4 {
        line-height: 1.2 !important;
    }

    .eplus-styles-uid-b7a4c6 h2 {
        font-size: 56px !important;
        line-height: 1.2 !important;
    }


    .commercial-numbers {
        grid-template-columns: 1fr !important;
    }

    ul#menu-footer {
        columns: 1;
        text-align: center;
        border: 0 !important;
    }

    .menu-footer-container {
        text-align: center;
    }

    .menu-footer-container li {
        text-align: center !important;
    }

    .casestudies-grid .article:nth-child(1),
    .casestudies-grid .article:nth-child(2),
    .casestudies-grid .article:nth-child(3),
    .casestudies-grid .article:nth-child(4),
    .casestudies-grid .article:nth-child(5),
    .casestudies-grid .article:nth-child(6),
    .casestudies-grid .article:nth-child(7),
    .casestudies-grid .article:nth-child(8),
    .casestudies-grid .article:nth-child(9) {
        min-height: 300px;
    }
}