/* 
This is the section css for
WCU Campus Gardens 
*/
/**********************************************
SIDE MENU
**********************************************/
#home-content .sideLinks{
    margin-top: 17.430px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    margin-bottom: 5px;
}
#home-content .sideLinks a{
	background-color: #EEE;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
	margin-bottom: 5px;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 0px 10px 3px 30px;
    border-left: 0;
    font-weight: bold;
    text-indent: -10px;
    line-height: 20px;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
    color: #763775;
    border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}

/**********************************************
GLOBAL
**********************************************/
#home-content .row-responsive.flexsliderLarge {
	margin-bottom: 0px;
}
#home-content .leftGrid {
	padding-right: 20px;
}

#home-content .rightGrid {
	padding-left: 20px;
}

#home-content .shadow {
	box-shadow: 0px 0px 14px 1px rgba(0,0,0,.5);
}

#home-content .socialIcons {
	float: right;
}
#home-content .slides img{
	width: 100%;
}
/**********************************************
DEFAULT
**********************************************/
#home-content .homepage .row-responsive {margin-bottom: 10px;}
#home-content .homepage .flex-caption {display: none;}
#home-content .homepage .faIcons {float: right;}
#home-content .homepage .gardenMiddle {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 15px;
}
#home-content .gardenMiddle h3 {
    margin-top: 0;
}
#home-content .homepage .firstGrid {padding-right: 5px;}
#home-content .homepage .midGrid {padding-left: 2.5px; padding-right: 2.5px;}
#home-content .homepage .lastGrid {padding-left: 5px;}
#home-content .homepage .bottomMiddleSection {
    background-color: #eee;
	padding: 10px;
    padding-top: 0;
}
#home-content .gardenBottom .grid4 {
	padding-right: 10px;
	padding-left: 10px;
}
#home-content .gardenBottom .grid4:first-of-type {
    padding-left: 0;
}
#home-content .gardenBottom .grid4:nth-child(2) {
    padding: 0px;
}
#home-content .gardenBottom .grid4:last-of-type {
    padding-right: 0;
}
#home-content .gardenBottom .grid4 li {
    margin-left: 10px;
}
.transBtn
{
    width: 100%;
    font-size:1.2em;
    font-weight: bold;
    background-color: #EEE;
    color:#441F49;
    border: 2px solid #441F49;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0;
}
.transBtn a
{
    color: #441F49;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    background-image: linear-gradient(to left, transparent, transparent 50%, #441F49 50%, #441F49);
    background-position: 99% 0;
    background-size: 203% 100%;
    transition: all .5s ease-in;
}
.transBtn a:hover
{
    background-position: .8% 1%;
    color: #EEE;
}
.transBtn:hover{
    border: 2px solid #441F49;
}

/**********************************************
BENEFITS
**********************************************/
#home-content #accordionHeader {
	margin-bottom: 0px;
}

/**********************************************
NORTH / SOUTH CAMPUS
**********************************************/
#home-content .newsPanel{
    background-color: #eee;
    padding-top: 0;
    padding: 15px;
    margin-bottom: 10px;
}

/**********************************************
NORTH HARVEST
**********************************************/
#home-content .harvestProducts {
	background-color: #eee;
	padding: 20px;
}
#home-content .harvestProducts h3 {
	margin-top: 0px;
}
#home-content .northHarvest .grid4 {
	padding: 5px;
}
#home-content .northHarvest .row-responsive {
	margin-bottom: 0px;
	margin-top: 0px;
}
#home-content .northHarvest .imagesRow2 {
	margin-top: -15px;
}

/**********************************************
RECIPES
**********************************************/
#home-content .recipePage .grid9{
    padding-left: 20px;
}
#home-content .recipePage .grid9 .row-responsive {
	margin-top: 0px;
}
#home-content .recipePadding{
    margin-top: 0;
}
#home-content .recipeFilter h3{
    margin-top: 0;
}
#home-content .recipeFilter{
    padding: 20px;
    background-color: #eee;
}
#home-content .recipeFilter ul{
    list-style-type: none;
    text-align: center;
    margin-left: 0;
}
#home-content .recipeFilter ul a{
    text-decoration: none;
    font-size: 1.2em;
    color: #441F49;
}
#home-content #recipeFilter ul a:hover{
    font-size: 1.3em;
    background-color: #fff;
}
#home-content .filtBtn{
    display: block;
    padding: 5px;
    margin-bottom: 7px;
    border: 2px solid #441F49;
}
#home-content .filtBtn:hover{
    font-size: 1.3em;
    background-color: #fff;
}
#hiddenRecipe{
    display: none;
}

/**********************************************
VOLUNTEER
**********************************************/
#home-content .volunteerPage .grid8 {
	padding-right: 20px;
}
#home-content .volunteerPage .btnMain {
	width: 100%;
}

/**********************************************
PIGMENT DYE
**********************************************/
#home-content .pigmentDye .grid8{
	padding-right: 10px;
}