@charset "UTF-8";
/*!
Theme Name: catalat
Theme URI: http://underscores.me/
Author: Estudio Tangente
Author URI: https://estudiotangente.mx
Description: Custom theme for CataLat.org
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: catalat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

catalat is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Catalat Custom Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed", sans-serif;
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0d53a8;
  transition: color .3s;
}

a:visited {
  color: #093c79;
}

a:hover, a:focus, a:active {
  color: #d12329;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: inherit;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  color: inherit;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: inherit;
}

.main-navigation .menu-principal-container a {
  display: block;
  text-decoration: none;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  transition: .3s;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation .test-nav {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Custom Catalat Menus Styles */
.main-navigation {
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 3.75rem;
  display: flex;
}

@media screen and (min-width: 37.5rem) {
  .main-navigation {
    flex-basis: 40%;
  }
}

.main-navigation .desktop-nav {
  width: 100%;
  display: none;
  flex-flow: column;
  align-content: stretch;
}

@media screen and (min-width: 37.5rem) {
  .main-navigation .desktop-nav {
    display: flex;
  }
}

.main-navigation .desktop-nav .eulac-logo,
.main-navigation .desktop-nav .menu-principal-container {
  flex-basis: 50%;
  padding-right: .5rem;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

.main-navigation .desktop-nav .eulac-logo {
  text-align: right;
}

.main-navigation .desktop-nav .eulac-logo a {
  display: flex;
  font-size: 0;
  margin: 5px 0;
}

.main-navigation .desktop-nav .eulac-logo a img {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  max-height: 30px;
}

.main-navigation .desktop-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Barlow Condensed", sans-serif;
}

.main-navigation .desktop-nav ul li {
  padding: 0 .5rem;
  border-left: 1px solid #0d53a8;
}

.main-navigation .desktop-nav ul li:nth-of-type(1) {
  border-left: none;
}

.main-navigation .desktop-nav ul li a {
  color: #0d53a8;
}

.main-navigation .desktop-nav ul li a:hover, .main-navigation .desktop-nav ul li a:focus {
  color: #d12329;
}

.expandable-navigation {
  order: 3;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  display: none;
  background-color: #fff;
}

.expandable-navigation.toggled {
  display: block;
}

@media screen and (min-width: 37.5rem) {
  .expandable-navigation.toggled {
    display: none;
  }
}

.mobile-nav ul {
  margin: 0;
  padding: .25rem 0;
  list-style-type: none;
  background-color: #888888;
  font-size: .9rem;
  font-family: "Barlow Condensed", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mobile-nav ul li {
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 1%;
  box-sizing: border-box;
  min-width: 25%;
}

.mobile-nav ul li a {
  padding: .25rem .5rem;
  display: block;
  background-color: white;
  color: #333333;
  text-decoration: none;
  text-align: center;
  transition: .3s;
}

.mobile-nav ul li a:hover, .mobile-nav ul li a:focus {
  background-color: rgba(13, 83, 168, 0.5);
  color: #ffffff;
}

#catalat-search {
  flex-basis: 100%;
  order: 5;
  background-color: white;
  border-top: 5px solid #e5a505;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 50rem) {
  #catalat-search {
    flex-flow: row;
  }
}

#catalat-search .catalat-search-form {
  padding: .25rem .5rem 0 .5rem;
  flex-basis: 50%;
  flex-grow: 1;
}

@media screen and (min-width: 50rem) {
  #catalat-search .catalat-search-form {
    padding: .5rem .25rem .5rem .5rem;
  }
}

#catalat-search .catalat-search-form .search-form {
  padding: .25rem 0;
  display: flex;
  align-items: stretch;
}

@media screen and (min-width: 50rem) {
  #catalat-search .catalat-search-form .search-form {
    padding: 0;
  }
}

#catalat-search .catalat-search-form .search-form label {
  flex-basis: 50%;
  flex-grow: 1;
  height: 2.5rem;
}

#catalat-search .catalat-search-form .search-form label .search-field {
  width: 100%;
  padding: .25rem .5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #888888;
  border-radius: 0;
  border: 1px solid #000000;
  height: 100%;
}

