/*
Theme Name: DF
Author: Marcelo Vera
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body.single {font-family: 'Montserrat', sans-serif;}


body.single .entry-inner { height: 769px; position: relative; overflow: hidden; }

body.single-inspira .entry-inner { height: 500px; position: relative; overflow:  visible; }
body.single-ed-zoom .entry-inner { height: 500px; position: relative; overflow:  visible; }


body.single .entry-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}

body.single-inspira .entry-inner img,
body.single-ed-zoom .entry-inner img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


body.single .entry-inner::before {
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
}


body.single p.wp-caption-text {
font-size: 0.85em;
font-style: italic;
color: #000;
margin: 0.5rem 0rem 2rem 0rem;
}


body.single-inspira .entry-inner::before,
body.single-ed-zoom .entry-inner::before {
  height: 100%;
  width: 100vw;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


body.single .new_menu_ed .menu-desktop {
  position: absolute;
  filter: invert(1); 
}


body.recomendados-template-default.single .new_menu_ed .menu-desktop,
body.single-gourmet.single .new_menu_ed .menu-desktop,
body.single-optica.single .new_menu_ed .menu-desktop,
body.single-inspira.single .new_menu_ed .menu-desktop,
body.single-ed-inspira .new_menu_ed .menu-desktop,
body.single-ed-zoom.single .new_menu_ed .menu-desktop,
body.tribe_organizer-template-default .new_menu_ed .menu-desktop  

 {
  position: relative;
  filter: invert(0); 
}


body.recomendados-template-default.single .entry-inner { display: none; }






.banner-box {
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  display: block;
}


.main-article.article-content p img{
  width: 100%;
  height: auto;
}
.auto-height{height: auto;}
/* input resets */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.main-article .banner-robapagina-top {
  float: right;
  padding: 0px 0px 40px 40px;
}


.related-articles {  
  margin-bottom: 8em; 
  margin-top: 6em;
}


.related-article a {
  text-decoration: none; 
}   


.titulo-categoria-single {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #C39D63;
  text-transform: uppercase;
}




.single-ed-inspira .titulo-categoria-single::before,
.single-inspira .titulo-categoria-single::before,
.page-template-page-inspira .card-body a span.font-3:before {
content: "ED";

}



.single-meta-data { }

/* fin input reset */
a {
  color: #333333
}
a.hover {
  color: #333333
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.d-flex {
  display:flex;
}
.f-dr {
  flex-direction: row
}
.jc-end {
  justify-content: flex-end;
}
.jc-sa {
  justify-content: space-around;
}
.fd-column {
  flex-direction: column;
}
.ac-c {
  align-content: center;
}
.ai-c {
  align-items: center;
}
.d-ib {
  display: inline-block;
}
.ta-c {
  text-align: center;
}
.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}
.pos-f {
  position: fixed;
}
.pad-l-0 {
  padding-left: 0;
}
.pad-r-0 {
  padding-right: 0;
}
.mar-l-0 {
  margin-left: 0;
}
.mar-r-0 {
  margin-right: 0;
}
.w20 {
  width: 20%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}
