/*
Title: theme.css
Author: cjt
Version: 1.0.0
*/

/*GENERIC - TYPOGRAPHY-------------------------------------------------------*/

body {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 1.4rem;
	line-height: 150%;
	color: rgba(83, 108, 91, 1);
	background: rgba(244, 235, 214, 1);
}
h1,
h2,
h3,
h4 {
	font-family: 'BlogScript', Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
}
h2,
h3,
h4 {
	color: rgba(83, 108, 91, 1);
	line-height: 110%;
}
h1 {
	font-size: 4.5rem;
	color: rgba(255, 255, 255, 1);
	line-height: 120%;
	margin: 0 0 40px 0;
}
h1 .shift--baseline {
	position : relative;
	top: 2.2rem;
}
h2 {
	font-size: 4rem;
	margin: 0 0 40px 0;
}
h2 .shift--baseline {
	position : relative;
	top: 1.5rem;
}
h3 {
	font-size: 2.4rem;
	margin: 40px 0 40px 0;
}
h3 .shift--baseline {
	position : relative;
	top: 1rem;
}
h4 {
	font-size: 2rem;
	margin: 40px 0 20px 0;
}
h4 .shift--baseline {
	position : relative;
	top: 0.7rem;
}
p,
li {
	margin: 0 0 20px 0;
}
li:last-of-type {
	margin-bottom: 0;
}
.is--bold {
	font-weight: 700;
}
.is--lead-paragraph {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.8rem;
  line-height: 140%;
}
.is--white {
	color: rgba(255, 255, 255, 1);
}
.is--last {
	margin-bottom: 0;
}
.is--smaller {
	font-size: 80%;
}
.tbc {
	color: red;
}

/*GENERIC - TYPOGRAPHY - RESPONSIVE------------------------------------------*/

@media only screen and (min-width: 768px) {
	body {
		font-size: 1.5rem;
	}
	h1 {
		font-size: 5.5rem;
	}
	h1 .shift--baseline {
		top: 2.6rem;
	}
	.is--lead-paragraph {
		font-size: 2rem;
	}
}
@media only screen and (min-width: 992px) {
	h1 {
		font-size: 7.2rem;
		margin: 0 0 60px 0;
	}
	h1 .shift--baseline {
		top: 3.5rem;
	}
}
@media only screen and (min-width: 1366px) {
	body {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1920px) {
	h1 {
		font-size: 9rem;
		margin: 0 0 100px 0;
	}
	h1 .shift--baseline {
		top: 4rem;
	}
}

/*GENERIC - LAYOUT-----------------------------------------------------------*/

.container {
	margin: 0 auto;
	width: 85%;
}
#about,
#manifesto,
#animals,
#tweetroll,
#fundraising,
#donations {
	padding: 50px 0 50px 0;
}
#contact {
	padding: 50px 0 20px 0;
}
.js--scroll-trigger.is--in {
	position: absolute;
	top: 0;
}
.js--scroll-trigger.is--out {
	position: absolute;
	bottom: 1px;
}
.show-l {
	display: none;
}
@media only screen and (min-width: 992px) {
	.hide-l {
		display: none;
	}
	.show-l {
		display: block;
	}
}

/*GENERIC - LAYOUT - RESPONSIVE----------------------------------------------*/

@media only screen and (min-width: 375px) {
	.container {
		width: 88%;
	}
}
@media only screen and (min-width: 600px) {
	#about,
	#manifesto,
	#animals,
	#fundraising,
	#donations {
		padding: 70px 0 70px 0;
	}
	#contact {
		padding: 70px 0 20px 0;
	}
}
@media only screen and (min-width: 768px) {
	.container {
		width: 85%;
	}
}
@media only screen and (min-width: 1366px) {
	.container {
		width: 80%;
	}
	.container.has--h1 {
		width: 65%;
	}
}
@media only screen and (min-width: 1920px) {
	.container {
		width: 55%;
	}
	.container.has--h1 {
		width: 55%;
	}
}
@media only screen and (min-width: 2000px) {
	.container:not(.is--navigation) {
		max-width: 1050px;
	}
}

/*GENERIC - CONTAINERS-------------------------------------------------------*/
  .w-70\%-600,
  .w-100\%-768,
  .w-80\%-l,
  .w-70\%-1500 {
    margin: 0 auto;
  }
  @media only screen and (min-width: 600px) {
		.w-70\%-600 {
	    width: 70%;
	  }
	}
	@media only screen and (min-width: 768px) {
		.w-100\%-768 {
	    width: 100%;
	  }
	}
	@media only screen and (min-width: 992px) {
		.w-80\%-l {
	    width: 80%;
	  }
	}
	@media only screen and (min-width: 1500px) {
		.w-70\%-1500 {
	    width: 70%;
	  }
	}