#catalat-search .catalat-search-form .search-form input.search-submit {
  flex-basis: 24%;
  border-radius: 0;
  border-color: #000;
  background-color: #000;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: .5em;
  -webkit-appearance: none;
}

#catalat-search .catalat-search-buttons {
  padding: .25rem .5rem 0 .5rem;
  flex-basis: 50%;
  flex-grow: 1;
}

@media screen and (min-width: 50rem) {
  #catalat-search .catalat-search-buttons {
    padding: .5rem .5rem .5rem .25rem;
  }
}

#catalat-search .catalat-search-buttons ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  list-style-type: none;
  justify-content: space-between;
}

#catalat-search .catalat-search-buttons ul.menu li {
  flex-basis: 24%;
  margin: 0;
}

#catalat-search .catalat-search-buttons ul.menu li:nth-of-type(4n+1) {
  background-color: #d12329;
}

#catalat-search .catalat-search-buttons ul.menu li:nth-of-type(4n+2) {
  background-color: #00bd9e;
}

#catalat-search .catalat-search-buttons ul.menu li:nth-of-type(4n+3) {
  background-color: #0d53a8;
}

#catalat-search .catalat-search-buttons ul.menu li:nth-of-type(4n+4) {
  background-color: #e5a505;
}

#catalat-search .catalat-search-buttons ul.menu li:nth-of-type(4n+5) {
  background-color: #666666;
}

#catalat-search .catalat-search-buttons ul.menu li a {
  display: inline-block;
  width: 100%;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

#catalat-search .catalat-search-buttons ul.menu li a:hover, #catalat-search .catalat-search-buttons ul.menu li a:focus {
  outline: 1px dotted #ffffff;
  outline-offset: -3px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  float: right;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger.is-active:hover {
  opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0d53a8;
}

.hamburger-box {
  width: 40px;
  height: 27px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 5px;
  background-color: #0d53a8;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Catalat Custom Styles
--------------------------------------------------------------*/
/*!
 CataLat custom styles for theme
 Utilizar Mobil First Design

 Base font size: 16px
 Breakpoints:
    - 1201px => 75.0625rem
    - 1200px => 75rem
    -  801px => 50.0625rem
    -  800px => 50rem

*/
.debug {
  background-color: rgba(255, 0, 0, 0.2);
  outline: 2px solid rgba(255, 0, 0, 0.85);
  outline-offset: -2px;
}

/*--------------------------------------------------------------
# Main layout
--------------------------------------------------------------*/
body {
  background: #eeeeee;
}

.cl-topline {
  border-top: 5px solid #d12329;
  background-color: #d12329;
  padding: 0 1rem;
  color: #ffffff;
  font-size: 2rem;
}

.site {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  min-height: 3.75rem;
}

header#masthead .site-branding {
  order: 1;
  flex-grow: 1;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
}

header#masthead .site-branding .catalat-logo {
  flex: 0 0 60px;
  padding: 5px;
  height: 60px;
}

@media screen and (min-width: 50rem) {
  header#masthead .site-branding .catalat-logo {
    flex: 0 0 80px;
    height: 80px;
  }
}

header#masthead .site-branding .catalat-title {
  display: flex;
  flex-basis: 50%;
  flex: 2;
  flex-wrap: wrap;
}

header#masthead .site-branding .catalat-title a {
  color: #0d53a8;
  text-decoration: none;
}

header#masthead .site-branding .site-title {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
  margin: 0;
  flex-basis: 100%;
  align-self: center;
}

@media screen and (min-width: 50rem) {
  header#masthead .site-branding .site-title {
    align-self: flex-end;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
  }
}

header#masthead .site-branding .site-description {
  display: none;
  font-weight: 300;
  margin: 0;
  flex-basis: 100%;
  align-self: flex-start;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #0d53a8;
}

