/*
Theme Name: Smart Mag Child
Theme URI: http://theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: smart-mag
Version: 1.0
*/

@import url("../smart-mag/style.css");

body {
    font: 14px/1.5 "Roboto", Arial, sans-serif;
}


.logo-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 516px !important;
    height: auto;
}

.main-head header {
    min-height: 175px;
    line-height: 175px;
    overflow: hidden;
}

.navigation .menu > li > a {
    font-size: 16px;
}

.navigation .menu > li li a {
    font-size: 16px;
}

.main-featured .slider h3 a {
    font-size: 28px;
    line-height: 30px;
    font-family: "Roboto", Arial, sans-serif;
}

.main-featured .blocks h3 {
    font-size: 16px !important;
    line-height: 18px;
    font-family: "Roboto", Arial, sans-serif !important;
}

.main-featured .the-date {
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto condensed;
}

.main-featured .cat {
    line-height: 30px;
    padding: 0 14px;
    margin-left: 20px;
    font-family: roboto condensed;
    font-size: 14px;
    font-weight: 300;
}

.cat-title a {
    color: inherit;
    font-family: roboto condensed;
    font-size: 14px;
    font-weight: 300;
}

.highlights .meta {
    font-family: Roboto condensed !important;
}

.highlights h2 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300 !important;
}

.posts-list .content time {
    color: #a6a6a6;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Roboto Condensed;
}

.posts-list .content > a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-top: 7px;
    font-family: "Roboto", Arial, sans-serif;
}

.highlights .excerpt {
    line-height: 19px;
}

.highlights .excerpt, .listing-alt .content .excerpt {
    font-size: 14px;
    color: #333;
}

.tabbed .tabs-list a {
    font-family: Roboto Condensed;
    font-size: 15px;
}

.section-head > a {
    color: inherit;
    font-family: roboto condensed;
    font-size: 15px;
    font-weight: 400;
}

.main .sidebar .widgettitle, .tabbed .tabs-list {
    font-family: Roboto condensed;
    font-size: 15px;
}

.main-heading, .page-title, .entry-title {
    font: 18px roboto condensed;
    text-transform: uppercase;
}

.post-header .post-title {
    font-size: 36px;
}

.post-header .post-title::before {
    content: " ";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    height: 40px;
    border-left: 3px solid #0563ae;
}

.post-content, .post-share {
    line-height: 20px;
}

.highlights h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300 !important;
    font-family: Roboto;
}

.highlights h2::before {
    content: " ";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    height: 24px;
    border-left: 3px solid #0563ae;
}

.related-posts .highlights h2 a {
    font-size: 18px;
    line-height: 20px;
}