/*Visit Warwickshire NEW SITE stylesheet*/


@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');



.onest-<uniquifier> {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.yantramanav-thin {
  font-family: "Yantramanav", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.yantramanav-light {
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.yantramanav-regular {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yantramanav-medium {
  font-family: "Yantramanav", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.yantramanav-bold {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.yantramanav-black {
  font-family: "Yantramanav", sans-serif;
  font-weight: 900;
  font-style: normal;
}



@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=IBM+Plex+Sans:ital,wdth,wght@0,75..100,100..700;1,75..100,100..700&display=swap');



.form__append-group {
    display: inline-flex;
}



:root {
  --bg-header: #ffffff;
  --text: #111;
  --accent: #0b5fff;    /* focus outline */
  --border: #d7d7d7;
  --submenu-bg: #fff;
  --submenu-shadow: 0 8px 18px rgba(0,0,0,.12);
}

/* Skip link: visible on focus (2.4.1) */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: .5rem .75rem;
  z-index: 1000;
}
.skip-link:focus {
  left: .5rem;
  top: .5rem;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

/* Header layout */
.site-header {
    background: var(--bg-header);
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
}
/* extra for fadeout in navbar*/
/*
.site-header {
position: relative;
    background: linear-gradient(180deg, rgb(0 0 0) 20%, rgb(0 0 0 / 36%) 80%, rgb(0 0 0 / 0%) 100%);
    z-index: 9999;
    color: #fff;
}
*/

/*Extra skip link styling to prevent it hiding behind the header when active*/

.skip-to-content-link {
    background: #005b8d;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    color: #fff;
    padding: 10px;
    padding-bottom: 25px;
    font-weight: 400;
    height: 55px;
    border-style: solid;
    border-color: #fff;
    font-size: 1.25em;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
    /* position: relative; */
    display: inline-flex;
    z-index: 9999999;
}

ul.list.list--skip-links {
    display: none;
}

/*End of extra skip link styling to prevent it hiding behind the header when active*/


.site-header {
    position: relative;
    background: linear-gradient(180deg, rgb(0 0 0) 51%, rgb(0 0 0 / 66%) 68%, rgb(0 0 0 / 0%) 100%);
    z-index: 9999;
    color: #fff;
    height: 200px;
}

/* end of extra for fadeout in navbar*/
.nav-inner {
  /*max-width: 1200px;*/
  margin: 0 auto;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: em;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px; /* > 24px target size (2.5.8) */
}

/* Nav layout: push to right */
.primary-nav {
    margin-left: auto;
    display: inline-flex;
}
.top-level {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: .5rem;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.top-item { position: relative; }

/* Top-level buttons */
.nav-btn {
    appearance: none;
    background: transparent;
    border: 2px solid transparent;
    color: #fff !important;
    padding: .6rem .9rem;
    border-radius: .4rem;
    cursor: pointer;
    line-height: 1.2;
    min-height: 44px;
    min-width: 44px;
    padding-top: 1.25em;
    font-size: 0.85em;
    font-weight: 300;
/*    font-family: 'Onest';*/
    font-family: "IBM Plex Sans", sans-serif !important;
    padding: 0.25em;
    padding-top: 1em;
}


/* High-visibility focus (2.4.7; also aligns with 2.4.13 AAA guidance) */
.nav-btn:focus,
.submenu a:focus,
.brand:focus,
.skip-link:focus {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

/* Submenus */
.submenu {
  position: absolute;
  left: 0;
  /*top: calc(100% + 6px);*/
    top: calc(100% + 0px);
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: .4rem;
/*  background: var(--submenu-bg);*/
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: var(--submenu-shadow);
  z-index: 999;
  background: #da1a32;
}
.submenu li { margin: 0;
padding-left: 0;
}
.submenu a {
  display: block;
  padding: .6rem .75rem;
  border-radius: .35rem;
/*  color: var(--text);*/
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
  min-height: 36px;    /* comfortable target size */
}
.submenu a:hover,
.submenu a:focus {
/*  background: #eef3ff;*/
  background: #005b8d;
}

/* Show submenu on hover/focus-within to satisfy 1.4.13 "hoverable" */
.top-item:hover > .submenu,
.top-item:focus-within > .submenu {
  display: block;
}
.submenu[hidden] { display: none; }

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
}

/*
a.brand img {
    max-width: 250px;
}
*/
a.brand img {
    max-width: 400px;
    padding-top: 1em;
}

@media screen and (max-width: 478px) {
a.brand img {
    max-width: 275px;
    padding-top: 1em;
    margin-left: 2em;
}
}

button.nav-btn a {
    color: #fff;
    text-decoration: none;
}

button.nav-btn:hover {
    border-bottom: solid;
    border-block-width: medium;
    border-bottom-color: #fff;
    background: #000;
    border-radius: 0;
}



header#header {
    /*background: url(https://www.warwickshire.gov.uk/visit/images/Shakespeare_sSchoolroomExterior_SaraBeaumontPhotography_10003of10___1_.jpg);
*/
    height: 70vh;
    background-size: cover!important;
    background-position-x: center!important;
    background-position-y: center!important;
    background-repeat: no-repeat!important;
padding-top: 0;
    margin-top: -100px;
}

article#content {
    /* padding-top: 15px; */
  padding-top: 1em;
}

/*start of dropdown column count and background color*/

ul#menu-services {
    column-count: 3;
    width: max-content;
}

ul#menu-about {
    column-count: 3;
    width: max-content;
}

ul#menu-depts {
    column-count: 2;
    width: max-content;
}
ul#menu-research {
    column-count: 2;
    width: max-content;
    left: -6em;
}

ul#menu-help {
    column-count: 2;
    width: max-content;
    /* padding-right: 10em; */
    left: -20em;
}


