/*
Theme Name: Octopía Porto Child
Theme URI: 
Description: Child theme for the Porto theme.
Author: Octopía
Textdomain: porto
Author URI: https://www.octopia.com.ar
Template: porto
Version: 1.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.tag-videos {
    border-radius: 3px;
    background: #f1f1f1;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
	color:#999999;
}

.tag-videos:hover{
	color:#ffffff;
	background:#999999;
}

.show-more-videos{
	background:#000000;
	color:#ffffff;
	border-radius:3px;
	padding:5px 10px;
	margin:5px;
	text-decoration:none;
}

.separador-videos {
    margin: 15px 0 0 0px!important;
}

.show-more-videos:hover{
	color:#999999;
	background:#f1f1f1;
	text-decoration:none;
}

.modal-body .imagen {
    float: left;
    margin: 0 10px 10px 0;
}

.widget_most_popular_post_widget br {
    display: none!important;
}

.widget_most_popular_post_widget ul > div {
    padding: 5px 0!important;
	border-top: 1px solid!important;
	border-color: rgba(0,0,0,0.06)!important;
}

.widget_most_popular_post_widget a{
	text-decoration:none!important;
}

.widget_most_popular_post_widget ul div:first-child {
    border-top: none!important;
}

.media .media-body h5 {
    margin: 0;
        margin-top: 0px;
    font-weight: 400;
    color: #1a3e6f;
    font-size: .9286em;
    line-height: 27px;
    letter-spacing: 0px;
	font-family:Roboto,sans-serif;
}

.mpp-single-latest-post {
	padding: 0px 0 5px !important;
	border-bottom: 1px solid !important;
	border-color: rgba(0,0,0,0.06) !important;
	border-bottom-color: rgba(0, 0, 0, 0.06);
	margin: 10px 0;
}

.mpp-single-latest-post .media .media-body {
    padding-left: 0px !important;
}

.blog-posts .post-meta .meta-author {
    display: inline-block !important;
}

.modal-dialog .descripcion {
    line-height: 2;
}

.modal-dialog .imagen {
    margin: 0 15px 5px 0;
}
.modal-dialog .imagen img {
    max-width:160px;
    height:auto;
    width:100%;
}

.modal-body p {
    margin: 0;
}