@charset "UTF-8";
/*
Theme Name:   Twenty Twenty-One Child
Theme URI:    http://example.com/twenty-twenty-one-child/
Description:  Twenty Twenty-One Child
Author:       Roger Penarroya
Author URI:   http://example.com
Template:     twentytwentyone
Version:      1.9
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentyone
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700");
body {
  font-size: 16px; }

@font-face {
  font-family: Olivier;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/olivier.woff") format("woff"), url("../fonts/olivier.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: Bitterbrush;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/bitterbrush-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/bitterbrush-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: Veneer;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/veneer-webfont.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/veneer-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal;
  text-align: left; }

.entry-content, .entry-summary {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal;
  text-align: left; }

.no-widgets .site-footer {
  margin-top: 50px;
  background-color: #000;
  max-width: 100%; }

.site-footer > .site-info {
  color: #fff; }

@media only screen and (min-width: 822px) {
  .site-footer > .site-info .privacy-policy, .site-footer > .site-info .powered-by {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto; } }
.site-info {
  display: block;
  padding-top: 0px;
  margin-top: 0px; }

@media only screen and (min-width: 822px) {
  .site-footer > .site-info {
    display: block;
    padding-top: 0px;
    margin-top: 0px; } }
.site-name {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center; }

.goUP {
  text-align: right;
  cursor: pointer;
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0px; }

.goUP:after {
  content: '↥';
  width: 40px;
  height: 100%;
  font-weight: 600;
  margin-left: 5px;
  transition: 0.5s; }

.goUP:hover {
  padding-bottom: 3px; }

@media screen and (max-width: 650px) {
  .goUP {
    position: fixed;
    right: 0;
    bottom: 0px !important;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: none; }

  .goUP2 {
    position: relative;
    right: 0;
    bottom: 0px !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0 0 0 10px;
    width: auto;
    text-align: center; } }
.footerContent {
  width: 100%;
  background: #000;
  padding: 0px 20px; }
  @media screen and (max-width: 650px) {
    .footerContent {
      padding: 0px 5px; } }

.copyright {
  font-size: 0.75rem;
  font-family: 'Montserrat', sans-serif; }

@media only screen and (min-width: 800px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
    --branding--title--font-size: 4rem;
    --branding--title--font-family: 'Montserrat', sans-serif;
    --branding--logo--max-height: 10rem;
    --branding--title--font-family: 'Montserrat', sans-serif;
    --heading--font-size-h1: 4rem !important;
    --heading--font-size-h2: 2.5rem;
    --global--font-size-xxl: 4rem;
    --heading--font-family: 'Montserrat', sans-serif;
    --global--color-primary: #000; } }
header {
  max-width: 100% !important;
  background-position: left 50% bottom 0%;
  background-size: cover;
  background-repeat: no-repeat; }

.site-header {
  padding: 0px;
  display: block; }

/* Header pages */
.entry-header {
  background-image: none;
  width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
  text-align: center; }

.singular .entry-header {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1000px) {
    .singular .entry-header {
      margin-bottom: 50px; } }

