/*
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 */

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('/wp-content/uploads/fonts/LANENAR_-webfont.eot');
    src: url('/wp-content/uploads/fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/uploads/fonts/LANENAR_-webfont.woff') format('woff'),
         url('/wp-content/uploads/fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('/wp-content/uploads/fonts/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:link, a:visited, #loopedSlider a.flex-prev:hover, #loopedSlider a.flex-next:hover {
text-decoration: none !important;
}

body, p {
font-family: 'lane_-_narrowregular', san-serif;
}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
padding: 0 0 10px 0;
border: 0;
background: none;
}

ul.nav li a, #navigation ul.rss a, #navigation ul.cart a.cart-contents, #navigation .cart-contents #navigation ul.rss, #navigation ul.nav-search, #navigation ul.nav-search a {
font-family: 'lane_-_narrowregular', san-serif;
text-transform: uppercase;
font-weight: normal;
font-size: 0.81em;
letter-spacing: 3px;
}

#logo {
max-width: 50%;
text-align: center;
margin: 0 auto;
}

#navigation { 
float: left; 
width: auto; 
clear:none; 
max-width: 600px; // This can be changed
}

ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
background: none;
color: #000000;
border-bottom: 1px solid #999999;
padding: 0;
margin: 0 1em;
}

abbr {
border-bottom: 0px;
cursor: auto;
}

.entry, .entry p {
font-family: 'lane_-_narrowregular', san-serif;
font-size: 1em;
line-height: 1.6em;
letter-spacing: 1px;
color: #555555;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'lane_-_narrowregular', san-serif;
font-weight: normal;
}

.page-title, .post .title, .page .title {
font-family: 'lane_-_narrowregular', san-serif;
font-size: 1.2em;
font-weight: normal;
letter-spacing: 3px;
text-transform: uppercase;
color: #555555;
}

.widget p, .widget .textwidget {
font-family: 'lane_-_narrowregular', san-serif;
color: #888888;
font-size: 0.85em;
letter-spacing: 1px;
}

.widget a {
color: #ccc;
}

.widget a:hover {
color: #888888;
}

.widget {
font-family: 'lane_-_narrowregular', san-serif;
letter-spacing: 2px;
}

.widget h3 {
font-family: 'lane_-_narrowregular', san-serif;
font-size: 0.9em;
letter-spacing: 2px;
text-transform: uppercase;
border-bottom: 0;
}

.post-meta {
font-family: 'lane_-_narrowregular', san-serif;
}

#footer, #footer p {
font-family: 'lane_-_narrowregular', san-serif;
letter-spacing: 2px;
}

.esg-pagination {
font-family: 'lane_-_narrowregular', san-serif !important;
}

/* 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 */

#logo {
position: fixed;
max-width: 10%;
 /* filter: alpha(opacity=40); /* For IE8 and earlier */
}

#logo:hover {
 /*    filter: alpha(opacity=100); For IE8 and earlier */
}

#navigation { 
        width: auto; 
        clear:none;
}

#nav-container #navigation {
margin-right: 100px;
padding-top: 55px;
}

#nav-container {
margin: 0;
padding: 0;
}

#secondary-menu-container {
float: right;
}

#secondary-menu {
text-align: right;
padding-top: 55px;
}

#content {
padding: 30px 0;
}

.entry {
padding: 30px 0;
}

.page-title, .page .title {
display: none;
}

body.two-col-left-1200 #main-sidebar-container #main {
padding-left: 250px;
width: 50% !important;
}

body.two-col-left-1200 #main-sidebar-container #sidebar {
width: 19% !important;
}

.widget {
position: fixed;
}
	
}