.wh5 {
  width:50%;
  height:50%;
}
.of-hidden {
  overflow: hidden;
}
.z-index-10 {
  z-index: 10;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.nav-container-item-list {
  margin: 0;
}

.italic {
  font-style: italic
}
/* mobile menu*/
.mobile-menu {
  overflow-y: auto;
  position: fixed;
  color: red;
  z-index: 200;
  background: #DDDDDD;
  width: 200px;
  height: 100%;
  transform: translateX(0%);
  transition: all .1s ease;
  box-shadow: 2px 2px 46px #333333;
}
/* MOBILE MENU */
.mobile-menu--closed {
  transform: translateX(-100%);
  box-shadow: none;
}
.mobile-menu__logo {
  padding: 2rem;
  border-bottom: 1px solid #888888;
  background: #333333;
}
.mobile-menu__logo > img{
  width: 33%;
}
.mobile-menu--container {
  margin: 1rem 0 1rem 0;
  border-bottom: solid 1px #888888;
}
.mobile-menu__list__item {
  padding: 2rem;
}

.fix-container {
  width: 100%;
}
/* fin mobile menu */
/* CORTINA */
.courtain--show {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index:30;
  transition: all .3s ease;
}
/* fin cortina */
/* HEADER */
.main-menu__first{
  background: #333333;
}

.main-menu__first-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}
.first-menu-list__item{
  color:#FEFEFE;
  padding: .5rem;
  border-right: 1px solid #FEFEFE;
}
.first-menu-list__item a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.list-menu li {
  text-decoration: none;
  list-style: none;
  padding-left: 2.8rem;
  display: flex;
  align-items: center;
}
.pad-menu {
  padding: 8px 0 8px 0;
}
.main-menu__second {
  background: #DDDDDD;
  padding: 1rem 0 1rem 0;
  font-size: 13px;
}
.menu-second__search {
  border-left: solid 1px #333333;
  padding-left: 1rem;
  margin-left: 2.5rem;
  cursor: pointer;
}
.menu-second-top {
  border-bottom: solid 1px #333333;
}
.search-bar {
  padding:2rem;
  background-color: #353535;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all .3s ease;
  width: 100%;

}
.search-bar--show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 5;
}
.search-bar__input {
  height: 3rem;
  border-radius: 10px;
  background: #f3f3f3;
  font-family: 'Raleway';
  border:none;
}
.search-bar__button {
  background-color: #DDDDDD ;
  border: 0;
  color: black;
  /*height: 3rem;*/
  font-family: 'Raleway';
}
/* fin header */
/* TINY HEADER */
.tiny-header {
  /* background: green; */
  width: 100%;
  position: fixed;
  /* transform: translateY(300px); */
  top:-176px;
  transition: all 0.3s ease;
  z-index: 200
}
.tiny-header--show {
  /* transform: translateY(0px); */
  top:0px;
  z-index:12;
}
.nav-search-icon, .hamburger-menu {
  cursor: pointer;
}
/*  fin tini header */
.article-content {
  font-family: 'Montserrat', sans-serif;
}

.article-content ul, .article-content ol {
  padding-left: 1em;
}

.article-content ul li, .article-content ol li {
  margin-bottom: 0.1em;
}

.article-content ul li {
  list-style: initial;
}

.article-content ol li {
  list-style: inherit;
}

.article-content h2, .article-content h3 {
  font-size: 1.4rem;
}

.main-title {
  font-size: 6rem;
  margin: 5rem;
  font-family: 'Playfair Display', serif;
}

body.single .titular-single {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #000;
  z-index: 1;

}



/* titulos sobre imagen de fondo en articulo */

.entry-inner .box-titulares {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
}

.entry-inner .box-titulares h1.titular-single {
  color: #fff;
}





body.single-ed-inspira .video-player-inspira .titular-single,
body.single-inspira .video-player-inspira .titular-single {
  font-style: italic;
  font-size: 50px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  height: auto;
  text-transform: inherit;
}


body.single-ed-inspira .video-player-inspira .titular-single span,
body.single-inspira .video-player-inspira .titular-single span {
  font-size: 40px;
  font-weight: lighter;
}


body.page-template-page-inspira .card .img-destacada-ed {
    height: 280px;
}


body.page-template-page-inspira .card .card-text {
    height: 0px;
}


body.page-template-page-inspira .card .card-text:hover {
    height: auto;
}


