/*!
 * Give Frontend SCSS/CSS
 *
 * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2016, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
 * Give CSS Variables
 */
/**
 * Clearfix
 */
.give-clearfix {
  *zoom: 1; }
  .give-clearfix:before, .give-clearfix:after {
    content: " ";
    display: table; }
  .give-clearfix:after {
    clear: both; }

/**
 * Box Sizing
 * https://github.com/timrogers/sass-box-sizing-mixin
 */
/**
 * CSS3 Easing
 */
.give-item-label {
  padding: .2em .4em .3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .give-item-label:hover {
    color: #fff;
    text-decoration: none; }

.give-item-label-gray {
  background-color: #929292; }

.give-item-label-orange {
  background-color: #ffba00; }

.give-item-label {
  padding: .2em .4em .3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .give-item-label:hover {
    color: #fff;
    text-decoration: none; }

/**
 * Give Frontend Fonts SCSS
 *
 * Fonts are from icomoon and the src paths need to be relative to template directory.
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
@font-face {
  font-family: 'give-icomoon';
  src: url("../assets/fonts/icomoon.eot?kdnr3d");
  src: url("../assets/fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff?kdnr3d") format("woff"), url("../assets/fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="give-icon-"], [class*=" give-icon-"] {
  font-family: 'give-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.give-icon-lamp:before {
  content: "\e603"; }

.give-icon-heart:before {
  content: "\e604"; }

.give-icon-question:before {
  content: "\e602"; }

.give-icon-info:before {
  content: "\e601"; }

.give-icon-new-tab:before {
  content: "\ea7e"; }

.give-icon-alert:before {
  content: "\f02d"; }

.give-icon-help:before {
  content: "\e606"; }

.give-icon-spinner:before {
  content: "\e605"; }

.give-icon-spinner2:before, form[id*='give-form'] .give-loading-animation:before {
  content: "\e607"; }

.give-icon-plus:before {
  content: "\e040"; }

.give-icon-minus:before {
  content: "\e041"; }

.give-icon-locked:before, [id*='give_secure_site_wrapper'] span.padlock:before {
  content: "\e600"; }

.dashicons-give:before {
  font-family: 'give-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800"; }

.fa-spin, form[id*='give-form'] .give-loading-animation {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sun Sep 7 2014 12:09 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }

/**
 * Give Frontend Receipt SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
body.give_receipt_page {
  background-color: #fff;
  color: #141412;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px; }
  body.give_receipt_page #give_receipt_wrapper {
    width: 660px;
    margin: 0 auto;
    padding: 50px 0; }
  body.give_receipt_page table {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px; }
  body.give_receipt_page td, body.give_receipt_page th {
    display: table-cell;
    text-align: left;
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
    font-weight: normal; }
  body.give_receipt_page th {
    font-weight: bold;
    text-transform: uppercase; }
  body.give_receipt_page h3 {
    font-size: 22px;
    margin: 40px 0 5px;
    clear: both;
    display: block;
    font-weight: bold; }

table#give_donation_receipt_products,
table#give_donation_receipt {
  width: 100%; }

table#give_donation_receipt td, table#give_donation_receipt th, table#give_donation_receipt td, table#give_donation_receipt th {
  text-align: left; }

table#give_donation_receipt .give-receipt-thead-text {
  font-size: 18px;
  text-align: center;
  display: block; }
  table#give_donation_receipt .give-receipt-thead-text > span {
    font-size: 16px; }

table#give_donation_receipt li {
  margin: 0 0 8px 10px; }

table#give_donation_receipt ul {
  margin: 0;
  padding: 0;
  list-style: none; }

table#give_donation_receipt .give_receipt_payment_status.pending,
table#give_donation_receipt .give_receipt_payment_status.revoked,
table#give_donation_receipt .give_receipt_payment_status.failed {
  color: #f73f2e; }

table#give_donation_receipt span.donation-level-text-wrap {
  font-style: italic;
  display: block; }

/**
 * Give Frontend Forms SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*------------------------------------
Layout
--------------------------------------*/
.give-clearfix {
  *zoom: 1; }
  .give-clearfix:before, .give-clearfix:after {
    content: " ";
    display: table; }
  .give-clearfix:after {
    clear: both; }

[id*='give-form'] .give-hidden {
  display: none; }

[id*='give-form'] fieldset {
  border: none;
  padding: 0;
  margin: 0;
  border: 0; }

[id*='give-form'] .give-form-title {
  margin: 0 0 15px; }

[id*='give-form'] div#give-sidebar-left {
  width: 38%;
  float: left; }

[id*='give-form'] div.images {
  margin: 0 0 15px; }
  [id*='give-form'] div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none; }

[id*='give-form'] .give-custom-amount-text {
  clear: both; }

[id*='give-form'] div.summary {
  width: 58%;
  float: right; }
  [id*='give-form'] div.summary.give-full-width {
    width: 100%;
    float: none; }

[id*='give-form'] .give_form select.give-select.required {
  color: #000; }

[id*='give-form'] div.give-form-content-wrap {
  margin: 0 0 20px; }

[id*='give-form'] div.give-form-content-wrap.give_post_form-content {
  margin: 20px 0 0 0; }

[id*='give-form'].give-display-reveal .give-btn, [id*='give-form'].give-display-modal .give-btn {
  margin: 0 0 15px; }

[id*='give-form'].give-display-reveal #give-payment-mode-select, [id*='give-form'].give-display-reveal #give_purchase_form_wrap, [id*='give-form'].give-display-modal #give-payment-mode-select, [id*='give-form'].give-display-modal #give_purchase_form_wrap {
  display: none; }

[id*='give-form'] .cc-address {
  margin-bottom: 15px; }

/*------------------------------------
Single Forms
--------------------------------------*/
.single-give_forms.et_right_sidebar #main-content .container:before {
  display: none; }

.single-give_forms .give_forms {
  *zoom: 1; }
  .single-give_forms .give_forms:before, .single-give_forms .give_forms:after {
    content: " ";
    display: table; }
  .single-give_forms .give_forms:after {
    clear: both; }

/*------------------------------------
Gravatar List
--------------------------------------*/
#give-purchase-gravatars .give-gravatars-title {
  margin: 0 0 15px; }

