/* @override http://banana-networks.org/bapnet/wp-content/themes/definition/custom.css */
/* 
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 */
#featured {
    border-bottom: none
    }
#featured-slider .has-slide-background .slide-content {
    bottom: 0;
    left: 0;
    padding: 1em;
    position: absolute;
    z-index: 2
    }
#wrapper #header {
    padding: 2.631em 3.631em 0.618em
    }
#footer .col-full #copyright.col-left {
    max-width: 75.998em;
    margin: 0 auto;
    width: 100%
    }
#copyright .fourcol-one img {
    width: 105px;
    max-width: none
    }
.widget ul li.current_page_item a {
    text-decoration: underline
    }
div#mapsvg {
    margin-right: -40px
    }
.home #breadcrumbs {
    display: none
    }
.button, a.button, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
    border: 1px solid #1B5B30;
    background: #127D36
    }
.button:hover, a.button:hover, #commentform #submit:hover, .submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover {
    background: #1B5B30
    }
#featured .flexslider .slide-content {
    width: 94.5%
    }
#featured-slider .slide-content header h1 {
    display: none
    }
#featured-slider .entry p {
    margin-bottom: 0
    }
div.annonce {
    padding: 10px;
    width: 90%;
    background: none repeat scroll 0 0 padding-box #F7F7F7;
    border: 1px solid #EAEAEA;
    border-radius: 0.236em 0.236em 0.236em 0.236em;
    color: #8C8C8C
    }
div.search_main.fix {
    width: 80%
    }
/* 
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 */
    #wrapper div.description {
        width: 900px
        }
    #wrapper div.description h3 {
        margin-bottom: 0;
        text-align: center
        }
    .home.blog #sidebar {
        float: right;
        width: 44% !important
        }
    .home.blog #main {
        float: left;
        width: 52% !important
        }
    #featured.fade {
        padding: 1.631em 1.618em 1.874em
        }
    #wrapper #main {
        width: 70%
        }
    #wrapper #sidebar {
        width: 26%
        }
    #wrapper #header #logo {
        margin-top: -25px;
        margin-left: 0
        }
    #navigation ul.nav, #navigation ul.nav ul li {
        font-size: 110%
        }
    .post header h1, .post header h1 a:link, .post header h1 a:visited {
        font: 1.6em/1em "Titillium Web", arial, sans-serif
        }
    .single .post header h1, .single .post header h1 a:link, .single .post header h1 a:visited {
        font: 2.4em/1em "Titillium Web", arial, sans-serif
        }
    }