.site-header  {
	padding: 13px 0;
}

.site-header .site-branding {
	margin-bottom: 0;
}

.site-header .site-search,
.storefront-primary-navigation,
.storefront-sorting,
.site-footer {
	display: none;
}

.woocommerce-products-header,
.entry-title {
	text-align:left !important;
}

a.custom-logo-link {
	display: block;
	height: 40px;
    background-image: url(https://www.ncfgiving.com/wp-content/themes/ncf/assets/images/ncf-logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-logo-link img {
	display: none;
}

select {
padding: 0.6180469716em;
background-color: #f2f2f2;
color: #43454b;
border: 0;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: normal;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
	border-radius: 0;
}

.select2-container--default .select2-selection--single {
padding-top: 0.6180469716em;
	height: 45px;
	background-color: #f2f2f2;
color: #43454b;
border: 0;
box-sizing: border-box;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px
}

.form-row-first {
	width:100%;
}

.form-row-first select[name="billing_expdatemonth"],
.form-row-first select[name="billing_expdateyear"]{
	width: 49%;
}