/*end of dropdown column count and background color*/

#header .h1 {
    display: none;
}
nav#nav {
    display: none;
}

.site-header {
border-bottom: none ;
}



main#main {
    font-family: 'Onest', sans-serif;
    letter-spacing: normal;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
    background-color: #fff!important;
font-family: "IBM Plex Sans", sans-serif!important;
padding-top: 0!important;
}

@media screen and (max-width: 736px) {
    .box {
        padding: 25px 15px 20px 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .editor {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
}


.box.post header {
    text-align: center
}

.editor a {
    color: #004f46;
    font-weight: 400;
}

.widget-content p {
    padding-left: 0.25em;
    padding-right: 0.25em;
}


.box.post h2 {
    font-size: 2em;
    letter-spacing: -0.015em;
    margin: 0 0 1.5rem;
    font-family: 'Onset';
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    /* color: #000; */
}

h1, h2, h3, h4, h5, h6 {
    color: #252122;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Baskervville", serif !important;
}

h2.image_promo {
    padding-bottom: 0;
    font-size: 1.25em !important;
}
.image_promo {
    text-align: center;
    background: #005046;
    color: #fff;
    padding-bottom: 1em;
}

p.image_promo {
    padding-bottom: 0;
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.image_promo a {
    color: #fff;
    font-weight: 600;
    font-size: 0.85em;
    letter-spacing: normal;
    text-decoration: none;
}
.image_promo a:hover {
text-decoration: underline;
}
.image_promo a:after {
    content: '\2794';
    padding-left: 0.25em;
    border-style: solid;
    border-radius: 50%;
    padding-right: 0.25em;
    /* padding: 0.25em; */
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-left: 0.25em;
}

@media screen and (min-width: 736px) {
.editor.list--definition__editor {
    display: inline-flex;
}
}

.editor.list--definition__editor img {
    padding: 0.25em;
}



main#main .container {
    width: -webkit-fill-available;
}

/*nav.breadcrumb {
    display: none;
}*/

.list--breadcrumb a {
    display: inline-block;
    font-weight: 400;
    color: #004f46;
    font-weight: 400;
}

a.button {
    background: #004f46;
    font-size: 1em;
}

a.button:hover {
    background: #005b8d;
text-decoration: none;
}




li.list__item.is-active {
    font-weight: 600;
}

li.list__item.is-active:before {
    content: ">";
    font-weight: 600;
}

nav.nav.nav--pages-in {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #00000063;
}

a.list__link {
    text-decoration: none;
}

a.list__link:hover {
    text-decoration: underline;
}

li.pagination__item.pagination__item--next {
    float: inline-end;
}

.treatment-feature__content.fade.come-in a:after {
    content: '\2794';
    padding-left: 0.25em;
    border-style: solid;
    border-radius: 50%;
    padding-right: 0.25em;
    /* padding: 0.25em; */
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-left: 0.25em;
}

.treatment-feature__content.fade.come-in a {
    color: #fff;
    color: #fff;
    font-weight: 600;
    font-size: 0.85em;
    letter-spacing: normal;
    text-decoration: none;
}

.treatment-feature__content.fade.come-in a:hover {
    text-decoration: underline;
}

/*body {
    background: #005B8D;
}
*/



input#search-site-header {
    border-color: #08476d;
font-family: 'Onest';
    font-size: 0.85em;
    height: 3em;
    /* border-left: none; */
    border-radius: 0;
    /*border-top: none;
    border-right: none;
    box-shadow: none;*/
    border-width: 2px;
}

form#js-search {
    padding-top: 0.25em;
}

button#searchbtn {
    background-color: #08476d;
    color: #fff !important;
    border-color: #08476d;
}

button#searchbtn {
    border-radius: 0;
    background: white;
    color: #000 !important;
    /* font-weight: 100; */
    /* height: 49px; */
    /* width: revert; */
    padding-left: 0.85em;
    padding-right: 0.25em;
    padding-top: 1em;
    font-size: 0.81em;
    font-family: 'Onest';
    /* padding: 0.25em; */
    /* padding-top: 1em; */
    border-style: solid;
    border-width: 2px;
    padding-bottom: 0.6em;
    border-left: none;
}
.button.icon:before {
    opacity: 1;
}

@media screen and (min-width: 835px) {
    .body-search .form__append-group {
        max-width: 500px;
        display: flex;
    }
}


h2.supplement__heading {
    border-top-style: solid;
    border-top-color: #004f46;
    border-top-width: 4px;
}

