/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.col-only-shipping-lt #ship-to-different-address {
	display: none;
}

.col-only-shipping-lt .woocommerce-billing-fields h3 {
	display: none;
}

/*CROWDFUNDING TEMPLATE STRUCTURE*/
body.crowdfunding-template main.site-main > .container {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

/*TOP BANNER*/
.product-crowdfunding .section-top-banner {
	height: 185px;
	background: #395c5c;
	margin-top:55px;
}

.product-crowdfunding .section-top-banner .container {
	text-align: center;
	padding: 10px 0;
}
.product-crowdfunding .section-top-banner .container h2 {
	font-family: 'Proxima Nova';
	font-size: 44px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}
.product-crowdfunding .section-top-banner .container span {
	font-size: 26px;
    display: block;
    color: #64b6cb;
    font-family: "Museo Slab 500";
    letter-spacing: 0.5px;
}
.product-crowdfunding .section-top-banner .container button {
	background: #008445;
	color: white;
	border: none;
	padding: 9px 19px;
	font-size: 26px;
	font-family: 'Proxima Nova';
	margin: 0 10px;
	font-weight: bold;
}

/*AMOUNTS*/
.product-crowdfunding .section-amounts {
	background: #edeaeb;
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
}
.product-crowdfunding .section-amounts .left-col {
	float: left;
	width: 69%;
	padding: 0 90px 0 0;
}
.product-crowdfunding .section-amounts .right-col {
	float: left;
	width: 31%;
}

.product-crowdfunding .bottom-logos {
	clear: both;
} 

.product-crowdfunding .section-amounts .product_title {
	text-transform: none;
	font-size: 28px;
	color: #707070;
	border-bottom: 2px #008445 solid;
	padding-bottom: 15px !important;
	text-align:left;
}

.product-crowdfunding .section-amounts .product_title .green {
	color: #00844a;
	font-size: 34px;
}
.product-crowdfunding .section-amounts .product_title .orange {
	color: #dd793c;
	font-size: 28px;
}

.product-crowdfunding .section-amounts .donation-title {
	font-size: 22px;
    text-transform: uppercase;
    color: #365e5e;
    padding-top: 50px;
}

.crowdfunding-template .product-crowdfunding .section-amounts form.cart .variations td {
	display: block;
}
.crowdfunding-template .product-crowdfunding .section-amounts form.cart .variations th {
	display: block;
}
.crowdfunding-template .product-crowdfunding .section-amounts form.cart .variations td.label {
	text-align: left;
	padding-left: 0;
}
.crowdfunding-template .product-crowdfunding .section-amounts form.cart .variations th.label {
	text-align: left;
	padding-left: 0;
}
.product-crowdfunding .section-amounts .left-col p.price {
	display: none;
}

.product-crowdfunding .section-amounts .left-col .variations td.label {
	padding-top: 32px;
    color: #000;
    font-size: 16px;
}
.product-crowdfunding .section-amounts .left-col .variations th.label {
	padding-top: 32px;
    color: #000;
    font-size: 16px;
}
.product-crowdfunding .section-amounts .left-col .variations td.label .red {
	color: red;
}
.product-crowdfunding .section-amounts .left-col .variations th.label .red {
	color: red;
}

/*STYLE RADIO BUTTONS*/
.product-crowdfunding .section-amounts .swatch-control ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

.product-crowdfunding .section-amounts .swatch-control ul li {
	float: left;
    margin: 0 5px 0 0;
    width: 132px;
    height: 75px;
    position: relative;
}
.product-crowdfunding .section-amounts .swatch-control ul li.disabled {
	display:none;
}

.product-crowdfunding .section-amounts .swatch-control ul label, .product-crowdfunding .section-amounts .swatch-control ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.product-crowdfunding .section-amounts .swatch-control ul input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.product-crowdfunding .section-amounts .swatch-control ul input[type="radio"]:checked + label {
    border:2px solid orange;
}

.product-crowdfunding .section-amounts .swatch-control ul label {
	padding: 5px;
	border: 2px solid #CCC;
	cursor: pointer;
	z-index: 90;
	background: #fff;
	border-radius: 10px;
	line-height: 48px;
	height: 60px;
	font-size: 28px;
	color: #365e5e;
	text-align: center !important;
	font-weight: normal !important;
	margin-left: 0;
	margin-right: 11px;
}

.product-crowdfunding .section-amounts .swatch-control ul label:hover {
     border:2px solid orange;
}
.product-crowdfunding .section-amounts .swatch-control ul label .orange {
	color: orange;
}

/*FREQUENCIES*/
.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul {
     list-style-type:none;
     margin:13px 0 0 0;
     padding:0;
}

.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul li {
	float: left;
    margin: 0 5px 0 0;
    width: 132px;
    height: 75px;
    position: relative;
}
.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul li.disabled {
	display:none;
}

.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul label, .product-crowdfunding .section-amounts .wcsatt-options-wrapper ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul input[type="radio"] {
    opacity:0.011;
    z-index:100;
}
.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul input[type="radio"]:checked + span {
	color: orange;
}
.product-crowdfunding .wcsatt-options-wrapper ul input[type="radio"]:checked + span {
	color: orange;
}

.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul label.checked {
    border:2px solid orange;
}

.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul label {
	padding: 5px;
    border: 2px solid #CCC;
    cursor: pointer;
    z-index: 90;
    background: #00844b;
    border-radius: 0;
    line-height: 28px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: normal !important;
    margin-left: 0;
    margin-right: 11px;
}

.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul label:hover {
     border:2px solid orange;
}
.product-crowdfunding .section-amounts .wcsatt-options-wrapper ul label .orange {
	color: orange;
}

.product-crowdfunding .section-amounts .single_variation_wrap .woocommerce-variation-price .price {
	display: none;
}

.single-product .wcsatt-options-wrapper .wcsatt-options-wrapper > p, 
.single-product .wcsatt-options-wrapper .wcsatt-options-prompt-text > p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.single-product .wcsatt-options-wrapper .wcsatt-options-wrapper > p .red, 
.single-product .wcsatt-options-wrapper .wcsatt-options-prompt-text > p .red {
	color: red;
}



.product-crowdfunding .section-amounts .single_variation_wrap {
	/*padding-top: 10px;*/
}
/*END STYLE RADIO BUTTONS*/

.product-crowdfunding .section-amounts .variations .orange-asterix {
	color: orange;
	font-weight: bold;
	font-size: 18px;
}

/*DONATIONS*/
.product-crowdfunding .section-amounts .donations {
	background: #93d9e4;
	max-height: 755px;
	min-height: 500px;
	overflow-y: auto;
	padding: 10px 40px;
}

.product-crowdfunding .section-amounts .donations h2 {
	border-bottom: 3px solid #0f93a4;
	padding-bottom: 7px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.product-crowdfunding .section-amounts .donations ul {
	list-style: none;
	margin: 0;
}

.product-crowdfunding .section-amounts .donations ul li {
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
	margin-top: 20px;
	text-align: center;
	color: white;
	font-size: 20px;
	padding-bottom: 25px;
}

.product-crowdfunding .section-amounts .donations ul li .donation-author {
	display: block;
	margin-top: 0;
	line-height: 1.25em;
}
.product-crowdfunding .section-amounts .donations ul li .donation-price {
	color: #365e5e;
	font-size: 22px;
}
.product-crowdfunding .section-amounts .donations ul li .donation-honor-of,
.product-crowdfunding .section-amounts .donations ul li .donation-memory-of {
	display: block;
	line-height: 1.25em;
	font-size: 16px;
    color: #0f93a4;
}

.product-crowdfunding .section-amounts .donations ul li:first-child {
	margin-top: 30px;
}

.product-crowdfunding .section-amounts .donations ul li:last-child {
	border-bottom: none;
}

.product-crowdfunding .section-amounts .form-row input.input-text {
	max-width: 650px;
}

.product-crowdfunding .section-amounts .nyp {
	clear: both;
}
.product-crowdfunding .section-amounts .nyp .nyp-input {
	max-width: 650px;
}

.product-crowdfunding .section-amounts form .form-row label.checkbox {
	font-weight: normal;
	position: relative;
    padding-left: 24px;
}

.product-crowdfunding .section-amounts form .form-row .input-checkbox {
	position: absolute;
	left: 0;
	top: 3px;
}

.woocommerce .product-crowdfunding .section-amounts .single_add_to_cart_button {
	background-color: #75c7da;
}
.woocommerce .product-crowdfunding .section-amounts .single_add_to_cart_button:hover {
	background-color: #395c5b;
}

/*DESCRIPTION*/
.product-crowdfunding .section-description .container {
	text-align: center;
	margin-bottom: 38px;
}
.product-crowdfunding .section-description h2 {
	display: none;
}

.product-crowdfunding .section-description img {
	margin-top: 60px;
	margin-bottom: 70px;
	width: 1180px;
}

.product-crowdfunding .section-description p {
	color: #365e5e;
	font-size: 28px;
	padding: 0 25px;
	margin-top:-3px;
}
.product-crowdfunding .section-description p.small {
	font-size: 24px;
}

/*BOTTOM*/
.product-crowdfunding .bottom-logos img {
	margin: 30px 0 20px 0;
	width: 1480px;
}
.product-crowdfunding .bottom-logos h2 {
	text-align: center;
	color: #365e5e;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 90px;
}

.section-amounts .fpf-fields .text-help {
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 6px;
}

.woocommerce-checkout.woocommerce-page form .form-row label.checkbox {
    position: relative;
    padding-left: 24px;
}
.woocommerce-checkout.woocommerce-page form .form-row .input-checkbox {
	position: absolute;
    left: 0;
    top: 3px;
}

/*Custom Stripe Payment Request Button*/
#lt-wc-stripe-payment-request-wrapper {
	text-align: center;
}
#lt-payment-request-button {
	border-radius: 10px;
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	line-height: 60px;
	height: 60px;
	color: #3e4245;
	display: inline-block;
	padding: 0 35px;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 5px 5px 8px #ddd;
}

