/*
 Theme Name:   Schema Lite Child
 Description:  Schema Lite Child
 Author:       Nikkie
 Template:     schema-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  schema-lite-child
*/

/* Typography */
h1 a, h2 a, h3 a, h4 a {
    font-family: 'Roboto Slab';
}
h1, h2 a {
    font-weight: 600 !important;
}
p, span, a, div {
    font-family: 'Montserrat', sans-serif;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.title {
    font-size: 24px;
}
/* End Typography */
#site-header {
    background: #01325A;
}
#sidebars .widget.widget_search {
    background: transparent;
    padding: 0;
}
#searchform {
    padding: 0;
}
#s, #woocommerce-product-search-field {
    width: 75%;
    float: left;
    padding: 6px 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#page {
    overflow: visible !important;
}
#searchform input[type="submit"], .woocommerce-product-search input[type="submit"] {
    padding: 7px 0;
    float: left;
    width: 25%;
    margin-top: 0px;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: auto;
}
#navigation a {
    text-align: left;
    text-decoration: none;
    padding: 14px;
    transition: none;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
article header {
    margin-bottom: 15px;
}
.post.excerpt {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    padding: 20px;
    margin-bottom: 0;
}
.post-info span {
    font-size: 12px;
}
.post.excerpt:last-of-type {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.post.excerpt:hover {
    background: #eee !important;
    box-shadow: 2px 2px 2px #eee !important;
}
.post-content p {
    margin-bottom: 0;
}
.breadcrumb {
    line-height: 13px;
    margin-bottom: 15px;
    font-size: 12px;
}
.post-info {
    margin-bottom: 0px;
    font-size: 14px;
}
.related-posts h3, h4.total-comments, #respond h4 {
    font-size: 24px;
    font-weight: normal;
}
#content:not(.post-single-content) {
    box-shadow: 2px 3px 19px #ccc!important;
    border-radius: 5px;
    border-top: 5px solid #f50;
}
#commentform p {
    margin-bottom: 0;
}
#sidebars .widget {
    padding: 10px;
    box-shadow: none;
}
.widget_media_image {
    border: none !important;
    padding: 0 !important;
}
.widget_media_image img {
    display: block;
}
.article {
    padding: 15px;
    box-shadow: none;
}
#sidebars .widget {
    background: rgba(255, 255, 255, 0.9);
}
 #sidebars .widget:not(#search-2) {
    border-top: 5px solid #f50;
    border-radius: 5px;
    box-shadow: 2px 3px 19px #ccc!important;
    padding: 15px 25px;
}
.single article {
    box-shadow: 2px 3px 19px #ccc!important;
    border-radius: 5px;
    border-top: 5px solid #f50;
    padding: 35px;
}
.single .title {
    color: #01325a;
}
#comments .avatar {
    width: 50px;
    border-radius: 50%;
}