@media screen and (min-width: 50rem) {
  header#masthead .site-branding .site-description {
    display: block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
  display: flex;
  flex-flow: column;
  padding: 1rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

@media screen and (min-width: 50rem) {
  footer.site-footer {
    flex-flow: wrap;
  }
}

footer.site-footer .site-info {
  flex-basis: 50%;
  flex-grow: 1;
}

footer.site-footer .site-info p {
  margin: 0.25rem;
  line-height: 1.2em;
}

footer.site-footer .site-foot-nav {
  flex-basis: 40%;
  flex-grow: 0;
}

footer.site-footer .site-foot-nav ul {
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  list-style-type: none;
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (min-width: 50rem) {
  footer.site-footer .site-foot-nav ul {
    justify-content: flex-end;
    margin: 0;
  }
}

footer.site-footer .site-foot-nav ul li {
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
  border-left: 1px solid black;
}

footer.site-footer .site-foot-nav ul li:nth-of-type(1) {
  border-left: none;
}

footer.site-footer .site-foot-nav ul li a {
  display: block;
}

footer.site-footer a {
  text-decoration: none;
  color: #0d53a8;
}

footer.site-footer a:hover, footer.site-footer a:focus {
  color: #d12329;
}

footer.site-footer .tangente {
  text-align: center;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 50rem) {
  footer.site-footer .tangente {
    text-align: right;
  }
}

footer.site-footer .tangente a {
  color: #000000;
}

footer.site-footer .tangente a img {
  max-width: 18px;
  vertical-align: text-bottom;
  margin-left: 0.3rem;
}

/*--------------------------------------------------------------
# Zona de CONTENIDOS
--------------------------------------------------------------*/
.site-content {
  margin-top: 20px;
  background-color: white;
  padding: 0.5rem;
}

@media screen and (min-width: 50rem) {
  .site-content {
    padding: 1rem 2rem;
  }
}

.post-type-archive .site-content {
  padding: 0.5rem;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.flex-no-wrap .wp-block-column {
  flex-basis: 50%;
}

.selected-titles-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  padding: 0;
  margin: 0;
}

.selected-titles-list li {
  padding: 10px;
  flex-basis: 46%;
  margin: 2%;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 50rem) {
  .selected-titles-list li {
    flex-basis: 23%;
    margin: 1%;
  }
}

.selected-titles-list li:hover .book-tooltip {
  opacity: 1;
}

.selected-titles-list li a,
.selected-titles-list li a:hover,
.selected-titles-list li a:focus {
  display: block;
  text-decoration: none;
  outline: none;
  color: #666666;
}

.selected-titles-list li img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 200px;
  margin: 10px;
}

.selected-titles-list li h2 {
  line-height: 1em;
  font-size: 20px;
  font-weight: normal;
  border-bottom: none !important;
}

.selected-titles-list li .book-tooltip {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(83, 92, 108, 0.93);
  color: #ffffff;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .site-content h2 {
  border-bottom: 1px dotted #eeeeee;
}

/*--------------------------------------------------------------
# Búsqueda: AUTORES
# ARCHIVE (Browse by Autor)
--------------------------------------------------------------*/
table.book-author-archive {
  width: 100%;
  border-collapse: collapse;
}

table.book-author-archive th {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  background-color: #c2c2c2;
  text-transform: uppercase;
  text-align: left;
  padding: 0 10px;
  color: #ffffff;
}

table.book-author-archive th:nth-of-type(1) {
  width: 40%;
  background-color: #d2232a;
}

table.book-author-archive th:nth-of-type(2) {
  width: 30%;
  background-color: #e4a622;
}

table.book-author-archive th:nth-of-type(3) {
  width: 30%;
  background-color: #0e54a9;
}

table.book-author-archive tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

table.book-author-archive tbody tr:hover {
  background-color: #ebebeb;
}

table.book-author-archive tbody td {
  font-family: "Barlow Condensed", sans-serif;
  border: 1px solid #c5c5c5;
  padding: 5px 10px;
}

/*--------------------------------------------------------------
# Búsqueda: EDITORIALES
# ARCHIVE (Browse by Editorial)
--------------------------------------------------------------*/
ul.publisher-archive {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}

ul.publisher-archive li {
  padding: 0 1rem 1rem 0;
  flex-basis: 100%;
  margin: 0.5rem 0;
  outline: 1px solid #eeeeee;
  outline-offset: -1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

@media screen and (min-width: 50rem) {
  ul.publisher-archive li {
    flex-basis: 48%;
    margin: 1%;
  }
}

ul.publisher-archive li:hover {
  background-color: #f5f5f5;
}

ul.publisher-archive li:nth-of-type(5n + 1) .publisher-logo {
  background-color: #d12329;
}

ul.publisher-archive li:nth-of-type(5n + 2) .publisher-logo {
  background-color: #00bd9e;
}

ul.publisher-archive li:nth-of-type(5n + 3) .publisher-logo {
  background-color: #0d53a8;
}

ul.publisher-archive li:nth-of-type(5n + 4) .publisher-logo {
  background-color: #e5a505;
}

ul.publisher-archive li:nth-of-type(5n + 5) .publisher-logo {
  background-color: #666666;
}

ul.publisher-archive li .publisher-logo {
  flex-basis: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 10px;
  margin: 0.5rem;
}

ul.publisher-archive li .publisher-logo a {
  display: block;
  width: 60px;
  height: 60px;
}

ul.publisher-archive li .publisher-info {
  flex-grow: 1;
}

ul.publisher-archive li .publisher-info a {
  color: initial;
  text-decoration: none;
}

ul.publisher-archive li .publisher-info a:hover {
  color: initial;
}

ul.publisher-archive li .publisher-info h2 {
  font-size: 1.6rem;
  line-height: 1em;
  color: #d2232a;
  margin: 0.5rem 0;
}

ul.publisher-archive li .publisher-info h3 {
  font-size: 1.25em;
  color: #333333;
  margin: 0;
}

ul.publisher-archive li .publisher-info p {
  font-size: 1em;
  color: #666666;
  margin: 0;
}

/*--------------------------------------------------------------
# BOOKS LISTING
--------------------------------------------------------------*/
ul.books-listing {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  padding: 0;
  margin: 0;
}

ul.books-listing li {
  flex-basis: 48%;
  margin: 1%;
  padding: 10px;
  background-color: #eeeeee;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 50rem) {
  ul.books-listing li {
    flex-basis: 23%;
  }
}

ul.books-listing li a {
  text-decoration: none;
  color: inherit;
}

ul.books-listing li img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 140px;
  margin: 10px;
}

ul.books-listing li h2 {
  line-height: 1em;
  font-size: 20px;
  font-weight: normal;
}

ul.books-listing li .book-tooltip {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(83, 92, 108, 0.93);
  color: #ffffff;
  top: 0;
  left: 0;
  display: table-cell;
  vertical-align: middle;
  /* Safari */
  transition: opacity 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 5%;
  display: flex;
  align-items: center;
}

ul.books-listing li:hover .book-tooltip {
  opacity: 1;
}

ul.books-listing li .book-tooltip > span {
  display: inline-block;
  width: 100%;
}

ul.books-listing li .book-tooltip > span span {
  display: block;
  width: 100%;
  font-size: 1.6em;
}

ul.books-listing li.more-books {
  background-color: rgba(212, 36, 45, 0.65);
}

ul.books-listing li.more-books a h2 {
  color: #ffffff;
  font-size: 100px;
}

ul.books-listing li.more-books .book-tooltip {
  background-color: #d3232b;
}

/*--------------------------------------------------------------
# PUBLISHERS LISTING BY COUNTRY
--------------------------------------------------------------*/
ul.publishers-listing {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  padding: 0;
  margin: 0;
}

ul.publishers-listing li {
  margin: 10px;
  padding: 10px;
  flex-basis: 48%;
  margin: 1%;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 45rem) {
  ul.publishers-listing li {
    flex-basis: 30%;
  }
}

@media screen and (min-width: 50rem) {
  ul.publishers-listing li {
    flex-basis: 23%;
  }
}

@media screen and (min-width: 75rem) {
  ul.publishers-listing li {
    flex-basis: 18%;
  }
}

ul.publishers-listing li a {
  text-decoration: none;
}

ul.publishers-listing li h2 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.125em;
}