/*GENERIC - SOCIAL ICONS-----------------------------------------------------*/

.social__icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	background-size: contain;
	background-repeat: no-repeat;
}
.introduction__social .social__icon {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.9));
}
.social__icon.is--instagram {
	margin: 0 0 0 20px;
}
.social__icon.is--twitter {
	width: 37px;
}
.social__icon.is--facebook.is--cream {
	background-image: url(../images/logo-facebook-cream.png);
}
.social__icon.is--instagram.is--cream {
	background-image: url(../images/logo-instagram-cream.png);
}
.social__icon.is--twitter.is--cream {
	background-image: url(../images/logo-twitter-simplified-cream.png);
}
.social__icon.is--facebook.is--red {
	background-image: url(../images/logo-facebook-red.png);
}
.social__icon.is--instagram.is--red {
	background-image: url(../images/logo-instagram-red.png);
}
.social__icon.is--twitter.is--red {
	background-image: url(../images/logo-twitter-simplified-red.png);
}

/*GENERIC - SECTION BORDERS--------------------------------------------------*/

.has--cream-bg-after:after,
.has--green-bg-after:after,
.has--red-bg-after:after {
	content: "";
  position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 9px;
}
.has--cream-bg-after:after {
	background-image: url(../images/section-cream-border-after.png);
}
.has--green-bg-after:after {
	background-image: url(../images/section-green-border-after.png);
}
.has--red-bg-after:after {
	background-image: url(../images/section-red-border-after.png);
}
.has--green-bg-before:before,
.has--cream-bg-before:before {
	content: "";
  position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 9px;
}
.has--green-bg-before:before {
	background-image: url(../images/section-green-border-before.png);
}
.has--cream-bg-before:before {
	background-image: url(../images/section-cream-border-before.png);
}

/*NAVIGATION-----------------------------------------------------------------*/