#lt-payment-request-button img.google {
	height: 30px;
	margin-left: 5px;
}
#lt-payment-request-button img.apple {
	display: none;
}

#lt-payment-request-button.lt-payment-request-button-apple {
	background: black;
	color: white;
}
#lt-payment-request-button.lt-payment-request-button-apple img.google {
	display: none;
}
#lt-payment-request-button.lt-payment-request-button-apple img.apple {
	display: inline;
}
#lt-payment-request-button img.apple {
	height: 44px;
	margin-left: 0px;
}

body.crowdfunding-template .container-amounts .quantity .qty {
	display: none !important;
}

/*FIX RECAPTCHA POSITION*/
.woocommerce-checkout .anr_captcha_field {
	position: absolute;
    right: 15px;
    bottom: 72px;
}
form.checkout.woocommerce-checkout {
	position: relative;
}
/*END FIX RECAPTCHA POSITION*/

.single-product .fpf-fields-config-wrapper {
	display: none !important;
}
#my-account-menu .user-profile .user-avatar.avatar-upload {
	display: none;
}
#my-account-menu .user-profile {
	margin-bottom: 10px;
}
#my-account-menu .user-profile .user-info {
	text-align: center;
	width: 100%;
	padding-top: 30px;
}
.entry-content #my-account-menu li {
	margin-bottom: 0;
}
body #my-account-menu {
	width: 25%;
	margin-right: 3%;
}
body #my-account-menu ~ .woocommerce-MyAccount-content {
	width: 72%;
}
#my-account-menu .myaccount-menu li > a {
    display: block;
    padding: 12px 5px 12px 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
}
.woocommerce table.my_account_orders .button {
	float: none;
	margin-left: 5px !important;
	margin-top: 10px;
	margin-bottom: 10px !important;
}

