/*
Theme name: Southeastern Guide Dogs
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

/* EVENT ESPRESSO CALENDAR (Desktop / Mobile) */
	
.espresso_events-template-default section.section.section--loop, .espresso_events-template-default img.attachment-full.size-full.wvs-archive-product-image {
    display: none;
    height: 0px !important;
}


.mobile-calendar {
    display: none;
}

	@media only screen and (max-width: 900px) {
	    .desktop-calendar {
	        display: none;
	    }
	    .mobile-calendar { 
	        display: block;
	    }
		.espresso_events {
			background-color: #eeeeee;
			margin-top: 30px;
			padding: 10px;
		}
		.espresso_events .event-datetimes p {
	    	margin: 0;
		}
		.espresso_events .event-datetimes > .ee-event-datetimes-ul {
		    justify-content: flex-start !important;
		}
		.ticket-selector-submit-btn, .ticket-selector-submit-btn-wrap {
			float: left !important;
		}
		.espresso_events .event-datetimes > .ee-event-datetimes-ul--small .ee-event-datetimes-li,
		.espresso_events .event-datetimes > .ee-event-datetimes-ul .ee-event-datetimes-li {
			margin: 0;
	    	margin-block-end: 0rem !important;
	    	margin-inline-start: 0rem !important;
	    	width: 100%;
		    justify-content: flex-start !important;
		}
	.ticket-selector-submit-btn.view-details-btn,
	.ticket-selector-submit-btn.ticket-selector-submit-ajax {
			display: inline-block !important;
			text-align: center !important;
			padding: 9px 35px !important;
			border-radius: 20px !important;
			background-color: #6a4ea0 !important;
			font-weight: 600 !important;
			color: #fff !important;
			text-decoration: none !important;
			font-size: 1.6em !important;
			line-height: 1 !important;
			border: 0 !important;
		}
}

.ticket-required-pg {
	display: none;
}
.event-datetimes {
    margin: unset;
	}
.ee-event-datetimes-ul--small .ee-event-datetimes-li, 
li.ee-event-datetimes-li.ee-event-datetimes-li-DTU {
    width: 100%;
}
ul.ee-event-datetimes-ul.ee-event-datetimes-ul--small {
    list-style: none;
}







/* Hero and Video here Module - background image for mobile */


.js-image-fit.mobile {
	display: none;
}
	@media (max-width: 1023px) {
	    .section.section--video-secondary .section__inner {
			     height: 550px;
	    }
	}
	@media (max-width: 768px) {
		.js-image-fit.mobile {
			display: block;
			z-index: 1;
		}
		.hero .hero__slider {
		        height: 500px;
		    }
		.mission .mission__content {
		    display: flex;
			max-width: 100%;
			justify-content: center;
	        height: 100%;
	        align-items: center;
    		}
		.mission__body {
		    width: 100%;
		}
		.mission .mission__text {
		    color: inherit !important;
		    text-align: center;
		}
	    .section.section--video-secondary .section__inner {
		     height: 550px;
	    }
		.section.section--video-secondary .section__text {
		    max-width: 100%;
		    text-align: center;
		}
		.section.section--video-secondary .section__content {
			z-index: 2 !important;
		}
}


/* VIDEO CPT: single-crb_video.php */

.section__content_nextprev {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

/* Features Module - Option for 4 per row */

.features__item.items-four {
        width: 25%;
}
	@media (max-width: 1199px) {
		.features__item.items-four {
	        width: 50%;
	    }
	}
	@media (max-width: 768px) {
		.features__item.items-four {
	        width: 100%;
	    }
	}




.site-alert {
	min-height: 40px;
	padding: 5px 0;
	line-height: 18px;
}
.section ol, .section ul {
    list-style-position: outside;
    font-size: 14px;
    margin-left: 30px;
}
.section ol {
	margin-top: 20px;
}
.accordion__body ul {
    list-style-position: outside;
    margin-left: 20px;
}
.mission__inner {
    padding-bottom: 0 !important;
    padding-top: 190px;
    align-items: inherit !important;
}
.btn-arrow {
	padding: 10px 35px 10px 0 !important;
	border: none !important;
	opacity: 1 !important;
}
.btn-arrow svg, .btn-arrow:before {
	right: 5px  !important;
	opacity: 1 !important;

}
.nav > ul > li a {
	padding: 7px 10px 13px !important;
}
@media (max-width: 1060px) {
	.nav > ul > li a {
		padding: 7px 8px 10px !important;
		letter-spacing: -.6px;
		font-size: 15px;
	}
}
/* WooCommerce overrides */

.woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
	display:block !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	display: block;
}



