/*
 Theme Name:   Azvinforma
 Description:  Bootstrap Basic Child Theme Azvinforma
 Template:     bootstrap-basic
 Version:      1.0.1
 Text Domain:  azvinforma
 Domain Path: /languages/
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

*/
@import url("../bootstrap-basic/style.css");

/* -------------------------------------------------------------- */

@font-face {
	font-family: Myriad;
	src: url(fonts/MYRIADPRO-LIGHT.OTF); /* make sure this path is set to the .ttf font file */
}
p,ul,li{
	font-size: 18px;
}
*{
	font-family: "Myriad Pro", 'Source Sans Pro', Helvetica, Arial, sans-serif !important;	
	font-weight:lighter;
}
h1{
	font-size: 25px;
	color: #337ab7;
	font-weight: bold;
	margin-bottom: 5px;
}

body .container.page-container{
	/*font-family: 'Comfortaa', cursive;*/
	color:#504f51;
	font-size: 18.5px;
}
h1,h2,h3,h4,h5,footer p,.secciones p,.entry-header code{
	/*font-family: 'Comfortaa', cursive;*/
	font-family: "MyriadBold"
}
h3{
	color:#1f476d;
	font-weight: bold;	
	font-size:2.5em;
	margin-bottom: 50px;
}
h4{
	color:#1f476d;
	font-weight: bold;	
	font-size:1.5em;
	margin-bottom: 50px;
}
a:hover{
	text-decoration: none !important;
}
p{
	line-height: 26px;
}

.blog article .entry-header h1{
	text-align: left;
}
img{
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
}
#main-column .post, 
#main-column .page,
.post-type-archive main > header{
	border:none;
}
#main-column,
article{
	padding-left: 0px;
	padding-right: 0px;
}
body .row{
	margin:0px !important;
}
.su-lightbox img{
	cursor: pointer;
}
.col-md-12.div-img-head{
	padding: 0px;
	margin-bottom: 50px;
	max-height: 450px;
	overflow: hidden;
	max-width: 100%;
}
.div-img-head img{
	width: 100%;
}

h1,h2,h3{
	color: #4d3e3c;
}
h2{
	font-size: 60px;
}
/*MENU*/
.container > header{
	background-color: #FFFFFF;
}
@media (min-width:766px ){
	.row.main-navigation{
		margin-top: 25px;
		margin-top: 30px;
	}
	.div_menu_p{
		margin-top: 20px;
		position: absolute;

	}
	.navbar-nav{
		float: right;
	}
	#menu-principal *{
		font-size: 18px;
	}
	.container>header{
		text-align: center;
	}
	.site-title{
		margin: 0px;
		padding: 0px;
	}
	.site-title img{
		width: 100%;
		max-width: 200%;
	}
}
.navbar-default,
#menu-principal .active a,
#menu-principal .open a{
	background-image: none;
	background-color: transparent;
	box-shadow: none;
	border:none;
}
.navbar{
	padding: 0px;
	margin-bottom: 0px;
}
nav.navbar a{
	color: #FFFFFF !important;
}
#menu-menu-principal li a{
	color:#FFFFFF !important;
}
.active.active > a,
li.current_page_parent > a,
.menu-item > a:hover{
	text-decoration: underline !important;
}
/*FOOTER*/
#site-footer{
	background-color: transparent;
	border:none !important;
}
/*HOME*/
/*INDEX: Content-blog*/
.noticias-eventos{
	margin-top: 1%;
	margin-bottom: 40px;
}
.noticias-eventos article > header{
	padding-left: 15px;
	padding-right: 15px;
}
.noticias-eventos .entry-title{
	text-align: center;
}
.img-blog-loop.inverso{
	float: right;
}
#main-column .post .entry-header .entry-meta {
    color: #999;
}
/*SINGLE*/

@media (min-width:766px ){
	body.single>div{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.content-single-blog,
	.noticias-theme main{
		width: 90%;
		margin:0 auto;
		background-color: #FFFFFF;
		padding: 5% 0% 1% 0%;
		margin-bottom: 5%;
	}
	.content-single-blog{
		width: calc(80% - 20px);
	}
	.content-single-blog article{
		padding: 0% 5% !important;
	}
	.col-md-6.noticias-eventos{
		min-height:585px;
	}
	.margen-sup{
		margin-top: 30px;
	}
}
.img-blog-single{
	margin-bottom: 5%;
	text-align: center;
}
.content-single-blog .entry-title{
	color: #1f476d;
	font-weight: bolder;
	margin: 0 auto;
	margin-bottom: 2%;
}
.content-single-blog .entry-meta{
	color: #000000;
}
.content-single-blog h1{
	text-align: center;
	font-size: 40px;
}
@media (max-width:766px ){
	div.entry-summary{
		margin-top:15px;
	}
}

