/*
Theme Name: El Estornudo
Text Domain: elestornudo
Version: 3.2.43
Description: Revista El Estornudo
Author: El Estornudo
Author URI: https://www.revistaelestornudo.com/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* -------------------------------------------------------------------------- */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  text-rendering: optimizeLegibility;
}

body {
/*  display: flex;
  flex-direction: column;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all ease .2s;
}

a:hover,
a:visited:hover {
  color: #999;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

/* Helpers ------------------------------------------------------------------ */

.wrapper {
  margin: 0 auto;
  max-width: 1070px;
}

.section-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.hidden {
  display: none;
}

.not-found {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

.not-found-title {
  font-size: 6rem;
  line-height: 1.125;
  text-transform: uppercase;
}

/* Site header -------------------------------------------------------------- */

.site-header {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  height: 90px;
  padding: 0 33px;
}

#mobile-menu-toggle {
  font-size: 18px !important;
}

.search-form {
  flex: 0 0 33.3333%;
  line-height: 1;
}

.search-field {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='search' class='svg-inline--fa fa-search fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  padding: 0;
  transition: width 0.1s ease;
  width: 18px;
  -webkit-appearance: none;
}

.search-field:focus {
  background-color: #111;
  background-image: none;
  color: #fff;
  cursor: text;
  height: 90px;
  left: 0;
  outline: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.search-field::placeholder {
  color: transparent;
}

.search-field:focus::placeholder {
  color: #999;
}

.site-title {
  flex: 0 0 33.3333%;
  margin: 0;
  text-align: center;
}

.social-menu {
  flex: 0 0 33.3333%;
}

.social-menu .menu {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-menu .menu .menu-item {
  margin-left: 20px;
}

.social-menu .menu .menu-item > a {
  color: #000;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all ease 0.15s;
}

.social-menu .menu .menu-item > a:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* Site nav ----------------------------------------------------------------- */

.site-nav .menu,
.footer-nav .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-nav .menu .menu-item,
.footer-nav .menu .menu-item {
  flex: 0 1 auto;
  padding: 10px 20px;
}

.site-nav .menu .menu-item a,
.footer-nav .menu .menu-item a {
  border-bottom: 2px solid transparent;
  color: #000;
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav .menu .menu-item a:hover,
.footer-nav .menu .menu-item a:hover {
  border-bottom: 2px solid #000;
}

.site-nav .menu .menu-item .sub-menu {
  background: #fff;
  display: none;
  list-style-type: none;
  margin-left: -20px;
  opacity: 0;
  padding: 1rem 0 0 0;
  position: absolute;
  transition: all 0.5s ease;
  visibility: hidden;
}

.site-nav .menu .menu-item:hover > .sub-menu,
.site-nav .menu .menu-item .sub-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Última entrada ----------------------------------------------------------- */

.last-entry {
  display: flex;
  height: 500px;
  margin: 0 auto 70px auto;
  width: 1190px;
}

.last-entry img {
  display: block;
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.last-entry-featured-image,
.last-entry-meta {
  height: 500px;
  width: 50%;
}

.last-entry-meta {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.last-entry-title {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 15px 0;
  padding: 0 10%;
}

.last-entry .post-categories {
  font-size: 1.1667rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.last-entry .post-categories li a {
  color: #fff;
}

.last-entry-categories li {
  display: inline;
}

.last-entry-categories li::after {
  content: " •";
  padding: 0 0.25em;
}

.last-entry-categories li:last-of-type::after {
  content: none;
}

.last-entry-categories li a {
  color: #fff;
}

.last-entry-author-date {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.last-entry-author-date .last-entry-author a {
  color: #fff;
}

.last-entry-author::after {
  content: " |";
  padding: 0 0.25em;
}

/* Entradas ----------------------------------------------------------------- */

.entries {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -3.5%;
  padding: 0;
}

.entry {
  flex: 0 0 33.3333%;
  margin-bottom: 50px;
  padding: 0 0 0 3.5%;
}

.entry-thumbnail img,
.entry img {
  height: 250px;
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
}

.entry-title {
  line-height: 1.15;
  margin: 5px 0 10px 0;
}

.post-categories {
  font-size: 0.96rem;
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.post-categories li {
  display: inline;
}

.post-categories li a {
  color: #000;
  font-size: 0.96rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.post-categories li::after {
  content: " •";
  padding: 0 0.25em;
}

.post-categories li:last-of-type::after {
  content: none;
}

.entry-meta {
  font-weight: 700;
  margin-bottom: 15px;
}

.entry-excerpt {
  margin: 0;
}

.entry-author::after {
  content: " |";
  padding: 0 0.25em;
}

/* Formulario de Subscripción ----------------------------------------------- */

.subscription {
  background-color: #000;
  color: #808080;
  margin-top: 80px;
  padding: 60px 0;
  text-align: center;
}

.subscription h2 {
  color: #fff;
}

.subscription-disclaimer {
  font-size: 0.9167rem;
}

.subscription-disclaimer a {
  color: #808080;
  text-decoration: underline;
}

.subscription-form {
  display: flex;
  justify-content: center;
}

input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #808080;
  height: 40px;
}

input[type="email"] {
  color: #808080;
  padding: 10px 15px;
  width: 330px;
}

input[type="submit"] {
  color: #fff;
  font-size: 0.96rem;
  letter-spacing: 0.04rem;
  padding: 10px 35px;
  text-transform: uppercase;
}

input[type="submit"]:hover {
  cursor: pointer;
}

/* Sección Columnas --------------------------------------------------------- */

.home-columns {
  margin-top: 80px;
  position: relative;
}

.home-columns-list {
  position: relative;
  padding: 50px 0 60px 0;
  text-align: center;
}

.home-column {
  width: 20%;
}

.home-column-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 25px 0 10px 0;
  text-transform: uppercase;
}

.home-column .avatar {
  border-radius: 100%;
  height: 180px;
  width: 180px;
}

.home-column-author {
  font-family: Oswald, sans-serif;
  font-size: 1.1667rem;
  font-weight: 500;
}

.home-column-last-entry {
  color: #808080;
  font-size: 1.1667rem;
  font-weight: 700;
}

.home-column-list .column .avatar {
  border-radius: 100%;
  max-width: 100%;
}

/* Sección Especiales ------------------------------------------------------- */

.specials {
  margin: 0 auto;
  padding: 80px 0 20px 0;
  width: 1190px;
}

.specials .section-heading {
  margin-bottom: 60px;
}

.specials h3 {
  font-size: 1.6667rem;
  margin: 50px 0 25px 0;
}

.specials-list {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 1190px;
}

.specials-list li {
  margin-bottom: 3em;
}

.special-entry {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}

.special-entry img {
  height: 600px;
  object-fit: cover;
  min-width: 100%;
  width: 100%;
}

.special-entry-content {
  color: #fff;
  left: center;
  position: absolute;
  text-align: center;
  top: center;
  width: 60%;
}

.special-entry-content .more-button-wrapper {
  margin: 60px 0 0 0;
}

/* Sección Media ------------------------------------------------------------ */

.media {
  margin-bottom: 80px;
  text-align: center;
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 0 60px -3.5%;
  padding: 0;
}

.media-entry {
  flex: 0 0 33.3333%;
  padding: 0 0 3.5% 3.5%;
}

.overlay {
  position: relative;
}

.media-entry img {
  backface-visibility: hidden;
  display: block;
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  opacity: 1;
  transition: 0.1s ease;
  width: 100%;
}

.media-entry-meta {
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
  width: 100%;
  pointer-events: none;
}

.media-entry:hover img {
  opacity: 0.2;
}

.media-entry:hover .media-entry-meta {
  opacity: 1;
}

.media-entry-categories {
  margin: 0;
  padding: 0;
  width: 100%;
}

.media-entry-categories li {
  display: inline;
}

.media-entry-categories li::after {
  content: " •";
  padding: 0 0.25em;
}

.media-entry-categories li:last-of-type::after {
  content: none;
}

.media-entry-title {
  color: #000;
  font-family: Oswald, sans-serif !important;
  font-size: 1.5rem !important;
  margin: 0;
  padding: 0 1em;
  text-transform: none;
}

/* Sección Entradas Populares ----------------------------------------------- */

.popular-posts {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.popular-posts > .wrapper {
  display: flex;
}

.popular-posts .section-heading {
  margin: 0 0 25px 0;
}

.popular-entries-aside .section-heading {
  font-size: 1.2rem;
  padding: 1em 0 0.5em 0;
  text-align: left;
}

.popular-entries-by-views,
.popular-entries-by-comments {
  padding: 25px;
  text-align: center;
  width: 50%;
}

.popular-entries-by-views {
  border-right: 1px solid #808080;
}

.popular-entries-by-comments {
  border-left: 1px solid #808080;
}

.highlights {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.highlight {
  margin-bottom: 25px;
}

.highlight-entry-meta span {
  display: block;
}

.popular-post-title {
  font-size: 1.6667rem;
  font-weight: 500;
  margin: 25px 0 10px 0;
}

/* Footer ------------------------------------------------------------------- */

.site-footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.site-footer .custom-logo {
  filter: invert(100%);
}

.site-description {
  margin: 1em auto 2em auto;
  width: 33.3333%;
}

.bifrost-ad {
  margin: 0 auto;
}

.bifrost-ad img {
  width: 20%;
}

.footer-nav {
  background-color: #000;
}

.footer-nav li a {
  color: #fff !important;
}

/* Entrada ------------------------------------------------------------------ */

.post-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1070px;
}

.post-content {
  width: 66.6667%;
}

.post-content p:first-child {
  margin-top: 0;
}

.post-header {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

.post-header .entry-meta {
  margin-bottom: 2rem;
}

.post-header img {
  max-width: 100%;
  min-width: 100%;
}

.post-title {
  display: inline-block;
  margin: 0.75rem 0;
  width: 66.6667%;
}

.featured-image-caption,
.wp-caption-text {
  color: #aaa;
  font-size: 0.875em;
  text-align: left;
}

.post-author-info {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  margin: 3em 0;
  padding: 2em 0;
}

.post-author-avatar img {
  border-radius: 100%;
  height: 96px;
  width: 96px;
}

.post-author-meta {
  margin-left: 2em;
}

.post-author {
  font-weight: bold;
  margin: 0 0 1em 0;
}

.post-author-about {
  margin: 0;
}

figure {
  margin: auto 0;
}

figure img {
  max-width: 100%;
}

figure figcaption {
  font-size: 0.8rem;
  text-align: left;
}

.sharing {
  align-items: center;
  display: flex;
}

.sharing h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  width: auto;
}

.sharing-buttons {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sharing-buttons li {
  border: 1px solid #000;
  border-radius: 100%;
  height: 2em;
  line-height: 2em;
  margin-left: 0.8em;
  text-align: center;
  width: 2em;
}

.post-tags {
  display: flex;
  font-size: 0.8rem;
  margin: 2em 0;
  text-transform: uppercase;
}

.post-tags h2 {
  display: inline-block;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
}

.post-tags h2::after {
  content: ':';
  padding-right: 0.5em;
}

.post-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-tag-list li {
  display: inline;
}

.post-tag-list li::after {
  content: ', ';
}

.post-tag-list li:last-child::after {
  content: none;
}

.popular-entries-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.popular-entries-list li {
  border-bottom: 1px solid #ccc;
}

.comment-list {
  border: 1px solid #505050;
  list-style: none;
  margin: 0;
  padding: 2.5em 2em;
}

.popular-entries-aside {
  position: -webkit-sticky;
  position: sticky;
  border-top: 1px solid #000;
  top: 1em;
}

/* Sección Comentarios ------------------------------------------------------ */

.comments-heading {
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 2em;
  padding: 0.75em 3em;
  text-align: center;
}

.says {
  display: none;
}

.comment-list .comment,
.comment-list .pingback {
  display: block;
  margin-bottom: 1.5em;
}

.comment-list .children {
  margin-top: 1.5em;
  padding-left: 1.5em;
}

.comment-list .comment-content {
  margin-top: 1em;
}

.fn {
  text-transform: uppercase;
}

.comment-metadata a {
  color: #808080;
}

#comment-form {
  display: flex;
  flex-wrap: wrap;
}

.reply {
  display: inline-block;
}

.comment-reply-link {
  background-color: #505050;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: 0.4px;
  padding: 0.5em 2.5em;
  text-transform: uppercase;
}

#comment-form #comment {
  margin-bottom: 0.75em;
  padding: 0.5em;
  width: 100%;
}

#comment-form #author,
#comment-form #email {
  height: 2.5em;
  padding: 0 0.5em;
  width: 100%;
}

#comment-form .name-field-wrapper {
  padding-right: 0.5em;
  width: 50%;
}

#comment-form .email-field-wrapper {
  padding-left: 0.5em;
  width: 50%;
}

#comment-form #submit-comment {
  border: 1px solid #505050;
  color: black;
  padding: 0.75em 3em;
  text-transform: uppercase;
}

#comment-form .form-submit {
  width: 100%;
}

/* Política de privacidad --------------------------------------------------- */

.privacy-policy header {
  text-align: center;
}

.privacy-policy-content {
  column-count: 2;
  column-gap: 3em;
  margin: 0 auto;
  width: 1190px;
}

.privacy-policy-content p:first-child {
  margin-top: 0;
}

/* Entradas relacionadas ---------------------------------------------------- */

#related-posts {
  padding: 80px 0;
  width: 100%;
}

#related-posts h2 {
  margin: 0 0 80px 0;
  text-align: center;
}

.related-post {
  margin-bottom: 40px;
  position: relative;
}

.rp4wp-related-post-image {
  margin-bottom: 0.75em;
}

.rp4wp-related-post-image img {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
}

.rp4wp-related-posts ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -3.5%;
  padding: 0;
}