.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display:block !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    display:block !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
     font-size: 15px !important;
     line-height: 15px !important;
     margin-bottom: 15px !important;
}
.woocommerce-info {
    padding: 1em 2em 2em 0;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce form.checkout_coupon  {
    border: none;
    padding: 20px;
    margin-top: revert;
	margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
    background-color: #ffffff;
}
input#coupon_code {
    border: 1px solid #979797;
    font-size: 14px;
    padding: 9px;
    height: 40px;
}
.woocommerce-form-coupon p {
    margin-bottom: 8px;
}
.woocommerce-form-coupon p.form-row.form-row-last {
    width: revert;
    float: left;
}
.woocommerce-form-coupon button.button,
.coupon button.button,
.woocommerce .cart .button, .woocommerce .cart input.button {
    height: 40px;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 180px !important;
}


a.checkout-button.button.alt.wc-forward {
    display: inline-block;
    text-align: center;
    padding: 9px 35px;
    border-radius: 20px;
    background-color: #6a4ea0;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: .0625em;
    font-size: 20px;
    line-height: 1;
    border: 0;
    width: 100%;
    margin: 30px 0;
}


.woocommerce ul.products li.product .button {
	align-self: self-end !important;
}

.woocommerce div.product div.images img {
	width: unset;
}
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field + #billing_postcode_field label {
	display: revert !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field + #billing_postcode_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field {
	width: 100%;
}

form.post-password-form {
    text-align: center;
}
.post-password-form input[type="submit"] {
    display: inline-block;
    text-align: center;
    padding: 9px 35px;
    border-radius: 20px;
    background-color: #6a4ea0;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: .0625em;
    font-size: 1.143em;
    line-height: 1;
    border: 0;
}

.post-password-form input#pwbox-47831 {
	border: 1px solid #979797;
	font-size: 14px;
	padding: 9px;
	height: 40px;
	text-align: left;
	margin: 10px;
	min-width: 280px;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    display: inline-block;
    text-align: center;
    padding: 9px 35px;
    border-radius: 20px;
    background-color: #6a4ea0;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: .0625em;
    font-size: 1.143em;
    line-height: 1;
    border: 0;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue:hover,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart:hover,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover {
    background: rgba(5,85,144,.9);
    color: #fff;
}
span.xoo-wsch-text {
    font-weight: bold;
    letter-spacing: -.03em;
}
.quantity-secondary label {
	display: none !important;
 }
bdi,
.quantity-secondary input,
.woocommerce ul#shipping_method,
p.woocommerce-shipping-destination,
.woocommerce-checkout #payment div.payment_box .form-row {
    font-size: 1.1em !important;
    font-weight: normal  !important;
}

td.product-name {
    font-size: 1.1em !important;
}
/* Checkout styles */
fieldset#wc-authorize-net-cim-credit-card-credit-card-form {
    border: none;
}
.payment_box.payment_method_authorize_net_cim_credit_card p {
    font-size: 1.1em !important;
    padding: 0;
    margin: 10px 0;
}
input#wc-authorize-net-cim-credit-card-account-number,
input#wc-authorize-net-cim-credit-card-expiry,
input#wc-authorize-net-cim-credit-card-csc {
    border: none   !important;
}
button#place_order {
    display: inline-block;
    text-align: center;
    padding: 9px 35px;
    border-radius: 20px;
    background-color: #6a4ea0;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: .0625em;
    font-size: 20px;
    line-height: 1;
    border: 0;
    width: 100%;
    margin: 30px 0;
}
.post-59416 span.price {
    display: none !important;
}


/* Color Swatch Selection */

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
    display: block;
    width: 100% !important;
    text-align: left;
    margin-bottom: 11px;
}
.woocommerce div.product form.cart .reset_variations {
    padding-top: 5px;
    position: absolute;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
	width: 30px !important;
	height: 30px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	margin-right: 15px;
}
.variable-item-contents {
    font-size: 18px !important;
}
.variable-item:not(.radio-variable-item) {
    width: revert !important;
    height: revert !important;
}
/* Name Your Price */