#give-purchase-gravatars .give-purchase-gravatars-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  #give-purchase-gravatars .give-purchase-gravatars-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0; }

/*------------------------------------
Base Form Styles
--------------------------------------*/
form[id*='give-form'],
#give-recurring-form,
form.give-form {
  margin: 0 0 25px;
  padding: 0; }
  form[id*='give-form'] .give-hidden,
  #give-recurring-form .give-hidden,
  form.give-form .give-hidden {
    display: none; }
  form[id*='give-form'] .give-tooltip,
  #give-recurring-form .give-tooltip,
  form.give-form .give-tooltip {
    margin: 0 3px;
    padding: 0;
    font-size: 14px;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    color: rgba(51, 51, 51, 0.5); }
    form[id*='give-form'] .give-tooltip:hover,
    #give-recurring-form .give-tooltip:hover,
    form.give-form .give-tooltip:hover {
      color: #333; }
  form[id*='give-form'] legend,
  form[id*='give-form'] h3.give-section-break,
  form[id*='give-form'] h4.give-section-break,
  #give-recurring-form legend,
  #give-recurring-form h3.give-section-break,
  #give-recurring-form h4.give-section-break,
  form.give-form legend,
  form.give-form h3.give-section-break,
  form.give-form h4.give-section-break {
    font-size: 1.15em;
    font-weight: bold;
    margin: 10px 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%; }
    form[id*='give-form'] legend span.sub-text,
    form[id*='give-form'] h3.give-section-break span.sub-text,
    form[id*='give-form'] h4.give-section-break span.sub-text,
    #give-recurring-form legend span.sub-text,
    #give-recurring-form h3.give-section-break span.sub-text,
    #give-recurring-form h4.give-section-break span.sub-text,
    form.give-form legend span.sub-text,
    form.give-form h3.give-section-break span.sub-text,
    form.give-form h4.give-section-break span.sub-text {
      font-style: italic;
      font-weight: normal; }
  form[id*='give-form'] .form-row,
  #give-recurring-form .form-row,
  form.give-form .form-row {
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px;
    overflow: visible;
    padding: 0; }
    form[id*='give-form'] .form-row:before, form[id*='give-form'] .form-row:after,
    #give-recurring-form .form-row:before,
    #give-recurring-form .form-row:after,
    form.give-form .form-row:before,
    form.give-form .form-row:after {
      content: " ";
      display: table; }
    form[id*='give-form'] .form-row:after,
    #give-recurring-form .form-row:after,
    form.give-form .form-row:after {
      clear: both; }
    form[id*='give-form'] .form-row:last-child,
    #give-recurring-form .form-row:last-child,
    form.give-form .form-row:last-child {
      margin-bottom: 15px; }
    form[id*='give-form'] .form-row label,
    #give-recurring-form .form-row label,
    form.give-form .form-row label {
      display: block;
      margin: 0 0 5px;
      position: relative;
      line-height: 1.7; }
      form[id*='give-form'] .form-row label.checkbox,
      #give-recurring-form .form-row label.checkbox,
      form.give-form .form-row label.checkbox {
        display: inline; }
    form[id*='give-form'] .form-row select, form[id*='give-form'] .form-row textarea, form[id*='give-form'] .form-row input[type="text"], form[id*='give-form'] .form-row input[type="tel"], form[id*='give-form'] .form-row input[type="email"], form[id*='give-form'] .form-row input[type="password"],
    #give-recurring-form .form-row select,
    #give-recurring-form .form-row textarea,
    #give-recurring-form .form-row input[type="text"],
    #give-recurring-form .form-row input[type="tel"],
    #give-recurring-form .form-row input[type="email"],
    #give-recurring-form .form-row input[type="password"],
    form.give-form .form-row select,
    form.give-form .form-row textarea,
    form.give-form .form-row input[type="text"],
    form.give-form .form-row input[type="tel"],
    form.give-form .form-row input[type="email"],
    form.give-form .form-row input[type="password"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      border-radius: 0;
      outline: none;
      color: #333;
      background-color: #FDFDFD;
      border: 1px solid #ccc;
      margin: 0;
      padding: .5em; }
      form[id*='give-form'] .form-row select:focus, form[id*='give-form'] .form-row textarea:focus, form[id*='give-form'] .form-row input[type="text"]:focus, form[id*='give-form'] .form-row input[type="tel"]:focus, form[id*='give-form'] .form-row input[type="email"]:focus, form[id*='give-form'] .form-row input[type="password"]:focus,
      #give-recurring-form .form-row select:focus,
      #give-recurring-form .form-row textarea:focus,
      #give-recurring-form .form-row input[type="text"]:focus,
      #give-recurring-form .form-row input[type="tel"]:focus,
      #give-recurring-form .form-row input[type="email"]:focus,
      #give-recurring-form .form-row input[type="password"]:focus,
      form.give-form .form-row select:focus,
      form.give-form .form-row textarea:focus,
      form.give-form .form-row input[type="text"]:focus,
      form.give-form .form-row input[type="tel"]:focus,
      form.give-form .form-row input[type="email"]:focus,
      form.give-form .form-row input[type="password"]:focus {
        background-color: #fff; }
      form[id*='give-form'] .form-row select.required, form[id*='give-form'] .form-row textarea.required, form[id*='give-form'] .form-row input[type="text"].required, form[id*='give-form'] .form-row input[type="tel"].required, form[id*='give-form'] .form-row input[type="email"].required, form[id*='give-form'] .form-row input[type="password"].required,
      #give-recurring-form .form-row select.required,
      #give-recurring-form .form-row textarea.required,
      #give-recurring-form .form-row input[type="text"].required,
      #give-recurring-form .form-row input[type="tel"].required,
      #give-recurring-form .form-row input[type="email"].required,
      #give-recurring-form .form-row input[type="password"].required,
      form.give-form .form-row select.required,
      form.give-form .form-row textarea.required,
      form.give-form .form-row input[type="text"].required,
      form.give-form .form-row input[type="tel"].required,
      form.give-form .form-row input[type="email"].required,
      form.give-form .form-row input[type="password"].required {
        color: #333; }
  form[id*='give-form'] .form-row-first,
  form[id*='give-form'] .form-row-last,
  #give-recurring-form .form-row-first,
  #give-recurring-form .form-row-last,
  form.give-form .form-row-first,
  form.give-form .form-row-last {
    float: left;
    width: 48.5%; }
  form[id*='give-form'] .form-row-last,
  #give-recurring-form .form-row-last,
  form.give-form .form-row-last {
    float: right; }
  form[id*='give-form'] .form-row-wide,
  #give-recurring-form .form-row-wide,
  form.give-form .form-row-wide {
    *zoom: 1;
    clear: both; }
    form[id*='give-form'] .form-row-wide:before, form[id*='give-form'] .form-row-wide:after,
    #give-recurring-form .form-row-wide:before,
    #give-recurring-form .form-row-wide:after,
    form.give-form .form-row-wide:before,
    form.give-form .form-row-wide:after {
      content: " ";
      display: table; }
    form[id*='give-form'] .form-row-wide:after,
    #give-recurring-form .form-row-wide:after,
    form.give-form .form-row-wide:after {
      clear: both; }
  form[id*='give-form'] .form-row-two-thirds,
  #give-recurring-form .form-row-two-thirds,
  form.give-form .form-row-two-thirds {
    float: left;
    width: 65.75%; }
    form[id*='give-form'] .form-row-two-thirds.form-row-first,
    #give-recurring-form .form-row-two-thirds.form-row-first,
    form.give-form .form-row-two-thirds.form-row-first {
      margin-left: 0; }
  form[id*='give-form'] .form-row-one-third,
  #give-recurring-form .form-row-one-third,
  form.give-form .form-row-one-third {
    float: left;
    width: 31.25%;
    margin-left: 3%; }
    form[id*='give-form'] .form-row-one-third.form-row-first,
    #give-recurring-form .form-row-one-third.form-row-first,
    form.give-form .form-row-one-third.form-row-first {
      margin-left: 0; }
  @media (max-width: 480px) {
    form[id*='give-form'] .form-row-responsive,
    #give-recurring-form .form-row-responsive,
    form.give-form .form-row-responsive {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  form[id*='give-form'] .give-error,
  form[id*='give-form'] .give-required-indicator,
  #give-recurring-form .give-error,
  #give-recurring-form .give-required-indicator,
  form.give-form .give-error,
  form.give-form .give-required-indicator {
    color: #a00; }
  form[id*='give-form'] .card-expiration > select,
  #give-recurring-form .card-expiration > select,
  form.give-form .card-expiration > select {
    width: 44%;
    margin: 0; }
  form[id*='give-form'] .card-expiration > span.exp-divider,
  #give-recurring-form .card-expiration > span.exp-divider,
  form.give-form .card-expiration > span.exp-divider {
    display: inline;
    text-align: center; }
  form[id*='give-form'] .card-expiration select.card-expiry-year,
  #give-recurring-form .card-expiration select.card-expiry-year,
  form.give-form .card-expiration select.card-expiry-year {
    float: right; }
  form[id*='give-form'] .give-disabled, form[id*='give-form'] [disabled],
  #give-recurring-form .give-disabled,
  #give-recurring-form [disabled],
  form.give-form .give-disabled,
  form.give-form [disabled] {
    cursor: not-allowed; }

/*---------------------------------
Form Price & Amount
-----------------------------------*/
form[id*='give-form'] .give-donation-amount {
  margin: 0 0 15px; }
  form[id*='give-form'] .give-donation-amount .give-currency-symbol {
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    margin: 0;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    form[id*='give-form'] .give-donation-amount .give-currency-symbol.give-currency-position-before {
      border-left: 1px solid #ccc;
      border-right: none; }
    form[id*='give-form'] .give-donation-amount .give-currency-symbol.give-currency-position-after {
      border-left: none;
      border-right: 1px solid #ccc; }
  form[id*='give-form'] .give-donation-amount #give-amount,
  form[id*='give-form'] .give-donation-amount #give-amount-text {
    border: 1px solid #ccc;
    background: #FFF;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    margin: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 125px;
    float: left; }
    form[id*='give-form'] .give-donation-amount #give-amount.invalid-amount,
    form[id*='give-form'] .give-donation-amount #give-amount-text.invalid-amount {
      border: 1px solid red; }
  form[id*='give-form'] .give-donation-amount input.give-amount-top {
    width: 125px; }
  form[id*='give-form'] .give-donation-amount span.give-final-total-amount {
    border: 1px solid #ccc;
    background: #FFF;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    margin: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: not-allowed;
    background: #FFF;
    float: left; }

form[id*='give-form'] #give_terms_agreement legend {
  display: none; }

form[id*='give-form'] #give_terms_agreement label {
  display: inline-block; }

form[id*='give-form'] #give-final-total-wrap {
  margin: 10px 0 25px;
  padding: 0;
  *zoom: 1; }
  form[id*='give-form'] #give-final-total-wrap:before, form[id*='give-form'] #give-final-total-wrap:after {
    content: " ";
    display: table; }
  form[id*='give-form'] #give-final-total-wrap:after {
    clear: both; }
  form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    margin: 0;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 1px solid #ccc; }
    @media (max-width: 480px) {
      form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
        display: block;
        float: none; } }
  form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
    font-size: 18px;
    border: 1px solid #ccc;
    background: #FFF;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    margin: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    float: left; }
    @media (max-width: 480px) {
      form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
        border: 1px solid #ccc;
        border-top: 0;
        display: block;
        float: none; } }

