/*
 Theme Name:   pasaje-begona
 Theme URI:    
 Description:  Messerfirm THeme
 Author:       Emir Cedeño
 Author URI:   
 Template:     generatepress
 Version:      1.0
 
*/

.wp-show-posts-entry-summary,
.wp-show-posts-entry-content {
    margin-bottom: 1em;
    text-align: justify;
}

.footer-widgets {
    font-size: 17px;
    text-align: justify;
}

a.wp-show-posts-read-more,
a.wp-show-posts-read-more:active {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    font-size: 0.8em;
    text-decoration: none;
    background-color: #bba45b;
}

a.wp-show-posts-read-more:hover,
a.wp-show-posts-read-more:focus {
    border: 1px solid transparent;
    color: #fff;
    background: #bba45b;
    text-decoration: none;
}

a.wp-show-posts-read-more:hover,
a.wp-show-posts-read-more:focus {
    border: 2px solid transparent;
    color: #fff;
    background: #bba45b;
    text-decoration: none;
}

a.wp-show-posts-read-more,
a.wp-show-posts-read-more:visited {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
}

.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #142c41;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 2.3em;
}