ul.publishers-listing li img {
  max-width: 150px;
  padding: 10px;
  vertical-align: middle;
}

ul.publishers-listing li:nth-of-type(4n + 1) img {
  background-color: #d12329;
}

ul.publishers-listing li:nth-of-type(4n + 2) img {
  background-color: #00bd9e;
}

ul.publishers-listing li:nth-of-type(4n + 3) img {
  background-color: #0d53a8;
}

ul.publishers-listing li:nth-of-type(4n + 4) img {
  background-color: #e5a505;
}

/*--------------------------------------------------------------
# AUTHOR PAGE / PUBLISHER PAGE
--------------------------------------------------------------*/
/* AUTHOR PAGE */
.catalat-author-page,
.catalat-publisher-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 50rem) {
  .catalat-author-page,
  .catalat-publisher-page {
    flex-direction: row;
  }
}

.catalat-author-page .author-photo,
.catalat-author-page .publisher-logo,
.catalat-publisher-page .author-photo,
.catalat-publisher-page .publisher-logo {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}

@media screen and (min-width: 50rem) {
  .catalat-author-page .author-photo,
  .catalat-author-page .publisher-logo,
  .catalat-publisher-page .author-photo,
  .catalat-publisher-page .publisher-logo {
    flex-basis: 200px;
    margin: 0 2rem 2rem 0;
  }
}

