div.acf-fields.acf-form-fields .acf-field-repeater {
	background: rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
div.acf-fields.acf-form-fields .acf-field-repeater > div.acf-label > label {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 2px solid #eee;
}
.single-menu #masthead {
	margin-bottom: 0 !important;
}
.single-menu aside#secondary > .widget {
	padding: 10px;
	color: #fff;
	background: rgba(0,0,0,0.8);
}
form.popup-form {
	padding: 15px;
	margin-bottom: 60px;
	background: #833c76;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
form.popup-form label {
	color: #fff;
}
form.popup-form input[type="file"] {
	color: #fff;
}
.acf-checkbox-list label {
	padding: 7px 10px;
	display: block;
}
form.popup-form ul.acf-checkbox-list.acf-hl li {
	width: 33.333333%;
	margin-right: 0; 
}
form.popup-form ul.acf-checkbox-list li label {
	display: flex;
	line-height: 1.2;
}
form.popup-form ul.acf-checkbox-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
form.popup-form ul.acf-checkbox-list li label input {
	padding: 5px;
	margin:0 10px 0 0; 
}
form.popup-form div button, form.popup-form div a.button {
	padding: 10px 12px;
	font-size: 14px;
	border-radius: 10px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}
	form.popup-form div button:hover, form.popup-form div a.button:hover, form.popup-form > button:hover {
		background: #000;
		text-decoration: none;
	}
	form.popup-form > button {
		float: right;
		border-radius: 10px;
		transition: all 0.3s ease-in-out;
	}
	form.popup-form .edit-row-message {
		padding: 15px 0;
		border-bottom: 2px solid rgba(0, 0, 0, 0.2);
		margin-bottom: 15px;
	}
	form.popup-form .toggle-form {
		padding: 10px;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -20px;
		right: -20px;
		border-radius: 100em;
		font-weight: bold;
		text-align: center;
		z-index: 11;
	}
	form.popup-form span.form-loader {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 10;
		background: rgba(255, 255, 255, 0.5);
		top: 0;
		left: 0;
		border-radius: 10px;
		display: none;
	}
button.delete-row, button.edit-row {
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100em;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	float: right;
}
button.edit-row {
	margin-left: 10px;
	background: #833C76 !important;
	color: #fff;
}
button.delete-row {
	background: #C03643 !important;
}
.repeater-fields-container {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	color: #fff;
}
.repeater-fields-container li {
	position: relative;
	margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.repeater-fields-container li .info {
	float: left;
	width: 100%;
}
.repeater-fields-container li .contenido {
	margin-left: 0;
	padding: 0 15px 0 0;
	float: left;
	width: 65%;
	flex: 1;
}
.repeater-fields-container li .precio {
	float: left;
	width: 15%;
	text-align: right;
	font-weight: bold;
	font-size: 110%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	color: #C77438;
}
.repeater-fields-container li .contenido p {
	margin: 0;
	font-size: 90%;
}
.repeater-fields-container li .contenido p.titulo {
	font-weight: bold;
	font-size: 130%;
}
.repeater-fields-container li .image {
	width: 18%;
	height: 18%;
	margin-right: 2%;
	float: left;
	text-align: center;
	background: #fff;
}
.repeater-fields-container li .image img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
}
/*----------------MENU-----------------*/
nav#menus-nav {
	position: fixed;
	right: 100%;
	top: 0;
	max-height: 100%;
	min-height: 100%;
	width: 30%;
	background: #C77438;
	color: #fff;
	padding: 30px;
	z-index: 159997;
}
nav#menus-nav div {
	width: 100%;
	height: 100%;
	overflow: auto;
}

	nav#menus-nav ul {
		list-style: none;
	}
	nav#menus-nav ul, nav#menus-nav li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	nav#menus-nav li a {
		display: block;
		width: 100%;
		font-weight: bold;
		padding: 7px 12px;
		color: #efefef;
		text-decoration: none;
		transition: all ease-in-out 0.3s;
	}
		nav#menus-nav li a:hover {
			background: rgba(0, 0, 0, 0.3);
			color: #fff;
		}
	nav#menus-nav button.toggle-menu {
		position: absolute;
		right: -50px;
		top: 0;
		width: 50px;
		height: 50px;
		padding: 10px;
		text-align: center;
		background: #C77438;
		color: #fff;
		font-size: 140%;
		transition: all 0.3s ease-in-out;
	}
	nav#menus-nav button.toggle-menu .fa-arrow-left {
		display: none;
	}
	nav#menus-nav.active button.toggle-menu .fa-plus {
		display: none;
	}
	nav#menus-nav.active button.toggle-menu .fa-arrow-left {
		display: inline-block;
	}

/*----------------FORMS----------------------*/
form.popup-form {
	width: 600px;
	max-width: 90%;
	margin: 0 5%;
	margin:auto;
	display: none;
	transition: all ease-in-out 0.2s;
	position: fixed;
	z-index: 159999;
	max-height: 80%;
}
form#acf-form {
	background: #fff;
	padding: 30px;
}
.content-area > .menu-form-container, form#acf-form {
	float: left;
	width: 100%;
}
div.popup-form-layer-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0.7);
	display: none;
	z-index: 159998;
}
form.popup-form.active {
	display: block;
	display: flex;
}
form.popup-form .acf-fields > .acf-field {
	border: none !important;
}
form.popup-form .form-container {
	overflow: auto;
	max-height: 100%;
	padding-right: 15px;
}
ul.alergenos {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
}
li div.acciones {
	width: 100%;
	float: left;
	padding: 5px;
	background: rgba(0, 0, 0, 0.1);
	margin-top: 5px;
}
ul.alergenos li {
	display: inline-block;
	background: none;
	border: none;
	width: 38px;
	padding: 7px 7px 0 0;
	margin: 0;
	float: none;
}
ul.alergenos li img {
	border-radius: 100em;
	display: block;
}
.sidebar main.site-main {
	width: 66%;
	margin: 0;
	float: left;
}
.page-layout-no-sidebar.sidebar .site-content main.site-main {
	width: 100%;
}
.entry-content .fields-group {
	padding: 30px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.8);
}
.entry-content .fields-group h3 {
	color: #C77438;
}
.widget_menu-sidebar h4 {
	margin-bottom: 0;
}
div.promocion {
	margin-top: 60px;
}
@media (max-width:768px){
	form.popup-form {
		margin: 0;
		margin-left: -15px;
		max-height: 80%;
	}
	.sidebar .site-content main.site-main {
		width: 100%;
	}
}
@media (max-width:680px) {
	form.popup-form .acf-field {
		width: 100% !important;
	}
	nav#menus-nav {
		width: 100%;
	}
	nav#menus-nav.active button.toggle-menu {
		right: 0;
	}
	form.popup-form ul.acf-checkbox-list.acf-hl li {
		width: 50%;
		margin-right: 0; 
	}
	.acf-checkbox-list label {
		padding: 12px;
	}
	.entry-content .fields-group h3 {
		text-align: center;
		text-transform: uppercase;
	}
	.repeater-fields-container li .image {
		width: 10%;
		height: 10%;
	}
}