/*!
Theme Name: caringinbristol
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caringinbristol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

caringinbristol is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 a {
  color: red !important; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Theme
--------------------------------------------------------------*/
@font-face {
  font-family: 'URW Geometric';
  src: url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Regular.woff2") format("woff2"), url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'URW Geometric';
  src: url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Thin.woff2") format("woff2"), url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'URW Geometric';
  src: url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Light.woff2") format("woff2"), url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'URW Geometric';
  src: url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Medium.woff2") format("woff2"), url("/wp-content/themes/caringinbristol/fonts/hinted-URWGeometric-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

body {
  font-family: 'URW Geometric';
  background: #f0f0f0; }
  @media (max-width: 599px) {
    body {
      cursor: pointer; } }

header#masthead {
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3000;
  padding-top: 0; }
  header#masthead .site-branding {
    float: left;
    transition: all 0.3s;
    margin-top: 10px; }
    header#masthead .site-branding:hover {
      opacity: 0.8; }
  header#masthead ul#primary-menu {
    border-bottom: 1px solid white;
    content: "";
    clear: both;
    display: table;
    width: 100%;
    transition: all 0.3s;
    font-size: 0.9rem;
    display: none; }
    @media (min-width: 900px) {
      header#masthead ul#primary-menu {
        display: table; } }
    header#masthead ul#primary-menu.visible {
      display: block;
      position: fixed;
      height: 100%;
      width: 100%;
      background: white;
      top: 0;
      left: 0;
      padding-top: 60px; }
      header#masthead ul#primary-menu.visible li {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0; }
        header#masthead ul#primary-menu.visible li a {
          color: #051c8f; }
  header#masthead .menu-toggle {
    background: #051c8f;
    border-radius: 25px;
    border: none;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 20px;
    transition: all 0.3s;
    z-index: 4000;
    cursor: pointer;
    display: block; }
    @media (max-width: 599px) {
      header#masthead .menu-toggle {
        top: 10px;
        right: 10px; } }
    header#masthead .menu-toggle:hover {
      opacity: 0.8; }
    @media (min-width: 900px) {
      header#masthead .menu-toggle {
        display: none; } }
  header#masthead ul#primary-menu > li {
    margin: 0;
    float: right;
    margin-bottom: -1px; }
    header#masthead ul#primary-menu > li:after {
      display: block;
      content: '';
      border-bottom: solid 1px #ea4243;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out; }
      @media (max-width: 599px) {
        header#masthead ul#primary-menu > li:after {
          display: none; } }
    header#masthead ul#primary-menu > li:hover:after {
      transform: scaleX(1); }
    header#masthead ul#primary-menu > li.current_page_item:after, header#masthead ul#primary-menu > li.current_page_ancestor:after {
      transform: scaleX(1); }
    header#masthead ul#primary-menu > li.current_page_ancestor > ul {
      /*left: auto;*/ }
    header#masthead ul#primary-menu > li a {
      color: white;
      padding: 8px 20px;
      transition: all 0.25s; }
    header#masthead ul#primary-menu > li:hover a {
      color: #ea4243 !important; }
    body:not(.page-template-page-donate) header#masthead ul#primary-menu > li.current_page_item a, header#masthead ul#primary-menu > li.current_page_ancestor a {
      color: #ea4243 !important; }
    header#masthead ul#primary-menu > li:hover :after {
      transform: scaleX(1); }
    header#masthead ul#primary-menu > li#menu-item-12 {
      background: white;
      margin-right: 0;
      border-top-right-radius: 15px;
      transition: all 0.3s; }
      header#masthead ul#primary-menu > li#menu-item-12:after {
        display: none; }
      header#masthead ul#primary-menu > li#menu-item-12 a {
        color: #051c8f;
        padding: 8px 30px; }
      header#masthead ul#primary-menu > li#menu-item-12:hover a {
        color: #ea4243; }
  header#masthead ul#primary-menu ul {
    box-shadow: none; }
    header#masthead ul#primary-menu ul a {
      width: auto;
      padding-bottom: 0;
      padding-top: 16px;
      color: #ea4243; }
    header#masthead ul#primary-menu ul li {
      text-align: center;
      line-height: 1.2;
      width: 100%;
      transition: all 0.3s;
      opacity: 0.7; }
      header#masthead ul#primary-menu ul li.current_page_item {
        opacity: 1; }
      header#masthead ul#primary-menu ul li:hover {
        opacity: 1; }
  header#masthead nav.scrolled {
    background: #f0f0f0; }
    header#masthead nav.scrolled ul#primary-menu {
      border-bottom-color: #051c8f; }
      header#masthead nav.scrolled ul#primary-menu > li a {
        color: #051c8f; }
      header#masthead nav.scrolled ul#primary-menu ul li a {
        color: #ea4243; }
      @media (min-width: 900px) {
        header#masthead nav.scrolled ul#primary-menu > li#menu-item-12 {
          background: #051c8f; }
          header#masthead nav.scrolled ul#primary-menu > li#menu-item-12 a {
            color: white; } }

nav {
  padding-top: 10px; }

@media (max-width: 899px) {
  ul.sub-menu {
    left: 0 !important;
    position: static !important;
    float: none !important;
    display: block !important;
    margin-top: -10px !important;
    margin-bottom: 10px !important; }
    ul.sub-menu li {
      float: none !important; }
    ul.sub-menu li a {
      color: #ccc !important;
      padding-top: 5px !important; } }

body.page-template-page-volunteer-php header#masthead nav ul#primary-menu,
body.page-template-page-whoweare-php header#masthead nav ul#primary-menu,
body.page-template-page-support-php header#masthead nav ul#primary-menu,
body.page-template-page-donate header#masthead nav ul#primary-menu,
body.page-template-page-donate--emergency header#masthead nav ul#primary-menu,
body.page-template-page-donate--xmas header#masthead nav ul#primary-menu {
  border-bottom-color: #051c8f; }
  body.page-template-page-volunteer-php header#masthead nav ul#primary-menu > li a,
  body.page-template-page-whoweare-php header#masthead nav ul#primary-menu > li a,
  body.page-template-page-support-php header#masthead nav ul#primary-menu > li a,
  body.page-template-page-donate header#masthead nav ul#primary-menu > li a,
  body.page-template-page-donate--emergency header#masthead nav ul#primary-menu > li a
  body.page-template-page-donate--xmas header#masthead nav ul#primary-menu > li a {
    color: #051c8f; }
  body.page-template-page-volunteer-php header#masthead nav ul#primary-menu ul li a,
  body.page-template-page-whoweare-php header#masthead nav ul#primary-menu ul li a,
  body.page-template-page-support-php header#masthead nav ul#primary-menu ul li a,
  body.page-template-page-donate header#masthead nav ul#primary-menu ul li a,
  body.page-template-page-donate--emergency header#masthead nav ul#primary-menu ul li a,
  body.page-template-page-donate--xmas header#masthead nav ul#primary-menu ul li a {
    color: #ea4243; }
  @media (min-width: 900px) {
    body.page-template-page-volunteer-php header#masthead nav ul#primary-menu > li#menu-item-12,
    body.page-template-page-whoweare-php header#masthead nav ul#primary-menu > li#menu-item-12,
    body.page-template-page-support-php header#masthead nav ul#primary-menu > li#menu-item-12,
    body.page-template-page-donate header#masthead nav ul#primary-menu > li#menu-item-12,
    body.page-template-page-donate--emergency header#masthead nav ul#primary-menu > li#menu-item-12,
    body.page-template-page-donate--xmas header#masthead nav ul#primary-menu > li#menu-item-12 {
      background: #051c8f; }
      body.page-template-page-volunteer-php header#masthead nav ul#primary-menu > li#menu-item-12 a,
      body.page-template-page-whoweare-php header#masthead nav ul#primary-menu > li#menu-item-12 a,
      body.page-template-page-support-php header#masthead nav ul#primary-menu > li#menu-item-12 a,
      body.page-template-page-donate header#masthead nav ul#primary-menu > li#menu-item-12 a,
      body.page-template-page-donate--emergency header#masthead nav ul#primary-menu > li#menu-item-12 a,
      body.page-template-page-donate--xmas header#masthead nav ul#primary-menu > li#menu-item-12 a {
        color: white; } }