.give-display-button-only > *:not(form) {
  display: none !important; }

.give-display-button-only form > *:not(.give-btn-modal) {
  display: none !important; }

/*---------------------------------
Radio Lists
-----------------------------------*/
form[id*='give-form'] input[type="radio"] {
  margin: 0 .5em 0 0; }

form[id*='give-form'] #give-donation-level-radio-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  clear: both; }
  form[id*='give-form'] #give-donation-level-radio-list > li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }
    form[id*='give-form'] #give-donation-level-radio-list > li label {
      cursor: pointer;
      display: inline-block;
      margin: 0; }
    form[id*='give-form'] #give-donation-level-radio-list > li input[type="radio"] {
      margin: 0 .5em 0 0;
      outline: none;
      width: auto; }

form[id*='give-form'] #give-gateway-radio-list {
  *zoom: 1;
  margin: 0 0 15px;
  padding: 0;
  list-style: none; }
  form[id*='give-form'] #give-gateway-radio-list:before, form[id*='give-form'] #give-gateway-radio-list:after {
    content: " ";
    display: table; }
  form[id*='give-form'] #give-gateway-radio-list:after {
    clear: both; }
  form[id*='give-form'] #give-gateway-radio-list > li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 480px) {
      form[id*='give-form'] #give-gateway-radio-list > li {
        display: inline-block;
        margin-right: 15px;
        margin-left: 0; } }
    form[id*='give-form'] #give-gateway-radio-list > li label.give-gateway-option {
      cursor: pointer;
      display: inline;
      margin: 0; }
    form[id*='give-form'] #give-gateway-radio-list > li input[type="radio"] {
      margin: 0 .25em 0 0;
      outline: none;
      width: auto;
      display: inline; }