.product .nyp label {
    display: block;
    font-size: initial;
}
.product .nyp input.nyp-input {
	border: 1px solid #979797;
    font-size: 14px;
    padding: 9px;
    height: 40px;
    text-align: left;
    margin: 10px 0;
    min-width: 180px;
}

.post-47831 span.price {
    display: none !important;
    }



/* BLACKBAUD */

#bboxdonation_divForm {
    font-size: 15px;
    line-height: 18px;
}
.BBFormRadioList {
    font-size: initial;
}

/* CALENDAR EVENT ESPRESSO 4 */


.espresso_events-template-default .article__image.js-image-fit {
    display: none;
}

.espresso_events {
    margin: 20px 0;
    background-color: #eeeeee;
    width: 100%;
}
.espresso_venues {
    margin: 20px 0;
    background-color: #eeeeee;
    padding: 40px;
    width: 100%;
}
.event-content {
    background-color: #eeeeee;
    padding: 40px;
}

a.ee-event-header-lnk {
    text-decoration: none;
    padding: 40px 40px 0 40px !important;
    display: flex;
}


.display-tckt-slctr-tkt-details, .powered-by-event-espresso-credit, .currency-code {
	display: none;
}
.event-tickets {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}

/* EE Single */

.event-datetimes {
    margin: 10px 0 0 0;
}
.tkt-slctr-tbl-wrap-dv {
    padding: 20px;
    background-color: #eee;
}
input.ee-ical-sbmt {
    display: none;
}
.ee-clearfix .ee-event-datetimes-li {
	list-style: none;
}
.ticket-selector-submit-btn {
    display: inline-block;
    text-align: center;
    padding: 9px 35px;
    border-radius: 20px;
    background-color: #6a4ea0;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 1.6em;
    line-height: 1;
    border: 0;
}



.jst-rght {
    text-align: center !important;
}
#ee-single-page-checkout-dv .ee-has-value, #ee-single-page-checkout-dv .ee-has-value:focus {
    background-color: #ffffff;
    height: 50px;
}
div#ee-available-payment-method-inputs {
    display: none;
}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options {
    padding-bottom: 0 !important;
    }

form#ee-spco-payment_options-reg-step-form {
    background-color: #eeeeee;
    padding: 20px;
    width: 100%;
}

#method-of-payment-hdr {
    margin: 50px 0 0 35px !important;
}

#ee-single-page-checkout-dv label {
		margin: 10px 0 0 0;
}
#ee-promotion-code-input-lbl h4 {
    display: none;
    padding-bottom: 30px;
}

div#spco-payment-method-info-aim {
	padding-top: -1em !important;
}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options {
	margin: 10px 0 10px 0 !important;
}
div#aim-form-exp-month-input-dv {
    float: left;
    margin: 0 40px 0 0;
}
.spco-whats-next-buttons {
	padding: 0 !important;
	margin: 0 32px !important;
}
.spco-payment-method-desc {
    margin: -1em 0 10px 0 !important;
}
.spco-payment-info-dv {
    margin: 32px !important;
}
div#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options {
    margin: 0 32px !important;
}
#spco-payment-info-table td {
    padding: 20px;
    border-bottom: 1px solid #999999;
    background-color: #ffffff;
}
#spco-payment-info-table th {
    padding: 20px;
    background-color: #694D9D;
    color: #ffffff !important;
}
.spco-payment-method-hdr {
	display: none;
}
.spco-payment-method-info-dv {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.ee-registration-details-dv {
    background-color: #eeeeee;
    padding: 20px;
    width: 100%;
}

.spco-payment-method-desc {
	display: none;
}


div#espresso-thank-you-page-ajax-transaction-dv, div#espresso-thank-you-page-ajax-payment-dv {
   background-color: #eeeeee;
   padding: 20px;
   width: 100%;
   }
table.ee-table.ee-registrations-list {
   	text-align: left;
   }

#espresso_calendar .fc-event-title {
	font-size: 15px !important;
	font-weight: bold;
	padding: 8px 8px 3px 8px !important;
}
#espresso_calendar .time-display-block {
	padding: 2px 8px 8px 8px !important;
}