/*RESPONSIVE*/
@media screen and (max-width: 480px) {
	body #my-account-menu {
		width: 100%;
	}
	body #my-account-menu ~ .woocommerce-MyAccount-content {
		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	.woocommerce-checkout .anr_captcha_field {
	    right: calc(50% - 152px);
	    bottom: 78px;
	}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.woocommerce-checkout .anr_captcha_field {
	    right: calc(50% - 152px);
	    bottom: 88px;
	}
}
@media screen and (max-width: 767px) {
	#lt-payment-request-button, 
	#lt-payment-request-button-apple {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.product-crowdfunding .section-amounts {
		padding-top: 35px;
		padding-bottom: 25px;
	}
	.product-crowdfunding .section-amounts .left-col {
		width: 100%;
		padding: 0px 0px 40px 0px;
	}
	.product-crowdfunding .section-amounts .right-col.donations {
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	.product-crowdfunding .section-top-banner {
		height: auto;		
		margin-top:0;
		padding: 10px 25px 20px 25px;
	}

	.product-crowdfunding .section-amounts .product_title {
		text-align:center!important;
	}

	.product-crowdfunding .section-top-banner .container h2 {
		font-size: 30px;
	}
	.product-crowdfunding .section-top-banner .container span {
		font-size: 20px;
	}
	.product-crowdfunding .section-top-banner .container button {
		font-size: 20px;
	}

	.product-crowdfunding .section-description p {
		margin: 0;
		padding: 0;
	}
	.product-crowdfunding .section-description p.small {
		margin: 20px 0;
	}

	.product-crowdfunding .section-description img {
		margin: 20px 0 30px 0;
	}

	.product-crowdfunding .section-description p {
		font-size: 22px;
	}
	.product-crowdfunding .section-description p.small {
		font-size: 18px;
	}
	.product-crowdfunding .bottom-logos img {
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 1199px) {
	.woocommerce table.my_account_orders .button {
		float: none;
		padding: 8px 10px;
		margin-top: 0;
		margin-bottom: 10px !important;
	}
}