:root {
--blue: #153B57;
--green: #25454A;
--lt-green: #175661;
--dark: #1C2A31;
--light: #FFF2E6;
--pink: #814648;
}  h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: 2rem; font-weight: 700; font-family: miller-display, serif; color:var(--dark);}
h1 { font-size: 4.0rem; line-height: 1.2; margin-bottom: 3.5rem; }
h2 { font-size: 4.0rem; line-height: 1.3;}
h3 { font-size: 2.8rem; line-height: 1.3;}
h4 { font-size: 1.8rem; line-height: 1.35;}
h5 { font-size: 1.6rem; line-height: 1.5;}
h6 { font-size: 1.6rem; line-height: 1.6;}
.nonscript {font-family: miller-display, serif;}
p { margin-top: 0; font-size: 1.4rem; line-height: 2.1rem;} @media (min-width: 550px) {
h1 { font-size: 4.0rem;}
h2 { font-size: 5.0rem;}
h2.feature {font-size: 14rem;}
p { margin-top: 0; font-size: 1.6rem; line-height: 2.6rem;}
} a {color: rgba(113,113,113,1); text-decoration: none; font-weight:600;}
a:hover {border-bottom: solid 1px var(--dark);} .button, a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
background-color:var(--blue);
margin:0;
height: 50px;
padding: 0 20px 0 20px;
color: #fff;
text-align: center;
font-size: 14px;
font-weight: 600;
line-height: 44px;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
border-radius: 3px;
border: solid 3px var(--blue);
cursor: pointer;
box-sizing: border-box;
}
.button:hover, a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: var(--blue);
background-color:transparent;
outline: 0;
border: solid 3px var(--blue);
}
.button.button-light, button.button-light,input[type="submit"].button-light, input[type="reset"].button-light, input[type="button"].button-light {color: var(--blue);background-color: var(--light); border-color: var(--light); }
.button.button-light:hover, button.button-light:hover, input[type="submit"].button-light:hover, input[type="reset"].button-light:hover, input[type="button"].button-light:hover {color: var(--light); background-color: transparent; border-color: var(--light); }
.button.button-pink, button.button-pink,input[type="submit"].button-pink, input[type="reset"].button-pink, input[type="button"].button-pink {color: var(--light);background-color: var(--pink); border-color: var(--pink); }
.button.button-pink:hover, button.button-pink:hover, input[type="submit"].button-pink:hover, input[type="reset"].button-pink:hover, input[type="button"].button-pink:hover {color: var(--pink); background-color: transparent; border-color: var(--pink); }
.button.button-green, button.button-green,input[type="submit"].button-green, input[type="reset"].button-green, input[type="button"].button-green {color: var(--light);background-color: var(--green); border-color: var(--green); }
.button.button-green:hover, button.button-green:hover, input[type="submit"].button-green:hover, input[type="reset"].button-green:hover, input[type="button"].button-green:hover {color: var(--green); background-color: transparent; border-color: var(--green); } input[type="email"],
input[type="date"], 
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
color:rgba(0,0,0,0.6);
width:100%;
font-size:1.8rem;
height: 38px;
font-weight:400;
padding: 6px 10px; border: solid 1px rgba(0,0,0,0.3); 
background-color:#fff;
border-radius: 0px;
box-shadow: none;
box-sizing: border-box; } input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 200; 
font-size:1.6rem;}
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: 200; } ul {
list-style: circle inside; }
ol {
list-style: decimal inside; }
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; } th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; } button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; }  section {margin:0 0 2rem 0; transition:1s all;}
a.block-link {position:absolute; top:0; left:0; width:100%; height:100%; }
a.block-link:hover {border: none;}
.block-link {position: absolute; top:0; left:0; width:100%; height:100%; z-index: 1;}
nav ul {list-style:none;}
.pad-small {padding:0 2rem 0 0;}
.has-background {padding:3vh 0;}
.border-left-light {position:relative;}
.border-left-light::before {content:""; position: absolute; height:100%; display: block; left:-35px; border-left:1px solid var(--light);}
.no-gutter {gap:0;}
.has-e-dark-background-color {background-color:var(--dark);}
.has-e-green-background-color {background-color:var(--green);}
.has-e-light-color {color:var(--light);}
.color-pink {color:var(--pink)}
#wrapper {margin-top:5rem;}
.content-wrapper {padding:3vh 0;}
.script {font-family: miller-display, serif; font-style: italic; } @media (min-width: 400px) {} @media (min-width: 550px) {
} @media (min-width: 750px) {
.narrow, .width-narrow {width:50%; margin-left:auto; margin-right: auto;}
section {margin:0 0 6rem 0;}
.marque {height:40px; width:auto;}
blockquote p {font-size:2rem; font-weight:100;}
#wrapper {margin-top:6rem;}
.has-background {padding:6vh 0;}
.content-wrapper {padding:6vh;}
} @media (min-width: 1000px) {
} @media (min-width: 1500px) {
#wrapper {margin-top:8rem;}
}  .wp-block-group {margin-bottom:3vh;}
.wp-block-columns.is-layout-flex {flex-wrap:wrap; align-content: stretch; align-items: stretch;}
.wp-block-group.relax-box {padding-bottom:90px; position: relative;}
.wp-block-group.relax-box::after {content:""; display:block; position: absolute; bottom:0; right: 10%; width: 70px; height: 70px; background-image: url(//www.eltermere.co.uk/wp-content/themes/eltermere2023/assets/images-23/interface/e-stag.png); background-size: contain; background-repeat: no-repeat;}
.wp-block-button__link {background-color:var(--blue); color:var(--light); border-radius:3px; border:solid var(--blue) 3px; font-size:14px; text-transform: uppercase;}
.light-green-buttons .wp-block-button__link {background-color:var(--light); color:var(--green); border-color:var(--light);}
.on-page-nav .wp-block-button__link {background-color:transparent; color:var(--dark); font-weight:500; text-transform:uppercase; font-size:1.5rem; border: none; border-radius: 0; border-bottom: 3px solid transparent; }
.on-page-nav .wp-block-button__link:hover {border-bottom: 3px solid var(--blue);}
.wp-block-columns.has-background {padding:0;}
.wp-block-column.page-hd-intro {color:var(--light); }
.wp-block-column.page-hd-intro .content-wrapper {padding-top:0; padding-bottom:0;}
.menus-nav h2 {font-size:4rem;}
.menus-nav a {color:var(--light);}
.menus-nav a:hover {border-color:var(--light);}
.word-carousel h2 {font-size:70px;}
.testimonials-slider h2 {}
.testimonials-slider blockquote {font-family: miller-display, serif; color:var(--blue); }
.testimonials-slider blockquote p {font-size:30px; line-height: 1.3; font-weight:300;} @media (min-width: 400px) {} @media (min-width: 550px) {
} @media (min-width: 750px) {
.wp-block-group {margin-bottom:6vh;}
.wp-block-group.relax-box {padding-bottom:10%; position: relative;}
.word-carousel h2 {font-size:100px;}
.wp-block-group.relax-box::after { width:150px; height: 150px;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {
}  header {display:flex; flex-flow:row wrap; justify-content:flex-end; align-content: center; align-items: center; height:50px; top:0rem; left:0rem; width: 100%; position: fixed; z-index: 9999; background:#FFF2E6; transition: 0.5s all ease-out; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);}
header .logo {flex:0 0 80px; display: flex; justify-content: center; align-content: center; align-items: center; height:100px; width:100px; position:absolute; top:-10px; left:2rem; border-radius: 999px; background-color:#FFF2E6; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16); }
header .logo .mask {background-color:var(--light); position:absolute; width:180px; height:50px; top:10px;}
header .navigation {flex:0 0 auto; margin-right: 2rem;}
header .logo img {width:65%; height:auto; position:absolute; top: 50%; left:50%; transform:translate(-50%, -50%);} @media (min-width: 400px) {} @media (min-width: 550px) {
} @media (min-width: 750px) {
header {height:60px;}
header .logo {flex:0 0 120px; height:120px; width:120px; }
header .logo .mask { width:180px; height:60px; top:10px;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {
header {height:80px;}
header .logo {flex:0 0 160px; height:160px; width:160px; }
header .logo .mask { width:180px; height:80px; top:10px;}
} @media (min-width: 1500px) {
}  footer.site-footer {padding:2rem 0; color:var(--blue); border-top: 1px solid var(--green);}
footer.site-footer .row {padding:2rem 0;}
footer.site-footer .logo {width:30%; margin-bottom: 1rem;}
footer.site-footer #main-menu {-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; height:105px;}
footer.site-footer #main-menu li {}
footer #social-links {margin:2rem 0;}
footer #privacy-menu li, footer #social-menu li {display:inline; margin: 0 15px 0 0;}
footer.site-footer .button {background-color:#222;} footer.site-footer .button:hover {background-color:rgba(255,255,255,1); color:rgba(134,201,68,1); }
footer.site-footer ul {list-style: none; margin: 0; font-size:1.4rem; column-count: 2;}
footer.site-footer ul li {margin:0 0 0.5rem 0;}
footer.site-footer a { font-weight: 400; color:var(--blue);}
footer.site-footer h4 { font-weight: 600; color:var(--blue); font-size:3rem;}
footer.site-footer h3 { font-weight: 100;}
footer.site-footer h3 a { }
footer.site-footer .factory-logo {width:120px; display:inline-block; transform: translatey(3px);}
footer.site-footer a:hover {border:none; color: #fff;}
footer #menu-gdpr li {display:inline-block; margin-right: 15px;}
footer p {font-size:1.4rem;}
footer #social-links {font-size:2.5rem; color:#222;}
footer #social-links li {display:inline-block;margin-right: 1rem;}
footer #social-links li i {font-size:1.8rem;}
footer #social-links a {color:#004a43;}
footer #social-links a:hover {border: none; color:#fff;}
footer #accreditations li {display: inline-block; margin-right:1rem;}
footer #accreditations li img {height:80px; width:auto;}
footer#base {background: var(--blue); font-size:1.5rem;}
footer#base a {color:rgba(255,255,255,0.6); font-weight:300; font-size:1.5rem;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
footer.site-footer .logo {width:40%;}
} @media (min-width: 1000px) {
footer.site-footer {padding:2rem 0;}
} @media (min-width: 1200px) {
}  #mega-menu-wrap-primary2023 #mega-menu-primary2023[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary2023 
#mega-menu-primary2023[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);}
#mega-menu-wrap-primary2023 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {align-self:center;}
#mega-menu-wrap-primary2023 #mega-menu-primary2023 > li.nav-blue-button > a.mega-menu-link {background-color:var(--blue); color:#fff;}
#mega-menu-wrap-primary2023 #mega-menu-primary2023 > li.nav-green-button > a.mega-menu-link {background-color:var(--green); color:#fff;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
} @media (min-width: 1000px) {
} @media (min-width: 1400px) {
}  #page-title .row {padding:5rem 3rem 3rem 3rem; border-bottom: 1px solid var(--green);  text-align: center; font-weight: 400; }
#page-title h1 {margin:0; font-weight: 600;	}
#page #hero .background-image {height:400px;}
.offer-form {width:auto !important; margin-top: 100px !important;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
.offer-form {width:30% !important; margin-top: 40px !important;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {
}  #rooms-archive {margin:60px 0 0 0;}
#rooms-archive .room-button {position:relative; text-align: center;}
#rooms-archive .room-button h2 {font-size:3rem; color:#000;  margin: 2rem 0 1rem 0; font-weight: 700;}
#rooms-archive .room-button .image {aspect-ratio:16/9; background-position: center; background-size:cover;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
#rooms {margin:150px 0 0 0;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {
}  #rooms {margin:60px 0 0 0;}
#rooms .room-types {list-style: none;}
#rooms .room-carousel {margin-bottom: 0rem;}
#rooms .info, #rooms .other-rooms {margin: 4rem 0;}
#rooms .room-carousel .room-slide {background-size:cover; background-position:center; height: 280px;}
#rooms .style-image {position:absolute; top:500px; left:0; z-index: 999; height:400px; border:#fff 9px solid; display: none;}
#rooms .room-tile {width:32%; margin-right:2%; height:190px; position: relative; background-position: center; background-size:cover; float: left; text-align: center; color:#fff;}
#rooms .room-tile:nth-child(3n+1) {margin-right:0;}
#rooms .room-tile .title {margin:140px 0 0 0; background: rgba(0,0,0,0.8); display: block; padding: 4px 0; color:#fff;}
#rooms .room-tile:hover .title {background:rgba(255,255,255,1); color:#000;}
#rooms .room-carousel .slick-prev::before, #rooms .room-carousel .slick-next::before {font-size: 40px;  color:rgba(0,0,0,0.9)}
#rooms .room-carousel .slick-prev {left:10px; width:40px; height:40px;z-index: 99;}
#rooms .room-carousel .slick-next {right:10px; width:40px; height:40px;z-index: 99;}
#type-nav ul {display:block; margin: 0 auto; list-style: none; padding: 0; text-align: center;}
#type-nav ul li {display:inline-block; margin: 0 0rem 1rem 0;}
#type-nav ul li a {padding:10px 18px; text-transform: uppercase; font-weight: 400; color:#000;}
#type-nav ul li a.active {background:#222; color:#fff;}
.booking-form {border-top:3px solid var(--blue); border-bottom:3px solid var(--blue); padding: 2rem;}
.booking-form form {margin-bottom:0;}
.booking-form label {display: inline-block; font-size: 1.8rem;}
.booking-form input {width:auto; margin: 0 1rem 1.5rem 0; display:block;} .room-header {position:relative; padding: 0 0 200px 0;}
.room-header .header-bg {background-color:var(--green); position: absolute; height: 90%; width:100%; top:0; left:0;}
.room-header .header-bg::after {content:""; display:block; width:85px; height: 109px; position:absolute; bottom:0; right:2%; background-image: url(//www.eltermere.co.uk/wp-content/themes/eltermere2023/assets/images/stag-w.png); background-size: contain; background-repeat: no-repeat; background-position: bottom;}
.room-header h1 {color:var(--light); padding: 3rem 0; text-align: center; margin: 0;}
.room-header .room-carousel {width:80%; margin: 0 auto; position:relative; top:150px; }
#rooms .room-header .room-carousel .room-slide {height:75vh;}
#rooms .room-carousel .slick-prev::before, #rooms .room-carousel .slick-next::before {color:var(--light);}
#rooms .info, #rooms .other-rooms {margin: 3rem 0;}
#rooms .room-sup-image {width:100%; height:auto; position: relative; top:-200px; border:solid 15px var(--light);}
#rooms .features-block {background-color:var(--dark); padding: 3rem 0; color:var(--light);}
#rooms .features-block p {margin:0; padding: 0; line-height: 2;}
#rooms .features-block h2 {color:var(--light); margin: 0;}
.footnote {text-align:center; font-size:2.5rem; margin: 2rem 0;}
.flex {display:flex; justify-content: center; align-content: stretch; align-items: stretch; flex-flow:row wrap; gap:2%;}
.e-posts {position: relative; color:var(--light);}
.e-offers-block .feature-tile {flex:0 1 80%; position:relative; text-align: left; margin: 0 0 3rem 0; }
.e-offers-block img  {width:100%; height:auto;}
.content-wrapper {padding:3rem; }
.content-wrapper p:last-child {margin-bottom:0;}
.e-tiles-block h2 {color:var(--light); font-size: 3rem;}
.feature-tile h3 {font-size:2rem; }
.offers {}
.offers h2 {text-align:center;}
#rooms .testimonials h2 {text-align: center;}
#rooms .book-for-dinner {background-color:var(--green); text-align: center; }
#rooms .book-for-dinner h2 {text-align: center; color:var(--light); font-weight:300;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
#rooms .room-carousel .room-slide {height: 650px;}
#rooms .style-image {display: block;}
#rooms .info, #rooms .other-rooms {margin: 10rem 0;}
#rooms .room-carousel .slick-prev {left:-50px; width:40px; height:40px;}
#rooms .room-carousel .slick-next {right:-50px; width:40px; height:40px;}
#type-nav ul li {display:inline-block; margin: 0 1.5rem;}
.booking-form input {width:auto; margin: 0 1rem 1.5rem 1rem; display:inline-block;}
.e-offers-block .feature-tile {flex:0 1 48%;}
.e-tiles-block h2 {color:var(--light); font-size: 5rem;}
} @media (min-width: 1000px) {
#rooms .features-block { padding: 6rem 0;}
.e-offers-block .feature-tile {flex:0 1 31%;}
} @media (min-width: 1200px) {
#rooms .features-block { padding: 8rem 0;}
}  #hero {position:relative; min-height: 600px; background-color:var(--blue); background-color:#25454A;  color:var(--light);}
#hero .slide {padding:0 2rem 0 0;}
h2.large {font-size:5rem; line-height: 1; color:var(--light); margin-bottom: 3rem;}
#hero h2 {}
#hero {min-height:95vh;}
.home-carousel .slide {height:95vh;}
.home-carousel {width:100%; overflow: hidden;}
.home-carousel .slide { background-size:cover; background-position: center;}
.home-carousel .slide img {height:100%; width:auto;}
#hero .overlay {background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%); position: absolute; bottom:0; left: 0; width:100%; height:50%; display: flex; flex-flow:row wrap; align-content:flex-end;}
#hero .content-wrapper {padding:0 3rem 6rem 3rem;}
.covid {background:#222; color:#fff; text-align: center; padding: 15px 0; position:relative; transform: translateY(-100%); animation: slide-in 0.5s forwards; animation-delay: 1s;}
@keyframes slide-in {100% { transform: translateY(0%); }}
@-webkit-keyframes slide-in {100% { -webkit-transform: translateY(0%); }}
.covid img {height:20px; width:auto; display: inline-block; vertical-align: middle; margin: 0 20px } @media (min-width: 400px) {} @media (min-width: 550px) {
} @media (min-width: 750px) {
#hero .slide {padding:0; }
#hero .right-side {flex:0 1 58%; padding:0%; overflow: hidden; max-height:80%; }
h2.large, h1.large {font-size:8rem; margin-bottom: 5rem;}
#hero .content-wrapper {padding:0 3rem 6rem 3rem; width:60%;}
} @media (min-width: 1000px) {
h2.large, h1.large {font-size:7rem;}
#hero .content-wrapper {padding:6rem;}
#hero .overlay {background: rgb(0,0,0); background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%); position: absolute; bottom:0; left: 0; width:50%; height:100%; display: flex; flex-flow:row wrap; align-content: center;}
#hero {min-height:94vh;}
.home-carousel .slide {height:94vh;}
} @media (min-width: 1200px) {
h2.large, h1.large {font-size:9rem;}
} @media (min-width: 1600px) {
h2.large, h1.large {font-size:11rem;}
}
#introduction .images {margin:0 0 3rem 0; position: relative;}
#introduction .intro-image-1 {width:40%; display:block; position: relative; left:3rem; border:#fff 9px solid;}
#introduction .intro-image-2 {width:50%; display:none; position: absolute; right:3rem; top:4rem; border:#fff 9px solid;}
#introduction .intro-image-3 {width:55%; display:block; position: absolute; right:3rem; bottom:10rem; border:#fff 9px solid;}
@-webkit-keyframes arrow-scale {
0%   { transform: scale(1); }
50% { transform: scale(1.2); }
100% { transform: scale(1); }
}
@-moz-keyframes arrow-scale {
0%   { transform: scale(1); }
50% { transform: scale(1.2); }
100% { transform: scale(1); }
}
@-o-keyframes arrow-scale {
0%   { transform: scale(1); }
50% { transform: scale(1.2); }
100% { transform: scale(1); }
}
@keyframes arrow-scale {
0%   { transform: scale(1); }
50% { transform: scale(1.2); }
100% { transform: scale(1); }
}
#food .food-carousel {}
#food h2 {text-align:center;}
#food .food-carousel .slide {height:300px; background-size: cover; background-position: center; position: relative; margin: 0 2rem; }
#food .food-carousel .slick-arrow {z-index: 9;}
#food .food-carousel .slick-prev {left:100px; width:40px; height:40px; display: none!important;}
#food .food-carousel .slick-next {right:100px; width:40px; height:40px; display: none !important;}
#food .food-carousel .slick-prev::before, #food .food-carousel .slick-next::before {font-size: 40px;  color:rgba(255,255,255,0.7)}
#food .food-carousel .overlay {width:100%; height:auto; margin: 200px auto 0 auto; background-color:rgba(0,0,0,0.7); color:#fff; text-align: center;}
#food .food-carousel .overlay h2, #food .food-carousel .overlay h4 {color:#fff;}
#food .food-carousel .overlay .wrapper {padding:1rem;}
#food .food-carousel .overlay .wrapper p {display:none;}
#food .food-carousel .overlay h2 {color:#fff;}
#offers {background:#154943; padding: 4rem;}
#offers h2 {text-align: center; color: #fff;}
#offers .image {width:100%; height:260px; background-size: cover; background-position: center;}
#offers .offer {position:relative; margin-bottom: 2rem;}
#offers .legend {position:absolute; width:80%; left:10%; top:73%;  height:30%; background-color: #fff; text-align:center; z-index: 99; transition: all 0.5s ease-out; overflow: hidden;}
#offers .legend h3 {padding:1rem 0 0 0; margin: 0; font-size: 1.8rem;}
#offers .legend i {font-weight:400; font-size:3rem; color:#154943;     margin-top: -0.5rem;}
#offers .legend .info p {padding:2rem; font-size:1.4rem; margin: 0 0 2rem 0; opacity: 0; transition: all 0.5s ease-out;}
#offers .legend:hover {height:110%;}
#offers .legend:hover .info p {opacity: 1;}
#testimonials {text-align:center; position: relative;}
#testimonials .stag {position: absolute; right:5rem; bottom:0; width: 30%; opacity: 0.3;}
#testimonials .testimonials-carousel blockquote p {color:#154943; font-size:2rem; line-height: 4rem;}
#activities .activities-carousel img {width:100%;}
.room-image-carousel .slick-dots {position:relative; width: 100%; border-right:1px solid #222; column-count: 3;}
.room-image-carousel .slick-dots li {display:block; width:100%; text-align: left; margin-bottom:1.5rem;}
.room-image {width:100%; height:250px; position: relative; background-size: cover; background-position: center;}
.explore {position:absolute; left:0%; bottom:0rem; transform: scale(0.7) translateX(0) !important;}
#instagram {position: relative; display: none;}
#instagram .row {}
#instagram .pic {background-size: cover; background-position:center; height:250px; margin-bottom: 4rem;} 
#instagram .instagram-logo {font-family: "rollerscript-smooth";  font-size: 2rem; line-height: 2.4rem; position:absolute; z-index: 99; left:50%; top:50%; color:#fff; text-align: center; padding:30px 15px; width:150px; background:#154943; border:10px solid #fff; transform: translate(-50%, -50%);} @media (min-width: 400px) {
} @media (min-width: 550px) {
#introduction .intro-image-1, #introduction .intro-image-2, #introduction .intro-image-3 {display:block;}
#introduction .intro-image-1 {position:relative; width:70%;}
#introduction .intro-image-2 {position:relative; left:3rem; margin-top:3rem; width: 70%;}
#introduction .intro-image-3 {position:relative; left:3rem;  margin-top:7rem; bottom: auto; width: 70%;}
} @media (min-width: 750px) {
#videoWrapper {display:none; margin-top: -200px;} #videoReplacement {display:block;}
.hero-vide .video-overlay .container {height:550px;}
.hero-vide h2 {color:#fff; font-size: 4rem;}
header button#responsive-menu-button {position: absolute; right:8rem; top: 1.5rem; transition: 0.5s all ease-out;}
#instagram {display: block;}
#food .food-carousel .slide {height:460px; background-size: cover; background-position: center; position: relative; margin: 0 2rem; }
#food .food-carousel .slick-prev { display: block !important;}
#food .food-carousel .slick-next {display: block !important;}
#food .food-carousel .overlay {width:60%; min-height:300px; margin: 80px auto 100px auto; background-color:rgba(0,0,0,0.7); color:#fff; text-align: center;}
#food .food-carousel .overlay .wrapper {padding:4rem;}
#food .food-carousel .overlay p {margin-bottom:0;}
#food .food-carousel .overlay .wrapper p {display:block;}
.room-image-carousel .slick-dots {position:absolute; top:0; left:-45%; width: 36%; border-right:1px solid #222;  column-count: 1;}
.room-image-carousel .slick-dots li {display:block; width:100%; text-align: left; margin-bottom:1.5rem;}
.room-image {width:100%; height:450px; position: relative; background-size: cover; background-position: center;}
} @media (min-width: 1000px) {
.hero-vide { overflow:hidden;}
#introduction .intro-image-1 {width:43%; display:block;  left:3rem;  margin-bottom: 0rem; top:9rem;}
#introduction .intro-image-2 {width:39%; display:block; position: absolute; left: auto; right:9rem; top:auto; bottom:-5rem; }
#introduction .intro-image-3 {width:70%; display:block; position: absolute; left:auto; right:1.5rem; bottom:auto; top:0; margin-top: auto;}
} @media (min-width: 1300px) {
#introduction .intro-image-1 {width:43%; display:block;  left:3rem;  margin-bottom: 0rem; top:9rem;}
#introduction .intro-image-2 {width:39%; display:block; position: absolute; left: auto; right:9rem; top:auto; bottom:-5rem; }
#introduction .intro-image-3 {width:75%; display:block; position: absolute; left:auto; right:1.5rem; bottom:auto; top:0; margin-top: auto;}
#offers .legend h3 {padding:2rem 0 0 0; margin: 0; font-size: 2.4rem;}
}  #page-welcome {}
.image-wrapper {position:relative; width:100%; float: left;}
.intro-image-1 {position:relative; width:40%; float: left;}
.intro-image-2 {position:absolute; bottom:0; right:0; width:60%;}
.intro-image-3 {position:relative; bottom:40%; right:0; width:50%;}
#page-welcome img {border:#fff 9px solid;}
#hotel-bedrooms {background-color:rgba(0,0,0,0.1); padding:2rem;}
.hotel-acc .su-spoiler-title {font-size:1.6rem;}
.aged-button.script.rooms-button {margin:2rem 0; transform: scale(1.3);} @media (min-width: 400px) {} @media (min-width: 550px) {
} @media (min-width: 750px) {
#hotel-intro .image-wrapper {position:absolute; left: 0; top:0; height:100%; width: 55%; float: none;}
#hotel-intro .intro-image-1 {position:relative; width:55%; float: right;}
#hotel-intro .intro-image-2 {position:absolute; bottom:0; left:0; width:50%;}
#hotel-more-info .intro-image-3 {position:absolute; top:0%; left:15%; width:20%;}
#hotel-bedrooms {background-color:rgba(0,0,0,0.1); padding:6rem;}
.aged-button.script.rooms-button {margin:5rem 0; transform: translateX(-50%) ;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {
}  .overlay-carousel {}
.overlay-carousel .slide {height:400px; background-size: cover; background-position: center; position: relative; margin: 0 2rem; }
.overlay-carousel .slick-arrow {z-index: 9;}
.overlay-carousel .slick-prev {left:20px; width:20px; height:20px; display:none !important;}
.overlay-carousel .slick-next {right:20px; width:20px; height:20px; display:none !important;}
.overlay-carousel .slick-prev::before, .overlay-carousel .slick-next::before {font-size: 40px;  color:rgba(0,0,0,0.5)}
.overlay-carousel .overlay {position: absolute; top:0; left: 0; width:100%; height:100%; background-color:rgba(0,0,0,0.4); color:#fff; text-align: center;}
.overlay-carousel .overlay p {font-size: 1.6rem;}
.overlay-carousel .overlay .wrapper {width: 80%; padding:4rem 0; margin: 20px auto 0 auto;}
.overlay-carousel .overlay h2 {color:#fff;}
.aged-button {display: inline-block; height:100px; width:100px; background-image:url(//www.eltermere.co.uk/wp-content/themes/eltermere2023/assets/images/interface/aged-circ-button.svg); background-position: center; background-size: contain; background-repeat: no-repeat; color:#fff; vertical-align: middle; font-weight: 600; text-align: center; transform: scale(0.8);}
.aged-button:hover {border:0; cursor: pointer;}
.aged-button span {display: block;transform: translateY(-50%);margin-top: 50%; padding: 0 15px; line-height: 1.5rem;}
.aged-button.script {font-family: "rollerscript-smooth";}
#food_offers {background:rgba(21,73,67,0);  }
#food_offers .container {border-top: 1px solid #154943; padding: 4rem;}
#food_offers h2 {text-align:center}
#food_offers .image {width:100%; height:260px; background-size: cover; background-position: center;}
#food_offers img {width:100%;}
#food_offers .offer {position:relative;}
#food_offers .legend {position:absolute; width:80%; left:10%; bottom:0;  height:30%; background-color: #fff; text-align:center; z-index: 99; transition: all 0.5s ease-out; overflow: hidden;}
#food_offers .legend h3 {padding:2rem 0 0 0; margin: 0;}
#food_offers .legend .info p {padding:2rem; font-size:1.4rem; margin: 0 0 2rem 0; opacity: 0; transition: all 0.5s ease-out;}
#food_offers .legend:hover {height:110%;}
#food_offers .legend:hover .info p {opacity: 1;}
#menus {text-align:center;}
#menus .container {border-top: 1px solid #154943; padding: 4rem;}
#menus .menu-row {margin-bottom: 3rem;}
#menu-nav ul {display:block; margin: 0 auto; list-style: none; padding: 0; text-align: center;}
#menu-nav ul li {display:inline-block; margin: 0 0 1rem 0;}
#menu-nav ul li a {padding:10px 18px; text-transform: uppercase; font-weight: 400; color:#000;}
#menu-nav ul li.current_page_item a {background:#222; color:#fff;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
.overlay-carousel .slide {height:600px;}
.overlay-carousel .overlay {position: absolute; top:0; left: 0; width:100%; height:100%; background-color:rgba(0,0,0,0.4); color:#fff; text-align: center;}
.overlay-carousel .overlay p {font-size: 2.3rem;}
.overlay-carousel .overlay .wrapper {width: 40%; padding:4rem; margin: 185px auto 0 auto;}
.overlay-carousel .overlay h2 {color:#fff;}
.aged-button {transform: scale(1) }
.overlay-carousel .slick-prev {left:100px; width:40px; height:40px; display:block;}
.overlay-carousel .slick-next {right:100px; width:40px; height:40px; display:block;}
#menu-nav ul li {display:inline-block; margin: 0 1.5rem;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {}  #blog {}
.post {text-align:center; border-bottom: 1px solid #154943; margin-bottom: 4rem;}
.post img {width:100%; height:auto;}
.post h2 {padding:19px 40px; color:#154943; display: inline-block; margin: 4rem 0; font-weight: 600;}
.post p {font-size:2rem; line-height: 3.9rem;}
.post .description {display:block; width:100%; margin: 0 auto;} 
.offer-form-button {display: inline-block; font-size:3rem; padding:1rem 3rem; margin:2rem 0;font-family: "rollerscript-smooth"; color:#fff; background:#154943; }
.offer-form-button:hover {cursor: pointer; background:#0cad9a;}
.offer-form {text-align: center; background-color:#fffffd !important; background-image: url(//www.eltermere.co.uk/wp-content/themes/eltermere2023/assets/images/interface/noise-grunge-background-light.jpg) !important;}
.offer-form input[type="text"], .offer-form input[type="email"] {text-align:center; border: solid 1px rgba(0,0,0,0.3); background-color:#fff;}
.offer-form-container a {display: inline-block; font-size:3rem; padding:1rem 3rem; margin:2rem 0;font-family: "rollerscript-smooth"; color:#fff; background:#154943; border-radius: 0; font-weight: 300;}
.offer-form-container a:hover {cursor: pointer; background:#0cad9a;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {}  #plan-your-stay #introduction img {width:100%}
#plan-your-stay #introduction .pys-image-1 {width:100%; display:block; position: relative; right:1rem; border:#fff 9px solid;}
#plan-your-stay #introduction .row {margin-bottom: 8rem;}
#things-to-do {border-top:solid 1px #222; padding: 8rem 0;}
#things-to-do img {width:100%;}
#things-to-do .image {height:auto; overflow: hidden;}
#things-to-do a {color:#154943} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
#things-to-do .image {height:400px;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {}  .pum-content figure {margin:0;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {}  #page-brand {background:#3D4647; padding:5rem 0;}
#page-brand .logo {height:150px; margin-bottom: 7rem; text-align: center;}
#page-brand .logo img {height:100%; width:auto;}
#page-brand .competition-title h1 {text-align: center; color:#fff;}
#section-title {text-align:center;}
.slates-competition h2 {font-weight:600; color: #3D4647;}
.slates-comp-form {padding:2rem; background-color:#C62F14; color:#000; border-radius: 4px;}
.slates-comp-form h2 {color:#fff; font-weight: 600;}
.slates-comp-form input, .slates-comp-form textarea {background: transparent; color:#fff; border: none; border-bottom: 2px solid #fff;}
.slates-comp-form textarea {height:300px;}
.slates-comp-form input[type="submit"] {background:#fff; color:#C62F14;}
.slates-comp-form input[type="submit"]:hover {background:#000;}
.slates-comp-form label {color:#fff; font-family: "rollerscript-smooth"; font-weight: 600; font-size: 2rem;}
.sketch-graphic {float:right; width:70px;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
#page-brand {background:#3D4647; padding:10rem 0;}
.slates-comp-form {padding:5rem;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {}  #brand {background:#3D4647; padding:5rem 0;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
#brand {background:#3D4647; padding:10rem 0;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {}  #single {text-align:left;}
#single ul {font-size:1.7rem; list-style: disc; list-style-position: outside; margin-left: 3rem;}
#careers .job-item {border-bottom:1px solid #ccc;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
#brand {background:#3D4647; padding:10rem 0;}
} @media (min-width: 1000px) {
} @media (min-width: 1200px) {}  .circle-feature {position:absolute; top: -3%; right: 3%; transform: rotate(10deg); background-color:#fefefc; width:250px; border-radius:999px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2); border:solid 3px #154943; display:none;}
.circle-feature::after {display:block; content: ""; padding-bottom:100%;}
.circle-feature .inner {display: flex; align-content: center; text-align: center; justify-content: center; flex-flow:row wrap; position:absolute; top:0; left:0; width:80%; padding:10%; height:90%;border-radius:999px; font-size:2rem;}
.circle-feature .inner p:last-child {margin:0;} @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {
.circle-feature {display:block;}
.hero-vide .video-overlay {bottom:10rem; top:auto;}
} @media (min-width: 1000px) {
.circle-feature {position:absolute; top: -3%; right: 3%; transform: rotate(10deg); background-color:#fefefc; width:250px; border-radius:999px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2); border:solid 3px #154943;}
} @media (min-width: 1200px) {}  #careers .logos {margin-bottom:2rem;}
#careers .logos img {max-width:140px;}
.job .pic {height:400px; background-size: cover; background-position: center; margin-bottom: 2rem;}
.job .description {padding:0 2rem 0 0; border-right:1px solid #154943;}
.job .job-logos img {width:100%; height:auto;}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}#jp-post-flair {
padding-top: 0.5em;
} div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
clear: both;
}
div.sharedaddy h3.sd-title {
margin: 0 0 1em 0;
display: inline-block;
line-height: 1.2;
font-size: 9pt;
font-weight: 700;
}
body.highlander-light h3.sd-title::before {
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.highlander-dark h3.sd-title::before {
border-top: 1px solid rgba(255, 255, 255, 0.4);
} .sd-sharing {
margin-bottom: 1em;
}
.sd-content ul {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.sd-content ul li {
display: inline-block;
margin: 0 8px 12px 0;
padding: 0;
}
.sd-content ul li.share-deprecated {
opacity: 0.5;
}
.sd-content ul li.share-deprecated a span {
text-decoration: line-through;
}
.sd-block.sd-gplus {
margin: 0 0 0.5em 0;
}
.sd-gplus .sd-content {
font-size: 12px;
} .sd-content .share-email-error .share-email-error-title {
margin: 0.5em 0;
}
.sd-content .share-email-error .share-email-error-text {
font-family: "Open Sans", sans-serif;
font-size: 12px;
margin: 0.5em 0;
} .sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li > a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a { text-decoration: none !important;
display: inline-block;
font-size: 13px;
font-family: "Open Sans", sans-serif;
font-weight: 500;
border-radius: 4px;
color: #2c3338 !important;
background: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
text-shadow: none;
line-height: 23px;
padding: 4px 11px 3px 9px;
}
.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
align-items: center;
display: flex;
font-size: 12px;
line-height: 12px;
padding: 1px 6px 0 5px;
min-height: 20px;
}
.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
position: relative;
top: 2px;
}
.sd-content ul li a.sd-button > span,
.sd-content ul li .option a.share-ustom span, .sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content > ul > li > a.sd-button span,
.sd-social-official .sd-content > ul > li .digg_button > a span { line-height: 23px;
margin-left: 6px;
} .sd-social-icon .sd-content ul li a.sd-button > span {
margin-left: 0;
}
body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text span:not(.custom-sharing-span) {
display: none;
} .sd-social-text .sd-content ul li a.sd-button span {
margin-left: 3px;
}
.sd-social-official .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
line-height: 12px;
margin-left: 3px;
}
.sd-social-official .sd-content > ul > li > a.sd-button::before,
.sd-social-official .sd-content > ul > li .digg_button > a::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a::before {
margin-bottom: -1px;
}
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:hover,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
} .sd-content ul li a.sd-button::before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: 400 18px/1 social-logos;
vertical-align: top;
text-align: center;
} .sd-social-icon-text ul li a.sd-button::before {
position: relative;
top: 2px;
} @media screen and (-webkit-min-device-pixel-ratio: 0) {
.sd-content ul li a.sd-button::before {
position: relative;
top: 2px;
}
}
.sd-social-official ul li a.sd-button::before {
position: relative;
top: -2px;
} @media screen and (-webkit-min-device-pixel-ratio: 0) {
.sd-social-official ul li a.sd-button::before {
top: 0;
}
} .jp-sharing-input-touch .sd-content ul li {
padding-left: 10px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
margin-left: 0;
} .sd-social-text .sd-content ul li a::before,
.sd-content ul li.no-icon a::before {
display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
background-image: none;
background-position: -500px -500px !important; background-repeat: no-repeat !important;
padding-left: 0;
height: 0;
line-height: inherit;
}
.sd-social-icon .sd-content ul li a.share-more {
position: relative;
top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
} @-moz-document url-prefix() {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
}
.sd-social-icon .sd-content ul li a.share-more span {
margin-left: 3px;
} .sd-social-icon .sd-content ul li.share-print a::before,
.sd-social-text .sd-content ul li.share-print a::before,
.sd-content ul li.share-print div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-print a::before,
.sd-social-official .sd-content li.share-print a::before {
content: "\f469";
}
.sd-social-icon .sd-content ul li.share-email a::before,
.sd-social-text .sd-content ul li.share-email a::before,
.sd-content ul li.share-email div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-email a::before,
.sd-social-official .sd-content li.share-email a::before {
content: "\f410";
}
.sd-social-icon .sd-content ul li.share-linkedin a::before,
.sd-social-text .sd-content ul li.share-linkedin a::before,
.sd-content ul li.share-linkedin div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-linkedin a::before {
content: "\f207";
}
.sd-social-icon .sd-content ul li.share-twitter a::before,
.sd-social-text .sd-content ul li.share-twitter a::before,
.sd-content ul li.share-twitter div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-twitter a::before,
.sd-social-icon .sd-content ul li.share-x a::before,
.sd-social-text .sd-content ul li.share-x a::before,
.sd-content ul li.share-x div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-x a::before {
content: "\f10e";
}
.sd-social-icon .sd-content ul li.share-reddit a::before,
.sd-social-text .sd-content ul li.share-reddit a::before,
.sd-content ul li.share-reddit div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-reddit a::before,
.sd-social-official .sd-content li.share-reddit a::before {
content: "\f222";
}
.sd-social-icon .sd-content ul li.share-tumblr a::before,
.sd-social-text .sd-content ul li.share-tumblr a::before,
.sd-content ul li.share-tumblr div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-tumblr a::before {
content: "\f607";
}
.sd-social-icon .sd-content ul li.share-pinterest a::before,
.sd-social-text .sd-content ul li.share-pinterest a::before,
.sd-content ul li.share-pinterest div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-pinterest a::before {
content: "\f210";
}
.sd-social-icon .sd-content ul li.share-facebook a::before,
.sd-social-text .sd-content ul li.share-facebook a::before,
.sd-content ul li.share-facebook div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-facebook a::before {
content: "\f203";
}
.sd-social-icon .sd-content ul li.share-press-this a::before,
.sd-social-text .sd-content ul li.share-press-this a::before,
.sd-content ul li.share-press-this div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-press-this a::before,
.sd-social-official .sd-content li.share-press-this a::before {
content: "\f205";
}
.sd-social-official .sd-content li.share-press-this a::before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a::before,
.sd-social-text .sd-content ul li.share-telegram a::before,
.sd-content ul li.share-telegram div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-telegram a::before,
.sd-social-official .sd-content li.share-telegram a::before {
content: "\f606";
}
.sd-social-official .sd-content li.share-telegram a::before {
color: #08c;
}
.sd-social-icon .sd-content ul li.share-threads a::before,
.sd-social-text .sd-content ul li.share-threads a::before,
.sd-content ul li.share-threads div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-threads a::before,
.sd-social-official .sd-content li.share-threads a::before {
content: "\f10d";
}
.sd-social-official .sd-content li.share-threads a::before {
color: #000;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-threads a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-mastodon a::before,
.sd-social-text .sd-content ul li.share-mastodon a::before,
.sd-content ul li.share-mastodon div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-mastodon a::before,
.sd-social-official .sd-content li.share-mastodon a::before {
content: "\f10a";
}
.sd-social-official .sd-content li.share-mastodon a::before {
color: #563acc;
}
.sd-social-icon .sd-content ul a.share-more::before,
.sd-social-text .sd-content ul a.share-more::before,
.sd-content ul li.advanced a.share-more::before,
.sd-social-icon-text .sd-content a.share-more::before,
.sd-social-official .sd-content a.share-more::before {
content: "\f415";
}
.sd-social-official .sd-content a.share-more::before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
content: "\f608";
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
color: #43d854;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button {
background: #43d854;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-nextdoor a::before,
.sd-social-text .sd-content ul li.share-nextdoor a::before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-nextdoor a::before,
.sd-social-official .sd-content li.share-nextdoor a::before {
content: "\f10c";
}
.sd-social-official .sd-content li.share-nextdoor a::before {
color: #8ed500;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-nextdoor a.sd-button {
background: #8ed500;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-bluesky a::before,
.sd-social-text .sd-content ul li.share-bluesky a::before,
.sd-content ul li.share-bluesky div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-bluesky a::before,
.sd-social-official .sd-content li.share-bluesky a::before {
content: "\f10f";
}
.sd-social-official .sd-content li.share-bluesky a::before {
color: #0085ff;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-bluesky a.sd-button {
background: #0085ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-deprecated a::before,
.sd-social-icon-text .sd-content li.share-deprecated a::before,
.sd-social-official .sd-content li.share-deprecated a::before,
.sd-content ul li.share-deprecated div.option.option-smart-off a::before {
width: 1em;
height: 1em;
content: "\1F6AB";
} .sd-social .sd-button .share-count {
background: #2ea2cc;
color: #fff;
border-radius: 10px;
display: inline-block;
text-align: center;
font-size: 10px;
padding: 1px 3px;
line-height: 1;
}
.sd-social-official .sd-content > ul > li > a.sd-button span {
line-height: 1;
}
.sd-social-official .sd-content ul {
display: flex;
flex-wrap: wrap;
}
.sd-social-official .sd-content ul::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sd-social-official .sd-content li.share-press-this a {
margin: 0 0 5px 0;
}
.sd-social-official .sd-content ul > li {
display: flex;
max-height: 18px;
}
.sd-social-official .sd-content ul > li .option-smart-off {
margin-right: 8px;
}
.sd-social-official .fb-share-button > span {
vertical-align: top !important;
} .pinterest_button,
.twitter_button,
.linkedin_button > span {
margin: 0 !important;
}
.linkedin_button > span,
.pinterest_button a {
display: block !important;
}
.sd-social-official .sd-content .share-tumblr iframe {
max-width: 53px;
width: unset;
}
body .sd-social-official li.share-print,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a {
position: relative;
top: 0;
} body .sd-social-icon .sd-content li.share-custom > a {
padding: 2px 3px 0 3px;
position: relative;
top: 4px;
}
body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span {
background-size: 16px 16px;
background-repeat: no-repeat;
margin-left: 0;
padding: 0 0 0 19px;
display: inline-block;
height: 21px;
line-height: 16px;
}
body .sd-content ul li.share-custom a span[hidden] {
display: none;
}
body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text .custom-sharing-span {
color: transparent;
}
body .sd-social-icon .sd-content li.share-custom a span {
width: 0;
padding-left: 16px !important;
} .sharing-hidden .inner {
position: absolute;
z-index: 2;
border: 1px solid #ccc;
padding: 10px;
background: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
border-radius: 2px;
margin-top: 5px;
max-width: 400px;
}
.sharing-hidden .inner ul {
margin: 0 !important;
}
.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
clear: both;
margin: 0 !important;
height: 0 !important;
}
.sharing-hidden .inner::before,
.sharing-hidden .inner::after {
position: absolute;
z-index: 1;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #ccc;
content: "";
display: block;
}
.sharing-hidden .inner::after {
z-index: 2;
top: -7px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #fff;
}
.sharing-hidden ul {
margin: 0;
} .sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
border-radius: 50%;
border: 0;
box-shadow: none;
padding: 7px;
position: relative;
top: -2px;
line-height: 1;
width: auto;
height: auto;
margin-bottom: 0;
max-width: 32px;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button > span,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a span {
line-height: 1;
}
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a:hover {
border: none;
opacity: 0.6;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button::before {
top: 0;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-custom {
padding: 8px 8px 6px 8px;
}
.sd-social-icon .sd-content ul li a.sd-button.share-more {
margin-left: 10px;
}
.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
margin-left: 0;
}
.sd-social-icon .sd-button span.share-count {
position: absolute;
bottom: 0;
right: 0;
border-radius: 0;
background: #555;
font-size: 9px;
} .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
background: #e9e9e9;
margin-top: 2px;
text-indent: 0;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-tumblr a.sd-button {
background: #2c4762;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button {
background: #0866ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-x a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-pinterest a.sd-button {
background: #ca1f27;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-digg a.sd-button {
color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-press-this a.sd-button {
background: #4f94d4;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-telegram a.sd-button {
background: #08c;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button {
background: #0077b5;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-reddit a.sd-button {
background: #cee3f8;
color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-mastodon a.sd-button {
background: linear-gradient(to top, #563acc 0%, #6364ff 100%);
color: #fff !important;
}
#jetpack-source_f_name {
display: none !important;
position: absolute !important;
left: -9000px;
}
.sd-content .share-customize-link {
margin-top: 8px;
line-height: 11px;
}
.sd-content .share-customize-link a {
font-size: 11px;
font-family: "Open Sans", sans-serif;
}
@media print {
.sharedaddy.sd-sharing-enabled {
display: none;
}
}@font-face{font-family:social-logos;font-style:normal;font-weight:400;src:url(//www.eltermere.co.uk/wp-content/plugins/jetpack/_inc/build/social-logos/data:font/woff2;base64,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) format("woff2")}.social-logo{display:inline-block;font-family:social-logos;font-style:normal;font-weight:400;line-height:1;vertical-align:middle;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}