/*
Theme Name: PoliceFire

All css files are placed in /css/ folder
*/
/* Cambiado por Germán Santamaría */
.nicescroll-cursors {
    width: 10px !important;
    background-color: #003088!important;
}
.wpb_wrapper .Latest_news ul li {
    margin: 0 0 20px;
    list-style: none;
    position: relative;
    overflow: hidden;
    list-style: disc outside;
    margin: 0 0 15px 30px;
}
.Latest_news ul li:hover {
    color: #fff !important;
}
.Latest_news ul li:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
	background-color: #0c3168 !important;
}

.Latest_news ul li:hover a, .Latest_news ul li:hover .post-date, .Latest_news ul li:hover:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	width: 100%;
    color: #fff !important;
}

.Latest_news ul li:hover a, .Latest_news ul li:hover .post-date {
    color: #fff !important;
}