/*
 Theme Name:     Better Child
 Theme URI:      http://demo.krownthemes.com/better/
 Description:    A basic child theme for the Better theme.
 Author:         RubenBristian
 Author URI:     http://rubenbristian.com
 Template:       better
 Version:        1.0
*/

@import url("../better/style.css");

/*------------------------------------------------------------------------------
    Theme customization starts here
------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

body {
    font-size: 16px;
    }

p {
    font-family: 'Lato';
    }

.post-content {
    margin-top: 15px !important;
    }

.post-title h1 {
    margin: 0 0 10px -1px !important;
    }

.post-body .featured-img {
    float: left;
    margin-right: 20px;
    }

.post-body .featured-img img {
    margin-bottom: 0px;
    }

.post-meta {
    float: none;
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    }

.post-meta .meta-holder {
    margin-bottom: 5px;
    height: 14px;
    display: initial !important;
    overflow: hidden;
    width: 100%;
    }

.featured-img img {
    max-width: 100%;
    margin-bottom: 40px;
    }

.responsive-design-cover select {
    color: black;
    }

#logo {
    margin: 2px 0 30px;
    }

#main-menu {
    height: 100% !important;
    }

.posts-grid .post-img-link {
    background-color: transparent;
    }

.krown-column-row [class*="span3"]:nth-child(5) {
    margin-left: 0;
    }

.krown-latest-posts.classic.no-carousel .item time,
.krown-latest-posts.classic.no-carousel .item p {
    display: none;
    }
.krown-latest-posts.classic.no-carousel .item h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    }


.krown-social:not(.top) ul {
    height: auto;
    width: 100%;
    padding-top: 1em;
    text-align: center;
    overflow: auto;
    }

.wpb_wrapper h3 {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    }

.krown-text-icon.style-four i {
    font-size: 40px;
    line-height: 40px;
    }

.krown-text-icon.style-four h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    }

.wpb_wrapper ul {
    margin-bottom: 20px;
    margin-left: 20px;
    }

.share-buttons .btn-linkedin:before {
    font-family: 'FontAwesome';
    content: "\f0e1";
    }

.krown-team {
    position: relative !important;
    }