/*
	Theme Name: GoodLife Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>GoodLife Magazine WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: goodlife-wp
*/

@import url("../goodlife-wp/style.css");

/*------------------------------------*\
  Resets
\*------------------------------------*/

.post.listing .post-bottom-meta {
      font-family: "Poppins", sans-serif;
}

h1 a, 
h2 a,
h3 a, 
h4 a, 
h5 a, 
h6 a {
  color: #2ba6cb;
}
h1 a:hover, 
h2 a:hover,
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
  color: #649fd6;
}

/*------------------------------------*\
  Donate
\*------------------------------------*/
.donate-page header {
	height: 100px;
        margin-top: 50px !important;
}

.donate-page .brand {
    background: url(../images/header_border.jpg) repeat-x top center #fff;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.donate-page .brand img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding-top: 5px;
}

.donate-page .element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Clearfix, now with less junk */
.donate-page .cf:before,
.donate-page .cf:after {
    content:"";
    display:table;
}
.donate-page .cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.donate-page .cf {
    zoom:1;
}


/* Form Bottom */

.donate-page .form-bottom {
  padding: 0;
}

.donate-page .donation-form {
  color: #3C3C3C;
  margin: 0 auto;
  width: 530px;
}


/* Required fields mark (*) */
.donate-page .required {
  color: #F00000;
  margin-left: 5px;
}

/* Fieldeset container */
.donate-page .field-group {
  margin: auto;
  margin-bottom: 35px;
  position: relative;
  max-width: 600px;
}

/* All form fields container, excluding fieldset's legend*/
.donate-page .form-content {
  background-color: transparent;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}

/* Fieldset legends */
.donate-page legend {
  font-size: 18px;
  font-weight: bold;
  text-indent: 0;
  text-transform: capitalize;
  padding-top: 10px;
  border-bottom: none;
  margin-bottom: 0;
}

.donate-page .payment-details legend,
.donate-page .payment-method legend,
.donate-page .recurring-donation legend,
.donate-page .personal-details legend,
.donate-page .bank-details legend,
.donate-page .donation-amount legend {
  color: #59a7da;
  background: none;
  height: 30px;
  padding: 0;
  width: 100%;
}

.donate-page .donation-amount label.error {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
}

/* Each field item container including label */
.donate-page .form-item {
  margin-bottom: 18px;
}


/* For radio buttons */
.donate-page .donation-amount .form-item {
    font-style: italic;
    margin-right: 10px;
    font-weight: lighter;
    width: calc(12% - 12px);
    display: inline-block;
}
.donate-page .donation-amount .form-item.no-margin {
  margin-right: 0;
}

.donate-page .donation-amount .form-item .form-radio {
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  color: #67A95B;
}

.donate-page .donation-amount input:focus{
  border: none;
  border-color: transparent;
}

.donation-amount .form-item:hover {
	cursor: pointer;
}

.donate-page .donation-amount .form-item .form-radio {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: top;
}

/*Custom radio buttons*/
.custom-radio.col-xs-6,
.custom-radio.col-xs-4 {
    display: inline-block;
    margin: auto;
    text-align: center;
}
.custom-radio.col-xs-6 {
    width: calc(50% - 3px);
}
.custom-radio.col-xs-4 {
    width: calc(33.33333% - 4px);
}
.custom-radio input[type="radio"] {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    left: -999999px;
    position: absolute;
}
.custom-radio input[type="radio"] + label.btn,
.custom-radio-crypto>a,
.custom-radio-paypal>a {
    padding: 14px 0;
    width: 100% !important;
    /*max-width: 250px;*/
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 14px;
}
.custom-radio-crypto {
    margin-left: 0% !important;
}
.custom-radio-crypto>a {
    background: #fff;
    border-radius: 0;
    height: auto;
    min-width: 0;
}
.custom-radio-crypto>a>span {
    font-family: 'Poppins';
    line-height: 11px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #080808;
    background: transparent;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.custom-radio input[type="radio"] + label.btn:hover,
.custom-radio input[type="radio"]:checked + label.btn,
.custom-radio-crypto>a:hover {
    background: #080808;
    border-color: #080808;
    color: #fff;
}

/* Selected donation */
.donate-page #result {
  border: 1px solid #D1D1D1;
  color: #67A95B;
  clear: both;
  font-size: 36px;
  font-weight: bold;
  float: none;
  height: 58px;
  line-height: 30px;
  margin-top: 25px;
  padding: 4px 10px 0 33px;
  width: 170px;
  -webkit-border-radius: 8px; /* Safari 3-4, iOS 1-3.2, Android Ã¢â€°Â¤1.6 */
     -moz-border-radius: 8px;
          border-radius: 8px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
  -webkit-box-shadow: inset 0px 1px 2px 0px #D1CDCA; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: inset 0px 1px 2px 0px #D1CDCA; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
          box-shadow: inset 0px 1px 2px 0px #D1CDCA; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}

.donate-page .form-content img#dollar {
	position: absolute;
	bottom: 12px;
	left: 9px;
         display: block !important;
}
.ie8 .donate-page #result {
	height: 46px;
	padding-top: 18px;
}

