/*//// Wellbeing for life styling - DOPETROPE THEME////*/

@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');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.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;
}


/*///navbar styling///*/
.dt-nav ul ul {
    margin-left: -21.5%!important;
}
.dt-nav ul ul {
    top: 6.3em;
}

/*///greenbar styling///*/
nav.header-top .container {
    display: flex;
    color: #fff;
}

nav.header-top {
    background: #096F48;
}

.WCCtext {
    padding-bottom: -13em;
    margin-top: 15px;
}

.WCCtext a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}


nav.header-top img {
    width: 65px;
    margin-right: 5px;
    padding-top: 4px;
}

nav.header-top center {
    background: #177d97;
    /* padding: 0.5em;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

nav.header-top center ul {
    /* padding-bottom: 0em!important; */
    margin-bottom: 0em;
}


nav.dt-nav ul {
    list-style: none;
    display: inline-flex;
}

nav.dt-nav {
    -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
}

nav.header-top center ul li {
    padding: 0.5em;
    font-weight: 500;
    margin-right: 2em;
}

nav.header-top center ul li a {
    text-decoration: none;
    color: #fff;
}

nav.header-top center ul li:hover {
    background: #00c3f3;
}
div#titleBar {
    display: none;
}

nav#nav {
    display: none;
}

nav.header-top .body-search {
    margin-left: 70% !important;
}

.form__append-group {
    display: inline-flex;
}

@media screen and (min-width: 835px) {
.body-search .form__append-group {
    max-width: 500px;
    display: flex;
}
}

input#search-site-header {
    height: 49px;
    border-radius: 0;
}

nav.header-top {
    background: #ffffff;
    height: 80px;
    font-weight: 400;
    position: absolute;
    z-index: 999;
    width: -webkit-fill-available;
    width: -moz-available;
    border-bottom-style: solid;
    border-bottom-color: #096F48;
    border-bottom-width: 5px;
}

form#js-search {
    padding-top: 0.25em;
}

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;
}

.skip-to-content-link {
    background: #000;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    color: #ffff00;
    padding: 10px;
    padding-bottom: 25px;
    font-weight: 400;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

ul.list.list--skip-links {
    display: none;
}

@media screen and (max-width: 918px){
nav.header-top .body-search {
    display: none;
}
}

#footer .site-search {
    display: none;
}

.navbar {
  overflow: hidden;
         background: #a1258300;
 /* font-family: Arial, Helvetica, sans-serif;*/
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 18px;
  font-weight: 400;
  border-radius: 0px;
  padding-top: 20px;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: white;
    color: #000 !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*.dropbtn:focus {
  background-color: red;
  border-radius: inherit;
}*/

i.fa.fa-caret-down {
  padding-left: 0.25em;
}

.menubar {
    background-color: #a125838f;
    padding-top: 4.25em;
}

@media screen and (max-width: 918px){
nav.navbar {
    display: none;
}
}


/*end of dropdown menu */



body, input, textarea, select {
    font-family: 'Onest', sans-serif;
    letter-spacing: normal;
}

#main {
    background: #ffffff;
}

#banner h2 {
    font-family: 'Onest', sans-serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
}

/*
#header {
    background: url(https://tww.warwickshire.gov.uk/wb4l/images/wb4lheader3.jpg);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 75vh !important;
}
*/

#header {
    background: url(https://www.warwickshire.gov.uk/wellbeing/images/wb4lheader4.jpg)!important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 45vh !important;
    background-position: bottom center !important;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-bottom-color: #f97b48;
}

nav#nav {
    display: none;
}

#header .h1 {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 3em;
    letter-spacing: normal;
    margin-top: 1em;
    color: #8a1963;
    background: #ffffffba;
    padding: 0.5em;
}

header h1 {
    font-size: 2em;
    font-weight: 400;
}

.container {
    /*width: 70%;*/
width: 95em;
}

@media screen and (max-width: 759px){
.container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
}