.rp4wp-related-posts ul li {
  flex: 0 0 25%;
  padding: 0 0 0 3.5%;
}

.rp4wp-related-post-content > a {
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
}

/* Staff -------------------------------------------------------------------- */

.staff {
  text-align: center;
}

.staff-page-content {
  margin: 0 auto 70px auto;
  width: 75%;
}

.staff-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.member-info {
  align-content: center;
  display: flex;
  flex: 0 0 25%;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.member-info h3,
.member-info h4 {
  margin: 0;
}

.member-info h3 {
  margin: 25px 0 15px 0;
}

.member-avatar {
  border-radius: 100%;
  height: 160px;
  max-width: 100%;
  object-fit: cover;
  text-align: center;
  width: 160px;
}

/* Sidebar ------------------------------------------------------------------ */

.sidebar-popular-posts {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}

.sidebar-popular-posts li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 1em 0;
}

.sidebar-popular-posts li:last-child {
  border-bottom: none;
}

.sidebar-popular-posts li h3 {
  margin: 0 0 0.25em 0;
}

.widgets {
  padding-left: 5%;
  width: 33.3333%;
}

.ads {
  align-content: left;
  background-color: #d5dbce;
  display: flex;
  flex-direction: column;
  justify-content: left;
  /* position: sticky; */
  padding: 2em;
  text-align: left;
  top: 2em;
}

