/*
Theme Name: Menu.com.do
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--yellow: #ffcc00;
	--red: #ca0000;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height40 {
	height: 40px;
}
.height50 {
	height: 50px;
}
.boton {
	background:var(--red);
	color:#fff !important;
	display: inline-block;
	padding: 11px 30px;
	border-radius: 6px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.red {
	color: var(--red);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
.bg-yellow {
	background: var(--yellow);
}
.transition, a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--red);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #000;
}
/**** HEADER ****/
header {
	background: var(--black);
}
.topmenu {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
}
.topmenu .social a {
	color: var(--yellow);
	font-size: 19px;
	margin-right: 7px;
}
.topmenu .user {
	margin-left: 20px;
	white-space: nowrap;
}
.topmenu .user a {
	color: var(--yellow);
	position: relative;
}
.topmenu .user img {
	width: 23px;
}
.topmenu .user i {
	font-size: 19px;
	margin-left: 2px;
}
.topbar {
	position: relative;
	text-align: right;
	padding-top: 8px;
}
.topbar .logo {
  position: absolute;
  left: 15px;
  top: 8px;
  z-index: 100;
}
.topbar .logo img {
	width: 246px;
}
.topbar a.user {
	color: #fff;
}
.topbar a.user .fa {
	margin-left: 3px;
}
.hamburger-box {
	width: 29px;
  	height: 22px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	width: 29px;
  	height: 3px;
  	background: #fff !important;
}
.hamburger.is-active:hover, .hamburger:hover {
  	opacity: 1;
}
.hamburger {
	padding: 0;
	margin-left: 15px;
	position: relative;
	top: 15px;
	display: none;
}
.mainmenu ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}
.mainmenu ul li {
	display: inline-block;
	margin-left: 15px;
}
.mainmenu ul li a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	padding: 10px 2px;
}
.mainmenu ul li.search a {
	color: var(--yellow);
	font-size: 18px;
}
.top {
	background: var(--black);
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	color: #fff;
	text-align: right;
}
.todo {
	padding-left: 65px;
}
.todo .letras a {
  color: #fff;
  margin: 2px 4px;
}
.todo .letras a:hover {
	color: var(--yellow);
}
.newstop {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contenedor-noticia {
  border: 1px solid #e4e4e4;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 30px;
  font-size: 14px;
}
.noticia {
	display: block;
	width: 100%;
	height: 240px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.contenedor-noticia h4 {
	font-weight: 500;
	font-size: 18px;
}
.fecha {
	text-transform: capitalize;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}
h4 {
	font-size: 19px;
	line-height: 1.3em;
}
.sidenav {
  	height: 100%; 
  	width: 0; 
  	position: fixed; 
  	z-index: 1000;
  	top: 0; 
  	left: 0;
  	background-color: var(--red); 
  	overflow-x: hidden;
	padding-top: 8px;
  	transition: 0.2s;
  	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.35);
}
.sidenav.open {
	width: 260px;
}
.sidenav .logo {
	padding-left: 15px;
	margin-top: 10px;
}
.sidenav .logo img {
	width: 184px;
	margin-bottom: 20px;
}
.sidenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
}
.sidenav ul li a {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #9a0a0a;
	padding: 14px 5px;
	font-weight: 500;
}
.bg-grey {
	background: #f0f0f0;
}
header {
	min-height: 90px;
}
#mc_embed_signup h2 {
	text-align: center;
  	font-weight: bold;
  	padding: 0;
  	margin: 15px 0;
  	font-size: 28px !important;
}
#mc_embed_signup .mc-field-group label {
  font-family: 'Poppins', sans-serif;
}
#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 13px 0 !important;
  text-indent: 2%;
}
#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 0 auto !important;
  background: var(--red);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 11px 34px;
  border: none !important;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
}
#mc_embed_signup .foot {
  display: block !important;
  width: 100%;
  align-items: center;
  text-align: center;
}
#mc_embed_signup .mc-field-group label {
  font-weight: 600;
}
.busqueda {
	background: url(images/top.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
.busqueda h1 {
	color: #fff;
	margin: 0;
	padding: 0;
}
.busqueda form {
	margin-top: 20px;
	position: relative;
	width: 760px;
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.buscadorhome {
	position: relative;
	padding-right: 98px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  max-width: 100%;
}
.bootstrap-select > .dropdown-toggle {	
	border: none;
  text-shadow: none !important;
  background: #fff !important;
  padding: 14px 10px;
  height: 48px;
  outline: none !important;
}
.buscadorhome .row {
	margin: 0;
}
.buscadorhome .col-sm-3 {
	padding: 0;
	position: relative;
	background: #fff;
}
.buscadorhome .col-sm-3::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #c0c0c0;
	position: absolute;
	right: 0;
	top: 15px;
}
.buscadorhome .col-sm-3.last::after {
	content: none;
}
.busqueda input {
	width: 100%;
	border: none;
	outline: none;
	padding: 14px 15px;
	height: 50px;
}
.busqueda .botonbuscar {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	background: var(--red);
	color: #fff;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	outline: none;
	width: 98px;
}
.glyphicon {
  font-family: 'FontAwesome' !important;
}
.glyphicon-ok::before {
  content: "\f14a";
  color: var(--red);
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 20px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu a:hover {
  color: #000;
  text-decoration: none;
  background-color: #e0e0e0;
  outline: 0;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 30px;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
}
.restaurante {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 6px;
}
.restaurante a {
	display: block;
	position: relative;
	height: 242px;	
}
.restaurante .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 142px;
	background: url(images/overlay.png) no-repeat left bottom;
	opacity: 0.5;
}
.restaurante .info-restaurante {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 14px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
.restaurante .info-restaurante h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
.restaurante .info-restaurante p, .restaurante .info p {
  position: relative;
  padding-left: 20px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.restaurante .info-restaurante p img, .restaurante .info p img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
}
.restaurante .info-restaurante p .fa, .restaurante .info p .fa {
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
}
.restaurante span.fav {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 14px;
  background: var(--yellow);
  z-index: 100;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  border-radius: 6px;
}
.restaurante .contenedor-noticia .noticia {
	border-radius: 6px;
	overflow: hidden;
} 
.page-restaurantes .restaurante {
	margin-bottom: 20px;
}
.page-restaurantes .restaurante a {
	height: 241px;	
}
.ofertas img {
	border-radius: 6px;
	margin-bottom: 30px;
}
.oferta-del-dia {
	background: #f4f4f4;
	border-bottom: 2px solid #fff;
}
.img-oferta-dia img {
	margin-top: -30px;
}
.contenido-oferta-dia {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 150px;
}
.ofertass {
	margin-bottom: 40px;
}
.ofertass img {
	float: left;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 15px;
}

footer {
	background: url(images/footer.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 15px;
}
.logofooter {
	width: 200px;
	margin-bottom: 40px;
}
.social-footer {
	margin-bottom: 40px;
}
.social-footer span.icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	background: var(--yellow);
	line-height: 38px;
	font-size: 19px;
	color: #000;
	margin-right: 6px;
}
.contact-footer {
	position: relative;
	padding-left: 22px;
}
.contact-footer img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 13px;
}
footer .mapa {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); 
}
.mapa iframe {
	width: 100%;
	height: 250px;
	border-radius: 6px;
}
.developer {
	font-size: 14px;
}
.developer a {
	color: #fff;
}
.head-restaurante {
	position: relative;
	padding-left: 120px;
	padding-top: 1px;
	margin-bottom: 30px;
}
.head-restaurante img {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #e9e9e9;
}
.tab-link {
	display: inline-block;
	background: #f2f2f2;
	padding: 4px 12px;
	border-radius: 6px;
	margin-right: 1px;
	margin-bottom: 8px;
	color: #000;
	font-size: 15px;
} 
.tab-link.active {
	background: var(--red);
	color: #fff;
}
.lightgallery img, .lightgallery2 img {
	background: #fff;
	border-radius: 6px;
}
.imagenes-detalle {
	padding: 12px;
	border-radius: 6px;
	border: 1px solid #eee;
}
.owl1 .owl-dots, .owl1 .owl-nav {
	display: none !important;
}
#html5-watermark, .html5-text {
	display: none !important;
}
.galeria .lightgallery2 a {
	display: block;
	width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
}
.detalle .contactos {
	position: relative;
	padding-left: 25px;
}
.detalle .contactos img {
	width: 20px;
	position: absolute;
	left: 0;
	top: 3px;
}
.detalle .contactos .fa {
	width: 20px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--red);
}
.horarios {
	padding-left: 25px;
	position: relative;
	margin-bottom:15px;
}
.horarios img {
	width: 20px;
	position: absolute;
	left: 0;
	top: 3px;
}
.horarios td {
	padding-right: 15px;
}
.detalle .contactos p {
	margin-top: 0;
	margin-bottom: 0;
}
.detalle div.contactos {
	margin-bottom: 10px;
}
.iconos {
	padding: 5px 12px;
	border: 1px solid #eee;
	border-radius: 6px;
}
.iconos .icono {
	float: left;
	width: 20%;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.iconos .icono img {
	width: 64px;
}
.mapa-detalle iframe {
	width: 100%;
	height: 500px;
	border-radius: 8px;
}
.pagination {
	text-align: center;
	display: block;
}
.pagination a, .pagination span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid var(--red);
	background: var(--red);
	color: #fff;
	margin: 0 2px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	font-size: 14px;
}
.pagination span.current {
	border: 1px solid var(--yellow);
	background: var(--yellow);
	color: #000;
	font-weight: 500;
}
.bannertv img {
	border-radius: 8px;
	width: 100%;
}
.plato {
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  display: block;
  margin-bottom: 20px;
  padding: 15px;
}
.precioplato {
	text-align: right;
	font-weight: bold;
	color: var(--red);
}
.precioplato span {
  position: relative;
  top: -2px;
  font-size: 0.75em;
  margin-right: 2px;
}
.platonombre {
	font-weight: 600;
	font-size: 1.1em;
}
.platodescripcion {
	color: #666;
}
.oferta {
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
	border-radius: 12px;
	padding: 15px 15px 0 15px;
}
.oferta img {
	border-radius: 8px;
}
.banner {
	margin-bottom: 30px;
}
.myrow {
	margin: 0 -10px;
}
.myrow .col-sm-4 {
	padding: 0 10px;
}
.banneroferta a {
	display: block;
	width: 100%;
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banneroferta a img {
		display: none;
}



@media(max-width: 1069px) {
	header {
		min-height: 68px;
	}
}

@media(min-width: 767px) { 
	.maincontent { 
		width: 72%;
	}
	.sidebar {
		width: 28%;
	}
}

@media(max-width: 1200px) {
	.mainmenu ul li {
 		margin-left: 10px;
	}
}
.imagenofertass {
	display: block;
	width: 100%;
	height: 300px;
}

@media(max-width: 1069px) {
	.mainmenu, .todo {
 		display: none;
	}
	.hamburger {
		display: inline-block;
	}
	.topbar .logo {
  		top: 11px;
  	}
	.topbar .logo img {
 		width: 186px;
	}
	.topbar {
 		padding-top: 18px;
  		padding-bottom: 18px;
	}
	.iconos {
		padding: 0;
		border: none;
	}
	.iconos .icono {
		width: 33.33%;
		font-size: 14px;
		white-space: nowrap;
	}
}

@media(max-width: 991px) {
	.todo {
		display: none;
	}
	.anuncios-stop {
  		width: 100%;
  		float: none;
  		padding-left: 25px;
	}
	.owl1 {
  		width: 100%;
  	}
}

@media(max-width: 767px) {
	.h1, h1 {
 		font-size: 30px;
	}
	.h2, h2 {
 		font-size: 26px;
	}
	.mapa {
		margin:  20px 0;
	}
	.contenido-oferta-dia {
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.buscadorhome .col-sm-3.par::after {
		content: none;
	}
	.buscadorhome .col-sm-3 {
		border-bottom: 1px solid #c0c0c0;
	}
	.buscadorhome {
 		padding-right: 0;
	}
	.busqueda .botonbuscar {
	  position: relative;
	  top: inherit;
	  right: inherit;
	  width: 100%;
	}
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  	width: 100%;
	}
	.busqueda form {
  	width: 532px;
  	max-width: 96%;
  }
} 

@media(max-width: 498px) {
	body {
		font-size: 15px;
	}
	.height40 {
		height: 30px;
	}
	.noticia {
		height: 210px;
	}
	.h1, h1 {
    	font-size: 26px;
    	line-height: 1.3em;
  	}
  	.h2, h2, #mc_embed_signup h2 {
  		font-size: 23px !important;
  	}
  	h4 {
 		font-size: 18px;
	}
	.restaurante a {
 		height: 240px;
	}
	.banneroferta { 
		width: 100%;
		float: none;
	}
	.banneroferta a {
		height: auto;
		background: none !important;
	}
	.banneroferta a img {
		display: block;
	}
	.ofertass img {
		float: none;
		width: 360px;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}