/*
	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;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.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;
  min-height: 30px;
  height: auto;
  padding: 0;
  padding-bottom: 10px;
  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;
}

.container_result {
	position: relative;
	max-width: 170px;
	margin: 0 auto 25px auto;
	height: auto;
}

/* For radio buttons */
.donate-page .donation-amount .form-item {
	margin: 0;
	font-weight: lighter;
	width: 49%;
	display: inline-block;
	text-align: center;
}
.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  label.btn {
    padding: 14px 0;
    width: 100%;
    /*max-width: 250px;*/
    margin: 0 auto;
    margin-bottom: 5px;
}
.custom-radio  label.btn {
    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;
  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: 5px;
}

/* 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,
.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,
.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,
.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,
.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;
	position: relative;
}

.donate-page .exp-date .month label.error {
	position: absolute;
	left: 246px;
	bottom: -12px;
	display: block;
	white-space: nowrap;
	margin: 0;
}

.donate-page .exp-date .year {
  float: left;
  margin-bottom: 0;
  position: relative;

}

.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;
  text-transform: none;
}



.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;
}

.reservation .form-radio {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.reservation label:hover {
	cursor: pointer;
}

.reservation label.error {
	position: absolute;
	bottom: -15px;
	margin: 0 !important;
	left: 0;
}

.reservation > .form-content {
	position: relative;
}

.extra-details {
	 position: relative;
}

.extra-details label.error {
    position: absolute;
    margin: 0 !important;
    white-space: nowrap;
    bottom: -18px;
    left: 0;
}

@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%;
    }
}



/*-----------------------------------------------------------------------------
 *           GOOGLE TRANSLATOR
 *---------------------------------------------------------------------------*/
.google-translator-container {
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .google-translator-container {
    text-align: right;
  }
}


/*-----------------------------------------------------------------------------
 *           WCF XI
 *---------------------------------------------------------------------------*/
/* Resets */
.btn {
    font-size: 18px !important;
}


/* Page Styles */
#wcfxi-header {
    background-position: center 34% !important;
    text-align: center;
    padding-bottom: 15px;
}

.wcfxi-title {
    padding-top: 5% !important;
    padding-bottom: 25% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.wcfxi-title * {
    color: #fff;
}
.wcfxi-title h1 {
    font-size: 46px;
    line-height: 46px;
}

.wcfxi-subtitle * {
    color: #59a7da;
}
.wcfxi-subtitle {
    padding-top: 0px !important;
    padding-bottom: 3% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.wcfxi-subtitle h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}


.wcfxi-header-internal .wcfxi-title {
    padding-top: 150px !important;
    padding-right: 15px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
    background-color: rgba(0,0,0,0.25) !important;
}
.wcfxi-header-internal .wcfxi-subtitle {
    background-color: rgba(0,0,0,0.25) !important;
}
.wcfxi-header-internal .wcfxi-subtitle * {
    color: #fff;
}

.contact-buttons .btn {
    max-width: 350px;
}

.home-excerpt p {
    font-size: 20px;
    color: #000;
}

.wcf11-separator h4 {
  font-size: 22px !important;
}

.wcf11-speakers .vc_gitem-post-data,
.wcf11-speakers .vc_gitem-post-data p {
    margin-bottom: 0px;
    color: #fff !important;
}
.wcf11-speakers .vc_gitem-post-data.post_title * {
    font-size: 16px !important;
}

.wcf11-speakers .vc_gitem-post-data.post_excerpt * {
    font-size: 12px !important;
    margin-bottom: 2px;
}

.vc_separator h4 {
    font-size: 26px !important;
}

#subfooter.light {
    background: #ffffff;
}

.extra-details span {
	font-size: 10px;
}

.extra-details .form-item {
    position: relative;
    padding: 1px 0 0 24px;

}

.extra-details .form-item:hover {
	cursor: pointer;
}

.extra-details .form-radio {
	position: absolute;
	left: 0;
	top: 1px;
	margin: 0;
}

@media only screen and (min-width: 1400px) {
    .wcfxi-title {
        padding-top: 5% !important;
        padding-bottom: 26% !important;
    }
    .wcfxi-subtitle {
        padding-top: 0px !important;
        padding-bottom: 2% !important;
    }
}

@media only screen and (max-width: 1025px) {
  .header .logo .logoimg {
      max-height: 120px;
  }
}
@media only screen and (max-width: 769px) {
  #subfooter .subfooter-menu-holder .logolink .logoimg {
      max-height: 140px;
  }
  .btn {
        font-size: 16px !important;
        line-height: 1;
    }
}
