/*!
Theme Name: Viralike
Theme URI: https://themesei.com/viralike
Author: Stiven Martinez from Themesei.com
Author URI: https://themesei.com
Description: Viralike is a lighweight theme for viral, news or magazine websites, easy to use.
Version: 1.0.6
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: viralike
Tags: custom-logo, custom-menu, featured-images, blog, news, entertainment, sticky-post, translation-ready, footer-widgets
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.
This theme includes Normalizer by Nicolas Gallagher and Jonathan Neal (http://necolas.github.io/normalize.css/)
and icons font generated at https://fontello.com*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# General
	- Normalize
  - Box sizing
# Elements
  - Typography
  - Headings
  - Links
# Icons
  - Icon font
# Forms
  - Buttons
  - Checkbox - radio
  - Inputs
  - Textarea
  - Labels
# Template components
  - Body
  - Layout
  - Main
  - Site-navigation
  - Header
  - header-tags
  - Posts
  - Posts-navigation
  - Single
  - Comments
  - Widgets
  - Footer
  - Alignments
  - Galleries
  - Fix
  - Utils
  - Accessibility
# Media
  - Middle screens
  - Mobile screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  --color--main: #453cc7;
  --color--titles: #010101;
  --color--text: #323545;
  --color--text__regent: #5a5d6a;
  --color--grey: #fafbfc;
  --color--grey__regent: #eaeaec;
  --font-weight--lightweight: 300;
  --font-weight--normal: 400;
  --font-weight--bold: 700;
  --border-radius--default: 4px;
  --box-shadow--normal: 0 12px 16px -12px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
/* Box sizing
--------------------------------------------- */
*,
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color--text);
  font-family: -apple-system, helvetica, arial, ubuntu, roboto, noto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color--titles);
  font-weight: var(--font-weight--bold);
}
h2 {
  font-size: 1.75rem;
  letter-spacing: -0.6px;
}
h3 {
  font-size: 1.5rem;
  letter-spacing: -0.4px;
}
h4 {
  font-size: 1.25rem;
  letter-spacing: -0.2px;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
/* Links
--------------------------------------------- */
a {
  color: var(--color--main);
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: 2px dotted var(--color--main);
}
a:active, a:hover {
  outline: none;
}
/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/* Icon font
--------------------------------------------- */
@font-face {
  font-family: "viralike";
  src: url("./src/icons/viralike.eot?50071060");
  src: url("./src/icons/viralike.eot?50071060#iefix") format("embedded-opentype"), url("./src/icons/viralike.woff2?50071060") format("woff2"), url("./src/icons/viralike.woff?50071060") format("woff"), url("./src/icons/viralike.ttf?50071060") format("truetype"), url("./src/icons/viralike.svg?50071060#viralike") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "viralike";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\e800";
}
.icon-chart:before {
  content: "\e802";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-menu:before {
  content: "\f0c9";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-share:before {
  content: "\f1e0";
}
.icon-whatsapp:before {
  content: "\f232";
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Button
--------------------------------------------- */
button,
input[type=submit] {
  align-items: center;
  background: var(--color--main);
  color: white;
  cursor: pointer;
  display: inline-flex;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: var(--font-weight--bold);
  height: 44px;
  justify-content: center;
  outline: none;
  padding: 0 24px;
}
button:focus,
input[type=submit]:focus {
  outline: 2px dotted white;
}
/* Checkbox - Radio
--------------------------------------------- */
input[type=checkbox],
input[type=radio] {
  display: none;
  position: relative;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border: 1px solid var(--color--main);
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  padding-left: 28px;
  position: relative;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  align-items: center;
  border: 1px solid var(--color--grey__regent);
  border-radius: 2px;
  content: "";
  display: flex;
  height: 16px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 16px;
}
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  content: "✔";
}
/* Input
--------------------------------------------- */
input,
input[type=text] {
  align-items: center;
  display: flex;
  border: 1px solid var(--color--grey__regent);
  border-radius: 8px;
  height: 44px;
  justify-content: center;
  outline: none;
  padding: 0 16px;
  width: 100%;
}
input:focus,
input[type=text]:focus {
  border-color: var(--color--main);
}
/* Textarea
--------------------------------------------- */
textarea {
  align-items: center;
  display: flex;
  border: 1px solid var(--color--grey__regent);
  border-radius: 8px;
  height: 100px;
  justify-content: center;
  outline: none;
  padding: 16px;
  width: 100%;
}
textarea:focus {
  border-color: var(--color--main);
}
/* Label
--------------------------------------------- */
label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--font-weight--bold);
  padding: 12px 0 4px 0;
}
/*--------------------------------------------------------------
# Template
--------------------------------------------------------------*/
/* Body
--------------------------------------------- */
body {
  background: white;
  font-size: 16px;
}
body.menu-toggle {
  overflow-y: hidden;
}
/* Container
--------------------------------------------- */
.container {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 1080px;
  width: 100%;
}
.container--single {
  max-width: 800px;
}
/* Site main
--------------------------------------------- */
.site-main {
  margin-top: 32px;
}
/* Site navigation
--------------------------------------------- */
.site-navigation {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 500;
}
.site-navigation.menu-toggle {
  visibility: visible;
}
.site-navigation--menu {
  align-items: center;
  background: white;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-width: 400px;
  overflow: auto;
  padding: 40px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.site-navigation--menu__search {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.site-navigation--menu__search .search-form label {
  display: none;
}
.site-navigation--menu__search .search-form--input {
  border-radius: 2px;
  padding-right: 90px;
  width: 100%;
}
.site-navigation--menu__search .search-form--submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.site-navigation--menu ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-navigation--menu ul li {
  display: block;
  margin: 12px 0;
  padding: 0;
}
.site-navigation--menu ul li a {
  color: var(--color--text);
  font-weight: var(--font-weight--bold);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-navigation--menu ul li ul.sub-menu {
  border-bottom: 1px solid var(--color--grey__regent);
  border-top: 1px solid var(--color--grey__regent);
  margin: 20px;
}
.site-navigation--close {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.site-navigation--close__btn {
  background: transparent;
  color: var(--color--titles);
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
/* Site header
--------------------------------------------- */
.site-header {
  background: white;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.06);
  padding: 12px 0;
  position: relative;
  width: 100%;
  z-index: 20;
}
.site-header .container {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.site-header--btn {
  align-items: center;
  border: 1px solid var(--color--grey__regent);
  border-radius: 50%;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
  z-index: 1;
}
.site-header--btn.site-header--navigation {
  background: var(--color--main);
  border: 0;
  color: white;
}
.site-header--navigation {
  left: 0.5rem;
  position: absolute;
}
.site-header--branding {
  text-align: center;
  padding: 0 50px;
  width: 100%;
}
.site-header--branding__logo {
  display: flex;
  justify-content: center;
  text-align: center;
}
.site-header--branding__logo img {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.site-header--branding__title {
  font-size: 2.125rem;
  letter-spacing: -1.4px;
  line-height: 1.25;
  margin: 0;
}
.site-header--branding__title a {
  color: var(--color--titles);
}
.site-header--share {
  position: absolute;
  right: 0.5rem;
}
.site-header--share__dropdown {
  background: white;
  border: 1px solid var(--color--grey__regent);
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.06);
  display: none;
  margin-top: 4px;
  position: absolute;
  right: 0;
  width: 230px;
}
.site-header--share__dropdown.dropdown-toggle {
  display: block;
}
.site-header--share__dropdown ul {
  margin: 0;
  padding: 0;
}
.site-header--share__dropdown li {
  display: block;
}
.site-header--share__dropdown li:last-child a {
  border: 0;
}
.site-header--share__dropdown a {
  border-bottom: 1px solid var(--color--grey__regent);
  color: var(--color--text);
  display: block;
  font-size: 1rem;
  padding: 8px 16px;
}
.site-header--share__dropdown a i {
  margin-right: 4px;
}
.site-header--share__dropdown a.facebook i {
  color: #4065ad;
}
.site-header--share__dropdown a.twitter i {
  color: #1f9dea;
}
.site-header--share__dropdown a.whatsapp i {
  color: #25cc62;
}
/* Site header tags
--------------------------------------------- */
.site-header-tags {
  background: var(--color--main);
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.site-header-tags .container {
  overflow: hidden;
  position: relative;
}
.site-header-tags .container::after {
  background: linear-gradient(90deg, transparent, var(--color--main));
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.site-header-tags--item {
  background: rgba(0, 0, 0, 0.08);
  border-radius: var(--border-radius--default);
  color: white;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 2px;
  padding: 8px 16px;
  display: inline-block;
}
.site-header-tags--item.title {
  background: transparent;
  color: white;
}
.site-header-tags--item.title i {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.site-header-tags--item.title i.fa-fire {
  position: relative;
  top: -1px;
}
.site-header-tags--item.title i.fa-chevron-right {
  color: var(--color--grey__regent);
  font-size: 0.75rem;
}
.site-header-tags--item:focus {
  background: white;
  color: var(--color--main);
}
/* Posts
--------------------------------------------- */
.posts-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 32px -12px;
}
.post-card {
  background: white;
  border: 1px solid var(--color--grey__regent);
  border-radius: var(--border-radius--default);
  box-shadow: var(--box-shadow--normal);
  margin: 0 12px 20px 12px;
  width: calc(33.33% - 24px);
}
.post-card.sticky {
  border: 2px solid var(--color--main);
}
.post-card--image {
  border-top-left-radius: var(--border-radius--default);
  border-top-right-radius: var(--border-radius--default);
  display: block;
  margin: -1px;
  overflow: hidden;
  position: relative;
}
.post-card--image img {
  height: 100%;
  width: 100%;
}
.post-card--body {
  padding: 12px 20px;
}
.post-card--body__header .entry-title {
  font-size: 1.25rem;
  letter-spacing: 0;
  margin: 0 0 4px 0;
  word-wrap: break-word;
}
.post-card--body__header .entry-title a {
  color: var(--color--titles);
}
.post-card--body__time {
  color: var(--color--text__regent);
  font-size: 0.813rem;
}
.post-card--body__time i {
  margin-right: 8px;
}
.post-card--body__meta {
  font-size: 0.813rem;
}
.post-card--body__meta a {
  background: var(--color--main);
  border-radius: 2px;
  display: inline-block;
  color: white;
  font-size: 0.813rem;
  margin-bottom: 2px;
  padding: 0px 4px;
  vertical-align: middle;
}
.post-card--body__content {
  color: var(--color--text);
  font-size: 0.913rem;
}
.post-card--body__author a {
  color: var(--color--text__regent);
  font-size: 0.813rem;
}
/* Posts navigation
--------------------------------------------- */
.posts-navigation,
.post-navigation {
  display: block;
  margin: 12px 0;
  width: 100%;
}
.posts-navigation .screen-reader-text,
.post-navigation .screen-reader-text {
  display: none;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 8px -12px;
  width: 100%;
}
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  margin: 20px 12px;
  width: calc(33.33% - 24px);
}
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  border: 2px solid var(--color--grey__regent);
  border-radius: var(--border-radius--default);
  color: var(--color--text__regent);
  display: block;
  padding: 8px 16px;
  text-align: center;
}
/* Single post
--------------------------------------------- */
.single-row img {
  height: 100%;
  max-width: 100%;
}
.single-row .entry-header {
  background: var(--color--main);
  color: white;
  margin: -32px 0 32px 0;
  text-align: center;
  padding: 32px 0;
  position: relative;
}
.single-row .entry-header::before {
  background: rgba(0, 0, 0, 0.08);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.single-row .entry-header .container {
  position: relative;
  z-index: 10;
}
.single-row .entry-header .entry-title {
  color: white;
  margin: 0 0 12px 0;
  word-wrap: break-word;
}
.single-row .entry-header a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
.single-row .entry-header a:focus {
  outline-color: white;
}
.single-row .entry-header .entry-author-meta time {
  margin-right: 12px;
}
.single-row .entry-body .entry-media img {
  width: 100%;
}
.single-row .entry-body .entry-content {
  word-wrap: break-word;
}
.single-row .entry-body .entry-content a {
  text-decoration: underline;
}
.single-row .entry-body .entry-meta {
  color: var(--color--text__regent);
  font-size: 0.913rem;
}
.single-row .entry-body .entry-meta .entry-category-content,
.single-row .entry-body .entry-meta .entry-tags-content {
  display: block;
  margin: 8px 0;
}
.single-row .entry-body .entry-meta a {
  background: var(--color--main);
  border-radius: 2px;
  display: inline-block;
  color: white;
  font-size: 0.813rem;
  margin-bottom: 2px;
  padding: 0px 4px;
  vertical-align: middle;
}
.single-row .posts-navigation .nav-links .nav-previous,
.single-row .posts-navigation .nav-links .nav-next,
.single-row .post-navigation .nav-links .nav-previous,
.single-row .post-navigation .nav-links .nav-next {
  width: calc(50% - 24px);
}
/* Comments
--------------------------------------------- */
.comments-area--title {
  font-size: 1rem;
  letter-spacing: normal;
}
.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list li {
  border-top: 1px solid var(--color--grey__regent);
  display: block;
  padding: 20px 0 0 0;
  margin: 20px 0;
}
.comment {
  overflow: hidden;
}
.comment a {
  color: var(--color--text);
  text-decoration: underline;
}
.comment .comment-meta {
  font-size: 0.875rem;
}
.comment .comment-meta .comment-author {
  display: block;
  margin: 0;
  padding: 0;
}
.comment .comment-meta .comment-author * {
  display: inline-block;
  vertical-align: middle;
}
.comment .comment-meta .comment-author .avatar {
  margin: 0 12px 0 0;
  padding: 0;
}
.comment .comment-meta .comment-metadata {
  margin-top: 12px;
}
.comment .comment-meta .comment-metadata a {
  color: var(--color--text__regent);
}
.comment .reply a {
  color: var(--color--main);
  font-size: 0.875rem;
}
.comment-respond {
  background: white;
  border-radius: 8px;
  margin: 32px auto;
  padding: 32px;
}
.comment-respond .comment-reply-title {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.comment-respond .comment-notes {
  font-size: 0.875rem;
  margin: 12px 0;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget-zone {
  background: var(--color--grey);
  margin-bottom: -8px;
}
.widget-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 8px -16px;
}
.widget-area .widget {
  margin: 20px 16px;
  width: calc(33.33% - 32px);
}
.widget-area .widget a {
  border-bottom: 1px solid var(--color--main);
  color: var(--color--text);
}
.widget-area .widget .wp-block-group__inner-container > h1,
.widget-area .widget .wp-block-group__inner-container > h2,
.widget-area .widget .wp-block-group__inner-container > h3,
.widget-area .widget .wp-block-group__inner-container > h4,
.widget-area .widget .wp-block-group__inner-container > h5,
.widget-area .widget .wp-block-group__inner-container > h6 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  font-weight: var(--font-weight--bold);
  letter-spacing: 0;
  margin-bottom: 16px;
  padding: 12px 0;
}
.widget-area .widget ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.widget-area .widget ul li {
  list-style: disc;
  line-height: 1.5;
  margin: 8px 0;
}
.widget-area .widget ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.widget-area .widget ol li {
  list-style: disc;
  line-height: 1.5;
  margin: 16px 0;
}
.widget-area .widget .wp-block-search .wp-block-search__inside-wrapper {
  display: block;
}
.widget-area .widget .wp-block-search .wp-block-search__input {
  border: 0;
}
.widget-area .widget .wp-block-search .wp-block-search__button {
  background: var(--color--main);
  border-color: var(--color--main);
  color: white;
  margin: 12px 0 0 0;
}
.widget-area .widget.widget_calendar table caption,
.widget-area .widget.widget_calendar table tbody {
  margin: 8px 0;
  text-align: left;
}
.widget-area .widget.widget_calendar table th {
  background: var(--color--grey__regent);
}
.widget-area .widget.widget_calendar tbody td,
.widget-area .widget.widget_calendar th {
  border-color: var(--color--grey__regent);
}
/* Footer
--------------------------------------------- */
.site-footer {
  color: var(--color--titles);
}
.site-footer--info {
  background: var(--color--main);
  color: white;
  text-align: center;
  padding: 20px 0;
}
.site-footer--info p {
  margin: 4px 0;
}
.site-footer--disclaimer {
  display: block;
  font-size: 0.913rem;
  margin: 16px 0;
  text-align: center;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.alignfull {
  width: 100%;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.gallery-columns-8 {
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
.gallery-columns-9 {
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.gallery-caption {
  display: block;
  margin-top: 10px;
}
/* Fix
--------------------------------------------- */
.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;
}
.entry-body .entry-content > p:last-child img.alignleft {
  display: block;
  float: none;
  margin-right: auto;
}
.entry-body .entry-content > p:last-child img.alignright {
  display: block;
  float: none;
  margin-left: auto;
}
.entry-body .entry-content > .wp-block-image:last-child figure.alignleft,
.entry-body .entry-content > .wp-block-image:last-child figure.alignright {
  display: block;
  float: none;
}
.entry-body .entry-content > .wp-block-image:last-child figure.alignleft img {
  margin-right: auto;
}
.entry-body .entry-content > .wp-block-image:last-child figure.alignright img {
  margin-left: auto;
}
.entry-body .entry-content ul,
.entry-body .entry-content ol {
  margin-left: 0px;
}
.entry-body .entry-content table th,
.entry-body .entry-content table td {
  border: 1px solid;
}
.entry-body .entry-content .wp-block-quote {
  position: relative;
}
.entry-body .entry-content .wp-block-quote::before {
  content: "“";
  font-size: 2rem;
  left: -10px;
  position: absolute;
  top: -17px;
}
.entry-body .entry-content .wp-block-quote p {
  position: relative;
  font-weight: 700;
}
.wp-block-pullquote blockquote {
  position: relative;
}
.wp-block-pullquote blockquote::before {
  content: "“";
  display: block;
  font-size: 2rem;
  left: 0px;
  position: absolute;
  top: -15px;
}
.wp-block-pullquote blockquote.has-text-align-right::before {
  content: "";
}
/* Utils
--------------------------------------------- */
.page-header {
  text-align: center;
}
.page-header h1 {
  margin: 0;
}
.page-header p {
  color: var(--color--text__regent);
  margin: 12px auto 32px auto;
  max-width: 600px;
}
.no-posts {
  color: var(--color--text__regent);
  display: block;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.error-home {
  display: block;
  margin: 40px 0;
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  outline: 2px dotted var(--color--main);
}
/*--------------------------------------------------------------
# Responsive (Media)
--------------------------------------------------------------*/
/* Middle screens
--------------------------------------------- */
@media screen and (max-width: 990px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  .site-header {
    position: relative;
  }
  .site-header--branding__title {
    font-size: 1.75rem;
  }
  .site-header-tags {
    height: 44px;
  }
  .site-header-tags .container {
    overflow-x: auto;
    white-space: nowrap;
  }
  .site-header-tags .container::after {
    display: none;
  }
  .posts-row {
    margin: 0;
  }
  .post-card {
    width: calc(50% - 24px);
  }
  .widget-area {
    margin: 0;
  }
  .widget-area .widget {
    width: calc(100% - 32px);
  }
}
/* Mobile screens
--------------------------------------------- */
@media screen and (max-width: 550px) {
  h1 {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  .container--single {
    padding: 0 1rem;
  }
  .site-navigation--menu {
    max-width: 80%;
    padding: 32px;
  }
  .site-header--branding__title {
    font-size: 1.5rem;
    letter-spacing: -0.4px;
  }
  .post-card {
    width: calc(100% - 24px);
  }
}
/*--------------------------------------------------------------
# Premium code
--------------------------------------------------------------*/
.ads {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}
.ads img,
.ads iframe,
.ads video {
  max-width: 100%;
}
.custom-pagination {
  margin: 12px 0;
  width: 100%;
}
.custom-pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.custom-pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.custom-pagination ul li .page-numbers {
  align-items: center;
  background: var(--color--grey);
  border-radius: var(--border-radius--default);
  display: inline-flex;
  justify-content: center;
  height: 40px;
  margin: 0 2px;
  width: 40px;
}
.custom-pagination ul li .page-numbers.current {
  background: var(--color--main);
  color: white;
}
.posts-columns {
  margin: 40px 0;
}
.posts-columns--title {
  border-left: 2px solid var(--color--main);
  font-size: 1.25rem;
  font-weight: var(--font-weight--normal);
  margin: 0 0 20px 0;
  padding-left: 20px;
}
.posts-columns--row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 12px 0;
}
.posts-columns--post {
  background: white;
  border-radius: var(--border-radius--default);
  border: 1px solid var(--color--grey__regent);
  border-radius: var(--border-radius--default);
  box-shadow: var(--box-shadow--normal);
  margin: 12px;
  width: calc(33.33% - 24px);
}
.posts-columns--post__thumb {
  background: var(--color--grey) no-repeat center center;
  background-size: cover;
  border-top-left-radius: var(--border-radius--default);
  border-top-right-radius: var(--border-radius--default);
  padding-bottom: 60%;
}
.posts-columns--post__thumb img {
  display: none;
}
.posts-columns--post__caption {
  padding: 16px 20px;
}
.posts-columns--post__caption--category {
  display: block;
  font-size: 0.875rem;
  font-weight: var(--font-weight--normal);
  margin: 0 0 4px 0;
}
.posts-columns--post__caption--title {
  font-size: 1.25rem;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 990px) {
  .posts-columns--post {
    margin: 4px;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  .posts-columns--post {
    width: calc(100% - 8px);
  }
  .posts-columns--post__thumb {
    padding-bottom: 52%;
  }
  .posts-columns--post__caption--title {
    font-size: 1.125rem;
  }
}
.posts-grid {
  margin: 40px 0;
}
.posts-grid--title {
  border-left: 2px solid var(--color--main);
  font-size: 1.25rem;
  font-weight: var(--font-weight--normal);
  margin: 0 0 20px 0;
  padding-left: 20px;
}
.posts-grid--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 12px 0 32px 0;
}
.posts-grid--post {
  position: relative;
}
.posts-grid--post__thumb {
  background: var(--color--grey) no-repeat center center;
  background-size: cover;
  border-radius: var(--border-radius--default);
  height: 200px;
  position: relative;
}
.posts-grid--post__thumb img {
  display: none;
}
.posts-grid--post__thumb::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.posts-grid--post__caption {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.posts-grid--post__caption--category {
  align-items: center;
  background: var(--color--main);
  border-radius: var(--border-radius--default);
  color: white;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: var(--font-weight--normal);
  margin-bottom: 4px;
  padding: 0 8px;
}
.posts-grid--post__caption--title {
  color: white;
  font-size: 1.25rem;
  margin: 0;
}
.posts-grid--post:nth-child(1) {
  grid-area: 1/1/3/2;
}
.posts-grid--post:nth-child(1) .posts-grid--post__thumb {
  height: 418px;
}
.posts-grid--post:nth-child(2) {
  grid-area: 1/2/2/3;
}
.posts-grid--post:nth-child(3) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 990px) {
  .posts-grid--row {
    display: block;
  }
  .posts-grid--post {
    margin: 12px 0;
  }
  .posts-grid--post__thumb {
    height: 260px;
  }
  .posts-grid--post:nth-child(1) .posts-grid--post__thumb {
    height: 260px;
  }
}