/*
 Theme Name:   Jed Miller
 Theme URI:    http://jedmiller.com
 Description:  Smart Blog Child Theme
 Author:       Della Baines
 Template:     smartblog
 Version:      1.0.0
 Text Domain:  jedmiller
*/ 

#main .sidebar .sidebar-widget.widget_text {
    font-size: 21px;
    line-height: 25px;
}

#main blockquote {
    padding-top: 18px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

blockquote {
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    position: relative;
    margin: 0 75px 20px 25px;
    padding: 0px 0px 0px 41px;
    border-left: 5px solid #D55435;
    background: #f7f7f7;
    border-color: #D55435;
    color: #595959;
}

blockquote:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 21px;
    left: 25px;
    display: block;
    content: '\f10d';
    color: #ff5b24;
    -moz-osx-font-smoothing: grayscale;
}

.social_feed .entry .top-social-bar, .widget_jm_socialwidget .entry .top-social-bar {
    background: #2E2E2E;
    padding: 2px 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.post-box .post-meta {
    margin-top: 15px;
    margin-bottom: 2px;
    color: #585858;
}

.bg-blue-gray {
    background-color: #8A7B66;
    color: #fff;
}

.social_feed#social {
    margin-top: 10px;
    overflow: visible;
}

.page-work #primary{
    width: 100%;
    padding: 0;
    margin: 0;
}

.col-sm-12 .intro {
    margin: 10px 0;
    padding: 0 20px 0 15px !important;
    font-size: 33px;
    line-height: 43px;
    font-family: "Roboto Condensed",sans-serif;
 }

.alm-load-more-btn:active, .alm-load-more-btn:focus{
    background: #D5541B;
    padding-top: 0;
    color: #fff;
}

#main .read-more {
    font-size: 18px;
    line-height: 35px;
}

/* Mobile only styles */
@media (max-width: 769px){
   .intro{ margin: 25px 20px;}
}