.sidebar .menu-archive-main.site-main {
	width: 100%;
}
header.menu-header {
	padding: 10px 0;
	background: #fff;
	margin-bottom: 40px;
	position: relative;
	float: left;
	width: 100%;
	border-top:4px solid #C77438;
	border-bottom:4px solid #C77438;
	color: #000;
}
header.menu-header p {
	margin: 0;
}
.menu-entry-title {
	font-size: 5vw;
	color: #fff;
	font-weight: 700;
	text-align: right;
	text-shadow: 0 0 10px rgba(0,0,0,0.80);
	background: rgba(0,0,0,0.8);
	padding: 10px 30px;
	line-height: 1;
}
.gallery-columns-3 .gallery-item {
	margin: 0;
	padding: 7px;
}
.gallery-columns-3 .gallery-item .gallery-icon a {
	margin-bottom: 0;
}
.menu-content h3 {
	margin-top: 0;
	line-height: 1;
}
.menu-header .corp-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.menu-header .entry-header-left, .menu-header .entry-header-right, .menu-header .entry-header-center  {
	width: 33.333333%;
	float: left;
	display: inline-block;
}
.menu-header .entry-header-right {
	float: right;
}
.menu-header .entry-header-right > div {
	float: right;
	clear: both;
}
.menu-header .entry-header-center {
	text-align: center;
	align-self: flex-end;
}
.menu-logo {
	text-align: left;
}
.menu-logo img {
	width: auto;
	max-width: 150px;
	max-height: 75px;
	height: auto;
}
div.redes {
	margin-top: 10px;
}
div.redes i, div.telefono i {
	font-size: 124%;
	color: #fff;
}
div.telefono {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.3;
}
div.telefono i {
	font-size: 60%;
	margin-right: 10px;
}
div.redes a, div.telefono i {
	line-height: 1;
	display: inline-block;
	float: left;
	margin-left:15px;
	background: #C77438;
	border-radius: 7px;
	padding:0.5em;
	width: 2.2em;
	height: 2.2em;
	text-align: center;
	border-radius: 100em;
}
div.redes a:hover {
	background: #833c76;
}
div.redes a:hover i {
	color: #fff;
}
.menu-search-widget form {
	display: flex;
	flex-wrap: wrap;
}
.menu-search-widget form input,
.widget-area .menu-search-widget form input[type="search"],
.menu-search-widget select,
.menu-search-widget button {
	display: inline-block;
	width: auto;
	padding: 7px 15px;
	font-size: 110%;
	font-weight: bold;
	margin:0 5px 5px 5px;
	border-radius: 7px;
	line-height: 1.5;
	flex: 2;
}
.menu-search-widget h3 {
	margin-bottom: 0;
	line-height: 1;
}
.menu-search-widget form button {
	padding: 9px 20px;
	flex: 1;
}
.menu-search-widget form {
	margin: 15px 0;
	padding: 15px;
	background: #833c76;
}
.widget-area .menu-search-widget form input,
.widget-area .menu-search-widget form input[type="search"],
.widget-area .menu-search-widget form select,
.widget-area .menu-search-widget form button {
	width: 100%;
}
.menu-search-widget form input[type="search"] {
	padding: 7px 20px;
}
.menu-search-widget form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #626262;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

.menu-search-widget form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #626262;
  font-weight: bold;
}

.menu-search-widget form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #626262;
  font-weight: bold;
}
@media (max-width:560px){
	#masthead div.site-branding {
		max-width: 35%;
	}
	.menu-header .entry-header-center {
		text-align: right;
		align-self: center;
		flex: 1;
	}
	.menu-header .entry-header-right {
		width: 100%;
		margin-top: 5px;
	}
	.menu-header .entry-header-right > div {
		width: 100%;
		display: inline-block;
		float: left;
		clear: none;
		margin: 0;
	}
	.menu-header .entry-header-right > div.telefono {
		font-size: 130%;
	}
	.menu-header .entry-header-right > div.telefono i {
		margin-left: 0;
	}
	.menu-header .entry-header-right > div:nth-child(odd) {
		text-align: left;
	}
	.menu-header .entry-header-right .redes a {
		float: right;
	}
}