/*---------------------------------
Checkboxes
-----------------------------------*/
form[id*='give-form'] input[type="checkbox"] {
  margin: 0 .25em 0 0; }

/*---------------------------------
Donation Level: Dropdown/Select
-----------------------------------*/
form[id*='give-form'] select.give-select-level {
  outline: none;
  border-radius: 0;
  min-width: 155px;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  display: block;
  clear: both;
  color: #333;
  background-color: #FDFDFD;
  padding: .5em; }

/*---------------------------------
Buttons
-----------------------------------*/
#give-donation-level-button-wrap {
  *zoom: 1;
  margin: 0 0 15px;
  padding: 0;
  clear: both;
  list-style: none; }
  #give-donation-level-button-wrap:before, #give-donation-level-button-wrap:after {
    content: " ";
    display: table; }
  #give-donation-level-button-wrap:after {
    clear: both; }
  #give-donation-level-button-wrap > li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    margin: 0 5px 5px 0; }

.give_terms_links {
  float: right; }

/*---------------------------------
CC Validation
-----------------------------------*/
[id*='give_secure_site_wrapper'] {
  padding: 4px 4px 15px 0;
  font-size: 16px;
  line-height: 20px; }
  [id*='give_secure_site_wrapper'] span.padlock {
    font-family: 'give-icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 20px; }
    [id*='give_secure_site_wrapper'] span.padlock :before {
      display: inline-block; }

#give_purchase_form_wrap input.give-input.card-number.valid,
#give_purchase_form_wrap input.give-input.card-cvc.valid,
#give_purchase_form_wrap input.give-input.card-expiry.valid {
  background-image: url("../assets/images/tick.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 16px; }
  #give_purchase_form_wrap input.give-input.card-number.valid.floatlabel-input:not(.card-cvc):not(.card-expiry),
  #give_purchase_form_wrap input.give-input.card-cvc.valid.floatlabel-input:not(.card-cvc):not(.card-expiry),
  #give_purchase_form_wrap input.give-input.card-expiry.valid.floatlabel-input:not(.card-cvc):not(.card-expiry) {
    background-image: url("../assets/images/tick-alt.png");
    background-position: 100% 50%;
    background-size: 72px 16px; }

#give_purchase_form_wrap span.card-type {
  position: absolute;
  top: -2px;
  right: 0;
  width: 37px;
  height: 26px;
  background-size: 37px 26px !important; }

