:root {
--oak-green: rgb( 5, 90, 80 );
--oak-green-75: rgb( 68, 131, 124 );
--oak-green-50: rgb( 130, 172, 168 );
--oak-green-25: rgb( 193, 214, 211 );
--stone-grey: rgb( 238, 229, 214 );
--stone-grey-75: rgb( 242, 236, 224 );
--stone-grey-50: rgb( 247, 242, 235 );
--stone-grey-25: rgb( 245, 243, 240 );
--yellow-dawn: rgb( 255, 205, 52 );
--yellow-dawn-75: rgb( 255, 218, 103 );
--yellow-dawn-50: rgb( 255, 230, 154 );
--yellow-dawn-25: rgb( 255, 243, 204 );
--sunset-orange: rgb( 245, 125, 35 );
--sunset-orange-75: rgb( 248, 158, 90 );
--sunset-orange-50: rgb( 250, 190, 145 );
--sunset-orange-25: rgb( 252, 223, 200 );
--signature-blue: rgb( 100, 150, 195 );
--signature-blue-75: rgb( 139, 176, 210 );
--signature-blue-50: rgb( 177, 202, 225 );
--signature-blue-25: rgb( 216, 229, 240 );
--forest-green: rgb( 136, 150, 50 );
--forest-green-75: rgb( 166, 176, 101 );
--forest-green-50: rgb( 196, 202, 152 );
--forest-green-25: rgb( 225, 229, 204 );
--blush-pink: rgb( 210, 142, 132 );
--blush-pink-75: rgb( 221, 170, 163 );
--blush-pink-50: rgb( 233, 198, 194 );
--blush-pink-25: rgb( 244, 227, 224 );
--midnight-blue: rgb( 33, 52, 69 );
--midnight-blue-75: rgb( 88, 103, 116 );
--midnight-blue-50: rgb( 144, 154, 162 );
--midnight-blue-25: rgb( 199, 204, 209 );
} .has-oak-green-color {
color: var( --oak-green ) !important;
}
.has-oak-green-75-color {
color: var( --oak-green-75 ) !important;
}
.has-oak-green-50-color {
color: var( --oak-green-50 ) !important;
}
.has-oak-green-25-color {
color: var( --oak-green-25 ) !important;
}
.has-stone-grey-color {
color: var( --stone-grey ) !important;
}
.has-stone-grey-75-color {
color: var( --stone-grey-75 ) !important;
}
.has-stone-grey-50-color {
color: var( --stone-grey-50 ) !important;
}
.has-stone-grey-25-color {
color: var( --stone-grey-25 ) !important;
}
.has-yellow-dawn-color {
color: var( --yellow-dawn ) !important;
}
.has-yellow-dawn-75-color {
color: var( --yellow-dawn-75 ) !important;
}
.has-yellow-dawn-50-color {
color: var( --yellow-dawn-50 ) !important;
}
.has-yellow-dawn-25-color {
color: var( --yellow-dawn-25 ) !important;
}
.has-sunset-orange-color {
color: var( --sunset-orange ) !important;
}
.has-sunset-orange-75-color {
color: var( --sunset-orange-75 ) !important;
}
.has-sunset-orange-50-color {
color: var( --sunset-orange-50 ) !important;
}
.has-sunset-orange-25-color {
color: var( --sunset-orange-25 ) !important;
}
.has-signature-blue-color {
color: var( --signature-blue ) !important;
}
.has-signature-blue-75-color {
color: var( --signature-blue-75 ) !important;
}
.has-signature-blue-50-color {
color: var( --signature-blue-50 ) !important;
}
.has-signature-blue-25-color {
color: var( --signature-blue-25 ) !important;
}
.has-forest-green-color {
color: var( --forest-green ) !important;
}
.has-forest-green-75-color {
color: var( --forest-green-75 ) !important;
}
.has-forest-green-50-color {
color: var( --forest-green-50 ) !important;
}
.has-forest-green-25-color {
color: var( --forest-green-25 ) !important;
}
.has-blush-pink-color {
color: var( --blush-pink ) !important;
}
.has-blush-pink-75-color {
color: var( --blush-pink-75 ) !important;
}
.has-blush-pink-50-color {
color: var( --blush-pink-50 ) !important;
}
.has-blush-pink-25-color {
color: var( --blush-pink-25 ) !important;
}
.has-midnight-blue-color {
color: var( --midnight-blue ) !important;
}
.has-midnight-blue-75-color {
color: var( --midnight-blue-75 ) !important;
}
.has-midnight-blue-50-color {
color: var( --midnight-blue-50 ) !important;
}
.has-midnight-blue-25-color {
color: var( --midnight-blue-25 ) !important;
}
.has-white-color {
color: rgb( 255, 255, 255 ) !important;
}
.has-oak-green-background-color {
background-color: var( --oak-green ) !important;
border-color: var( --oak-green ) !important;
}
.has-oak-green-75-background-color {
background-color: var( --oak-green-75 ) !important;
border-color: var( --oak-green-75 ) !important;
}
.has-oak-green-50-background-color {
background-color: var( --oak-green-50 ) !important;
border-color: var( --oak-green-50 ) !important;
}
.has-oak-green-25-background-color {
background-color: var( --oak-green-25 ) !important;
border-color: var( --oak-green-25 ) !important;
}
.has-stone-grey-background-color {
background-color: var( --stone-grey ) !important;
border-color: var( --stone-grey ) !important;
}
.has-stone-grey-75-background-color {
background-color: var( --stone-grey-75 ) !important;
border-color: var( --stone-grey-75 ) !important;
}
.has-stone-grey-50-background-color {
background-color: var( --stone-grey-50 ) !important;
border-color: var( --stone-grey-50 ) !important;
}
.has-stone-grey-25-background-color {
background-color: var( --stone-grey-25 ) !important;
border-color: var( --stone-grey-25 ) !important;
}
.has-yellow-dawn-background-color {
background-color: var( --yellow-dawn ) !important;
border-color: var( --yellow-dawn ) !important;
}
.has-yellow-dawn-75-background-color {
background-color: var( --yellow-dawn-75 ) !important;
border-color: var( --yellow-dawn-75 ) !important;
}
.has-yellow-dawn-50-background-color {
background-color: var( --yellow-dawn-50 ) !important;
border-color: var( --yellow-dawn-50 ) !important;
}
.has-yellow-dawn-25-background-color {
background-color: var( --yellow-dawn-25 ) !important;
border-color: var( --yellow-dawn-25 ) !important;
}
.has-sunset-orange-background-color {
background-color: var( --sunset-orange ) !important;
border-color: var( --sunset-orange ) !important;
}
.has-sunset-orange-75-background-color {
background-color: var( --sunset-orange-75 ) !important;
border-color: var( --sunset-orange-75 ) !important;
}
.has-sunset-orange-50-background-color {
background-color: var( --sunset-orange-50 ) !important;
border-color: var( --sunset-orange-50 ) !important;
}
.has-sunset-orange-25-background-color {
background-color: var( --sunset-orange-25 ) !important;
border-color: var( --sunset-orange-25 ) !important;
}
.has-signature-blue-background-color {
background-color: var( --signature-blue ) !important;
border-color: var( --signature-blue ) !important;
}
.has-signature-blue-75-background-color {
background-color: var( --signature-blue-75 ) !important;
border-color: var( --signature-blue-75 ) !important;
}
.has-signature-blue-50-background-color {
background-color: var( --signature-blue-50 ) !important;
border-color: var( --signature-blue-50 ) !important;
}
.has-signature-blue-25-background-color {
background-color: var( --signature-blue-25 ) !important;
border-color: var( --signature-blue-25 ) !important;
}
.has-forest-green-background-color {
background-color: var( --forest-green ) !important;
border-color: var( --forest-green ) !important;
}
.has-forest-green-75-background-color {
background-color: var( --forest-green-75 ) !important;
border-color: var( --forest-green-75 ) !important;
}
.has-forest-green-50-background-color {
background-color: var( --forest-green-50 ) !important;
border-color: var( --forest-green-50 ) !important;
}
.has-forest-green-25-background-color {
background-color: var( --forest-green-25 ) !important;
border-color: var( --forest-green-25 ) !important;
}
.has-blush-pink-background-color {
background-color: var( --blush-pink ) !important;
border-color: var( --blush-pink ) !important;
}
.has-blush-pink-75-background-color {
background-color: var( --blush-pink-75 ) !important;
border-color: var( --blush-pink-75 ) !important;
}
.has-blush-pink-50-background-color {
background-color: var( --blush-pink-50 ) !important;
border-color: var( --blush-pink-50 ) !important;
}
.has-blush-pink-25-background-color {
background-color: var( --blush-pink-25 ) !important;
border-color: var( --blush-pink-25 ) !important;
}
.has-midnight-blue-background-color {
background-color: var( --midnight-blue ) !important;
border-color: var( --midnight-blue ) !important;
}
.has-midnight-blue-75-background-color {
background-color: var( --midnight-blue-75 ) !important;
border-color: var( --midnight-blue-75 ) !important;
}
.has-midnight-blue-50-background-color {
background-color: var( --midnight-blue-50 ) !important;
border-color: var( --midnight-blue-50 ) !important;
}
.has-midnight-blue-25-background-color {
background-color: var( --midnight-blue-25 ) !important;
border-color: var( --midnight-blue-25 ) !important;
}
.has-white-background-color {
background-color: rgb( 255, 255, 255 ) !important;
border-color: rgb( 255, 255, 255 ) !important;
} html {
margin: 0;
padding: 0;
}
body {
background-color: var( --signature-blue ); font-family: brandon-grotesque, sans-serif;
font-size: 18px;
font-weight: 300;
color: var( --midnight-blue );
line-height: 1.6;
}
.inner {
margin: 0 auto;
padding: 1em;
position: relative;
overflow: hidden;
}
#main {
background-color: var( --stone-grey-25 );
overflow: hidden;
}
.print-only {
display: none;
}
.highlighted {
background: var( --stone-grey-25 );
} a {
color: var( --blush-pink );
font-weight: 500;
text-decoration: none;
line-height: 1.1;
border-bottom: 1px solid var( --blush-pink-50 );
transition: opacity 500ms ease-in, border-color 500ms ease-in;
}
a:hover {
color: var( --blush-pink-75 );
border-bottom: 1px solid var( --blush-pink-75 );
transition: opacity 200ms ease-in, border-color 200ms ease-in;
}
a:active {
opacity: 0.6;
border-bottom: 1px solid var( --blush-pink );
transition: opacity 200ms ease-in, border-color 200ms ease-in;
}
a.image-link,
a.image-link:hover,
a.image-link:active {
border-bottom: 0;
}
a.button,
a.button-link,
a.key-button,
button.key-button,
input[type="submit"],
input[type="button"],
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
display: inline-block;
background: inherit;
border: 1px solid var( --blush-pink );
border-radius: 0.5em;
box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
padding: 0.4em 0.8em;
margin-bottom: 0.5em;
margin-right: 0.5em;
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
line-height: normal;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.08em;
height: auto;
}
a.button,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:visited {
background-color: rgba( 255, 255, 255, 0.7 );
color: var( --blush-pink );
}
a.key-button,
a.cta,
input[type="submit"],
input[type="button"],
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
color: white;
background-color: var( --blush-pink );
transition: background 500ms;
}
a.button:hover,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: var( --blush-pink-75 );
background-color: white;
box-shadow: 0 0 15px rgba( 0, 0, 0, 0.3 );
transition: all 200ms;
}
a.key-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.wp-block-button .wp-block-button__link:hover {
cursor: pointer;
background-color: var( --blush-pink-75 );
box-shadow: 0 0 15px rgba( 0, 0, 0, 0.3 );
transition: all 200ms;
}
a.button:last-child,
a.key-button:last-child {
margin-right: 0;
} a[target="_blank"]:not(.image-link):not(.icon-link)::after {
content: '\f35d';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 0.8em;
margin-left: 0.5em;
opacity: 0.7;
} h1,
h2,
h3,
h4 {
font-weight: 500;
color: var( --midnight-blue );
margin: 0.2em 0 0.8em;
line-height: 1.3;
clear: left;
text-transform: uppercase;
letter-spacing: 0.15em;
}
h1 {
font-size: 170%;
}
h2 {
font-size: 140%;
}
h3 {
font-size: 110%;
}
h4 {
font-size: 100%;
text-transform: none;
letter-spacing: 0;
}
p + h1,
p + h2,
p + h3,
p + h4 {
margin-top: 0.8em;
}
.alignleft + h2,
.alignleft + h3 {
clear: none;
}
h1 a,
h2 a,
h3 a,
h4 a {
font-weight: 500;
}
p.wp-block-subhead {
font-weight: normal;
font-style: normal;
color: var( --signature-blue );
} .success,
.warning,
.tip {
position: relative;
display: inline-block;
margin-bottom: 1em;
text-transform: none;
letter-spacing: 0;
padding: 0.15em 0.6em 0.25em 1.8em;
}
.success {
background: var( --forest-green-25 ) !important;
color: var( --forest-green ) !important;
}
.success::before {
content: '\f00c';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 0.2em;
left: 0.5em;
}
.success a {
color: var( --forest-green ) !important;
border-color: var( --forest-green ) !important;
}
.warning,
.validation_error {
background: rgba( 158, 8, 0, 0.1 ) !important;
color: rgb( 158, 8, 0 ) !important;
}
.warning::before,
.validation_error::before {
content: '\f06a';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 0.2em;
left: 0.5em;
}
.warning a {
color: rgb( 158, 8, 0 ) !important;
}
.tip {
background: var( --signature-blue-25 ) !important;
color: var( --signature-blue );
}
.tip::before {
content: '\f05a';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 0.2em;
left: 0.5em;
} .meta {
opacity: 0.7;
font-size: 80%;
margin: 0.2em 0;
}
.light {
opacity: 0.5;
}
.smaller {
font-size: 85%;
}
p {
margin-bottom: 1.2em;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-weight: 500;
} .shortened {
height: 6em;
overflow: hidden;
position: relative;
}
.shortened .more-link {
position: absolute;
display: block;
width: 100%;
padding: 3em 0 0;
outline: none;
box-sizing: border-box;
border: none;
background: linear-gradient( transparent, white 70% );
bottom: 0;
left: 0;
}
.shortened .less-link {
position: relative;
display: block;
width: 100%;
padding: 0.5em 0 0;
outline: none;
box-sizing: border-box;
border: none;
background: none;
}
.shortened.expanded {
height: auto;
} blockquote,
.wp-block-quote {
position: relative;
padding: 0.6em 2.4em;
margin-bottom: 1.5em;
width: calc( 100% - 6em );
max-width: 50rem;
border-left: none;
background: var( --signature-blue );
box-shadow: 0 0 10px rgba( 20, 66, 93, 0.05 );
}
blockquote::before,
.wp-block-quote::before {
content: url(//capernwray.org/wp-content/themes/capernwray/images/opening-double-quote.svg);
display: block;
width: 1em;
height: auto;
position: absolute;
top: 0.8em;
left: 0.8em;
opacity: 0.5;
}
blockquote::after,
.wp-block-quote::after {
content: url(//capernwray.org/wp-content/themes/capernwray/images/closing-double-quote.svg);
display: block;
width: 1em;
height: auto;
position: absolute;
bottom: 0.4em;
right: 0.8em;
opacity: 0.5;
}
blockquote.is-large,
blockquote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 0.6em 3em;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: inherit;
padding-left: 3em;
}
blockquote p,
.wp-block-quote p,
.wp-block-quote.is-large p {
margin: 0;
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
line-height: 1.4;
color: white;
}
blockquote p em,
.wp-block-quote p em,
.wp-block-quote.is-large p em {
font-style: normal;
}
.wp-block-quote.is-large p {
font-size: 120%;
}
blockquote cite,
.wp-block-quote cite {
display: block;
margin-top: 0.3em;
opacity: 0.8;
color: rgba( 255, 255, 255, 0.6 );
font-family: brandon-grotesque, serif;
font-size: 100%;
}
blockquote cite,
.wp-block-quote.is-large cite {
text-align: right;
}
blockquote cite::before,
.wp-block-quote cite::before {
content: '— ';
} .wp-block-separator {
clear: both;
width: 100%;
max-width: 100% !important;
margin-top: 2em;
margin-bottom: 2em;
padding: 0;
background: none;
border: 0;
border-bottom: 2px solid var( --midnight-blue-25 );
opacity: 1;
} .wp-block-table table {
border: 0;
width: auto;
max-width: 100%;
box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
border: 1px solid var( --midnight-blue );
border-collapse: collapse;
margin-bottom: 2em;
}
.wp-block-table thead {
background: var( --midnight-blue );
border: 1px solid var( --midnight-blue );
color: white;
}
.wp-block-table tbody {
width: 50%;
}
.wp-block-table tr {
padding: 1em 0;
}
.wp-block-table th {
border: 1px solid var( --midnight-blue );
padding: 0.2em 0.4em;
font-size: 70%;
}
.wp-block-table td {
background: white;
padding: 0.2em 0.4em;
font-size: 70%;
border: 0;
border-right: 1px solid var( --midnight-blue );
}
.wp-block-table td:last-child {
border-right: none;
}
.wp-block-table tr:nth-child(2n) td {
background: var( --stone-grey-50 );
}
.wp-block-table tr:last-child td {
border-bottom: 0;
} .entry-content ul:not(.blocks-gallery-grid):not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li,
.entry-content ol li {
font-family: brandon-grotesque, sans-serif;
} figure {
margin: 1em 0;
} .wp-block-image figure,
.wp-block-gallery figure {
display: block;
margin-bottom: 1.5em;
}
.wp-block-image figure img {
display: block;
height: auto;
}
.wp-block-image figure figcaption {
font-family: brandon-grotesque, sans-serif;
color: var( --midnight-blue-50 );
font-size: 90%;
text-align: left;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
box-sizing: border-box;
font-size: 90%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
float: none;
margin: 0 0 1em;
} .wp-playlist .mejs-container,
.wp-playlist .mejs-container .mejs-controls,
.wp-playlist .mejs-embed,
.wp-playlist .mejs-embed body {
background-color: var( --midnight-blue );
}
.wp-playlist.wp-playlist-light .wp-playlist-caption {
color: var( --midnight-blue-25 );
font-size: 16px;
font-weight: normal;
}
.wp-playlist .wp-playlist-item-title,
.wp-playlist .wp-playlist-item-length {
font-size: 16px;
font-weight: normal;
color: var( --midnight-blue-50 );
}
.wp-playlist .wp-playlist-item-meta {
line-height: 1.45;
} .justified-gallery img:hover {
border-color: #0f6290 !important;
opacity: 0.8;
}
.justified-gallery {
background: white;
margin-bottom: 1.5em;
box-shadow: 0 0 10px var( --midnight-blue-50 );
} .wp-block-embed {
margin-top: 1em;
margin-bottom: 1.5em;
max-width: 50rem;
box-sizing: border-box;
}
.wp-block-embed iframe {
display: block;
width: 100%;
height: 52.5vw; max-height: 28.125rem; } details {
display: block;
max-width: 50rem;
box-sizing: border-box;
background: white;
box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
margin-bottom: 1.5em;
}
summary {
display: block;
}
summary:hover {
cursor: pointer;
background: var( --signature-blue-25 );
}
summary,
.gb-block-accordion .gb-accordion-title {
background: white;
color: var( --signature-blue );
padding: 0.6em 1em;
}
details p,
.wp-block-coblocks-accordion__content {
background: white;
border: none;
border-top: 1px solid var( --stone-grey-25 );
padding: 0.6em 1em;
} article {
margin-bottom: 1em;
} header {
width: 100%;
padding: 0 0 0.8em;
background: var( --signature-blue );
border: 0;
position: relative;
overflow: hidden;
}
header .inner {
overflow: hidden;
padding-bottom: 0.5em;
} .site-logo {
display: inline-block;
vertical-align: middle;
width: 66vw;
max-width: 325px;
height: auto;
margin-right: 0.8em;
}
.site-logo:hover {
opacity: 0.7;
}
.site-logo-print {
display: none;
} header nav {
clear: both;
}
header nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
header nav li,
header nav li {
display: inline-block;
vertical-align: top;
}
.primary-menu,
.secondary-menu {
display: none;
}
.home .primary-menu {
display: inline-block;
vertical-align: middle;
margin-top: 1em;
}
.home .secondary-menu {
display: inline-block;
vertical-align: middle;
margin-bottom: -1em;
}
.primary-menu a {
display: inline-block;
background: rgba( 255, 255, 255, 0.8 );
border: 2px solid transparent;
border-radius: 0.5em;
padding: 0.4em 0.8em;
color: var( --signature-blue );
text-transform: uppercase;
margin: 0 0.8em 0 0;
}
.primary-menu a:hover {
background-color: white;
text-decoration: none;
}
.secondary-menu a {
display: inline-block;
border-color: transparent;
color: rgba( 255, 255, 255, 0.8 );
padding: 0.6em 0;
margin: 0 0.8em 0 0;
font-size: 92%;
border-bottom: 2px solid transparent;
}
.secondary-menu a:hover {
color: white;
border-color: white;
} .site-nav {
float: right;
}
.home .site-nav {
float: none;
}
.icon-button {
display: inline-block;
vertical-align: middle;
padding: 0.4em 0.8em;
margin-right: 0;
opacity: 0.8;
border-radius: 0.2em;
border: none;
}
.page-menu .icon-button {
padding: 0.4em 0.2em;
}
.page-menu .icon-button:hover {
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
}
.icon-button:hover {
opacity: 1;
border: none;
background: rgba( 255, 255, 255, 0.2 );
}
.icon-button img {
display: inline-block;
width: 1.3em;
height: auto;
}
.search-button {
position: absolute;
top: 1em;
right: 1em;
}
.search-button .chevron-up {
display: none;
} .only-result-notification {
text-align: center;
padding: 0.4em 0.8em;
background: var( --forest-green );
color: white;
} .page-menu .main-section-link {
text-transform: uppercase;
position: relative;
margin-right: 2.4em;
}
.page-menu .main-section-link::after {
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 80%;
opacity: 0.6;
position: absolute;
bottom: 0.9em;
right: -1.6em;
}
.page-menu .main-section-link:hover::after {
text-decoration: none;
}
.page-menu {
display: block;
position: relative;
clear: both;
height: 2.7em;
margin-top: 0.8em;
overflow: hidden;
}
.page-menu a {
display: inline-block;
vertical-align: middle;
font-weight: 500;
font-size: 80%;
color: rgba( 255, 255, 255, 0.6 );
padding: 0.6em 0;
margin: 0 0.6em 0 0;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
}
.page-menu a:hover {
color: white;
text-decoration: none;
border-bottom: 2px solid rgba( 255, 255, 255, 0.5 );
}
.page-menu a.overflow {
display: block;
margin-right: 0;
padding: 0.6em 0.8em;
}
.page-menu a.first-overflow {
margin-top: 0.5em;
}
.page-menu a.current-page {
color: white;
border-bottom: 2px solid white;
}
.page-menu a.current-page:hover {
text-decoration: none;
color: white;
border-bottom: 2px solid white;
}
.page-menu a.cta {
float: right;
margin-right: 0;
padding: 0.4em 0.6em;
border: 2px solid white;
background: var( --blush-pink );
color: white;
}
.page-menu a.cta:hover {
background: rgba( 255, 255, 255, 0.3 );
}
.overflow-link {
display: none;
float: right;
opacity: 0.5;
}
.overflow-link:hover,
.overflow-link:active {
text-decoration: none;
}
.overflow-link::after {
content: '\f078';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 85%;
position: relative;
top: 0.1em;
left: 0.3em;
}
.overflow-link.expanded::after {
content: '\f077';
} .search-box {
width: 100%;
box-sizing: border-box;
padding: 0;
margin-top: 0.5em;
margin-bottom: 0.2em;
background-color: white;
border: 2px solid var( --sunset-orange-50 );
border-radius: 0.2em;
overflow: hidden;
box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
}
header .search-box {
display: none;
background: rgba( 255, 255, 255, 0.05 );
border: 2px solid rgba( 255, 255, 255, 0.1 );
margin-bottom: 1em;
}
.search-box input[type="text"] {
float: left;
font-size: 130%;
width: 84%;
box-sizing: border-box;
padding: 0.5em;
margin-bottom: 0;
background: none;
border: none;
box-shadow: none;
border-radius: none;
}
header .search-box input[type="text"] {
color: var( --stone-grey );
}
.search-box input[type="text"]:hover,
.search-box input[type="text"]:focus {
border: none;
background: transparent;
}
.search-box .submit-button {
float: right;
height: 3em;
width: auto;
box-sizing: border-box;
padding: 0.5em;
border: 0;
opacity: 0.6;
transition: all 500ms;
}
.search-box .submit-button:hover {
color: white;
border: 0;
opacity: 1;
transition: all 200ms;
} .urgent-message {
background: var( --sunset-orange );
color: white;
text-align: center;
padding: 0.4em;
}
.urgent-message a {
color: white;
border-color: white;
} .post-type-info {
display: inline-block;
background: rgb( 5, 138, 192 );
color: white;
padding: 0.2em 0.4em 0.1em;
margin-bottom: 0.5em;
font-size: 70%;
text-transform: uppercase;
} .featured-image {
display: block;
background-position: center 36%;
background-size: cover;
position: relative;
height: 40vw; }
.post-thumbnail {
width: 100vw;
height: 40vw; overflow: hidden;
position: relative;
}
.header-video {
display: block;
display: none;
width: 100%;
height: 100%;
z-index: 0;
object-fit: cover;
} .featured-image-container {
position: relative;
}
.splash-image {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
height: auto;
max-width: 25%;
max-height: 150px;
object-fit: contain;
} .featured-image-container .inner {
background: var( --signature-blue );
}
.featured-image-container .excerpt {
color: white;
text-transform: uppercase;
font-size: 100%;
}
.featured-image-container .excerpt h1 {
font-size: 90%;
color: white;
line-height: inherit;
margin: 0;
} .size-icon {
width: auto;
height: 75px;
} .parent-link {
display: inline-block;
font-size: 90%;
padding: 0.4em 0;
margin: 0 0.8em 0.4em 0;
border: 1px solid transparent;
}
.parent-link:hover {
opacity: 1;
}
.parent-link::before {
content: '\f060';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 90%;
position: relative;
top: 0;
left: 0;
margin-right: 0.6em;
} .page-title {
display: block;
background-color: var( --stone-grey );
border-bottom: 2px solid var( --midnight-blue );
box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
}
.page-title h1 {
color: var( --midnight-blue );
margin: 0;
}
.page-title p {
color: var( --midnight-blue );
opacity: 0.8;
margin-top: 0;
max-width: 100%;
}
.page-title.coloured-bg.light-text h1,
.page-title.coloured-bg.light-text p {
color: white;
}
.page-title.coloured-bg.light-text h3,
.page-title.coloured-bg.light-text a {
color: rgba( 255, 255, 255, 0.6 );
}
.page-title.coloured-bg.dark-text h3,
.page-title.coloured-bg.dark-text a {
color: var( --midnight-blue );
opacity: 0.7;
}
p {
margin-top: 0;
max-width: 50rem;
}
div.content {
margin: 1.4em auto;
}
div.content section {
clear: both;
overflow: hidden;
background: white;
padding: 1em;
margin: 0 0 1em;
border-radius: 0.5rem;
} .multi-col {
column-count: 2;
}
.multi-col li {
margin-left: 1em;
} aside {
background: white;
box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
text-align: center;
padding: 1em;
margin: 1.4em 0;
}
aside ul {
margin-left: 0;
margin-top: 0;
padding-left: 0;
}
aside li {
list-style-type: none;
font-size: 90%;
}
aside .prices strong {
font-size: 180%;
} .whole-clickable:hover {
cursor: pointer;
} .flex-spacer {
visibility: hidden;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
} .box-link-container {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
flex: 1;
clear: both;
margin-bottom: 1em;
}
.box-link-container.search-results {
margin-top: 1.5em;
text-align: left;
}
.box-link {
display: inline-block;
vertical-align: top;
width: 48%;
padding: 0.5em 0.6em;
box-sizing: border-box;
text-align: center;
margin-bottom: 4%;
overflow: hidden;
background: rgba( 255, 255, 255, 0.6 );
box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
color: rgb( 5, 138, 192 );
border: 1px solid var( --blush-pink-50 );
border-radius: 0.5em;
transition: all 500ms;
}
.box-link:hover {
background: white;
box-shadow: 0 0 15px rgba( 0, 0, 0, 0.5 );
transition: all 200ms;
}
.box-link:active {
opacity: 0.6;
}
.box-link-featured-image {
width: 100%;
height: 40%;
background-size: cover;
background-position: center 36%;
margin-bottom: 0.5em;
}
.box-link h3 {
margin-top: 0;
margin-bottom: 0.1em;
}
.box-link a {
display: inline-block;
color: var( --blush-pink );
border: 0;
}
.box-link img {
width: 100%;
height: auto;
} .large-box-link-container {
margin-bottom: 1em;
}
.large-box-link {
border: 3px solid white;
transition: border 500ms;
transition: background 200ms;
background-color: white;	
box-shadow: 0 0 10px rgba( 20, 66, 93, 0.1 );
margin: 0 -1em;
padding: 0.9em 1em;
overflow: hidden;
transition: all 500ms;
}
.large-box-link-image {
position: relative;
width: 100vw;
height: 42.55vw;
margin: -1em -1em 1em -1em;
background-size: cover;
background-position: center 36%;
}
.large-box-link:hover {
border-color: var( --blush-pink );
box-shadow: 0 0 15px rgba( 0, 0, 0, 0.5 );
transition: all 200ms;
}
.large-box-link:active {
opacity: 0.6;
}
.large-box-link:nth-child(2n) {
background-position: left 36%;
}
.large-box-link h3 {
clear: none;
text-align: left;
background: transparent;
border: 0;
padding: 0;
}
.large-box-link p {
opacity: 0.8;
margin-bottom: 0;
}
.content + .related-pages {
margin-top: 2em;
}  .box-item-container {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
flex: 1;
clear: both;
margin-left: -1em; margin-right: -1em; margin-bottom: 1.4em;
}
.box-item {
display: inline-block;
position: relative;
vertical-align: top;
width: 100%;
padding: 0.9em 1em;
margin: 0;
text-align: left;
background: white;
color: inherit;
box-sizing: border-box;
box-shadow: 0 0 10px rgba( 20, 66, 93, 0.1 );
transition: all 500ms;
}
.box-item:hover {
border-color: rgb( 5, 138, 192 );
box-shadow: 0 0 15px rgba( 20, 66, 93, 0.5 );
transition: all 200ms;
}
.box-item:active {
opacity: 0.6;
}
.box-item img {
width: calc( 100% + 2em ); height: auto;
margin: -0.9em -1em 0.4em -1em;
background: none;
padding: 0;
}
.box-item h3 {
width: 100%;
margin-right: 2%;
text-align: left;
background: transparent;
border: 0;
padding: 0;
margin-bottom: 0.3em;
}
.box-item h4 {
margin-bottom: 0.3em;
}
.box-item p {
font-family: brandon-grotesque, sans-serif;
font-size: 90%;
}
.box-item span {
display: inline-block;
margin-right: 0.5em;
} .box-item .cats {
position: absolute;
top: 0.8em;
left: 0.8em;
text-align: left;
margin: 0 !important;
padding: 0 !important;
}
.box-item .cats li {
display: inline-block;
list-style-type: none;
font-family: brandon-grotesque, sans-serif;
font-size: 70%;
font-weight: 600;
background: white;
padding: 0.2em 0.6em 0.1em !important;
margin-right: 0.2em;
box-shadow: 0 0 5px rgba( 20, 66, 93, 0.1 );
border-radius: 0.2em;
text-transform: uppercase;
} .box-event-title,
.box-vacancy-title {
width: calc( 100% + 2em );
box-sizing: border-box;
margin: -0.9em -1em 0.9em -1em;
padding: 0.4em 1em;
background: var( --signature-blue );
}
.light-text .box-event-title h3,
.light-text .box-event-title h4 {
color: white;
}
.box-vacancy-title h3,
.box-vacancy-title h4 {
color: white;
}
.box-vacancy-title h4 {
font-size: 85%;
font-weight: normal;
}
.filtered-out {
display: none;
} .wp-playlist.wp-playlist-light {
border: none;
background: white;
box-shadow: 0 0 10px rgba( 20, 66, 93, 0.1 );
}
.wp-playlist a {
border-bottom: none;
padding: 0.5em 0;
color: var( --midnight-blue );
}
.wp-playlist .wp-playlist-item-length {
top: 0.5em;
}
.wp-playlist-caption {
text-align: left;
} .mejs-horizontal-volume-slider {
display: none !important;
}
.mejs-controls div.mejs-time-rail {
width: 70px !important;
}
.mejs-time-total {
width: 60px !important;
} .wp-playlist .wp-playlist-item {
width: calc( 100% - 40px );
display: inline-block;
vertical-align: middle;
border-bottom: none;
}
.wp-playlist .download-link {
display: inline-block;
vertical-align: middle;
padding: 5px;
margin-left: 3px;
font-size: 150%;
} form {
margin-bottom: 1em;
}
label {
display: block;
font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
-webkit-appearance: none;
font-size: inherit;
color: rgb( 5, 138, 192 );
padding: 0.6em 0.8em;
margin-bottom: 0.2em;
background-color: white;
border: 1px solid rgba( 0, 0, 0, 0.4 );
border-radius: 0.3em;
line-height: normal;
outline: none;
width: 100%;
box-sizing: border-box;
box-shadow: 0 0 10px rgba( 20, 66, 93, 0.1 );
transition: border 500ms;
}
textarea.small {
height: 5em;
}
select {
background-image: url(//capernwray.org/wp-content/themes/capernwray/images/select-chevron.png);
background-position: center right;
background-repeat: no-repeat;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
select:hover {
border-color: var( --oak-green-50 );
transition: border 200ms;
}
select:hover {
cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus {
background-color: white;
border-color: var( --oak-green );
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
option:disabled {
color: var( --oak-green-25 );
} input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked,
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
position: absolute;
left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label,
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
position: relative;
padding-left: 2.2em !important;
margin-left: 0 !important;
font-weight: normal;
}
input[type="checkbox"]:not(:checked) + label::before,
input[type="checkbox"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before,
input[type="radio"]:checked + label::before {
content: '';
position: absolute;
margin-top: auto;
margin-bottom: auto;
left: 0;
width: 1.3em;
height: 1.3em;
background-color: white;
border: 2px solid var( --oak-green-50 );
border-radius: 3px;
}
input:disabled + label::before {
display: none;
}
input[type="radio"]:not(:checked) + label::before,
input[type="radio"]:checked + label::before {
border-radius: 50%;
}
input[type="checkbox"]:not(:checked) + label::after,
input[type="checkbox"]:checked + label::after {
content: '✔';
position: absolute;
top: 0;
left: 0.15em;
width: 1.3em;
height: 1.3em;
text-align: center;
font-size: 90%;
color: var( --oak-green );
transition: all .2s;
}
input[type="radio"]:not(:checked) + label::after,
input[type="radio"]:checked + label::after {
content: '';
position: absolute;
top: 0.38em;
left: 0.42em;
width: 0.7em;
height: 0.7em;
background: var( --oak-green );
border-radius: 50%;
transition: all .2s;
} input[type="checkbox"]:not(:checked) + label::after,
input[type="radio"]:not(:checked) + label::after {
opacity: 0;
transform: scale(0);
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
opacity: 1;
transform: scale(1);
} input:not(:disabled) + label:hover::before {
border: 2px solid var( --oak-green ) !important;
cursor: pointer;
} ::-webkit-input-placeholder { color: var( --midnight-blue-25 );
}
::-moz-placeholder { color: var( --midnight-blue-25 );
}
:-ms-input-placeholder { color: var( --midnight-blue-25 );
} .gform_body {
margin-top: 1em;
}
ul.gform_fields {
margin-left: 0;
padding-left: 0;
margin-bottom: 2em;
}
li.gfield {
list-style-type: none;
margin-left: 0;
margin-bottom: 1em;
padding-left: 0;
}
ul.gfield_radio,
ul.gfield_checkbox {
margin-left: 0;
padding-left: 0;
}
ul.gfield_radio li,
ul.gfield_checkbox li {
list-style-type: none;
margin-left: 0;
margin-bottom: 0.2em;
padding-left: 0;
}
.ginput_complex label {
font-size: 80%;
font-weight: normal;
color: var( --midnight-blue-75 );
margin: 0.1em 0.5em;
}
.gfield_description {
font-size: 90%;
color: var( --midnight-blue-75 );
margin: 0.2em 0;
}
.gf_left_half {
display: inline-block;
width: 49%;
margin-right: 2%;
}
.gf_right_half {
display: inline-block;
width: 49%;
}
.name_prefix {
display: inline-block;
width: 13%;
margin-right: 2%;
}
.name_first {
display: inline-block;
width: 39%;
margin-right: 2%;
}
.name_last {
display: inline-block;
width: 39%;
margin-right: 2%;
}
.address_city {
display: inline-block;
width: 49%;
margin-right: 2%;
}
.address_zip {
display: inline-block;
width: 49%;
}
.gform_validation_container {
display: none !important;
}
.gform_wrapper h2.gsection_title {
margin-top: 2em;
padding-bottom: 0.3em;
border-bottom-width: 2px;
border-bottom-style: solid;
}
li.gfield.gfield_error {
border-left: 4px solid rgb( 158, 8, 0 );
padding: 0 1em;
}
.gfield_error .validation_message {
color: rgb( 158, 8, 0 );
}
.gfield_visibility_hidden {
display: none !important;
}
a.gform_anchor {
display: none;
} .gf_progressbar {
background: var( --stone-grey );
}
.gf_progressbar_percentage {
background: var( --signature-blue );
padding: 0.4em 0.6em;
box-sizing: border-box;
color: white;
} .gf_page_steps {
display: flex;
justify-content: space-between;
background: var( --stone-grey );
border-radius: 4px;
}
.gf_step {
display: flex;
align-items: center;
justify-content: center;
padding: 0.2em 0.6em;
text-align: center;
width: 100%;
}
.gf_step.gf_step_active {
background: var( --signature-blue );
color: white;
font-weight: bold;
}
.gf_step_number {
background: white;
padding: 0 0.6em;
border-radius: 4px;
font-size: 90%;
font-weight: bold;
color: var( --signature-blue );
}
.gf_step_completed .gf_step_number::after {
content: '\f00c';
font-family: 'Font Awesome 5 Free';
margin-left: 0.3em;
}
.gf_step_label {
display: none;
font-size: 80%;
} .ui-datepicker {
background: white;
border: 2px solid var( --sunset-orange-50 );
border-radius: 0.5rem;
text-align: center;
}
.ui-datepicker-calendar {
margin-bottom: 0;
border: 0;
}
.ui-datepicker tr:last-child td:first-child {
border-bottom-left-radius: 0.4em;
}
.ui-datepicker tr:last-child td:last-child {
border-bottom-right-radius: 0.4em;
}
.ui-datepicker th {
text-align: center;
}
.ui-datepicker td {
padding: 0;
width: 2em;
}
.ui-datepicker td a {
display: block;
padding: 0.1em 0.3em;
text-decoration: none;
text-align: center;
border: 0;
}
.ui-datepicker td a.ui-state-active {
background: var( --sunset-orange );
color: white;
}
.ui-datepicker td a:hover {
background: var( --sunset-orange-75 );
color: white;
}
.ui-datepicker-prev {
float: left;
padding: 0.2em 0.3em;
margin: 0.1em;
border: 0;
border-radius: 0.4em;
}
.ui-datepicker-prev:hover {
cursor: pointer;
background: var( --sunset-orange-75 );
border: 0;
}
.ui-datepicker-prev::before {
content: '\f060';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.ui-datepicker-next {
float: right;
padding: 0.2em 0.3em;
margin: 0.1em;
border: 0;
border-radius: 0.4em;
}
.ui-datepicker-next:hover {
cursor: pointer;
background: var( --sunset-orange-75 );
border: 0;
}
.ui-datepicker-next::after {
content: '\f061';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
display: none;
}
.ui-datepicker-title {
padding: 0.1em;
}
.ui-datepicker select {
width: auto;
border: 0;
padding-left: 0.5em;
max-width: 5em;
} .contact-details {
font-size: 110%;
background: var( --signature-blue );
color: white;
}
.contact-details ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.contact-details li {
display: inline-block;
padding: 0.5em;
}
.contact-details a {
display: inline-block;
color: white;
border-color: rgba( 255, 255, 255, 0.5 );
}
.contact-details a:hover {
border-color: white;
}
.contact-details a.icon-link {
padding: 0.6em 0.8em;
border: none;
border-radius: 50%;
}
.contact-details a.icon-link:hover {
background: rgba( 255, 255, 255, 0.2 )
}
.contact-details a.icon-link:first-child {
margin-left: -0.8em;
}
.contact-details a.button {
background: rgba( 255, 255, 255, 0.3 );
border: 2px solid transparent;
color: white;
margin-bottom: 0;
transition: all 500ms;
}
.contact-details a.button:hover {
background: white;
color: var( --signature-blue );
transition: all 200ms;
}
.contact-details svg {
margin-right: 0.5em;
}
.contact-details a.icon-link svg {
margin-right: 0;
}
.contact-details a.icon-link::before {
content: '';
} .google-map {
position: relative;
width: 100%;
height: 60vw;
overflow: hidden;
text-align: center;
background-image: url(https://maps.googleapis.com/maps/api/staticmap?center=54.143314,-2.695551&zoom=9&size=640x320&scale=2&maptype=roadmap&markers=icon:https://capernwray.timwakeling.co.uk/wp-content/themes/capernwray/images/icon-arrow.png%7Cshadow:true%7Cscale:2%7C54.143314,-2.695551&key=AIzaSyB-sbMSyNPyfRjOujeGD3VgXnXiFs4ulTk);
background-size: cover;
background-position: center center;
}
.google-map-button-container {
position: absolute;
width: 100%;
bottom: 5vw;
text-align: center;
}
a.button.google-map-button {
background: white;
box-shadow: 0 0 100px 50px rgba( 255, 255, 255, 0.8 );
}
a.button.google-map-button::after {
content: '';
margin: 0;
padding: 0;
} .footer-text-1 {
font-size: 200%;
max-width: 60rem;
margin: 0 auto 2em;
}
.footer-text-2 {
max-width: 60rem;
margin: 0 auto 2em;
}
footer {
position: relative;
color: white;
}
footer a {
color: white;
opacity: 0.7;
}
footer a:hover {
color: white;
opacity: 1;
}
footer .footer-menu ul {
list-style-type: none;
margin: 0 0 2em;
padding: 0;
}
footer .footer-menu li {
padding: 0;
}
footer .footer-menu li a {
display: block;
font-size: 120%;
font-weight: normal;
padding: 0.6em 0;
border: 0;
margin: 0;
}
footer .footer-menu li a:hover {
border-color: white;
}
footer .footer-menu ul ul {
display: block;
}
footer .footer-menu ul ul li a {
font-size: 90%;
font-weight: normal;
padding-left: 1em;
border-left: 2px solid rgba( 255, 255, 255, 0.2 );
}
footer p {
clear: both;
overflow: hidden;
text-align: center;
padding: 0;
color: rgb( 241, 235, 243 );
font-size: 75%;
max-width: none;
} .screen-bottom-promo {
display: none;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 1em;
box-sizing: border-box;
background: var( --forest-green );
border-top: 2px solid white;
color: white;
font-size: 95%;
}
.screen-bottom-promo a {
color: white;
border-color: white;
}
.screen-bottom-promo a.button {
float: left;
background: white;
color: var( --forest-green );
margin-bottom: 0;
margin-right: 0.8em;
}
.screen-bottom-promo span {
display: block;
}
.hide-screen-bottom-promo {
font-size: 130%;
position: absolute;
top: -1em;
right: 1em;
background: var( --forest-green );
border: 2px solid white;
color: white;
padding: 0.3em 0.5em;
border-radius: 50%;
}
.hide-screen-bottom-promo:hover {
background: white;
color: var( --sunset-orange );
border-color: white;
}  @media screen and (min-width: 400px) { .excerpt p {
font-size: 120%;
}
} @media screen and (min-width: 600px) { header nav a.overflow {
float: right;
clear: both;
width: 10.5em;
}
.section-box {
width: 48%;
background-position: right center;
} .box-link,
.box-link-container::after {
border-radius: 0.5em;
width: 31%; transition: width 200ms;
} .box-item-container {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.box-item {
border: 0.2em solid white;
border-radius: 0.5em;
width: calc( 50% - 0.5em ); margin-bottom: 1.4em;
transition: width 200ms;
}
.box-item img {
border-top-left-radius: 0.3em;
border-top-right-radius: 0.3em;
} .large-box-link {
position: relative;
margin: 0 0 2em;
padding: 1.2em 1.6em;
border-radius: 0.5em;
background-size: 45% auto;
background-position: right 36%;
background-repeat: no-repeat;
}
.large-box-link-image {
width: 45%;
height: 200px;
position: absolute;
top: 0;
right: 0;
border-top-right-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
.large-box-link:nth-child(2n) .large-box-link-image {
right: auto;
left: 0;
border-radius: 0;
border-top-left-radius: 0.5em;
border-bottom-left-radius: 0.5em;
}
.large-box-link h3,
.large-box-link p {
width: calc( 55% - 1.6em );
}
.large-box-link:nth-child(2n) h3,
.large-box-link:nth-child(2n) p {
margin-left: calc( 45% + 1.6em );
} .alignright,
.wp-block-image .alignright,
.wp-block-gallery.alignright {
float: right;
clear: right;
max-width: 50%;
height: auto;
margin-right: 0;
margin-left: 1.4em;
}
.alignleft,
.wp-block-image .alignleft,
.wp-block-gallery.alignleft {
float: left;
clear: left;
max-width: 50%;
height: auto;
margin-left: 0;
margin-right: 1.4em;
}
.alignleft img,
.alignright img {
height: auto;
}
} @media screen and (min-width: 768px) {
body {
font-size: 21px;
} .site-logo {
margin-right: 1em;
margin-top: 0.2em;
} .multi-col {
column-count: 3;
} .wp-block-quote {
float: left;
width: calc( 50% - 7em ); margin-right: 1em;
}
.block-editor-writing-flow .wp-block-quote {
margin-right: auto;
}
.wp-block-quote + p,
.wp-block-quote + h2,
.wp-block-quote + h3,
.wp-block-quote + h4 {
clear: both;
} .wp-playlist.wp-playlist-light .wp-playlist-caption,
.wp-playlist .wp-playlist-item-title,
.wp-playlist .wp-playlist-item-length {
font-size: 18px;
} .wp-block-table td,
.wp-block-table th {
display: table-cell;
max-width: 33%;
font-size: 100%;
padding: 0.4em 0.8em;
}
.wp-block-table td:not(:last-child) {
border-right: 1px solid rgba( 20, 66, 93, 0.3 );
} .contact-details {
text-align: center;
}
.google-map {
height: 42vw;
}
} @media screen and (min-width: 1024px) { .search-button {
position: relative;
top: auto;
right: auto;
}
.site-nav,
.home .site-nav {
float: right;
position: relative;
margin-top: 0.2em;
}
.primary-menu,
.home .primary-menu,
.secondary-menu,
.home .secondary-menu {
display: inline-block;
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
}
.page-menu a {
font-size: 90%;
} .featured-image-container .excerpt {
position: absolute;
bottom: 30%;
left: 1em;
opacity: 0.9;
}
.featured-image-container .excerpt {
width: 80%;
margin-left: 0.5em;
}
.featured-image-container .excerpt p {
display: inline-block;
background: var( --signature-blue );
box-shadow: 0 0 20px 10px rgba( 0, 0, 0, 0.2 );
padding: 0.2em 0.6em;
font-size: 140%;
font-weight: 500;
border-radius: 2px;
} .home .featured-image-container {
height: 40vw; }
.featured-image-container .inner {
height: calc( 40vw - 2em );
background: transparent;
}
.featured-image-container .inner {
top: -40vw;
} .excerpt {
width: 60%;
}
.excerpt p {
font-size: 140%;
} .box-link,
.box-link-container::after {
width: 22.5%; margin-bottom: 3.3%;
transition: width 200ms;
} .box-item {
width: calc( 33% - 0.5em ); transition: width 200ms;
} .single .content {
float: left;
width: 60%;
}
.single blockquote {
display: inline-block;
max-width: 60%;
}
aside {
float: right;
clear: right;
width: 30%;
margin-left: 4%;
} footer .footer-menu ul {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
footer .footer-menu li {
margin-right: 1.5em;
}
footer .footer-menu li:last-child {
margin-right: 0;
}
} @media screen and (min-width: 1260px) { .excerpt p {
font-size: 170%;
} .featured-image-container,
.home .featured-image-container,
.featured-image {
height: 32vw;
}
.featured-image-container .inner {
height: calc( 32vw - 2em );
top: -32vw;
} .google-map {
height: 30vw;
}
} @media screen and (min-width: 1440px) {
.inner {
width: 1360px;
} .google-map {
height: 24vw;
} .screen-bottom-promo {
text-align: center;
}
.screen-bottom-promo a.button {
float: none;
}
.screen-bottom-promo span {
display: inline;
margin-right: 0.5em;
}
.hide-screen-bottom-promo span {
margin: 0;
}
} @media print { .site-nav,
.search-box,
.page-menu,
.featured-image,
.parent-link,
.cookie-message,
.wp-block-embed.is-type-video,
.box-link,
.navigation-heading,
.contact-details,
.google-map,
.mission,
footer,
.screen-bottom-promo {
display: none;
} aside {
float: right;
clear: right;
width: 30%;
margin-left: 4%;
} a {
border: none;
font-weight: normal;
}
a.button,
a.key-button {
display: none;
} .inner {
margin: 0;
padding: 0;
max-width: none;
width: auto;
}
body .page-title {
padding-bottom: 1em;
} body div.page-title h1,
h1,
h2,
h3,
h4,
body div.page-title p,
p,
a {
color: black;
} * {
box-shadow: none;
} .box-item {
display: inline-block;
width: 32%;
box-shadow: none;
}
.box-link:hover,
.large-box-link:hover,
.box-item:hover {
box-shadow: none;
}
.box-link-image,
.large-box-link-image {
display: none;
} .has-background {
background: none;
border: 2pt solid #999;
} .site-logo {
display: none;
}
.site-logo-print {
display: block;
width: 8cm;
height: auto;
margin-top: 2cm;
margin-top: 1cm;
}
}