/*
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. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

/* TITLE PAGE
--------------
*/
.page .title {
  font: normal bold 28px/1.2em Rokkitt, Helvetica, Arial sans-serif;
  margin: 10px 0 0.5em;
}

----------------------------------------------------------------------------
/* Footer Background Color */
#footer-widgets {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
  clear: both;
  background: #fdf8d9;
}

#inner-wrapper{
	background-color: transparent !important;
}

#content{
	background-color: rgba(255,255,255,0.8);
	padding-top: 2.5em;
}

/* REMOVE PAGE TITLE */
.page-id-124 .title {
display: none;
}
  
/* Widget Link Color */
a:hover {
color:#0F075A
}

a:link, a:visited
{
color:#4A6288
}




/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
