/*
Theme Name: Alcvin
Theme URI: http://alcvin.ca/
Author: mikei
Author URI: http://hilightprojects.com
Description: Child Theme for First by Takao Utsumi
Version: 2.0.2
Template: first
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, light, white, gray, black, blue, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments

*/

.boxed .site {
  max-width: 980px;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.12);
  margin-top:10px;
}

h1, h2, h3, h4, h5, h6 {
  color:#2292dc;
  text-transform:uppercase;
}
h3 {
  margin-bottom: 1em;
  margin-top: 1em;
}

.entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
}

.entry-header {
  margin-bottom: 6px;
}

.site-top {
  margin:0;
  max-width: 100%;
  padding: 0;
}

.site-header {
  border-bottom: solid 1px #eee;
  margin-bottom: 20px;

}
.site-bar, .menu-toggle, .main-navigation a {
  line-height: 48px;
}
.site-bar {
  border-top: 5px solid #2292dc;
}
.site-logo {
    padding-bottom: 0;
}
.main-navigation ul ul {
   border-bottom: 3px solid #2292dc;
}

.site-bar, .main-navigation ul ul {
    background-color: #515151;
}

.main-navigation .search-field {
    background-size: 20px 20px;
    height: 30px;
    margin-top: 2px;
    padding: 0 0 0 34px;
}

.site-content img {
    border: 5px solid #EFEFEF;
    outline: 1px solid #DDDDDD;
}
.aligncenter, .alignleft, .alignright {
    margin-bottom: 0;
}

figure {
margin:1em 0;
}


.site-footer {background:#606060;}
.site-bottom {
    color: #aaa;
    font-size: 80%;
    margin-bottom: 15px;
    margin-top: 20px;
}

@media screen and (min-width: 960px) {
.header-side .site-logo {
    padding: 0;
}
.site-content, .footer-widget {
    max-width: 980px;
    padding: 0 30px;
}
.content-area {
    width: 68%;
}


@media screen and (min-width: 783px) {
  .site-top {padding:0;}

  .main-navigation {
    padding-left:18px;
  }

.main-navigation ul ul li a {
    border-top: 1px solid #555;
    border-color: rgba( 255, 255, 255, 0.2 );
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 10px;
  }
 .main-navigation div.menu > ul > li.page_item_has_children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation div.menu > ul > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.menu-item-has-children > a:after {
    top:18px;
  }

}