#qtip-0-content {
    font-size: 16px !important;
    line-height: 19px !important;
    margin: 16px 20px !important;
}
.qtip_info {
    margin: 15px 10px !important;
    padding: 0 !important;
}
p.time_cal_qtip, p.attendee_limit_qtip {
    padding: 10px 0 !important;
    margin: 0 !important;
    }

.qtip {
	padding: 0px !important;
	max-width: 480px !important;
}

.qtip-titlebar + .qtip-content {
	margin: 10px!important;
}

.ui-tooltip-content p {
    font-size: 16px !important;
    line-height: 19px !important;
    }
.qtip-title {
    font-size: 16px !important;
    line-height: 19px !important;
    color: #ffffff;
    margin: 6px 10px !important;
}
a.reg-now-btn {
    font-size: 15px !important;
}

a.reg_now { background-color:#694D9D !important; }

a.reg-now-btn {
    box-sizing: content-box !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 0px;
    background: #c9da2b !important;
    box-shadow: none;
    text-shadow: 0px 0px 0px #fff;
    word-wrap: normal;
    font-weight: bold !important;
    font-size: 16px;
    color: #ffffff !important;
    float: left !important;
	margin: 10px 0 !important;
	text-transform: uppercase;
    }
span.attendee_limit { background-color: #eee; }
span.time_cal_qtip{ background-color: #eee; }

.sold-out-dv {
    background: #E44064 !important;
    float: left !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
    font-weight: bold !important;
    margin: 0 !important;
}

span.cats {
    display: none;
}

.ticket-selector-tbl-qty-slct {
    min-height: 42px;
    min-width: 50px;
    margin-top: 16px;
}

#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-day-number {
	color: #000000;
}
#espresso_calendar:not(.ui-widget) .fc-state-active, #espresso_calendar:not(.ui-widget) .fc-state-hover, #espresso_calendar:not(.ui-widget) .fc-state-hover .fc-text-arrow {
	color: #ffffff !important;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-day-number {
	color: #999999 !important;
}


/* Center Event Items in feeds */
.events .events__item, .events .events__items {
    justify-content: center;
}



/*** REG PAGE WRAPPER ***/

#ee-single-page-checkout-dv {
	position: relative;
}

/*** STEPS DISPLAY HEADER ***/

#spco-sold-out-events-ul,
#spco-pre-approval-events-ul {
	list-style: none;
}
#spco-steps-display-dv,
#spco-steps-big-hdr {
	display: none;
}
.spco-step-display-dv {
	float:left;
	display:inline-block;
	margin:0;
	text-align:center;
	height: 33px;
}


#ee-single-page-checkout-dv .spco-steps-display-hdr {
	display:inline-block;
	padding:0!important;
	margin:0!important;
	vertical-align:middle;
	font-size:11px!important;
	line-height:12px;
	letter-spacing: 1px;
	color:#ddd;
	text-align:left;
	border: none!important;
}
#ee-single-page-checkout-dv .spco-step-big-nmbr {
	display:inline-block;
	position : relative;
	padding: 0 3px 0 0 !important;
	margin:0!important;
	vertical-align:top;
	font-size:30px;
	font-weight:bold;
	line-height:30px;
}
#ee-single-page-checkout-dv .spco-step-big-nmbr:hover {
	text-decoration:none;
}
#ee-single-page-checkout-dv .spco-step-name {
	display:inline-block;
	padding:9px 0 0;
}
#ee-single-page-checkout-dv .spco-step-arrow-dv {
	float:left;
	display:inline-block;
	width:6%;
	padding: 0!important;
	margin: 0!important;
	vertical-align:middle;
	text-align:center;
	font-size:27px;
	line-height:30px;
	color:#ddd;
}
#ee-single-page-checkout-dv .active-step .spco-steps-display-hdr {
	color:inherit!important;
}
#ee-single-page-checkout-dv .inactive-step .spco-step-big-nmbr {
	color:#ddd;
}

/*** SMALL SCREENS ***/
/*** INPUTS ***/
@media screen and (max-width: 500px) {

    .spco-step-display-dv {
        text-align: left;
        width: 100% !important;
    }

    #ee-single-page-checkout-dv .spco-step-arrow-dv {
        display: none;
    }

}

