/*
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 { padding-top: 20px; padding-bottom: 20px; background-position: center center; }

.page-title, .post .title, .page .title { text-align:center; }

.entry img, img.thumbnail, #portfolio .group.portfolio-img img { padding: 0; border: 0; background:transparent; background: rgba(255, 255, 255, 0.0); }

.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: 2%; text-align:center; }

.entry table { border-spacing: 0; border: 0; border-radius: 0; box-shadow: none; -webkit-box-shadow: none; margin-bottom: 1em; border-left: 1px solid #008000; border-right: 1px solid #008000; background: none;}
.entry table td, .entry table th { text-align: center; border-right: 1px solid #008000; }
.entry table thead th { background: none; border-right: 1px solid #008000; border-bottom: none; }
.entry table tbody th { background: transparent; border-bottom: 0; }
.entry table tbody td { border-bottom: 0; }
.entry table tbody h2 { font-size: 24px; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin: 0 0 0.2em; }

hr { border: 0; height: 1px; background: #008000; margin:30px 0;}
.woo-sc-hr {  border-bottom: 1px solid #008000; }

#footer-widgets { border-top: 0; padding: 0; text-align: center; }

.woo-sc-quote p { font-family: "Alice", Georgia, serif; font-size: 1em; color: #008000; }
.woo-sc-quote.right { width: 40%; }



/* 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 */

.header-widget { color:#fff; margin:20px 0 0; text-align:center;}
	
}