/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*********************/
/** GEOLOCALIZACION **/
/*********************/
body.page-id-751 #main{
	padding:0px;
}
/**************/
/** RESERVAS **/
/**************/
body.page-id-14 #main, body.page-id-902 #main{
	padding:0;
}
div#map{
	width:1196px;
	height:100vh;
	max-height:873px;
	float:left;
}
div#map-full{
	width:100%;
	height:100vh;
	max-height:780px;
	margin-top:-21px !important;
	margin-bottom:-21px;
}
div.contenedor-results{
	height: 100%;
	overflow: hidden;
	width: 384px;
	float: left;
	background-image:url(/wp-content/plugins/tr-restaurantes/public/images/bg-result-reservas.jpg);
	background-repeat: repeat;	
}
div.contenedor-results form{
	width:100%;
	text-align:center;
	background-image:url(/wp-content/plugins/tr-restaurantes/public/images/bg-result-reservas.jpg);
	background-repeat: repeat;
}
div.contenedor-results form select{
	width:300px;
	height:60px;
	border:5px solid #b90310 !important;
	margin:30px auto;
	background-color: transparent;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:20px;
	color: #b90310;
	text-align: center;
	text-transform: uppercase;
}
div.row-restaurantes{
	width:400px;
	height:78vh;
	float: left;
	overflow-y: scroll;
	background-image:url(/wp-content/plugins/tr-restaurantes/public/images/bg-result-reservas.jpg);
	background-repeat: repeat;	
	padding-bottom:60px;
	max-height:780px;
}
div.bloque-restaurante{
	width:100%;
	height:auto;
	padding:20px 20px 40px;
	border-bottom:1px solid #d7d3c4;	
}
div.bloque-restaurante h2{
	color: #9d0817 !important;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:16px !important;
	text-transform: uppercase;
}
div.bloque-restaurante p{
	color: #231f20 !important;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:16px !important;
}
div.bloque-restaurante p.horarios{
	color: #716e68 !important;
	font-size:14px !important;
}
img.tr-ico-servicios{
	width:35px;
	height:35px;
	float:left;
	margin-right: 1px;
	display: inline-flex;
}
img.tr-boton-reservar{
	width:114px;
	height:auto;
	margin-left:10px;
	float: right;
	cursor: pointer;
}
iframe.iframe{
	width:338px;
	height:400px;
	margin-top:20px;
	display: none;
}
/**************/
/** DELIVERY **/
/**************/
div#map-delivery-intro, div#map-delivery-result, div#map-delivery-intro-movil{
	width:100%;
	height:328px;
	max-height:328px;
	margin-top:144px;
}
img.img-biker{
	position: absolute;
	right: 37px;
	top: 279px;
}
div#form-delivery-search form{
	width:400px;
	height: 70px;
	margin:0 auto;
}
div#form-delivery-search form input[type=text]{
	width:180px;
	height:70px;
	background-color:transparent;
	border:5px solid #b90310;
	color:#b90310;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:20px;
	margin-right:30px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
div#form-delivery-search form input[type=submit]{
	width:180px;
	height:70px;
	background-color:#b90310;
	border:0px;
	color:#fff;
}
div.bloque-restaurante-delivery{
	width:270px;
	min-height:230px;
	text-align: center;
	float:left;
	margin-right: 30px;
	border:5px solid #c8c4b6;
	padding:20px;
}
div#delivery-search-result{
	width:100%;
	padding:30px 50px 70px;
	background-image: url(/wp-content/plugins/tr-restaurantes/public/images/bg-result-delivery.png);
	background-repeat: no-repeat;
	background-position: 60px bottom;
	min-height:580px;
}
div.bloque-restaurante-delivery h2{
	color:#9d0817;
	font-family: 'Rockwell' !important;
	font-weight: 700 !important;
	font-size:18px !important;
	text-align: center !important;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
div.bloque-restaurante-delivery hr{
	width:80px;
	height:3px;
	background-color: #c8c4b6;
	margin:10px auto;
	border:0px;
}
div.bloque-restaurante-delivery p{
	color: #231f20 !important;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:17px !important;
}
img.tr-boton-delivery{
	margin-bottom:10px;
}
/**************/
/** BUSCADOR **/
/**************/
div#block-intro-buscador{
	z-index:999999;
	margin-bottom:0px;
	padding-bottom: 0px;
}
div#form-buscador{
	position: fixed;
	top: 93px;
	padding:0 30px;
	width: 790px;
    min-height: 150px;
    background-color: #b90310;
	opacity:1;
}

