:root {
--global--color-background: #fff;
--global--nav: #a1b5bd;
--global--lightgrey: #d0dade;
--global--text: #6f828a; --entry-header--color: #474b4c;
--global--link-hover: #8d9ea4;
--global--btn-color: #8d9ea4;
--global--width: 1200px;
--global--breadcrumb: #a1b5bd;
--global--footer: #3b4b4f;
--footer--color-link: #fff;
--footer--color-text: #fff;
--global--spacing-vertical: 0.5em;
--responsive--aligndefault-width: 100%;
--global--font-size-base: 13pt;
--global--side: 2em;
--alert: #ca2b2b;
--darkblue: #0054a6;
--global--line-height-body: 1.3em;
--global--vw: 100vw;
--global--offset: 170px;
--pagination--font-size: 1em;
}
body {
line-height: 1em;
color: var(--global--text);
}
#page {
padding-top: var(--global--offset);
}
.sticky {
position: fixed;
width: 100%;
z-index: 100;
}
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;
}
.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;
}
#footer #tdd-siteinfo img {
vertical-align: middle;
margin-right: 5px;
}
.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(//www.swansurgery.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(//www.swansurgery.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--nav);
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 {
padding: 10px;
background: var(--global--nav);
color: #fff;
}
.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-image: url(//www.swansurgery.org.uk/wp-content/themes/swan2021/img/blue-green-head.gif);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: 0.3s;
}
.menu-item {
position: relative;
}
.sub-menu {
display: none!important;
position: absolute;
background: var(--global--nav);
width: 250px;
}
.menu-item:hover .sub-menu {
display: block!important;
}
.tdd-mobile-nav {
display: none;
text-align: center;
padding: 12px 0;
font-weight: bold;
}
.tdd-mobile-close {
display: none;
}
.tdd-nav, .tdd-mobile-nav {
background: var(--global--nav);
color: var(--global--text);
box-shadow: 0 -10px 19px rgba(0,0,0,0.2);
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: 1em 1em;
display: block;
text-decoration: none;
transition: 0.3s;
color: var(--entry-header--color);
}
.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--link-hover);
}
.tdd-nav .current_page_item > a, .tdd-nav .current-page-parent > a {
background: var(--global--btn-color);
color: #fff!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-area {
max-width: var(--global--width)!important;
margin: 0 auto!important;
display: flex;
justify-content: space-between;
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: 1em 0;
background: var(--global--breadcrumb);
color: #fff;
font-size: 1.2em;
}
.tdd-breadcrumb {
font-size: 0.65em;
color: var(--global--text);
}
.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: var(--global--footer);
}
.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) 0;
}
.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--nav);
font-size: 0.8em;
}
.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 {
padding: 0;
}
.site-footer > .site-info a {
color: var(--entry-header--color)!important;
font-size: 1rem;
}
.tdd-siteinfo ul li:first-child {
border: none;
}
.site-footer > .site-info {
border: 0;
padding: 0;
margin: 0;
color: var(--entry-header--color);
}
.site-footer > .site-info .site-name {
text-transform: none;
font-size: 1rem;
}
.entry-content li {
line-height: 1em;
margin-bottom: var(--global--spacing-vertical);
}
.tdd-slide-area {
background: #fff;
display: flex;
gap: 1em;
padding-top: 1em;
}
.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;
background: rgba(0,0,0,0.5);
width: 100%;
color: #fff;
}
.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(--global--breadcrumb);
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: 1px 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: .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;
transition: 0.3s;
}
.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;
}
.tdd-panel.dblue:hover {
background: var(--global--btn-color);
}
.innerPanel.licon {
background-image: url(//www.swansurgery.org.uk/wp-content/themes/swan2021/tdd/scripts/images/ico-link.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 30px;
}
.innerPanel.licon.licon2 {
text-align: left;
background-position: right 8px;
padding-inline: 8px;
}
a.tdd-panel:hover {
background: #0054a6;
}
.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(//www.swansurgery.org.uk/wp-content/themes/swan2021/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(//www.swansurgery.org.uk/wp-content/themes/swan2021/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(//www.swansurgery.org.uk/wp-content/themes/swan2021/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: 0;
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;
transition: 0.3s;
margin: 5px;
}
.featurelink:hover {
background: var(--global--btn-color);
color: #fff;
}
.featurelink .image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 80px;
background-repeat: no-repeat!important;
background-position: center;
background-size: cover;	
}
.featurelink h5 {
margin: 5px 0 0;
font-size: 1em;
line-height: 1em;
padding-right: 5px;
}
.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(//www.swansurgery.org.uk/wp-content/themes/swan2021/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(//www.swansurgery.org.uk/wp-content/themes/swan2021/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: 768px) {
.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;
}
.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;
}
.tdd-mobile-nav {
display: block;
}
.tdd-mobile-close {
display: block;
width: 50px;
height: 50px;
position: absolute;
top: 10px;
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;
}
}
@media screen and (max-width: 600px) {
:root {
--global--side: 0.5em;
}
.footermjog {
max-height: 80px!important;
}
.footerphone {
display: none;
}
.tdd-slide-area {
flex-direction: column-reverse;
}
.pendant {
width: 100%;
}
.tdd-slide-content, .tdd-slide-window {
min-height: 570px;
}
.featurelinks {
flex-direction: column;
}
.featurelink {
width: 100%;
}
#hwwidget1621 {
float: none;
left: 50%;
transform: translateX(-50%);
}
.site-name {
text-align: center;
}
.site-name a {
display: block;
}
.tdd-header-logo img {
display: none;
}
.tdd-header-block {
width: auto;
}
.tdd-tick {
width: var(--global--vw);
margin: 10px 0;
border-radius: 0px;
padding: 10px 1em;
}
}