/*!
 * Chakma News World - by bitpearl.com
 * Copyright 2013-2016 bitpearl.com
 */

body {
    padding-top: 60px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

body p {
    font-size: 18px;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.navbar-header {
    min-height: 60px;
}

footer {
    margin-top: 50px;
    padding: 30px 0;
    display: block;
    border-top: 5px double #ffdcea;
}

.lead-image-div {
    min-width: 180px;
    max-width: 900px;
    min-height: 200px;
    max-height: 350px;
    overflow: hidden;
    position: absolute;
    display: block;
}

#lead-image {
    min-width: 180px;
    max-width: 900px;
    min-height: 350px;
    max-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border:1px solid red;
}

img,
img.feed-story-image {
    position: relative;
    margin: 5px 10px 10px 0;
    float:left;
}

img.feed-story-image {
    max-height: 120px;
    max-width: 120px;
    width: 100%;
}

p.the-story {
    display: block;
    width: 100%;
}

.feed-site-title{
    font-weight: bold;
}

.center-cropped {
    min-width: 180px;
    max-width: 900px;
    min-height: 70px;
    max-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border:1px solid red;
}

.news-feed-item{
    margin: 10px 3px;
    border-top: 2px double red;
}

.share-buttons {
    margin: 7px 0;
}

.peek-button{
    width: 99%;
    padding: 20px 10px 0 0;
}

.peek-button img {
    max-width: 400px;
}

.jssocials-share-link { 
    border-radius: 50%; 
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }

    img.feed-story-image {
        max-height: 120px;
        max-width: 120px;
    }
}