#navigation {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 150;
}
.navigation__background {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 67px;
  background-color: rgba(83, 108, 91, 1);
  border-bottom: 2px solid rgba(244, 235, 214, 1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: none;
}
.container.is--navigation {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
}
.navigation__logo {
	width: 124px;
	height: 115px;
	background-image: url(../images/logo-manor-farm-charitable-trust.png);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.xnavigation__logo {
	width: 112px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.has--sticky-header .navigation__background {
	display: block;
}
.has--sticky-header .navigation__logo {
	background-image: url(../images/logo-manor-farm-charitable-trust-swap.png);
}
.has--sticky-header .xnavigation__logo {
	width: 77px;
}
.has--sticky-header .xnavigation__logo img {
	-webkit-filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
	        filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));;
}

/*NAVIGATION - RESPONSIVE----------------------------------------------------*/

@media only screen and (min-width: 414px) {
	.navigation__background {
		height: 71px;
	}
	.navigation__logo {
		width: 132px;
		height: 122px;
	}
}
@media only screen and (min-width: 600px) {
	.navigation__background {
		height: 80px;
	}
	.navigation__logo {
		width: 150px;
		height: 139px;
	}
}
@media only screen and (min-width: 992px) {
	.container.is--navigation {
		width: 90%;
	}
	.navigation__logo {
		width: 124px;
		height: 115px;
	}
	.navigation__background,
	.has--sticky-header .navigation__background {
  	height: 67px;
	}
}
@media only screen and (min-width: 1920px) {
	.container.is--navigation {
		width: 70%;
	}
	.navigation__logo {
		width: 148px;
		height: 137px;
	}
	.navigation__background,
	.has--sticky-header .navigation__background {
  	height: 79px;
	}
}

/*NAVIGATION - MENU----------------------------------------------------------*/

.navigation__menu {
	visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 10vh 0;
  background-color: rgba(83, 108, 91, 1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.navigation__menu li {
	margin: 0;
}
.navigation__menu a {
	display: inline-block;
	font-size: 1.8rem;
	color: rgba(244, 235, 214,1);
	padding: 10px 0 10px 0;
}
.navigation__menu .is--active a {
	color: #ffffff;
}
.navigation__menu .is--active a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-image: url(../images/link-underline-cream.png);
}
.show-mobile-menu .navigation__menu {
  opacity: 1;
  visibility: visible;
}

/*NAVIGATION - MENU - RESPONSIVE---------------------------------------------*/

@media only screen and (min-width: 414px) {
	.navigation__menu a {
		font-size: 2rem;
	}
}
@media only screen and (min-width: 600px) {
	.navigation__menu a {
		font-size: 2.5rem;
	}
	.navigation__menu .is--active a:after {
		bottom: -4px;
	}
}
@media only screen and (min-width: 992px) {
	.navigation__menu {
		visibility: visible;
	  opacity: 1;
	  position: absolute;
	  top: 92px;
	  right: -4px;
	  width: auto;
	  height: auto;
	  padding: 4px;
	  background-color: rgba(83, 108, 91, 0.6);
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: row;
	          flex-direction: row;
	  -webkit-transition-property: none;
	  -o-transition-property: none;
	  transition-property: none;
	  font-weight: 600;
	}
  .navigation__menu li {
  	margin: 0 16px;
  }
	.navigation__menu a {
		font-size: 1.4rem;
	}
	.navigation__menu .is--active a:after {
		bottom: 4px;
	}
	.has--sticky-header .navigation__menu {
		top: 8px;
	}
}
@media only screen and (min-width: 1366px) {
	.navigation__menu li {
  	margin: 0 32px;
  }
  .navigation__menu a {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1920px) {
	.has--sticky-header .navigation__menu {
		top: 14px;
	}
}

/*NAVIGATION - SOCIAL--------------------------------------------------------*/

.navigation__social {
	display: none;
}

/*NAVIGATION - SOCIAL - RESPONSIVE-------------------------------------------*/

@media only screen and (min-width: 992px) {
	.navigation__social {
		display: block;
		height: 70px;
		background-image: url(../images/bg-social-icons.png);
		background-position: right 10% bottom 0;
		background-repeat: no-repeat;
		padding: 16px 16px 0 16px;
	}
	.navigation__social:before {
  	content: "";
  	display: block;
  	position: absolute;
  	top: 28px;
  	left: -34px;
  	width: 66px;
  	height: 10px;
  	background-image: url(../images/bg-social-icons.png);
		background-position: right 50% bottom 0;
		background-repeat: no-repeat;
  	-webkit-transform: rotate(90deg);
  	    -ms-transform: rotate(90deg);
  	        transform: rotate(90deg);
	}
	.navigation__social:after {
  	content: "";
  	display: block;
  	position: absolute;
  	bottom: 32px;
  	right: -36px;
  	width: 66px;
  	height: 10px;
  	background-image: url(../images/bg-social-icons.png);
		background-position: right 56% bottom 0;
		background-repeat: no-repeat;
  	-webkit-transform: rotate(-90deg);
  	    -ms-transform: rotate(-90deg);
  	        transform: rotate(-90deg);
	}
	.has--sticky-header .navigation__social {
		display: none;
	}
}

/*NAVIGATION - MOBILE MENU TOGGLE--------------------------------------------*/

.navigation__toggle-mobile-menu {
	width: 40px;
	margin: 32px 0 0 0;
	z-index: 160;
}
.toggle-mobile-menu__strokes {
  -webkit-transform: translate(-50%,0);
		    -ms-transform: translate(-50%,0);
		        transform: translate(-50%,0);
}
.toggle-mobile-menu__strokes,
.toggle-mobile-menu__strokes:before,
.toggle-mobile-menu__strokes:after {
  width: 40px;
  height: 4px;
  background-color: rgba(242, 234, 214, 1);
  border-radius: 4px;
  position: absolute;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.toggle-mobile-menu__strokes:before,
.toggle-mobile-menu__strokes:after {
  content: "";
  display: block;
}
.toggle-mobile-menu__strokes:before {
  top: -12px;
}
.toggle-mobile-menu__strokes:after {
  bottom: -12px;
}
.navigation__toggle-mobile-menu.is--active {
	margin: 52px 0 0 0;
}
.navigation__toggle-mobile-menu.is--active .toggle-mobile-menu__strokes {
  -webkit-transform: rotate(45deg) translate(-70%,0);
      -ms-transform: rotate(45deg) translate(-70%,0);
          transform: rotate(45deg) translate(-70%,0);
  -webkit-filter: none;
          filter: none;
}
.navigation__toggle-mobile-menu.is--active .toggle-mobile-menu__strokes::before {
  top: 0;
  opacity: 0;
  -webkit-filter: none;
          filter: none;
}
.navigation__toggle-mobile-menu.is--active .toggle-mobile-menu__strokes::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: none;
          filter: none;
}
.has--sticky-header .toggle-mobile-menu__strokes,
.has--sticky-header .toggle-mobile-menu__strokes:before,
.has--sticky-header .toggle-mobile-menu__strokes:after {
  -webkit-filter: none;
          filter: none;
}

/*NAVIGATION - MOBILE MENU TOGGLE - RESPONSIVE-------------------------------*/

@media only screen and (min-width: 600px) {
	.navigation__toggle-mobile-menu {
		margin: 38px 0 0 0;
	}
	.navigation__toggle-mobile-menu.is--active {
		margin: 58px 0 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.navigation__toggle-mobile-menu {
		display: none;
	}
}

/*HOME-----------------------------------------------------------------------*/

#introduction {
	padding: 47vw 0 49px 0;
	background-image: url(../images/bg-introduction-section.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 52% 0;	
}
.introduction__CTA {
	font-family: 'BlogScript', Georgia;
	text-transform: uppercase;
  font-size: 2.2rem;
  background-color: rgba(83, 108, 91, 0.75);
  width: 100%;
  padding: 20px 20px 30px 20px;
	color: rgba(244, 235, 214, 1);
	line-height: 120%;
	margin: 0	auto 40px auto;
}
.introduction__CTA p .shift--baseline {
	position : relative;
	top: 0.8rem;
}
.introduction__CTA p {
	margin: 0	0	10px 0;
}
.introduction__CTA p:last-of-type {
	display: inline-block;
	margin: 0;
	color: rgba(255, 255, 255, 1.0);
}
.introduction__CTA p:last-of-type:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 100%;
	height: 6px;
	background-image: url(../images/link-underline-cream.png);
}

/*HOME - RESPONSIVE----------------------------------------------------------*/

@media only screen and (min-width: 375px) {
	#introduction {
		padding: 38vw 0 49px 0;
	}
}
@media only screen and (min-width: 600px) {
	#introduction {
		padding: 28vw 0 49px 0;
	}
}
@media only screen and (min-width: 768px) {
	#introduction {
		padding: 22vw 0 49px 0;
	}
	.introduction__CTA {
	  padding: 20px 100px 30px 100px;
	}
}
@media only screen and (min-width: 992px) {
	#introduction {
		padding: 19vw 0 49px 0;
		background-position: 52% 10%;
		background-size: 130%;
	}
	.introduction__CTA {
		width: -webkit-max-content;
  	width: -moz-max-content;
  	width: max-content;
		margin-bottom: 0;
		padding: 20px 60px 30px 60px;
	}
	.introduction__social {
		display: none;
	}
}
@media only screen and (min-width: 1366px) {
	#introduction {
		padding: 14vw 0 49px 0;
		background-size: cover;
		background-position: 52% 10%;
	}
}
@media only screen and (min-width: 1920px) {
	#introduction {
		padding: 14vw 0 69px 0;
		background-position: 52% 20%;
	}
}

