/*
 Theme Name:   La Corte de Pelayo
 Theme URI:    https://www.inknite.com/
 Description:  Diseño web creado para La Corte de Pelayo, restaurante en Oviedo, Asturias.
 Author:       Inknite® - Digital Studio
 Author URI:   https://www.inknite.com
 Template:     inkniter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  inknitewp
*/

/*=============================================*/
/*GENERAL*/
/*=============================================*/
/*FONTS*/
@font-face {
    font-family: PlayfairDisplayBlack;
    font-weight: bold;
    src: url("./fonts/PlayfairDisplay-Black.otf") format("opentype");
}
@font-face {
    font-family: PlayfairDisplayRegular;
    font-weight: normal;
    src: url("./fonts/PlayfairDisplay-Regular.otf") format("opentype");
}
body{
  transition: all 0.6s cubic-bezier(.56,.2,.23,.89) !important;
  overflow-x: hidden !important;
  position: relative !important;
  max-width: 100vw !important;
}
body.devanish{
  opacity: 0;
}
#page_main_content{
  padding-left: 0% !important;
  padding-right: 0% !important;
}
.bloque_seccion_interna, .row_contenidos_basic{
  padding-top: 0 !important;
}
.row_contenidos_basic p, #et-boc .row_contenidos_basic p, .row_contenidos_basic a, .row_contenidos_basic a span, #et-boc .row_contenidos_basic a, #et-boc .row_contenidos_basic li{
  position: relative;
  font-size: 2em !important;
  color: #555 !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4 !important;
}
.row_contenidos_basic a, .row_contenidos_basic a span, #et-boc .row_contenidos_basic a{
  font-size: 1em !important;
  color: #BC974E !important;
}
.row_contenidos_basic strong{font-family:mr-eaves-xl-modern,sans-serif !important;font-size:1em!important;}

.row_contenidos_basic h1{
  position: relative;
  font-size: 6.5em !important;
  color: #BC974E !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
  z-index: 100;
  line-height: 1.2 !important;
  margin-top: 0px !important;
}
.row_contenidos_basic h1 span{
  font-size: 1em !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 200 !important;
}
.row_contenidos_basic h2{
  position: relative;
  font-size: 4.5em !important;
  color: #BC974E;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
  z-index: 100;
  margin-top: 20px !important;
}
.row_contenidos_basic h2 span{
  font-size: 1em !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 200 !important;
}
.bloque_left_line{
  padding-left: 250px !important;
  padding-left: calc(7% + 200px) !important;
  padding-right: 10% !important;
}
body.et-db .et_pb_section{
  position: relative;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
/*FLEX SYSTEM*/

.flex-box{
  display: -webkit-flex !important;
  display: flex !important;
  position: relative !important;
}
.flex-item{
  display: block;
  position: relative;
}
.fb100{
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.fb60{
  -webkit-flex-basis: 60% !important;
  flex-basis: 60% !important;
  width: 60% !important;
  max-width: 60% !important;
}
.fb50{
  -webkit-flex-basis: 50% !important;
  flex-basis: 50% !important;
  width: 50% !important;
  max-width: 50% !important;
}
.fb40{
  -webkit-flex-basis: 40%!important;
  flex-basis: 40%!important;
  width: 40%!important;
  max-width: 40%!important;
}
.fb33{
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  width: 33%;
  max-width: 33%;
}
.fb30{
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}
.fb25 .flex-item{
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
}
.fb20{
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
}
.flex-valign{
  -webkit-align-items: center !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  justify-content: center !important;
}

/*=============================================*/
/*HEADER*/
/*=============================================*/

header#main-header{
  display: flex;
  position: relative;
  text-align: right;
  padding-right: 0 !important;
  overflow: visible;
  padding-left: 8% !important;
  padding-top: 25px !important;
  padding-bottom: 0px !important;
  margin-bottom: 20px !important;
}
#logo_container{
  width: 110px;
  flex-basis: 110px;
  height: auto;
  min-height: 159.5px;
  position: relative;
}
nav#wp_inkniter_main_navigation{
    position: relative;
    float: none;
    padding-top: 0;
    margin-top: 15px;
    right: 0;
    height: 100%;
    width: auto;
    flex-basis: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
nav#wp_inkniter_main_navigation ul.wp_inkniter_menu .wp_inkniter_menu_item{
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
nav#wp_inkniter_main_navigation ul.wp_inkniter_menu .wp_inkniter_menu_item::after{
  top: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(.56,.2,.23,.89) !important;
}
nav#wp_inkniter_main_navigation ul.wp_inkniter_menu .wp_inkniter_menu_item:hover::after{
  opacity: 1;
  top: 95%;
}
nav#wp_inkniter_main_navigation ul.wp_inkniter_menu .wp_inkniter_menu_item.current_inkniter_menu_item::after, nav#wp_inkniter_main_navigation ul.wp_inkniter_menu .wp_inkniter_menu_item::after{
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #BC974E;
  position: absolute;
  left: 49%;
  left: calc(50% - 4.5%);
  display: block;
  transform: rotateZ(45deg);
}
nav#wp_inkniter_main_navigation ul.wp_inkniter_menu .wp_inkniter_menu_item.current_inkniter_menu_item::after{
  top: 95%;
  opacity: 1;
}
nav#wp_inkniter_main_navigation ul.wp_inkniter_menu li a{
  display: block;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.8em;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 150px;
  color: #222;
  text-align: center;
}
#wp_inkniter_main_navigation ul.wp_inkniter_menu{
  vertical-align: middle;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
a.reservar_btn{
  font-family: PlayfairDisplayBlack, serif !important;
  font-weight: bold;
  padding: 25px 50px !important;
  background-color: #BC974E;
  color: #7D6433 !important;
  max-width: none !important;
  font-size: 1.6em !important;
}
.wp_inkniter_menu_item a.mejor_cachopo{
  text-align: center;
}
/*RESPONSIVE NAVIGATION*/
#responsive_navigation{
  position: fixed;
  top: 0;
  right: 0;
  padding-right: 5%;
  padding-top: 30px;
}
#menu_btn{
  padding: 15px 25px;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #dddbdb;
  overflow: hidden;
}
#menu_btn p{
  transition: all 0.5s cubic-bezier(.56,.2,.23,.89) !important;
  font-family: PlayfairDisplayBlack, serif;
  font-weight: black;
  font-size: 1.4em;
  color: #828181;
  padding: 0;
  margin: 0;
}
#menu_btn p.main{
  transform: translateY(0);
}
#menu_btn.opened p.main{
  transform: translateY(-50px);
}
#menu_btn p.close{
  transform: translateY(50px);
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 15px;
  left: 0px;
}
#menu_btn.opened p.close{
  transform: translateY(0);
}
#responsive_menu_slider{
  width: 100%;
  height: auto;
  bottom: 100%;
  left: 0;
  background-color: #EEE;
  padding: 100px 5% 100px 5%;
  position: fixed;
  text-align: left;
  transition: all 1s cubic-bezier(.56,.2,.23,.89) !important;
}
#responsive_menu_slider.opened{
  transform: translateY(100%);
}
#responsive_menu_slider ul{
  text-align: left;
  list-style: none;
}
#responsive_menu_slider li{
  margin-top: 10px;
  transition: all 1s cubic-bezier(.56,.2,.23,.89) !important;
  transform: translateX(-100%);
}
#responsive_menu_slider.opened li{
  margin-top: 10px;
  transform: translateX(0);
}
#responsive_menu_slider li:nth-child(1){
  transition-delay: 0s;
}
#responsive_menu_slider li:nth-child(2){
    transition-delay: 0.1s;
}
#responsive_menu_slider li:nth-child(3){
    transition-delay: 0.2s;
}
#responsive_menu_slider li:nth-child(4){
    transition-delay: 0.3s;
}
#responsive_menu_slider li:nth-child(5){
    transition-delay: 0.4s;
}
#responsive_menu_slider li:nth-child(6){
    transition-delay: 0.5s;
}
#responsive_menu_slider li:nth-child(7){
    transition-delay: 0.6s;
}
#responsive_menu_slider li a{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  color: #888;
  margin-top: 10px;
  font-size: 2em;
  width: 100%;
  display: block;
  font-weight: 200;
}
#responsive_menu_slider li.langs{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  color: #888;
  margin-top: 20px;
  font-size: 1.6em;
  width: 100%;
  display: block;
  font-weight: 200;
}
#responsive_menu_slider .reservas_slider_btn{
  width: 100%;
  padding: 20px 30px 20px 50px;
  text-align: left;
  background-color: #009b98;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