body.single-ed-inspira .video-player-inspira .titular-single:before,
body.single-inspira .video-player-inspira .titular-single:before {
  content: '';
  background: url(https://www.ed.cl/wp-content/uploads/2023/02/play.png);
  width: 98px;
  height: 93px;
  display: block;
  float: left;
  position: relative;
  left: -35px;
  top: 15px;
  background-repeat: no-repeat;
  
}




.slider-container {
  padding: 0 0 4rem 0;
  display: inline;
  width: 100%;
}
.article-details{
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 1.5rem;
  padding-top: 0;
  margin-left: 0;
}

.publication-meta {
  font-size: 13px;
  display: flex;
  color: #000;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #c39d63;
  flex-wrap: wrap;
}


.publication-meta li span {
  border-right: 1px solid #000;
  padding: 0px 10px;
}


.publication-date { }

.publicated-by { }

.resume p {
  font-size: 20px;
    color: #000;
    line-height: 25px;
    padding: 20px 0px;
    border-bottom: 1px solid #c39d63;
    margin-bottom: 2em;
}

.bold {
  font-weight: bold
}

.slick-next:before, .slick-prev:before {
  color: #BC6E6A;
  font-size: 3rem;
}

.main-article {
  font-size: 16px;
  max-width: 800px;
  margin: auto;
}

.main-article div.wp-caption {
  width: auto !important;
}




/* .main-article p:first-child:first-letter {
  font-size: 66px;
  color: #bac4e2;
  float: left;
  margin: 10px 10px 0 0;
  line-height: 0.8;
  text-transform: uppercase;
} */


.related-articles__title {
  font-size: 58px;
  font-weight: 400;
  text-align: center;
  font-family: 'Playfair Display';
  color: #C39D63;
  margin-bottom: 6rem;
}



.related-articles__title__undeline {
  display: none;
  
}

.bottom-banner {
  margin: 3rem auto;
}


.related-article a {
  text-decoration: none;
}


.related-article .card-text {
  padding: 0 0px;
}

.related-article__title {
  font-family: 'Playfair Display';
  font-size: 26px;
  padding: 1rem 0 1rem 0;
  color: #000;
}

.related-article__title:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}


.connect_to {
  color:#F6F6F6;
  font-size: 1.6rem;
}

.connect__icon {
  margin-right: 1rem;
  cursor: pointer;
}
.fab {
  display: inline-block;
  border-radius: 50%;
  color:black;
  background-color: white;
  padding: 0.6em 0.8em;
}

.i-fab--face-width {
  padding: 0.6em 1em
}
.footer__right__title {
  padding-top: 2rem;
  color:#F6F6F6;
  font-size: 1.6rem;
}



.store-links__container {
  margin: 3rem 0 3rem 0
}
.store-links {
  flex-direction: row;
  justify-content: flex-start;
}
.store-links__item {
  margin-right: 2rem
}
.article-gallery{
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.article-gallery li {
  margin-right: 1rem;
  text-decoration: none;
  list-style: none;
}
.img-article {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.slick-next {
  right: -16px;
}


.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 20 !important;
}


/* switch de contenido en gourmet  */

.single-gourmet .desactivado .main-article {
display: none;
}

.single-gourmet .desactivado .contenido-receta {
display: block;
}


.single-gourmet .activado .main-article {
display: block;
}

.single-gourmet .activado .contenido-receta {
display: none;
}



/* caja para compartir articulo en RRSS  */

.social-share {
margin: 1rem 0;
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid #adadad;
border-bottom: 1px solid #adadad;
padding: 1rem 0;
}

.social-share span {
  font-weight: bold;
}

.social-share ul {
  display: inline-flex;
}

.social-share ul li {
  list-style: none;
}

.social-share ul li a {
  display: block;
  margin-inline: 5px;
  padding: 10px 15px;
  background-color: #1c2450;
  color: white !important;
  text-decoration: none;
  border-radius: 0px;
  transition: all 0.2s;
  min-width: 20px;
  border-radius: 4px;
}
.social-share ul li a:hover {
  background-color: #c39d63;
  color: #000 !important;
}

.social-share ul li a img {
  filter: invert(1);
}

.social-share ul li a img {
  height: 20px;
}






/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

  #app {
  }
  .main-title {
    font-size: 4rem;
  }
  .slick-next:before, .slick-prev:before {
    color: #c39d63 !important;
    font-size: 2rem !important;
    background-color: white;
    border-radius: 5px;
  }
}






/* Mobile */
@media only screen and (max-width : 768px) {

  .main-title { font-size: 4rem; }
  .main-article .banner-robapagina-top { float: inherit; padding: 0px 0px 40px 0px; }


.video-player-inspira .player-box { top: 0% !important; width: 100% !important; }

body.single div.main-article div.eic-container div.eic-image {
    height: fit-content;
}


body.single div.main-article div.eic-container div.eic-image img {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    z-index: 1;
}

.eic-container .eic-frame, .eic-container .eic-frame .eic-rows {
   height: auto !important;
}

.eic-container .eic-frame .eic-row, .eic-container .eic-frame .eic-col {
    position: relative !important;
   height: auto !important;
}

.titulo-categoria-single {
  font-size: 1.3em;
}

.social-share span {
  display: none;
}


  

}