#give_purchase_form_wrap .floatlabel span.card-type {
  top: 11px;
  right: 11px; }

#give_purchase_form_wrap span.card-type.off {
  display: none; }

#give_purchase_form_wrap span.card-type.visa {
  background: url("../assets/images/visa.png") no-repeat; }

#give_purchase_form_wrap span.card-type.mastercard {
  background: url("../assets/images/mastercard.png") no-repeat; }

#give_purchase_form_wrap span.card-type.discover {
  background: url("../assets/images/discover.png") no-repeat; }

#give_purchase_form_wrap span.card-type.amex {
  background: url("../assets/images/amex.png") no-repeat; }

#give_purchase_form_wrap span.card-type.maestro {
  background: url("../assets/images/maestro.png") no-repeat; }

#give_purchase_form_wrap span.card-type.dinersclub {
  background: url("../assets/images/diners-club.png") no-repeat; }

#give_purchase_form_wrap span.card-type.jcb {
  background: url("../assets/images/jcb.png") no-repeat; }

#give_purchase_form_wrap span.card-type.dankort {
  background: url("../assets/images/dankort.png") no-repeat; }

#give_purchase_form_wrap span.card-type.unionpay {
  background: url("../assets/images/unionpay.png") no-repeat; }

/*---------------------------------
Loading Animation
-----------------------------------*/
/* Loading Elipsis */
@-webkit-keyframes opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