/*ABOUT----------------------------------------------------------------------*/

#about img {
	margin: 0 0 40px 0;
}
#about a {
	display: inline;
}
#about a {
	color: rgba(167, 81, 84, 1);
	text-decoration: underline;
}
#about a.current__enthuse {
	width: 328px;
	height: 68px;
	text-indent: -99999px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/button-enthuse-appeals-and-fundraisers.png);
	border-radius: 34px;
	border: 2px solid rgba(167, 81, 84, 1);
	margin: 24px auto 40px auto;
	display: block;
}

/*ABOUT - RESPONSIVE---------------------------------------------------------*/

@media only screen and (min-width: 375px) {
	#about img {
		width: 75%;
	}
}
@media only screen and (min-width: 414px) {
	#about img {
		width: 65%;
	}
}
@media only screen and (min-width: 768px) {
	#about img {
		width: 45%;
	}
}
@media only screen and (min-width: 992px) {
	#about img {
		width: 35%;
	}
	.about__list {
	  -webkit-columns: 2;
	     -moz-columns: 2;
	          columns: 2;
	  -webkit-column-gap: 40px;
	     -moz-column-gap: 40px;
	          column-gap: 40px;
	}
}
@media only screen and (min-width: 1366px) {
	#about img {
		width: 30%;
	}
}

/*BELIEFS & PROMISES---------------------------------------------------------*/

#manifesto {
	background-color: rgba(83, 108, 91, 1);
}
#manifesto img {
	width: 55%;
	margin: -80px 0 0 0;
  -webkit-filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
}
#manifesto,
#manifesto h2 {
	color: rgba(255, 255, 255, 1);
}
#manifesto h2 {
	margin-top: 40px;
}
#manifesto h2:before {
	font-size: 62%;
	position: relative;
	top: -10px;
	left: -5px;
}
.manisfesto__beliefs:before {
	content: "our";
}
.manisfesto__promises:before {
	content: "&";
}
#manifesto ul {
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 20px;
}
#manifesto a {
	display: inline-block;
	color: rgba(244, 235, 214,1);
	text-decoration: underline;
}

/*BELIEFS & PROMISES - RESPONSIVE--------------------------------------------*/