a:hover {
  text-decoration: none; }

body.page-template-page-bristolHomelessness-php header#masthead nav.scrolled ul#primary-menu {
  border-bottom-color: white; }
  body.page-template-page-bristolHomelessness-php header#masthead nav.scrolled ul#primary-menu > li:hover a {
    color: #ea4243; }
  body.page-template-page-bristolHomelessness-php header#masthead nav.scrolled ul#primary-menu > li.current-menu-item a {
    color: #ea4243; }
  body.page-template-page-bristolHomelessness-php header#masthead nav.scrolled ul#primary-menu ul li a {
    color: #ea4243; }
  @media (min-width: 900px) {
    body.page-template-page-bristolHomelessness-php header#masthead nav.scrolled ul#primary-menu > li a {
      color: white; }
    body.page-template-page-bristolHomelessness-php header#masthead nav.scrolled ul#primary-menu > li#menu-item-12 {
      background: white; }
      body.page-template-page-bristolHomelessness-php header#masthead nav.scrolled ul#primary-menu > li#menu-item-12 a {
        color: #051c8f; } }

.flow .btn {
  margin-top: 0; }

@media (min-width: 900px) {
  body.home .hero .strapline .strapline__subtitle {
    max-width: 33vw; } }

body.page-id-5 header#masthead ul#primary-menu #menu-item-12 a {
  color: #ea4243; }

.main-navigation {
  float: right;
  clear: none;
  width: calc(100% - 75px); }

.splash {
  transform: translate3d(0, 0, 0);
  position: fixed;
  width: 200vw;
  height: 200vw;
  background: #051c8f;
  z-index: 8000;
  top: -50vw;
  left: -50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .splash {
      width: 270vw;
      height: 270vw; } }

.splash-img {
  width: 30vw;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: fixed;
  z-index: 9000; }

.hero {
  width: 100%;
  height: 130vh;
  position: relative; }
  .hero video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    z-index: -101; }
    @media (max-width: 599px) {
      .hero video {
        position: static; } }
  .hero .strapline {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column; }
    @media (min-width: 900px) {
      .hero .strapline {
        flex-direction: row; } }
    .hero .strapline .strapline__title {
      display: block;
      background: #051c8f;
      color: white;
      margin: 0;
      font-weight: 300;
      font-size: 2rem;
      padding: 15px;
      z-index: 1;
      padding-right: 45px;
      border-top-right-radius: 50px;
      padding-bottom: 50px; }
      @media (min-width: 900px) {
        .hero .strapline .strapline__title {
          width: 33vw;
          font-size: 3rem;
          padding: 30px;
          z-index: 2; } }
    .hero .strapline .strapline__subtitle {
      display: block;
      background: white;
      color: #051c8f;
      margin: 0;
      font-weight: 300;
      font-size: 1.5rem;
      padding: 15px;
      padding-right: 45px;
      border-top-right-radius: 50px;
      z-index: 2;
      margin-top: -40px; }
      @media (min-width: 900px) {
        .hero .strapline .strapline__subtitle {
          max-width: 33vw;
          padding: 30px;
          margin-top: 0;
          z-index: 1;
          padding-left: 80px;
          margin-left: -50px; } }
  .hero .strapcircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 20vw;
    height: 20vw;
    min-width: 280px;
    min-height: 280px;
    border-radius: 50%;
    background: #051c8f;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 100;
    padding: 15px;
    max-width: 700px;
    max-height: 700px; }
    .hero .strapcircle .strapcircle__title {
      margin-top: 0;
      font-weight: 100;
      font-size: 5rem;
      line-height: 1;
      margin-bottom: 15px; }
    .hero .strapcircle .strapcircle__subtitle {
      font-size: 1.2rem;
      line-height: 1.2;
      max-width: 250px; }
  .hero.fwiwt {
    margin-bottom: 100px; }

body.page-template-page-bristolHomelessness .screen {
  height: 100vh;
  width: 100vw;
  position: relative;
  background: url("/wp-content/themes/caringinbristol/images/whatwedo.jpg") no-repeat center center;
  background-size: cover; }
  body.page-template-page-bristolHomelessness .screen .strapcircle {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 40vw;
    height: 40vw;
    min-width: 280px;
    min-height: 280px;
    border-radius: 50%;
    background: #051c8f;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 100;
    padding: 45px;
    max-width: 800px; }
    body.page-template-page-bristolHomelessness .screen .strapcircle .strapcircle__title {
      margin-top: 0;
      font-weight: 100;
      font-size: 5rem;
      line-height: 1;
      margin-bottom: 15px; }
    body.page-template-page-bristolHomelessness .screen .strapcircle .strapcircle__subtitle {
      font-size: 1.2rem;
      line-height: 1.2;
      max-width: 250px; }
    body.page-template-page-bristolHomelessness .screen .strapcircle p {
      font-size: 1.2rem; }

body.page-template-page-bristolHomelessness .nightstopCopy {
  display: none;
  opacity: 0;
  padding: 30px 60px;
  font-weight: 300;
  transform: translateZ(0); }
  body.page-template-page-bristolHomelessness .nightstopCopy p:nth-child(3) {
    font-size: 0.85rem;
    margin-top: 30px; }
  body.page-template-page-bristolHomelessness .nightstopCopy a {
    color: white;
    font-size: 0.85rem; }

