/* Added to override underline for links in main content are */ 
.panel-grid-cell a {
	text-decoration: underline;
}

/* Hide page level heading */
#flash-breadcrumbs {
	display: none;
}

@media (min-width: 768px) {
.menu-item-7613 a {
	font-weight: bold;
	color: white !important;
	padding: 12px 20px;
	border-radius: 20px;
	background: #AA0061;
		border: 2px solid #AA0061;
}

.menu-item-7613 a:hover {
	background: white;
	color: #AA0061 !important;
	transition: background 0.5s ease;
}
}

@media (min-width: 768px)
{
	.donate-button {
		display: none;
	} 
}

.donate-button {
	 margin: 0;
  position: absolute;
  top: 30%;
	left: 35%;

}

.donate-button a {
  text-decoration: none;
	font-weight: bold;
	color: white !important;
	padding: 12px 20px;
	border-radius: 20px;
	background: #AA0061;
	border: 2px solid #AA0061;
}

.donate-button a:hover {
	background: white;
	color: #AA0061 !important;
	transition: background 0.5s ease;
}


/* Buttons */

.button {
    background-color: #AA0061;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
	border-radius: 12px;
}

button:hover {
background: white;
	color: #AA0061
}

.smallbutton {
	    background-color: #AA0061;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
	border-radius: 12px;
	float:right;
}

.menu-item {
	z-index: 999;
}

/* Hide plus on counting figures */
.fa-plus {
display: none;
}

.panel-grid-cell {
	z-index: 5;
}

#top-footer a {
	color: #fff;
}
#top-footer a:hover {
	color: #AA0061;
}

/* force width */ 
#primary {
    width: 100% !important;
}

/* Used to offset in-page anchors to account for fixed header */
a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/* from https://codepen.io/tomdurkin/pen/nvAjd */
.shrink {
  padding: 0px 0;
}

.shrink  img {
  height: 60px;
	width: 142px;
}

#masthead {
 /* animation magic */
  transition: all 0.4s ease-in-out; 
		-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; 
}

/* Remove padding from logo */
.logo .logo-image {
	padding: 0px;
}

/* ensure history image plays nicely */
#panel-79-2-0-0 {
	height: 100%;
}
	#panel-79-2-0-0 .so-widget-sow-image {
		height: 100%;
	}	
#panel-79-2-0-0 .so-widget-sow-image .sow-image-container{ 
	height:100%;
	}

#panel-79-2-0-0 .so-widget-image {
	width: 100%;
	height:100%;
	object-fit: cover; 
	
}



#panel-79-10-0-0 {
	height: 100%;
}
	#panel-79-10-0-0 .so-widget-sow-image {
		height: 100%;
	}	
#panel-79-10-0-0 .so-widget-sow-image .sow-image-container{ 
	height:100%;
	}

#panel-79-10-0-0 .so-widget-image {
	width: 100%;
	height:100%;
	object-fit: cover; 
	
}

a img {
	border: 0px;
	padding: 0px;
}




/* Footer float right */
#nav_menu-5 {
	float: right;
}

/* Hide category from products page */ 
.single-product .product_meta {
   display: none;
}

/* Hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}

.single_add_to_cart_button {
	float:none;
}

.woocommerce div.product form.cart .button {
	float:none;
}

/* Hide woocommerce tabs */
.wc-tabs {
	display: none;
}

/* hide h2 in tabs section */
.woocommerce-Tabs-panel h2 {display: none;}

/* add margin between header and content for woocommerce */
.woocommerce-notices-wrapper {
	margin-top: 20px;
}

.give_forms {
	display: inline-block;
	margin: 30px;
}

/* Reduce size of text for giving options */
.post-2002 h3 {
	font-size: 1.5em;
}

.postcard, .attachment-flash-grid {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-radius: 5px;
    padding: 1em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #bfbfbf;
    box-shadow: 0 0 5px 0 #bfbfbf !important;
    cursor: pointer;
}