/* ETIQUETAS CSS QUE INDICAN A WORDPRESS QUE ESTE ES EL TEMA HIJO */
 
/*
Theme Name: Sydney_child
Template: sydney
*/

/*Font Family subtitle slider*/
.text-slider .subtitle {
	font-weight: 400;
	font-family: 'Roboto slab', sans-serif;
}

/*Boton Slider hide*/
.roll-button {
	display: none;
}

/*Divider Title*/
.text-slider .maintitle::after {
	background-color: #fff;
	height: 3px;
}
/*Menu font*/
#mainnav ul li a {
	font-size: 19px;
	font-family: 'Lato';
	font-weight: lighter;
}

/*CONTACT FORM */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #FFFFFF;
}

/*footer
.site-footer, .site-footer a {
	display: none;
}
*/
.site-footer {
    background-color: #154854!important;
    padding: 23px 0px;
    height: auto;
}
#colophon .ctm-copyright{
	color: #fff;
	text-align: center;
	margin: 0px;
	font-size: 18px;
    font-weight: 200;
}