@media only screen and (min-width: 414px) {
	#manifesto img {
		width: 46%;
	}
}
@media only screen and (min-width: 600px) {
	#manifesto img {
		width: 30%;
		margin-top: -100px;
	}
}
@media only screen and (min-width: 768px) {
	#manifesto img {
		width: 26%;
	}
}
@media only screen and (min-width: 992px) {
	#manifesto img {
		position: absolute;
		margin-top: -120px;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		    -ms-transform: translate(-50%,0);
		        transform: translate(-50%,0);
		width: 18%;
	}
	#manifesto h2 {
		margin-top: 0;
	}
	.manisfesto__beliefs {
		padding: 0 60px 0 0;
	}
	.manisfesto__promises {
		padding: 0 0 0 40px;
	}
}
@media only screen and (min-width: 1366px) {
	#manifesto img {
		width: 15%;
		margin-top: -120px;
	}
}
@media only screen and (min-width: 1920px) {
	#manifesto img {
		width: 16%;
	}
}

/*ANIMALS--------------------------------------------------------------------*/

#animals {
	background-size: 310%;
	background-image: url(../images/bg-animals-section.jpg);
	background-repeat: no-repeat;
	background-position: 50% 90%;
}
#animals img {
	width: 98%;
}
#animals h2 {
	margin-top: -8px;
}
#animals h2,
#animals p {
	color: rgba(255, 255, 255, 1);
}
#animals a {
	display: inline-block;
	color: rgba(244, 235, 214,1);
	text-decoration: underline;
}

/*ANIMALS - RESPONSIVE-------------------------------------------------------*/

@media only screen and (min-width: 375px) {
	#animals {
		background-size: 260%;
		background-position: 45% 92%;
	}
	#animals img {
		width: 81%;
	}
}
@media only screen and (min-width: 414px) {
	#animals{
		background-size: 250%;
		background-position: 44% 86%;
	}
	#animals img {
		width: 73%;
	}
}
@media only screen and (min-width: 600px) {
	#animals {
		background-size: 160%;
		background-position: 30% 90%;
	}
	#animals img {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	#animals {
		background-size: 130%;
		background-position: 5% 85%;
	}
	#animals img {
		width: 40.75%;
	}
}
@media only screen and (min-width: 992px) {
	#animals {
		background-size: cover;
		background-position: 50% 85%;
	}
	#animals img {
		width: 62%;
	}
	.container.is--animals {
		padding-right: 43%;
	}
}
@media only screen and (min-width: 1200px) {
	#animals img {
		width: 50%;
	}
}
@media only screen and (min-width: 1366px) {
	#animals {
		background-position: 50% 65%;
	}
	#animals img {
		width: 54%;
	}
}
@media only screen and (min-width: 1920px) {
	#animals {
		background-position: 50% 55%;
	}
	#animals img {
		width: 56%;
	}
	.container.is--animals {
		padding-right: 30%;
	}
}
@media only screen and (min-width: 2000px) {
	#animals img {
		width: 62%;
	}
}
@media only screen and (min-width: 2500px) {
	#animals img {
		width: 96%;
	}
}

/*TWEETROLL------------------------------------------------------------------*/

#tweetroll {
	background-color: rgba(167, 81, 84, 1);
	color: rgba(255, 255, 255, 1);
}
#tweetroll h2 {
	font-size: 2.4rem;
	color: rgba(255, 255, 255, 1);
}
#tweetroll h2 .shift--baseline {
	position : relative;
	top: 1rem;
}
#tweetroll a {
  color: rgba(244, 235, 214, 1);
  display: inline-block;
  text-decoration: underline;
}
#tweetroll div.rotatingtweet {
	width: 100%;
}
#tweetroll .rtw_main {
	margin-bottom: 15px;
}
#tweetroll .rtw_meta {
  font-size: 80%;
  margin-bottom: 0;
}
#tweetroll .rotatingtweets_nextprev {
  margin: 20px 0 0 0;
}
#tweetroll .rotatingtweets_nextprev a {
    padding: 0 20px;
}
#tweetroll .rotatingtweets_nextprev .rtw_prev:before {
	content: "< ";
}
#tweetroll .rotatingtweets_nextprev .rtw_next:after {
    content: " >";
}

/*FUNDRAISING----------------------------------------------------------------*/

#fundraising a {
	display: inline-block;
	color: rgba(167, 81, 84, 1);
	text-decoration: underline;
}
.fundraising__logos {
	width: 65%;
	margin: 40px auto 20px auto;
}
.fundraising__logos img {
	margin: 0 0 20px 0;
}
.fundraising__enthuse {
	width: 328px;
	height: 68px;
	text-indent: -99999px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/button-enthuse-fundraise.png);
	border-radius: 34px;
	border: 2px solid rgba(167, 81, 84, 1);
	margin: 24px auto 40px auto;
}
.fundraising__wishlist {
	width: 328px;
	height: 68px;
	text-indent: -99999px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/button-amazon-wishlist.png);
	border-radius: 34px;
	border: 2px solid rgba(167, 81, 84, 1);
	margin: 24px auto 40px auto;
}

/*FUNDRAISING - RESPONSIVE---------------------------------------------------*/