#footer {
    background: #6A2358;
}

.list--breadcrumb .list__item {
    display: inline-block;
    margin: 0 0 0.5rem 0;
    padding-left: 0;
}

h2.supplement__heading {
    font-weight: 400;
    border-top-style: solid;
    border-top-width: thick;
    border-top-color: #6A2358;
}

ul.list.list--navigation.primary li.list__item {
    line-height: inherit;
    padding-left: 0;
}

ul.list.list--navigation.primary {
    list-style: none;
    padding-left: 0;
}

p.meta.meta--telephone {
    margin-bottom: 0.5em;
}

.editor a {
    font-weight: 500;
    color: #5d5d5d;
}

a {
color: #5d5d5d;
}

a.button:hover {
    background: #a22583;
    color: #fff !important;
}

button.button.primary:hover {
background: #6A2358;
    color: #fff !important;
}


header {
    margin-bottom: 0em !important;
}

nav.breadcrumb {
    padding-bottom: 0em !important;
}

header h1 {
    font-size: 3em;
    font-weight: 400;
}

a.button {
border-radius: 25px;
    background: #f64801b8;;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff !important;
    border-style: solid;
    border-width: thin;
    border-color: #6A2358;
}

button.button.primary {
border-radius: 25px;
    background: #f64801b8;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff !important;
    border-style: solid;
    border-width: thin;
    border-color: #6A2358;
}

.widget-row {
    margin-bottom: 2em;
    margin-top: 2em;
}

.hp-navbox {
    margin-bottom: 1em;
    border-style: solid;
    border-color: #6A2358;
    border-width: thin;
    border-radius: 25px;
}


.hp-navbox-header {
    background: #f64801b8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 1em;
}

.hp-navbox-header h2 {
    font-size: 1.85em !important;
    line-height: 1.75em;
    margin-bottom: 0em !important;
    font-weight: 400;
    color: #fff;
}

.hp-navbox p {
    padding: 1em;
}
.description {
    padding-left: 1em;
    padding-right: 1em;
}

.description-image {
    margin-bottom: -1em;
}

.hp-navbox-footer {
    /* background: #d9d9d9; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0.25em;
    padding: 1em;
    text-align: center;
    /*outline-color: #d9d9d9;
    outline-style: solid;
    margin-top: 0.5em;*/
}



h2.widget__heading {
    font-weight: 400;
    letter-spacing: normal;
}

@media screen and (min-width: 700px) {
    ol#pages-in-list {
        column-count: 2 !important;
    }
}

.box.post h2 {
    font-weight: 400;
}

#main {
    padding-top: 0.5em;
}

ul.divided a:hover {
    text-decoration: underline;
}
ul.divided a {
    text-decoration: auto;
}

li.list__item.is-active {
    font-weight: 600;
}

.logo {
    display: inline-block;
    text-decoration: none;
}

a.list__link {
    text-decoration: none;
}

a.list__link:hover {
    text-decoration: underline;
}

.widget-latest-news ul.divided li {
    border-top: none;
}

.widget-latest-news h2.listing__heading {
    font-size: 1.5em;
}

@media screen and (min-width: 759px) {
.widget-latest-news ul.divided {
    display: inline-flex;
}
}

#content ul li {
    padding-left: 0.5em;
    /* line-height: 1.75em; */
    margin-bottom: 1em;
}


#footer {
    background: #6a2358;
}

.partner-logos ul {
    list-style: none;
    display: inline-flex;
    padding-right: 1em;
    padding-left: 1em;
}

.partner-logos img {
    max-height: 7em;
    margin: 0.5em;
}

.company_details ul {
    list-style: none;
    display: inline-flex;
}

.partner-logos {
    background-color: #6a2358;
}

.company_details {
    background-color: #6a2358;
    color: #fff;
}

.company_details li a {
    color: #fff;
}

#footer {
    padding-top: 0;
    padding-bottom: 0;
}