form[id*='give-form'] p.give-loading-text,
form[id*='give-form'] span.give-loading-text {
  display: none;
  float: right;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  font-style: italic;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal; }

form[id*='give-form'] .give-loading-animation {
  font-family: 'give-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  height: 16px;
  width: 16px;
  line-height: 1;
  font-size: 16px;
  margin: 0 5px 0 0;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent; }

form[id*='give-form'] .give-payment-mode-label .give-loading-text {
  float: right; }

/*---------------------------------
User Login
-----------------------------------*/
/*
 * User Login within Donation Form
 * (visible when Form Display > Login is enabled)
 */
[id*='give-form'] .give-login-account-wrap {
  margin: 0 0 15px;
  position: relative; }
  [id*='give-form'] .give-login-account-wrap .give-login-message {
    margin: 0;
    padding: 0; }
  [id*='give-form'] .give-login-account-wrap .give-loading-text {
    position: absolute;
    right: 0;
    top: .25em; }

[id*='give-form'] fieldset[id^="give-login-fields"] {
  margin: 0 0 15px; }

[id*='give-form'] .give-new-account-link {
  margin: 0 0 15px;
  padding: 0; }

[id*='give-form'] .give_login_forgot_password {
  float: right; }

[id^='give-user-login-submit'] input.give-cancel-login,
.give-submit-button-wrap input.give-cancel-login {
  margin-left: 5px; }

[id^='give-user-login-submit'] span.give-loading-animation,
.give-submit-button-wrap span.give-loading-animation {
  margin: 0 0 0 .5em;
  display: none; }

[id^='give-user-login-submit'] .give-submit,
.give-submit-button-wrap .give-submit {
  float: left; }

/* Login Shortcode Form */
#give-login-form legend, #give-login-form div.give-login,
#give-register-form legend,
#give-register-form div.give-login {
  line-height: 2;
  margin-bottom: 15px; }

#give-login-form label,
#give-register-form label {
  min-width: 100px;
  display: inline-block; }

/*---------------------------------
Modal - Magnific Popup
-----------------------------------*/
div.give-form-wrap.mfp-hide {
  display: block !important; }

div.mfp-content fieldset p, div.mfp-content fieldset ol, div.mfp-content fieldset ul {
  margin-bottom: 1.2em;
  line-height: 1.4; }

/*---------------------------------
Basic Button Style
-----------------------------------*/
.give-btn {
  background: #EDEDED;
  border: 1px solid #ccc;
  color: #333;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 1.2em;
  font-size: 1em; }
  .give-btn:hover {
    background: #dbdbdb; }

/*---------------------------------
Email Access Form
-----------------------------------*/
form#give-email-access-form div.g-recaptcha, form#give-email-access-form input#give-email {
  margin: 0 0 15px; }