@media only screen and (min-width: 414px) {
	.fundraising__logos {
		width: 55%;
	}
}
@media only screen and (min-width: 600px) {
	.fundraising__logos {
		width: 100%;
	}
	.fundraising__logos img {
		padding: 0 15px 0 15px;
	}
	.fundraising__logos a,
	.fundraising__logos img {
		width: 40%;
	}
	.fundraising__logos a img {
		width: 100%;
	}
	.calendar__hero {
		width: 80%;
	}
}
@media only screen and (min-width: 768px) {
	.fundraising__logos a,
	.fundraising__logos img {
		width: 30%;
	}
	.calendar__hero {
		width: 60%;
	}
}
@media only screen and (min-width: 992px) {
	.fundraising__logos a,
	.fundraising__logos img {
		width: 22%;
	}
	.calendar__hero {
		width: 42%;
	}
}
@media only screen and (min-width: 1366px) {
	.fundraising__logos a,
	.fundraising__logos img {
		width: 18%;
	}
	.calendar__hero {
		width: 38%;
	}
}

/*CALENDAR-------------------------------------------------------------------*/

.calendar__hero {
	margin: 0 0 40px 0;
	-webkit-filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
	        filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
}
.calendar__paypal form {
	/*margin-bottom: -20px;*/
}
.calendar__paypal input[type='submit'],
.cards__paypal input[type='submit'],
.postcard__paypal input[type='submit'] {
	width: 100%;
	height: 62px;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	text-indent: -99999px;
}
.calendar__paypal > div:nth-of-type(1) input[type='submit'],
.calendar__paypal > div:nth-of-type(2) input[type='submit'],
.calendar__paypal > div:nth-of-type(3) input[type='submit'] {
	height: 100px;
}
.calendar__paypal > div:nth-of-type(1) input[type='submit'] {
	background-image: url(../images/button-calendar-2025-paypal-UK-xs.png);
}
.calendar__paypal > div:nth-of-type(2) input[type='submit'] {
	background-image: url(../images/button-calendar-2025-paypal-Europe-xs.png);
}
.calendar__paypal > div:nth-of-type(3) input[type='submit'] {
	background-image: url(../images/button-calendar-2025-paypal-ROW-xs.png);
}
.cards__paypal > div:nth-of-type(1) input[type='submit'] {
	background-image: url(../images/button-paypal-13-95-GBP-xs.png);
}
.cards__paypal > div:nth-of-type(2) input[type='submit'] {
	background-image: url(../images/button-paypal-15-55-GBP-xs.png);
}
.cards__paypal > div:nth-of-type(3) input[type='submit'] {
	background-image: url(../images/button-paypal-20-40-GBP-xs.png);
}
.postcard__paypal > div:nth-of-type(1) div:nth-of-type(1) input[type='submit'] {
	background-image: url(../images/button-paypal-1-postcard-UK-GBP-xs.png);
}
.postcard__paypal > div:nth-of-type(1) div:nth-of-type(2) input[type='submit'] {
	background-image: url(../images/button-paypal-5-postcards-UK-GBP-xs.png);
}
.postcard__paypal > div:nth-of-type(2) div:nth-of-type(1) input[type='submit'] {
	background-image: url(../images/button-paypal-1-postcard-Europe-GBP-xs.png);
}
.postcard__paypal > div:nth-of-type(2) div:nth-of-type(2) input[type='submit'] {
	background-image: url(../images/button-paypal-5-postcards-Europe-GBP-xs.png);
}
.postcard__paypal > div:nth-of-type(3) div:nth-of-type(1) input[type='submit'] {
	background-image: url(../images/button-paypal-1-postcard-ROW-GBP-xs.png);
}
.postcard__paypal > div:nth-of-type(3) div:nth-of-type(2) input[type='submit'] {
	background-image: url(../images/button-paypal-5-postcards-ROW-GBP-xs.png);
}
.cards__paypal > div,
.postcard__paypal > div {
	margin-top: 40px;
}
.calendar-images-container {
	margin: 40px 0 16px 0;
}
.single-calendar-image {
	margin: 0 0 3rem 0;
}
.calendar__paypal .calendar-single-payment-option {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid rgba(167, 81, 84, 1);
}
.calendar__paypal h3 + .calendar-single-payment-option {
	border-top: none;
}
.calendar__paypal h3 {
	margin-top: 40px;
	margin-bottom: -16px;
}
.calendar__paypal h5 {
	font-size: 1.8rem;
	font-weight: bold;
	foo-margin-top: 48px;
}
.calendar__paypal h6 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 16px;
}
/*manipulate paypal elements*/
.calendar__paypal #desc-label,
.calendar__paypal #price-label,
.calendar__paypal #checkout-button {
	display: none;
}
/*button width*/
#paypal-form-fields-container-85UD4BUDRCLWU,
#paypal-form-fields-container-BFQZWQRDEHLF8,
#paypal-form-fields-container-JT9NF5DP9M7NW,
#paypal-form-fields-container-YL9REJP5RF4QJ,
#paypal-form-fields-container-FRFLRAFXHXKZJ,
#paypal-form-fields-container-H4MBMSKUKDQWJ,
#paypal-form-fields-container-CY8SUXBJCYQP8,
#paypal-form-fields-container-CVCHY98HRVB2L {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
/*hide credit cards image*/
#paypal-form-fields-container-85UD4BUDRCLWU img,
#paypal-form-fields-container-BFQZWQRDEHLF8 img,
#paypal-form-fields-container-JT9NF5DP9M7NW img,
#paypal-form-fields-container-YL9REJP5RF4QJ img,
#paypal-form-fields-container-FRFLRAFXHXKZJ img,
#paypal-form-fields-container-H4MBMSKUKDQWJ img,
#paypal-form-fields-container-CY8SUXBJCYQP8 img,
#paypal-form-fields-container-CVCHY98HRVB2L img {
	display: none;
}
/*quantity dropdown*/
#paypal-form-fields-container-BFQZWQRDEHLF8 .input-label,
#paypal-form-fields-container-YL9REJP5RF4QJ .input-label,
#paypal-form-fields-container-FRFLRAFXHXKZJ .input-label,
#paypal-form-fields-container-CY8SUXBJCYQP8 .input-label,
#paypal-form-fields-container-CVCHY98HRVB2L .input-label {
	font-size: 1.5rem !important;
	margin-bottom: 8px !important;
}
/*dropdown size*/
#paypal-form-fields-container-BFQZWQRDEHLF8 .selectContainer select,
#paypal-form-fields-container-YL9REJP5RF4QJ .selectContainer select,
#paypal-form-fields-container-FRFLRAFXHXKZJ .selectContainer select,
#paypal-form-fields-container-CY8SUXBJCYQP8 .selectContainer select,
#paypal-form-fields-container-CVCHY98HRVB2L .selectContainer select {
	font-size: 1.3rem !important;
}