#responsive_menu_slider .reservas_slider_btn span{
  font-family: PlayfairDisplayBlack, serif;
  font-size: 1.6em;
  color: #FFF;
  position: relative;
  display: block;
  transform: translateY(100px);
  transition: all 0.8s cubic-bezier(.56,.2,.23,.89) !important;
}
#responsive_menu_slider.opened .reservas_slider_btn span{
  transform: translateY(0);
}
/*RESPONSIVE RESERVAS*/
#reservas_responsive{
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  padding-bottom: 17px;
  z-index: 9999;
}
#reservas_responsive .btn{
  display: block;
  width: auto;
  height: auto;
  background-color: #009b98;
  padding: 15px 20px;
  text-align: center;
  font-family: PlayfairDisplayBlack, serif;
  font-size: 1.4em;
  color: #FFF;
  font-weight: bold;
  /*border-radius: 0%;
  background-position: center;
  background-size: 60%;
  background-image: url(./img/reservas_icon_v2.png);
  background-repeat: no-repeat;*/
}
/*=============================================*/
/*HERO*/
/*=============================================*/

#home-hero-block{
  height: calc(100vh - 130px) !important;
  min-height: 500px !important;
  padding-top: 0 !important;
}
#home-hero-block::after{
  content:"";
  width: 30%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  position: absolute;
  background-color: rgba(57,153,152,0.4);
  height: 200px;
  bottom: -50px;
  right: 0;
  z-index: 9999;
}
#home-hero-block .col_left{
  padding-left: 8% !important;
  padding-right: 50px !important;
  padding-top: 50px !important;
  margin: 0 !important;
}
#home-hero-block .col_left::before{
  content: "";
  display: block;
  background-color: #E9E9E9;
  background-position: top left;
  background-repeat: repeat;
  /*background-image: url(img/pattern-3.jpg);*/
  background-image: url(img/pattern_3_lcdp.jpg);
  background-size: 80px 80px;
  width: 60%;
  height: 0%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 1s cubic-bezier(.56,.2,.23,.89) !important;
  z-index: 0;
}
.loaded #home-hero-block .col_left::before{
  height: 100%;
}
#home-hero-block .col_left h1{
  position: relative;
  font-size: 6.5em !important;
  color: #BC974E !important;
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-weight: 200;
  z-index: 100;
  margin-top: 20px !important;
}
#home-hero-block .col_left h1 span{
  font-size: 1em !important;
  font-family: mr-eaves-xl-modern, sans-serif;
      font-weight: 200 !important;
}
#home-hero-block .col_left p, #et-boc #home-hero-block .col_left p{
  position: relative;
  font-size: 2.5em !important;
  color: #555 !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  line-height: 1.3 !important;
  font-weight: 200;
  max-width: 80% !important;
  z-index: 100;
  opacity: 0;
  transition: all 1s ease-out !important;
  transition-delay: 1.3s !important;
}
.loaded #home-hero-block.doanim .col_left p, .loaded #et-boc #home-hero-block.doanim .col_left p{
  opacity: 1;
}
#hero_image_slider{
  opacity: 0;
  transition: all 1.5s cubic-bezier(.56,.2,.23,.89) !important;
  height: 100%;
  padding: 0 !important;
}
.loaded #hero_image_slider{
  opacity: 1;
}

