:root {
--global--color-background: #fff;
--global--nav: #f0f6e9;
--color--lightgreen: #aad67d;
--color--olive: #476425;
--global--h-back: #59250f;
--global--lightgrey: #dacac4;
--global--text: #343434; --entry-header--color: #474b4c;
--global--link-hover: #8d9ea4;
--global--btn-color: #528318;
--global--width: 1200px;
--global--breadcrumb: #a1b5bd;
--global--footer: #ffffff;
--footer--color-link: #fff;
--footer--color-text: #fff;
--global--spacing-vertical: 0.5em;
--responsive--aligndefault-width: 100%;
--global--font-size-base: 13pt;
--global--side: 2rem;
--alert: #ca2b2b;
--darkblue: #0054a6;
--global--line-height-body: 1.3em;
--global--vw: 100vw;
--global--offset: 119px;
--pagination--font-size: 1em;
--form--border-width: 1px;
--form--font-size: 1em;
}
body {
line-height: 1em;
color: var(--global--text);
}
#page {
padding-top: var(--global--offset);
background-color: #ebe2d9;
background: linear-gradient(180deg, #b2988b 100px, #ebe2d9);
}
.home #page {
background: linear-gradient(180deg, #b2988b 500px, #ebe2d9);
}
.sticky {
position: fixed;
width: 100%;
z-index: 100;
}
.tdd-flex-items {
display: flex;
justify-content: space-between;
gap: 20px
}
.tdd-one-third {
flex: 1 1 33%;
}
.tdd-two-thirds {
flex: 1 1 66%;
}
a {
text-decoration: none;
}
a img {
transition: 0.3s;
}
a:hover {
color: var(--darkblue) !important;
text-decoration: none !important;
}
a:hover img {
opacity: 0.8;
}
#hwwidget1621 {
width: 240px;
float: right;
margin: 0;
position: relative;
top: -12px;
}
.tdd_half {
width: 50%;
}
.wpcf7-form-control-wrap {
width: 100%;
}
.wp-block-social-links .wp-social-link a {
padding: 0;
}
.team {
flex-basis: 25%;
border-style: solid;
border-width: 1px;
padding: 20px 20px 10px;
background-color: #f4f4f4;
}
.teamblank {
flex-basis: 25%;
border-style: none;
border-width: 0px;
padding: 20px 20px 10px;
}
.search-form .search-submit {
border-radius: 15px;
background: var(--global--btn-color);
}
.search-form .search-field {
border-color: var(--global--btn-color);
}
.entry-title {
font-size: 1.3em;
margin: 0;
}
.site-main > article > .entry-footer {
padding-top: 1em;
padding-bottom: 0;
}
.pagination .nav-links > *.current,
.comments-pagination .nav-links > *.current {
text-decoration: none;
}
.pagination,
.comments-pagination {
border-width: 1px;
}
.wp-block-group.jumpto {
position: sticky;
top: 207px;
width: 100%;
height: 48px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#jumpmenu {
position: absolute;
right: 0;
top: 0;
border-color: var(--global--btn-color);
}
.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*="inner-container"] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
margin-top: var(--global--spacing-vertical);
}
img {
max-width: 100%;
}
.wp-block-file {
margin-bottom: 1em;
}
.wp-block-file a {
padding-left: 45px;
background: url(//forestheathpcn.org.uk/wp-content/uploads/2021/08/pdf.png) no-repeat left;
min-height: 32px;
display: block;
padding-top: 5px;
}
.fileicon {
padding-left: 45px;
background: url(//forestheathpcn.org.uk/wp-content/uploads/2021/08/link.png) no-repeat left;
margin-bottom: 1em;
min-height: 32px;
display: block;
padding-top: 3px;
}
.entry-content h2,
.alignfull h2 {
font-size: 1.3em;
background: var(--global--h-back);
color: #fff;
padding: 10px;
font-weight: bold;
}
.entry-content h3,
.alignfull h3 {
font-size: 1.2em;
background: var(--global--lightgrey);
padding: 10px;
font-weight: bold;
color: var(--global--text);
}
.entry-content a {
color: var(--global--btn-color);
font-weight: bold;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.tdd-feature {
background: var(--global--nav);
color: #fff;
padding: var(--global--side) !important;
}
.tdd-sitebackground {
background-color: var(--global--btn-color);
padding: 2em 0;
color: #fff;
}
.alignfull {
width: var(--global--vw);
position: relative;
margin-left: -50vw;
left: 50%;
max-width: none;
}
.entry-content .alignfull {
margin-top: 2em;
}
.alignfull h3,
.alignfull h2 {
background: none;
padding: 0;
}
.site-main {
padding-top: 0;
padding-bottom: 0;
}
.tdd-alert {
background: var(--alert) !important;
border-color: #fff !important;
}
.outerpop {
background: rgba(255, 255, 255, 0.9);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.innerpop {
max-width: 800px;
max-height: 90vh;
overflow-y: auto;
padding: 3em;
}
.flexrow {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.sitebtn {
border: 3px solid #fff;
border-radius: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
overflow: hidden;
transition: 0.3s;
}
.sitebtn:hover {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.martop {
margin-top: 1em;
}
.sidepad {
padding-left: 1em;
padding-right: 1em;
}
p {
margin: 0.5em 0;
}
.tdd-header {
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: 0.3s;
background-color: #fff;
}
.tdd-header-shadow {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.header-email-btn {
background-color: var(--global--btn-color);
color: #fff;
padding: 0.25em 1em 0.25em;
border-radius: 0 0 10px 10px;
font-size: 0.85em;
}
.tdd-header-translator a:hover {
color: #fff !important;
opacity: 0.5;
}
.header-email-btn:before {
content: "";
width: 16px;
height: 15px;
margin-right: 1px;
background-image: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/img/envelope.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
position: relative;
top: 1px;
}
.menu-item {
position: relative;
}
.sub-menu {
display: none !important;
position: absolute;
background: #fff;
width: 250px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
z-index: 10;
}
.menu-item:hover > .sub-menu {
display: block !important;
}
.menu-item > .sub-menu > .menu-item > .sub-menu {
margin-left: 50px;
}
.menu-item > .sub-menu > .menu-item.menu-item-has-children:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #528318;
right: 3px;
top: 50%;
transform: translateY(-50%);
}
.tdd-mobile-nav {
display: none;
text-align: center;
padding: 12px 0;
font-weight: bold;
}
.tdd-mobile-close {
display: none;
}
.tdd-nav,
.tdd-mobile-nav {
color: var(--global--text);
z-index: 100;
position: relative;
}
.tdd-nav ul {
list-style: none;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.tdd-nav ul li a {
padding: 0.5em 1em;
display: block;
text-decoration: none;
transition: 0.3s;
}
#menu-main > li > a {
border-right: 1px solid #000;
}
#menu-main > li:last-child > a {
border: none;
}
.sub-menu li a {
padding: 0.7em 1em !important;
border-top: 1px solid #efefef;
}
.sub-menu li:last-child a {
border-bottom: 1px solid #efefef;
}
.tdd-nav ul li a:hover {
background: var(--global--nav);
}
.tdd-nav .current_page_item > a,
.tdd-nav .current-page-parent > a,
.tdd-nav .current-menu-ancestor > a {
background: var(--global--btn-color) !important;
color: #fff !important;
}
.site-width {
max-width: var(--global--width) !important;
padding: 0 var(--global--side) !important;
}
.site-content {
max-width: var(--global--width);
margin: 0 auto;
background: #fff;
padding: 0.5em var(--global--side) var(--global--side);
}
.home .site-content {
padding-top: 0;
padding-bottom: 0;
}
.home .entry-content {
padding-top: 0 !important;
}
.tdd-header-translator {
max-width: var(--global--width);
display: flex;
gap: 1em;
justify-content: flex-end;
position: absolute;
width: 100%;
left: 50%;
transform: translateX(-50%);
z-index: 1000;
padding: 0 var(--global--side);
box-sizing: border-box;
}
.headerflags {
border: 1px solid #f49426;
background: #fff;
border-radius: 0 0 5px 5px;
padding: 0.25em 0.25em 0.25em;
}
.gt_selected {
position: absolute !important;
top: 0;
border-radius: 0 0 10px 10px !important;
}
.gt_selected a {
border: none !important;
padding: 5px 5px 1px !important;
}
.gt_selected a img {
position: relative !important;
top: -2px !important;
}
.gt_switcher .gt_option {
position: absolute !important;
border-top: 24px solid rgb(244, 148, 38) !important;
border-bottom: 1px solid #f49426;
}
.tdd-header-area {
max-width: 100%;
margin: 0 auto !important;
display: flex;
justify-content: space-between;
padding: 0;
}
.tdd-header .tdd-header-area {
max-width: var(--global--width);
align-items: center;
background-image: url(//forestheathpcn.org.uk/wp-content/uploads/2023/03/header-leaf.png);
background-position: right center;
background-size: auto 100%;
background-repeat: no-repeat;
padding: 0 var(--global--side);
}
.tdd-header-block {
display: flex;
align-items: center;
gap: 15px;
color: #fff;
line-height: 0.95em;
padding: 0.5em 0;
font-size: 1.2rem;
}
.tdd-header-block h3,
.tdd-header-block h4 {
font-weight: normal;
line-height: 1em;
font-size: 1em;
}
.tdd-header-block h2 {
font-weight: bold;
text-transform: uppercase;
line-height: 1em;
font-size: 1.5em;
}
.tdd-header-logo img {
height: 100px;
}
.tdd-page-top {
padding: 3.5rem 0;
background-image: url(//forestheathpcn.org.uk/wp-content/uploads/2023/03/footer.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: #fff;
font-size: 1.8em;
line-height: 1em;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.tdd-breadcrumb {
font-size: 1rem;
color: #fff;
}
.tdd-breadcrumb a {
color: #999;
}
.tdd-logos {
display: flex;
align-items: center;
padding: 1em 0;
flex-wrap: wrap;
justify-content: center;
gap: 5px;
background: #d7d7d7;
}
.footerphone {
float: right;
transform: rotate(15deg);
padding-right: 30px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.tdd-footer {
background-image: url(//forestheathpcn.org.uk/wp-content/uploads/2023/03/footer.jpg);
}
.tdd-footer .widget {
margin: 0;
}
.tdd-footer .widget-area {
max-width: var(--global--width);
grid-template-columns: auto !important;
margin-top: 0;
font-size: 0.85em;
padding: var(--global--side) var(--global--side);
}
.tdd-footer .widget-area p {
margin: 1em 0 !important;
}
.tdd-footer td {
border: none;
padding: 0.25em;
}
.appstore {
height: 50px;
}
.tdd-siteinfo {
padding: 1em 0;
background: var(--global--h-back);
font-size: 0.8em;
box-shadow: 0 10px 10px inset rgba(0, 0, 0, 0.3);
}
.tdd-siteinfo ul {
list-style: none;
padding: 0;
margin: 0;
}
.tdd-siteinfo ul li {
display: inline-block;
border-left: 1px solid var(--global--text);
margin-left: 5px;
padding-left: 5px;
line-height: 1rem;
}
.site-footer {
max-width: var(--global--width);
padding: 0 var(--global--side);
}
.site-footer > .site-info a {
color: var(--footer--color-link) !important;
}
.tdd-siteinfo ul li:first-child {
border: none;
}
.site-footer > .site-info {
border: 0;
padding: 0;
margin: 0;
color: var(--footer--color-link);
font-size: 0.7rem;
}
.site-footer > .site-info .site-name {
text-transform: none;
font-size: 0.7rem;
}
.entry-content li {
line-height: 1em;
margin-bottom: var(--global--spacing-vertical);
}
.tdd-slide-area {
background: #fff;
display: flex;
gap: 1em;
padding-top: 0px;
min-height: 537px;
}
.tdd-slide-window {
background: #ccc;
width: 100%;
position: relative;
}
.tdd-slide {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
.tdd-slide-content {
position: absolute;
bottom: 0;
padding: 1em var(--global--side) 1em var(--global--side);
background: rgba(0, 0, 0, 0.5);
width: 100%;
color: #fff;
max-width: var(--global--width);
left: 50%;
transform: translateX(-50%);
}
.tdd-slide-content .wp-block-image {
text-align: left;
}
.tdd-slide-content a {
color: #fff !important;
text-decoration: underline !important;
}
.tdd-ticker-area {
background-color: var(--color--lightgreen);
box-shadow: 0 10px 10px inset rgba(0, 0, 0, 0.3);
color: #ffffff;
overflow: hidden;
}
.tdd-ticker-inner {
display: flex;
flex-wrap: nowrap;
width: 3600px;
}
.tdd-tick {
display: inline-flex;
flex-direction: column;
gap: 3px;
padding: 10px 10px;
border: 3px solid #fff;
border-radius: 10px;
margin: 10px 5px;
transition: 0.3s;
width: 360px;
font-size: 0.8em;
background: var(--global--btn-color);
color: #fff;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.tdd-tick.urgent {
background: var(--alert);
color: #fff !important;
}
.wp-block-post-template li.urgent {
background: var(--alert);
color: #fff !important;
}
.tdd-tick h5 {
font-weight: bold;
color: #fff;
transition: 0.3s;
font-size: 1.2em;
}
.tdd-tick .date {
font-size: 0.8em;
}
.tdd-tick:hover {
background: var(--global--text);
color: #fff !important;
}
.tdd-tick:hover h5 {
color: #fff;
}
.wp-block-query .wp-block-post-terms {
display: none;
}
.mtphr-dnt-tick-contents a {
color: #ffffff;
font-size: 0.8em !important;
}
.mtphr-dnt-tick-container {
margin-top: 3px !important;
margin-bottom: 10px !important;
}
.pendant {
background: var(--global--nav);
padding: 1em;
width: 31%;
}
.pendantbody {
display: flex;
flex-direction: column;
}
.pendantbody .tdd-panel:last-child {
margin-bottom: 0;
}
.tdd-panel * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.tdd-panel {
background: var(--global--btn-color);
width: 100%;
padding: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
display: block;
border: 2px solid #0054a6;
margin-bottom: 12px;
}
.tdd-panel br {
clear: both;
}
.tdd-panel .innerPanel {
width: 100%;
color: #ffffff;
text-align: center;
padding: 3px;
line-height: 1.1em;
}
.tdd-panel.dblue {
background: #0054a6;
}
.innerPanel.licon {
background-image: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/tdd/scripts/images/ico-link.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 30px;
}
.tdd-panel .innerPanel.flexme {
display: flex;
flex-direction: row;
align-items: center;
background-color: transparent;
transition: all 0.3s;
}
.tdd-panel .innerPanel.flexme:hover {
background-color: #0054a6;
}
.tdd-panel.dblue .innerPanel.flexme:hover {
background-color: #00aeef;
}
.tdd-panel .icon {
display: inline-block;
margin: 0 10px 0 5px;
}
.tdd-panel .title {
display: inline-block;
text-align: left;
padding-right: 40px;
padding-bottom: 5px;
}
.tdd-panel .innerText {
text-align: center;
font-size: 0.9em;
width: 100%;
}
.tdd-panel .timepanel {
margin: 10px auto;
background: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/tdd/scripts/images/pa-time.gif) no-repeat;
width: 222px;
height: 43px;
}
.tdd-panel .timepanel div {
float: left;
text-align: center;
color: #666666;
height: 36px;
margin-top: 3px;
line-height: 36px;
font-size: 1.2em;
}
.tdd-panel .timepanel .day {
width: 69px;
margin-left: 4px;
}
.tdd-panel .timepanel .date {
width: 37px;
margin-left: 2px;
}
.tdd-panel .timepanel .month {
width: 65px;
margin-left: 2px;
}
.tdd-panel .timepanel .ampm {
width: 37px;
margin-left: 2px;
}
.tdd-panel .tdd-button {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/tdd/scripts/images/boxbg.png) rgba(0, 0, 0, 0.3) !important;
background-size: 100% 100%;
color: #fff !important;
padding: 8px 17px;
display: inline-block;
margin: 3px 0px;
border: 1px solid #fff;
}
.tdd-panel .tdd-button:hover {
background: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/tdd/scripts/images/boxbg.png) rgba(0, 0, 0, 0.5) !important;
text-decoration: none;
}
.tdd-button-team {
background-color: #ff0000;
}
.featurelinks {
display: flex;
gap: 5px;
flex-wrap: wrap;
margin-top: 1em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.featurelinks * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.small-pad {
padding: 5px;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
font-size: inherit;
padding: 5px;
}
.featurelink {
flex: 1 1 20%;
display: block;
font-size: 1em;
gap: 5px;
border: 2px solid var(--darkblue);
border-radius: 10px;
overflow: hidden;
padding-left: 90px;
line-height: 1em;
position: relative;
height: 80px;
transition: all 0.3s;
}
.featurelink:hover .image {
box-shadow: 0 0 30px inset rgb(0 0 0 / 50%); scale: 1.15;
}
.featurelink .image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-repeat: no-repeat !important;
background-position: center;
background-size: cover;
width: 100%;
transition: 300ms;
scale: 1;
}
.featurelink h5 {
position: absolute;
inset: 0;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #000;
display: grid;
place-items: center;
margin: 0 !important;
font-size: 1.4em;
padding-right: 0;
}
.featurelink p {
font-size: 0.9em;
line-height: 1em;
padding-right: 3px;
}
.newsheader {
background: var(--global--btn-color);
color: #fff;
padding: 10px;
font-weight: bold;
line-height: 1.2em;
}
.newsintro {
background: #fff;
padding: 10px;
line-height: 1em;
font-size: 0.95em;
}
.newsmore {
background: var(--global--nav);
color: #fff;
font-weight: normal;
padding: 10px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: right;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.specialpanel {
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
right: auto;
padding-top: 0 !important;
width: 100%;
}
.specialpanel h2 {
padding-left: 35px;
}
.specialpanel ::-webkit-scrollbar {
display: none;
}
.specialpanel .sp_inner {
-webkit-overflow-scrolling: touch;
overflow-x: scroll;
overflow-y: visible;
padding: 15px 20px 0 0;
height: auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.specialpanel .sp {
display: inline-block;
width: 3000px;
text-align: center;
margin: 0 !important;
}
.specialpanel ul.sp li {
text-align: left;
display: inline-table;
width: 240px;
height: 300px;
margin: 0 10px 10px 10px;
border-radius: 10px;
border: 2px solid var(--global--btn-color);
background: #fff;
overflow: hidden;
position: relative;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.wp-block-post-template li {
border: 2px solid var(--global--btn-color);
border-radius: 10px;
padding: 0.5em;
}
.wp-block-post-title {
background: var(--global--btn-color) !important;
margin-top: 0 !important;
}
.wp-block-post-title a {
color: #fff;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: auto;
}
.post-navigation .post-title {
margin: 0;
color: var(--global--btn-color);
}
.scrollleft {
background: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/img/leftarrow.png) no-repeat center rgba(255, 255, 255, 0.5);
background-size: 35px;
width: 35px;
height: 100%;
position: absolute !important;
left: 15px;
top: 0 !important;
}
.scrollright {
background: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/img/rightarrow.png) no-repeat center rgba(255, 255, 255, 0.5);
background-size: 35px;
width: 35px;
height: 100%;
position: absolute !important;
right: 0;
top: 0 !important;
}
.scrollright .dashicons,
.scrollleft .dashicons {
font-size: 6em;
color: #cdd4d6;
top: 50%;
transform: translateY(-50%);
}
.news {
padding-top: 2em;
padding-bottom: 2em;
display: none;
}
.news h2 {
color: var(--global--text);
} @media screen and (max-width: 1024px) {
.footerphone {
width: 180px;
transform: rotate(0deg);
}
}
@media screen and (max-width: 850px) {
.tdd-nav ul li a {
padding: 0.5em;
}
}
@media screen and (max-width: 768px) {
.tdd-flex-items {
flex-direction: column;
}
.tdd-flex-items > * {
flex: 1 1 100%;
}
.tdd-flex-items input[type=text], .tdd-flex-items input[type=email], .tdd-flex-items input[type=tel], .tdd-flex-items textarea, .tdd-flex-items select {
width: 100%;
box-sizing: border-box;
}
.footermjog {
max-height: 60px !important;
}
.footerphone {
padding-right: 0 !important;
width: 100px;
}
.appstore {
height: 49px;
}
.tdd-nav {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
overflow-y: auto;
background: var(--global--nav);
padding-top: 15vh;
}
.tdd-footer .wp-block-column,
.tdd-footer .has-text-align-right,
.tdd-siteinfo {
text-align: center;
}
.tdd-footer br {
display: none;
}
.opennav {
display: block;
z-index: 10000;
}
.opennav.tdd-nav ul {
flex-direction: column;
}
.opennav.tdd-nav ul * {
width: 100%;
}
.opennav.tdd-nav .sub-menu {
position: relative;
box-shadow: none;
display: block !important;
}
.menu-item > .sub-menu > .menu-item > .sub-menu {
border-left: 1px dotted var(--global--text);
}
.menu-item > .sub-menu > .menu-item.menu-item-has-children:after {
display: none;
}
.tdd-nav ul li a {
border-top: 1px dotted var(--global--text);
border-right: none !important;
padding: 1em;
}
.opennav.tdd-nav .sub-menu li a {
padding-left: 2em !important;
}
.tdd-mobile-nav {
display: block;
background-color: var(--color--olive);
color: #fff;
box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}
.tdd-mobile-nav:before {
content: "";
background: url(//forestheathpcn.org.uk/wp-content/themes/forestheathpcn/img/bars.svg) center no-repeat;
background-size: contain;
width: 20px;
height: 17px;
display: inline-block;
position: relative;
top: 3px;
margin-right: 0.5em;
}
.tdd-mobile-close {
display: block;
width: 50px;
height: 50px;
position: absolute;
top: 6vh;
right: 10px;
cursor: pointer;
}
#hwwidget1621 {
transform: scale(0.7);
transform-origin: top right;
}
.featurelinks {
gap: 0;
}
.featurelink {
flex-basis: 47%;
margin: 5px;
}
.tdd-header-block {
width: 300px;
}
.tdd-header-block[data-site="forest"] {
text-align: right;
}
.tdd-page-top .tdd-header-area {
flex-direction: column;
gap: 15px;
}
}
@media screen and (max-width: 600px) {
:root {
--global--side: 0.5em;
}
.sticky {
top: 0;
}
.footermjog {
max-height: 80px !important;
}
.footerphone {
display: none;
}
.tdd-slide-area {
flex-direction: column-reverse;
min-height: 400px;
}
.pendant {
width: 100%;
}
.tdd-slide-window {
min-height: 400px;
}
.featurelinks {
flex-direction: column;
}
.featurelink {
width: 100%;
flex: 1 1 auto;
}
#hwwidget1621 {
float: none;
left: 50%;
transform: translateX(-50%);
}
.site-name {
text-align: center;
}
.site-name a {
display: block;
}
.tdd-header-block {
width: auto;
}
.tdd-tick {
width: var(--global--vw);
margin: 10px 0;
border-radius: 0px;
padding: 10px 1em;
}
.tdd-footer .widget-area {
padding: 3em var(--global--side);
}
}
@media screen and (max-width: 480px) {
.tdd-page-top {
font-size: 1.5em;
padding: 1.5em 0;
}
.tdd-header-translator {
position: relative;
justify-content: center;
}
.tdd-header .tdd-header-area {
justify-content: center;
}
}