@media (max-width: 899px) {
  body.page-template-page-bristolHomelessness .landingBg {
    background: #051c8f !important; }
  body.page-template-page-bristolHomelessness .secondBg {
    background: #051c8f !important; }
  body.page-template-page-bristolHomelessness .thirdBg {
    background: #051c8f !important;
    opacity: 1 !important; }
  body.page-template-page-bristolHomelessness .hero .strapcircle {
    width: 90vw !important;
    background: transparent !important; }
  body.page-template-page-bristolHomelessness .podcastCopy p {
    color: white !important; }
  body.page-template-page-bristolHomelessness .podcastCopy {
    padding: 0 !important;
    padding-top: 40px !important; } }
  @media (max-width: 899px) and (max-width: 599px) {
    body.page-template-page-bristolHomelessness .podcastCopy {
      font-size: 0.7rem !important; } }

@media (max-width: 899px) {
  body.page-template-page-bristolHomelessness body.page-template-page-bristolHomelessness .hero {
    background: #051c8f !important; }
  body.page-template-page-bristolHomelessness .nightstopCopy {
    padding: 0;
    padding-top: 40px; } }
  @media (max-width: 899px) and (max-width: 599px) {
    body.page-template-page-bristolHomelessness .nightstopCopy {
      font-size: 0.8rem; } }

@media (max-width: 899px) and (max-width: 599px) {
  body.page-template-page-bristolHomelessness .nightstopCopy p:nth-child(3) {
    font-size: 0.7rem !important; } }

@media (max-width: 899px) {
  body.page-template-page-bristolHomelessness a {
    font-size: 0.7rem !important;
    margin-bottom: 0; } }

body.page-template-page-bristolHomelessness #content {
  margin-bottom: 0 !important; }

body.page-template-page-bristolHomelessness div.podcastCopy {
  display: none;
  opacity: 0;
  padding: 45px 90px;
  font-size: 15px;
  color: #051c8f;
  transform: translateZ(0); }
  body.page-template-page-bristolHomelessness div.podcastCopy p {
    color: #051c8f;
    font-weight: 300; }

body.page-template-page-bristolHomelessness div.cta {
  display: none;
  opacity: 0;
  padding: 30px;
  color: white; }
  body.page-template-page-bristolHomelessness div.cta a {
    color: white;
    text-decoration: none;
    font-size: 2.4rem !important;
    font-weight: 100;
    line-height: 1; }

.secondBg {
  background: url("/wp-content/uploads/2018/05/room-45-2.jpg") no-repeat center center;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh; }

.thirdBg {
  background: #d0d0d0;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh; }

.fullPageFact {
  width: 100vw;
  height: 100vh;
  position: relative;
  background: #051c8f; }
  .fullPageFact .strapcircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 40vw;
    height: 40vw;
    min-width: 280px;
    min-height: 280px;
    border-radius: 50%;
    background: white;
    color: #051c8f;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 100;
    padding: 15px; }
    .fullPageFact .strapcircle .strapcircle__title {
      margin-top: 0;
      font-weight: 100;
      font-size: 5rem;
      line-height: 1;
      margin-bottom: 15px; }
    .fullPageFact .strapcircle .strapcircle__subtitle {
      font-size: 1.6rem;
      line-height: 1.2; }
  .fullPageFact:nth-child(even) {
    background: white; }
    .fullPageFact:nth-child(even) .strapcircle {
      color: white;
      background: #d0d0d0; }

.hentry {
  margin-bottom: 0; }

.entry-content, header.entry-header, .flow--mobile {
  padding: 0 15px; }

.flow--mobile {
  padding: 0 15px; }
  .flow--mobile p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
    font-weight: 300; }
    .flow--mobile p a {
      color: #051c8f; }
  .flow--mobile a.btn {
    height: 200px; }

footer {
  background: #373636;
  color: #d0d0d0;
  font-style: 0.9rem;
  padding: 30px;
  padding-top: 40px; }
  footer .inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column; }
    @media (min-width: 900px) {
      footer .inner {
        flex-direction: row; } }
    footer .inner .col {
      width: 100%;
      padding: 0 5px;
      margin-bottom: 30px; }
      @media (min-width: 900px) {
        footer .inner .col {
          margin-bottom: 0; } }
      footer .inner .col h3 {
        font-weight: 500;
        font-size: 0.9rem;
        margin-top: 0; }
      footer .inner .col p {
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 300; }
      footer .inner .col a {
        color: #d0d0d0;
        text-decoration: none;
        transition: all 0.3s; }
        footer .inner .col a:hover {
          text-decoration: underline; }

body.home footer {
  opacity: 0; }

body.page-template-page-donate .content__intro p, body.page-template-page-donate--emergency .content__intro p, body.page-template-page-donate--xmas .content__intro p {
  padding-top: 100px; }

.content .content__intro p {
  font-size: 1.5rem;
  max-width: 800px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  margin: auto;
  padding: 45px 15px 100px 15px;
  color: #051c8f; }
  @media (min-width: 900px) {
    .content .content__intro p {
      font-size: 2.6rem;
      padding-top: 100px; } }

.content .row {
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column; }
  @media (min-width: 900px) {
    .content .row {
      margin-bottom: 100px; } }
  @media (min-width: 900px) {
    .content .row {
      flex-direction: row; } }

.content .homeLink {
  text-decoration: none;
  text-align: center;
  color: #051c8f;
  padding: 0 30px;
  margin-bottom: 30px;
  flex: 1; }
  .content .homeLink h3, .content .homeLink p {
    transition: all 0.3s; }
  .content .homeLink:hover h3, .content .homeLink:hover p {
    opacity: 0.8; }
  @media (min-width: 900px) {
    .content .homeLink {
      margin-bottom: 0px; } }
  .content .homeLink h3 {
    font-size: 2.6rem;
    font-weight: 300;
    margin: 0; }
  .content .homeLink p {
    font-size: 1.3rem;
    margin-top: 15px; }
  @media (min-width: 900px) {
    .content .homeLink:nth-child(2) {
      border-left: solid 1px #051c8f;
      border-right: solid 1px #051c8f; } }

.content--whatwedo {
  color: #051c8f;
  text-align: center; }
  .content--whatwedo .row {
    max-width: 1200px;
    flex-wrap: wrap; }
  .content--whatwedo h4 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 60px; }
  .content--whatwedo .projectLink {
    text-decoration: none;
    text-align: center;
    color: #373636;
    margin: 0;
    margin-bottom: 60px;
    width: calc(100% - 60px);
    position: relative;
    padding: 0; }
    @media (min-width: 900px) {
      .content--whatwedo .projectLink {
        padding: 0;
        width: calc(50% - 250px);
        margin: 0 80px;
        margin-bottom: 100px; } }
    .content--whatwedo .projectLink h2 {
      font-size: 2rem;
      font-weight: 300;
      margin: 0;
      color: #051c8f; }
    .content--whatwedo .projectLink p {
      font-size: 1.3rem;
      margin-top: 15px;
      position: absolute;
      background: #051c8f;
      color: white;
      border-radius: 50%;
      margin: 0;
      top: 0;
      height: calc(100% - 76px);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0 30px;
      transform: scaleX(0) scaleY(0);
      transition: all 0.6s; }
      .content--whatwedo .projectLink p span {
        font-weight: 100; }
    .content--whatwedo .projectLink:hover p {
      transform: scaleX(1) scaleY(1); }
    .content--whatwedo .projectLink img {
      border-radius: 50%;
      width: 100%;
      margin-bottom: 20px; }

.form {
  margin: 0 auto;
  font-weight: 300; }
  @media (max-width: 599px) {
    .form {
      padding: 0 15px; } }
  .form input {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: 100; }
    .form input.expiry-date {
      width: 20%;
      display: inline-block; }
    .form input.KeepInTouch {
      display: inline-block;
      width: auto; }
    .form input[type="radio"] {
      width: auto; }
    .form input#GiftAid {
      width: auto; }
  .form label {
    display: block;
    margin-top: 10px; }
  .form .error {
    box-shadow: none; }

#primary.content-area {
  background: #f0f0f0;
  padding-bottom: 1px; }

body.single #main {
  padding-top: 100px; }

body.single .hero {
  height: 130vh; }
  @media (min-width: 900px) {
    body.single .hero {
      height: 130vh; } }

body.single .text--large p {
  max-width: 1000px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  margin: 50px auto;
  margin-top: 0;
  padding: 0 15px;
  color: #051c8f;
  font-size: 1.5rem; }
  @media (min-width: 900px) {
    body.single .text--large p {
      font-size: 2.6rem;
      margin: 100px auto;
      margin-top: 0; } }
  body.single .text--large p a {
    color: #051c8f; }

body.single .text--large ul, body.single .text--large ol {
  max-width: 800px;
  font-weight: 300;
  line-height: 1.2;
  margin: 50px auto;
  padding: 0 15px;
  color: #051c8f; }
  body.single .text--large ul li, body.single .text--large ol li {
    margin-bottom: 20px;
    font-size: 2.4rem; }
  @media (max-width: 599px) {
    body.single .text--large ul, body.single .text--large ol {
      list-style-position: inside; }
      body.single .text--large ul li, body.single .text--large ol li {
        font-size: 1.5rem; } }
  @media (min-width: 900px) {
    body.single .text--large ul, body.single .text--large ol {
      font-size: 2.2rem;
      margin: 100px auto; } }

body.single .text--large ol {
  text-align: center;
  list-style-position: inside; }

body.single .text-with-image {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    body.single .text-with-image {
      margin-bottom: 100px;
      display: flex; } }
  body.single .text-with-image > div {
    padding: 0 15px; }
    @media (min-width: 900px) {
      body.single .text-with-image > div {
        width: 50%; } }
  body.single .text-with-image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

body.single .full_width_image {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    body.single .full_width_image {
      margin-bottom: 100px; } }
  body.single .full_width_image img {
    width: 100%;
    display: block; }

body.single .text--med {
  font-size: 1rem;
  color: #051c8f;
  line-height: 1.2;
  font-weight: 300; }
  @media (max-width: 599px) {
    body.single .text--med {
      font-size: 1.5rem;
      text-align: center; } }
  body.single .text--med ul {
    margin: 0;
    padding: 0; }
    @media (max-width: 599px) {
      body.single .text--med ul {
        margin-bottom: 30px; } }
    body.single .text--med ul li {
      margin-bottom: 10px;
      list-style-position: inside; }
      body.single .text--med ul li:last-of-type {
        margin-bottom: 0; }
  @media (min-width: 900px) {
    body.single .text--med {
      font-size: 1.4rem; } }
  body.single .text--med p {
    margin-top: 0;
    line-height: 1.25; }

body.single .numbers__title {
  text-align: center;
  color: #051c8f;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    body.single .numbers__title {
      font-size: 1.4rem; } }

body.single .numbers {
  margin: 0 15px;
  max-width: 1000px;
  background: #051c8f;
  padding: 50px 30px;
  margin: 0 15px;
  color: white;
  border-radius: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  font-weight: 100; }
  @media (min-width: 900px) {
    body.single .numbers {
      flex-direction: row;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 120px; } }
  body.single .numbers .numbers__single {
    width: 100%;
    text-align: center;
    padding: 30px 0; }
    body.single .numbers .numbers__single:nth-child(2) {
      border-top: solid 1px white;
      border-bottom: solid 1px white; }
    @media (min-width: 900px) {
      body.single .numbers .numbers__single {
        width: 33%; }
        body.single .numbers .numbers__single:nth-child(2) {
          border-top: none;
          border-bottom: none;
          border-left: solid 1px white;
          border-right: solid 1px white; }
        body.single .numbers .numbers__single:last-child {
          border-right: none; } }
    body.single .numbers .numbers__single > span {
      display: block; }
      body.single .numbers .numbers__single > span.numbers__single__title {
        font-size: 3rem; }
      body.single .numbers .numbers__single > span.numbers__single__text {
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 0 30px; }

body.page-template-page-volunteer #content {
  color: #051c8f; }
  body.page-template-page-volunteer #content .content__intro {
    margin-top: 150px; }
    body.page-template-page-volunteer #content .content__intro p {
      margin-bottom: 30px; }
  body.page-template-page-volunteer #content .flow {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0 90px;
    margin-bottom: 100px;
    display: none; }
    @media (min-width: 900px) {
      body.page-template-page-volunteer #content .flow {
        display: block; } }
    body.page-template-page-volunteer #content .flow .row {
      display: flex;
      align-items: stretch;
      text-align: center;
      margin-bottom: 0;
      font-weight: 100;
      opacity: 0; }
      body.page-template-page-volunteer #content .flow .row > div {
        display: block;
        flex: 1;
        max-width: 30%; }
        body.page-template-page-volunteer #content .flow .row > div span {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; }
      body.page-template-page-volunteer #content .flow .row .flow--vert {
        width: 1px;
        height: 100px;
        background: #051c8f;
        flex: unset;
        margin: 0 auto; }
      body.page-template-page-volunteer #content .flow .row .flow--leftcorner {
        flex: 1;
        min-width: 120px; }
        body.page-template-page-volunteer #content .flow .row .flow--leftcorner img {
          width: 100%;
          position: relative;
          top: 50%; }
      body.page-template-page-volunteer #content .flow .row .flow--rightcorner {
        flex: 1;
        min-width: 120px; }
        body.page-template-page-volunteer #content .flow .row .flow--rightcorner img {
          width: 100%;
          position: relative;
          top: 50%; }
      body.page-template-page-volunteer #content .flow .row .flow--split3 img {
        width: 100%; }
      body.page-template-page-volunteer #content .flow .row.row--wide {
        margin: 0 -190px; }
      body.page-template-page-volunteer #content .flow .row.row--marginB {
        margin-bottom: 60px; }
      body.page-template-page-volunteer #content .flow .row .flow--vert--hcyh {
        padding: 10px 0; }
      body.page-template-page-volunteer #content .flow .row .flow--haas::before {
        width: 1px;
        height: 30px;
        background: #051c8f;
        display: block;
        position: absolute;
        content: '';
        left: calc(50% - 2px);
        margin-top: -30px; }
      body.page-template-page-volunteer #content .flow .row .flow--vertB {
        height: 200px !important;
        margin-bottom: -200px !important;
        position: relative;
        z-index: -1;
        left: -2px; }
      body.page-template-page-volunteer #content .flow .row .flow--small span {
        font-size: 1.2rem;
        line-height: 1; }
      body.page-template-page-volunteer #content .flow .row .flow--small.flow--abit {
        min-width: 420px; }
        body.page-template-page-volunteer #content .flow .row .flow--small.flow--abit span {
          top: -40px; }
      body.page-template-page-volunteer #content .flow .row .flow--small span.abm {
        transform: translateY(0); }
      body.page-template-page-volunteer #content .flow .row.row--third > div img {
        border-radius: 50%;
        margin-bottom: 10px;
        max-width: 200px;
        margin-top: 140px; }
      body.page-template-page-volunteer #content .flow .row.row--third span {
        top: 0;
        transform: translateY(0); }
      body.page-template-page-volunteer #content .flow .row.row--third.row--thirdLast {
        margin-bottom: 100px; }
      body.page-template-page-volunteer #content .flow .row.row--thirdB > div img {
        margin-top: 0; }
      body.page-template-page-volunteer #content .flow .row.row--thirdB div.projHover {
        top: -100px !important; }
      body.page-template-page-volunteer #content .flow .row .row--leftSplit {
        background: url("/wp-content/themes/caringinbristol/images/leftSplit.svg") no-repeat top right;
        background-size: 50%; }
        body.page-template-page-volunteer #content .flow .row .row--leftSplit::after {
          content: '';
          height: 200px;
          position: absolute;
          width: 1px;
          background: #051c8f;
          top: 420px;
          left: 181px; }
      body.page-template-page-volunteer #content .flow .row .row--rightSplit {
        background: url("/wp-content/themes/caringinbristol/images/rightSplit.svg") no-repeat top left;
        background-size: 50%; }
        body.page-template-page-volunteer #content .flow .row .row--rightSplit::after {
          content: '';
          height: 200px;
          position: absolute;
          width: 1px;
          background: #051c8f;
          top: 420px;
          left: 178px; }
      body.page-template-page-volunteer #content .flow .row .flow--smallMiddle::after {
        content: '';
        height: 440px;
        position: absolute;
        width: 1px;
        background: #051c8f;
        top: 420px;
        left: 178px; }
      body.page-template-page-volunteer #content .flow .row .row--leftJoin {
        background: url("/wp-content/themes/caringinbristol/images/leftJoin.svg") no-repeat bottom left;
        background-size: 50%; }
        body.page-template-page-volunteer #content .flow .row .row--leftJoin > span {
          margin-bottom: 180px !important; }
        body.page-template-page-volunteer #content .flow .row .row--leftJoin::before {
          content: '';
          height: 200px;
          position: absolute;
          width: 1px;
          background: #051c8f;
          top: -200px;
          left: 178px; }
      body.page-template-page-volunteer #content .flow .row .row--rightJoin {
        background: url("/wp-content/themes/caringinbristol/images/rightJoin.svg") no-repeat bottom right;
        background-size: 50%; }
        body.page-template-page-volunteer #content .flow .row .row--rightJoin > span {
          margin-bottom: 180px !important; }
        body.page-template-page-volunteer #content .flow .row .row--rightJoin::before {
          content: '';
          height: 200px;
          position: absolute;
          width: 1px;
          background: #051c8f;
          top: -200px;
          left: 181px; }
      body.page-template-page-volunteer #content .flow .row .flow--circleWrapper {
        position: relative; }
        body.page-template-page-volunteer #content .flow .row .flow--circleWrapper .circle--vis {
          position: absolute;
          top: 0; }
        body.page-template-page-volunteer #content .flow .row .flow--circleWrapper .circle--hov {
          position: absolute;
          top: 0; }
      body.page-template-page-volunteer #content .flow .row .flow--small {
        position: relative; }
        body.page-template-page-volunteer #content .flow .row .flow--small p {
          line-height: 1.2; }
          body.page-template-page-volunteer #content .flow .row .flow--small p a {
            color: #051c8f;
            font-weight: 300; }
      body.page-template-page-volunteer #content .flow .row .flow--small:hover div.projHover {
        transform: scaleX(1); }
      body.page-template-page-volunteer #content .flow .row div.projHover {
        position: absolute;
        display: block;
        background: #051c8f;
        color: white;
        border-radius: 50%;
        height: 100%;
        transform: scale(0);
        transition: 0.6s all;
        top: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 30px; }
        body.page-template-page-volunteer #content .flow .row div.projHover p {
          font-size: 1.2rem; }
          body.page-template-page-volunteer #content .flow .row div.projHover p a {
            color: white; }
            body.page-template-page-volunteer #content .flow .row div.projHover p a:hover {
              text-decoration: none; }
  @media (min-width: 900px) {
    body.page-template-page-volunteer #content .flow--mobile {
      display: none; } }