/*CALENDAR - RESPONSIVE------------------------------------------------------*/

@media only screen and (min-width: 414px) {
	.calendar__paypal input[type='submit'],
	.cards__paypal input[type='submit'],
	.postcard__paypal input[type='submit'] {
		height: 68px;
	}
}
@media only screen and (min-width: 600px) {
	.calendar__paypal input[type='submit'],
	.cards__paypal input[type='submit'],
	.postcard__paypal input[type='submit'] {
		height: 70px;
	}
}
@media only screen and (min-width: 768px) {
	.calendar__paypal > div:nth-of-type(1) input[type='submit'] {
		background-image: url(../images/button-calendar-2025-paypal-UK-m.png);
		/*background-image: url(../images/button-paypal-UK-9-50-GBP-m.png);*/
	}
	.calendar__paypal > div:nth-of-type(2) input[type='submit'] {
		background-image: url(../images/button-calendar-2025-paypal-Europe-m.png);
		/*background-image: url(../images/button-paypal-Europe-12-50-GBP-m.png);*/
	}
	.calendar__paypal > div:nth-of-type(3) input[type='submit'] {
		background-image: url(../images/button-calendar-2025-paypal-ROW-m.png);
		/*background-image: url(../images/button-paypal-ROW-15-50-GBP-m.png);*/
	}
	.cards__paypal > div:nth-of-type(1) input[type='submit'] {
		background-image: url(../images/button-paypal-13-95-GBP-m.png);
	}
	.cards__paypal > div:nth-of-type(2) input[type='submit'] {
		background-image: url(../images/button-paypal-15-55-GBP-m.png);
	}
	.cards__paypal > div:nth-of-type(3) input[type='submit'] {
		background-image: url(../images/button-paypal-20-40-GBP-m.png);
	}
	.postcard__paypal > div:nth-of-type(1) div:nth-of-type(1) input[type='submit'] {
		background-image: url(../images/button-paypal-1-postcard-UK-GBP-m.png);
	}
	.postcard__paypal > div:nth-of-type(1) div:nth-of-type(2) input[type='submit'] {
		background-image: url(../images/button-paypal-5-postcards-UK-GBP-m.png);
	}
	.postcard__paypal > div:nth-of-type(2) div:nth-of-type(1) input[type='submit'] {
		background-image: url(../images/button-paypal-1-postcard-Europe-GBP-m.png);
	}
	.postcard__paypal > div:nth-of-type(2) div:nth-of-type(2) input[type='submit'] {
		background-image: url(../images/button-paypal-5-postcards-Europe-GBP-m.png);
	}
	.postcard__paypal > div:nth-of-type(3) div:nth-of-type(1) input[type='submit'] {
		background-image: url(../images/button-paypal-1-postcard-ROW-GBP-m.png);
	}
	.postcard__paypal > div:nth-of-type(3) div:nth-of-type(2) input[type='submit'] {
		background-image: url(../images/button-paypal-5-postcards-ROW-GBP-m.png);
	}
}
@media only screen and (min-width: 992px) {
	.calendar__paypal input[type='submit'],
	.cards__paypal input[type='submit'],
	.postcard__paypal input[type='submit'] {
		height: 80px;
	}
}
@media only screen and (min-width: 1200px) {
	.calendar__paypal input[type='submit'],
	.cards__paypal input[type='submit'],
	.postcard__paypal input[type='submit'] {
		height: 100px;
	}
}

