/*
Theme Name: Bextok
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Tema hijo para Bextok
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 9.4.0
Template: bridge
*/
@import url("../bridge/style.css");

.comment_holder.clearfix .comment_number,
.comment_holder.clearfix .comments {
	display: none;
}

.widget.widget_recent_entries.posts_holder, 
.widget.widget_block.posts_holder,
.q_masonry_blog_title.entry_title {
	h5, a {
		color: #008EAA;
	}
	
	a:hover {
		color: #1abc9c;
	}
}

aside .widget.posts_holder li{
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    color: #444444;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    background-image: url(http://blog.cofan.es/bextok/wp-content/uploads/sites/166/2024/06/bullet1.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    border-bottom: 1px dashed #DDD;
    padding-bottom: 12px;
    background-position: left 12px;
    padding-top: 7px;
}