/* Categorías --------------------------------------------------------------- */

.videos,
.photos,
.illustrations {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -3.5% 0 3.5% -3.5%;
  padding: 0;
}

.video img,
.photo img,
.illustration img {
  height: 250px;
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
}

.video {
  flex: 0 0 50%;
  padding: 3.5% 0 0 3.5%;
}

.photo,
.illustration {
  flex: 0 0 33.3333%;
  padding: 3.5% 0 0 3.5%;
}

.videos .video:first-child,
.photos .photo:first-child,
.illustrations .illustration:first-child {
  flex: 0 0 100% !important;
  text-align: center;
}

.videos .video:first-child img,
.photos .photo:first-child img,
.illustrations .illustration:first-child img {
  height: auto;
  max-width: 100%;
  object-fit: none;
}

.categories-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}

.categories-nav li {
  margin-right: 40px;
}

.categories-nav li:last-child {
  margin-right: 0;
}

.categories-nav li a {
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}

.categories-nav li a:hover {
  color: #000;
  text-decoration: none;
}

.categories-nav .current-menu-item a {
  color: #000 !important;
}

.columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -3.5% 0 3.5% -3.5%;
  margin: 0 auto;
  width: 1070px;
}

.columns-wrapper main {
  flex: 0 0 66.6667%;
}