/*=============================================*/
/*SECCIONES HOME*/
/*=============================================*/
.fullwidth{
  width: 100%!important;
  max-width: 100%!important;
  padding-left: 7%!important;
  padding-right: 7%!important;
}
.fullwidth .et_pb_column{
  float: none !important;
}
.o_visible{
  overflow-y: visible !important;
}
.fullwidth.nopadding{
  padding-left: 0%!important;
  padding-right: 0%!important;
  overflow: hidden !important;
}
.row_text_box{
  max-width: 100% !important;
}
.left_text_box{
  padding-left: 10% !important;
}
#hero_seccion_interna .left_text_box{
  padding-left: 0% !important;
}
.row_text_box h2{
  position: relative;
  font-size: 5em !important;
  color: #555 !important;
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-weight: 200 !important;
  z-index: 100;
  display: block !important;
  margin-bottom: 20px !important;
  padding-top: 100px !important;
}
.row_text_box h2 span{
  font-size: 1em !important;
  color: #555 !important;
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-weight: 200 !important;
}
.hero .row_text_box h2{
  padding-top: 20px !important;
}
.row_text_box p, #et-boc .row_text_box p{
  position: relative;
  font-size: 2.3em !important;
  color: #888 !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  line-height: 1.3 !important;
  font-weight: 300;
  max-width: 100% !important;
  z-index: 100;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.7s cubic-bezier(.56,.2,.23,.89) !important;
  transition-delay: 0.6s !important;
}
.loaded .doanim .row_text_box p, .loaded #et-boc .doanim .row_text_box p{
  transform: translateY(0);
  opacity: 1;
}
.row_text_box p a, #et-boc .row_text_box p a{
  font-size: 1em !important;
  color: #888 !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  line-height: 1.3 !important;
}
.row_img_box{
  width: 55% !important;
  max-width: 450px !important;
  display: inline-block;
  position: relative;
}
.row_img_box::after{
  content:"";
  width: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  position: absolute;
  background-color: rgba(57,153,152,0.4);
  height: 80%;
  top: 20px;
  right: -5%;
  z-index: 9999;
}
#lcdp_contacto .row_img_box::after{
  z-index: -1;
}
.row_img_box.gold_decor::after{
  content:"";
  width: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  position: absolute;
  background-color: rgba(188,151,78,0.4);
  height: 80%;
  top: 30%;
  right: 5%;
  z-index: 9999;
}
.hero_right_img{
  position: relative;
}
.hero_right_img.gold_decor::after{
  content:"";
  width: 40%;
  position: absolute;
  background-color: rgba(188,151,78,0.4);
  height: 0%;
  top: 25%;
  right: -5%;
  z-index: 9999;
  transition: all 0.8s cubic-bezier(.56,.2,.23,.89) !important;
  transition-delay: 0.8s !important;
}
.loaded .doanim .hero_right_img.gold_decor::after{
  height: 60%;
}
.hero_right_img .et_pb_image_wrap{
  opacity: 0 !important;
  transform: translateY(15px) !important;
  transition: all 0.8s cubic-bezier(.56,.2,.23,.89) !important;
  transition-delay: 0.5s !important;
  animation: none !important;
}
.hero_right_img .et_pb_image_wrap img{
  position: relative;
  z-index: 999;
}
.loaded .doanim .hero_right_img .et_pb_image_wrap{
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.hero_right_img .et_pb_image_wrap::before, #gmap::before{
  content:"";
  width: 50%;
  position: absolute;
  background-position: top left !important;
  background-repeat: repeat !important;
  background-size: 80px 80px !important;
  /*background-image: url(img/pattern-3.jpg);*/
  background-image: url(img/pattern_3_lcdp.jpg);
  height: 0%;
  bottom: 30%;
  left: -15%;
  z-index: 0;
  transition: all 0.8s cubic-bezier(.56,.2,.23,.89) !important;
  transition-delay: 0.8s !important;
}
#gmap::before{
  left: auto;
  right: 0%;
}
.loaded .doanim .hero_right_img .et_pb_image_wrap::before, .loaded .doanim #gmap::before{
    height: 80%;
}
.hero_right_img.gold_decor::before{
  content:"";
  width: 80%;
  position: absolute;
  background-color: rgba(188,151,78,1);
  height: 2px;
  bottom: -20px;
  left: -10%;
  z-index: 9999;
}
.row_img_box .et_pb_image_wrap{
  max-width: 100%;
  min-width: 100%;
}
.row_img_box img{
  max-width: 100%;
  min-width: 100%;
}
/*PRODUCTO*/
#lcdp_producto, #lcdp_contacto, .items_carta_block{
  position: relative !important;
}
#lcdp_producto::before, .items_carta_block.block_w_bg::before{
  content:"";
  width: 100%;
  max-width: 700px;
  min-width: 40vw;
  height: 105vh;
  min-height: 600px;
  z-index: -1;
  position: absolute;
  top: -55%;
  left: -20%;
  display: block;
  background-position: center;
  background-size: auto 100%;
  opacity: 0.9;
  background-image: url(./img/la-corte-de-pelayo-logo-lines-clear.jpg);
  background-repeat: no-repeat;
}
.items_carta_block.block_w_bg::before{
  opacity: 1;
  top: 20vh;
}
.bloque_superior_carta{
  padding-bottom: 0 !important;
}
/*BLOQUE DE IMÁGENES DEL ESPACIO*/
#imagenes_espacio_home{
  padding: 30px 0px !important;
}
#imagenes_espacio_home .textbox{
  margin-bottom: 5px !important;
}
#imagenes_espacio_home .textbox h3{
  font-family: PlayfairDisplayBlack, serif !important;
  font-weight: bold !important;
  color: #DDD !important;
  font-size: 6em !important;
}
#imagenes_espacio_home .imgbox, #imagenes_espacio_home .imgbox .et_pb_image_wrap{
  width: 100% !important;
  height: auto;
  display: block !important;
  padding: 0 !important;
  position: relative !important;
}
#imagenes_espacio_home .imgbox .et_pb_image_wrap img{
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
}
#imagenes_espacio_home .et_pb_column{
  margin-right: 10px !important;
  position: relative !important;
}
#imagenes_espacio_home .center_col::after{
  content:"";
  width: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  position: absolute;
  background-color: rgba(188,151,78,0.4);
  height: 80%;
  top: 40%;
  left: -10%;
  z-index: 9999;
}
.et-db #et-boc #disfrutar{
  padding-left: 22% !important;
}
/*=============================================*/
/*NOSOTROS*/
/*=============================================*/
#hero_seccion_interna{
  position: relative;
  height: auto !important;
  padding-top: 0 !important;
  margin-top: -140px !important;
  min-height: 750px !important;
  max-width: 100% !important;
}
#hero_seccion_interna .et_pb_row{
  height: 100% !important;
  max-width: 100% !important;
  padding-left: 9% !important;
  padding-right: 9% !important;
  overflow: hidden;
}
#hero_seccion_interna .col_left{
  padding-top: 200px !important;
}
#restaurant_front_col{
  position: absolute !important;
  top: 0%;
  height: 100%;
  width: 80% !important;
  right: -20%;
  background-size: auto 100% !important;
}
#hero_seccion_interna .col_left{
  height: 100%;
  z-index: 9999 !important;
  position: relative !important;
}
#hero_seccion_interna .col_left h1, .hero .col_left h1, #textbox_404 h1{
  position: relative;
  font-size: 5.5em !important;
  color: #BC974E !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 200 !important;
  z-index: 100;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
#textbox_404 h1{
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px !important;
}
h1 .word_block {
  letter-spacing: -0.105em !important;
}
h1 .word_block, h2 .word_block{
  margin-right:0.3em!important;
  display:inline-block!important;
}
#hero_seccion_interna .col_left h1 span{
  font-size: 1em !important;
  color: #BC974E;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
}
#hero_seccion_interna .col_left p, #et-boc #hero_seccion_interna .col_left p{
  position: relative;
  font-size: 2.4em !important;
  color: #555 !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  line-height: 1.3 !important;
  font-weight: 300;
  max-width: 100% !important;
  z-index: 100;
  opacity: 0 !important;
  transform: translateY(15px) !important;
  transition: all 0.7s cubic-bezier(.56,.2,.23,.89) !important;
  transition-delay: 0.6s !important;
}
.loaded #hero_seccion_interna.doanim .col_left p, .loaded #et-boc #hero_seccion_interna.doanim .col_left p{
  opacity: 1 !important;
  transform: translateY(0) !important;
}
/*=============================================*/
/*CARTA*/
/*=============================================*/
.carta_items_container{
  display: -webkit-flex;
  flex-direction: -webkit-column;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px !important;
  padding-bottom: 30px !important;
}
.carta_items_container::after{
  content: "";
  display: block;
  width: 0%;
  left: 0;
  height: 1px;
  background-color: #BC974E;
  position: absolute;
  bottom: 0px;
  transition: all 1s cubic-bezier(.56,.2,.23,.89) !important;
}
.carta_items_container.doanim::after{
  width: 80%;
}
body.et-db .et_pb_row .items_carta_block{
  padding-left: calc(7% + 150px) !important;
  min-height: 40vh !important;
  padding-top: 0 !important;
}
.carta_items_title h2{
  position: relative;
  font-size: 5.5em !important;
  z-index: 100;
  margin-top: 20px !important;
}
.carta_items_title h2 span{
  font-size: 1em !important;
  color: #BC974E;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
}
.carta_items_title p,#et-boc .carta_items_title p{
  position: relative;
  font-size: 1.7em !important;
    color: #888 !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  z-index: 100;
}
.carta_items_title p span{
  font-size: 1em !important;
  color: #888 !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
}
.carta_item{
  -webkit-flex-basis: 80%;
  flex-basis: 80%;
  max-width: 80%;
  padding-right: 0;
  margin-bottom: 10px !important;
  position: relative;
}
.carta_item .item_contents{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-weight: 200 !important;
  font-size: 2em !important;
  position: relative;
  padding-right: 40px !important;
}
.carta_item .item_contents span{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-weight: 200 !important;
  font-size: 1em !important;
  color: #BC974E !important;
}
span.item_price{
  position: absolute;
  right: 0;
}

