/*
Theme Name: GSD Base theme
Theme URI: www.southoxon.gov.uk
Description: Base theme holding core WP functionality
Author: GSD;
Author URI: www.southoxon.gov.uk
Version: 0.1.0
*/

/* ---- Acessibility css ---*/

#hcwh-wrapper a:focus > .hcwh-item  , #parent-page-wrapper  a:focus > .hcwh-item  {
    outline: 10px solid #000;
    outline-offset: -5px;
  }
  #hcwh-scroll{
    position: relative;
    top: 10px
  }
  #hcwh-scroll:focus{
    outline: 5px solid #000;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.contact-panel h2{
  font-size: 21px;
  line-height: 28px;
}
#news-wrapper .date-news{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #004467;
}

#news-wrapper .title-news{
  font-size: 21px;
  line-height: 28px;
}
.news-blog-title{
  margin-top: 40px;
  margin-bottom: 0;
}

.access-h2{
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.access-h3{
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.accessh4{
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.access-h5{
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.access-h6{
  font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0px 0px 20px;
}
footer#top-footer div#contact-details p a{
  text-decoration: underline;
}
div#breadcrumb-wrapper p a{
  text-decoration: underline;
}