.columns-wrapper aside {
  flex: 0 0 33.3333%;
}

aside > div {
  margin-left: 7%;
}

.columns {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.column {
  display: flex;
  flex-wrap: wrap;
  margin: -3.5% 0 3.5% -3.5%;
  padding: 0;
  width: 100%;
}

.column > div {
  flex: 0 0 50%;
  padding: 3.5% 0 0 3.5%;
}

.column-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.column .entry-meta .entry-author,
.column .entry-meta .entry-date {
  display: block;
}

.column .entry-author::after {
  content: "";
  padding: 0;
}

.column .post-categories {
  margin: 0;
  padding: 0;
}

/* Categorías Single -------------------------------------------------------- */

.image-post-content,
.video-post-content {
  text-align: center;
  width: 100%;
}

.yt-player {
  height: 480px;
  max-width: 100%;
  min-width: 100%;
}

.video-post-content .yt-player {
  height: 560px;
}

/* Elementos interactivos --------------------------------------------------- */

.slide-prev,
.slide-next {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.slide-prev {
  left: -60px;
  position: absolute;
  top: 50%;
}

.slide-next {
  position: absolute;
  right: -60px;
  top: 50%;
}

.tns-nav {
  bottom: 70px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  text-align: center;
}

.tns-nav button {
  height: 16px;
  width: 16px;
  background-color: #000;
  border: none;
  border-radius: 100%;
  margin: 0 0.25em;
}

.tns-nav button.tns-nav-active {
  background-color: #444;
}

.tns-controls {
  margin-bottom: 80px;
  text-align: center;
}

.tns-controls button {
  background: none;
  border: 2px solid #999;
  border-radius: 100%;
  color: #999;
  width: 32px;
  height: 32px;
  margin: 2px;
}

.tns-controls button:hover {
  border: 2px solid #000;
  color: #000;
}

.featherlight .featherlight-close-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='48px' height='64px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
  height: 48px !important;
  width: 48px !important;
}

.featherlight-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='48px' height='48px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
  background-position: 0 0 !important;
  right: 10% !important;
}

