@charset "UTF-8";
/*
Theme Name: Round House Childrens Wish
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Ascesis Media LTD
Author URI: https://ascesismedia.com/
Description: vfdvdfvfd
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: childrenwish

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  color: #6C757C;
}

h1, h2, h3, p {
  font-family: "Cabin Sketch", cursive;
}

h1 {
  font-size: 48px;
  font-weight: bold;
}
@media (min-width: 992px) {
  h1 {
    font-size: 68px;
  }
}

h2 {
  font-size: 32px;
  color: #005da3;
  font-weight: bold;
}
@media (min-width: 992px) {
  h2 {
    font-size: 42px;
  }
}

p, a, li, input, div, textarea {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #326185;
}
a:hover {
  color: lighter(#326185, 15%);
}

p {
  line-height: 1.8em;
}
p a {
  text-decoration: underline;
}

.hero_small {
  padding: 20px 0;
}
.hero_small h1 {
  font-family: "Open Sans", sans-serif;
  color: #005da3;
  font-size: 35px;
  font-weight: 600;
}

.btn, button,
#searchsubmit {
  display: inline-block;
  background: #007fde;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  border: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.dark, button.dark,
#searchsubmit.dark {
  background: #005da3;
}
.btn.seemore, button.seemore,
#searchsubmit.seemore {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.btn.default, button.default,
#searchsubmit.default {
  color: #005DA3;
  background: #FFD400;
  border-radius: 3px;
}
.btn:hover, button:hover,
#searchsubmit:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.btn {
  text-decoration: none;
}

.btn_group .btn {
  margin-right: 10px;
  margin-top: 10px;
}

.container-fluid {
  width: 95%;
}

.menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media (min-width: 768px) {
  .menu li {
    display: inline-block;
  }
}

.action a {
  display: inline-block;
  background: #007fde;
  color: #fff;
  padding: 10px 20px !important;
  border-radius: 35px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.action.primary a {
  background: #ffdd33;
  color: #326185;
}

.sub-menu {
  display: none;
}

img {
  width: 100%;
}
img.picture {
  border: 5px solid #fff;
  box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.1);
  transform: rotate(5deg);
}

input[type=number] {
  max-width: 80px;
}

.clear {
  clear: both;
}

.page:not(body) {
  padding: 60px 0px;
  background-color: #f6f6f6;
}
.page:not(body) h3 {
  font-family: "Open Sans", sans-serif;
}

.social {
  list-style: none;
}
.social li {
  display: inline-block;
}

.nf-form-cont {
  background: #005da3;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.nf-form-cont .step-count {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 80px;
  color: #fff;
}
.nf-form-cont .step-count a {
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: inline-block;
}
.nf-form-cont .step-count a:hover, .nf-form-cont .step-count a.active {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  transform: scale(1.1);
}
.nf-form-cont h3, .nf-form-cont h4 {
  font-family: "Cabin Sketch", cursive;
  color: #fff !important;
  margin-top: 0px !important;
}
.nf-form-cont label {
  color: #fff;
  margin-bottom: 0px;
  display: block;
}
.nf-form-cont input {
  width: 100%;
  border-radius: 3px;
  border: none;
  padding: 5px;
  margin: 5px 0px;
}
.nf-form-cont input[type=number] {
  width: 31%;
}
.nf-form-cont .button,
.nf-form-cont input[type=button].ninja-forms-field.nf-element {
  width: 100% !important;
  background: #ffdd33;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
}
.nf-form-cont .button.default,
.nf-form-cont input[type=button].ninja-forms-field.nf-element.default {
  background: #326185;
}
.nf-form-cont .steps {
  position: absolute;
  right: 20px;
  top: 35px;
  color: #fff;
}
.nf-form-cont .step2 {
  display: none;
}
.nf-form-cont .nf-form-fields-required {
  color: #fff;
  font-size: 0.8em;
}
.nf-form-cont .nf-response-msg {
  color: #f7f7f7;
}

.form_section {
  overflow: hidden;
  display: none;
}

.form_item {
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .form_item.left {
    float: left;
    width: 35%;
  }
  .form_item.right {
    float: right;
    width: 65%;
    padding-left: 10px;
  }
  .form_item .county {
    width: calc(65% - 10px);
    float: left;
  }
  .form_item .postcode {
    width: 35%;
    float: right;
  }
}

.search-form input {
  width: 100%;
  padding: 1em;
  border: 1px solid #f1f1f1;
  border-radius: 35px;
  outline: none;
}
.search-form input:hover .search-form input::-webkit-input-placeholder {
  color: #000;
}

.nf-form-content .nf-help::before {
  content: "" !important;
}

.photo {
  border: solid 5px #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3882352941);
}
.photo.tilt_one {
  transform: rotate(-3deg);
}
.photo.tilt_two {
  transform: rotate(3deg);
  margin-top: -15px;
  margin-left: -10px;
}

.photo_wrap img {
  border: solid 5px #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3882352941);
  height: auto;
}
.photo_wrap.tilt_one {
  transform: rotate(-3deg);
}
.photo_wrap.tilt_two {
  transform: rotate(3deg);
  margin-top: -15px;
  margin-left: -10px;
}

.pagination {
  display: block;
  margin-top: 40px;
}
.pagination ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  color: #fff;
}
.pagination .number {
  display: inline-block;
}
.pagination .number a {
  color: #ffffff;
  width: 25px;
  background: #007fde;
  display: inline-block;
  border-radius: 3px;
  height: 25px;
}
.pagination .active a {
  background: #ffdd33;
  color: #005da3;
}

.navigation {
  margin-top: 2em;
}
.navigation span {
  width: 100%;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .navigation span {
    width: auto;
  }
}
.navigation a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .navigation a {
    padding: 1em;
  }
}

.page-links {
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 3px solid #fff;
}
.page-links .link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFD400;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page-links .link a {
  display: block;
  color: #005da3;
  padding: 0.5em;
  font-size: 1.5em;
  text-decoration: none;
}
.page-links .link:hover {
  background-color: #005da3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-links .link:hover > a {
  color: #fff;
}

.page-template-page-donation .items {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-donation .items .item {
  height: 280px;
  width: calc(100% - 20px);
  margin: 10px 10px 10px 10px;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
  border-radius: 5px;
  border: 5px solid #fff;
  transition: transform 0.25s ease-out;
}
@media (min-width: 768px) {
  .page-template-page-donation .items .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 992px) {
  .page-template-page-donation .items .item {
    width: calc(25% - 20px);
  }
}
@media (min-width: 1200px) {
  .page-template-page-donation .items .item {
    width: calc(25% - 20px);
  }
}
.page-template-page-donation .items .item img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.page-template-page-donation .items .item .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFD400;
  padding: 1em;
  text-align: left;
  transition: background 0.25s ease-out;
}
.page-template-page-donation .items .item-name {
  margin: 0;
  text-align: left;
  font-size: 1.2em;
}
.page-template-page-donation .items .item:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.25s ease-in;
}
.page-template-page-donation .items .item:hover .caption {
  background-color: #005da3;
  transition: background 0.25s ease-out;
}
.page-template-page-donation .items .item:hover .item-name {
  color: #fff;
}

.page-template-page-news .categories {
  margin-bottom: 60px;
}
.page-template-page-news .categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.page-template-page-news .categories ul li {
  margin: 0 1em;
}
.page-template-page-news .categories ul li a {
  color: #fff;
  font-family: "Cabin Sketch", cursive;
  background-color: #ffdd33;
  font-size: 1.5em;
  border-radius: 5px;
  padding: 0.5em 2em;
  text-decoration: none;
}
.page-template-page-news .categories ul li a:hover, .page-template-page-news .categories ul li a.active {
  background-color: #005da3;
}
.page-template-page-news .items {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-news .items .item {
  width: calc(100% - 20px);
  margin: 10px 10px 10px 10px;
  padding: 0px;
  font-size: 12px;
  font-weight: 600;
  color: #005da3;
  border-radius: 5px;
  border: 5px solid #fff;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}
@media (min-width: 992px) {
  .page-template-page-news .items .item {
    width: calc(33.3333333333% - 20px);
  }
}
.page-template-page-news .items .item-img {
  position: relative;
  min-height: 130px;
}
.page-template-page-news .items .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.page-template-page-news .items .item-img .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFD400;
  background: linear-gradient(90deg, rgba(255, 212, 0, 0.8) 80%, rgba(255, 212, 0, 0) 120%);
  padding: 2em;
  text-align: left;
  transition: background 0.25s ease-out;
}
.page-template-page-news .items .item-name {
  margin: 0;
  text-align: left;
  font-size: 1.5em;
  color: #fff;
}
.page-template-page-news .items .item-date {
  font-size: 1em;
  margin: 0.5em 0;
  display: inline-block;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 200;
}

.post-info .post-categories {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.post-info .post-categories li {
  display: inline;
}

.page-template-page-people .items {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-people .items .item {
  height: 280px;
  width: calc(100% - 20px);
  margin: 10px 10px 10px 10px;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
  border-radius: 3px;
  border: 3px solid #fff;
}
@media (min-width: 768px) {
  .page-template-page-people .items .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 992px) {
  .page-template-page-people .items .item {
    width: calc(25% - 20px);
  }
}
@media (min-width: 1200px) {
  .page-template-page-people .items .item {
    width: calc(25% - 20px);
  }
}
.page-template-page-people .items .item img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.page-template-page-people .items .item .caption {
  max-height: 80px;
  min-height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #007fde;
  padding: 1em;
  text-align: left;
  transition: max-height 0.25s ease-out;
}
.page-template-page-people .items .item-name {
  margin: 0;
  text-align: left;
}
.page-template-page-people .items .item-role {
  margin: 0;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-page-people .items .item-description {
  display: none;
  font-size: 12px;
  font-weight: 100;
}
.page-template-page-people .items .item:hover {
  cursor: pointer;
}
.page-template-page-people .items .item:hover .caption {
  max-height: 280px;
  overflow: auto;
  transition: max-height 0.25s ease-in;
}
.page-template-page-people .items .item:hover .item-description {
  display: block;
}

.page-template-page-contacts .nf-form-cont {
  margin-top: -300px;
}
.page-template-page-contacts .page_content {
  margin-top: 60px;
}
.page-template-page-contacts .page_content .block {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-template-page-contacts .page_content .block {
    width: 33.3333333333%;
  }
}
.page-template-page-contacts .contact-details h2 {
  font-size: 1.5em;
}

#maps {
  height: 400px;
  margin-bottom: 60px;
}

.single-format-video .wp-block-embed-youtube iframe {
  width: 100%;
}

.categories {
  margin-bottom: 60px;
}
.categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .categories ul {
    flex-direction: row;
  }
}
.categories ul li {
  margin: 1em;
  display: inherit;
}
@media (min-width: 768px) {
  .categories ul li {
    margin: 0 1em;
  }
}
.categories ul li a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Cabin Sketch", cursive;
  background-color: #ffdd33;
  font-size: 1.5em;
  border-radius: 5px;
  padding: 0.5em 2em;
  text-decoration: none;
  height: 60px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .categories ul li a {
    width: auto;
  }
}
.categories ul li a:hover, .categories ul li a.active {
  background-color: #005da3;
}

.items {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.items .item {
  width: calc(100% - 20px);
  margin: 10px 10px 10px 10px;
  padding: 0px;
  font-size: 12px;
  font-weight: 600;
  color: #005da3;
  border-radius: 5px;
  border: 5px solid #fff;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}
@media (min-width: 768px) {
  .items .item {
    width: calc(33.3333333333% - 20px);
  }
}
.items .item-img {
  position: relative;
}
.items .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.items .item-img .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFD400;
  background: linear-gradient(90deg, rgba(255, 212, 0, 0.8) 80%, rgba(255, 212, 0, 0) 120%);
  padding: 2em;
  text-align: left;
  transition: background 0.25s ease-out;
}
.items .item-name {
  margin: 0;
  text-align: left;
  font-size: 1.5em;
  color: #fff;
}
.items .item-date {
  font-size: 1em;
  margin: 0.5em 0;
  display: inline-block;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 200;
}
.items .item-text {
  font-size: 1.2em;
  padding: 1.5em;
}

.blue_blocks, .blocks {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blue_blocks h2, .blocks h2 {
  color: #fff;
  display: inline-block;
}

@media (min-width: 768px) {
  .blue_blocks, .blocks {
    flex-direction: row;
  }
}
.blue_blocks > div, .blue_blocks .blocks {
  padding: 15px;
  background: #005da3;
  padding-top: 25px;
}

.blocks > div, .blocks .blocks {
  padding: 15px;
  background: #005da3;
  padding-top: 25px;
}

.blue_blocks > div .header, .blue_blocks .blocks .header {
  overflow: hidden;
  margin-bottom: 10px;
}

.blocks > div .header, .blocks .blocks .header {
  overflow: hidden;
  margin-bottom: 10px;
}

.blue_blocks > div .seemore, .blue_blocks .blocks .seemore {
  float: right;
  background: transparent;
  border: solid 1px #fff;
}

.blocks > div .seemore, .blocks .blocks .seemore {
  float: right;
  background: transparent;
  border: solid 1px #fff;
}

@media (min-width: 768px) {
  .blue_blocks > div, .blue_blocks .blocks {
    width: 50%;
  }
  .blocks > div, .blocks .blocks {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blue_blocks > div, .blue_blocks .blocks {
    width: 50%;
  }
  .blocks > div, .blocks .blocks {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .blue_blocks > div, .blue_blocks .blocks {
    padding-left: calc(50% - 360px);
  }
  .blocks > div, .blocks .blocks {
    padding-left: calc(50% - 360px);
  }
}
@media (min-width: 992px) {
  .blue_blocks > div, .blue_blocks .blocks {
    padding-left: calc(50% - 470px);
    padding-right: 50px;
  }
  .blocks > div, .blocks .blocks {
    padding-left: calc(50% - 470px);
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .blue_blocks > div, .blue_blocks .blocks {
    padding-left: calc(50% - 570px);
  }
  .blocks > div, .blocks .blocks {
    padding-left: calc(50% - 570px);
  }
}
.blue_blocks > div:nth-child(2n), .blue_blocks .blocks:nth-child(2n) {
  background: #007fde;
}

.blocks > div:nth-child(2n), .blocks .blocks:nth-child(2n) {
  background: #007fde;
}

@media (min-width: 768px) {
  .blue_blocks > div:nth-child(2n), .blue_blocks .blocks:nth-child(2n) {
    padding-right: calc(50% - 360px);
  }
  .blocks > div:nth-child(2n), .blocks .blocks:nth-child(2n) {
    padding-right: calc(50% - 360px);
  }
}
@media (min-width: 992px) {
  .blue_blocks > div:nth-child(2n), .blue_blocks .blocks:nth-child(2n) {
    padding-right: calc(50% - 470px);
    padding-left: 50px;
  }
  .blocks > div:nth-child(2n), .blocks .blocks:nth-child(2n) {
    padding-right: calc(50% - 470px);
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .blue_blocks > div:nth-child(2n), .blue_blocks .blocks:nth-child(2n) {
    padding-right: calc(50% - 570px);
  }
  .blocks > div:nth-child(2n), .blocks .blocks:nth-child(2n) {
    padding-right: calc(50% - 570px);
  }
}
.blue_blocks .news_list, .blocks .news_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.blue_blocks .news_list li, .blocks .news_list li {
  margin-bottom: 15px;
  overflow: hidden;
}

.blue_blocks .news_list li img, .blocks .news_list li img {
  width: 80px;
  height: auto;
  float: left;
  border: solid 4px #fff;
}

.blue_blocks .news_list li .info, .blocks .news_list li .info {
  width: calc(100% - 140px);
  float: left;
  padding-left: 25px;
  font-size: 16px;
}

.blue_blocks .news_list li p, .blocks .news_list li p {
  color: #fff;
  margin: 0px;
}

.blue_blocks .news_list li .date, .blocks .news_list li .date {
  color: #ffdd33;
}

@media (min-width: 768px) {
  .blue_blocks, .blocks {
    max-height: 580px;
  }
}
@media (min-width: 992px) {
  .blue_blocks, .blocks {
    max-height: 510px;
  }
}
body.menu-open {
  overflow: hidden !important;
  max-height: 100vh;
}

header {
  position: relative;
}
header:after {
  display: table;
  content: "";
  clear: both;
}

.menu-wrapper {
  background-color: #ffdd33;
}

.menu-main-menu-container {
  width: 100%;
  transition: 0.3s;
  display: none;
}
.menu-main-menu-container.open {
  display: inline-block;
  background: #ffffff;
  overflow: auto;
  top: 140px;
  left: 0;
  height: calc(100vh - 140px);
  padding: 15px;
  border-top: solid 1px #007fde;
  z-index: 10;
}
@media (min-width: 768px) {
  .menu-main-menu-container {
    display: block;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .menu-main-menu-container {
    display: inline-block;
  }
}

#menu-main-menu {
  list-style: none;
}
#menu-main-menu li {
  border-bottom: solid 1px;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  #menu-main-menu li {
    font-size: 22px;
  }
}
#menu-main-menu li span {
  padding: 0px 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  #menu-main-menu li a {
    display: inline-block;
    padding: 0px 16px 0px 0px;
    margin: 0px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #menu-main-menu li a {
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
  }
}
#menu-main-menu li .sub-menu {
  list-style: none;
  padding-left: 20px;
  font-style: italic;
}
#menu-main-menu li .sub-menu li {
  border: none;
}
@media (min-width: 768px) {
  #menu-main-menu li .sub-menu {
    padding-left: 0px;
    left: 0px;
  }
}
#menu-main-menu li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1em;
}
#menu-main-menu li.menu-item-has-children.open .sub-menu {
  display: block;
}
#menu-main-menu li.menu-item-has-children:after {
  content: "▼";
  width: 7px;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
  position: absolute;
  right: 5px;
  top: 18px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #menu-main-menu li.menu-item-has-children:after {
    font-size: 9px;
    top: 24px;
  }
}
#menu-main-menu li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
#menu-main-menu li.menu-item-has-children.open:after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  #menu-main-menu li {
    border: none;
    margin-left: 10px;
  }
  #menu-main-menu li:hover > .sub-menu {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #menu-main-menu li {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  #menu-main-menu {
    position: relative;
    margin-top: 0px;
    text-align: right;
    width: auto;
  }
  #menu-main-menu .sub-menu {
    position: absolute;
    background: white;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    z-index: 1;
    min-width: 200px;
  }
  #menu-main-menu .sub-menu li {
    min-width: 100%;
    margin: 0px;
    padding: 0px 5px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  #menu-main-menu .sub-menu li a {
    display: inline-block;
    padding: 10px 0px 10px 20px;
    width: 100%;
    font-style: normal;
  }
  #menu-main-menu .sub-menu li a:hover {
    text-decoration: none;
  }
  #menu-main-menu .sub-menu li:hover {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background: #ffdd33;
  }
}
@media (min-width: 992px) {
  #menu-main-menu {
    margin: 10px 0px 0px 0px;
  }
}
@media (min-width: 1200px) {
  #menu-main-menu {
    margin: 0px 0px 0px 0px;
  }
}

.menu-mob-container {
  width: 100%;
}
@media (min-width: 768px) {
  .menu-mob-container {
    display: none;
  }
}
.menu-mob-container .action {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .menu-mob-container .action {
    margin-right: 0px;
    margin-left: 5px;
  }
}
.menu-mob-container #menu-mob {
  clear: both;
  margin: 28px 10px 20px 0px;
}
.menu-mob-container #menu-mob li {
  display: inline-block;
}
@media (min-width: 576px) {
  .menu-mob-container #menu-mob {
    float: right;
  }
}
@media (min-width: 768px) {
  .menu-mob-container #menu-mob {
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 1200px) {
  .menu-mob-container #menu-mob {
    margin: 44px 0px 20px 0px;
  }
}
@media (min-width: 576px) {
  .menu-mob-container {
    float: right;
  }
}
@media (min-width: 1200px) {
  .menu-mob-container {
    width: 230px;
  }
}

.rtcw-logo {
  display: inline-block;
  max-width: 200px;
}

.burger {
  width: 40px;
  height: 20px;
  padding: 5px;
  border-radius: 30px;
  position: relative;
}
.burger div {
  width: 35px;
  height: 2px;
  background: #007fde;
  border-radius: 5px;
  margin: 4px 0px;
  transition: 0.3s;
}
.burger.open div {
  top: 14px;
  left: auto;
  position: absolute;
}
.burger.open div:nth-child(1) {
  transform: rotate(45deg);
}
.burger.open div:nth-child(2) {
  transform: rotate(-45deg);
}
.burger.open div:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}

.footer_sponsors {
  padding: 30px 0px;
}

.how_to_help {
  background: url("//d9hhrg4mnvzow.cloudfront.net/rtcw.campaign-marketing.co.uk/donate/575201f0-kitekid-450844810-1.jpg") no-repeat 50% 50%/cover;
  padding: 30px 0px;
  text-align: center;
  color: #326185;
  overflow: hidden;
}
.how_to_help h2 {
  color: #326185;
}
.how_to_help .main_p {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .how_to_help .main_p {
    padding: 0px 120px;
  }
}
@media (min-width: 992px) {
  .how_to_help .main_p {
    padding: 0px 200px;
  }
}
@media (min-width: 1200px) {
  .how_to_help .main_p {
    padding: 0px 285px;
  }
}
.how_to_help .circle {
  font-family: "Cabin Sketch", cursive;
  background: #fff;
  border: solid 1px;
  width: 100px;
  height: 100px;
  font-size: 38px;
  font-weight: bold;
  border-radius: 100%;
  margin: 0px auto 35px auto;
  padding-top: 16px;
}
.how_to_help .donation_levels .level {
  font-weight: bold;
}
.how_to_help .donation_levels .level .description {
  font-size: 14px;
}
@media (min-width: 576px) {
  .how_to_help .donation_levels .level {
    width: 50%;
    float: left;
  }
  .how_to_help .donation_levels .level:nth-child(3) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .how_to_help .donation_levels .level {
    width: 25%;
    padding: 0px 10px;
  }
  .how_to_help .donation_levels .level:nth-child(3) {
    clear: none;
  }
}
@media (min-width: 992px) {
  .how_to_help .donation_levels {
    width: 830px;
    margin: 0px auto;
  }
}
@media (min-width: 768px) {
  .how_to_help {
    background: url("//d9hhrg4mnvzow.cloudfront.net/rtcw.campaign-marketing.co.uk/donate/575201f0-kitekid-450844810-1.jpg") no-repeat 50% 50%/370%;
  }
}
@media (min-width: 992px) {
  .how_to_help {
    background: url("//d9hhrg4mnvzow.cloudfront.net/rtcw.campaign-marketing.co.uk/donate/575201f0-kitekid-450844810-1.jpg") no-repeat 50% 50%/170%;
  }
}
@media (min-width: 1200px) {
  .how_to_help {
    background: url("//d9hhrg4mnvzow.cloudfront.net/rtcw.campaign-marketing.co.uk/donate/575201f0-kitekid-450844810-1.jpg") no-repeat 50% 30%/140%;
  }
}

.get_involved_slider {
  max-width: 500px;
  margin: 0px auto;
}
.get_involved_slider .a_slide_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .get_involved_slider .a_slide_footer {
    flex-direction: row;
  }
}
.get_involved_slider .a_slide_footer h3 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin: 0 1em 0 0;
}
.get_involved_slider .a_slide_footer .btn {
  float: right;
  background: #ffdd33;
  color: #326185;
}
.get_involved_slider img {
  border: solid 4px #fff;
  margin-bottom: 15px;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .get_involved_slider {
    max-width: 100% !important;
  }
}

.slick-dots {
  list-style: none;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0px 10px;
}
.slick-dots li button {
  border: none;
  background: #003157;
  padding: 0px;
  outline: none;
  width: 12px;
  height: 12px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.footer_links {
  padding: 40px 0px;
  background-color: #f7f7f7;
}
.footer_links h3 {
  color: #005da3;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}
.footer_links ul.menu {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}
.footer_links ul.menu li {
  display: block;
  margin-bottom: 5px;
}
.footer_links ul.menu li a {
  color: #005da3;
}
.footer_links input[type=text],
.footer_links input[type=email] {
  padding: 10px;
  max-width: 290px;
  width: 100%;
  margin-bottom: 10px;
  background: #f7f7f7;
  border: solid 1px #ccc;
}
.footer_links label {
  font-size: 11px;
}
.footer_links .submit {
  background: #ffdd33;
  color: #326185;
  margin-top: 20px;
  margin-bottom: 35px;
}
.footer_links .actions {
  text-align: right;
}
.footer_links .actions .btn {
  font-size: 16px;
}
.footer_links .actions .call_to_action {
  background: #ffdd33;
  color: #326185;
}

.footer_grey {
  padding: 20px 0px;
  font-size: 12px;
  background-color: #ebebeb;
}
.footer_grey .contact .pipe {
  font-size: 24px;
  margin: 0px 10px;
  color: #005da3;
}
.footer_grey .contact a {
  color: #ffdd33;
  font-size: 21px;
}
.footer_grey .contact a span {
  color: #005da3;
}
.footer_grey .copy {
  color: #005da3;
}

.hero {
  padding: 60px 0px;
  color: #fff;
}
.hero h1 {
  font-family: "Open Sans", sans-serif;
  color: #005da3;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin: 0 auto 20px;
  max-width: 850px;
}
.hero p {
  color: #326185;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 20px;
}
.hero .btn_group {
  text-align: center;
}
.hero .btn:hover {
  color: #fff;
}

.referral {
  padding: 40px 0px;
}
.referral h2 {
  margin-top: 20px;
}
.referral img {
  margin-bottom: 20px;
}

.our_values {
  border-top: solid 1px;
  text-align: center;
  padding: 60px 0px;
}
.our_values .value {
  margin-bottom: 20px;
  max-width: 350px;
  display: inline-block;
}
.our_values .value img {
  height: 270px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .our_values .value {
    width: calc(20% - 12px);
    margin: 20px 5px;
  }
  .our_values .value img {
    height: 210px;
  }
  .our_values .value.first {
    margin-left: 0px;
  }
  .our_values .value.last {
    margin-right: 0px;
  }
}
.our_values h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .our_values h2 {
    font-size: 42px;
  }
}
.our_values h3 {
  font-family: "Open Sans", sans-serif;
  background: #007fde;
  color: #fff;
  text-align: left;
  padding: 15px;
  font-size: 22px;
}

.big_blue {
  background: #005da3;
  padding: 100px 0px;
}
.big_blue h2, .big_blue p {
  color: #fff;
}
.big_blue .images {
  max-width: 480px;
}
.big_blue .history a {
  display: inline-block;
  background: #ffdd33;
  color: #326185;
  padding: 10px 40px;
  border-radius: 35px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.all_wishes {
  padding: 40px 0px;
}
.all_wishes h2 {
  text-align: center;
  margin-bottom: 30px;
}
.all_wishes h2 span {
  color: #ffdd33;
}
.all_wishes .wish {
  border-radius: 5px;
  border: solid 2px #fff;
  margin-bottom: 25px;
}
.all_wishes .wish img {
  height: 290px;
  object-fit: cover;
}
.all_wishes .wish h3 {
  background: #ffdd33;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  font-size: 20px;
  padding: 15px 5px;
  font-weight: 600;
  text-align: center;
}

.page_discover .all_wishes .phrase {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page_discover .all_wishes .phrase {
    flex-direction: row;
  }
}
.page_discover .all_wishes .phrase h2 {
  text-align: left;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .page_discover .all_wishes .phrase h2 {
    margin: 0;
  }
}
.page_discover .side_img {
  max-width: 450px;
  display: block;
  margin: 40px auto 0px auto;
}
.page_discover .page {
  background: #f7f7f7;
}

.faqs {
  padding: 50px 0px;
}
.faqs h2 {
  text-align: center;
}
.faqs h3 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.faqs .faq_content {
  margin: 50px 0px;
}
@media (min-width: 768px) {
  .faqs .faq_content {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .faqs .faq_content {
    column-count: 3;
  }
}

.people-page {
  text-align: center;
}

.meet-the-trustees {
  background-color: #005DA3 !important;
  color: #fff;
}
.meet-the-trustees h2 {
  color: inherit;
}

.page_charity .all_wishes .phrase {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page_charity .all_wishes .phrase {
    flex-direction: row;
  }
}
.page_charity .all_wishes .phrase h2 {
  text-align: left;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .page_charity .all_wishes .phrase h2 {
    margin: 0;
  }
}
.page_charity .side_img {
  max-width: 450px;
  display: block;
  margin: 40px auto 0px auto;
}
.page_charity .page {
  background: #f7f7f7;
}
.page_charity ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_charity ul .donations-item {
  display: flex;
  margin-bottom: 10px;
}
.page_charity ul .donations-item-img {
  flex: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page_charity ul .donations-item-text {
  flex: 5;
  padding: 1em;
}
.page_charity ul .donations-item-text h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  color: #005da3;
}
.page_charity ul .donations-item-text .btn {
  background-color: #FFD400;
  border-color: #FFD400;
  color: #005da3;
}

.faqs {
  padding: 50px 0px;
}
.faqs h2 {
  text-align: center;
}
.faqs h3 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.faqs .faq_content {
  margin: 50px 0px;
}
@media (min-width: 768px) {
  .faqs .faq_content {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .faqs .faq_content {
    column-count: 3;
  }
}

.carousel-cell {
  width: 400px;
  height: 300px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: gallery-cell;
  border: 2px solid #fff;
  background-color: #eee;
}

.carousel-cell .carousel-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

.carousel-cell .carousel-text {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.carousel-cell a {
  text-decoration: none;
}

p.strapline {
  text-align: center;
  color: #fff;
}

.simple-h1 {
  font-family: "Open Sans", sans-serif;
  color: #005da3;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 20px;
}

.bg-blue {
  background: #005da3;
}
.bg-blue h2 {
  color: #fff;
}
.bg-blue h2 span {
  color: #ffdd33;
}

.bg-white {
  background: #fff;
}
.bg-white p {
  color: #005da3;
}

.bg-grey {
  background-color: #f7f7f7;
}

.all_child {
  padding: 60px 0px;
}
.all_child h2 {
  text-align: center;
  margin-bottom: 30px;
}
.all_child .child {
  border-radius: 5px;
  border: solid 2px #fff;
  margin-bottom: 25px;
  padding: 0;
}
.all_child .child img {
  height: 290px;
  object-fit: cover;
}
.all_child .child h3 {
  background: #ffdd33;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  font-size: 20px;
  padding: 15px 5px;
  font-weight: 600;
  text-align: center;
}

.page-rtcw h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #005da3;
}
.page-rtcw h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #005da3;
}
.page-rtcw p {
  color: #333;
}

.page-rtcw-events {
  background-color: #fff !important;
}
.page-rtcw-events .rtcw-event .card-header {
  min-height: 250px;
}
.page-rtcw-events .rtcw-event .card-title {
  line-height: 18px;
  color: #005da3;
}
.page-rtcw-events .rtcw-event .card-title small {
  font-size: 12px;
  line-height: 10px;
}
.page-rtcw-events .rtcw-event .card-body {
  background-color: #f7f7f7;
  min-height: 250px;
}
.page-rtcw-events .rtcw-event .card-text {
  line-height: 18px;
}

/*# sourceMappingURL=style.css.map */