/***** whats-next-buttons *****/
.spco-whats-next-buttons {
	clear:both;
	padding:2em 0 1em;
	margin:0;
	text-align:right;
}
.spco-whats-next-buttons .event-queue-register-btn, .spco-whats-next-buttons .spco-register-btn {
	margin-left: 1em!important;
}
.act-like-link {
	cursor:pointer;
}




/*** REG STEPS ***/

.spco-attendee-panel-dv {
	width:100%!important;
}
.ee-reg-form-attendee-dv {
	padding: 0 !important;
	margin: 0 0 40px 0  !important;
	border: none  !important;
	border-radius: 0 !important;
}
.ee-reg-form-attendee-dv .ee-reg-qstn-input-dv {
	display: block;
	clear:both;
	margin:0 0 .5em;
}
#ee-single-page-checkout-dv input {
	border: 1px solid #979797;
	font-size: 14px;
	padding: 9px;
    height: 40px;
}
.ee-reg-form-attendee-dv .ee-reg-qstn-input-dv + .ee-reg-qstn-input-dv {
	padding-top:.5em;
}
.ee-reg-form-qstn-grp-dv {
	padding: 0 !important;
}
.ee-reg-form-qstn-grp-dv + .ee-reg-form-qstn-grp-dv {
	margin: 0 !important;
}
.ee-reg-form-attendee-dv .ee-reg-form-qstn-grp-title {
	margin:.25em 0 1em;
}
.ee-reg-form-attendee-dv .ee-reg-form-qstn-grp-desc-pg {
	padding: 0 1em 1em;
	margin:-1em 0 1em;
}
.spco-attendee-lgnd {
	width: auto;
	padding: 20px 0 0 0 !important;
	margin:0 !important;
	border: none;
	font-weight: bold;
	font-size: 16px !important;
}
.event_questions + .spco-attendee-lgnd {
	margin-top:2em;
}
.small-text {
	font-size: 1.5em !important;
	line-height: 1.8em !important;
}
.smaller-text {
    font-size: 1.2em !important;
}

.spco-attendee-info-not-required-pg {
	margin:0 .25em .5em;
}
table.spco-ticket-details {
    font-size: 1.2em;
    line-height: 2.0em;
}


/*  COPY ATTENDEE INFO  */

#spco-copy-attendee-dv {
	position:relative;
	padding:1.5em;
	margin:1em 0 0;
	background:rgba( 128, 128, 128, .05 );
	border-radius: 2px;
	line-height:1.1em;
}
#spco-copy-attendee-dv .spco-copy-attendee-pg {
	margin:0 0 1em;
	font-size:.8em;
	letter-spacing:1px;
}
#spco-copy-attendee-dv .spco-copy-all-attendee-pg {
	margin:0 0 .75em;
}
#spco-copy-attendee-dv .spco-copy-attendee-pg span {
	margin:0 0 1em;
	font-size:.9em;
	letter-spacing:1px;
	color:#777;
	line-height:.9em;
}
#display-more-attendee-copy-options .dashicons,
#hide-more-attendee-copy-options .dashicons {
	text-decoration: none;
}
#spco-copy-attendee-dv .spco-copy-attendee-event-hdr {
	clear:both;
	margin:1.5em 0 .5em;
	font-size:.8em;
	font-weight:bold;
	color:#444;
}
.spco-copy-attendee-chk-input-dv {
	display:inline-block;
	width: 32.5%;
	min-width:193px;
}
.spco-copy-attendee-chk-pg {
	display:inline-block;
	float:left;
	clear:none!important;
	width:32%;
	margin: 0!important;
}
.spco-copy-attendee-hr {
	clear:both;
	margin:1em 0 0;
	background:none;
	border:none;
	border-top:1px solid rgba( 0, 0, 0, .05);
	border-bottom:1px solid rgba( 255, 255, 255, .9);
}
#more-attendee-copy-options-dv {
	position:relative;
	display:none;
	padding:0;
	margin:3em 0 0;
	clear : both;
}

/*** INPUTS ***/


#ee-single-page-checkout-dv  .new-state-abbrv {
	display:inline-block!important;
	width:auto!important;
}
.ee-reg-qstn-input-dv,
.ee-billing-qstn-input-dv {
	margin:0 0 1em;
}
#ee-single-page-checkout-dv .important-notice {
	margin:2em 0;
}
#ee-single-page-checkout-dv label {
	display: block;
	font-size: 16px;
}
#ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]) {
	max-width: 100%;
	min-width: 50%;
	width:100%;
}
#ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus {
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 177, 202, .8);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 177, 202, .8);
	box-shadow: 0 0 3px 0 rgba(0, 177, 202, .8);
}


