@charset "utf-8";
/* sidebar1 shows up after content using Woocommerce wrapper */
body.woocommerce-page #sidebar1{display:none;}
body.woocommerce-page .secondarynav{display:none;}
/* duplicate breadcrumb, site breadcrumb built-in */
.woocommerce-breadcrumb{display: none;}
div.woocommerce .actions, div.cart_totals .shop_table{background-color: #fafafa;}
/* checkout fields */
#wmnf-checkout{float: left;}
#wmnf-checkout-options label{
	font-size: 20px;
}
#wmnf-checkout-options label[for='onetime']{
	padding-right: 25px;
}
.wmnf-checkout-label{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.25 !important;}
#wmnf-checkout-amounts-list{float: left;}
ul.wmnf-checkout-choice li {
	text-align: center;
	float: left;
	background: #e83928;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	border: 1px solid #565656;
	border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;}
li.wmnf-checkout-amount-choice{
	text-align: center;
	float: left;
	width: 85px;
	background: #e83928;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-bottom: 10px;
	padding: 15px;
	display: inline-block;
	border: 1px solid #565656;
	border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;}
div.wmnf-checkout-amount{
	float: left;
	font-size: 36px;
	white-space: nowrap;
	margin-left: 10px;}
#wmnf-checkout-amount{
	font-size: 24px;
	width: 150px;
	border: 5px solid red; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;}
.wmnf-checkout-button{
	margin-top: 8px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #4fb1dc;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #1e85be;
	cursor: pointer;}
.wmnf-primary-button{
	margin-top: 8px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #e83928;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #565656;
	cursor: pointer;}
.wmnf-secondary-button {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #e83928;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #565656;
	cursor: pointer;}
.wmnf-disabled-button{
	margin-top: 10px;
	margin-left: 20px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #ccc;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	cursor: pointer;}
#wmnf-checkout-separator{clear: both;}
#wmnf-upped input {
	margin-left:1em;
}
#wmnf-upped label {
	display:inline-block;margin-left:1em;
}
#wmnf-checkout-monthly-msg {
	padding: 10px;
	border: 1px solid #565656;
	background-color: #FFC;
}
.woocommerce-checkout-review-order-table {
	margin-bottom: 5px !important;
}
.woocommerce-checkout-review-order-table-message {
	font-weight: bold;
	margin-bottom: 25px;
	padding: 5px;
	background-color: #FFC;
	border: 1px solid #565656;
}

ul.wc_payment_methods, ul.wc_payment_methods div.payment_box {
	padding: .5em !important;
}

.wmnf-gifts-list{
	float: left;
	margin-right: 20px !important;
	max-width: 600px;}
.program-list-class{float: left;}
#woocommerce{
	margin: 1.8em auto !important;
   	display: block !important;
	max-width: 1240px !important;}
.sku_wrapper{display: none;}
#wmnf-cart-categories-list{float: right;}
.product-category img{
	width: 215px !important;
	height: 215px !important;}
.products img{
	width: 215px !important;
	height: 215px !important;}
.products li:not(.product-category){height: 375px !important;}
ul.products li.product-category{
	clear: none !important;
	width: 215px !important;}
ul.products li.product{
	clear: none !important;
	margin: 0px 20px 20px 0px !important;}
.create-account label.checkbox{
	color: #F00;
	font-weight: bold;}
.variations .label{width: 75px;}
.variations .label label{
	padding-left: 2px;
	padding-right: 2px;
	display: table-cell;
    vertical-align: middle;
	width: 75px;
	color: #FFF;
	background-color: #ee3a29;
	text-align: center;
	display: table-cell;
    vertical-align: middle;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
	vertical-align: middle;}
.woocommerce-cart .cart-collaterals .cart_totals table th{padding-right: 5px;}
.woocommerce .cart .button, .woocommerce input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	color: #fafafa !important;
	background-color: #FF0000 !important;
    text-align: center;
    margin-bottom: 5px;}
.wc-terms-and-conditions{
	float: none !important;
	text-align: right !important;}
.payment_methods li{list-style-type: none !important;}
.payment_methods input{display: inline;}
#ship-to-different-address{display: none;}
#wmnf-program{
	display: block;
	clear: both;}
.wmnf_select, form.woocommerce-ordering .orderby{
    padding: 2px;
    font-size: 18px;
	font-weight: bold;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #1e85be, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #1e85be, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #1e85be, 0 -1px #fff inset;
    background: #4fb1dc;
    color:#FAFAFA;
    cursor:pointer;
	margin-right: 10px;}
.wmnf_program_select{
    padding: 2px;
    font-size: 24px;
	font-weight: bold;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #1e85be, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #1e85be, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #1e85be, 0 -1px #fff inset;
    background: #4fb1dc;
    color:#FAFAFA;
    cursor:pointer;
	width: 100%;}
.donations_info_box{
	padding: 5px;
	border: 1px solid #565656;
	background-color: #FFC;}
ul.donation-info-boxes{text-align: center;}
ul.donation-info-boxes li{
	background: #F0E5D9 url('/wp-content/themes/bsd-theme/wmnf/assets/grain50.png');
	padding: 10px;
	display: inline-block;
	border-radius: 10px;
	-moz-border-radius: 10px;}
.donation-info-boxes span.big-numbers{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
	width: 130px;
	text-align: center;
	vertical-align: top;
    padding-top: 8px;}
.donation-info-boxes span.smalltext{
    display: inline-block;
    width: 240px;}
#prompt_initials{
	text-transform:uppercase;}
.donation_label{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;}
.top_margin-25{margin-top: 25px;}
input[type="text"].donation_amount{
	margin-right: 10px;
	width: 150px;
	height: 60px;
	font-size: 28px;
	text-align: center;
	padding-bottom: 5px;}