body.page-template-page-support #content {
  color: #051c8f; }
  body.page-template-page-support #content .content__intro {
    margin-top: 150px; }
    body.page-template-page-support #content .content__intro p {
      margin-bottom: 30px; }
  body.page-template-page-support #content .flow {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0 90px;
    margin-bottom: 100px;
    display: none; }
    @media (min-width: 900px) {
      body.page-template-page-support #content .flow {
        display: block; } }
    body.page-template-page-support #content .flow .row {
      display: flex;
      align-items: stretch;
      text-align: center;
      margin-bottom: 0;
      font-weight: 100;
      opacity: 0; }
      body.page-template-page-support #content .flow .row > div {
        display: block;
        flex: 1; }
        body.page-template-page-support #content .flow .row > div span {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; }
      body.page-template-page-support #content .flow .row .flow--vert {
        width: 1px;
        height: 100px;
        background: #051c8f;
        flex: unset;
        margin: 0 auto; }
      body.page-template-page-support #content .flow .row .flow--leftcorner {
        flex: 1;
        min-width: 120px; }
        body.page-template-page-support #content .flow .row .flow--leftcorner img {
          width: 100%;
          position: relative;
          top: 50%; }
      body.page-template-page-support #content .flow .row .flow--rightcorner {
        flex: 1;
        min-width: 120px; }
        body.page-template-page-support #content .flow .row .flow--rightcorner img {
          width: 100%;
          position: relative;
          top: 50%; }
      body.page-template-page-support #content .flow .row .flow--split3 img {
        width: 100%; }
      body.page-template-page-support #content .flow .row.row--wide {
        margin: 0 -190px; }
      body.page-template-page-support #content .flow .row.row--marginB {
        margin-bottom: 60px; }
      body.page-template-page-support #content .flow .row .flow--vert--hcyh {
        padding: 10px 0; }
      body.page-template-page-support #content .flow .row .flow--haas {
        padding-top: 40px; }
      body.page-template-page-support #content .flow .row .flow--haas::before {
        width: 1px;
        height: 30px;
        background: #051c8f;
        display: block;
        position: absolute;
        content: '';
        left: calc(50% - 2px);
        margin-top: -30px; }
      body.page-template-page-support #content .flow .row .flow--small {
        position: relative; }
        body.page-template-page-support #content .flow .row .flow--small span {
          font-size: 1.2rem;
          line-height: 1; }
        body.page-template-page-support #content .flow .row .flow--small.flow--abit {
          min-width: 420px; }
          body.page-template-page-support #content .flow .row .flow--small.flow--abit span {
            top: -40px; }
        body.page-template-page-support #content .flow .row .flow--small span.abm {
          transform: translateY(0); }
      body.page-template-page-support #content .flow .row.row--second {
        padding-top: 75px;
        margin-bottom: 150px; }
        body.page-template-page-support #content .flow .row.row--second div img {
          border-radius: 50%;
          margin-bottom: 10px;
          max-width: 200px; }
        body.page-template-page-support #content .flow .row.row--second span {
          top: 0;
          transform: translateY(0); }
      body.page-template-page-support #content .flow .row.row--secondB {
        margin-bottom: 100px; }
        body.page-template-page-support #content .flow .row.row--secondB div {
          padding: 0 10px;
          font-size: 0.8rem; }
          body.page-template-page-support #content .flow .row.row--secondB div:nth-child(odd) {
            margin-top: -550px; }
      body.page-template-page-support #content .flow .row.row--third {
        margin-bottom: 100px; }
      body.page-template-page-support #content .flow .row .flow--square {
        max-width: 326px; }
      body.page-template-page-support #content .flow .row .flow--small:hover div.projHover {
        transform: scaleX(1); }
      body.page-template-page-support #content .flow .row a {
        color: #051c8f; }
      body.page-template-page-support #content .flow .row div.projHover {
        position: absolute;
        display: block;
        background: #051c8f;
        color: white;
        border-radius: 50%;
        height: 100%;
        transform: scale(0);
        transition: 0.6s all;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 30px; }
        body.page-template-page-support #content .flow .row div.projHover p {
          font-size: 1rem; }
          body.page-template-page-support #content .flow .row div.projHover p a {
            color: white; }
            body.page-template-page-support #content .flow .row div.projHover p a:hover {
              text-decoration: none; }
    body.page-template-page-support #content .flow .row.row--wide.row--secondA {
      margin: 0 -160px; }
  body.page-template-page-support #content .flow--mobile p {
    margin-bottom: 50px; }
  @media (min-width: 900px) {
    body.page-template-page-support #content .flow--mobile {
      display: none; } }

