/*
Theme Name:     Broker Child
Theme URI:      http://www.commercegurus.com/themes/broker-theme/
Description:    Child theme for Broker
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       broker
Version:        1.0
*/


/* Your css goes here */

/*
#skin{
	background: url('http://www.emprendepyme.net/wp-content/uploads/2016/07/eshow-skin-2.jpg') !important; 
}
*/


#ads_mob{ position: fixed !important; bottom: 0 !important; left: 0 !important;
}

.relacionados{
	color: #800080;
}
.relacionados li{
	border-color: #800080;
	padding: 5px 10px !important;
	margin: 3px 0;
	font-weight: bolder;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.35) inset, 0px 1px 1px rgba(0, 0, 0, 0.3);

}

.relacionados li:hover{
	background-color: #800080;
	color: white;
}

.relacionados li a{
	color: #800080;
}

.relacionados li a:hover{
	color:white;
}

.plista_widget_belowArticle{
	width: 100%;
	max-width: 100%;
}

.at4-whatsnextmobile .footer{
	display: none;
}

.entry-content a{
	border-bottom: none;
}


@media screen and (max-width: 600px) {
	
	h1, .content-area h1, h1.cg-page-title, .summary h1, .content-area .summary h1{
		font-size: 30px !important;
		line-height: 36px !important;
	}
	
	.mobile-header-details{
		display: none;
	}
	
	.content{
		padding-top: 0;
	}
	
	.logo img, .cg-menu-below .logo img {
    max-height: 45px !important;
	}
	
}