ul.list.list--navigation.primary {
    list-style: none;
    padding-left: 0;
}

ul.list.list--navigation.primary li.list__item {
    margin-bottom: 0.5em;
padding-left: 0;
}

ul.list.list--navigation.primary a.list__link {
    color: #004f46;
}



div#navPanel {
    background: #000;
    padding-top: 1em;
}
div#navPanel a.link.depth-0 {
    display: none !important;
}
div#navPanel nav a {
    color: #fff !important;
    font-style: normal !important;
}

@media screen and (min-width: 1199px) {
    #titleBar {
display:none;
    }
}

@media screen and (max-width: 1199px) {
nav.primary-nav {
    display: none;
}
}


.listing--featured {
    padding: 1.5em;
    border-radius: 0.375em;
    margin-bottom: 2em;
    border-color: #005B8D;
    border-style: solid;
    border-width: 4px;
}

/*itineraries pages */

.travel_box {
    background: #ffffff;
    border-radius: 15px;
    padding: 0.5em;
    border-style: solid;
    border-width: 2px;
    border-color: #005b8d;
}

.travel_box a.button
 {
    /* color: #000 !important; */
    background: #005b8d;
    outline-color: #000;
    outline-style: solid;
    outline-width: thin;
}

.travel_box a.button {
    display: none; /* may revisit this in future if decision is made to link to google maps */
}

ul.icons {
    display: grid;
color: #005b8d;
    /*text-align: center;*/
}

i.fa-regular.fa-arrow-down.fa-3x {
    color: #005b8d;
}

i.fa-regular.fa-route.fa-2x {
    /* outline-style: solid; */
    border-style: solid;
    border-width: medium;
    border-radius: 50px;
    padding: 0.25em;
}


ul.itineraries {
    list-style: none;
    display: inline-flex;
    font-size: 1.25em;
    padding-left: 0;
}
/*
ul.itineraries li {
    background: #DA1A32;
    margin-right: 0.5em;
    border-radius: 25px;
    padding: 0.25em;
    padding: 0.5em;
    font-size: 1em;
font-weight: 500;
}
*/

ul.itineraries li {
    background: #005b8d;
    margin-right: 0.5em;
    border-radius: 25px;
    padding: 0.25em;
    padding: 0.5em;
    font-size: 1em;
    font-weight: 500;
}

ul.itineraries li:hover {
    background: #023755;
}

ul.itineraries a {
    color: #fff;
    text-decoration: none;
}

/*end of itineraries page styling*/

/*bullet lists styling*/
.editor ol li {
    margin-bottom: 1.25em;
}

.editor ul li {
    margin-bottom: 1.25em;
}
/*end of bullet lists styling*/

/*alerts and site-weide message*/
.alert {
    background: #fff;
    border-style: solid;
    border-color: #005b8d;
    border-width: 2px;
}

.alert h2 {
    font-size: 1.25em !important;
    font-weight: 700 !important;
}

.site-announcement .alert {
    color: #fff;
    background: #005b8d;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 15px;
    text-align: center;
    box-shadow: inset 0px 0px 0px 0px #ffffff, inset 0 0 2px 0px #ffffff, inset 0 0 7px 0px #ffffff;
    padding: 0.85em;
}

span.alert__heading {
    font-size: 1.5em;
    font-weight: 500;
}

a.alert__link {
    color: #fff;
    font-weight: 400;
}

p.alert__text {
    margin-bottom: 0.85em;
}

/*end of alerts and site-weide message*/

/*///footer and footer content///*/


footer#footer {
    display: none;
}

.footer {
    background: #005b8d;
    margin-top: -2.5em;
    padding-top: 0;
}

.site-footer {
          background-color: #23201E;
  color: #f0f0f0;
  padding: 40px 20px;
  font-family: sans-serif;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

-column {
  flex: 1 1 30%;
  margin: 10px;
}

.footer-column h4 {
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 1em;
}
footer.site-footer h5 {
    color: #fff;
    font-weight: 400;
}

.footer-column ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 0.85em;
}

.footer-column ul li {
    margin-bottom: 10px;
    padding-left: 0;
}

footer.site-footer a {
    border-bottom: none;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
  color: #fff;
}

.footer-column img {
    max-width: 250px;
}

.site-footer {
    background-color: #005B8D;
    color: #f0f0f0;
    padding: 40px 20px;
    font-family: sans-serif;
/*    font-family: "Onest", sans-serif !important;*/
    font-family: "IBM Plex Sans", sans-serif !important;
    letter-spacing: normal;
}

.social_media_row ul {
    list-style: none;
    display: inline-flex;
}

.social_media_row img {
    max-width: 75px;
}

/*start of back to top button styling*/
.btn-top {
    cursor: pointer;
    color: #ffffff !important;
    background-color: #005b8d;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    padding: .5rem 1rem;
    font-size: 1.5em;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    opacity: 1 !important;
    border-color: #fff;
    border-style: solid;
    border-width: thin;
}

.btn-top:hover {
    background: #053b59;
}

.go-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999;
}

/*end of back to top button styling*/