.entry-content h3 {
  margin-top: 2em; }

.entry-content a {
  color: #051c8f; }

body.page-template-page-whoweare .content__intro {
  margin-top: 100px;
  margin-bottom: 0px; }
  @media (min-width: 900px) {
    body.page-template-page-whoweare .content__intro {
      margin-top: 150px;
      margin-bottom: 100px; } }
  body.page-template-page-whoweare .content__intro p {
    margin-bottom: 30px;
    color: #051c8f; }

body.page-template-page-whoweare .staff-list {
  margin-bottom: 100px; }

body.page-template-page-whoweare .staff-list .row {
  max-width: 1200px;
  flex-wrap: wrap;
  margin-bottom: 0; }
  body.page-template-page-whoweare .staff-list .row .staff {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 45px; }
    @media (min-width: 900px) {
      body.page-template-page-whoweare .staff-list .row .staff {
        width: 30%;
        margin-bottom: 0; } }
    body.page-template-page-whoweare .staff-list .row .staff .staff__info {
      text-align: center;
      color: #051c8f; }
      body.page-template-page-whoweare .staff-list .row .staff .staff__info > img {
        margin: 0 auto;
        border-radius: 50%;
        display: block;
        margin-bottom: 20px; }
      body.page-template-page-whoweare .staff-list .row .staff .staff__info > span {
        display: block; }
      body.page-template-page-whoweare .staff-list .row .staff .staff__info span.staff__info__role {
        font-weight: 100;
        opacity: 0; }
        @media (min-width: 900px) {
          body.page-template-page-whoweare .staff-list .row .staff .staff__info span.staff__info__role {
            opacity: 1; } }
    body.page-template-page-whoweare .staff-list .row .staff .staff__bio {
      position: absolute;
      top: 0;
      text-align: center;
      background: #051c8f;
      border-radius: 50%;
      height: 95%;
      width: 95%;
      margin-left: 2.5%;
      padding: 50px 30px;
      color: white;
      transform: scale(1);
      transition: all 0.6s;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 0.8rem; }
      @media (min-width: 900px) {
        body.page-template-page-whoweare .staff-list .row .staff .staff__bio {
          height: 100%;
          width: 100%;
          margin-left: 0;
          font-size: 0.9rem;
          transform: scale(0); } }
      body.page-template-page-whoweare .staff-list .row .staff .staff__bio span {
        display: block; }
      body.page-template-page-whoweare .staff-list .row .staff .staff__bio span.staff__bio__role {
        font-weight: 100; }
      body.page-template-page-whoweare .staff-list .row .staff .staff__bio p {
        font-weight: 100; }
    body.page-template-page-whoweare .staff-list .row .staff:hover .staff__bio {
      transform: scaleX(1); }

body.page-template-default:not(.home) .hero {
  height: 70vh; }

body.page-template-default:not(.home) article {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px;
  font-size: 1.2rem;
  color: #051c8f; }
  body.page-template-default:not(.home) article p:first-child {
    line-height: 1.4; }
    @media (min-width: 900px) {
      body.page-template-default:not(.home) article p:first-child {
        font-size: 2rem; } }

body.page-template-page-donate #content, body.page-template-page-donate--emergency #content, body.page-template-page-donate--xmas #content {
  color: #051c8f; }
  body.page-template-page-donate #content .content__intro, body.page-template-page-donate--emergency #content .content__intro, body.page-template-page-donate--xmas #content .content__intro {
    margin-top: 50px; }
    @media (min-width: 900px) {
      body.page-template-page-donate #content .content__intro, body.page-template-page-donate--emergency #content .content__intro, body.page-template-page-donate--xmas #content .content__intro {
        margin-top: 150px; } }
    body.page-template-page-donate #content .content__intro p, body.page-template-page-donate--emergency #content .content__intro p, body.page-template-page-donate--xmas #content .content__intro p {
      margin-top: 0; }
      @media (min-width: 900px) {
        body.page-template-page-donate #content .content__intro p, body.page-template-page-donate--emergency #content .content__intro p, body.page-template-page-donate--xmas #content .content__intro p {
          margin-bottom: 30px; } }
  body.page-template-page-donate #content form, body.page-template-page-donate--xmas #content form {
    max-width: 1000px;
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Create the indicator (the dot/circle - hidden when not checked) */
    /* Show the indicator (dot/circle) when checked */
    /* Style the indicator (dot/circle) */ }
    body.page-template-page-donate #content form label, body.page-template-page-donate--xmas #content form label {
      display: inline-block;
      min-width: 240px;
      font-size: 1.6rem; }
    body.page-template-page-donate #content form #AmountPrefix, body.page-template-page-donate--xmas #content form #AmountPrefix {
      display: none; }
      @media (min-width: 600px) {
        body.page-template-page-donate #content form #AmountPrefix, body.page-template-page-donate--xmas #content form #AmountPrefix {
          color: #051c8f;
          display: inline-block;
          border: none;
          font-size: 1.6rem; } }
    body.page-template-page-donate #content form input, body.page-template-page-donate--xmas #content form input {
      width: auto;
      border-radius: 0px; }
    body.page-template-page-donate #content form textarea, body.page-template-page-donate--xmas #content form textarea {
      width: auto; }
    body.page-template-page-donate #content form td, body.page-template-page-donate--xmas #content form td {
      padding-bottom: 5px; }
    body.page-template-page-donate #content form #CardType, body.page-template-page-donate--xmas #content form #CardType {
      height: 45px;
      background: white;
      border-radius: 0px; }
    body.page-template-page-donate #content form select#Country, body.page-template-page-donate--xmas #content form select#Country {
      height: 45px;
      background: white;
      border-radius: 0px; }
    @media (min-width: 900px) {
      body.page-template-page-donate #content form .contactOptions, body.page-template-page-donate--xmas #content form .contactOptions {
        padding: 0 70px; } }
    body.page-template-page-donate #content form .contactOptions label, body.page-template-page-donate--xmas #content form .contactOptions label {
      display: block; }
    body.page-template-page-donate #content form .amount--row, body.page-template-page-donate--xmas #content form .amount--row {
      text-align: center;
      margin-bottom: 50px; }
      @media (min-width: 900px) {
        body.page-template-page-donate #content form .amount--row, body.page-template-page-donate--xmas #content form .amount--row {
          display: flex;
          justify-content: center; } }
    @media (min-width: 900px) {
      body.page-template-page-donate #content form td:not(.amount--row), body.page-template-page-donate--xmas #content form td:not(.amount--row) {
        padding: 0 70px 10px 70px; } }
    body.page-template-page-donate #content form td.block:not(.amount--row), body.page-template-page-donate--xmas #content form td.block:not(.amount--row) {
      padding-bottom: 20px;
      border-bottom: 1px solid #051c8f;
      margin-bottom: 50px;
      padding-top: 0; }
      @media (min-width: 900px) {
        body.page-template-page-donate #content form td.block:not(.amount--row), body.page-template-page-donate--xmas #content form td.block:not(.amount--row) {
          padding: 50px 70px;
          padding-top: 0; } }
    @media (min-width: 900px) {
      body.page-template-page-donate #content form td.post-block, body.page-template-page-donate--xmas #content form td.post-block {
        padding-top: 50px; } }
    body.page-template-page-donate #content form .gift-radios .radio--amount p, body.page-template-page-donate--xmas #content form .gift-radios .radio--amount p {
      font-size: 1rem; }
      @media (min-width: 900px) {
        body.page-template-page-donate #content form .gift-radios .radio--amount p, body.page-template-page-donate--xmas #content form .gift-radios .radio--amount p {
          font-size: 1.4rem; } }
    body.page-template-page-donate #content form .radio--amount, body.page-template-page-donate--xmas #content form .radio--amount {
      display: inline-block;
      position: relative;
      width: 100px;
      height: 100px;
      margin-bottom: 12px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin: 0 10px;
      min-width: 0;
      margin-bottom: 30px;
      text-align: center;
      line-height: 1; }
      @media (min-width: 900px) {
        body.page-template-page-donate #content form .radio--amount, body.page-template-page-donate--xmas #content form .radio--amount {
          height: 250px;
          width: 250px; } }
      body.page-template-page-donate #content form .radio--amount p, body.page-template-page-donate--xmas #content form .radio--amount p {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        color: white;
        z-index: 9999;
        margin: 0;
        font-size: 1.4rem;
        font-weight: 100; }
        @media (min-width: 900px) {
          body.page-template-page-donate #content form .radio--amount p, body.page-template-page-donate--xmas #content form .radio--amount p {
            font-size: 2rem; } }
    body.page-template-page-donate #content form .label--large, body.page-template-page-donate--xmas #content form .label--large {
      display: block;
      font-size: 2rem;
      text-align: center; }
    body.page-template-page-donate #content form .donationFreq, body.page-template-page-donate--xmas #content form .donationFreq {
      font-size: 2rem;
      text-align: center;
      display: block;
      margin-bottom: 30px;
      margin-top: 50px; }
    body.page-template-page-donate #content form .radio--amount input, body.page-template-page-donate--xmas #content form .radio--amount input {
      position: absolute;
      opacity: 0; }
    body.page-template-page-donate #content form .gift-radios, body.page-template-page-donate--xmas #content form .gift-radios {
      display: flex;
      justify-content: center; }
    body.page-template-page-donate #content form .gift-radios-freq, body.page-template-page-donate--xmas #content form .gift-radios-freq {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (min-width: 600px) {
        body.page-template-page-donate #content form .gift-radios-freq, body.page-template-page-donate--xmas #content form .gift-radios-freq {
          flex-direction: row; } }
    body.page-template-page-donate #content form .radio--amount .checkmark, body.page-template-page-donate--xmas #content form .radio--amount .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 100px;
      width: 100px;
      background-color: #051c8f;
      border-radius: 50%;
      margin: 0;
      padding: 0; }
      @media (min-width: 900px) {
        body.page-template-page-donate #content form .radio--amount .checkmark, body.page-template-page-donate--xmas #content form .radio--amount .checkmark {
          height: 250px;
          width: 250px; } }
    body.page-template-page-donate #content form .radio--amount:hover input ~ .checkmark, body.page-template-page-donate--xmas #content form .radio--amount:hover input ~ .checkmark {
      background-color: #ccc; }
    body.page-template-page-donate #content form .radio--amount input:checked ~ .checkmark, body.page-template-page-donate--xmas #content form .radio--amount input:checked ~ .checkmark {
      background-color: #ea4243; }
    body.page-template-page-donate #content form .radio--amount:after, body.page-template-page-donate--xmas #content form .radio--amount:after {
      content: "";
      position: absolute;
      display: none; }
    body.page-template-page-donate #content form .radio--amount input:checked ~ .checkmark:after, body.page-template-page-donate--xmas #content form .radio--amount input:checked ~ .checkmark:after {
      display: block; }
    body.page-template-page-donate #content form .radio--amount .checkmark:after, body.page-template-page-donate--xmas #content form .radio--amount .checkmark:after {
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white; }
    body.page-template-page-donate #content form #submitButton, body.page-template-page-donate--xmas #content form #submitButton {
      font-size: 2rem;
      background: #051c8f;
      color: white;
      padding: 15px 40px;
      font-family: 'URW Geometric';
      font-weight: 300;
      margin-top: 50px;
      cursor: pointer;
      border: none;
      width: 230px !important; }
      @media (max-width: 599px) {
        body.page-template-page-donate #content form #submitButton, body.page-template-page-donate--xmas #content form #submitButton {
          margin-top: 30px !important; } }
    body.page-template-page-donate #content form #ErrorContainer, body.page-template-page-donate--xmas #content form #ErrorContainer {
      margin-top: 30px;
      font-size: 2rem; }
    body.page-template-page-donate #content form #submitButton:hover, body.page-template-page-donate--xmas #content form #submitButton:hover {
      background: #ccc; }
    body.page-template-page-donate #content form label.error, body.page-template-page-donate--xmas #content form label.error {
      margin-left: 10px; }

