/*
Theme Name: Bee News
Theme URI: http://beepressthemes.com/beenews/
Author: Beepress
Author URI: http://beepressthemes.com/
Description: Beepresstheme is simple theme with widget modules.
Text Domain: bee-news
Tags: one-column, right-sidebar, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.advertisement-in{
    margin: 0 -15px;
}

.min-ht{
    min-height: 723px;
}

.shareaholic-dis-ad-col-2.shareaholic-dis-ad-contains-2{
display: none !important;
}


.yotubered{
    color: red;
	font-size:38px
}

.gallerylogo{
    max-width: 64px;
    max-height: 58px;
}

#player iframe{
    width: 100%;
}

.panel-heading span{
    background: #005b90;
    padding: 5px 20px;
    margin-left:-15px;
    color:white
}

.carousel-news .carousel-caption p a {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}


.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/* Shrink
------------------------------ */

@media (min-width: 62em) {
    .s-header__shrink .s-header-v2__navbar {
        background: #fff;
        box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
    }
    /* Toggle */
    .s-header__shrink .s-header-v2__toggle-icon-bar--white,
    .s-header__shrink .s-header-v2__toggle-icon-bar--white:before,
    .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
        background: #222324;
    }
    /* Logo */
    .s-header__shrink .s-header-v2__logo-img--default {
        display: none;
    }
    .s-header__shrink .s-header-v2__logo-img--shrink {
        display: block;
    }
    /* Nav Link */
    .s-header__shrink .s-header-v2__nav-link {
        color: rgba(34, 35, 36, 0.7);
    }
    .s-header__shrink .s-header-v2__nav-link:hover {
        color: #13b1cd;
    }
    .s-header__shrink .s-header-v2__nav-link:focus {
        color: rgba(34, 35, 36, 0.7);
    }
    .s-header__shrink .s-header-v2__nav-link.-is-active {
        color: #13b1cd;
    }
}


/* bypostauthor */

.bypostauthor > article .fn:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

/**
 *  Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.justify-text{
    text-align: justify;
    text-justify: inter-word;
}
.post-navigation{
    margin-bottom:30px
}
.post-navigation h2{
    font-size:24px;
    font-weight:bold
}
.post-navigation .nav-previous,.post-navigation .nav-next{
    float:left;
    width:50%;
    padding-right:5px
}
/*.post-navigation .nav-previous .meta-nav,.post-navigation .nav-next .meta-nav{
    display:none
}*/
.post-navigation .nav-previous .post-title,.post-navigation .nav-next .post-title{
    display:block;
    margin-top:2px;
    font-size:20px
}
.post-navigation .nav-next{
    text-align:right;
    float:right;
    padding-right:0;
    padding-left:5px
}

.cat-tags-links .cat-links,.cat-tags-links .tags-links {
    display: block;
}

.fa-folder-open{
    color: #13b1cd;
}

.fa-tags{
    color: #13b1cd;
}
/**
* sticky css
**/

.sticky-post {
        background: #000 !important;
        color: #fff !important;
    }


    .hentry {
    background-color: #fff;
    padding-top: 7.6923%;
    position: relative;
}

.hentry.has-post-thumbnail {
    padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.updated:not(.published) {
    display: none;
}

.sticky .posted-on {
    display: none;
}