html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
body{
    line-height:1;
    background: #ffffff;
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
:focus{
    outline:none
}

html,body{
    background:#fefefe;
    font-family:'Proxima Nova',sans-serif;
    font-size:14px;
    line-height:1.2143;
    color:#000000;
    margin:0;
    padding:0;
    height:100%;
    scroll-behavior: smooth;
}
html{
    overflow-y:scroll
}
a{
    color:#13b171;
    text-decoration:none;
    cursor:pointer
}
a:hover{
    cursor:pointer;
    text-decoration:underline
}
input{
    vertical-align:middle
}
input,textarea,button {
    -webkit-appearance: none;
    font-family: 'Proxima Nova', sans-serif;
}
#cookiebanner input[type="checkbox"] {
    -webkit-appearance: auto;
    appearance: auto;
}
textarea {
    resize: vertical;
}
input[type="submit"],
button {
    cursor: pointer;
    font-size: 1em;
}
.alignright{
    float:right
}
.alignleft{
    float:left
}
.aligncenter{
    margin:0 auto;
    text-align:center
}
img.aligncenter{
    display:block
}
.clearfix:after {
    content:'';
    display:block;
    clear:both
}
.clear{
    clear:both
}
b,strong,.strong{
    font-weight:700
}
i,em{
    font-style:italic
}
p{
    margin:0 0 1.5em
}
img.alignright{
    margin:10px 0 10px 10px
}
img.alignleft{
    margin:10px 10px 10px 0
}
img {
    max-width: 100%;
    height: auto;
}
.wp-block-image img {
    height: auto;
}
.body-content {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    /*
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7); 
    */
}
.screen-reader-response {
    display: none;
}
.no-transitions * {
    transition: none!important;
}
.footer,
.site-footer {
    display: none;
}

h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.21875;
    color: #010101;
    margin: 0 0 .25em;
    font-family: inter, 'Proxima Nova', Arial, sans-serif;
}
h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.21875;
    color: #010101;
    font-family: inter, 'Proxima Nova', Arial, sans-serif;
}
h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.21875;
    color: #010101;
    font-family: inter, 'Proxima Nova', Arial, sans-serif;
}
h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.21875;
    color: #010101;
    font-family: inter, 'Proxima Nova', Arial, sans-serif;
}
h5 {
    line-height: 1.21875;
    color: #010101;
    font-family: inter, 'Proxima Nova', Arial, sans-serif;
}
h6 {
    line-height: 1.21875;
    color: #010101;
    font-family: inter, 'Proxima Nova', Arial, sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
a:hover + h4 a {
    text-decoration: none;
    color: #ff750f;
}


.row {
    display: flex;
    flex-wrap: nowrap;
}

.container {
    width: 1096px;
    margin: 0 auto;
}
.container .container {
    width: auto;
    margin: 0 auto;
}

::-webkit-input-placeholder {color: rgba(0, 175, 98, 0.5);}
::-moz-placeholder          {color: rgba(0, 175, 98, 0.5);}
:-moz-placeholder           {color: rgba(0, 175, 98, 0.5);}
:-ms-input-placeholder      {color: rgba(0, 175, 98, 0.5);}

.site-header {
    background: #E4FFF3;
    padding: 45px 0;
}
.site-header .row {
    justify-content: space-between;
    align-items: center;
}
.site-header input[type="text"] {
    border: none;
    border-bottom: 1px solid #13b171;
    background: none;
}
.site-header__logo {
    margin-right: 30px;
}
.site-header .wp-block-button .wp-block-button__link {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 26px;
    line-height: 1.230769;
    padding: 20px 15px 20px 65px;
    background-image: url(./graphics/commerce-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 32px auto;
}
.site-header .wp-block-button .wp-block-button__link:hover,
.button:hover {
    opacity: .75;
    text-decoration: none;
}
.site-header .site-header__button .wp-block-button .wp-block-button__link {
    padding: 5px 15px 5px 55px;
    max-width: 255px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 60px;
    line-height: 25px;
}
.button {
    background: #13b171;
    border-radius: 6px;
    color: #fff;
    padding: 6px 8px;
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 700;
}

.main-categories-nav {
    background: #f0f4f6;
    padding: 12px 0 0;
}
.main-categories__nav-menu .menu {
    display: flex;
    justify-content: space-around;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.main-categories__nav-menu .menu a {
    color: #000;
    display: block;
    border-bottom: 3px solid transparent;
    padding-bottom: 9px;
    margin: 0 10px;
    white-space: nowrap;
    font-family: inter, 'Proxima Nova', Arial, sans-serif;
    opacity: .7;
}
.main-categories__nav-menu .menu a:hover {
    text-decoration: none;
    color: #13b171;
}
.main-categories__nav-menu .menu .current-post-ancestor a,
.main-categories__nav-menu .menu .current-post-parent a,
.main-categories__nav-menu .menu .current-menu-item a {
    border-bottom-color: #13b171;
    opacity: 1;
}
.site-header__search {
    position: relative;
}
.site-header__search input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.2;
    width: 350px;
    color: #13b171;
}
.site-header__search button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}
.back-arrow {
    display: block;
    width: 36px;
    height: 22px;
    margin: 20px 0 0;
}

.blog-archive {
    margin: 75px 0 0;
}
.post-box__img {
    display: block;
}
.post-box__img:hover {
    opacity: .75;
}
.posts-list__featured {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
.post-featured-l,
.post-featured-w-container {
    flex: 0 0 540px;
    flex: 0 0 calc(50% - 8px);
    overflow: hidden;
}
.posts-list img {
    display: block;
    border-radius: 6px;
    margin: 0 auto;
}
.post-featured-l {
    font-size: 16px;
}
.post-featured-l h4 {
    font-size: 24px;
    margin: 7px 0 0;
}
.post-featured-w h4 {
    font-size: 20px;
    margin: 7px 0 0;
}
.post-grid__item h4 {
    margin: 7px 0 2px;
}
.post-featured-l .post-box__img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 69.25925%;
    position: relative;
}
.post-featured-w .post-box__img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 31.29629%;
    position: relative;
}
.post-grid__item .post-box__img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 78.07692%;
    position: relative;
}
.post-box__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.posts-grid::after {
    content: '';
    flex: auto;
}
.post-grid__item {
    flex: 0 0 23.7226%;
    margin: 0 1.7032% 30px 0;
}
.post-grid__item:nth-child(4n) {
    margin-right: 0;
}
.pagination {
    font-size: 22px;
    margin: 1em 0 2.5em;
    display: flex;
    justify-content: space-between;
}
.pagination .filler {
    flex-grow: 1;
}
.pagination-prev:hover,
.pagination-next:hover {
    text-decoration: none;
    color:#ff750f;
}