.strapcircle p {
  transform: translateZ(0); }

.strapcircle a {
  color: #051c8f;
  font-weight: 300; }

.help {
  position: fixed;
  left: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  background: #ea4243;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 450px;
  height: 200px;
  z-index: 99999;
  font-size: 1.2rem;
  font-weight: 100;
  transition: all 0.9s;
  display: none;
  cursor: pointer;
  z-index: 9000; }
  @media (max-width: 599px) {
    .help {
      font-size: 0.9rem;
      height: 150px;
      width: 100%;
      font-weight: 300; }
      .help:hover {
        left: calc(100% - 310px) !important; } }
  .help:hover {
    left: calc(100% - 440px); }
  .help .inner {
    position: relative;
    height: 100%; }
  .help .title {
    transform: rotate(-90deg);
    position: absolute;
    display: block;
    height: 50px;
    width: 230px;
    left: 36px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(-90deg);
    text-align: center;
    font-size: 1rem; }
  .help .links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }
    @media (max-width: 599px) {
      .help .links {
        left: 60px;
        right: auto; } }
    .help .links a {
      display: block;
      color: white;
      text-align: center;
      text-decoration: none; }
      @media (max-width: 599px) {
        .help .links a {
          max-width: 200px;
          position: relative;
          left: -10px; } }

