/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of 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.
*/

.header-widget { 
width: auto; 
float: right;
text-align: right;
}

.header-widget .widget { 
margin-top: 20px;
margin-bottom: 0px;
}

.title {
text-transform: uppercase;
}

.feature-title {
clear: both;
}

.widget_woothemes_features .feature img {
float: left;
}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
border: none;
}

.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: 1%;
}

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

.header-widget {  
float: none;
}

#header {
border-bottom: 1px solid #e6e6e6;
}

}

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

}