div#form-buscador h3{
	font-family: 'Playfair Display' !important;
	font-style: italic;
	color:#fff;
	font-size:24px;
	display: block;
	text-align:center;
	margin-top: 9px;
}
div#form-buscador form{
	width:70%;
	margin:0 auto;
}
div#form-buscador form input[type=text]{
	width:110px;
	height:60px;
	background-color:transparent;
	border:5px solid #fff;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:20px;
	color:#fff !important;
	margin-right:20px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	text-align:center;
}
div#form-buscador ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
div#form-buscador ::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
div#form-buscador :-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
div#form-buscador :-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
div#form-buscador form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance:none;
}
div#form-buscador form select::-ms-expand{
    display: none;
}
div#form-buscador form select{
	width:210px;
	height:60px;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:20px;
	background-color:transparent;
	border:5px solid #fff;
	color:#fff !important;
	text-transform: uppercase;
	text-align:center !important;
	margin-right:20px;
	background-image: url(/wp-content/plugins/tr-restaurantes/public/images/flecha-select.png);
    background-repeat: no-repeat;
    background-position: 173px;   
    padding-left: 10px; 
}
div#form-buscador form select option{
	color: #b90310;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:20px !important;
	text-transform: uppercase !important;
}
div#form-buscador form input[type=submit]{
	width:220px;
	height:60px;
	background-color:#fff;
	border:0px;
	font-family: 'Oswald' !important;
	font-weight: 300 !important;
	font-size:20px;
	text-transform: uppercase;
	color:#b90310;
	background-image:url(/wp-content/plugins/tr-restaurantes/public/images/ico-bot-localizame.png);
	background-repeat: no-repeat;
	background-position: 193px center;
	padding-right:30px;
	cursor: pointer;
}
div#form-buscador span{
	color:#fff;
	margin-right: 25px;
}
div#form-buscador .campo-check{
	display:none;
}
/*div.pestana{
	width:60px;
	height:92px;
	background-color:#b90310;
	display: block;
	position: absolute;
	top:-92px;
	right:1px;
	z-index: 9999; 
}*/
div.pestana {
    width: 60px;
    height: 93px;
    background-color: #b90310;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
div.pestana img{
	margin-top:20px;
	cursor: pointer;
}
/****************/
/** RESULTADOS **/
/****************/
body.page-id-846 #main{
	padding:0px;
}
div.bloque-restaurante .tr-boton-delivery{
	float: none;
	width: 150px;
	margin: 10px auto 10px;
}
a.bot-delivery-results{
    width: 48%;
    display: inline-grid;
    float: left;
    margin: 0px auto;
}
/************************/
/** AJUSTES RESPONSIVE **/
/************************/
@media only screen and (max-width: 1450px){
	/**************/
	/** BUSCADOR **/
	/**************/
	div#form-buscador {
	    width: 50%;
	}
	div#form-buscador form {
	    width: 80%;
	    margin: 0 auto;
	}
	/****************/
	/** RESULTADOS **/
	/****************/
	div#map {
	    width: 70%;
	}
	div.contenedor-results {
	    width: 30%;
	}
	div.row-restaurantes {
	    width: 100%;
	    height: 83vh;
	}
}
@media only screen and (max-width: 1380px){
	/**************/
	/** BUSCADOR **/
	/**************/	
	div#form-buscador form {
	    width: 88%;
	    margin: 0 auto;
	}
		
}
@media only screen and (max-width: 1300px){
	/**************/
	/** BUSCADOR **/
	/**************/
	div#form-buscador form {
	    width: 90%;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 1280px){
	div#form-buscador form {
	    width: 91%;
	}
	/**************/
	/** DELIVERY **/
	/**************/
	div#map-delivery-intro, div#map-delivery-result, div#map-delivery-intro-movil {
	    margin-top: 18px;
	}
}
@media only screen and (max-width: 1024px){
	div#form-buscador {
	    padding: 0 0px;
    	min-height: 110px;
	}

	div#form-buscador form input[type="text"] {
	    width: 90px;
	    height: 50px;
	}
	div#form-buscador form select {
	    width: 179px;
	    height: 50px;
	}
	div#form-buscador form input[type="submit"] {
	    width: 140px;
	    height: 50px;
	}
	div#form-buscador h3{
		margin-bottom:0px;
	}
	body.home div#form-buscador {
	    top: -743px;
	}
	
} 
@media only screen and (max-width: 768px){ 
	/****************************/
	/** visibilidad responsive **/
	/****************************/
	.visible-movil, .invisible-todo{
		display: block;
	}
	.invisible-movil{
		display: none;
	}
	/********************************/
	/** fin visibilidad responsive **/
	/********************************/

	/**************/
	/** RESERVAS **/
	/**************/
	div#contenedor-all{
		display: -webkit-box;
	    display: -moz-box;
	    display: box;

	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	}
	div.contenedor-results{
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	    width: 100% !important;
	    float: none !important;
	    margin-bottom: -49px !important;
	}
	div.row-restaurantes {
	    width: auto !important;
	    float: none !important;
	    overflow-y: show !important;
	    height:auto !important;
	    max-height: 5000px !important;
	}
	div#map{
		width:100% !important;
		height:400px;
		-webkit-box-ordinal-group: 1;
    	-moz-box-ordinal-group: 1;
    	box-ordinal-group: 1;
    }

	div#txt-reservas {
	    position: absolute;
	    top: -685px !important;
	}
	div#txt-reservas .fusion-column-wrapper{
		padding:0px 20px !important;
	}
	div#txt-reservas img{
		margin-top: 30px;
	}
	/**************/
	/** DELIVERY **/
	/**************/
	div#form-delivery-search {
	    margin-top: -53px;
	}
	div#form-delivery-search form {
	    width: 91%;
	    height: 70px;
	    margin: 0 auto;
	}
	div#form-delivery-search form input[type=text] {
	    width: 44% !important;
	    height: 49px !important;
	    border: 3px solid #b90310;	    
     	margin-right: 10px !important;
	}
	div#form-delivery-search form input[type=submit] {
	    width: 44% !important;
	    height: 49px !important;
	    border: 0px;
	    color: #fff;	    
    	margin-right: 0px !important;
	}
	img.img-biker {
	    position: absolute;
	    right: -52px;
	    top: -83px;
	}
	div.bloque-restaurante-delivery {	    
	    float: none !important;
	    margin-right: 0px !important;
	    margin: 0 auto !important;
	}
	#resultados-delivery{
		margin-bottom:-70px;
	}
	div#delivery-search-result {
	    background-position: 5px bottom !important;
	}

	/**************/
	/** BUSCADOR **/
	/**************/
	div#form-buscador form input[type="submit"] {
	    width: 134px !important;
	    background-position: 112px center !important;
	    padding-right: 46px !important;
	}
	div#block-intro-buscador .fusion_builder_column_1_2{
		margin-bottom:0px !important;
	}
	div#block-buscador {
	    position: absolute;
	    width: 100%;
	    min-height: 80px;
	    top: -71px;
	}
	/*body.home div#form-buscador {
	    top: 85px !important;
	}*/
	/*div#form-buscador {
	    width: 100%;
	    top: 85px;
	    padding: 0 0px;
	}*/
	div#form-buscador{		
		position: absolute;
		top: 0px !important;
		padding:0 0px;
		width: 100%;
	    min-height: 80px;
	    background-color: #b90310;
		opacity:1;
	}
	div#form-buscador form {
	    width: 62%;
	    float: right;
	    margin-top: 20px;
		margin-right: 0px;
	}
	div#form-buscador form select {
	    width: 110px;
	    height: 40px;
	    font-size: 18px;
	    border: 2px solid #fff;
	    margin-right: 10px;
	}
	div#form-buscador form input[type="submit"] {
		width: 120px;
	    height: 40px;
	    background-position: 103px center;
		padding-right: 16px;
	}
	a.bot-menu-movil{
		width:17%;
		height:80px;
		background-color: #fff;
		display: inline-block;
		font-size:14px;
		font-weight: 300;
		color: #b90310;
		text-align: center;
		position: relative;
		top: 0px;
		padding-top: 10px;
		margin-right: -3px;
	}
	a.bot-menu-carta{
		background-image: url(/wp-content/plugins/tr-restaurantes/public/images/ico-carta-menu-movil.gif);
		background-repeat: no-repeat;
		background-position: center 30px;
	}
	a.bot-menu-reservas{
		background-image: url(/wp-content/plugins/tr-restaurantes/public/images/ico-reservas-menu-movil.gif);
		background-repeat: no-repeat;
		background-position: center 30px;
	}
	div#form-buscador {
	    min-height: 80px;
	}
	div#form-buscador form {
	    width: 49%;
	}
}
@media only screen and (max-width: 420px){
	div#form-buscador form {
	    width: 64%;
	}
	div#txt-reservas {
	    position: absolute;
	    top: -589px !important;
	}
	
	/** DELIVERY **/
	img.img-biker {
	    right: -45px !important;
	    top: -72px !important;
	}
	
	
}
@media only screen and (max-width: 380px){
	a.bot-menu-movil {
	    width: 16%;
	}
	div#form-buscador form {
	    width: 67%;
	}
	div#form-buscador form input[type="submit"] {
	    width: 125px !important;
	}

	/** FOOTER **/
	.fusion-footer-widget-area{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
} 
@media only screen and (max-width: 365px){
	div#form-buscador form {
	    width: 64%;
	}
	div#form-buscador form select {
	    width: 100px;
	}
	div#form-buscador form input[type="submit"] {
	    width: 100px;
	}
	div#form-buscador form input[type="submit"] {
	    width: 110px !important;
	}
}
@media only screen and (max-width: 330px){
	div#form-buscador form {
	    width: 68%;
	}
	div#form-buscador form input[type="submit"] {
	    width: 102px !important;
	}
	a.bot-menu-movil {
	    font-size: 12px;
	}
}