/*
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 */

#navigation { 
        float: right; 
        width: auto; 
        clear:none; 
	padding-top: 2em;
        max-width: 1600px; /* This can be changed */
    }

.header-sidebar .widget_polylang li { display: inline-block; }



/* 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 */


body.full-width #content {
margin-top: 3em;
/*margin-left: 10em;*/
/*margin-right: 10em;*/
/*max-width: 70% !important;*/
max-width: 880px !important;
float: center !important;

}

body.one-col-1600 #content {
    padding: 0 5em 0 ;
}

.home #content
{
   padding: 0 !important;
   max-width: 880px;
 }

.page-id-2514 .title-class {
 display: none;
}

}

#header-widget {
 float: right;
 width: 120px;
 margin-top: 0px;
 margin-left: 14px;
 }
#header-widget h4{
 color: #069;
 }
#header-widget .clear {
clear: none;
}



/* Add Polylang dropdown to navbar */
#lang_choice {
    float: right;
}
@media (max-width: 1600px) {
    /* Shift dropdown down for responsive navbar*/
    #lang_choice {
    /* Change this, depending on your site */
        top: 130px;
    }
}
@media (max-width: 480px) {
    /* Shift dropdown for smaller screens*/
    #lang_choice {
    /* Change this, depending on your site */
        top: 130px;
    }
}