form#give-email-access-form input#give-email {
  width: 305px; }

/*---------------------------------
Responsiveness
-----------------------------------*/
@media (max-width: 768px) {
  [id*='give-form'] div.images, [id*='give-form'] div.summary {
    width: 100%;
    float: none; }
  [id*='give-form'] div#give-sidebar-left {
    width: 100%;
    float: none; } }

/*---------------------------------
Section Breaks
-----------------------------------*/
.give-form-wrap .give-form h3.give-section-break,
.give-form-wrap .give-form h4.give-section-break {
  margin: 10px 0 0; }

/*---------------------------------
Form validation style
-----------------------------------*/
.give-do-validate input.error {
  border-color: red !important; }

/*---------------------------------
Notices, Warnings & Errors
-----------------------------------*/
.give_error, .give_success {
  position: relative;
  margin: 15px 0;
  background: #F9F9F9;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #a00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  clear: both; }
  .give_error > p, .give_success > p {
    margin: 0 !important;
    color: #333; }
  .give_error:before, .give_success:before {
    font-family: 'give-icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    font-size: 16px;
    margin-top: -15px;
    left: -17px;
    background-color: #a00;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    content: '\f02d'; }
  .give_error.give_warning, .give_success.give_warning {
    border-color: #ffba00; }
    .give_error.give_warning:before, .give_success.give_warning:before {
      background-color: #ffba00;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }

.give_success {
  border-color: #7ad03a; }
  .give_success:before {
    background-color: #7ad03a;
    content: '\e601';
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Give Layouts SCSS/CSS
 *
 * @description: This file provides layout styles for various themes such as the default WordPress themes and others if applicable; Most themes handle Give's template system just fine ;)
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2016, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
 * Twenty Thirteen specific styles
 */
.twentythirteen .give_forms {
  padding: 40px 0; }

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfgive {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto; }
  .twentyfourteen .tfgive .give_forms .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important; }
  .twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail {
    margin-top: 0; }
  .twentyfourteen .tfgive .give_forms .images img {
    margin-bottom: 1em; }

@media screen and (min-width: 673px) {
  .twentyfourteen .tfgive {
    padding-right: 30px;
    padding-left: 30px; } }

@media screen and (min-width: 1040px) {
  .twentyfourteen .tfgive {
    padding-right: 15px;
    padding-left: 15px; } }

@media screen and (min-width: 1110px) {
  .twentyfourteen .tfgive {
    padding-right: 30px;
    padding-left: 30px; } }

@media screen and (min-width: 1218px) {
  .twentyfourteen .tfgive {
    margin-right: 54px; }
  .full-width .twentyfourteen .tfgive {
    margin-right: auto; } }

/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15give {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
  .twentyfifteen .t15give .page-title {
    margin-left: 0; }
  .twentyfifteen .t15give div.summary {
    padding: 0; }

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15give {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%; } }

@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15give {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%; }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important; } }

/*----------------------------------------------
Avada
------------------------------------------------*/
.avada-row > div.give-wrap #content {
  width: 100%; }

/**
 * Give Frontend Progress Bar SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-goal-progress {
  margin-bottom: 20px;
  clear: both; }
  .give-goal-progress .income {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #333; }
  .give-goal-progress .raised {
    margin-bottom: 15px; }

.give-progress-bar {
  height: 20px;
  position: relative;
  background: #EEE;
  border-radius: 25px;
  overflow: hidden; }
  .give-progress-bar > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #2bc253;
    position: relative;
    overflow: hidden; }

/*!
 * Float Labels
 *
 * Version: 1.0.8
 * Author: Paul Ryley (http://geminilabs.io)
 * URL: https://github.com/geminilabs/float-labels.js
 * License: MIT
 */
form.floated-labels .floatlabel {
  position: relative; }
  form.floated-labels .floatlabel input[type="text"], form.floated-labels .floatlabel input[type="tel"], form.floated-labels .floatlabel input[type="email"], form.floated-labels .floatlabel input[type="password"],
  form.floated-labels .floatlabel input,
  form.floated-labels .floatlabel select,
  form.floated-labels .floatlabel textarea {
    font-size: 16px;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 12px; }
  form.floated-labels .floatlabel select {
    position: relative;
    color: #aaa;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  form.floated-labels .floatlabel.is-active label.floatlabel-label {
    opacity: 1;
    visibility: visible; }
  form.floated-labels .floatlabel.is-active input,
  form.floated-labels .floatlabel.is-active select,
  form.floated-labels .floatlabel.is-active textarea {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding-top: 20px;
    padding-bottom: 4px; }
  form.floated-labels .floatlabel.is-focused label.floatlabel-label {
    color: #007ba4; }
  form.floated-labels .floatlabel.is-focused input,
  form.floated-labels .floatlabel.is-focused select,
  form.floated-labels .floatlabel.is-focused textarea {
    background-color: #fff;
    border-color: #ccc; }
  form.floated-labels .floatlabel label.floatlabel-label {
    position: absolute;
    display: block;
    top: 8px;
    left: 12px;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0 1px; }
    form.floated-labels .floatlabel label.floatlabel-label.is-visible {
      opacity: 1;
      visibility: visible; }

form.floated-labels .styled.select {
  position: relative; }
  form.floated-labels .styled.select:before, form.floated-labels .styled.select:after {
    content: '';
    position: absolute;
    display: block;
    top: 24px;
    height: 2px;
    width: 6px;
    background: #aaa;
    z-index: 2; }
  form.floated-labels .styled.select:before {
    right: 18px;
    transform: skew(0deg, 45deg); }
  form.floated-labels .styled.select:after {
    right: 12px;
    transform: skew(0deg, -45deg); }

/**
 * Give Magnific Modal Custom SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483540;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
  .give-modal form[id*='give-form'] {
    margin-bottom: 0; }
    .give-modal form[id*='give-form'] .give-submit {
      margin-bottom: 0; }
    .give-modal form[id*='give-form'] .give-payment-mode-label {
      margin-top: 0;
      padding-top: 0; }
  .give-modal .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .give-modal .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .give-modal .mfp-align-top .mfp-container:before {
    display: none; }
  .give-modal .mfp-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 40px auto;
    z-index: 2147483640; }
    .give-modal .mfp-content [id*='give-form'] #give-payment-mode-select,
    .give-modal .mfp-content [id*='give-form'] #give_purchase_form_wrap,
    .give-modal .mfp-content [id*='give-form'].give-display-button-only .give-donation-amount,
    .give-modal .mfp-content [id*='give-form'].give-display-button-only .give-donation-levels-wrap {
      display: block; }
  .give-modal .mfp-inline-holder .mfp-content,
  .give-modal .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  .give-modal .mfp-ajax-cur {
    cursor: progress; }
  .give-modal .mfp-zoom-out-cur, .give-modal .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  .give-modal .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  .give-modal .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  .give-modal .mfp-close,
  .give-modal .mfp-arrow,
  .give-modal .mfp-preloader,
  .give-modal .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .give-modal .mfp-close:hover {
    background-color: transparent; }
  .give-modal .mfp-loading.mfp-figure {
    display: none; }

/**
 * Give Frontend Tables SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
table.give-table {
  color: #666;
  font-size: 14px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom: none;
  width: 100%; }
  table.give-table thead {
    font-weight: bold; }
    table.give-table thead th:first-child {
      text-align: left; }
  table.give-table th {
    padding: 21px 25px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: none;
    background: #F6F6F6;
    text-align: center;
    font-weight: bold; }
  table.give-table tbody tr {
    text-align: center; }
    table.give-table tbody tr td {
      padding: 18px;
      border: none;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #e0e0e0;
      border-left: 1px solid #e0e0e0;
      background: #FFF;
      text-align: center; }
    table.give-table tbody tr td:first-child {
      text-align: left;
      border-left: 0; }
  table.give-table tbody tr:nth-child(even) td {
    background: #fcfcfc; }

/**
 * Give Frontend Theme Compatibility
 *
 * @description: The following styles help Give look good and fixes CSS conflicts with popular WordPress themes
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-divi .qtip-tipsy {
  z-index: 1000002 !important; }

body.give-twentysixteen div.entry-summary {
  margin: 0; }

body.give-twentysixteen button.give-btn {
  color: #333; }

body.give-twentysixteen .give-submit {
  color: #FFF; }

body.give-twentysixteen fieldset#give_terms_agreement {
  padding-left: 0; }

/*# sourceMappingURL=../assets/sourcemaps/give.css.map */
