/*
Theme Name: Twenty Fourteen Child
Theme URI: http://danielescandell.net/twentyfourteen-child/
Description: This is a child theme of 2014
Author: Daniel Escandell
Author URI: http://danielescandell.net
Template: twentyfourteen
Version: 1.0.0
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
Text Domain: twenty-fourteen-child
*/ 
.widget_nav_menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  margin: 48px 0;
}

.widget_nav_menu ul {
  list-style: none outside none;
  margin: 0;
}

.widget_nav_menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  position: relative;
  padding-bottom: 0 !important;
}

.widget_nav_menu a {
  padding: 8px 30px !important;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

/* Media Queries */
@media screen and (min-width: 1008px) {
  .widget_nav_menu {
    font-size: 11px;
    margin: 0 -30px 48px;
    width: 182px;
  }
	
  .widget_nav_menu .widget-title {
    margin: 0 30px 18px;
  }
	
  .widget_nav_menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
	
  .widget_nav_menu a {
    padding: 10px 30px;
  }
	
  .widget_nav_menu li:hover > a,
  .widget_nav_menu li.focus > a {
    background-color: #1962c5;
    color: #fff;
  }
}

@media screen and (min-width: 1080px) {
  .widget_nav_menu {
    width: 222px;
  }
}
	
/*this center aligns site */
 
.site {
    margin: 0 auto;  
        }
        
/*end center align code */