/* 
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 */
body{
    overflow-x:hidden;
}
#header .header-top {
    background: none repeat scroll 0 0 #C90000;
    display: inline;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    padding-bottom: 2.327em;
    padding-top: 2.327em;
    width: 97.2222%;
}

#navigation {
    background: none repeat scroll 0 0 padding-box #003A57;
    border-bottom-left-radius: 0.382em;
    border-bottom-right-radius: 0.382em;
    clear: both;
    display: none;
    margin-bottom: 2.618em;
}
#navigation ul.nav > li.current_page_item a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a {
    background: none repeat scroll 0 0 #C90000;
    color: #FFFFFF;
}
.woocommerce-result-count {
    background-clip: padding-box;
    border-bottom-left-radius: 0.382em;
    border-top-left-radius: 0.382em;
    color: #FFFFFF;
    font-weight: bold;
}
.breadcrumbs-wrap .breadcrumb a {
    color: #FFFFFF;
}
.breadcrumbs-wrap .breadcrumb {
    color: #FFFFFF;
}
#content + .breadcrumbs-wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial,sans-serif,arial,sans-serif;
}
h1 {
    font-size: 1.618em;
    line-height: 1.387em;
}
h1, h2, h3, h4, h5, h6 {
    color: #C90000;
    font-weight: 700;
    margin: 0 0 0.618em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #C90000;
    text-decoration: none;
}
.single-product .images img {
    height: auto;
    margin-bottom: 1em;
    max-width: 100%;
    width: auto;
}
.home #content .widget_woo_product_categories ul.products li.product a .view-more {
    background: none repeat scroll 0 0 padding-box #C90000;
    border-bottom-left-radius: 0.382em;
    border-top-left-radius: 0.382em;
    color: #F8F8F8;
    display: block;
    font-weight: 700;
    padding: 0.53em 1em;
    position: absolute;
    right: -20em;
    top: 6.854em;
    transition: all 0.2s ease-in-out 0s;
}
article.post .post-meta ul li a {
    color: #FFFFFF;
    white-space: nowrap;
}
.footer-wrap.contact {
    background: none repeat scroll 0 0 #C90000;
    border-top: 4px solid #003A57;
}
.footer-wrap a {
    color: #FFFFFF;
}
.footer-wrap {
    background: none repeat scroll 0 0 #003A57;
    color: #FFFFFF;
    margin: 0 -1em;
    padding: 1em;
}

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