/*
 Theme Name:   Rodeo
 Theme URI:    
 Description:  Rodeo
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.gallery-caption-container {
    height:50px;background:#000000;
}

.gallery-caption-text {
    color:#fff;font-size:22px;text-align:center;padding:5px;
}

@media (min-width: 768px) {
    article.post, article.type-post, article.portfolio {
        font-size:16px;
    }     
    p {
        font-size: 18px;
        line-height: 28px;
    }    
}

@media screen and (min-width: 979px) {

} 

@media screen and (max-width: 600px) {
    .gallery-caption-text {
        font-size:14px;
    }
}