/*
Theme Name: Flexible spirittourism
Description: Child theme of Flexible by sprytechies
Author: Sprytechies
Template: Flexible
Author URI: http://www.sprytechies.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Related Post Css*/

.crp_related .crp_thumb, .crp_related li, .crp_related .crp_title {
    border-radius: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    vertical-align: bottom;
}
.crp_related li {
    border: 1px solid #ddd;
    margin: 5px !important;
    padding: 6px;
}
.crp_related li, .crp_related a {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.crp_related a {
    height: 150px;
    text-decoration: none;
    width: 150px;
}

.crp_related .crp_title {
    width: 144px;
}

.crp_related .crp_title {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 6px;
    color: #fff;
    font-size: 0.9em;
    height: inherit;
    left: 6px;
    padding: 3px;
    position: absolute;
}

/* Related Post End*/ 