.posts-list p {
    color: #626973;
    line-height: 1.71428;
}

.share-buttons {
    text-align: right;
}
.share-buttons .a2a_kit {
    border-bottom: 2px solid #00AF62;
    line-height: 42px!important;
    padding: 15px 0;
}
.addtoany_list.a2a_kit_size_32 a {
    margin: 0 2px;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
}

.wp-block-button__link {
    border-radius: 12px;
    background-color: #003153;
}
.post-content .wp-block-button__link {
    font-weight: bold;
    margin: .5em 0;
}
.wp-block-button__link-shortcode {
    border-radius: 12px;
    background: #003153;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    margin: .5em 0;
}
.wp-block-button__link-shortcode:hover,
.post-content .wp-block-button__link:hover {
    opacity: .85;
    text-decoration: none;
}
.post-content .wp-block-image figcaption,
.post-content .wp-block-image.aligncenter>figcaption, 
.post-content .wp-block-image .aligncenter>figcaption {
    display: block;
}

.site-header__mobile {
    display: none;
}
.site-header__search-toggle {
    display: none;
}
.blog-sidebar--after-content {
    display: block;
}
.blog-sidebar .yarpp-related {
    margin: 0;
}

.box-item {
    position: relative;
}
.box-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media screen and (max-width: 1120px) {
    .container {
        width: auto;
        padding: 0 10px;
    }
    .site-header__search input[type="text"] {
        width: 250px;
    }
}
@media screen and (max-width: 980px) {
    .container {
        width: auto;
        padding: 0 45px;
    }
    .page-template-landing-parks .main .container {
        padding: 0 15px;
    }
    .site-header__mobile {
        display: block;
    }
    .body-content {
        position: relative;
    }
    .site-header__mobile-menu {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 70vw;
        min-height: 100vh;
        background: #1C8E5C;
        z-index: 100;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 33px 10vw 200px 35px;
        box-sizing: border-box;
        transform: translateX(-100%);
        transition: transform .3s;
    }
    .menu-state-open .site-header__mobile-menu {
        transform: translateX(0);
    }
    .site-header__mobile-menu a {
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
        text-transform: uppercase;
    }
    .site-header__mobile-menu li {
        padding: 10px 0;
    }
    .site-header__mobile-buttons {
        text-align: center;
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
    }
    .site-header__mobile-buttons .wp-block-buttons {
        display: block;
    }
    .wp-block-button .wp-block-button__link,
    .button-in-menu {
        font-size: 26px;
        font-weight: normal;
        border-radius: 12px;
        background-color: #13b171;
        box-shadow: 1px 2px 2px rgb(0 0 0 / 25%);
        font-size: 26px;
        line-height: 1.230769;
        padding: 10px 15px 10px 15px;
        display: inline-block;
        margin:  20px 0 0;
        line-height: 32px;
    }
    .wp-block-button .wp-block-button__link {
        padding-left: 65px;
    }
    .site-header__nav-menu {
        margin-top: 20px;
    }
    .site-header__button {
        display: none;
    }
    .site-header__search {
        position: relative;
        margin-right: -10px;
    }
    .site-header__search #searchform {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: 5px;
        background: #fff;
        padding: 10px;
        z-index: 5;
    }
    .search-state-open .site-header__search #searchform {
        display: block;
    }
    .site-header__mobile,
    .site-header__search {
        flex: 0 0 48px;
    }
    .main-categories__nav-menu {
        overflow-x: scroll;
        overflow-y: hidden;
        margin:  0 -45px;
        padding: 0 35px;
    }
    .main-categories__nav-menu .menu {
        justify-content: space-between;
    }
    .main-categories__nav-menu .menu a {
        background: #13b171;
        border-radius: 12px;
        border-bottom: none;
        color: #fff;
        font-size: 14px;
        padding: 7px 13px;
    }
    .main-categories__nav-menu .menu a:hover {
        color: #fff;
    }
    .blog-archive {
        margin-top: 25px;
    }
    .site-header__logo {
        margin: 0 20px;
    }
    .site-header__search {
        text-align: right;
    }
    .site-header__search-toggle {
        display: inline-block;
        background: #13b171;
        border-radius: 8px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
    .site-header__search-toggle svg {
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) {
    .posts-grid {
        display: block;
    }
    .site-header__mobile-buttons .wp-block-button .wp-block-button__link {
        margin-left: 20px;
        margin-right: 20px;
    }
    .wp-block-button .wp-block-button__link, 
    .button-in-menu {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .site-header__logo .logo {
        display: block;
        width: 160px;
    }
    .site-header {
        padding: 30px 0;
    }
    .post-featured-l {
        flex: 0 0 65%;
    }
    .post-featured-w-container {
        flex: 0 0 30%;
    }
    .post-featured-l,
    .post-featured-w {
        font-size: 8px;
    }
    .post-featured-w .post-box__img,
    .post-featured-l .post-box__img {
        padding-bottom: 100%;
    }
    .post-grid__item .post-box__img {
        padding-bottom: 31.17647%;
    }
    .post-featured-l h4 {
        font-size: 14px;
    }
    .post-featured-w h4 {
        font-size: 10px;
    }
    .post-featured-l img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .post-featured-w img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .post-grid__item {
        margin: 0 0 30px;
    }
    .posts-grid img.wp-post-image {
        width: 100%;
        height: 25vw;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .post-grid__item {
        font-size: 12px;
    }
    .post-grid__item h4 {
        font-size: 16px;
    }
    .pagination {
        font-size: 16px;
    }
    .wp-block-latest-posts__featured-image a {
        display: block!important;
    }
    .back-arrow  {
        width: 16px;
        height: 16px;
        overflow: hidden;
    }
    .back-arrow svg {
        width: auto;
        height: 100%;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 20px;
    }
    h3  {
        font-size: 18px;
    }
    .current-post-categories .cat-label {
        font-size: 10px;
        border-radius: 12px;
    }
    .site-header__mobile-buttons .wp-block-button .wp-block-button__link {
        font-size: 20px;
    }
    .post-featured-w p {
        display: none;
    }
    .post-featured-w + .post-featured-w {
        margin-top: 30px;
    }
}

@media screen and (max-width: 374px) {
    .container {
        padding: 0 15px;
    }
    .main-categories__nav-menu {
        margin: 20px -10px 20px -35px;
        padding: 0 15px 0 25px;
    }
    .site-header__mobile-menu {
        padding-left: 10px;
    }
    .site-header__logo .logo {
        width: 150px;
    }
}