.donate-page input.form-checkbox {
    margin-right: 8px;
}

/* Vertical center alignment of labels */
.donate-page label {
  padding-top: 5px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

/* Default styles for text input fields */
.donate-page .form-select#country,
.donate-page .form-select#account_holder_type,
.donate-page .form-text {
  border: 1px solid #D1D1D1;
  clear: both;
  float: right;
  padding: 5px 10px;
  width: 357px;
  height: 32px;
  -webkit-border-radius: 8px; /* Safari 3-4, iOS 1-3.2, Android Ã¢â€°Â¤1.6 */
     -moz-border-radius: 8px;
          border-radius: 8px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
  -webkit-box-shadow: inset 0px 1px 2px 0px #D1CDCA; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: inset 0px 1px 2px 0px #D1CDCA; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
          box-shadow: inset 0px 1px 2px 0px #D1CDCA; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
  margin-bottom: 0;
}

.donate-page .form-select#country,
.donate-page .form-select#account_holder_type {
  padding: 2px 0 2px 5px;
  height: 32px;
  width: 357px;
}

.donate-page .exp-date .form-select {
  margin-left: 7px;
  padding: 2px 0;
  width: 100%;
  height: 32px;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
		  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 2px 0px #D1CDCA;
	 -moz-box-shadow: inset 0px 1px 2px 0px #D1CDCA;
		  box-shadow: inset 0px 1px 2px 0px #D1CDCA;
}

.ie8 .donate-page .form-select#country,
.ie8 .donate-page .form-select#account_holder_type,
.ie8 .donate-page .exp-date .form-select,
.gecko .donate-page .form-select#country,
.gecko .donate-page .form-select#account_holder_type,
.gecko .donate-page .exp-date .form-select {
	padding: 6px 0 6px 5px;
}

.donate-page .exp-date .month .form-select {
    width: 120px;
    margin-right: 15px;
}

.donate-page .exp-date .year .form-select {
    width: 64px;
}


.donate-page .zip {
  float: right;
  width: 65px;
}

/* Overides default focus styles from browsers */
.donate-page input:focus {
  border: 1px solid #002D62;
  outline: none;
}


/* PERSONAL DETAILS */
.donate-page .personal-details label.error,
.donate-page .bank-details label.error{
  margin-left: 243px;
}

/* PAYMENT DETAILS */
.donate-page .payment-details,
.donate-page .bank-details{
  display: none;
}
.donate-page .card-number label {
  float: left;
  margin-right: 128px;
}

/* Card number */
.donate-page .card-number .form-text {
  float: left;
  clear: none;
  width: 195px;
  margin-left: 0px;
}

.donate-page .cards-image {
  margin-left: 14px;
  padding: 6px 0 0;
}

.donate-page .card-number label.error {
    position: relative;
    top: 0;
    left: 243px;
    width: 100%;
    margin: 0;
}


/* Expiration date */
.donate-page .exp-date label {
  margin-right: 108px;
}

.donate-page .exp-date .month {
  float: left;
  margin-bottom: 0;
}

.donate-page .exp-date .month label.error {
	margin-right: 30px;
	position: relative;
	float: right;
	width: 90px;
	text-align: center;
}

.donate-page .exp-date .year {
  float: left;
  margin-bottom: 0;
}