/*DONATIONS------------------------------------------------------------------*/

#donations {
	background-color: rgba(152,166,149,1);
	color: rgba(255, 255, 255, 1);
}
.donations__paypal {
	margin: 40px 0;
}
.donations__paypal input[type='image'] {
	width: 90%;
}
.donations__incidental img {
	margin: 40px auto 0 auto;
	width: 62%;
	-webkit-filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
	        filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
}
.donations__thank-you img {
	width: 62%;
}
.donations__enthuse {
	width: 328px;
	height: 68px;
	text-indent: -99999px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/button-enthuse-donate.png);
	border-radius: 34px;
	border: 2px solid rgba(167, 81, 84, 1);
	margin: 40px auto;
}
.donations-signoff {
	margin: 40px 0 0 0;
}

/*DONATIONS - RESPONSIVE-----------------------------------------------------*/

@media only screen and (min-width: 375px) {
	.donations__paypal input[type='image'] {
		width: 80%;
	}
}
@media only screen and (min-width: 414px) {
	.donations__paypal input[type='image'] {
		width: 76%;
	}
}
@media only screen and (min-width: 600px) {
	.donations__paypal input[type='image'] {
		width: 60%;
	}
	.donations__incidental img,
	.donations__thank-you img {
		width: 49%;
	}
}
@media only screen and (min-width: 768px) {
	.donations__paypal input[type='image'] {
		width: 40%;
	}
	.donations__incidental img,
	.donations__thank-you img {
		width: 37%;
	}
}
@media only screen and (min-width: 992px) {
	.donations__paypal {
		margin-top: 0;
	}
	.donations__paypal input[type='image'] {
		width: 70%;
	}
	.donations__incidental img {
		margin: 0 auto;
	}
	.donations__incidental img,
	.donations__thank-you img {
		width: 76%;
	}
	.donations__enthuse {
		width: 246px;
		height: 52px;
		margin: 0 auto 40px auto;
	}
	.donations-signoff {
		margin: 56px 0 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.donations__enthuse {
		width: 280px;
		height: 58px;
	}
}
@media only screen and (min-width: 1366px) {
	.donations__paypal input[type='image'] {
		width: 60%;
	}
	.donations__incidental img,
	.donations__thank-you img {
		width: 66%;
	}
}
@media only screen and (min-width: 1920px) {
	.donations__incidental img,
	.donations__thank-you img {
		width: 70%;
	}
}

/*CONTACT--------------------------------------------------------------------*/

#contact p {
	margin: 0 0 40px 0;
}
#contact p a {
	display: inline-block;
	color: rgba(167, 81, 84, 1);
	text-decoration: underline;
}
.contact__amazon {
	width: 62%;
	margin: 0 auto 40px auto;
}

/*CONTACT - RESPONSIVE-------------------------------------------------------*/

@media only screen and (min-width: 600px) {
	.contact__amazon {
		width: 49%;
	}
}
@media only screen and (min-width: 768px) {
	.contact__amazon {
		width: 37%;
	}
}
@media only screen and (min-width: 992px) {
	.contact__amazon {
		width: 24%;
	}
}
@media only screen and (min-width: 1366px) {
	.contact__amazon {
		width: 21%;
	}
}
@media only screen and (min-width: 1920px) {
	.contact__amazon {
		width: 22.5%;
	}
}

/*FOOTER---------------------------------------------------------------------*/

.footer__signoff {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 82%;
	line-height: 170%;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	margin: 0 0 30px 0;
}
.footer__signoff a {
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}
#footer img {
	width: 100%;
}

/*FANCYBOX-------------------------------------------------------------------*/

.fancybox-navigation {
	height: 100vh;
}

/*VIDEO----------------------------------------------------------------------*/

.video-container {
	margin: -24px auto;
}
@media only screen and (min-width: 992px) {
	.video-container {
		max-width: 50%;
	}
}
@media only screen and (min-width: 1366px) {
	.video-container {
		max-width: 40%;
	}
}