.featherlight-previous {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='48px' height='48px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11.67 3.87L9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
  background-position: 0 0 !important;
  left: 10% !important;
}

.featherlight .featherlight-content a {
  color: #000 !important;
}

.more-button-wrapper {
  display: flex;
  justify-content: center;
}

.more-button {
  background-color: transparent;
  border: 1px solid #808080;
  color: #fff;
  font-size: 0.96rem;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.2s;
}

.more-button:hover {
  border-color: #000;
}

.more-button::after {
  content: '\27F6';
  padding-left: 0.5em;
}

.more-button-inverted {
  color: #000;
}

.page-heading {
  background-color: #000;
  color: #fff;
  margin: 0 auto 50px auto;
  padding: 2em 0;
  text-align: center;
  text-transform: uppercase;
  width: 1190px;
}

/* WP */

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100% !important;
}

.wp-caption img {
  max-width: 100% !important;
  height: auto !important;
}

/* Responsive --------------------------------------------------------------- */

@media (min-width: 1024px) {
  .social-menu-footer {
    display: none;
  }
}

@media (max-width: 768px) {
  .wrapper {
    display: block;
    padding: 0 7%;
    width: 100%;
  }

  .section-heading {
    margin: 0 !important;
  }

  .hidden {
    display: block;
  }

  .page-heading {
    width: 100%;
  }

  .site-header {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 1em;
  }

  .site-title .custom-logo {
    height: auto;
    width: 80%;
  }

  .social-menu {
    display: none;
  }

  .social-menu-footer {
    display: flex;
    margin-top: 2em;
  }

  .social-menu-footer .menu {
    justify-content: space-between;
    flex: 0 0 auto;
    margin: 0 auto;
    width: 50%;
  }

  .social-menu-footer .menu .menu-item {
    margin: 0;
  }

  .social-menu-footer .menu .menu-item a {
    color: #fff;
  }

  .search-form,
  .site-title,
  .social-menu {
    flex: 0 0 auto;
  }

  .last-entry {
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
  }

  .last-entry img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .last-entry-featured-image,
  .last-entry-meta {
    height: auto;
    width: 100%;
  }

  .last-entry-meta {
    display: block;
    padding: 3em 0;
  }

  .last-entry-title {
    font-size: 1.25rem;
    margin: 10px 0;
  }

  .last-entry .post-categories {
    font-size: 1.1667rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }

  .last-entry-author-date {
    font-size: 0.875rem;
    margin-bottom: 2em;
  }

  .last-entry-author::after {
    content: none;
    padding: 0;
  }

  .last-entry-author,
  .last-entry-date {
    display: block;
  }

  .specials {
    display: block;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .specials .section-heading {
    margin-bottom: 20px !important;
  }

  .specials h3 {
    margin: 25px 0 15px 0;
  }

  .special-entry .more-button-wrapper {
    margin: 25px 0 0 0;
  }

  .special-entry img {
    height: 300px;
    max-width: 100%;
    object-fit: cover;
  }

  .special-entry-content {
    width: 75%;
  }

  .special-entry-excerpt {
    display: none;
  }

  .media-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .entries,
  .media-list {
    display: block;
    margin: 0;
    padding: 10% 0;
  }

  .media-entry,
  .entry {
    margin: 0 0 10% 0;
    padding: 0;
    width: 100%;
  }

  .entry-meta {
    font-weight: 700;
    margin-bottom: 15px;
  }

  .entry-meta .entry-author,
  .entry-meta .entry-date {
    display: block;
  }

  .entry-author::after {
    content: "";
    padding: 0;
  }

  .social-menu ul li {
    margin-left: 6px;
  }

  .site-nav {
    background-color: #111;
    display: none;
    padding: 1em 2em 3em 2em;
    position: absolute;
    width: 100%;
    z-index: 9999;
  }

  .site-nav .menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 0;
    width: 100%;
  }

  .site-nav .menu .menu-item {
    flex: 0 0 100%;
    margin: 0;
    padding: 0.5em 0 0 0;
    text-align: center;
    width: 100%;
  }

  .site-nav .menu .menu-item a {
    color: #fff;
  }

  .site-nav .menu .menu-item .sub-menu {
    background: #111;
    display: block;
    list-style-type: none;
    margin: 0;
    opacity: 1;
    padding: 0 0 1em 0;
    position: relative;
    transition: none;
    visibility: visible;
  }

  .site-nav .menu .menu-item .sub-menu li a {
    color: rgba(255, 255, 255, 0.5);
  }

  .subscription {
    margin: 0;
    padding: 1em 7%;
  }

  .subscription-form {
    display: block;
  }

  input[type="email"],
  input[type="submit"] {
    text-align: center;
    width: 100%;
  }

  .subscription-disclaimer em span {
    display: block;
  }

  #home-columns {
    width: 100%;
  }

  .slider-nav {
    display: none;
  }

  .popular-posts {
    padding: 0 10%;
  }

  .highlight:last-of-type {
    margin: 0;
  }

  .popular-posts > .wrapper {
    flex-wrap: wrap;
  }

  .popular-entries-by-views,
  .popular-entries-by-comments {
    border: none;
    padding: 30px 0;
    text-align: center;
    width: 100%;
  }

  .popular-entries {
    border-bottom: 1px solid #808080;
  }

  .footer-nav {
    padding: 5% 0;
  }

  .footer-nav .menu {
    display: block;
    height: auto;
    text-align: center;
  }

  .footer-nav .menu .menu-item {
    flex: none;
    line-height: 1.75;
    margin: 0;
    padding: 0;
  }

  .footer-nav .menu .menu-item a {
    border-bottom: 2px solid transparent;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
  }

  .footer-nav .menu .menu-item a:hover {
    border-bottom: 2px solid #000;
  }

  .privacy-policy-content {
    column-count: 1;
    column-gap: 0;
    margin: 0;
    padding: 0 7%;
    width: 100%;
  }

  .categories-nav {
    margin: 0;
  }

  .categories-nav li {
    font-size: 0.75em;
    margin: 0 10px 0 0;
  }

  .videos,
  .photos,
  .illustrations {
    display: block;
    list-style: none;
    margin: -3.5% 0 3.5% -3.5%;
    padding: 0;
  }

  .videos .video:first-child,
  .photos .photo:first-child,
  .illustrations .illustration:first-child {
    text-align: left;
  }

  .video img,
  .photo img,
  .illustration img {
    height: 250px;
    max-width: 100%;
    object-fit: cover;
  }

  .video,
  .photo,
  .illustration {
    width: 100%;
  }

  .yt-player {
    height: 240px;
    max-width: 100%;
    min-width: 100%;
  }

  .video-post-content .yt-player {
    height: 560px;
  }

  .post-wrap {
    display: block;
    margin: 0;
    width: 100%;
  }

  .post-content {
    padding: 0 7%;
    width: 100%;
  }

  .widgets {
    border-top: none;
    display: block;
    padding: 7%;
    width: 100%;
  }

  .popular-entries-aside {
    position: relative;
  }

  #related-posts {
    padding: 20% 0 0 0;
  }

  #related-posts .section-heading {
    margin-bottom: 1em !important;
    padding: 0 7%;
  }

  .rp4wp-related-posts {
    padding: 0 7%;
  }

  .rp4wp-related-posts ul {
    display: block;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .rp4wp-related-posts ul li {
    margin-bottom: 20%;
    padding: 0;
    width: 100%;
  }

  .rp4wp-related-posts ul li img {
    height: auto;
  }

  .columns-wrapper {
    display: block;
    margin: 0;
    padding: 0 7%;
    width: 100%;
  }

  .columns-wrapper main,
  .columns-wrapper aside {
    width: 100%;
  }

  .columns-wrapper aside > div {
    margin-left: 0;
  }

  .columns {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .column {
    display: block;
    margin: 0 0 3em 0;
    padding: 0;
    width: 100%;
  }

  .column > div {
    padding: 0;
    width: 100%;
  }

  .staff-page-content {
    width: 100%;
  }

  .specials-list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .site-description {
    margin: 1em auto;
    width: 75%;
  }

  .bifrost-ad img {
    width: 75%;
  }

  figure figcaption {
    padding: 0 7%;
    text-align: center;
  }

  #comment-form {
    display: block;
  }

  #comment-form #comment {
    display: block;
    margin: 0;
    padding: 0.5em;
    width: 100%;
  }

  #comment-form #author,
  #comment-form #email {
    display: block;
    height: 2.5em;
    padding: 0 0.5em;
    text-align: left;
    width: 100%;
  }

  #comment-form .name-field-wrapper,
  #comment-form .email-field-wrapper {
    margin-top: 0.75em;
    padding: 0;
    width: 100%;
  }

  #comment-form #submit-comment {
    border: 1px solid #505050;
    color: black;
    padding: 0.75em 3em;
    text-transform: uppercase;
    width: 100%;
  }
}
