/*
Charity home css file
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500);


/* Mourning Greyscale
html {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

*/

body {
  color: #7b7b7b;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  background-color: #F1F2F1;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 !important;
}




h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
}

.o-hidden {
  overflow: hidden;
}

.top-bar {
  background-color: #060c17;
  color: #fff;
  padding: 5px 0;
}

.top-bar ul {
  margin: 0px;
  padding: 0px;
}

.top-bar ul li a {
  color: #fff;
}

.top-bar ul li a:hover {
  color: #999;
}

.navbar-default {
  background-color: #fff;
  border: 0px;
  margin: 0px;
  position: relative;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav>li>a {
  color: #0066b3;
  font-weight: 700;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-default .navbar-nav>li.active>a:after {
  content: "";
  width: 7px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background: url(../images/v1-active.png) no-repeat;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #0066b3;
  background-color: transparent;
}

.navbar-brand {
  padding: 10px 15px;
  height: unset;
}

.top-search {
  width: 250px;
  padding: 10px 15px;
}

.clients {
  padding: 30px 0;
  margin: 0px;
}

.clients li {
  vertical-align: middle;
  padding: 10px 20px;
}

.footer {
  padding: 12px 0 0 0;
  background-color: #0066b3;
  margin-top: 10px;
}

.footer p {
  color: #fff;
}

.footer h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  color: #00b8de;
}

.footer h4 {
  font-size: 18px;
  color: #fff;
}

.footer ul.f-nav li a {
  display: block;
  color: #fff;
}

.footer ul.f-nav li a:before {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-right: 6px;
}

.news-list li img {
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  float: left;
  margin-right: 15px;
}

.news-list h5 {
  margin: 0px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #F1F2F1;
}

.news-list p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
}

.news-list span {
  font-size: 12px;
  color: #F1F2F1;
}

.news-list li {
  padding-bottom: 20px;
}

.footer-bottom {
  padding: 10px 0;
  background-color: #F1F2F1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.footer-bottom ul {
  margin: 0;
  padding: 0;
}

.footer-bottom ul li a {
  color: #999;
  font-size: 20px;
}

.footer-bottom ul li a:hover {
  color: #333f55;
}



.footer small {
  line-height: 13px;
}

.footer form {
  position: relative;
  margin-bottom: 20px;
}

.footer form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background-color: #00b8de;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: #0066b3;
  font-size: 14px;
}

.footer .form-control {
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  border: 0px;
}

.banner {

  background-size: cover;
  background-position: top center;
  background-color: hsla(0, 0%, 100%, 0.70);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
}

.banner h3,
.banner p {
  color: #fff;
}

.banner h1 {
  color: #0066b3;
  text-align: center;
}

.banner h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.buttons a {
  margin: 10px;
}

.btn {
  padding: 14px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0px;
  border: 0px;
}

.btn-red {
  /* background: #0066b3; */
  background-color: rgba(136, 25, 25, 0.6);
  color: #fff;
}

.btn-red:hover {
  background: #fff;
  color: #0066b3;
}

.btn-white {
  background: #F1F2F1;
  color: #0066b3;
}

.btn-white:hover {
  background: #333;
  color: #F1F2F1;
}


.btn-green {
  background: #00a651;
  color: #fff;
}

.btn-green:hover {
  background: #000;
  color: #fff;
}

.event-coverage {
  padding: 90px 0;
  background-color: #0066b3
}

.event-coverage h1 {
  font-weight: 800;
  font-size: 50px;
  margin-top: 0px;
  color: #000;
}

