/**
 * Theme overrides — loaded after style.css and Foundation.
 * Add custom CSS here when you need rules to win the cascade.
 */

 /* Paypal */
.payment_method_ppec_paypal {
	display:none;
}

input[type="submit"], input[type="button"] {
    width: auto;
}

.footer-widgets .product-search input[type="search"] {
    width: auto;
    font-size: 14px;
    height: auto;
	padding:0.5rem;
}

.footer-widgets .product-search input[type="submit"] {
    width: auto;
    font-size: 1rem;
    height: auto;
}


.gform_wrapper.gravity-theme #gform_11 .gfield-choice-input {
   vertical-align: unset;
}

.gform_wrapper #gform_11 .gform_footer input.button {
    width: 200px;
}

.page-id-74337 .medium-8 {
    width: 100% !important;
}

.page-id-74337 .medium-4 {
    width: 33.33333%;
    display: none;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #ffffff;
    background-color: #009390;
}

.vc_empty_space.spacemobile {
    display: none !important;
}

@media only screen and (max-width: 600px) {
	.vc_empty_space.spacemobile {
	    display: block  !important;
	}
	
	.vc_empty_space.spacedesktop {
		display: none  !important;
	}
}

ul {
	list-style-type: none !important;
}

.ambassador ul {
	list-style-type: disc !important;
}

.attachment-woocommerce_thumbnail {
    width: 300px !important;
/*     height: 400px !important;
    object-fit: cov !important; */
}
.category-press-releases li {
    list-style-type: disc !important;
}

.paypal-donate-btn {
    display: flex;
    justify-content: center;

}
.paypal-donate-btn a{
	margin-left:1rem;
	font-size: 1.3rem !important;
		color: #ffff !important;
		background-color: #009390;
		text-transform: uppercase;
	padding: 1rem 3rem;
	margin-top: 1rem !important;
}

.components-button {
	width:auto;
	margin: 0;
}
.wc-block-attribute-filter__button {
	margin: 0;
}