/*
    Theme Name:   Violette Sauvage
    Description:  Child Theme
    Author:       Sensiweb
    Author URI:   http://sensiweb.fr
    Template:     simple-elegant
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Tags:         responsive
*/

.blog .entry-content,
.archive .entry-content,
.list-item .list-content {
	overflow: hidden; 
}

.list-item .post-img {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}

.list-item .entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.entry-title:after { display: none; }

.list-item .entry-meta { 
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	position: relative;
	text-align: left;
}

.list-item .entry-meta:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    border-top: 2px solid #e42573;
}

.wi-rollover, .rollover-overlay {
    height: 90px;
    overflow: hidden;
    top: initial;
    bottom: 10px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

.rollover-title {
    opacity: 1;
}

.rollover-overlay {
    opacity: 0.5;
}

.portfolio-catlist { display: none; }


