/******************************************************************
Theme Name: Lemonade
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/lemonade_/issues" title="Bones Issues">Bones Issues</a> page on Github. You'll want to customize this for your clients with your own information.
Author: Rocky Lau
Author URI: http://www.rockylhc.com
Version: 0.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/****************************************************************/

body {
    color: #101820;
}
.navbar-brand {
    padding: 5px 15px;
}
.secondary-nav-wrapper .contact > li {
    margin-right: 0px;
}
.home-parts a {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
.masthead span.title {
    top: 35%;
}
.tile a {
    border-top: 2px solid #F5AE7B;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
label {
    font-weight: normal;
}
.caption {
    margin-bottom: 2em;
}
.entry-content h1 {
    font-size: 1.5em;
}
.entry-content h2 {
    font-size: 1.2em;
}
.entry-content h3 {
    font-size: 1.1em;
}
p {
    color: #000;
}
.author-description {
    color: #6d767c;
}
.entry-content h1, .entry-content h2 {
    margin: 40px 0px 20px;
}
.entry-content{line-height:1.85;}
.entry-content h3 {
    margin: 40px 0px 10px;
    line-height:1.85;
}
.entry-content ul, ol {
    margin-top: 0px;
    margin-bottom: 30px;
}
.entry-content li {
    margin-bottom: 10px;
}
.entry-content img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
} 
.article-footer {
    margin: 6em -15px 4em;
}
.grandparent {
    font-size: 1.2em;
}
.grandparent > .clip > .dtNode a {
    font-size: 0.9em;
}
.sidebar > div {
    border-top: 2px solid #F5AE7B;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
.grandparent > .clip > .clip > .dtNode a {
    font-size: .7em;
}
.clip {
    background: none repeat scroll 0% 0% #dfe2e3;
}
.footer-branding {
    font-size: 0.85em;
    margin-top: 10px;
}
.footer p {
    color: #a3aaae;
}
.footer h4 {
    margin: 20px 0px 1px 0;
}
footer .partners li {
    margin: 20px 4% 0 0;
}
.footer-nav {
    margin-top: 2.5em;
}
.main > .article-wrapper, .main > article {
    border-top: 2px solid #F5AE7B;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
.comment-respond {
    border-top: 2px solid #F5AE7B;
}
.has-related .related-wrapper > div {
    border-top: 2px solid #F5AE7B;
}
.navbar-brand {
    margin-top:5px;
    margin-left:-20px;
}
.navbar-brand > img {
    width: 480px;
}

@media (max-width: 768px){
    .navbar-brand > img {
        width: 260px;
    }
}
@media (max-width: 350px){
    .navbar-brand > img {
        width: 210px;
    }
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-left: 5px;
    margin-top: 13px;
}
}
@media (min-width: 768px){
    .navbar-brand{margin-top:0px;}
}
.navbar-fixed-top {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.navbar {
    min-height: 60px;
}
@media (min-width: 768px){
    .masthead span.caption {
        font-size: 1.5em;
        margin-top: -25px;
    }
}