/* Estilos específicos para Opiniones*/

.img--border {
    border-bottom: 3px solid #0071ae;
}

.img--border--opiniones {
    border: 1px solid #e2e2e3;
    padding: 5px;
}

.entry-category a {
    color: #666;
}

#post_image_container {
    overflow: hidden;
    width: 100%;
    max-height: 300px;
    margin-bottom: 15px;
}

#post_image_container__teaser {
    overflow: hidden;
    width: 100%;
    max-height: 220px;
}

#post_image_container img {
    width: 100%;
}

.entry-title-post, h1.entry-title, .entry-title, .entry-title a {
    font-weight: 400;
}

body.home h2.entry-title {
    margin-top: 10px;
}

body.single-post section.entry-header {
    margin-top: 20px;
}

body.single-post section.entry-header .entry-title-post h1{
    margin-top: 5px;
    margin-bottom: 5px;
}

body.single-post section.entry-header .entry-meta {
    margin-bottom: 5px;
}

body.single-post section.entry-header .entry-meta .entry-category {
    padding-top: 5px;
    padding-bottom: 5px;
}

aside form input, aside form textarea, aside form select {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (max-width: 767px) {

    main #sidebar_left, main #sidebar_right {
        background-color: #f0f0f1;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .entry-title-post h1 {
        margin-top: 0px;
    }

}