/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2019 | 16:21:57 */
.giving-page{
  font-size: 20px;
}
.giving-page .header {
  text-align: center;
  text-transform: uppercase;
}

.giving-page .header h2 {
  font-size: 3.4em;
}


.giving-page .header h3 {
  font-size: 2.22em;
  color: #3B4F82;
}
.giving-page .header h3 span {
	color: #F5B12F;
}

.giving-page .header h2 span {
  color: #3E4F82;
}

.giving-page .pictures {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.giving-page .pictures div {
  width: 32.3%;
}
.giving-page .pictures div img {
  width: 100%;
}

.giving-page .subtext {
  text-align: center;
  font-size: 1.3em;
  line-height: 130%;
}

.giving-page .subtext p {
  max-width: 700px;
  margin: 0px auto 40px;
  color: #333;
}

.giving-page .subtext p .inline-title {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 1px;
  left: 1px;
}


.giving-page .buttons {
  width: 101%;
  margin-top: 65px;
}
.giving-page .buttons div {
  width: 24%;
   margin-right: 0.6%;
   display: inline-block;
   vertical-align: top;

}

.giving-page .buttons div:last-child {
  margin-right: 0%;
}
.giving-page .buttons a {
  display: block;
  background: #eee;
  padding: 16px;
  text-align: center;
  border: 4px solid #F6B332;
  border-radius: 10px;
  padding-bottom: 24px;
  padding-top: 35px;

  text-decoration: none;
  position: relative;
  transition: border 500ms;

}

.giving-page .buttons p {
  font-size: 0.88em;
  color: #333;
}

.giving-page .buttons h4 {
  font-size: 1em;
  color: #3E4F82;
  font-weight: bold;
}

.giving-page .buttons a:after {
  content: "»";
  position: absolute;
  background: #F6B332;
  color: #fff;
  padding: 5px 12px 10px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: bold;

  left: auto;
  right: auto;
  margin-left: -17px;
  bottom: -20px;
  transition: background 500ms;
  
  -ms-transform: translateX(346%)
}

.giving-page .buttons a:before {
  content: " ";
  position: absolute;

  width: 60px;
  height: 60px;

  left: auto;
  right: auto;
  margin-left: -29px;
  top: -30px;
  
  -ms-transform: translateX(220%);
}

.giving-page .buttons a.donate:before {
    background: url(https://lifetown.com/wp-content/uploads/2016/04/Lifetown-Giving-Options_23.png) no-repeat;
}


.giving-page .buttons a.installment:before {
    background: url(https://lifetown.com/wp-content/uploads/2016/04/Lifetown-Giving-Options_17.png) no-repeat;
}


.giving-page .buttons a.stocks:before {
    background: url(https://lifetown.com/wp-content/uploads/2016/04/Lifetown-Giving-Options_20.png) no-repeat;
}


.giving-page .buttons a.naming:before {
    background: url(https://lifetown.com/wp-content/uploads/2016/04/Lifetown-Giving-Options_26.png) no-repeat;
}

.giving-page .buttons p a {
  display: none;
}


.giving-page .buttons a:hover {
  border-color: #3E4F82;
}
.giving-page .buttons a:hover:after {
  background-color: #3E4F82;
}






.giving-page .counts {
  display: flex;
  width: 100%;
}
.giving-page .counts .thermometer {
  width: 65%;
}

.giving-page .counts .thermometer p {
  color: #555;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "Open Sans";
  position: relative;
  text-align: center;

}
/*
.giving-page .counts .thermometer .rprogress-container  {
  padding: 2px;
  border: 2px solid #3C4F82;
  height: 51px;
  border-radius: 5px;
  background: #eee;
}
.giving-page .counts .thermometer .rprogress-wrap  {
  height: 43px;
  margin-top: 0;
  margin-bottom: 0;
}

.giving-page .counts .thermometer .rprogress-bar  {
  height: 43px;
  background: #eee !important;
}


.giving-page .counts .thermometer .rprogress-text  {
  padding-top: 6px;
  padding-left: 6px;
}
*/

.giving-page .thermometer .wptime-plugin-progress-wrap {
  height: 52px;
  padding: 4px;
  border: 3px solid #3C4F82;
  border-radius: 4px;
  margin-bottom: 8px !important;
}

.giving-page .thermometer .wptime-plugin-progress-bar {
  height: 38px !important;
  padding: 4px;
  border: 3px solid #3C4F82;
  border-radius: 4px;

  transition: width 1s ease-in-out;

  -webkit-animation: animate-from-zero-width 2s;
  animation: animate-from-zero-width 2s;
}

@-webkit-keyframes animate-from-zero-width {
    from {width: 0px;}
    to { }
} 
@keyframes animate-from-zero-width {
    from {width: 0px;}
    to { }
} 

.giving-page .thermometer .wptime-plugin-progress-wrap span {
  width: 100%;
  padding-right: 25px;
  text-align: right;
  display: block;
  color: #666 !important;
  padding-top: 9px;
}

.giving-page .thermometer .wptime-plugin-progress-wrap span span {
  left: 0;
  top: 4px !important;
  font-size: 20px !important;
  font-weight: bold;
  display: block;
  text-align: left;
  color: #fff !important;
  padding-top: 0;
}


.giving-page .counts .countdown {
  width: 35%;
}

.giving-page .counts .countdown .ujiCountdown {
  float: right;
  margin-right: 10px;
}

.giving-page .countdown .countdown_section .countdown_amount {
  background: #3E4F82 !important;
  text-shadow: rgb(0, 0, 0) 0px 0px 0px !important;
  font-size: 32px !important;
  box-shadow: none !important;
  border-radius: 6px;
}

@media (max-width: 1300px) {
  .giving-page .buttons a br {
    display: none;
  }

}

@media (max-width:1140px) {
.giving-page .counts {
  flex-flow: column;
}
.giving-page .counts .thermometer {
  width: 100%;
}

.giving-page .counts .countdown {
  width: 100%;
  margin-bottom: 15px;
}
.giving-page .counts .countdown .ujiCountdown {
    float: none;
  margin-top: 30px;
}

}

@media (max-width: 1000px) {
  .giving-page .buttons {
    flex-wrap: wrap;
  }
  .giving-page .buttons div {
    width: 48%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
    .giving-page {
    font-size: 16px;
  }

  .giving-page .pictures div:nth-of-type(3) {
    display: none;
  }

  .giving-page .pictures div {
    width: 48%;
  }

  .giving-page .subtext p .inline-title {
    bottom: 0px;
    width: 86px;
  }
}


@media (max-width: 500px) {
  .giving-page .buttons {
    flex-wrap: wrap;
  }
  .giving-page .buttons div {
    width: 100%;
  }
    .giving-page .header h2 {
    font-size: 2.3em;
  }
  .giving-page .header h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 450px) {
.giving-page .countdown .countdown_section .countdown_amount {
  font-size: 20px !important;
}
}