.catalat-author-page .author-photo img,
.catalat-author-page .publisher-logo img,
.catalat-publisher-page .author-photo img,
.catalat-publisher-page .publisher-logo img {
  flex-basis: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 1rem 0 0;
}

.catalat-author-page .author-photo .author-name h1,
.catalat-author-page .author-photo .publisher-name h1,
.catalat-author-page .publisher-logo .author-name h1,
.catalat-author-page .publisher-logo .publisher-name h1,
.catalat-publisher-page .author-photo .author-name h1,
.catalat-publisher-page .author-photo .publisher-name h1,
.catalat-publisher-page .publisher-logo .author-name h1,
.catalat-publisher-page .publisher-logo .publisher-name h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: #0d53a8;
  font-size: 2.25rem;
  line-height: 1em;
  margin: 0.5rem 0;
}

.catalat-author-page .author-photo .author-name h2,
.catalat-author-page .author-photo .publisher-name h2,
.catalat-author-page .publisher-logo .author-name h2,
.catalat-author-page .publisher-logo .publisher-name h2,
.catalat-publisher-page .author-photo .author-name h2,
.catalat-publisher-page .author-photo .publisher-name h2,
.catalat-publisher-page .publisher-logo .author-name h2,
.catalat-publisher-page .publisher-logo .publisher-name h2 {
  font-size: 1.2rem;
  line-height: 1em;
  margin: 0;
}

.catalat-author-page .author-photo .author-name p,
.catalat-author-page .author-photo .publisher-name p,
.catalat-author-page .publisher-logo .author-name p,
.catalat-author-page .publisher-logo .publisher-name p,
.catalat-publisher-page .author-photo .author-name p,
.catalat-publisher-page .author-photo .publisher-name p,
.catalat-publisher-page .publisher-logo .author-name p,
.catalat-publisher-page .publisher-logo .publisher-name p {
  margin: 0.5rem 0 0 0;
}

@media screen and (min-width: 50rem) {
  .catalat-author-page .author-photo .author-name,
  .catalat-author-page .author-photo .publisher-name,
  .catalat-author-page .publisher-logo .author-name,
  .catalat-author-page .publisher-logo .publisher-name,
  .catalat-publisher-page .author-photo .author-name,
  .catalat-publisher-page .author-photo .publisher-name,
  .catalat-publisher-page .publisher-logo .author-name,
  .catalat-publisher-page .publisher-logo .publisher-name {
    display: none;
  }
}

.catalat-author-page .author-photo img,
.catalat-publisher-page .author-photo img {
  background-color: #eeeeee;
  outline: 1px solid #d1d1d1;
}

.catalat-author-page .publisher-logo img,
.catalat-publisher-page .publisher-logo img {
  background-color: #d12329;
  outline: 1px solid #a3caf8;
}

