/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/




/*----------------- custom post type -------------------------------*/
.listado{
	float: left;
	width: 100%;
	margin: 7px 0;
}

.listado h2{
	margin-top: 10px;
/*	border-style: dotted;
	border-bottom: 2px dotted #969696;*/
	/*font-size: 15px;*/
}
@media only screen and (min-width: 992px){
	.listado article .fusion-post-content{
		padding-left:50px;
	}
	.listado article{
		display:flex;
	}
}
.listado article div{
	float:left;
}
.listado .fusion-image-wrapper img{
	max-width: 300px!important;
}



.listado h2.entry-title {
    margin-top: 0;
    margin-bottom: 0px;
}

.listado-2{
	margin-top: 10px;
	/*border-bottom-style: dotted;*/
}

.imgTitle, .tituloCupon{
	float: left;
	width: auto!important;
}

.imgTitle{
	margin-top: 10px;
	margin-left: 10px;
}

.imgTitle img{
	margin-right: 10px;
}

#wrapArticulo{
	width: 48%!important;
	min-width: 300px;
	height: 390px;
	float: left;
	overflow: hidden;
	margin-right: 2%!important;
}

#wrapArticulo a{
	text-decoration: none!important;
}

#wrapArticulo a:hover img{
	opacity: 0.7!important;
}

.imagen{
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 10px 0;
	float: left;
}
.imagen img{
	/*width: auto;
	height: 300px;*/
	
}

.excerptActividad{
	width: 100%;
	float: left;	
}

li.cat-item.cat-item{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*----------------- responsive -------------------------------*/


/*  Phone  : 480px */
@media only screen and (max-width: 1024px) and (min-width: 320px){
	#agenda li{
		padding: 10px 0;
		margin-right: 15px;
		/*border-bottom: 2px dotted #bebebe;*/
		width: 100% !important;
		height: auto;
		display: inline !important;
	}
	
	#agenda img{
		margin-right: 10px;
		width: 80px !important;
		float: left;
	}
		
	
}