#aim-form {
    margin: 0 12px;
}
.ee-state-select-js {
	min-height: 40px;
	min-width: 100%;
	font-size: 16px;
}
a#display-aim-form-state {
    display: none;
}
label#aim-form-exp-month-lbl {
    width: 260px;
}
#aim-form-exp-year {
	min-height: 40px;
	width: 300px;
	font-size: 16px;
}
#aim-form-exp-month {
    min-height: 40px;
    width: 300px;
    font-size: 16px;
}

/*  button */
input#spco-go-to-step-payment_options-submit, input#button-primary, input#spco-go-to-step-finalize_registration-submit  {
	display: inline-block;
	text-align: center;
	padding: 9px 35px !important;
	border-radius: 20px;
	background-color: #6a4ea0;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	font-size: 1.6em !important;
	line-height: 1;
	border: 0;
}
.ee-button, .ee-button:active, .ee-button:visited {
	display: inline-block !important;
	text-align: center !important;
	padding: 9px 35px !important;
	border-radius: 20px !important;
	background-color: #6a4ea0 !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.6em !important;
	line-height: 1 !important;
	border: 0 !important;
	border-bottom: none !important;
	border-top: none !important;
	background: #6a4ea0 !important;
}

/* confirmation page */

h2.section-heading.display-box-heading {
    font-size: 3.2em;
}
.ee-icon-only-lnk {
	margin: 0 1em 0 0 !important;
	text-decoration: none;
    font-size: 14px;
    color: #6a4ea0;
    letter-spacing: normal;
}
.dashicons, .ee-icon-user-edit {
    display: none !important;
}
.ee-registration-details-dv h5 .smaller-text.grey-text {
    display: none;
}

.ee-select-input-dv {
	display: table;
}
.ee-select-input-dv select {
	width: 100%;
	text-overflow: ellipsis;
}
#ee-single-page-checkout-dv input[type=radio],
#ee-single-page-checkout-dv input[type=checkbox] {
	position: relative;
	top: -1px;
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0 .5em;
	vertical-align: middle;
	overflow: hidden;
}
.ee-radio-label-before,
.ee-checkbox-label-before {
	display: inline-block !important;
	cursor: pointer;
	font-size: .9em;
	line-height: 1em;
}
.ee-radio-label-after,
.ee-checkbox-label-after {
	display: inline-block !important;
	padding: .25em 0 .2em 20px;
	text-indent: -20px;
	cursor: pointer;
	font-size: .9em;
	line-height: 1em;
}
.ee-checkbox-label-wide {
	width:auto !important;
}

#ee-single-page-checkout-dv .nano-lbl {
	width: 3.1%; min-width:67px; max-width:100%;
}
#ee-single-page-checkout-dv .micro-lbl {
	width: 6.2%; min-width:133px; max-width:100%;
}
#ee-single-page-checkout-dv .tiny-lbl {
	width: 12.4%; min-width:200px; max-width:100%;
}
#ee-single-page-checkout-dv .small-lbl {
	width: 24.4%; min-width:267px; max-width:100%;
}
#ee-single-page-checkout-dv .medium-lbl {
	width: 49%; min-width:400px; max-width:100%;
}
#ee-single-page-checkout-dv .big-lbl {
	width:99%; min-width:400px; max-width:100%;
}

.ee-question-desc,
.ee-question-option-desc {
	margin:0 0 0 .25em;
	font-size:.9em;
	letter-spacing:1px;
	color:#999;
}

/***  VALIDATION  ***/
#ee-single-page-checkout-dv .ee-asterisk,
#ee-single-page-checkout-dv .ee-input-error,
#ee-single-page-checkout-dv .ee-required-text {
	font-weight:bold;
	color:#E34064 !important;
}
.important-notice {
    color: #E34064 !important;
    font-size: 16px;
}