/*Items de Menu de Eventos*/
#lcpd_eventos.et_pb_section .et_pb_row.items_carta_block{
  padding-left: 10% !important;
  min-height: 40vh !important;
  padding-top: 0 !important;
}
.et_pb_section .et_pb_row.items_carta_block{
  padding-left: 20% !important;
   padding-right: 4% !important;
}
.carta_items_eventos_container{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.carta_menu_item{
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  max-width: 47%;
  padding-bottom: 10px !important;
  margin-bottom: 35px !important;
  margin-right: 3% !important;
  position: relative !important;
  border-bottom: 2px solid #bc974e !important;
  background-color: #EEE !important;
  text-align: center !important;
}
.carta_menu_item .item_contents .inner_contents{
  padding: 15px 40px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(.56,.2,.23,.89) !important;
}
.loaded .doanim.carta_menu_item .item_contents .inner_contents{
  opacity: 1;
}
.carta_menu_item .item_contents h2{
  /*font-family: PlayfairDisplayBlack, sans-serif !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 1.7em !important;
  color: #777 !important;*/
  font-size: 1.6em !important;
  position: relative;
  padding: 15px !important;
  display: block !important;
  overflow: hidden;
}
.carta_menu_item .item_contents h2 span{
  font-family: PlayfairDisplayBlack, sans-serif !important;
  font-style: normal;
  display: inline-block;
  font-weight: bold !important;
  font-size: 1em !important;
  color: #7d6433 !important;
  transform: translateY(200%);
  transition: all 0.8s cubic-bezier(.56,.2,.23,.89) !important;
  transition-delay: 0.5s !important;
}
.loaded .doanim.carta_menu_item .item_contents h2 span{
  transform: translateY(0%);
}
.carta_menu_item .item_contents h2::before{
  content: "";
  position: absolute;
  top: 0;
  right: -160%;
  width: 150%;
  height: 100%;
  display: block;
  transform: skewX(10deg);
  background-color: #bc974e;
  z-index: 0;
  transition: all 1.5s cubic-bezier(.56,.2,.23,.89) !important;
}
.loaded .doanim.carta_menu_item .item_contents h2::before{
  right: -25%;
}
.carta_menu_item .item_contents h3{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 1em !important;
  color: #111 !important;
  padding-top: 20px !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
  position: relative;
}
.carta_menu_item .item_contents h3::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 10%;
  left:45%;
  height: 2px;
  background-color: #bc974e;
}
.carta_menu_item .item_contents, #et-boc .carta_menu_item .item_contents{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-size: 1.9em !important;
  color: #656565 !important;
  line-height: 1.2;
  font-weight: 200 !important;
}
.carta_menu_item .item_contents p strong, #et-boc .carta_menu_item .item_contents p strong, .carta_menu_item .item_contents li strong, #et-boc .carta_menu_item .item_contents li strong{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 1em !important;
}
.carta_menu_item .item_contents ul, #et-boc .carta_menu_item .item_contents ul{
  padding: 0 !important;
  margin: 0px 0px 35px 0px !important;
  list-style: none !important;
}
.carta_menu_item .item_contents li, #et-boc .carta_menu_item .item_contents li{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-size: 1em !important;
  margin-bottom: 8px;
  list-style: none !important;
  position: relative;
  padding-left: 16px !important;
}
/*.carta_menu_item .item_contents li::before, #et-boc .carta_menu_item .item_contents li:before{
  content:"";
  width: 5px;
  height: 5px;
  border: 1px solid #bc974e;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotateZ(45deg);
}*/
.carta_menu_item .item_contents span.item_price{
  /*position: absolute;
  right: 0px;
  top: 20px;
  font-family: PlayfairDisplayBlack, sans-serif !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 2em !important;
  background-color: #bc974e;
  color: #7d6433 !important;
  padding: 0px 15px 10px 15px;*/
  position: relative;
  right: auto;
  top: auto;
  font-family: PlayfairDisplayBlack, sans-serif !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 1.5em !important;
  color: #bc974e !important;
  padding: 15px;
  display: block;
  transform: translateY(-20px);
  opacity: 0;
	transition: all 0.6s cubic-bezier(.56,.2,.23,.89) !important;
  transition-delay: 0.6s !important;
}
.loaded .doanim.carta_menu_item .item_contents span.item_price{
  transform: translateY(0px);
  opacity: 1;
}

/*=============================================*/
/*BLOG - MEJOR CACHOPO*/
/*=============================================*/