.sub-menu li a:hover, .sub-menu li a:link, .sub-menu li a:visited {
  color: #345; }

/* Title pages */
.site-title a:link, .site-title a:visited, .site-title a:active, .site-title a:hover {
  color: #fff;
  text-decoration-line: none; }

/* Small screens */
/* Header pages */
@media only screen and (max-width: 1240px) {
  .entry-header {
    width: 100%; } }
/* Mobile */
@media only screen and (max-width: 800px) {
  :root {
    --branding--title--font-size: 3rem;
    --branding--title--font-family: Bitterbrush;
    --branding--logo--max-height: 10rem;
    --branding--title--font-family: Bitterbrush;
    --heading--font-size-h1: 3rem !important;
    --heading--font-size-h2: 2.5rem;
    --global--font-size-xxl: 3rem;
    --heading--font-family: Bitterbrush;
    /*	--primary-nav--font-family: Bitterbrush;*/
    --global--color-primary: #345; } }
main {
  margin-top: 30px; }

.menuBase {
  position: relative;
  display: table;
  width: 100%;
  background-color: #000;
  padding: 2px 0px; }

.breadcrumbs {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  background-color: #000;
  font-size: 0.8em; }
  .breadcrumbs p {
    color: #ffffff;
    font-size: 0.8em; }
    @media screen and (max-width: 1100px) {
      .breadcrumbs p {
        padding: 5px 0; } }
  .breadcrumbs a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.8em; }

.site-main {
  margin-top: 0px;
  padding-top: 0px; }
  .site-main .entry-header {
    background-color: #D71920;
    padding: 80px;
    margin: 0 0 80px 0;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .site-main .entry-header {
        padding: 40px; } }
    .site-main .entry-header h1 {
      color: #fff; }
  .site-main h2 {
    margin-top: 80px;
    background-color: #D71920;
    color: #fff;
    padding: 20px 15px !important; }

.campaings .site-main .entry-header {
  background-color: #D71920; }
.campaings .site-main h2 {
  background-color: #D71920; }

.health .site-main .entry-header {
  background-color: #A6CE39; }
.health .site-main h2 {
  background-color: #A6CE39; }

.planet .site-main .entry-header {
  background-color: #00ABE6; }
.planet .site-main h2 {
  background-color: #00ABE6; }

.animals .site-main .entry-header {
  background-color: #FEC400;
  background-image: url("https://viva.ug/wp-content/uploads/2024/01/animals-back-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.animals .site-main h2 {
  background-color: #FEC400;
  background-image: url("https://viva.ug/wp-content/uploads/2024/01/animals-back-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.homePage {
  width: 100%;
  height: 80vh;
  display: block;
  position: relative; }
  .homePage .menuButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10%;
    z-index: 1;
    width: 50%; }
  .homePage .topBanners {
    height: 100%;
    background-color: #f7f8f2; }
  .homePage .col {
    width: 25%;
    height: 100%;
    float: left;
    overflow: hidden;
    background-color: #000000;
    position: relative; }
  @media screen and (max-width: 768px) {
    .homePage .col {
      width: 50%;
      height: 50%;
      float: left;
      overflow: hidden;
      background-color: #000000;
      position: relative; } }
  .homePage .inner-col {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
    position: relative;
    opacity: 0.7;
    transition: 0.5s; }
  .homePage .inner-col:hover {
    transform: scale(1.1);
    opacity: 1; }
  .homePage .row {
    width: 47.5%;
    height: 7.5%;
    float: left;
    overflow: hidden;
    position: relative; }
    .homePage .row .title {
      text-align: center;
      line-height: 6.5vh;
      cursor: pointer;
      font-family: Bitterbrush;
      color: #fff;
      font-size: 2em;
      top: auto;
      transition: 0.5s; }
      .homePage .row .title a {
        color: #fff;
        font-size: 2em;
        line-height: 0.5;
        text-decoration: none; }
    @media screen and (max-width: 468px) {
      .homePage .row .title {
        font-size: 1.3em; }
        .homePage .row .title a {
          font-size: 1.3em;
          line-height: 0.5; } }
    .homePage .row .title:hover {
      transform: scale(1.1); }
    .homePage .row--top {
      width: 50%; }
  .homePage .mouse {
    width: 5%;
    height: 7.5%;
    float: left;
    overflow: hidden;
    background-color: #D71920;
    position: relative; }
  .homePage .title {
    width: 100%;
    position: absolute;
    top: 15%;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    font-family: Bitterbrush;
    text-align: center;
    transition: 0.5s; }
    .homePage .title a {
      color: #fff;
      font-size: 2em;
      line-height: 0.5;
      text-decoration: none; }
  .homePage .title:hover {
    transform: scale(1.1); }

@media screen and (max-width: 1100px) {
  .homePage .row .title {
    font-size: 1.5em; }
    .homePage .row .title a {
      font-size: 1.5em; }
  .homePage .title {
    font-size: 1.5em; }
    .homePage .title a {
      font-size: 1.5em; }

  .icon-scroll {
    zoom: 0.3; } }
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 25px;
  zoom: 0.5;
  cursor: pointer;
  transition: 0.5s; }

.icon-scroll:hover {
  transform: scale(1.1); }

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px); } }
.containerScroll {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 75px; }
  .containerScroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite; }
  .containerScroll .chevron:first-child {
    animation: move 3s ease-out 1s infinite; }
  .containerScroll .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite; }
  .containerScroll .chevron:before,
  .containerScroll .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff; }
  .containerScroll .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg); }
  .containerScroll .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg); }
@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(30px); }
  67% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }
  .containerScroll .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite; }
@keyframes pulse {
  to {
    opacity: 1; } }
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: #D71920; }

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: #8B0304 !important;
  border-color: #8B0304 !important;
  color: #ffffff !important; }

.black_background #main {
  margin-top: 0px;
  padding-bottom: 0px;
  background: #000;
  color: #fff; }
  .black_background #main .entry-title {
    color: #fff; }
  .black_background #main .entry-header {
    border-bottom: 3px solid #fff; }