.media-box {
  padding: 30px 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.media-box:before {
  position: absolute;
  width: 2px;
  height: 100%;
  left: -1px;
  top: 0;
  content: "";
  box-shadow: 3px 0px 8px black;
}

.media-box:after {
  position: absolute;
  width: 2px;
  height: 100%;
  right: 0px;
  top: 0;
  content: "";
  box-shadow: -3px 3px 8px 0px black;
}

.media-box .media-left {
  padding-right: 20px;
}

.media-box .icon-round {
  width: 110px;
  height: 110px;
  padding-top: 23px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
}

.media-box a {
  color: #fff;
  text-decoration: underline;
}

.media-box.green {
  background: #00a651;
}

.media-box.red {
  background: #ed1c24;
}

.media-box.blue {
  background: #00aeef;
}

.media-box h4 {
  margin-top: 0px;
}

.red-text {
  color: #0066b3;
}

.grey-text {
  color: #B9BAB9;
}

.white-text {
  color: #fff;
}


.video-content {
  position: relative;
  overflow: hidden;
}

.video-content a {
  position: absolute;
  width: 64px;
  left: 50%;
  display: block;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

.divider-img {
  margin-bottom: 30px;
}

.social-icons {
  margin-top: 20px;
}

.social-icons li {
  padding: 0 3px;
}

.social-icons li a {
  font-size: 30px;
}

.social-icons li a .fa-facebook-square {
  color: #3d4de7;
}

.social-icons li a .fa-twitter-square {
  color: #37a6c2;
}

.social-icons li a .fa-google-plus-square {
  color: #ff0000;
}

.social-icons li a .fa-linkedin-square {
  color: #37a6c2;
}

.about-us {
  padding: 30px 0;
  background: #F1F2F1;
}

.about-us h1 {
  color: #0066b3;
  font-weight: 800;
  text-transform: uppercase;
}

.about-us h3 {
  margin-bottom: 0px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

.about-us h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}

.about-us imgbkg {
  border: 10px solid #0066b3;
}

.most-causes {
  padding: 90px 0;
  background-color: #F1F2F1;
}

.most-causes h1 {
  font-weight: 800;
  margin-top: 0px;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.causes-box {
  background: #0066b3;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  margin-top: 30px;
}

.causes-box .progress {
  height: 5px;
  box-shadow: none;
  background: #fff;
  margin-bottom: 0px;
}

.causes-box .progress .progress-bar {
  background: #00a651;
  box-shadow: none;
}

.causes-box h4 {
  color: #B9BAB9;
  font-weight: 600;
  margin-top: 0px;
}

.causes-box .causes-desc {
  padding: 20px 15px;
}

.causes-box p {
  margin-bottom: 20px;
  color: #fff
}

.causes-box h6 {
  margin-bottom: 25px;
  margin-top: 15px;
}

.causes-box h6 strong {
  color: #000;
}

.fun-facts {
  background-position: top center;
  background-color: hsla(0, 0%, 100%, 0.70);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  color: #0066b3;
}

.fun-facts h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
}

.fun-facts .col-md-3 {
  margin-top: 30px;
}

.fun-facts .col-md-3 h2 {
  margin-top: 20px;
}

.fun-facts .col-md-3 span {
  font-weight: 600;
}

.upcoming-events {
  padding: 90px 0;
  background-color: #F1F2F1;
}

.upcoming-events h1 {
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.event-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
      height: 445px;
}

.event-box img {
  margin-bottom: 20px;
}

.event-box .e-date {
  background: #0066b3;
  color: #fff;
  display: inline-block;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 0;
  font-weight: 400;
  box-shadow: -3px 2px 8px rgba(0, 0, 0, 0.7);
  right: 15px;
}

.event-box .e-date strong {
  font-size: 30px;
}

.event-box h3 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

.event-box h6 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

.sponsors {
  padding: 90px 0;
  background-color: #0066b3;
}

.sponsors h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.sponsors .col-sm-3 {
  margin-top: 40px;
}

.sponsors .col-sm-3 img {
  display: block;
  margin: 0;
  border: 4px solid #B9BAB9;
}

.volunteer {
  padding: 90px 0;
  background: #F1F2F1;
}

.volunteer h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.volunteer-box {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  width: 300px;
  height: 300px;
}

.volunteer-box .vol-overlay {
  padding: 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 102, 179, 0.8);
}

.volunteer-box .vol-overlay ul {
  margin: 0;
  padding: 0;
}

.volunteer-box .vol-overlay ul li a {
  color: #fff;
  font-size: 20px;
}

.page-bread {
  padding: 40px 0;
  background: url(../images/charity/bread.jpg) no-repeat;
}

.page-bread h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  margin: 0px;
}

.about-page {
  background: #fff;
}

.about-page .media-box {
  margin-top: 30px;
}

.about-page .media-box img {
  border: 0px;
}

.page-comes {
  font-weight: 500;
  padding: 10px 0;
  text-transform: capitalize;
  background: #ebebeb;
  margin-bottom: 10px;
}

.page-comes ul {
  margin: 0px;
}

.services {
  padding: 90px 0;
  padding-bottom: 0;
}

.services h1 {
  color: #000;
  font-weight: 800;
  font-size: 50px;
}

.service-box {
  padding: 30px 20px;
  text-align: center;
  background-color: #ebebeb;
  margin-top: 30px;
  transition: all 0.3s;
}

.service-box h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  color: #333;
}

.service-box img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.service-box a {
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 3px;
}

.service-box a:hover {
  background-color: #00aeef;
}

.service-box:hover {
  background: #fff;
}

.welcome_text {
  font-size: 18px;
  line-height: 200%;
}

.copy-text {
  color: #0066b3;
  font-size: 16px;
}


.video-content img {
  border: 10px solid #B9BAB9;
}

.flexslider .slides .flex-caption {
  position: absolute;
  left: 80px;
  bottom: 10px;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}



.flexslider .slides .flex-caption br {
  display: none;
}

.flexslider .slides .flex-caption .main {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30%;
  line-height: 30px;
  background-color: rgba(136, 25, 25, 0.6);
  padding: 10px 15px;
}

.flexslider .slides .flex-caption .secondary {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  padding: 10px 15px;
  background-color: rgba(0, 102, 179, 0.6);
}