#ee-single-page-checkout-dv .ee-asterisk {
	margin: 0 .5em;
}
#ee-single-page-checkout-dv .ee-requires-value {
	border : 2px solid #E34064 !important;
}
#ee-single-page-checkout-dv .ee-needs-value {
	-webkit-box-shadow: 0 0 3px 0 rgba(227, 64, 100, .8);
	-moz-box-shadow: 0 0 3px 0 rgba(227, 64, 100, .8);
	box-shadow: 0 0 3px 0 rgba(227, 64, 100, .8);
}
#ee-single-page-checkout-dv .ee-has-value,
#ee-single-page-checkout-dv .ee-has-value:focus {
	border-color: rgba(112, 204, 80, 1) !important;
	-webkit-box-shadow: 0 0 3px 0 rgba(112, 204, 80, .8) !important;
	-moz-box-shadow: 0 0 3px 0 rgba(112, 204, 80, .8) !important;
	box-shadow: 0 0 3px 0 rgba(112, 204, 80, .8) !important;
}

.ee-attention {
	border: 4px solid #694D9D !important;
	font-size: 16px !important;
}


/***  PAYMENT METHOD OPTIONS  ***/

.spco-step-dv {
	margin: 0 0 3em;
}

.spco-grand-total td {
	font-weight: bold;
}

#ee-available-payment-method-inputs-method-of-payment-inputs-lbl {
	display: none;
}
#ee-single-page-checkout-dv  .spco-payment-method-input-dv label {
	display:inline;
	float: left;
    margin:0 30px 0 0;
	min-height: 90px;
}

.spco-payment-method-dv {
	display: inline-block;
	position: relative;
	max-width:180px;
	padding:20px;
	margin:0 1em 1em 0;
	border:1px solid #ddd;
	border-radius: 2px;
	background:#fff;
	text-align: center;
	line-height:1em;
	vertical-align: middle;
	cursor:pointer;
}

.spco-payment-method-btn-img {
	vertical-align:middle;
	max-width:160px !important;
	padding:0;
	margin:auto;
	box-shadow: none !important;
	border-radius: 0 !important;
	cursor:pointer;
}

.spco-payment-method-dv img {
	vertical-align:middle;
	max-width:160px !important;
	padding:0;
	margin:auto;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.spco-payment-method-dv:hover {
	top:-1px;
	border-color:#d5d5d5;
	text-decoration:none;
	-webkit-box-shadow: 4px 10px 15px -3px rgba(0, 0, 0, .05), 1px 2px 4px -1px rgba(0, 0, 0, .1), -2px -1px 5px rgba(0, 0, 0, .025);
	-moz-box-shadow:4px 10px 15px -3px rgba(0, 0, 0, .05), 1px 2px 4px -1px rgba(0, 0, 0, .1), -2px -1px 5px rgba(0, 0, 0, .025);
	box-shadow:4px 10px 15px -3px rgba(0, 0, 0, .05), 1px 2px 4px -1px rgba(0, 0, 0, .1), -2px -1px 5px rgba(0, 0, 0, .025);
}
.spco-payment-method-dv .vrt-cell {
	display: table-cell !important;
	vertical-align: middle;
}

/***  payment method info  ***/
.spco-payment-method-info-dv {
	clear: both;
	position: relative;
	padding:1.5em 2em 2em;
	margin:1em 0 2em;
	border:1px solid #eee;
	border-radius: 2px;
}
.spco-payment-method-hdr {
	/*float:right;*/
	clear: none;
	margin:0;
	/*text-align:right;*/
	color:#919191;
}
.spco-payment-method-img {
	float:left;
	margin: 0 1em 0 0;
}
.spco-payment-method-desc {
	margin:1em 0;
}

.g-recaptcha {
	float: right;
}
.spco-disabled-submit-btn,
.spco-disabled-submit-btn:hover {
	border:1px solid #ccc !important;
	background:#ccc !important;
	box-shadow:none !important;
}

.sub-item-row {
	font-size:.9em;
}



/*** SMALL SCREENS ***/
/*** INPUTS ***/
@media screen and (max-width: 500px) {
	#ee-single-page-checkout-dv .medium-lbl {
		min-width: 100%;
	}
	#ee-single-page-checkout-dv .big-lbl {
		min-width: 100%;
	}
}

.ee-privacy-consent-assertion{
    text-align:center;
    max-width:600px;
    min-width:200px;
    margin-left:auto;
    margin-right:auto;
}
