   /* THE OVERLAY MENU */
/* default hidden */
.fullScreenMenu { display: none; position: fixed; top:0; left:0; width:100vw; height:100vh; background: rgb(27 2 36 / 86%); color:#fff; z-index:2000; overflow:hidden; }
.fullScreenMenu.open { display: flex; flex-direction: column; justify-content: center; align-items: center; }

/* inner sizing/layers */
.fullScreenMenu .park-map,
.fullScreenMenu .park-points { position: relative; width:100%; height:100%; }
.fullScreenMenu .underlay { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1; pointer-events:none; }
.fullScreenMenu .park-point, .fullScreenMenu .card { position:relative; z-index:3; }
.fullScreenMenu .close-menu { position:absolute; top:3rem; right:3rem; background:none; border:0; color:#fff; font-size:4rem; z-index:4; cursor:pointer; }

/* scroll lock */
.no-scroll { overflow: hidden; }


.pitp-template .main .park-map .park-points .park-point .open-card span {
	min-width: 200px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 5rem;
    display: block;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
    line-height: 3.5rem;
    transform: translateX(-50%);
}

.awo-logo {
  width: 27.2rem;
  height: 16.5rem;
  background: transparent url("/wp-content/themes/mbc_child/assets/images/allwaysout/AWO_v03.svg") no-repeat left;
  background-size: contain;
}

.awo-header {
    display: flex
;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

	/* Show/hide based on screen width */
@media screen and (max-width: 768px) {
.awo-header {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}	
	.awo-logo {
		display: flex;
    width: 27.2rem;
    height: 16.5rem;
    background: transparent url(/wp-content/themes/mbc_child/assets/images/allwaysout/AWO_v03.svg) no-repeat center;
    background-size: contain;
		margin-bottom: 1rem;
}
	.pitp-template .header .flex  {   display: flex;
      padding: 1rem 2rem;
    transition: padding 500ms;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
	}


 .menumap.desktop-only {
    cursor: pointer;
    position: absolute;
    top: 4rem;
    right: 4rem;
    display: block;
    content: '';
    width: 26rem;
    height: 18rem;
    background: transparent url(/wp-content/themes/mbc_child/assets/images/allwaysout/AWO_map_header.png) no-repeat center;
    background-size: cover;
	}

/* Hide mobile menu toggle by default */
.menumap.mobile-only {
  display: none;
}

/* Show/hide based on screen width */
@media screen and (max-width: 768px) {
  .menumap.desktop-only {
    display: none;
  }
  .menumap.mobile-only {
    display: block;
		    position: absolute;
    top: 4rem;
    right: 4rem;
    display: block;
    content: '';
    width: 13rem;
    height: 9rem;
    background-image: url('/wp-content/themes/mbc_child/assets/images/allwaysout/AWO_map_header.png'); /* optional */
  }
}


#mobileMenu {
  position: fixed;
  top: 0; left: 0;
width: 100vw; height: 100vh;
background: rgb(27 2 36 / 86%);
      color: #fff;
  z-index: 1000;
  display: none;
  flex-direction: column;
  padding: 2rem;
}


#mobileMenu.open {
  display: block;
}
@media screen and (max-width: 768px) {
#mobileMenu .close-menu {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 4rem;
}

.park-point {
  position: relative;
  width: 80%;
  max-width: 90%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.park-point.left {
  align-self: flex-start;
  margin-left: 0;
}

.park-point.right {
  align-self: flex-end;
  margin-right: 0;
}

.park-point .cover {
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.park-point .title {
  font-size: 1.25rem;
  color: white;
  text-align: center;
}

.park-point .excerpt {
  font-size: 1rem;
  color: white;
  text-align: center;
}

/* Optional: make Jacob steps even more obvious */
.park-point.left { margin-left: 5%; }
.park-point.right { margin-right: 5%; }
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
	      display: block;
      margin: 1rem 0;
      font-size: 2rem;
      color: #fff;
      text-decoration: none;
}

.mobile-menu-list li {
  margin-bottom: 1rem;
  font-size: 1.5rem;
	  margin-top: 2rem;
	      display: block;
      margin: 2rem 0;
      font-size: 2rem;
      color: #fff;
      text-decoration: none;
	    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
    line-height: 3.5rem;
}

.mobile-menu-list lia {
	  color: #fff;
  text-decoration: none;
  color: #333;
}
	
	.park-point .picnic-park {
  display: none;
}

	.park-point .open-card span {
    position: absolute;
    z-index: 10;
    min-width: 600px;
    left: 50%;
    top: 5rem;
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
    line-height: 3.5rem;
    transform: translateX(-50%);
}
	
.park-point .picnic-park.cardactive {
  display: block;
  margin-top: 1rem;
  background: rgba(0,0,0,0.7);
  padding: 1rem;
  border-radius: 1rem;
}
}


    .pitp-template .main .park-map .article header h1, .pitp-template .main .park-map .article header .title {
text-align: center;
			line-height: 4.2rem;
font-size: 3.8rem;
font-family: "effra-cc", sans-serif;
font-weight: 800;
font-style: normal;
letter-spacing: 0px;
color: #662482;
opacity: 1;
}

.park-point .open-card i {
    position: relative;
    display: block;
    width: 6.3rem;
    height: 6.3rem;
}

.park-points .park-point .picnic-park {
    display: none;
    position: absolute;
    z-index: 99;
    color: #183029;
    width: 32.8rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
}

/* show when active */
.park-points .park-point .picnic-park.cardactive {
  display: block;
}

.park-point .open-card i b:nth-of-type(1) {
    position: absolute;
    z-index: 9;
    top: 1.6rem;
    left: 1.6rem;
    width: 3.15rem;
    height: 3.15rem;
    background-color: #FF7E2A;
    background: linear-gradient(0deg, #662482 0%, #FF7E2A 100%);
    border-radius: 50%;
}

.park-point .open-card i b:nth-of-type(2) {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    height: 6.3rem;
    width: 6.3rem;
    background-color: rgba(255, 126, 42, 0.5);
    border: 1px solid #ffaa71;
    box-shadow: inset 0 0 0.5rem 0.5rem #ff9148;
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 1500ms ease-out;
    animation-iteration-count: infinite;
}

.park-point .open-card span {
    position: absolute;
    z-index: 10;
    min-width: 200px;
    left: 50%;
    top: 5rem;
    display: block;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
    line-height: 3.5rem;
    transform: translateX(-50%);
}

.park-point .picnic-park .close-card {
    cursor: pointer;
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background: #fff url(https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/close.svg) no-repeat center;
    background-size: cover;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

.park-point .picnic-park .cover {
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.park-point .picnic-park .title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin: 0;
    padding: 2rem 0.1rem 1rem 0.1rem;
}

.park-point .picnic-park .title a, a:hover {
    color: #662482;
    text-decoration: none;
}

.park-point .picnic-park .excerpt {
    color: #292727;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5rem 0.1rem;
}

.park-point .picnic-park p a {
    text-decoration: none;
      font-weight: 900;
}


 .title a:hover:after {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
 .park-point .picnic-park .title a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3.7rem;
    height: 2.9rem;
    margin: 0 0 0 1rem;
    background: transparent url(https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right.svg) no-repeat center;
    background-size: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* 2) Kill the conflicting "img-like" rule that forces height:auto */
.park-map .park-points .underlay {
  position: absolute;   /* sit behind points */
  inset: 0;             /* fill the container */
  width: 100%;
  height: 100%;
  object-fit: contain;  /* in-page: show whole image */
  object-position: center center;
  z-index: 1;
  pointer-events: none;
}

.pitp-template .main .park-map .park-points {
        display: inline-block;
    }

.park-map {
        padding: 4rem 0;
 }

/* ---- FIX: make the map/underlay behave consistently ---- */

/* 1) The points wrapper should be a positioning context */
.park-map,
.park-map .park-points {
  position: relative;
}

/* 2) Kill the conflicting "img-like" rule that forces height:auto */
.park-map .park-points .underlay {
  position: absolute;   /* sit behind points */
  inset: 0;             /* fill the container */
  width: 100%;
  height: 100%;
  object-fit: contain;  /* in-page: show whole image */
  object-position: center center;
  z-index: 1;
  pointer-events: none;
}

/* 4) Ensure the interactive content sits above the underlay */
.park-map .park-point,
.park-map .card,
.fullScreenMenu .park-point,
.fullScreenMenu .card {
  position: relative;
  z-index: 3;
}

/* 5) Center the on-page map block itself */
.pitp-template .main .park-map {
  display: grid;
  place-items: center;      /* centers the inner .park-points */
  padding: 4rem 0;
}
.pitp-template .main .park-map .park-points {
  margin: 0 auto;           /* horizontally center if it sizes intrinsically */
  max-width: 118.2rem;
  width: min(100%, 118.2rem);
  aspect-ratio: 1182 / 808; /* keeps a stable box so the underlay can center */
  overflow: hidden;         /* hide overflow from cover/contain */
}

/* 6) Fullscreen menu container really centers its child */
.fullScreenMenu.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 7) Tidy the header map thumbnails so they’re centered */
.menumap.desktop-only,
.menumap.mobile-only {
  background-position: center center;
  background-size: cover;
}

/* 8) Mobile tweaks: make sure the mobile header map uses background properly */
@media screen and (max-width: 768px) {
  .menumap.mobile-only {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/* 9) Small typo fix: this should target anchors inside the list */
.mobile-menu-list a {
  color: #fff;
  text-decoration: none;
}

/* 10) Optional: ensure the logo centers when used as a background */
.awo-logo {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}


.awoheadercontainer {
    WIDTH: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.awoh1 {
        margin: 30px 10px 0px 30px;
    flex: 1;
    
}

.awoh2 {
    flex: 4;
    
}

.awoh3 {
    flex: 1;
    
}

.awoh2 {
            padding: 10px 20% 10px 10px;
}

.awoheadercontent--collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Optional: style when expanded (for debugging or effects) */
.awoheadercontent--collapsible.is-visible {
    /* e.g. padding-top: 1rem; */
}

.awoheader-toggle {
    display: flex;
    margin-top: 1rem;
    cursor: pointer;
    min-width: 140px;
    width: 140px;
    border-radius: 10px;
    border: 0px solid #662482;
    background-color: #662482;
    color: #fff;
    font-family: "effra-cc", sans-serif;
font-weight: 600;
font-style: normal;
        font-size: 2rem;
            line-height: 2.6rem;
            align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 5px 0px 0px 0px;
}

.awoheaderlink-btn {
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    /* same button styles as .awoheader-toggle for consistency */
}

.awoheadertitle {
font-family: "effra-cc", sans-serif;
font-weight: 800;
font-style: normal;
        font-size: 5.5rem;
        font-weight: 700;
        line-height: 6.6rem;
        color: #662482;
        margin-top: 20px;
    margin-bottom: 10px;
}

.awoheaderintro {

}

.awoheaderintro p   {
    font-family: "effra-cc", sans-serif;
font-weight: 500;
font-style: normal;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.8rem;
        letter-spacing: 0.1px;
        margin-bottom: 20px;
    color: #662482 !important;}


    
html.js .type-all-ways-out .document {
    padding: 0;
    transition: none;
}

html.js .type-all-ways-out .header {
    position: static;
    height: 25rem;
    transition: none;
}

html.js .type-all-ways-out .header .flex {
    justify-content: center;
    transition: none;
}

html.js .type-all-ways-out .header .flex .brand {
    max-width: 27.2rem;
    min-width: 27.2rem;
    transition: none;
}

html.js .type-all-ways-out.keyboard a:focus, html.js .type-all-ways-out.keyboard button:focus, html.js .type-all-ways-out.keyboard input[type=submit]:focus {
    outline: none;
    background-color: transparent;
}

.type-all-ways-out {
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    background: #dff3f4 url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/bkg_texture_repeat.png") repeat top center;
}

.type-all-ways-out .btn.btn-primary {
    color: #fff;
    background-color: #2b8f46;
    border-radius: 1rem;
}

.type-all-ways-out .btn.btn-primary:hover {
    background-color: #1c8036;
}

.type-all-ways-out .footer {
    position: relative;
    color: #fff;
    padding: 12rem 0 0 0;
}

.type-all-ways-out .footer .lower {
    text-align: center;
    padding: 4rem 0;
    background: #362044;
}

.type-all-ways-out .footer .lower .container {
    padding: 0;
}

.type-all-ways-out .footer .lower .container .credits {
    padding: 0;
}

.type-all-ways-out .footer .lower .container .credits nav {
    font-family: "effra", sans-serif;
    font-size: 1.6rem;
    padding: 1rem 0 0 0;
}

.type-all-ways-out .footer .lower .container .credits nav a {
    display: block;
    margin: 0 0 1.5rem 0;
}

.type-all-ways-out .footer .lower .container .d-flex {
    padding: 0 0 4rem 0;
}

.type-all-ways-out .footer .lower .container .d-flex .connect .networks .social {
    width: 3.7rem;
    height: 3.7rem;
}

.type-all-ways-out .footer .lower .container .d-flex .connect .networks .social.facebook:before {
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/socialfacebook.svg");
}

.type-all-ways-out .footer .lower .container .d-flex .connect .networks .social.instagram:before {
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/socialtinsta.svg");
}

.type-all-ways-out .footer .lower .container .d-flex .connect .networks .social.twitter:before {
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/socialtwit.svg");
}

.type-all-ways-out .footer .lower .container .d-flex .connect .networks .social.youtube:before {
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/socialyoutube.svg");
}

.type-all-ways-out .footer .lower .container .d-flex .connect .networks .social:before {
    width: 3.7rem;
    height: 3.7rem;
}

.type-all-ways-out .footer .lower .container .d-flex .contact {
    font-size: 1.8rem;
}

.type-all-ways-out .footer .lower .container .d-flex .contact .address {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
}

.type-all-ways-out .footer .lower .container .d-flex .contact .address span {
    display: block;
    padding: 0.5rem 0;
}

.type-all-ways-out .footer .lower .container .d-flex .contact .details {
    padding: 1rem 0;
}

.type-all-ways-out .footer .lower .container .d-flex .contact .details a {
    display: block;
    padding: 0.5rem 0;
}

.type-all-ways-out .footer .lower .container .title {
    display: block;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.9rem;
    margin: 0;
    padding: 2rem 0;
}

.type-all-ways-out .footer .upper {
    padding: 12rem 0 2rem 0;
    background: #662482;
}

.type-all-ways-out .footer .upper .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.type-all-ways-out .footer .upper .container .newsletter {
    padding: 0 2rem;
}

.type-all-ways-out .footer .upper .container .newsletter .columns {
    margin: 0 -1.5rem;
}

.type-all-ways-out .footer .upper .container .newsletter .form-control {
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 1rem;
}

.type-all-ways-out .footer .upper .container .newsletter .form-submit {
    text-align: right;
}

.type-all-ways-out .footer .upper .container .newsletter .form-submit .btn-newsletter {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.7rem;
    margin: 0 2rem 0 0;
    padding: 1rem 4.5rem 1rem 0.1rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right-white.svg") no-repeat center right;
}

.type-all-ways-out .footer .upper .container .newsletter h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4.7rem;
    padding: 0 0 2rem 0;
}

.type-all-ways-out .footer .upper .container .newsletter label {
    display: none;
}

.type-all-ways-out .footer .upper .container .newsletter p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.type-all-ways-out .footer .upper .container .newsletter:before {
    position: absolute;
    z-index: 80;
    content: '';
    top: -22rem;
    left: 2rem;
    right: 2rem;
    height: 20rem;
    background-color: transparent;
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/picnic_blanket_footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.type-all-ways-out .footer .upper .link-gallery {
    padding: 4rem 0;
}

.type-all-ways-out .footer .upper .link-gallery .columns {
    justify-content: center;
}

.type-all-ways-out .footer .upper .link-gallery .columns .column {
    padding: 15px;
}

.type-all-ways-out .footer .upper .link-gallery .title {
    display: block;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.9rem;
    margin: 0;
    padding: 1rem 0 2rem 0;
}

.type-all-ways-out .header {
    height: 25rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/desktop_header_bkg.png") no-repeat top center;
    border-bottom: none;
    box-shadow: none;
}

.type-all-ways-out .header .flex {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 24rem;
    padding: 0 4rem;
}

.type-all-ways-out .header .flex .brand {
    width: 27.2rem;
    height: 16.5rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/pip-logo.svg") no-repeat center;
    background-size: contain;
}

.type-all-ways-out .header .flex .return {
    display: none;
}

.type-all-ways-out .header .flex .return a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    padding: 0 35rem 0 0;
}

.type-all-ways-out .header .flex .return a:after {
    position: absolute;
    top: -4rem;
    right: 0;
    display: block;
    content: '';
    width: 33.5rem;
    height: 22.9rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/map_header.png") no-repeat center;
    background-size: cover;
}

.type-all-ways-out .header .flex .return a:before {
    display: inline-block;
    content: '';
    vertical-align: top;
    width: 3.7rem;
    height: 2.9rem;
    margin: 0 1rem 0 0;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-left-white.svg") no-repeat center;
    background-size: cover;
}

.type-all-ways-out .header .flex .share {
    display: none;
    padding: 0 0 0 8rem;
}

.type-all-ways-out .header .flex .share span {
    color: #fff;
}

.type-all-ways-out .main {
    color: #662482;
}

.type-all-ways-out .main .blue-bg {
    background: #c1e9ea url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/bkg_texture_repeat.png") repeat top center;
}

.type-all-ways-out .main .double-article .columns, .type-all-ways-out .main .single-article .columns {
    margin: 0 -15px;
}

.type-all-ways-out .main .double-article article header h1, .type-all-ways-out .main .single-article article header h1 {
    font-size: 3.5rem;
    line-height: 4.7rem;
}

.type-all-ways-out .main .double-article article header h3, .type-all-ways-out .main .single-article article header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
}

.type-all-ways-out .main .double-article, .type-all-ways-out .main .single-article {
    padding: 0;
}

.type-all-ways-out .main .feed {
    padding: 0;
}

.type-all-ways-out .main .feed-area .feed + .feed {
    padding: 2rem 0 0 0;
}

.type-all-ways-out .main .feed-area, .type-all-ways-out .main .text-area {
    padding: 2rem 0;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card {
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 0.4rem rgba(118,118,118,0.16);
    overflow: hidden;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .cover {
    border-radius: 0.25rem;
    overflow: hidden;
    transition: none;
    background-size: cover;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .excerpt {
    color: #292727;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5rem 0.1rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .excerpt a {
    color: #292727;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .file {
    padding: 2rem 0 0 0;
    margin: 0;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .file a {
    position: relative;
    display: block;
    color: #662482;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding: 1rem 13rem 1rem 0;
    border-top: 1px solid #662482;
    border-bottom: 1px solid #662482;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .file a em {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    color: #183029;
    font-size: 1.5rem;
    width: 10rem;
    padding: 1rem 4rem 1rem 0;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/pdf-file.svg") no-repeat center right;
    transform: translateY(-50%);
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .file a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 11rem;
    content: '';
    width: 1.4rem;
    height: 1.8rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-down.svg") no-repeat center;
    background-size: cover;
    transform: translateY(-50%);
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .file a:hover:after {
    animation-name: none;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .link {
    left: 0.5rem;
    bottom: 0;
    padding: 0;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .link a {
    display: block;
    color: #662482;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .link a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3.7rem;
    height: 2.9rem;
    margin: 0 0 0 1rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right.svg") no-repeat center;
    background-size: cover;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .medium {
    color: #292727;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5rem 0.1rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .medium a {
    color: #292727;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .medium p {
    margin-bottom: 3rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .medium p:last-child {
    margin-bottom: 0;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .player {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 15%;
    background-color: #662482;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin: 0;
    padding: 2rem 0.1rem 1rem 0.1rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .title a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3.7rem;
    height: 2.9rem;
    margin: 0 0 0 1rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right.svg") no-repeat center;
    background-size: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .title a:hover:after {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .video-embed {
    position: relative;
    padding: 70% 0 0 0;
    border-radius: 1rem;
    overflow: hidden;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card figure {
    position: relative;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card.clean {
    padding: 0 0.5rem 5.5rem 0.5rem;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card.clean .cover {
    border-radius: 1rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card.clean .excerpt {
    font-size: 1.3rem;
    line-height: 2rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card.clean .medium {
    font-size: 1.3rem;
    line-height: 2rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card.clean .title {
    color: #292727;
    font-size: 2rem;
    line-height: 2.2rem;
    text-transform: none;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card.clean .title a:after {
    display: none;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card.clean.has-file {
    padding: 0 0.5rem 1rem 0.5rem;
}

.type-all-ways-out .main .feed.card-feed .cards .columns .card:hover .cover {
    background-size: cover;
}

.type-all-ways-out .main .feed.card-feed .container {
    padding: 0;
}

.type-all-ways-out .main .feed.card-feed .content header {
    padding: 3rem 0 1rem 0;
}

.type-all-ways-out .main .feed.card-feed .content header h1, .type-all-ways-out .main .feed.card-feed .content header h3 {
    text-align: center;
}

.type-all-ways-out .main .feed.card-feed .content header p {
    text-align: center;
    padding: 1rem 0;
    margin: 0;
}

.type-all-ways-out .main .green-bg {
    background: #2b8f46 url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/bkg_texture_repeat.png") repeat top center;
}

.type-all-ways-out .main .green-bg .h1, .type-all-ways-out .main .green-bg .h2, .type-all-ways-out .main .green-bg .h3, .type-all-ways-out .main .green-bg .h4, .type-all-ways-out .main .green-bg .h5, .type-all-ways-out .main .green-bg .p, .type-all-ways-out .main .green-bg h1, .type-all-ways-out .main .green-bg h2, .type-all-ways-out .main .green-bg h3, .type-all-ways-out .main .green-bg h4, .type-all-ways-out .main .green-bg h5, .type-all-ways-out .main .green-bg p, .type-all-ways-out .main .purple-bg .h1, .type-all-ways-out .main .purple-bg .h2, .type-all-ways-out .main .purple-bg .h3, .type-all-ways-out .main .purple-bg .h4, .type-all-ways-out .main .purple-bg .h5, .type-all-ways-out .main .purple-bg .p, .type-all-ways-out .main .purple-bg h1, .type-all-ways-out .main .purple-bg h2, .type-all-ways-out .main .purple-bg h3, .type-all-ways-out .main .purple-bg h4, .type-all-ways-out .main .purple-bg h5, .type-all-ways-out .main .purple-bg p {
    color: #fff;
}

.type-all-ways-out .main .green-bg .link a, .type-all-ways-out .main .purple-bg .link a {
    color: #fff;
}

.type-all-ways-out .main .green-bg .link a:after, .type-all-ways-out .main .purple-bg .link a:after {
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right-white.svg") no-repeat center;
}

.type-all-ways-out .main .green-bg, .type-all-ways-out .main .purple-bg {
    color: #fff;
}

.type-all-ways-out .main .green-bg.feed.card-feed .cards .columns .card .title, .type-all-ways-out .main .purple-bg.feed.card-feed .cards .columns .card .title {
    color: #662482;
}

.type-all-ways-out .main .green-bg.mast article header .title, .type-all-ways-out .main .green-bg.mast article header h1, .type-all-ways-out .main .green-bg.mast article header h3, .type-all-ways-out .main .purple-bg.mast article header .title, .type-all-ways-out .main .purple-bg.mast article header h1, .type-all-ways-out .main .purple-bg.mast article header h3 {
    color: #fff;
}

.type-all-ways-out .main .green-bg.quotation footer, .type-all-ways-out .main .green-bg.quotation p, .type-all-ways-out .main .purple-bg.quotation footer, .type-all-ways-out .main .purple-bg.quotation p {
    color: #fff;
}

.type-all-ways-out .main .h1, .type-all-ways-out .main h1 {
    color: #662482;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4.2rem;
    margin: 0 0 1.5rem 0;
}

.type-all-ways-out .main .h2, .type-all-ways-out .main h2 {
    color: #662482;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 3.1rem;
    margin: 0 0 1.5rem 0;
}

.type-all-ways-out .main .h3, .type-all-ways-out .main h3 {
    color: #662482;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 3.1rem;
    margin: 1.5rem 0 1rem 0;
}

.type-all-ways-out .main .h4, .type-all-ways-out .main h4 {
    font-family: "museo-sans", sans-serif;
    color: #292727;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin: 1.5rem 0 1rem 0;
}

.type-all-ways-out .main .h5, .type-all-ways-out .main h5 {
    color: #662482;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 1.5rem 0 1rem 0;
}

.type-all-ways-out .main .image article header h1, .type-all-ways-out .main .video article header h1 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4.7rem;
}

.type-all-ways-out .main .image article header h3, .type-all-ways-out .main .video article header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
}

.type-all-ways-out .main .image article, .type-all-ways-out .main .video article {
    text-align: left;
    padding: 0 0 2rem 0;
}

.type-all-ways-out .main .image figure {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.type-all-ways-out .main .image figure .caption {
    display: block;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    text-align: center;
}

.type-all-ways-out .main .image figure .caption span {
    display: inline-block;
    color: #fff;
    font-family: "effra", sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    padding: 0.5rem 1rem 0.7rem 1rem;
    background-color: rgba(45,45,45,0.5);
    border-radius: 5rem;
}

.type-all-ways-out .main .image, .type-all-ways-out .main .video {
    padding: 0;
}

.type-all-ways-out .main .link a {
    display: block;
    color: #662482;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.3rem;
    margin: 0;
    padding: 2rem 0.1rem 1rem 0.1rem;
}

.type-all-ways-out .main .link a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3.7rem;
    height: 2.9rem;
    margin: 0 0 0 1rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right.svg") no-repeat center;
    background-size: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

.type-all-ways-out .main .link a:hover:after {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.type-all-ways-out .main .link-gallery {
    padding: 0;
}

.type-all-ways-out .main .link-gallery .columns {
    justify-content: center;
    margin: 0;
}

.type-all-ways-out .main .link-gallery .columns .column {
    padding: 15px;
}

.type-all-ways-out .main .link-gallery article {
    padding: 0;
}

.type-all-ways-out .main .link-gallery article header {
    color: #fff;
    font-family: "effra", serif;
    margin: 0;
    padding: 0 0 2rem 0;
}

.type-all-ways-out .main .link-gallery article header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.9rem;
}

.type-all-ways-out .main .link-gallery article header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
}

.type-all-ways-out .main .mast + .text-area.none-bg {
    padding: 0 0 6rem 0;
}

.type-all-ways-out .main .mast article {
    align-items: center;
    padding: 4rem 0;
}

.type-all-ways-out .main .mast article .content .share {
    padding: 2rem 0 0;
}

.type-all-ways-out .main .mast article .content .share .btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0.7rem 4rem 0.6rem 3rem;
}

.type-all-ways-out .main .mast article .content .share .btn:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 2rem;
    height: 2.2rem;
    margin: 0 0.5rem 0 0;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/share.svg") no-repeat center;
}

.type-all-ways-out .main .mast article figure {
    display: block;
    margin: 0 2rem;
    border-radius: 1rem;
    overflow: hidden;
}

.type-all-ways-out .main .mast article header .title, .type-all-ways-out .main .mast article header h1 {
    color: #662482;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4.7rem;
}

.type-all-ways-out .main .mast article header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
}

.type-all-ways-out .main .mast article p {
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.type-all-ways-out .main .mast.align-top article {
    align-items: flex-start;
}

.type-all-ways-out .main .park-map {
    text-align: center;
    padding: 2rem 0;
}

.type-all-ways-out .main .park-map .article .share {
    padding: 2rem 0 0 0;
}

.type-all-ways-out .main .park-map .article header {
    padding: 0 0 2rem 0;
}

.type-all-ways-out .main .park-map .article header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
    margin: 0;
}

.type-all-ways-out .main .park-map .park-points {
    position: relative;
    display: none;
    text-align: left;
}

.type-all-ways-out .main .park-map .park-points .park-point {
    position: absolute;
    top: 0;
    left: 0;
}

.type-all-ways-out .main .park-map .park-points .park-point .open-card {
    position: relative;
    display: block;
    width: 6.3rem;
}

.type-all-ways-out .main .park-map .park-points .park-point .open-card i {
    position: relative;
    display: block;
    width: 6.3rem;
    height: 6.3rem;
}

.type-all-ways-out .main .park-map .park-points .park-point .open-card i b {
    display: block;
}

.type-all-ways-out .main .park-map .park-points .park-point .open-card i b:nth-of-type(1) {
    position: absolute;
    z-index: 9;
    top: 1.6rem;
    left: 1.6rem;
    width: 3.15rem;
    height: 3.15rem;
    background-color: #ff7e2a;
    background: linear-gradient(0deg,#662482 0%,#ff7e2a 100%);
    border-radius: 50%;
}

.type-all-ways-out .main .park-map .park-points .park-point .open-card i b:nth-of-type(2) {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    height: 6.3rem;
    width: 6.3rem;
    background-color: rgba(255,126,42,0.5);
    border: 1px solid #ffaa71;
    box-shadow: inset 0 0 0.5rem 0.5rem #ff9148;
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 1500ms ease-out;
    animation-iteration-count: infinite;
}

.type-all-ways-out .main .park-map .park-points .park-point .open-card span {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 5rem;
    display: block;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.5);
    line-height: 3.5rem;
    transform: translateX(-50%);
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park {
    display: none;
    position: absolute;
    z-index: 99;
    color: #183029;
    width: 32.8rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0.1rem 0.2rem 0.3rem rgba(0,0,0,0.25);
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park .close-card {
    cursor: pointer;
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background: #fff url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/close.svg") no-repeat center;
    background-size: cover;
    box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.25);
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park .cover {
    border-radius: 0.25rem;
    overflow: hidden;
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park .excerpt {
    color: #292727;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5rem 0.1rem;
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park .medium {
    color: #292727;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5rem 0.1rem;
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park .title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin: 0;
    padding: 2rem 0.1rem 1rem 0.1rem;
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park .title a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3.7rem;
    height: 2.9rem;
    margin: 0 0 0 1rem;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right.svg") no-repeat center;
    background-size: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park .title a:hover:after {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.type-all-ways-out .main .park-map .park-points .park-point .picnic-park p a {
    color: inherit;
    text-decoration: none;
}

.type-all-ways-out .main .park-map .park-points .park-point.active .picnic-park {
    display: block;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(1) {
    top: 36%;
    left: 81%;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(1) .picnic-park {
    bottom: -10rem;
    right: -1rem;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(2) {
    top: 73%;
    left: 70%;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(2) .picnic-park {
    bottom: -10rem;
    right: -2rem;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(3) {
    top: 73%;
    left: 24%;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(3) .picnic-park {
    bottom: -10rem;
    left: -12.5rem;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(4) {
    top: 43%;
    left: 59%;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(4) .picnic-park {
    bottom: -10rem;
    right: -2rem;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(5) {
    top: 35%;
    left: 25%;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(5) .picnic-park {
    top: -20rem;
    left: -15rem;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(6) {
    top: 18%;
    left: 46%;
}

.type-all-ways-out .main .park-map .park-points .park-point:nth-child(6) .picnic-park {
    top: -11rem;
    left: -12.5rem;
}

.type-all-ways-out .main .park-map .park-points .underlay {
    display: block;
    max-width: 118.2rem;
    max-height: 80.8rem;
    width: 100%;
    height: auto;
}

.type-all-ways-out .main .purple-bg {
    background: #662482 url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/bkg_texture_repeat.png") repeat top center;
}

.type-all-ways-out .main .quotation {
    padding: 0;
}

.type-all-ways-out .main .quotation footer, .type-all-ways-out .main .quotation p {
    color: #662482;
}

.type-all-ways-out .main .sky-bg {
    background: #dff3f4 url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/bkg_texture_repeat.png") repeat top center;
}

.type-all-ways-out .main .text-area .mast {
    padding: 0;
}

.type-all-ways-out .main .text-area .mast article {
    padding: 0;
}

.type-all-ways-out .main .text-area .mast article header .title, .type-all-ways-out .main .text-area .mast article header h1 {
    font-size: 3.5rem;
    line-height: 4.7rem;
}

.type-all-ways-out .main .text-area .mast article header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
}

.type-all-ways-out .main .yellow-bg {
    background: #cbe5a4 url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/bkg_texture_repeat.png") repeat top center;
}

.type-all-ways-out .main header .h1, .type-all-ways-out .main header .h3, .type-all-ways-out .main header h1, .type-all-ways-out .main header h3 {
    margin: 0;
}

.type-all-ways-out .main p {
    color: #292727;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.3rem;
}

.type-all-ways-out .main p a {
    color: #662482;
    font-weight: 900;
    text-decoration: none;
}

.type-all-ways-out .modal {
    position: fixed;
    z-index: 999;
    left: -100vw;
    background-color: rgba(102,36,130,0.75);
    opacity: 0;
    transition: opacity 500ms;
}

.type-all-ways-out .modal section {
    position: relative;
    display: block;
    text-align: center;
    max-width: 60rem;
    padding: 4rem 2rem;
    margin: 25rem auto 0 auto;
    background-color: #fff;
    border-radius: 0.75rem;
}

.type-all-ways-out .modal section .close-modal {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background: #fff url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/close.svg") no-repeat center;
    background-size: cover;
    box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.25);
}

.type-all-ways-out .modal section .networks .social {
    width: 3.7rem;
    height: 3.7rem;
}

.type-all-ways-out .modal section .networks .social.email:before {
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/modal-email.svg");
}

.type-all-ways-out .modal section .networks .social.facebook:before {
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/modal-facebook.svg");
}

.type-all-ways-out .modal section .networks .social.twitter:before {
    background-image: url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/modal-twitter.svg");
}

.type-all-ways-out .modal section .networks .social:before {
    width: 3.7rem;
    height: 3.7rem;
}

.type-all-ways-out .modal section header {
    color: #662482;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4.7rem;
    padding: 0 0 4rem 0;
}

.type-all-ways-out .modal section header span {
    display: block;
}

.type-all-ways-out .rounded img {
    display: block;
    margin: 0 auto;
    border-radius: 1rem;
}

.type-all-ways-out .share .btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0.7rem 4rem 0.6rem 3rem;
}

.type-all-ways-out .share .btn:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 2rem;
    height: 2.2rem;
    margin: 0 0.5rem 0 0;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/share.svg") no-repeat center;
}

.type-all-ways-out .share span {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    padding: 0 0 1rem 0;
}

.type-all-ways-out.page-park .main .mast article .content .share {
    padding: 2rem 0 0;
}

.type-all-ways-out.page-park .main .mast article .content .share .btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0.7rem 4rem 0.6rem 3rem;
}

.type-all-ways-out.page-park .main .mast article .content .share .btn:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 2rem;
    height: 2.2rem;
    margin: 0 0.5rem 0 0;
    background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/share.svg") no-repeat center;
}

.type-all-ways-out.page-single .main .double-article article figure, .type-all-ways-out.page-single .main .single-article article figure {
    margin: 0;
}

.type-all-ways-out.page-single .main .double-article article header .title, .type-all-ways-out.page-single .main .double-article article header h1, .type-all-ways-out.page-single .main .single-article article header .title, .type-all-ways-out.page-single .main .single-article article header h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
}

.type-all-ways-out.page-single .main .double-article article header h3, .type-all-ways-out.page-single .main .single-article article header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
}

.type-all-ways-out.page-single .main .double-article article p, .type-all-ways-out.page-single .main .single-article article p {
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.type-all-ways-out.page-single .main .image article header .title, .type-all-ways-out.page-single .main .image article header h1, .type-all-ways-out.page-single .main .video article header .title, .type-all-ways-out.page-single .main .video article header h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
}

.type-all-ways-out.page-single .main .image article header h3, .type-all-ways-out.page-single .main .video article header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.4rem;
}

.type-all-ways-out.reveal .modal {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}


@media (min-width: 600px) {
    .type-all-ways-out .footer .lower .container .credits nav {
        font-size: 1.5rem;
        text-align: center;
    }

    .type-all-ways-out .footer .lower .container .credits nav a {
        display: inline-block;
        margin: 0 0.5rem;
    }
}

@media (min-width: 800px) {
    .type-all-ways-out .footer {
        padding: 10rem 0 0 0;
    }

    .type-all-ways-out .footer .lower {
        text-align: left;
        padding: 4rem 0;
    }

    .type-all-ways-out .footer .lower .container .credits {
        padding: 0;
    }

    .type-all-ways-out .footer .lower .container .credits nav {
        text-align: right;
        margin: -4rem 0 0 0;
    }

    .type-all-ways-out .footer .lower .container .credits nav a {
        margin: 0 0 0 1rem;
    }

    .type-all-ways-out .footer .lower .container .d-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

    .type-all-ways-out .footer .lower .container .d-flex .connect {
        text-align: right;
    }

    .type-all-ways-out .footer .lower .container .d-flex .contact .details {
        display: flex;
        justify-content: flex-start;
    }

    .type-all-ways-out .footer .lower .container .d-flex .contact .details a {
        display: inline-block;
        padding: 0;
    }

    .type-all-ways-out .footer .lower .container .d-flex .contact .details a:nth-last-child(1) {
        padding: 0 0 0 1.5rem;
    }

    .type-all-ways-out .footer .lower .container .d-flex .contact .details a:nth-last-child(2) {
        padding: 0 1.5rem 0 0;
        border-right: 1px solid #fff;
    }

    .type-all-ways-out .footer .lower .container .d-flex .contact .details a:only-child {
        padding: 0;
    }

    .type-all-ways-out .footer .lower .container .title {
        font-size: 2.2rem;
        line-height: 3.1rem;
    }

    .type-all-ways-out .footer .upper {
        padding: 2rem 0;
    }

    .type-all-ways-out .footer .upper .container {
        padding: 0;
    }

    .type-all-ways-out .footer .upper .container .newsletter {
        max-width: 65%;
        min-width: 65%;
        min-height: 38rem;
        padding: 0;
    }

    .type-all-ways-out .footer .upper .container .newsletter .form-submit {
        text-align: center;
    }

    .type-all-ways-out .footer .upper .container .newsletter:before {
        top: -8rem;
        right: 65%;
        left: auto;
        width: 40rem;
        height: 40rem;
        margin: 0 1rem 0 0;
        background-position: center right;
        background-size: cover;
    }

    .type-all-ways-out .header .flex .brand {
        margin: 0 0 0 26rem;
    }

    .type-all-ways-out .header .flex .share {
        display: block;
    }

    .type-all-ways-out .main .double-article .container, .type-all-ways-out .main .image .container, .type-all-ways-out .main .link-gallery .container, .type-all-ways-out .main .single-article .container, .type-all-ways-out .main .video .container {
        max-width: 1200px;
    }

    .type-all-ways-out .main .feed-area .feed + .feed {
        padding: 4rem 0 0 0;
    }

    .type-all-ways-out .main .feed-area, .type-all-ways-out .main .text-area {
        padding: 5rem 0;
    }

    .type-all-ways-out .main .feed.card-feed .article {
        padding: 0;
    }

    .type-all-ways-out .main .feed.card-feed .article .cards .columns .card .excerpt {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2.5rem;
        letter-spacing: 0.1px;
    }

    .type-all-ways-out .main .feed.card-feed .article .cards .columns .card .medium {
        font-size: 1.6rem;
        line-height: 2.5rem;
        letter-spacing: 0.1px;
    }

    .type-all-ways-out .main .feed.card-feed .article .cards .columns .card .medium a {
        font-weight: 400;
    }

    .type-all-ways-out .main .feed.card-feed .article .cards .columns .card .title {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 2.6rem;
    }

    .type-all-ways-out .main .feed.card-feed .article .cards .columns .card.clean {
        padding: 0 0.5rem 5.5rem 0.5rem;
    }

    .type-all-ways-out .main .feed.card-feed .article .cards .columns .card.clean.has-file {
        padding: 0 0.5rem 1rem 0.5rem;
    }

    .type-all-ways-out .main .feed.card-feed .article .container {
        padding: 0 15px;
    }

    .type-all-ways-out .main .feed.card-feed .article .content header .title, .type-all-ways-out .main .feed.card-feed .article .content header h1 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 4.7rem;
    }

    .type-all-ways-out .main .feed.card-feed .article .content header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.4rem;
    }

    .type-all-ways-out .main .h1, .type-all-ways-out .main h1 {
        font-size: 5.5rem;
        line-height: 7rem;
    }

    .type-all-ways-out .main .h2, .type-all-ways-out .main h2 {
        font-size: 3.5rem;
        line-height: 4.2rem;
    }

    .type-all-ways-out .main .h3, .type-all-ways-out .main h3 {
        font-size: 2.5rem;
        line-height: 3.4rem;
    }

    .type-all-ways-out .main .h4, .type-all-ways-out .main h4 {
        font-size: 2.2rem;
        line-height: 3.25rem;
    }

    .type-all-ways-out .main .h5, .type-all-ways-out .main h5 {
        font-size: 1.8rem;
    }

    .type-all-ways-out .main .mast {
        padding: 4rem 0;
    }

    .type-all-ways-out .main .mast article .content {
        align-items: flex-start;
    }

    .type-all-ways-out .main .mast article .content .text {
        padding: 0;
    }

    .type-all-ways-out .main .mast article figure {
        margin: 0;
    }

    .type-all-ways-out .main .mast article header .title, .type-all-ways-out .main .mast article header h1 {
        font-size: 5.5rem;
        font-weight: 700;
        line-height: 6.6rem;
    }

    .type-all-ways-out .main .mast article header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.4rem;
    }

    .type-all-ways-out .main .mast article p {
        font-size: 2rem;
        font-weight: 500;
        line-height: 3rem;
        letter-spacing: 0.1px;
    }

    .type-all-ways-out .main .park-map {
        padding: 4rem 0;
    }

    .type-all-ways-out .main .park-map .article .share {
        display: none;
    }

    .type-all-ways-out .main .park-map .article header {
        padding: 0 10rem 2rem 10rem;
    }

    .type-all-ways-out .main .park-map .article header .title, .type-all-ways-out .main .park-map .article header h1 {
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 3.4rem;
    }

    .type-all-ways-out .main .park-map .article header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.4rem;
    }

    .type-all-ways-out .main .park-map .park-points {
        display: inline-block;
    }

    .type-all-ways-out .main .text-area .mast {
        padding: 0;
    }

    .type-all-ways-out .main .text-area .mast article header .title, .type-all-ways-out .main .text-area .mast article header h1 {
        font-size: 3.5rem;
        line-height: 4.7rem;
    }

    .type-all-ways-out .main .text-area .mast article header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.4rem;
    }

    .type-all-ways-out .main p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .type-all-ways-out .modal section {
        margin: 5rem auto 0 auto;
    }

    .type-all-ways-out .modal section header {
        font-size: 3.5rem;
        line-height: 4.7rem;
        padding: 0 0 4rem 0;
    }

    .type-all-ways-out.page-park .header .flex .brand, .type-all-ways-out.page-single .header .flex .brand {
        width: 25rem;
        height: 9.8rem;
        margin: 0;
    }

    .type-all-ways-out.page-park .header .flex .return, .type-all-ways-out.page-single .header .flex .return {
        display: block;
    }

    .type-all-ways-out.page-park .header .flex, .type-all-ways-out.page-single .header .flex {
        justify-content: space-between;
        height: 13.9rem;
        padding: 0;
    }

    .type-all-ways-out.page-park .header, .type-all-ways-out.page-single .header {
        height: 13.9rem;
        background: #662482 url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/nav_bkg.jpg") repeat center;
        overflow: visible;
    }

    .type-all-ways-out.page-park .main .mast.giant-bg {
        padding: 10rem 0 45rem 0;
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/giant_bkg_desktop.png") no-repeat bottom center;
    }

    .type-all-ways-out.page-park .main .mast.hilltop-bg {
        padding: 10rem 0 10 0;
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/inspirationhill_bkg_desktop.png") no-repeat bottom center;
    }

    .type-all-ways-out.page-park .main .mast.lounge-bg {
        padding: 10rem 0 35rem 0;
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/lounge_bkg_desktop.png") no-repeat bottom center;
    }

    .type-all-ways-out.page-park .main .mast.river-bg {
        padding: 10rem 0 35rem 0;
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/creativityriver_bkg_desktop.png") no-repeat bottom center;
    }

    .type-all-ways-out.page-park .main .mast.trail-bg {
        padding: 10rem 0 40rem 0;
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/wellbeingtrail_content_bkgs_desktop.png") no-repeat bottom center;
    }

    .type-all-ways-out.page-park .main .mast.woods-bg {
        padding: 10rem 0 35rem 0;
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/discoverywood_bkg_desktop.png") no-repeat bottom center;
    }

    .type-all-ways-out.page-single .main .double-article article header .title, .type-all-ways-out.page-single .main .double-article article header h1, .type-all-ways-out.page-single .main .single-article article header .title, .type-all-ways-out.page-single .main .single-article article header h1 {
        font-size: 3.5rem;
        line-height: 4.7rem;
    }

    .type-all-ways-out.page-single .main .double-article article header h3, .type-all-ways-out.page-single .main .single-article article header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.4rem;
    }

    .type-all-ways-out.page-single .main .image article header .title, .type-all-ways-out.page-single .main .image article header h1, .type-all-ways-out.page-single .main .image aside header .title, .type-all-ways-out.page-single .main .image aside header h1, .type-all-ways-out.page-single .main .image figure header .title, .type-all-ways-out.page-single .main .image figure header h1, .type-all-ways-out.page-single .main .video article header .title, .type-all-ways-out.page-single .main .video article header h1, .type-all-ways-out.page-single .main .video aside header .title, .type-all-ways-out.page-single .main .video aside header h1, .type-all-ways-out.page-single .main .video figure header .title, .type-all-ways-out.page-single .main .video figure header h1 {
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 4.7rem;
    }

    .type-all-ways-out.page-single .main .image article header h3, .type-all-ways-out.page-single .main .image aside header h3, .type-all-ways-out.page-single .main .image figure header h3, .type-all-ways-out.page-single .main .video article header h3, .type-all-ways-out.page-single .main .video aside header h3, .type-all-ways-out.page-single .main .video figure header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.4rem;
    }

    .type-all-ways-out.page-single .main .image article, .type-all-ways-out.page-single .main .image aside, .type-all-ways-out.page-single .main .image figure, .type-all-ways-out.page-single .main .video article, .type-all-ways-out.page-single .main .video aside, .type-all-ways-out.page-single .main .video figure {
        margin-right: 50%;
    }

    .type-all-ways-out.page-single .main .mast {
        padding-top: 13rem;
    }

    .type-all-ways-out.page-single .main .mast .article {
        padding: 0;
    }

    .type-all-ways-out.page-single .main .mast.bench-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_bench.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .mast.binoculars-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_binos.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .mast.blanket-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_blanket.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .mast.boat-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_boat.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .mast.deckchair-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_deckchair.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .mast.feeding-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_feedingducks.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .mast.reading-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_reading.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .mast.walking-bg + .text-area {
        background: transparent url("https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/1024_walking.png") no-repeat center;
    }

    .type-all-ways-out.page-single .main .single-article article {
        margin-right: 50%;
    }

    .type-all-ways-out.page-single .main .text-area .mast {
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .type-all-ways-out .footer .upper .container .newsletter {
        max-width: 50%;
        min-width: 50%;
    }

    .type-all-ways-out .footer .upper .container .newsletter:before {
        top: -11rem;
        right: 50%;
        width: 71.1rem;
        height: 48rem;
        margin: 0 2rem 0 0;
    }
}

@media (min-width: 1100px) {
    .type-all-ways-out .main .feed.card-feed .cards .columns {
        margin: 0 -15px;
    }
}

@media (min-width: 900px) {
    html.js .type-all-ways-out .document {
        padding: 0;
    }
}

@media (min-width: 500px) {
    html.js .type-all-ways-out .header .flex .brand {
        max-width: 27.2rem;
        min-width: 27.2rem;
    }
}

@media (min-width: 900px) {
    html.js .type-all-ways-out .header .flex {
        align-items: center;
    }

    html.js .type-all-ways-out .header .flex .brand {
        order: 1;
        max-width: 27.2rem;
        min-width: 27.2rem;
        transition: none;
    }

    html.js .type-all-ways-out .header .flex .return, html.js .type-all-ways-out .header .flex .share {
        order: 2;
    }
}

@media (min-width: 800px) {
    html.js .type-all-ways-out.page-park .header .flex .brand, html.js .type-all-ways-out.page-single .header .flex .brand {
        max-width: 20rem;
        min-width: 20rem;
    }

    html.js .type-all-ways-out.page-park .header .flex, html.js .type-all-ways-out.page-single .header .flex {
        justify-content: space-between;
        padding: 1rem 0;
    }

    html.js .type-all-ways-out.page-park .header, html.js .type-all-ways-out.page-single .header {
        height: 13.9rem;
    }
}

@media (min-width: 800px) and (min-width: 500px) {
    html.js .type-all-ways-out.page-park .header .flex .brand, html.js .type-all-ways-out.page-single .header .flex .brand {
        max-width: 20rem;
        min-width: 20rem;
    }
}

@media (min-width: 800px) and (min-width: 900px) {
    html.js .type-all-ways-out.page-park .header .flex .brand, html.js .type-all-ways-out.page-single .header .flex .brand {
        max-width: 20rem;
        min-width: 20rem;
    }

    html.js .type-all-ways-out.page-park .header, html.js .type-all-ways-out.page-single .header {
        height: 13.9rem;
    }
}

/* ===============================
   AWO POST GRID — Namespaced CSS
   =============================== */

.awo_post_grid .awo_results-container {
  margin: 10px 0;
}

.awo_post_grid {
    padding-bottom: 20px;
}

.awo_post_grid .custom-post-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* -------------------------------
   Search Bar
-------------------------------- */
.awo_post_grid .map-search-section {
    display: block !important;
    margin-bottom: 0rem; /* keep the spacing we added */
}

.awo_post_grid .grid-search-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 0 20px;
}

.awo_post_grid .gridsearchdiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.awo_post_grid .gridsearchdiv form {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
}

.awo_post_grid .searchfieldsdiv {
    display: flex;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.awo_post_grid .searcbartitle {
    display: flex;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.awo_post_grid .searcbartitle h3{
   
    align-content: center;
   text-align: center;
    align-items: center;
}

/* Form fields */
.awo_post_grid .custom-select {
  position: relative;
  width: 100%;
}

.awo_post_grid .formsearchlabel,
.awo_post_grid .formsearchtext {
  flex: 1;
}

.awo_post_grid .custom-select span {
  margin-left: 8px;
  font-size: 0.85rem;
  color: #7D2248;
}

.awo_post_grid .custom-select select,
.awo_post_grid .custom-select input[type="text"],
.awo_post_grid .custom-select textarea {
  width: 100%;
  padding: 10px 10px;
  border: 0px solid #c91167;
  background: #fff;
  border-radius: 22px;
  color: #000;
}

/* Dropdown arrow */
.awo_post_grid .custom-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.awo_post_grid .custom-arrow svg {
  width: 18px;
  height: 18px;
  fill: #7D2248;
}

/* Search icon in text input */
.awo_post_grid .custom-search {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Buttons */
.awo_post_grid .searchbuttonsdiv {
  gap: 10px;
}

.awo_post_grid .formbuttons {
    display: flex;
    background: #662482;
    color: #fff;
    border: 0px solid #7D2248;
    padding: 13px 12px;
    width: 100%;
    font-weight: 600;
    border-radius: 22px;
    cursor: pointer;
    transition: 0.2s ease;
    justify-content: center;
    align-content: center;
}

.awo_post_grid .formbuttons:hover {
  border-color: #c91167;
  color: #fff;
}

/* Title above grid */
.awo_post_grid .normalgridtitle {
  margin-left: 6px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  color: #0b2e4c;
}

/* -------------------------------
   POST CARDS
-------------------------------- */

.awo_post_grid .awo-post {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.awo_post_grid .awo-post:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* Post Image */
.awo_post_grid .awo-post-image {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Post Title */

.awo_post_grid .awo-post-title {
  font-size: 20px;
   margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    display: flex;
    flex-direction: column;
    flex: 1; /* Allow it to fill available space */
    position: relative;
    z-index: 2;
}

/* Little arrow icon container */
.awo_post_grid .awo-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.awo_post_grid .awo-post-title h3 {
    color: #183029;
    font-family: "effra", serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin: 0;
}

.awo_post_grid .awo-post-title a {
  text-decoration: none;
  color: #5d2482;
}

/* Excerpt */
.awo_post_grid .awo-post-content {
  padding: 0 12px 16px;
  color: #444;
}

.awo_post_grid .awo-post-content p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.45;
}

.awo_post_grid .awo-post-main-content p {
  margin: 0;
      color: #000 !important;
    font-family: "effra", serif;
  font-size: 1.2rem;
  line-height: 1.45;
}

.awo_post_grid .custom-post-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5d2482;
    padding-top: 10px;
}
/* -------------------------------
   Responsive tweaks
-------------------------------- */

@media (max-width: 768px) {
  .awo_post_grid .gridsearchdiv form {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .awo_post_grid .custom-post-grid {
    grid-template-columns: 1fr;
  }

  .awo_post_grid .normalgridtitle {
    margin-left: 0;
    text-align: left;
  }
}

.awo-post-title-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .6rem;
    text-decoration: none;
}

.awo-post-title-arrow svg {
    width: 28px;
    height: 28px;
    transition: transform .2s ease;
}

.awo-post-title-link:hover .awo-post-title-arrow svg {
    transform: translateX(4px);
}

/* Entire grid search area */
.awo_post_grid .map-search-section {
    /* your overrides */
}

/* Search bar container */
.awo_post_grid .grid-search-bar {
    /* custom layout */
}

/* Custom select wrapper */
.awo_post_grid .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Select element inside */
.awo_post_grid .custom-select select {
    display: block;
    width: 100%;
    padding: 10px 40px 10px 14px;
    border-radius: 22px;
    border: 0px solid #ccc;
    appearance: none;
    background-color: #fff;
    font-size: 16px;
}

/* Arrow icon placement */
.awo_post_grid .custom-select .custom-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Search text input */
.awo_post_grid .gridsearchtext {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}


.awo_post_grid .formbuttons i {
   padding: 0px; 
}

.awo_post_grid .hidden {
display: none;
}

.awo_post_grid .awo-search-intro {
    margin-bottom: 0.75rem;
}

.awo_post_grid .awo-search-text--mobile {
    display: none;
}

/* Swap on mobile */
@media (max-width: 768px) {
    .awo_post_grid .awo-search-text--desktop {
        display: none;
    }
    .awo_post_grid .awo-search-text--mobile {
        display: block;
    }
}


.awoheadercontainer {
    WIDTH: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.awoh1 {
        margin: 30px 10px 0px 30px;
    flex: 1;
    
}

.awoh2 {
    flex: 4;
    
}

.awoh3 {
    flex: 1;
    
}

.awoh2 {
            padding: 10px 20% 10px 10px;
}

.awoheadercontent--collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Optional: style when expanded (for debugging or effects) */
.awoheadercontent--collapsible.is-visible {
    /* e.g. padding-top: 1rem; */
}

.awoheader-toggle {
    display: flex;
    margin-top: 1rem;
    cursor: pointer;
    min-width: 140px;
    width: 140px;
    border-radius: 10px;
    border: 0px solid #662482;
    background-color: #662482;
    color: #fff;
    font-family: "effra-cc", sans-serif;
font-weight: 600;
font-style: normal;
        font-size: 2rem;
            line-height: 2.6rem;
            align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 5px 0px 0px 0px;
}

.awoheaderlink-btn {
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    /* same button styles as .awoheader-toggle for consistency */
}

.awoheadertitle {
font-family: "effra-cc", sans-serif;
font-weight: 800;
font-style: normal;
        font-size: 5.5rem;
        font-weight: 700;
        line-height: 6.6rem;
        color: #662482;
        margin-top: 20px;
    margin-bottom: 10px;
}

.awoheaderintro {

}

.awoheaderintro p   {
    font-family: "effra-cc", sans-serif;
font-weight: 500;
font-style: normal;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.8rem;
        letter-spacing: 0.1px;
        margin-bottom: 20px;
    color: #662482 !important;}


.awoh3 {
    width: 33.333%
}

.all-ways-out-page .awoh3 {
        display: none;
}

.all-ways-out-page .awoh2 {
            padding: 10px 20px 10px 10px;
}

.all-ways-out-page .awoh1 img{
    margin: 20px 20px 20px 50px;
transform: scale(1.5);
}


.awoheadermap {
    margin: 10px;
    width: 300px;
height: 200px;
}

.menumap.desktop-only {
        position: relative;
    top: 0rem;
    right: 0rem;
    display: block;
    cursor: pointer;
     content: '';
    width: auto;
      height: 100%;
    background: transparent url(https://pa3hw.org.uk/wp-content/themes/mbc_child/assets/images/allwaysout/AWO_map_header.png) no-repeat center;
    background-size: contain;
}

.all-ways-out-map {
    min-width: 1200px;
}


.allways-out-map .shareright {
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
margin: 10px 50px 10px 50px;
}