/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

#featured article header {
  padding: 5px 20px 20px;
  height: 75px;
  background: rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*---NAV CHANGES---*/
#main-nav li a {
	font-size: 1.125em !important;
}

#main-nav li ul li a {
	font-size: 1em !important;
}

/*---DONATE NOW BUTTON---*/
/*-Text Styling-*/
#main-nav li.menu-item-160 a {
	text-transform: uppercase;
	color: #FFFFFF !important;
/*	letter-spacing: 1px;*/
	font-size: 135% !important;
	font-weight: bold;
	padding-bottom: 0px;
}
/*-Button Styling-*/
#main-nav .menu-item-160 {
	border-radius: 10px;
    border-bottom: thin solid #006599;
	border-right: thin solid #006599;
	background-color: #0073AF; 
	box-shadow: 2px -2px 10px 1px #CECECE;
	margin-left: 20px;
	position: relative;
    top: -3px;
}
/*-Hover Over-*/
#menu-item-160.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-160 a:hover {
  background: #258abc;
  border-radius: 10px;
  padding-right: 15px;
  margin-right: 0px;
}
/*-Selected-*/
#menu-item-160.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-158.current_page_item.menu-item-160 a {
  background: #258abc;
  border-radius: 10px;
  padding-right: 15px;
  margin-right: 0px;
}
/*---END DONATE NOW BUTTON---*/

/*---OVERRIDE Linked Item Bulleted List in BlackStudioWidget---*/
.so-panel.widget.widget_black-studio-tinymce li a {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  display: inline;
  color: #46b1e1;
  text-decoration: none;
}

/*---END OVERRIDE---*/

/*---FALL FOR SMILES BUTTONS---*/
a.ffs_blue, 
a.ffs_red, 
a.ffs_orange, 
a.ffs_gold, 
a.ffs_green {
  display: inline-block;
  margin: 5px;
  padding: 6px 13px 5px;
  font-weight: bold;
  border: none;
  color: white !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as anchors */

  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */

  cursor: pointer;
  /* Inputs need pointers! */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
a.ffs_blue {
  background: #46b1e1;
}

a.ffs_blue:hover {
  text-decoration: none;
  background: #35a0d0;
}

a.ffs_red {
  background: #e33731;
}

a.ffs_red:hover {
  text-decoration: none;
  background: #ad2724;
}

a.ffs_orange {
  background: #E68B24;
}

a.ffs_orange:hover {
  text-decoration: none;
  background: #CF7D20;
}

a.ffs_gold {
  background: #F1B618;
}

a.ffs_gold:hover {
  text-decoration: none;
  background: #D6A215;
}

a.ffs_green {
  background: #50B948;
}

a.ffs_green:hover {
  text-decoration: none;
  background: #48A641;
}


/*---END FALL FOR SMILES BUTTONS---*/