.posts_container_block{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts_container_block .item_archive_box{
  width: 50%;
  flex-basis: 50%;
  padding: 30px !important;
}
.posts_container_block .item_archive_box:nth-child(even){
  margin-top: 200px;
}
.posts_container_block .item_archive_box:nth-child(odd){
  margin-bottom: 100px;
}
.item_box_image{
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.item_box_image img{
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
.item_box_image a{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 100%;
}
.item_box_content h2, #textbox_404 h2{
  font-family: PlayfairDisplayBlack, sans-serif !important;
  font-weight: bold !important;
  font-size: 3em !important;
  color: #444 !important;
  margin-top: 20px !important;
  line-height: 1.3;
}
#textbox_404 h2{
  font-size: 5em !important;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 0 !important;
}
.item_box_content h2 a{
  font-family: PlayfairDisplayBlack, sans-serif !important;
  font-weight: bold !important;
  font-size: 1em !important;
}
.item_box_content .date_box{
  display: block;
  text-align: left;
  font-size: 2.1em !important;
  color: #888;
  font-family: mr-eaves-xl-modern, sans-serif;
  line-height: 1.3;
}
.posts_single .inner_page{
  display: block;
  margin-left: 10%;
  margin-right: 10%;
    padding-top: 60px;
}
.posts_single .inner_page header{
  display: -webkit-flex;
  display: flex;
}
.posts_single .inner_page header .contents{
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 30px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.posts_single .inner_page header .contents h1{
  font-family: PlayfairDisplayBlack, sans-serif !important;
  font-weight: bold !important;
  font-size: 4.5em !important;
  position: relative;
  line-height: 1.3;
  color: #333;
  position: relative;
  margin-bottom: 50px;
}
.posts_single .inner_page header .contents .divider{
  height: 2px;
  width: 60%;
  left: -30%;
  background-color: #bc974e;
  position: relative;
  display: block;
}
.posts_single .inner_page header .contents .date_box{
  display: block;
  text-align: justify;
  font-size: 2em !important;
  color: #888;
  font-family: mr-eaves-xl-modern, sans-serif;
  line-height: 1.4;
  margin-top: 50px;
}
.posts_single .inner_page header figure.post_image{
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  }
.posts_single .inner_page header figure.post_image img{
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  max-width: 100%;
  height: auto;
  }
  .posts_single .inner_page article .entry-content{
      padding: 30px 10%;
      text-align: justify;
  }
  .posts_single .inner_page article .entry-content p, .posts_single .inner_page article .entry-content li{
    display: block;
    text-align: justify;
    font-size: 2em !important;
    color: #333;
    font-family: mr-eaves-xl-modern, sans-serif;
    line-height: 1.5;
  }
  .posts_single .inner_page article .entry-content li{
    padding-left: 30px;
    position: relative;
  }
  .posts_single .inner_page article .entry-content li::before{
    content: "";
    border: 2px solid #BC974E;
    transform: rotateZ(45deg);
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
  }
  .posts_single .inner_page article .entry-content ul{
    list-style: disc;
    padding-left: 20px;
  }
  .posts_single .inner_page article .entry-content p strong,   .posts_single .inner_page article .entry-content li strong{
    display: inline-block;
    text-align: justify;
    font-size: 1em !important;
    color: #111;
    font-family: mr-eaves-xl-modern, sans-serif;
    line-height: 1.3;
  }
  .posts_single .inner_page article .entry-content h2{
    display: block;
    text-align: justify;
    font-size: 3em !important;
    color: #111;
    font-family: mr-eaves-xl-modern, sans-serif;
    line-height: 1.3;
  }
  .posts_single .inner_page article .entry-content h3{
    display: block;
    text-align: justify;
    font-size: 2.5em !important;
    color: #111;
    font-family: mr-eaves-xl-modern, sans-serif;
    line-height: 1.3;
  }
  .posts_single .inner_page article .entry-content h4{
    display: block;
    text-align: justify;
    font-size: 2.2em !important;
    color: #111;
    font-family: mr-eaves-xl-modern, sans-serif;
    line-height: 1.3;
  }
  .posts_single .inner_page article .entry-content h5, .posts_single .inner_page article .entry-content h6{
    display: block;
    text-align: justify;
    font-size: 2em !important;
    color: #111;
    font-family: mr-eaves-xl-modern, sans-serif;
    line-height: 1.3;
  }
  .posts_single .inner_page article .entry-content blockquote{
    font-size: 1.5em !important;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
  }
  .posts_single .inner_page article .entry-content blockquote p{
    font-family: PlayfairDisplayBlack, sans-serif !important;
    font-weight: bold !important;
    text-align: left;
  }
/*=============================================*/
/*FOOTER*/
/*=============================================*/

footer#the_footer{
  width: 100%;
  display: block;
  position: relative;
  padding-left: 8%;
  padding-bottom: 30px;
  margin-top: 80px !important;
}
footer#the_footer .footer_container{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer#the_footer .footer_container .footer_branding{
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  width: 40%;
  min-width: 180px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer#the_footer .footer_container .footer_elements{
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  width: 60%;
  display: -webkit-flex;
  display: flex;
  padding-left: 50px;
  padding-top: 60px;
}
footer#the_footer .footer_container .footer_elements .col{
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  width: 33%;
  padding-right: 30px;
  font-size: 2.1em !important;
  color: #222;
  font-family: mr-eaves-xl-modern, sans-serif;
  line-height: 1.3;
}
footer#the_footer .footer_container .footer_elements .legals a{
  display: block;
  font-size: 1em !important;
  color: #BC974E;
  font-family: mr-eaves-xl-modern, sans-serif;
  margin-top: 5px;
}
#logo_footer{
  width: 100px;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  height: auto;
  position: relative;
  display: inline-block;
}
#logo_footer img{
  max-width: 100%;
}
.footer_container .footer_branding .h_divider{
  margin-top: 30px;
  padding-left: 20px;
}
footer#the_footer .footer_container .footer_elements .col .dia{
  display: inline-block;
  width: auto;
  color: #555;
  font-size: 1em !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  line-height: 1.3;
  position: relative;
}
footer#the_footer .footer_container .footer_elements .col .dia.cerrado::before{
  content: "";
  background-color: #C59651;
  display: block;
  top: 53%;
  position: absolute;
  left: -5%;
  height: 1.5px;
  width: 110%;
}
/*=============================================*/
/*ACCESORIOS*/
/*=============================================*/
#social_fixed_box{
  position: fixed;
  z-index: 9999;
  right: 34px;
  bottom: 70px;
}
#social_responsive_block{
  position: block;
  z-index: 9999;
  right: 0;
  bottom: 0;
  padding-top: 15px;
  padding-left: 40px;
}
#social_fixed_box .social_btn, #social_responsive_block .social_btn{
  display: block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  transition: all 0.3s cubic-bezier(.56,.2,.23,.89);
}
#social_responsive_block .social_btn{
 display: inline-block;
 margin-right: 15px;
}
#social_fixed_box .social_btn:hover{
  transform: scale(1.1,1.1);
}
#social_fixed_box .social_btn.ig, #social_responsive_block .social_btn.ig{
  background-image: url(./img/instagram_icon.png);
}
#social_fixed_box .social_btn.fb, #social_responsive_block .social_btn.fb{
  background-image: url(./img/facebook_icon.png);
}
#social_fixed_box .social_btn.tw, #social_responsive_block .social_btn.tw{
  background-image: url(./img/twitter_icon.png);
}
#browser_compatibility{
  display: none;
  position: fixed;
  width: 90vw;
  top: 15px;
  left: 5vw;
  padding: 20px;
  z-index: 9999999999;
  background-color: #ff746b;
  border-radius: 5px;
  color: #2d2d2d;
  text-align: left;
  font-size: 13px;
  font-family: sans-serif;
}
#browser_compatibility.old_browser{
  display: block;
}
#textbox_404{
  -webkit-flex-direction: column;
  flex-direction: column;
}
#lang_block{
  padding-bottom: 0 !important;
  display: block!important;
  margin-left: auto!important;
  margin-right: auto!important;
  width: 80%!important;
}
#lang_block .textbox{
  position: relative !important;
  background-position: top left !important;
  background-repeat: repeat !important;
  background-size: 80px 80px !important;
  /*background-image: url(img/pattern-3.jpg);*/
  background-image: url(img/pattern_3_lcdp.jpg) !important;
}
#lang_block .textbox::before{
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #BC974E;
  position: absolute;
  display: block;
  transform: rotateZ(45deg);
  top: -35px;
  left: calc(50% - 4.5px);
}
#lang_block .textbox::after{
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #BC974E;
  position: absolute;
  display: block;
  transform: rotateZ(45deg);
  bottom: -30px;
  left: calc(50% - 4.5px);
}
#lang_block .textbox{
  padding: 35px 30px 30px 30px !important;
  background-color: #EEE !important;
}
#lang_block .textbox h3{
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  color: #555;
  font-size: 3.5em !important;
}
#gmap iframe{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  z-index: 999;
}
#gmap .et_pb_code_inner{
  border: 2px solid #BC974D;
  padding: 10px !important;
}
.bg_img_illustracion{
  position: absolute !important;
  right: -15vw;
  top: 0;
  height: auto !important;
  width: 900px !important;
  opacity: 0;
  transform: scale(1.1,1.1);
  transition: all 0.8s cubic-bezier(.56,.2,.23,.89) !important;
}
.loaded .doanim .bg_img_illustracion{
  opacity: 1;
  transform: scale(1,1);
}
.bg_img_illustracion .et_pb_image_wrap, .bg_img_illustracion .et_pb_image_wrap img{
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.bg_img_illustracion::after{
  content:"";
  width: 0%;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  position: absolute;
  background-color: rgba(188,151,78,0.6);
  height: 250px;
  bottom: 0%;
  right: 20%;
  z-index: -1;
  transition: all 1s cubic-bezier(.56,.2,.23,.89) !important;
}
.loaded .bg_img_illustracion::after{
  width: 55%;
}
.more_info{
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 0 !important;
  font-size: 1em !important;
}
.more_info span{
  font-family: PlayfairDisplayBlack, serif !important;
  font-weight: bold;
  padding: 30px 90px 30px 30px !important;
  color: #7D6433 !important;
  font-size: 16px !important;
  display: block;
  position: relative;
  z-index: 10;
  transform: translateX(-100%);
  transition: all 1.2s cubic-bezier(.56,.2,.23,.89) !important;
}
a.more_info::before{
  content: "";
  position: absolute;
  top: 0;
  left: -160%;
  width: 150%;
  height: 100%;
  display: block;
  transform: skewX(10deg);
  background-color: #BC974E;
  z-index: 0;
	transition: all 1s cubic-bezier(.56,.2,.23,.89) !important;
}
a.more_info::after{
  content: "";
  position: absolute;
  top: 0;
  right: -160%;
  width: 150%;
  height: 100%;
  display: block;
  transform: skewX(10deg);
  background-color: #cea658;
  z-index: 0;
	transition: all 1.5s cubic-bezier(1,-0.01,.49,1.11) !important;
}
a.more_info:hover::after{
  transition: all 1s cubic-bezier(.56,.2,.23,.89) !important;
  right: -25%;
}
.loaded .doanim a.more_info::before{
  left: -25%;
}
.loaded .doanim .more_info span{
  transform: translateX(0);
}
.more_info.bverde span{
  background-color: #009b98;
  color: #FFF !important;
}
.h_divider{
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.v_divider{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.v_divider::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  z-index: 99999;
  background-color: #F5F5F5;
  transition: all 2s ease-out !important;
}
.loaded .v_divider::after{
  height: 0;
}
.divider_sq{
  width: 9px;
  height: 9px;
  border: 2px solid #BC974E;
  position: relative;
  display: inline-block;
  transform: rotateZ(45deg);
}
.h_divider .divider_line{
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin-right: 10px;
  height: 2px;
  background-color: #BC974E;
}
.v_divider .divider_line{
  display: block;
  margin-bottom: 10px;
  width: 2px;
  background-color: #BC974E;
  margin-left: auto;
  margin-right: auto;
}
.indicador_texto{
  position: absolute !important;
  width: 80px!important;
  height: auto!important;
  overflow: visible!important;
}
.indicador_texto span{
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  right: 0 !important;
  transform: rotateZ(-90deg)!important;
  font-family: PlayfairDisplayBlack, serif !important;
  font-weight: bold !important;
  font-size: 7.5em !important;
  color: #DDD !important;
  white-space: nowrap;
}
/*MODULO DE EL TENEDOR*/
.eltenedor{
width: 100% !important;
border:none !important;
overflow: scroll !important;
}
/* Media queries widget */
@media only screen and (max-width : 320px) {
    .eltenedor{
    min-height: 840px !important;
    }
}
@media only screen and (min-width : 321px) and (max-width : 516px){
    .eltenedor{
    min-height: 650px !important;
    }
}
@media only screen and (min-width : 517px) {
    .eltenedor{
    min-height: 550px !important;
    }
}
/*=============================================*/
/*ANIMACIONES*/
/*=============================================*/
.word_block{
  letter-spacing: -5.5px !important;
  margin-right: 15px;
  display: inline-block !important;
}
.word_divider{
  position: relative;
  display: inline-block;
}
.animated_word{
  opacity: 0;
  display: inline-block;
}
.loaded .doanim .animated_word{
  transform: translateY(100%);
  animation: animatedWord1 0.8s cubic-bezier(0.4,0.08,0.22,1.02);
  animation-fill-mode: forwards;
}

@keyframes transitionsMaskCurtain{
  0%{
    left: -100%;
  }
  35%{
    left: 0%;
  }
  65%{
    left: 0%;
  }
  100%{
    left: 100%;
  }
}
@keyframes transitionsMaskCurtain2{
    0%{
      width: 0px;
      transform: translateX(-5px);
    }
    100%{
      width: 100%;
      transform: translateX(0px);
    }
}
@keyframes transitionsMaskCurtainTop{
  100%{
    bottom: 100%;
  }
}
@keyframes simpleOpacity{
  100%{
    opacity: 1;
  }
}
@keyframes leftOpacity{
  0%{
    opacity: 0;
    transform: translateX(-15px);
  }
  100%{
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes firstRowLine{
  0%{
    width: 0vw;
  }
  100%{
    width: 100vw;
  }
}
@keyframes firstRowPath{
  0%{
    height: 0vh;
  }
  100%{
    height: 100vh;
  }
}
@keyframes secondRowPath{
  0%{
    height: calc(0);
  }
  100%{
    height: calc(100% + 240px);
  }
}
@keyframes animatedWord1{
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes simpleRotation{
  100%{
    transform: rotate(360deg);
  }
}
@keyframes simpleAntiRotation{
  100%{
    transform: rotate(-360deg);
  }
}
@keyframes servicesImg{
  0%{
    opacity: 0;
    transform: scale(1.2,1.2);
  }
  100%{
    opacity: 1;
    transform: scale(1,1);
  }
}
/*=============================================*/
/*RESPONSIVE*/
/*=============================================*/
@media screen and (min-width: 1500px){
  body{
    font-size: 12px;
  }
  .word_block {
    letter-spacing: -0.1em !important;
    margin-right: 0.3em;
    display: inline-block !important;
  }
  nav#wp_inkniter_main_navigation ul.wp_inkniter_menu li a {
    font-size: 1.7em !important;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 250px;
  }
  .bg_img_illustracion{
    width: 60vw !important;
  }
  .et_pb_row.items_carta_block, #lcpd_eventos .et_pb_row.items_carta_block{
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 1800px){
  body{
    font-size: 13px;
  }
  .word_block {
    letter-spacing: -0.1em !important;
    margin-right: 0.3em;
    display: inline-block !important;
  }
  nav#wp_inkniter_main_navigation ul.wp_inkniter_menu li a {
    font-size: 1.7em !important;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 250px;
  }
  .bg_img_illustracion{
    width: 60vw !important;
  }
}
@media screen and (max-width: 1384px){
  nav#wp_inkniter_main_navigation ul.wp_inkniter_menu li a {
    font-size: 1.8em;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 1240px){
  nav#wp_inkniter_main_navigation ul.wp_inkniter_menu li a {
    font-size: 1.6em;
    padding-left: 30px;
    padding-right: 30px;
  }
  a.reservar_btn {
    padding: 20px 40px !important;
    font-size: 1.5em !important;
  }
  .bg_img_illustracion{
    position: absolute !important;
    right: -40vw;
  }
  #lcpd_eventos .items_carta_block{
    padding-left: calc(8% + 110px) !important;
    min-height: 40vh !important;
    padding-top: 0 !important;
  }
  .items_carta_block{
    padding-left: calc(15% + 150px) !important;
    min-height: 40vh !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1080px){
  header#main-header {
      display: flex;
      position: relative;
      text-align: right;
      padding-right: 0 !important;
      overflow: visible;
      padding-left: 6% !important;
  }
  nav#wp_inkniter_main_navigation ul.wp_inkniter_menu li a {
    font-size: 1.6em;
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-hero-block .col_left {
    padding-left: 6% !important;
    padding-right: 50px !important;
    padding-top: 50px !important;
  }
  .et-db #et-boc #home-hero-block .et_pb_text_0:before {
    content: "";
    width: 30%;
    display: block;
    height: 120%;
    top: -10%;
    background-color: #f5f5f5;
    position: absolute;
    z-index: 0;
  }
  #home-hero-block .col_left h1 {
    position: relative;
    font-size: 5em !important;
  }
  #home-hero-block .col_left p, #et-boc #home-hero-block .col_left p {
    position: relative;
    font-size: 1.9em !important;
  }
  .more_info span {
    padding: 25px 80px 25px 25px !important;
    font-size: 1.4em !important;
  }
  .indicador_texto span{
    font-size: 6em !important;
  }
}
@media screen and (max-width: 1000px){
  nav#wp_inkniter_main_navigation{
    display: none;
  }
  #menu_btn{
    display: block;
  }
  header#main-header.flex-valign{
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 970px){
  .bg_img_illustracion{
    position: absolute !important;
    right: -50vw;
  }
  .items_carta_bloc, #lcpd_eventos .items_carta_block{
    padding-left: calc(13% + 150px) !important;
    min-height: 40vh !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 810px){
  .v_divider{
    display: none !important;
  }
  .bloque_left_line{
    padding-left: 10% !important;
  }
  #lcpd_eventos .items_carta_block{
    padding-left: 7% !important;
    min-height: 40vh !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 800px){
  #social_fixed_box.atbottom{
    display: none !important;
  }
  #logo_container {
    width: 80px;
    flex-basis: 80px;
    height: auto;
    position: relative;
  }
  #home-hero-block.flex-box{
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto !important;
  }
  #hero_image_slider{
    height: 380px;
  }
  #hero_image_slider{
    min-height: 350px !important;
    margin-top: 30px !important;
  }
  #home-hero-block .col_left, #home-hero-block .col_right{
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 6% !important;
  }
  #home-hero-block .col_left h1 {
    position: relative;
    font-size: 5.5em !important;
  }
  .items_carta_block, #lcpd_eventos .items_carta_block{
    padding-left: 7% !important;
    min-height: 40vh !important;
    padding-top: 0 !important;
  }
  .indicador_texto{
    display: none;
  }
  .row_text_box h2{
    font-size: 4.5em !important;
    padding-top: 20px !important;
  }
  h1 .word_block {
    margin-right: 0.3em !important;
    display: inline-block !important;
  }
  .row_text_box h2 .word_block{
    letter-spacing: -0.11em !important;
    margin-right: 0.3em !important;
  }
  .row_text_box p, #et-boc .row_text_box p {
    font-size: 2em !important;
    line-height: 1.3 !important;
  }
  #imagenes_espacio_home .textbox h3{
    font-size: 4em !important;
  }
  .flex-box .fb50{
    flex-basis: 100%;
    width: 100% !important;
    max-width: 100% !important;
  }
  .inner_page .col_left {
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100% !important;
   }
   .et_section_regular{
     padding-top: 10px !important;
     padding-bottom: 10px !important;
   }
   .row_img_box {
    width: 80% !important;
    max-width: 350px !important;
    display: inline-block;
    position: relative;
   }
   #et-boc #nosotros_home_row{
     margin-top: 30px !important;
   }
   #et-boc .et_pb_row.decor_text_left{
     left: 5% !important;
   }
   .word_block {
    letter-spacing: -0.105em !important;
    margin-right: 15px;
    display: inline-block !important;
   }
   /*footer*/
   footer#the_footer .footer_container {
    padding-right: 7%;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
   footer#the_footer .footer_container .footer_branding{
     flex-basis: 100%;
      width: 100%;
      min-width: 180px;
   }
   footer#the_footer .footer_container .footer_elements {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    padding-left: 0px;
    padding-top: 40px;
    -webkit-flex-direction: row;
    flex-direction: row;
   }
   footer#the_footer .footer_container .footer_elements .col{
     -webkit-flex-basis: 50%;
     flex-basis: 50%;
      width: 50%;
      padding-right: 30px;
      padding-bottom: 20px;
   }
   footer#the_footer .footer_container .footer_elements .col .dia {
    display: block;
   }
   footer#the_footer .footer_container .footer_elements .col .dia.cerrado::before {
    content: "";
    background-color: #C59651;
    display: block;
    top: 53%;
    position: absolute;
    left: 0;
    height: 1.5px;
    width: 150px;
   }
   /*POSTS*/
   .posts_single .inner_page{
     display: block;
     margin-left: 0;
     margin-right: 0;
    padding-top: 0px;
   }
   .posts_single .inner_page header{
     -webkit-flex-direction: column;
     flex-direction: column;
     padding-left: 0%;
     padding-right: 0%;
   }
   .posts_single .inner_page header .contents{
     -webkit-flex-basis: 100%;
     flex-basis: 100%;
     width: 100%;
     max-width: 100%;
     padding: 0px;
   }
   .posts_single .inner_page header .contents h1{
     font-family: PlayfairDisplayBlack, sans-serif !important;
     font-weight: bold !important;
     font-size: 4.5em !important;
     position: relative;
     line-height: 1.3;
     color: #333;
     position: relative;
     margin-bottom: 40px;
     padding-left: 10%;
     padding-right: 10%;
   }
   .posts_single .inner_page header .contents .divider{
     height: 2px;
     width: 60%;
     left: -30%;
     background-color: #bc974e;
     position: relative;
     display: block;
   }
   .posts_single .inner_page header .contents .date_box{
     display: block;
     text-align: justify;
     font-size: 2em !important;
     color: #888;
     font-family: mr-eaves-xl-modern, sans-serif;
     line-height: 1.4;
     margin-top: 20px;
     padding-left: 10%;
     padding-right: 10%;
   }
   .posts_single .inner_page header figure.post_image{
     -webkit-flex-basis: 100%;
     flex-basis: 100%;
     width: 100%;
     max-width: 100%;
     margin: 0 !important;
     padding-left: 10%;
     padding-right: 10%;
     }
   .posts_single .inner_page header figure.post_image img{
     position: relative;
     top: 0;
     left: 0;
     opacity: 0;
     z-index: -1;
     max-width: 100%;
     min-width: 100%;
     height: auto;
     }
}
@media screen and (max-width: 700px){
      #page_main_content{
        overflow: hidden;
      }
    .carta_menu_item {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-right: 0px !important;
    }
    #lcpd_eventos .items_carta_block {
      padding-left: 6% !important;
      padding-right: 6% !important;
      max-width: 100% !important;
    }
    .bg_img_illustracion {
      position: absolute !important;
      right: -120vw;
      top: 150px;
      opacity: 0.5;
   }
}
@media screen and (max-width: 520px){
  header#main-header{
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    max-height: 150px;
  }
  #home-hero-block .col_left h1 {
    position: relative;
    font-size: 4em !important;
  }
  #hero_image_slider{
    height: 250px;
  }
  #hero_image_slider{
    min-height: 250px !important;
    margin-top: 30px !important;
  }
  .row_text_box h2{
    font-size: 3.9em !important;
    padding-top: 20px !important;
  }
  .row_text_box h2 .word_block{
    letter-spacing: -0.11em !important;
        margin-right: 8px;
  }
  #hero_seccion_interna .col_left {
    padding-top: 120px !important;
  }
  #hero_seccion_interna .col_left h1, .hero .col_left h1{
    font-size: 4.5em !important;
    margin-bottom: 20px !important;
  }
  h1 .word_block {
    letter-spacing: -0.105em !important;
  }
  .left_text_box {
    padding-left: 0% !important;
  }
  #lcdp_producto::before, #lcdp_eventos::before{
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    left: 0;
  }
  #hero_seccion_interna .col_left p, #et-boc #hero_seccion_interna .col_left p{
    max-width: 100% !important;
  }
  .row_text_box p, #et-boc .row_text_box p {
    font-size: 2em !important;
    line-height: 1.3 !important;
  }
  .flex-box{
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
   .imgcol.col_left{
     left: -25%;
     top: 20px;
   }
   .imgcol.col_right{
     right: -25%;
     top: -70px;
   }
   .et-db #et-boc .et_pb_row_11 {
    left: -20% !important;
   }
   .et-db #et-boc #disfrutar{
     padding-top: 0% !important;
     padding-left: 8% !important;
   }
   #imagenes_espacio_home, #imagenes_espacio_home .nopadding{
     padding-top: 0 !important;
   }
   #imagenes_espacio_home .fb40, #imagenes_espacio_home .fb30{
     max-width: 90% !important;
     flex-basis: 90% !important;
     width: 90% !important;
   }
   #imagenes_espacio_home .textbox{
     top: 10px;
     position: absolute !important;
     z-index: 999;
   }
   #imagenes_espacio_home .textbox h3{
     font-size: 5em !important;
     color: #bc974e !important;
     background-color: #EEE !important;
   }
   #imagenes_espacio_home .et_pb_column{
     padding-bottom: 5px !important;
     padding-top: 0px !important;
   }
   #imagenes_espacio_home .center_col::after{
      display: none;
    }
    #imagenes_espacio_home .center_col{
       padding-left: 5% !important;
       margin-bottom: 0 !important;
    }
   #imagenes_espacio_home .center_col .textbox{
     padding-left: 50% !important;
   }
   #imagenes_espacio_home .imgbox .et_pb_image_wrap img {
      max-width: none !important;
      min-width: auto !important;
      height: 300px !important;
      width: auto !important;
   }
   .et-db #et-boc #imagenes_espacio_home .et_pb_column_11{
     padding-top: 0 !important;
     margin-bottom: 0 !important;
   }
   .et-db #et-boc #imagenes_espacio_home .et_pb_module.terraza, .et-db #et-boc #imagenes_espacio_home .et_pb_module.restaurante{
     right: -20%;
   }
   /*Seccion de Carta*/
   .items_carta_block {
    padding-left: 7% !important;
    padding-right: 7% !important;
    min-height: 20px !important;
   }
   .carta_items_title h2{
     margin-top: 0 !important;
     font-size: 3.5em !important;
   }
   .carta_item {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .bloque_superior_carta .v_divider_1, .bloque_superior .v_divider_1, .hero .v_divider_1{
      left: 5% !important;
      right: auto !important;
      padding-left: 0px !important;
    }
    .col_right.img_col{
      padding-top: 50px !important;
    }
    .items_carta_block.block_w_bg::before{
      opacity: 0.8;
    }
    footer#the_footer .footer_container .footer_elements {
     -webkit-flex-direction: column;
     flex-direction: column;
    }
    footer#the_footer .footer_container .footer_elements .col{
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
       width: 100%;
       padding-right: 30px;
       padding-bottom: 20px;
    }
   /*Accesorios*/
   #reservas_responsive{
     padding-right: 5%;
   }
   #gmap{
     padding-right: 0 !important;
     margin-bottom: 30px !important;
   }
   #lcdp_contacto #contacto_contents_row{
     -webkit-flex-direction: column !important;
     flex-direction: column !important;
     padding-top: 0 !important;
   }
   #lcdp_contacto:before{
     display: none;
   }
   #lang_block .textbox h3{
     font-size: 3em !important;
   }
   .loaded .doanim .bg_img_illustracion{
     opacity: 0.25 !important;
   }
   /*=============================================*/
   /*BLOG - MEJOR CACHOPO*/
   /*=============================================*/

   .posts_container_block{
     -webkit-flex-direction: column;
     flex-direction: column;
   }
   .posts_container_block .item_archive_box{
     width: 80%;
     margin-left: 10%;
     flex-basis: 80%;
     padding: 0 !important;
   }
   .posts_container_block .item_archive_box:nth-child(even){
     margin-top: 15px;
     margin-bottom: 15px;
   }
   .posts_container_block .item_archive_box:nth-child(odd){
     margin-bottom: 15px;
     margin-top: 15px;
   }
   .posts_single .inner_page{
     display: block;
     margin-left: 0;
     margin-right: 0;
    padding-top: 0px;
   }
   .posts_single .inner_page header{
     -webkit-flex-direction: column;
     flex-direction: column;
     padding-left: 0%;
     padding-right: 0%;
   }
   .posts_single .inner_page header .contents{
     -webkit-flex-basis: 100%;
     flex-basis: 100%;
     width: 100%;
     max-width: 100%;
     padding: 0px;
   }
   .posts_single .inner_page header .contents h1{
     font-family: PlayfairDisplayBlack, sans-serif !important;
     font-weight: bold !important;
     font-size: 3em !important;
     position: relative;
     line-height: 1.3;
     color: #333;
     position: relative;
     margin-bottom: 40px;
     padding-left: 7%;
     padding-right: 7%;
   }
   .posts_single .inner_page header .contents .divider{
     height: 2px;
     width: 60%;
     left: -30%;
     background-color: #bc974e;
     position: relative;
     display: block;
   }
   .posts_single .inner_page header .contents .date_box{
     display: block;
     text-align: justify;
     font-size: 2em !important;
     color: #888;
     font-family: mr-eaves-xl-modern, sans-serif;
     line-height: 1.4;
     margin-top: 20px;
     padding-left: 7%;
     padding-right: 7%;
   }
   .posts_single .inner_page header figure.post_image{
     -webkit-flex-basis: 100%;
     flex-basis: 100%;
     width: 100%;
     max-width: 100%;
     margin: 0 !important;
     }
   .posts_single .inner_page header figure.post_image img{
     position: relative;
     top: 0;
     left: 0;
     opacity: 0;
     z-index: -1;
     max-width: 100%;
     height: auto;
     }
     .posts_single .inner_page article .entry-content{
         padding: 20px 7%;
         text-align: justify;
     }
     .posts_single .inner_page article .entry-content p, .posts_single .inner_page article .entry-content li{
       display: block;
       text-align: justify;
       font-size: 1.9em !important;
       color: #333;
       font-family: mr-eaves-xl-modern, sans-serif;
       line-height: 1.4;
     }
     .posts_single .inner_page article .entry-content li{
       padding-left: 25px;
       position: relative;
     }
     .posts_single .inner_page article .entry-content li::before{
       content: "";
       border: 2px solid #BC974E;
       transform: rotateZ(45deg);
       position: absolute;
       top: 8px;
       left: 0;
       display: block;
       width: 6px;
       height: 6px;
     }
     .posts_single .inner_page article .entry-content ul{
       list-style: disc;
       padding-left: 0px;
     }
     .posts_single .inner_page article .entry-content p strong,   .posts_single .inner_page article .entry-content li strong{
       display: inline-block;
       text-align: justify;
       font-size: 1em !important;
       color: #111;
       font-family: mr-eaves-xl-modern, sans-serif;
       line-height: 1.3;
     }
     .posts_single .inner_page article .entry-content h2{
       display: block;
       text-align: justify;
       font-size: 2.8em !important;
       color: #111;
       font-family: mr-eaves-xl-modern, sans-serif;
       line-height: 1.3;
     }
     .posts_single .inner_page article .entry-content h3{
       display: block;
       text-align: justify;
       font-size: 2.3em !important;
       color: #111;
       font-family: mr-eaves-xl-modern, sans-serif;
       line-height: 1.3;
     }
     .posts_single .inner_page article .entry-content h4{
       display: block;
       text-align: justify;
       font-size: 2.1em !important;
       color: #111;
       font-family: mr-eaves-xl-modern, sans-serif;
       line-height: 1.3;
     }
     .posts_single .inner_page article .entry-content h5, .posts_single .inner_page article .entry-content h6{
       display: block;
       text-align: justify;
       font-size: 1.7em !important;
       color: #111;
       font-family: mr-eaves-xl-modern, sans-serif;
       line-height: 1.3;
     }
     .posts_single .inner_page article .entry-content blockquote{
       font-size: 1.2em !important;
       position: relative;
       padding-left: 0px;
       line-height: 1.3;
     }
     .posts_single .inner_page article .entry-content blockquote p{
       font-family: PlayfairDisplayBlack, sans-serif !important;
       font-weight: bold !important;
       text-align: left;
     }
}