.back_image {
  background-color: #000000;
  background-image: url("https://viva.ug/wp-content/uploads/2024/01/donate-viva-uganda-2.webp");
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important; }

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
  padding: 0px 200px; }
  @media only screen and (max-width: 1300px) {
    .post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
      padding: 0px 150px; } }
  @media only screen and (max-width: 1000px) {
    .post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
      padding: 0px 100px; } }
  @media only screen and (max-width: 900px) {
    .post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
      padding: 0px 0px; } }

p {
  text-align: justify; }

.modern-footnotes-list {
  overflow-wrap: anywhere; }

.colTitle {
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  background-color: #D71920;
  color: #ffffff !important; }
  @media only screen and (max-width: 500px) {
    .colTitle {
      font-size: 1.1em;
      line-height: 1.1; } }

.pounds {
  font-size: 1.3em; }

.subs_area_mobile {
  display: none; }

.subs_area {
  display: flex;
  width: 100%;
  margin: 50px 0px; }

.subs_month {
  width: 80%;
  display: table;
  border-collapse: collapse; }

.subs_life {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #D71920;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  cursor: pointer; }
  .subs_life .lifebutton {
    margin-top: 30px; }
    .subs_life .lifebutton a {
      background: #fff;
      padding: 10px 20px;
      border-radius: 10px;
      font-size: 1.2em;
      color: #D71920;
      text-decoration: none;
      transition: 0.3s; }
      .subs_life .lifebutton a:hover {
        background-color: #f0f0f0;
        color: #8B0304; }

.subs_area_year {
  width: 100%;
  margin: 50px auto;
  display: block; }

.subs_year {
  width: 100%;
  display: table;
  border-collapse: collapse; }

.subs_month_Row {
  display: table-row; }
  .subs_month_Row:nth-child(even) {
    background-color: #f9f9f9; }

.subs_month_Cell {
  display: table-cell;
  padding: 12px 15px;
  border: 1px solid #e7e7e7;
  vertical-align: middle;
  text-align: center;
  font-weight: 600; }
  .subs_month_Cell--dark, .subs_month_Cell--green, .subs_month_Cell--orange, .subs_month_Cell--blue, .subs_month_Cell--red {
    color: #fff;
    min-height: 185px;
    font-size: 1.1em;
    vertical-align: top;
    padding-top: 20px;
    cursor: pointer; }
  .subs_month_Cell--dark {
    background-color: #545454; }
  .subs_month_Cell--green {
    background-color: #A6CE39; }
  .subs_month_Cell--orange {
    background-color: #FCAF17; }
  .subs_month_Cell--blue {
    background-color: #00ABE6; }
  .subs_month_Cell--red {
    background-color: #D71920; }
  .subs_month_Cell--tit {
    text-align: left;
    width: 35%; }

.subs_area_year .subs_month_Cell {
  width: 30%; }
  .subs_area_year .subs_month_Cell--tit {
    width: 40%; }

.subs_area_year.activist .subs_month_Cell {
  width: 50%; }
  .subs_area_year.activist .subs_month_Cell--tit {
    width: 50%; }

.included, .not_included {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.included {
  background-image: url("https://viva.org.uk/wp-content/themes/html5blank-stable/img/included.png"); }

.not_included {
  background-image: url("https://viva.org.uk/wp-content/themes/html5blank-stable/img/not_included.png"); }

.joinB {
  font-size: 1.3em; }
  .joinB a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px; }
    .joinB a:hover {
      color: #dbdbdb; }
  .joinB--green {
    background-color: #A6CE39; }
  .joinB--blue {
    background-color: #00ABE6; }
  .joinB--orange {
    background-color: #FCAF17; }

.joinB a::after {
  content: '→';
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out; }

.joinB a:hover::after {
  transform: translateX(5px); }

@media only screen and (max-width: 900px) {
  .subs_area, .subs_area_year {
    display: none; }

  .subs_area_mobile {
    display: block;
    margin-bottom: 25px; }

  .subs_area_mobile .subs_month {
    width: 100%;
    border: 1px solid #ddd; }

  .subs_area_mobile .subs_month_Row:not(:first-child):not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none; }

  .subs_area_mobile .subs_month_Row,
  .subs_area_mobile .subs_month_Cell {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    min-height: 0; }

  .subs_area_mobile .subs_month_Row {
    border-bottom: 1px solid #f0f0f0; }

  .subs_area_mobile .subs_month_Row:last-of-type {
    border-bottom: none; }

  .subs_area_mobile .subs_month_Cell[onclick] {
    padding: 20px;
    font-size: 1.2em;
    line-height: 1.4; }

  .subs_area_mobile img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    padding: 15px 0; }

  .subs_area_mobile .subs_month_Cell--tit {
    text-align: center;
    padding: 15px;
    background-color: #f7f7f7;
    color: #222; }

  .subs_area_mobile .joinB a {
    display: block;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff; }

  .hideRow {
    display: none !important; } }
.formDonEm {
  width: 553px;
  background-color: #FFF; }
  .formDonEm .slick-slide {
    max-width: 553px; }

@media only screen and (max-width: 570px) {
  .formDonEm {
    width: 100%; }
    .formDonEm .slick-slide {
      max-width: calc(100vw - 100px) !important; } }
@media only screen and (max-width: 480px) {
  .formDonEm {
    width: 100%; }
    .formDonEm .slick-slide {
      max-width: calc(100vw - 30px) !important; } }
#external-buttons .butdon {
  font-size: 1.3em;
  font-weight: 600;
  cursor: pointer;
  text-shadow: none;
  width: 35%;
  text-align: center;
  background: #ebe7e7;
  padding: 10px 0;
  transition: 0.3s;
  color: #444;
  line-height: 1.2; }
  @media only screen and (max-width: 500px) {
    #external-buttons .butdon {
      font-size: 1em; } }
#external-buttons .active {
  background: #D71920;
  color: #fff; }

.monthly-don, .legacies-don {
  padding: 40px;
  text-align: center; }
  .monthly-don p, .legacies-don p {
    text-shadow: none;
    color: #444;
    font-size: 1em;
    margin: 0px 0px 20px 0px; }
  .monthly-don a, .legacies-don a {
    background: #FCAF17;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    font-size: 1.3em;
    transition: 0.3s;
    line-height: 1.2;
    margin-top: 50px; }
    @media only screen and (max-width: 600px) {
      .monthly-don a, .legacies-don a {
        font-size: 1em; } }
    @media only screen and (max-width: 500px) {
      .monthly-don a, .legacies-don a {
        font-size: 0.9em; } }
    @media only screen and (max-width: 500px) {
      .monthly-don a, .legacies-don a {
        font-size: 0.8em; } }
  .monthly-don a:hover, .legacies-don a:hover {
    background: #F15A22;
    color: #fff; }
  .monthly-don .sub, .legacies-don .sub {
    cursor: pointer;
    background-color: #D71920;
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
    transition: 0.5s;
    padding: 10px 0px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 600px) {
      .monthly-don .sub, .legacies-don .sub {
        font-size: 1em; } }
    @media only screen and (max-width: 500px) {
      .monthly-don .sub, .legacies-don .sub {
        font-size: 0.9em; } }
    @media only screen and (max-width: 500px) {
      .monthly-don .sub, .legacies-don .sub {
        font-size: 0.8em; } }
  .monthly-don .sub:hover, .legacies-don .sub:hover {
    filter: brightness(1.2); }

.colTitle {
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  background-color: #D71920;
  color: #ffffff !important; }
  @media only screen and (max-width: 500px) {
    .colTitle {
      font-size: 1.1em;
      line-height: 1.1; } }

.colTitle.title {
  font-size: 2.5em;
  line-height: 1.3;
  color: #fff; }
  @media only screen and (max-width: 500px) {
    .colTitle.title {
      font-size: 1.5em;
      line-height: 1.3; } }

.give-embed-form, .give-embed-receipt {
  display: inline-flex; }

@media only screen and (max-width: 1100px) {
  body {
    --wp--preset--spacing--80: 2rem; } }
.site-content {
  min-height: 80vh; }

.donationBut {
  margin: 10px 0px;
  margin-bottom: 0pc;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.42857;
  border-radius: 4px;
  transition: 0.5s;
  width: 100%;
  border-radius: 5px;
  font-weight: 700;
  background-color: #D71920;
  color: #fff;
  padding: 10px; }

.formDonation {
  width: 100%;
  height: auto; }

.donationBut.active, .donationBut:hover {
  background-color: #8B0304 !important; }

.donation-width {
  max-width: 1500px; }

.container {
  max-width: 800px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.donation-item {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 5px solid #4CAF50;
  background-color: #f9f9f9; }

.donation-amount {
  font-size: 1.5em;
  color: #4CAF50;
  font-weight: bold;
  margin-bottom: 5px; }

.donation-description {
  font-size: 1em; }

.impact {
  font-style: italic;
  color: #777; }

.donate-button {
  display: block;
  width: 200px;
  margin: 20px auto;
  padding: 10px 15px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px; }

.donate-button:hover {
  background-color: #388E3C; }

.noMargin {
  margin: 0px !important; }

.noPadding {
  padding: 0px !important; }

@media only screen and (max-width: 800px) {
  .page-id-128191 #main {
    margin-top: 0px; }
  .page-id-128191 .entry-content {
    margin-top: 0px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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