/* Enter Your Custom CSS Here */
#post-89 > div > p:nth-child(1) > strong{
/* 	display:none; */
}
#pagelayout_area > section > article > div > p:nth-child(1) > strong{
	display:none;
}
#pagelayout_area > section > article > div > h3:nth-child(1) > strong{
	display:none;
}

/* handle the donation button in the side bar */
#give_forms_widget-2 > div.js-give-embed-form-modal-launcher-wrap > button{
    background-color: #28C77B;
    border-radius: 10px;
    padding: 15px;
}
#give_forms_widget-2 > div.js-give-embed-form-modal-launcher-wrap{
	text-align:center;
}

#give_forms_widget-2 > div.js-give-embed-form-modal-launcher-wrap > button:hover {
   padding: 16px 17px; /* 5px top/bottom, 10px left/right */
}

#give_forms_widget-2 > p{
	padding:10px;
}

/* reduce on the font size on the menu items */
.header-menu ul{
	font-size:14px;
}

/* #envira-gallery-item-7 > div > a > img */

.envira-gallery-image{
	padding:2.5px !important;
}


#terms-button{
	    height:60px;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

#terms-button:hover{
	    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
#custom_html-2 > div{
	text-align:center;
	padding:10px;
}