.woocommerce form .form-row label{line-height: normal;}
.donation-header-container{
	float: right;}
.donation-header{
	display: table-cell;
	vertical-align: bottom;
	height: 75px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;}
.donation-header-content{
	margin-top: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	border: 2px solid #65cdf1;
	background-color: #fafafa;}
.donation-header-item {
	clear: both;
	color: #64caf0;
	cursor: pointer;
}
.donation-header-item-special {
	clear: both;
	color: #e83928;
	cursor: pointer;
}
.donation-header-item a, .donation-header-item-special a {
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
.donation-header-item a:link, .donation-header-item a:visited {
	color: #9a1d10;
}
.donation-header-item a:hover {
	color: #f28e84;
}
.wmnf-donation-button{
	float: left;
	cursor: pointer;
	padding-bottom: 25px;}
.donation_added{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #090;
	background-color: #FFC;
	border: solid 2px;
	border-color: #EEEEEE;
	padding: 5px;
	line-height: 1em;}
.wmnf-order-total{
	font-weight: bold;
	color: #060;}
.wmnf-program-gifts{
	font-weight: bold;
	font-size: 24px;}
.gift-item{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #565656;
	background-color: #fafafa;
	border-radius: 2px;
	-moz-border-radius: 2px;
	display: table;
	width: 100%;}
.gift-title{
	font-size: 20px;
	font-weight: bold;
	color: #565656;
	text-decoration: none;
	line-height: 0.5em;}
.gift-photo{float: left;}
.add_to_cart_inline{
	border: none !important;
	padding: 2px !important;
	float: right;}
.add_to_cart_inline .amount{font-weight: bold;}
.add_to_cart_button, .button.product_type_variable, .button.product_type_simple {
	background-color: #64caf0 !important;
	color: #fafafa !important;}
.products li.product{display: table;}

/* My Account */
nav.woocommerce-MyAccount-navigation {
	width: 25% !important;
	max-width: 250px !important;
	margin-right: 15px !important;
}
nav.woocommerce-MyAccount-navigation ul {
	margin-left: 0px !important;
}
nav.woocommerce-MyAccount-navigation ul li {
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fafafa;
	text-decoration: none !important;
	list-style-type: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 2px;
	cursor: pointer;
}
nav.woocommerce-MyAccount-navigation ul li a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none !important;
}
.wmnf-myaccount-nav-item-selected {
	float: right;
}
.wmnf-myaccount-nav-item {
	color: #64caf0;
	float: right;
}
.wmnf-myaccount-nav-item-special {
	float: right;
	color: #e83928;
}
.order-status-icon{cursor: help; margin: 0 auto !important; float: left;}
.order-status-icon img{width: 18.19px; height: 18.19px; margin: 0 2px 0 2px !important;}
div.woocommerce-MyAccount-content {
	float: left !important;
	width: 70% !important;
}
div.woocommerce-MyAccount-content p, div.woocommerce-MyAccount-content h3 {
	margin-top: 0;
}
table.woocommerce-MyAccount-orders {
	border: 1px solid #64caf0 !important;
	margin: 0px -1px 10px 0 !important;
}
table.woocommerce-MyAccount-orders a {
	text-decoration: none;
}
table.woocommerce-MyAccount-orders thead {
	background-color: #eee;
}
td.order-actions a {
	background-color: #64caf0 !important;
	color: #fafafa !important;
}
.order-again {
	display: none;
}
div.woocommerce-Pagination {
	margin-bottom: 5px;
}

/* Mobile devices */
@media only screen and (max-width: 540px){
	.donation-header-container{
		float: none;
		text-align: center;
	}
	.donation-header{
		height: auto;
		display: block;
	}
	nav.woocommerce-MyAccount-navigation {
		float: none !important;
		width: 95% !important;
		margin-bottom: 5px;
	}
	div.woocommerce-MyAccount-content {
		float: none !important;
		width: 100% !important;
	}
	#wmnf-cart-categories-list{
		float: none !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.woocommerce-result-count{display: none;}
	.woocommerce-result-count, form.woocommerce-ordering{float: none !important;}
	ul.products li.product{width: 40% !important;}
	li.onetime {clear: right;}
	#wmnf-checkout-cof{display:none;}
	.wc-terms-and-conditions{
	float: none !important;
	text-align: left !important;}
}

/* Disabled
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	padding: 1em 1em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfbfc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfbfc), to(#f7f6f7));
	background: -webkit-linear-gradient(#fcfbfc, #f7f6f7);
	background: -moz-linear-gradient(center top, #fcfbfc 0%, #f7f6f7 100%);
	background: -moz-gradient(center top, #fcfbfc 0%, #f7f6f7 100%);
	color: #5e5e5e;
	text-shadow: 0 1px 0 #ffffff;
	list-style: none outside;
	width: auto;
	-webkit-box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3)
}
.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after {
	display: block;
	clear: both
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
	content: "before wc msg";
	height: 1.5em;
	width: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	padding-top: 1em;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1)
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
	list-style: none outside;
	padding-left: 0;
	margin-left: 0
}
.woocommerce-message {
	border-top: 3px solid #8fae1b
}
.woocommerce-message:before {
	background-color: #aafcfa;
	content: "\2713"
}
.woocommerce-info {
	border-top: 3px solid #1e85be
}
.woocommerce-info:before {
	font-family: Times, Georgia, serif;
	font-style: italic;
	background-color: #aafcfa;
	content: "i"
}
.woocommerce-error {
	border-top: 3px solid #b81c23
}
.woocommerce-error:before {
	background-color: #b81c23;
	content: "0d7";
	font-weight: 700
}
*/