.donate-page .exp-date .year label.error {
	text-align: center;
	margin-right: 20px;
}

/* CVV */
.donate-page .cvv label {
    float: left;
    margin-right: 205px;
    vertical-align: middle;
}

.donate-page .cvv .form-text {
  clear: none;
  float: left;
  margin-right: 10px;
  width: 86px;
}

.donate-page .cvv .help-text {
    color: red;
    cursor: help;
    position: absolute;
    bottom: 30px;
}

.donate-page .cvv .help-text a {
  color: red;
  font-size: 12px;
  text-decoration: none;
}

.donate-page .cvv label.error {
    position: relative;
    top: 5px;
    left: 243px;
    width: calc(100% - 84px);
    margin: 0;
    height: 0;
    padding: 0;
}

/* DONATE BUTTON */
.donate-page .form-footer {
  border: 1px solid #EBEAE9;
  padding: 50px;
  margin-left: -50px;
  margin-bottom: 52px;
  width: 520px;
}

.donate-page .donate-message {
  background: url(../img/separator.png) no-repeat right center;
  color: #3C3C3C;
  font-size: 11px;
  font-weight: bold;
  float: left;
  margin-right: 23px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 33px;
  width: 257px;
}

.donate-page .form-submit {
  border: none;
  cursor: pointer;
  height: 60px;
  margin-top: 31px;
  width: 100%;
  max-width: 260px;
  -webkit-border-radius: 8px; /* Safari 3-4, iOS 1-3.2, Android Ã¢â€°Â¤1.6 */
          border-radius: 8px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
  background: #59a7da;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.donate-page .main-submit {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 30px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 50px;
}

.donate-page .main-submit .form-submit {
	margin: auto;
}

.donate-page .special-message {
  padding: 1em 0;
  text-align: center;
}


.donate-page input.error,
.donate-page select.error {
  border: 1px solid #F00000 !important;
}

.donate-page select.error {
  border: 1px solid #F00000;
}


