/*   
	Theme Name: Vantage Child
	Description: Tema hijo de vantage.
	Template: vantage
	Version: 1.0.0
*/

@import url("../vantage/style.css");

.footer-link{
	display:none;
}

article.post .entry-header h1.entry-title a, article.page .entry-header h1.entry-title a{
	font-size: 1.3em;
}

#page-title{
	font-style: italic;
	font-size: 1.4em;
}

/* Para Formulario de Contacto*/
textarea{
	width:80% !important;
}
input[type=text], input[type=email], input[type=password]{
	width:65%;
}

/* Para cuadrar los videos embebidos de youtube */
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{
	max-height: 300px;
	width: auto !important;
}

.fluid-width-video-wrapper{
	padding-top:350px !important;
}

.video-unico{
	padding-left: 40%;
}

/*-----   "template" tiene que tener el mismo nombre que la carpeta del padre  ------*/