.catalat-author-page .author-data,
.catalat-author-page .publisher-data,
.catalat-publisher-page .author-data,
.catalat-publisher-page .publisher-data {
  flex-grow: 1;
  margin-top: 1.5rem;
  border-top: 1px solid #eeeeee;
}

@media screen and (min-width: 50rem) {
  .catalat-author-page .author-data,
  .catalat-author-page .publisher-data,
  .catalat-publisher-page .author-data,
  .catalat-publisher-page .publisher-data {
    flex-basis: auto;
    flex-grow: 1;
    border-top: none;
    padding-right: 5%;
  }
}

.catalat-author-page .author-data .author-name,
.catalat-author-page .author-data .publisher-name,
.catalat-author-page .publisher-data .author-name,
.catalat-author-page .publisher-data .publisher-name,
.catalat-publisher-page .author-data .author-name,
.catalat-publisher-page .author-data .publisher-name,
.catalat-publisher-page .publisher-data .author-name,
.catalat-publisher-page .publisher-data .publisher-name {
  display: none;
}

.catalat-author-page .author-data .author-name h1,
.catalat-author-page .author-data .publisher-name h1,
.catalat-author-page .publisher-data .author-name h1,
.catalat-author-page .publisher-data .publisher-name h1,
.catalat-publisher-page .author-data .author-name h1,
.catalat-publisher-page .author-data .publisher-name h1,
.catalat-publisher-page .publisher-data .author-name h1,
.catalat-publisher-page .publisher-data .publisher-name h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: #0d53a8;
  font-size: 2.25rem;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

@media screen and (min-width: 50rem) {
  .catalat-author-page .author-data .author-name,
  .catalat-author-page .author-data .publisher-name,
  .catalat-author-page .publisher-data .author-name,
  .catalat-author-page .publisher-data .publisher-name,
  .catalat-publisher-page .author-data .author-name,
  .catalat-publisher-page .author-data .publisher-name,
  .catalat-publisher-page .publisher-data .author-name,
  .catalat-publisher-page .publisher-data .publisher-name {
    display: block;
  }
}

.catalat-author-page .author-data .author-books-list,
.catalat-author-page .author-data .publisher-books-list,
.catalat-author-page .publisher-data .author-books-list,
.catalat-author-page .publisher-data .publisher-books-list,
.catalat-publisher-page .author-data .author-books-list,
.catalat-publisher-page .author-data .publisher-books-list,
.catalat-publisher-page .publisher-data .author-books-list,
.catalat-publisher-page .publisher-data .publisher-books-list {
  margin-top: 1rem;
}

.catalat-author-page .author-data .author-books-list h4,
.catalat-author-page .author-data .publisher-books-list h4,
.catalat-author-page .publisher-data .author-books-list h4,
.catalat-author-page .publisher-data .publisher-books-list h4,
.catalat-publisher-page .author-data .author-books-list h4,
.catalat-publisher-page .author-data .publisher-books-list h4,
.catalat-publisher-page .publisher-data .author-books-list h4,
.catalat-publisher-page .publisher-data .publisher-books-list h4 {
  margin: 0.5rem 0;
}

.catalat-author-page .author-data .author-books-list ul,
.catalat-author-page .author-data .publisher-books-list ul,
.catalat-author-page .publisher-data .author-books-list ul,
.catalat-author-page .publisher-data .publisher-books-list ul,
.catalat-publisher-page .author-data .author-books-list ul,
.catalat-publisher-page .author-data .publisher-books-list ul,
.catalat-publisher-page .publisher-data .author-books-list ul,
.catalat-publisher-page .publisher-data .publisher-books-list ul {
  list-style-type: square;
  padding: 0;
  margin: 0 0 0 2rem;
}

.catalat-author-page .author-data .author-books-list ul li,
.catalat-author-page .author-data .publisher-books-list ul li,
.catalat-author-page .publisher-data .author-books-list ul li,
.catalat-author-page .publisher-data .publisher-books-list ul li,
.catalat-publisher-page .author-data .author-books-list ul li,
.catalat-publisher-page .author-data .publisher-books-list ul li,
.catalat-publisher-page .publisher-data .author-books-list ul li,
.catalat-publisher-page .publisher-data .publisher-books-list ul li {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 1rem;
}