.flexslider .slides .flex-caption .secondaryxs {
  display: block;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  padding: 5px 10px;
  background-color: rgba(136, 25, 25, 0.6);
}


.button {
  left: 60px;
  margin-top: 10px;
}

.banner-page {

  background-size: cover;
  background-position: top center;
  background-color: hsla(0, 0%, 100%, 0.40);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  height: 300px;
}

.banner-page h3,
.banner-page p {
  color: #fff;
}

.banner-page h1 {
  color: #0066b3;
  text-align: center;
}

.banner-page h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 60px;
  margin-top: 150px
}

.grid-section img {
  width: 100%;
}

.flex-direction-nav .flex-next {
  right: unset;
}

.nav-container {
  width: 95%;
  margin: auto;
}

.btn-sponsors {
  margin-top: 10px;
}




.breadcrumbs {
  display: inline-block;
}

.breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}

.breadcrumbs ul li {
  color: #0066b3;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}

.breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}

.breadcrumbs ul li a:hover {
  color: #aaaaaa;
}

.breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}

.breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}

.breadcrumbs {
  text-align: center;
  display: block;
}

.breadcrumbs ul {
  padding-top: 0;
  padding-left: 0;
  margin: 0 auto;
}

.breadcrumbs ul li {
  float: none;
  display: inline-block;
}

.breadcrumbs ul li.current {
  max-width: inherit;
  overflow: visible;
}

div.need-help {
  margin-bottom: 100px;
}


.logo_container {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.logo_container:hover .image {
  opacity: 0.3;
}

.logo_container:hover .middle {
  opacity: 1;
}

.text {
  background-color: white;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.sponsors .text a {
  color: #0066b3;
}

.col-md-2.text-right {
  margin-top: 20px
}

.footer .col-md-7 {
  margin-top: 20px
}

.column {
  padding: 20px 10px;
}

.page-content {
  background: transparent !important;
}

.date-label .date-number {
  line-height: 27px !important;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: #e59a20;
  color: #fff;
}

.side-bar .column {
  background: #fff !important;
  padding: 0px;
}

.page-wrapper .page-content h1 {
  font-size: 20px !important;
  font-weight: normal;
  padding: 12px;
  margin-top: 0px;
}

.section-content {
  padding: 12px;
}

.read-more {
  padding: 12px !important;
  color: #fff !important;
}


.event-date {
  width: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.event-detail {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.event-date span {
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: #0066b3;
  color: #fff;
  font-weight: bold;
}

.event-date strong {
  background: #fff;
  display: block;
  color: #656762;
}

.event-detail p {
  margin-bottom: 15px;
}

.event-detail ul li {
  margin-bottom: 5px;
  color: #656762;
  display: table;
  width: 100%;
  text-align: left;
}

.content-row:last-child {
  margin-bottom: 0;
}

.event-detail ul li span {
  display: table-cell;
  vertical-align: top;
  padding-left: 5px;
}

.border-yellow,
.border-yellow:after {
  border-color: #ddd45b !important;
}

.all-events a {
  color: #e59a20;
}

.all-events {
  padding-bottom: 0px;
}

.all-events a i {
  margin-left: 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.event-detail ul li span:first-child {
  padding-left: 0;
  width: 12px;
}

.content-row {
  margin-top: 2%;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 3%;
  padding-bottom: 1%;
}

.content-row h3 {
  color: #0066b3;
  font-weight: bold;
}

.div-title {
  background: #0066b3;
  color: #fff;
  padding: 6px 15px;
}

.event-detail ul {
  padding-left: 5px;
}

a {
  color: #0066b3;
}

.upcoming-events .btn {
  margin-bottom: 15px;
}

.event-page {
  margin-top: 25px;
  margin-left: 50px;
  margin-bottom: 25px;
  color: #0066b3;
}

/* ul li:hover>ul,
ul li ul:hover {
  opacity: 1;
  display: block;
} */


#overlay_image {
  position: absolute;
  bottom: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url("https://cross-hills.org.uk/media/1911/overlay_new.png");
  background-repeat: repeat-x;
}


#container-image {
  position: relative;
  width: 200px;
  height: 200px;
}

.embed-responsive {
  margin-bottom: 15px
}



@media screen and (min-width: 1024px) {
ul li:hover>ul,
ul li ul:hover{
  opacity: 1;
  display: block;
} 
}

@media screen and (max-width: 1024px) {
.event-box {

      height: unset;
}
 .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu>a::after {
            display: block;
            content: "";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-left-color: #000;
            margin-top: 6px;
            margin-right: -10px;
        }

        .dropdown-submenu>ul.dropdown-menu {
          width: 100% !important;
        }
        .dropdown ul.dropdown-menu ul.dropdown-menu {
    width: 100%;
    padding: 0 0 0 5px;
}

}
 
.footeredit {
    margin-bottom: 12px;
    
}


