/*
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 */




/**********************************************/
/*            HEADER CUSTOMIZATION            */      
/**********************************************/

/***  Center Site Title  ***/
#logo .site-title {
	text-align: center;
}

/***  Center Site Description  ***/
#logo .site-description {
	text-align: center;
}


/**********************************************/
/*            PAGE CUSTOMIZATION              */      
/**********************************************/

/***  Center Page Titles ***/
.page .title {
	text-align: center;
}


/**********************************************/
/*            IMAGE CUSTOMIZATION             */      
/**********************************************/

/***  Remove Border Around Images  ***/
.entry img {
	border: 0px;
	padding: 0px;
}


/**********************************************/
/*            SPACING CUSTOMIZATION           */      
/**********************************************/

/***  Space Above Divider ***/
.woo-sc-hr, .woo-sc-divider {
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

/***  Horizontal Rule Customization ***/
.woo-sc-hr {
    border-bottom-color: #999999;
    border-bottom-style: double;
    border-bottom-width: 5px;
}

/***  Remove Extra Space At Bottom Of Columns  ***/
.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
	margin-bottom: 0%;
}


/**********************************************/
/*              FORM CUSTOMIZATION            */
/**********************************************/

/***  Change Color of Background Text on Forms  ***/
input, textarea {
	color: #555555;
}


/**********************************************/
/*                 DEFINE BOXES               */
/**********************************************/

/***  Box for Contact Us Forms  ***/
.contact-form-box {
	border: 5px solid black;
	padding-top: 20px;	
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;	
	width: 400px;
	align: center;
	background-color: #fefeaf;
	box-shadow: 10px 10px 5px #888888;
}


/**********************************************/
/*            FOOTER CUSTOMIZATIOM            */
/**********************************************/

/***  Remove Footer Widget Top Border and Reduce Padding  ***/
#footer-widgets {
    border-top: 0;
    clear: both;
    padding: 0px 0;
}

/***  Reduce Footer Padding  ***/
#footer-widgets .block {
    padding-top: 0px;
}

/***  Reduce Content Bottom Padding  ***/
#content {
    padding-bottom: 0px;
}


/***  Correct Woothemes Bug For Links on Right Side of Footer ***/
#footer #credit span {
display: inline-block;
}



/*******************************************************************/




/* 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 */


	
}