.catalat-author-page .author-data .author-books-list ul a,
.catalat-author-page .author-data .publisher-books-list ul a,
.catalat-author-page .publisher-data .author-books-list ul a,
.catalat-author-page .publisher-data .publisher-books-list ul a,
.catalat-publisher-page .author-data .author-books-list ul a,
.catalat-publisher-page .author-data .publisher-books-list ul a,
.catalat-publisher-page .publisher-data .author-books-list ul a,
.catalat-publisher-page .publisher-data .publisher-books-list ul a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# BOOK PAGE
--------------------------------------------------------------*/
.catalat-book-page {
  display: flex;
  flex-flow: row wrap;
  _outline: 5px solid rgba(212, 36, 45, 0.65);
  _outline-offset: -5px;
}

.catalat-book-page .book-title {
  color: #0d53a8;
  font-weight: 500;
  margin: 0.5rem 0;
}

.catalat-book-page .book-title.mob {
  flex-basis: 100%;
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1.2em;
}

.catalat-book-page .book-title.desk {
  flex-basis: 80%;
  align-items: flex-end;
  flex-shrink: 1;
  line-height: 1em;
}

@media screen and (min-width: 50rem) {
  .catalat-book-page .book-title.desk {
    display: flex;
  }
}

.catalat-book-page .book-subtitle {
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

.catalat-book-page .book-cover {
  flex-basis: 12.5rem;
  outline: 1px solid #666666;
  outline-offset: -1px;
  margin: 0 1rem 0 0;
}

.catalat-book-page .book-cover img {
  display: block;
}

.catalat-book-page .book-data {
  position: relative;
  flex-basis: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.catalat-book-page .book-data .book-area {
  text-align: right;
  margin-bottom: 0.5rem;
}

.catalat-book-page .book-data .book-area a {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1.5625rem;
  color: #ffffff;
  font-weight: 500;
  background-color: #d12329;
  width: 100%;
}

@media screen and (min-width: 50rem) {
  .catalat-book-page .book-data .book-area a {
    width: unset;
  }
}

.catalat-book-page .book-data .book-facts {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  text-transform: uppercase;
}

@media screen and (min-width: 50rem) {
  .catalat-book-page .book-data .book-facts {
    flex-flow: row nowrap;
    flex-grow: 1;
  }
}

.catalat-book-page .book-data .book-facts li {
  display: flex;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid black;
  margin: 0 -1px -1px 0;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 50rem) {
  .catalat-book-page .book-data {
    justify-content: space-between;
  }
}

.catalat-book-page .book-info {
  margin: 1rem 0;
  flex-basis: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (min-width: 50rem) {
  .catalat-book-page .book-info {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 13.5rem;
  }
}

.catalat-book-page .book-info p {
  margin: 0.75rem 0;
}

.catalat-book-page .book-specs-sheet {
  flex-basis: 100%;
  margin-bottom: 1rem;
  background-color: #eeeeee;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (min-width: 50rem) {
  .catalat-book-page .book-specs-sheet {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 13.5rem;
  }
}

.catalat-book-page .book-specs-sheet ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.catalat-book-page .book-specs-sheet ul li {
  margin: 0.5rem 0;
}

.catalat-book-page .book-specs-sheet ul li label {
  font-weight: 500;
}

.catalat-book-page .book-specs-sheet ul li ul {
  margin-left: 1rem;
}

.catalat-book-page .book-specs-sheet ul li ul li {
  margin: 0;
}

.catalat-book-page > _* {
  outline: 1px solid red;
  outline-offset: -1px;
}

/*--------------------------------------------------------------
# BOOKS LISTING
--------------------------------------------------------------*/
.taxonomy-listing > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.taxonomy-subset {
  margin-bottom: 20px;
}

.taxonomy-subset > h2 {
  background-color: #0e54a9;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 500;
}

.taxonomy-subset > h2 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

input {
  -webkit-appearance: none !important;
}

/*--------------------------------------------------------------
# SEARCH RESULTS
--------------------------------------------------------------*/
.search-results-box header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
}

.search-results-box header .page-title {
  margin: 0;
}

.search-results-box ul.search-results-breakdown {
  padding: 0 0 0 1rem;
  margin: 0;
  list-style-type: none;
}

.search-results-box ul.search-results-breakdown li {
  display: inline-block;
  margin: 0;
  border-right: 1px solid;
  padding: 0 0.5rem;
}

.search-results-box ul.search-results-breakdown li:nth-last-of-type(1) {
  border-right: none;
}

.search-results-box article {
  margin: 0;
  padding: 1rem;
  display: flex;
  border-bottom: 1px solid #cccccc;
}

.search-results-box article:hover {
  background-color: #eeeeee;
}

.search-results-box article figure {
  flex-basis: 60px;
  flex-shrink: 0;
  margin: 0 1rem 0 0;
}

.search-results-box article figure img {
  outline: 1px solid #cccccc;
  outline-offset: -1px;
  display: block;
}

.search-results-box article .result-data h2 {
  font-weight: 500;
  margin: 0;
}

.search-results-box article .result-data h2 a {
  text-decoration: none;
}

.search-results-box article .result-data p {
  margin: 0;
}

.search-results-box article.type-editorial figure {
  border: none;
}

.search-results-box article.type-editorial figure img {
  outline: 5px solid #d12329;
  background-color: #d12329;
}

.search-results-box article .entry-summary {
  margin: 0;
}

.search-results-box article:nth-of-type(4n + 1) figure img {
  background-color: #d12329;
}

.search-results-box article:nth-of-type(4n + 2) figure img {
  background-color: #00bd9e;
}

.search-results-box article:nth-of-type(4n + 3) figure img {
  background-color: #0d53a8;
}

.search-results-box article:nth-of-type(4n + 4) figure img {
  background-color: #e5a505;
}

.pagination {
  margin: 1rem 0;
}

.pagination .nav-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
}

.pagination .nav-links > .page-numbers {
  display: inline-block;
  margin: 0 0.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #eeeeee;
  color: #0d53a8;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8rem;
}

@media screen and (min-width: 37.5rem) {
  .pagination .nav-links > .page-numbers {
    font-size: 1rem;
  }
}

.pagination .nav-links > .page-numbers.prev, .pagination .nav-links > .page-numbers.next {
  width: auto;
  background-color: none;
  color: #0d53a8;
  padding: 0 1rem;
}

.pagination .nav-links > .page-numbers.dots {
  background-color: none;
  color: #666666;
}

.pagination .nav-links > .page-numbers.current {
  color: #ffffff;
  background-color: #d12329;
  outline: 3px solid #d12329;
}

ul.books-listing li[data-featured="1"],
ul.selected-titles-list li[data-featured="1"] {
  background-color: rgba(13, 83, 168, 0.25);
}

ul.books-listing li[data-featured="1"]:before,
ul.selected-titles-list li[data-featured="1"]:before {
  content: "Novelty 2021";
  position: absolute;
  top: 1rem;
  left: -1rem;
  padding: 0.5rem 0.75rem;
  z-index: 3;
  background-color: rgba(209, 35, 41, 0.85);
  color: #fff;
  font-weight: 900;
  transform: translateY(-10px);
  font-size: 0.8rem;
  transition: transform 0.3s, background-color 0.3s;
  display: inline-block;
}

ul.books-listing li[data-featured="1"]:hover:before,
ul.selected-titles-list li[data-featured="1"]:hover:before {
  transform: rotate(-18deg);
  background-color: #d12329;
}

/*  BOOK TITLE HACK */
.book_title,
.book-title {
  text-transform: uppercase;
}

.mob {
  display: initial;
}

@media screen and (min-width: 50rem) {
  .mob {
    display: none;
  }
}

.desk {
  display: none;
}

@media screen and (min-width: 50rem) {
  .desk {
    display: initial;
  }
}
/*# sourceMappingURL=style.css.map */