/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/

/*
#primary-header {
	height: 0;
}

h1.entry-title {
	margin-top: 50px;
	color: black !important;
	text-shadow: none;
}

#primary {
	margin-top: 120px;
}

@media (min-width: 480px) and (max-width: 1024px) {
	h1.entry-title {
		margin-top: 0px;	
	}
	
	#primary {
		margin-top: 80px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	h1.entry-title {
		margin-top: 0px;	
	}
	
	#primary {
		margin-top: 30px;
	}
}
*/

.site-header {
	opacity: 1;
}

.site-info {
	display: none;
}

.elias {
	display: none;
}

/*Main menu*/
#masthead.scroll-header, #masthead.default-view-header {
	background-color: #DC291E;
}

#masthead.scroll-header, #masthead.scroll-header a, #masthead.default-view-header, #masthead.default-view-header a, .single.singular-featured-image-inactive #masthead, .page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) #masthead, .single.singular-featured-image-inactive #masthead a, .page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) #masthead a {
	color: white;
}

#masthead img.site-logo {
	max-height: 35px;
}

/* End main menu */
/* FOOTER */
#colophon {
	background: rgba(49,49,49,1);
	color: #ffffff;
}

#colophon h3.widget-title {
	color: #ffffff;
}
#colophon h2.widget-title {
	color: #ffffff;
}

/* END FOOTER */
/* SCROLL HEADER */
#masthead.scroll-header {
	animation: none !important;
	background-color: #DC291E;
}

#masthead.default-view-header, #masthead {
	background-color: #DC291E;
	padding: 23px 30px !important;
}

/* END SCROLL HEADER */

/*CONTACT FORM*/
.contact-form
.row {
  display: flex;
  margin-bottom: 20px;
}
.contact-form
.row:last-child {
  margin-bottom: 0;
}
.contact-form
.row-item {
  flex: 1;
  margin-right: 20px;
}
.contact-form
.row-item:last-child {
  margin-right: 0;
}
.contact-form
.row input,
.row select,
.row textarea{
  width: 100%;
}
.contact-form
.row label {
  display: block;
}
.contact-form
input[type="submit"] {
	max-width: 150px;
}
/*END CONTACT FORM*/