/*
Theme Name:	CityGov - Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for CityGov Theme
Author:		Dannci
Author URI: http://themnific.com
Template:	citygov
Version:	0.1
*/

/* ADD SOME STYLE BELOW */

#header {
	background: #e3ad00;
}

.container {
	/*max-width: 100%!important;
	padding: 0px!important;*/
}

.container_head {
	max-width: 100%;
}

.page-header img {
	opacity: 0.7;
}

.page-header h1, .crumb, .crumb a {
	color:#ba0063!important;
}

#bottombar .social-menu a i {
  font-size: 25px;
  color:#FFF;
}

.header_transparent #bottombar {
	background: transparent!Important;
}

.tmnf_width_wide .container_head {
	max-width: 1390px!important;
}

li.category-actividades {
	list-style: none;
}

.scrollTo_top.ribbon {
	background: #ba0063!Important;
}

@media (min-width: 768px) {
	.footer-logo img {
		margin: 35px 0 25px 0;
		max-width: 600px;
		display: block;
		overflow: hidden;
	}


.col_1 {
	float: left;
}

img.thumb {
	width: 140px;
	margin-right: 20px;
	padding: 7px;
	border: 4px double;
	margin-top: 10px;
}


}

@media (max-width: 990px) {
	.show-menu.ribbon {
		background: #000!Important;
		border-radius: 5px;
	}

	.col_1 {
		width:100%;
		float:none;
	}
	img.thumb {
		width: 200px;
		margin: 0 auto;
  }
  .ficha, .resumen {
  	margin-top:30px;
  }

}
@media (max-width: 460px) {
	#titles img {
		max-width: 250px!important;
	}

	.logo {
		width: 250px!important;
	}

	#titles .logo {
		margin-top: 0px!important;
	}
}

.ficha {
	font-size: 1.15em;
	line-height: 1.5em;
	/* margin-top: 2em; */
	overflow: hidden;
	margin-bottom: 25px;
}

.dat {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.50em;
	color: #000;
	display: inline-block;
}

.small {
	font-size: 1em;
	line-height: 1.4;
	font-weight: normal;
	padding-right: 30px;
	display: block;
	overflow: hidden;
	padding-left: 5px;
}

.resumen {
	font-size: 1em;
	line-height: 1.3;
	text-align: justify;
	margin-top: 50px;
}