/* 
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 */


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

#top {
  background: #f5f5f5;
  border-bottom: 1px dashed #ddd;
}

.footer-wrap {
  background: #f5f5f5;
  border-top: 1px dashed #ddd;
}

@media only screen and (min-width: 768px) {

body {
  background: #7b0043;
  background-image: url(images/bg.png);
  background-repeat: repeat;
}

#wrapper {
    position: relative;
    max-width: 75.998em;
    margin-left: auto;
    margin-right: auto;
	padding-left: 4em;
	padding-right: 4em;
    display: block;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.7);
}

#top {
  max-width: 83.998em;
  margin: 0px;
  margin-left: -4em;
  margin-right: -4em;
}

.footer-wrap {
  max-width: 83.998em;
  margin: 0px;
  margin-left: -4em;
  margin-right: -4em;
}

#header {
    margin-bottom: 0px;
    border-bottom: none;
}

.homepage-banner {
    position: relative;
    max-width: 75.998em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.631em;
    display: block;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.3);
}

.homepage-banner:after {
  display: none;
}

}