/*
Theme Name: Uneatlantico Blogs - Landings
Theme URI: http://repositorios.ctdesarrollo.org/ctdesign/wordpress/uneatlantico/theme-twig-uea/
Author: Juan Nieto
Author URI: http://jnietos.com/
Description: Timber y Twitter Bootstrap combinados en un solo tema de WordPress. Requiere Timber y Jetpack. Rama para Landings
Version: 1.0.2
Text Domain: uneatlantico
*/

.widget.widget_recent_entries ul {
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    padding: 0px 14px;
}

.widget.widget_recent_entries ul ul {
    margin-left: 0;
}

.widget.widget_recent_entries ul li {
    list-style-type: none;
    color: #337ab7;
    font-size: 11px;
    padding: 2px 0 5px 0;
}

.widget.widget_recent_entries ul>li:before {
    content: '\f105';
    font: bold normal normal 14px/1 FontAwesome;
    text-indent: -10px;
    margin-right: -3px;
    display: inline-block;
}


#fecha_post {
    margin-bottom: 10px !important;
}

/*Landings*/

#block-sitename {
    float: left;
    min-height: 58px;
    margin-top: 10px;
    margin-left: 15px;
    padding-left: 15px;
    display: inline-block;
    align-items: center;
    border-left: 1px solid #ccc;
}

#block-sitename h1 {
    font-size: 1.25em;
    color: #337ab7;
}

.region-content object.embed-pdf-viewer {
    width: 100%;
    min-height: 500px;
}

.blog-comment .avatar {
    float: left;
    margin-right: 12px;
}

.blog-comment .post-body {
    overflow: hidden;
}

.blog-comment .comment__header .author {
    color: #656c7a;
    font-weight: 700;
}

.blog-comment .post-meta {
    color: #656c7a;
    font-weight: 500;
    display: inline-block;
}

.blog-comment .bullet {
    padding: 0;
    color: #c2c6cc;
    line-height: 1.4;
}

@media screen and (max-width: 480px) {
    #block-marcadelsitio {
        width: 100%;
        text-align: center;
    }

    #block-sitename {
        width: 100%;
        border-left: none;
        text-align: center;
        margin-left: 0px;
        padding-left: 0px;
        border-top: 1px solid #ccc;
    }
}

@media screen and (max-width: 766px) {
    #block-sitename h1 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 997px) {
    #block-sitename {
        order: 3;
    }
}