.donate-page label.error {
  color: #F00000;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}



.donate-page .footer-text {
  clear: both;
  color: #838383;
  font-size: 13px;
}

.donate-page .footer-logo {
  text-align: center;
}

  /* Payment Details */

.donate-page .form-bottom .field-group.payment-details .form-select {
  margin-left: -4px;
}
    
.donate-page .agreed-message {
    color: #59a7da;
    font-style: italic;
    padding-top: 10px;
}


/*-----------------------------------------------------------------------------
 *           ERROR
 *---------------------------------------------------------------------------*/
.donate-page .transaction-error {
  background: #FF4D4D;
  font-size: 14px;
  color: white;
  padding: 10px;
  margin: 10px 0;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.donate-page .transaction-error li,
.donate-page .transaction-error p {
  padding: 5px 0;
  text-align: center;
}

.donate-page .transaction-error li {
  list-style: disc inside;
}

/*-----------------------------------------------------------------------------
 *           THANKS PAGE
 *---------------------------------------------------------------------------*/
.donate-page .thanks {
  font-size: 14px;
  min-height: 1200px;
}

.donate-page .thanks .form-content {
  margin: 50px 0;
  text-align: center;
}

.donate-page .thanks h2 {
  margin: 20px auto;
  font-size: 30px;
  color: #666;
  text-indent: -9999px;

  background: url(../img/donation_title.png) no-repeat left top;
  height: 18px;
  width: 384px;
  /* IE 7- hack for text-indent */
  text-transform: capitalize;
  font-size: 0;
}

.donate-page .thanks .intro-message {
  color: #a3a3a3;
  margin: 130px 0 55px;
  text-align: center;
}

.donate-page .thanks .message-option {
  color: #a3a3a3;
}

.donate-page .thanks .message-option p {
  line-height: 1.5;
  padding-bottom: 30px;
}

.donate-page .stand-button {
  background: url(../img/stand_button.jpg) no-repeat left top;
  display: block;
  margin: 0 auto 50px;
  height: 43px;
  width: 453px;
}

.donate-page .thanks-message {
  text-align: center;
  color: #233F60;
  font-weight: bold;
  font-size: 21px;
  padding: 20px 0 40px;
}

.donate-page .bottom-message {
  color: #a3a3a3;
  font-style: italic;
  line-height: 1.5;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 457px;
}

.donate-page .bottom-message p {
  padding-bottom: 30px;
}


.donate-page .thanks-ruth,
.donate-page .thanks-ruth .main-container {
  min-height: 1000px;
  padding: 0;
}

.donate-page .thanks-ruth .banner {
  margin-top: 40px;
}

.donate-page .thanks-ruth .message {
  color: #666;
  margin-top: 20px;
  padding: 0 50px;
}



@media only screen and (max-width: 650px) {
    .donate-page .donation-amount .form-item {
        width: 24%;
        display: inline-block;
        margin-right: 0;
    }
    .donate-page #result {
        width: 100%;
    }
    .donate-page .personal-details label,
    .donate-page .payment-details label,
    .donate-page .bank-details label {
        width: 100%;
        margin-bottom: 5px;
    }
    .donate-page .personal-details label.error,
    .donate-page .bank-details label.error {
        margin-left: 0;
    }
    .donate-page .personal-details input,
    .donate-page .payment-details input,
    .donate-page .bank-details input,
    .donate-page .personal-details select,
    .donate-page .payment-details select,
    .donate-page .bank-details select,
    .donate-page .form-select#country,
    .donate-page .form-select#account_holder_type {
        width: 100%;
        float: none;
        display: block;
    }
    .donate-page .form-select#country,
    .donate-page .form-select#account_holder_type {
        width: 100%;
    }
    .donate-page .form-content img#dollar {
          bottom: auto;
          top: 166px;
      }
      @-moz-document url-prefix() {
          .donate-page .form-content img#dollar {
              bottom: auto;
              top: 132px;
          }
      }

      .donate-page .card-number .form-text {
          width: calc(100% - 164px);
      }
      .donate-page .card-number label.error {
        top: 0;
        left: 0;
        width: 100%;
        margin-right: 0;
    }
    .donate-page .exp-date .month {
        width: 50%;
    }
    .donate-page .exp-date label {
        margin-right: 0;
    }
    .donate-page .form-bottom .field-group.payment-details .form-select {
        margin: 0;
        width: 100% !important;
    }
    .donate-page .exp-date .year {
        width: 50%;
        margin-top: 24px;
        margin-bottom: 0;
    }
    .donate-page .cvv label.error {
        position: relative;
        left: 0;
        width: 100%;
    }
    .donate-page .cvv .form-text {
        width: calc(100% - 100px);
    }
    .donate-page .cvv .help-text {
      right: 0;
    }
    .donate-page .exp-date,
    .donate-page .cvv {
        float: none;
    }
    
    .custom-radio.col-xs-6,
    .custom-radio.col-xs-4 {
        width: 100%;
    }
    .custom-radio-crypto {
        margin-left: 0;
    }
}



/*-----------------------------------------------------------------------------
 *           GOOGLE TRANSLATOR
 *---------------------------------------------------------------------------*/
.google-translator-container {
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .google-translator-container {
    text-align: right;
  }  
}


/*-----------------------------------------------------------------------------
 *           EXTRA DONATION
 *---------------------------------------------------------------------------*/

.list-benefits ul {
  list-style: none;
  padding-left: 30px; 
}
.list-benefits ul li {
  position: relative;
  margin-bottom: 30px;
  
}

.list-benefits ul li::before {
  background-image: url(assets/images/checklist.png);
  background-position: right 0;
  display: block;
  content: " ";
  left: -29px;
  width: 19px;
  height: 23px;
  top: 6px;
  position: absolute;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.7;
  overflow: hidden;
}


.support a {
  display: inline-block;
  margin: 0 15px;
}

.donate-page .donation-extra #result {
  margin: 0;
}


.donation-extra .support {
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-extra .support img {
  padding: 0 20px;
}

.donation-extra  .recurring-donation label {
  margin: 0;
  padding: 0;
}
.donation-extra  .donation-amount .btn {
  width: 100% !important;
}

.recurring-donation legend span {
  font-size: 14px;
  font-weight: normal;
}

.support a .logoimg {
  max-height: 180px;
}

.donate-page .paypal-link {
  text-align: center;
  margin-top: 15px;
}
.donate-page .paypal-link p {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 18px;
}