body.home .help, body.postid-42 .help {
  display: block; }

.btn {
  height: auto;
  width: 200px;
  padding: 15px;
  line-height: 1;
  border-radius: 50%;
  background: #051c8f;
  color: white;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 100;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 900px) {
    .btn {
      margin-top: -50px; } }
  .btn:hover {
    background: #ea4243;
    color: white; }
  .btn:visited {
    color: white; }

.help .btn {
  display: flex !important;
  float: left;
  width: 180px;
  height: auto;
  font-size: 1.4rem;
  background: transparent;
  line-height: 1.2;
  margin-bottom: 0; }
  .help .btn:last-of-type {
    margin-right: 0; }
  .help .btn:hover {
    background: transparent;
    color: #d0d0d0; }
  @media (max-width: 599px) {
    .help .btn {
      width: 125px;
      height: 125px;
      font-size: 0.9rem; } }

#submitButton.btn {
  border-radius: 50% !important;
  width: 200px !important;
  line-height: 200px;
  display: block;
  font-weight: 100 !important;
  font-size: 2.6rem !important; }

.btn--content {
  font-size: 1.4rem;
  margin-bottom: 100px;
  margin-top: 0 !important;
  height: 200px; }

@media (max-width: 599px) {
  .hero:not(.fwiwt) {
    background-size: 200% !important;
    background-position: center top !important; }
  body.page-id-86 article {
    padding-top: 0 !important; } }

body.page-id-61 a.btn, body.page-id-60 a.btn {
  height: 200px;
  margin-top: 50px !important; }

.flow--jack::after {
  content: '';
  height: 450px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: 260px;
  left: 160px; }

.flow--jack::before {
  content: '';
  height: 65px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: -65px;
  left: 160px; }

.flow--humble::after {
  content: '';
  height: 460px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: 260px;
  left: 160px; }

.flow--humble::before {
  content: '';
  height: 65px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: -65px;
  left: 160px; }

.flow--legend::after {
  content: '';
  height: 440px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: 280px;
  left: 160px; }

.flow--legend::before {
  content: '';
  height: 65px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: -65px;
  left: 160px; }

.flow--beedle::after {
  content: '';
  height: 240px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: 260px;
  left: 160px; }

.flow--beedle::before {
  content: '';
  height: 465px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: -465px;
  left: 160px; }

.flow--partnerships::before {
  content: '';
  height: 28px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: -29px;
  left: 111px; }

.flow--groats::after {
  content: '';
  height: 240px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: 260px;
  left: 160px; }

.flow--groats::before {
  content: '';
  height: 465px;
  position: absolute;
  width: 1px;
  background: #051c8f;
  top: -465px;
  left: 160px; }

form.post-password-form {
  text-align: center; }
  form.post-password-form input {
    width: 100%;
    max-width: 300px;
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 1.4rem;
    font-weight: 100;
    margin-bottom: 30px; }
  form.post-password-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    cursor: pointer; }
  form.post-password-form label {
    font-size: 1.8rem; }

.donate--xmas {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: -50px; }

.donate--xmas a {
  margin: 0 30px; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

body.page-template-page-donate--xmas #content form .radio--amount .checkmark {
  background-color: #ea4243; }

@media (min-width: 900px) {
  body.page-template-page-donate--xmas #content form .amount--row .radio--amount p {
    top: 29%; } }

body.page-template-page-donate--xmas #content form .amount--row .radio--amount span.amount-info {
  display: none; }
  @media (min-width: 900px) {
    body.page-template-page-donate--xmas #content form .amount--row .radio--amount span.amount-info {
      display: block;
      position: absolute;
      font-size: 18px;
      z-index: 9999;
      color: white;
      bottom: 58px;
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 75%;
      line-height: 0.95; } }

@media (max-width: 599px) {
  .entry-content ul {
    margin-left: 0; } }

@media (min-width: 900px) {
  .donate-btns {
    flex-direction: row !important; } }

body.page-id-273 article {
  max-width: 1200px !important; }

body.page-template-page-donate--xmas #content .content__intro {
  margin-top: 0 !important; }

.poster-grid {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .poster-grid {
      display: block; } }

.poster-grid div {
  list-style: none;
  display: block;
  max-width: 100%;
  flex: 0 0 33.3333%;
  padding: 10px; }

body.page-template-page-bristolCares .entry-content p {
  font-size: 2rem !important;
  color: #051c8f !important;
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media (max-width: 599px) {
    body.page-template-page-bristolCares .entry-content p {
      font-size: 1.2rem !important; } }

body.page-template-page-bristolCares .entry-content {
  margin-top: 0;
  padding-top: 1.5em; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.entry-content.references p {
	font-size: 16px;
}

.entry-content.references p a {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
}

/* TAP TO CHANGE STYLES */

body.page-id-345 {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

body.page-id-345 .hero, body.page-id-345 header, body.page-id-345 footer {
	display: none;
}


/* BLOG PAGE STYLES */

body.blog article {
	max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 50px;
    font-size: 1.2rem;
    color: #051c8f;
}

body.blog article p:first-child {
	font-size: 2em;
	line-height: 1.4;
	text-align: center;
}

.postList {
  display: flex;
  flex-wrap: wrap;
}

.postList>a {
  flex: 0 50%;
  box-sizing:border-box;
  display: block;
  text-align: center;
  color: #051c8f;
  text-decoration: none;
}

@media (max-width: 599px) {
	.postList {
		flex-direction: column;
	}
	.postList>a {
		flex: 0 50%;
		width: 100%;
		margin-bottom: 20px;
	}	
}

.postList>a h2 {
	margin-top: 5px;
}

.postList>a .date {
	display: block;
	margin-top: 5px;
}



.postList .image-main>img {
	border-radius: 50%;
}

.postList .image-main {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.postList .image-main .image-main__info {
	position: absolute;
	top: 0;
	left: 25px;
	right: 0;
	background: #051c8f;
	border-radius: 100%;
	width: 350px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: scale(0);
	transition: transform 250ms ease-in-out; 
	padding: 0 40px;
}

.postList>a:hover .image-main .image-main__info  {
	transform: scale(1);
	font-size: 18px !important;
}

.postList .image-main .image-main__info p {
	color: white;
	font-size: 18px !important;
	margin-bottom: 10px;
}

body.single-post article {
	    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 50px;
    font-size: 1.2rem;
    color: #051c8f;
}

body.single-post article p:first-child {
	font-size: 2em;
	line-height: 1.4;
}

.hearOptions {
	border-top: 1px solid #051c8f;
	margin-top: 30px;
	padding-top: 30px !important;
	margin-bottom: 60px;
}

.hearOptions select {
	padding: 10px 10px;
    font-size: 1.4rem;
    border-radius: 0;
    -webkit-appearance: none;
    background: white;
    font-size: 1.4rem;
    font-weight: 100;
    margin-top: 20px;
    width: 350px;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

/* xmas 2022 tweaks */

.help {
  background: #051c8f;
}

header#masthead ul#primary-menu > li:hover > a {
  color: white !important;
}

header#masthead ul#primary-menu > li:after {
  border-bottom-color:  black;
}

header#masthead ul#primary-menu {
  font-size: 1.2rem;
}

header#masthead ul#primary-menu ul li {
  opacity: 1;
  color: black !important;
}

header#masthead ul#primary-menu li:hover ul li a {
  color: black !important;
}

body:not(.page-template-page-donate) header#masthead ul#primary-menu > li.current_page_item a, header#masthead ul#primary-menu > li.current_page_ancestor a {
  color: black !important;
}
