/*!
 * Theme Name: Chrisbaker 2022
 * Theme URI: https://ilovechrisbaker.com/
 * Description: Theme for ilovechrisbaker.com
 * Version: 1.0.1
 * Author: Ga Satrya
 * Author URI: https://gasatrya.dev/
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, theme-options, threaded-comments, translation-ready, blog
 * Text Domain: chrisbaker
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * PAGES
 * - HOMEPAGE
 * - GRADIENTS
 *
 * SECTIONS
 * - HEADER
 * - MODULES
 * - FOOTER
 * - COMMENT
 *
 */
/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.container {
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem; }

.container:after {
  content: ' ';
  display: block;
  clear: both; }

@media (min-width: 1024px) {
  .container {
    padding: 0; } }

@media (min-width: 1600px) {
  .container {
    max-width: 117rem; } }

.site {
  position: relative; }

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Archivo', sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  font-style: normal;
  color: #494949;
  background: #fff;
  margin: 0; }

/**
 * Selection Color.
 */
::-moz-selection {
  color: #fff;
  background: #42a5f5;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #42a5f5;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #42a5f5;
  text-shadow: none; }

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

img[class*='align'],
img[class*='attachment-'] {
  height: auto; }

.wp-caption {
  max-width: 100%;
  margin: 0;
  margin-bottom: 5rem;
  font-family: 'Archivo', sans-serif; }

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-bottom: 0.5rem; }

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  color: #999; }

.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0; }

embed,
iframe,
object {
  width: 100%;
  max-width: 100%; }

.alignleft {
  float: left;
  margin-right: 2.1rem; }

.alignright {
  float: right;
  margin-left: 2.1rem; }

.aligncenter {
  clear: both; }

.alignnone {
  display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  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 */ }

table {
  width: 100%;
  margin-bottom: 2.1rem; }

table th,
table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

table th {
  text-transform: uppercase;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.08); }

table tr th:first-child,
table tr td:first-child {
  padding-left: 0; }

table tr th:last-child,
table tr td:last-child {
  padding-right: 0; }

.sticky,
.bypostauthor {
  font-size: inherit; }

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 2rem; }

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0.4rem 0.4rem 0; }

.gallery-icon a,
.gallery-icon img {
  display: block; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n + 1) {
  clear: left; }

.gallery-caption {
  font-size: 1.4rem;
  line-height: 2.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.2rem 0.8rem;
  text-align: left;
  opacity: 0;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7); }

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  content: ''; }

.gallery-item:hover .gallery-caption {
  opacity: 0; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.animated-link::after {
  content: '\2192';
  display: inline-block;
  padding-left: 0.5rem;
  transition: all 200ms linear; }

.animated-link:hover::after {
  padding-left: 0.7rem; }

.green-link {
  color: #62a810;
  margin-top: 3rem;
  display: inline-block; }

.green-link:visited {
  color: #62a810; }

video,
audio {
  max-width: 100%; }

.gallery,
.clearfix,
.entry .project-content-wrapper {
  *zoom: 1; }

.gallery:before,
.clearfix:before,
.entry .project-content-wrapper:before,
.gallery:after,
.clearfix:after,
.entry .project-content-wrapper:after {
  display: table;
  content: ''; }

.gallery:after,
.clearfix:after,
.entry .project-content-wrapper:after {
  clear: both; }

.entry .project-urls,
.widget ul,
.project-filters,
.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
  transition: all 200ms ease-in-out 0s;
  text-decoration: none;
  color: #888; }

a:visited {
  color: #7b7b7b; }

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

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 1.05rem 0;
  color: #494949; }

h1,
.h1 {
  font-size: 3.6rem;
  line-height: 3.96rem; }

h2,
.h2,
.sidebar-footer .textwidget h1,
.sidebar-footer .textwidget h2,
.sidebar-footer .textwidget h3 {
  font-size: 3rem;
  line-height: 3.3rem; }

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 3.12rem; }

h4,
.h4 {
  font-size: 2rem;
  line-height: 2.6rem; }

h5,
.h5 {
  font-size: 1.6rem; }

h6,
.h6 {
  font-size: 1.4rem; }

/**
 * Text elements.
 */
p {
  margin: 0 0 2.1rem; }

abbr[title],
dfn[title] {
  cursor: help; }

del {
  vertical-align: baseline;
  text-decoration: line-through;
  color: #aaa; }

code,
kbd,
pre,
samp {
  font-size: 1.6rem; }

pre {
  margin: 2.1rem 0;
  padding: 2.1rem;
  color: #2080ad;
  background-color: #fafafa; }

code {
  color: #2080ad; }

blockquote {
  font-style: italic;
  margin: 2.1rem 4rem;
  padding-left: 2rem;
  color: #777;
  border-left: 0.3rem solid #555; }

blockquote cite {
  position: relative;
  display: block;
  padding: 1rem 0 0 2rem;
  color: #555; }

blockquote cite:before {
  position: absolute;
  left: 0;
  content: '\2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ''; }

address {
  display: block;
  margin: 0 0 2.1rem; }

ul,
ol {
  margin: 1.4rem 0;
  padding: 0 0 0 2.1rem; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

li ul,
li ol {
  margin: 0; }

dl {
  margin: 2.1rem; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 2.1rem; }

hr {
  clear: both;
  height: 0.1rem;
  min-height: 0;
  margin: 2.1rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.08);
  border-right: 0;
  border-bottom: 0;
  border-left: 0; }

hr.dotted {
  border-style: dotted; }

hr.dashed {
  border-style: dashed; }

hr.blackborder {
  border-color: #000; }

hr.whiteborder {
  border-color: #fff; }

/**
 * Print styles.
 */
@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='url'],
form input[type='date'],
form input[type='month'],
form input[type='time'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='week'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='color'],
form select,
form textarea {
  display: inline-block;
  box-sizing: border-box;
  height: 4.5rem;
  padding: 0.9rem 1rem;
  vertical-align: middle;
  border: 0.1rem solid #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

form textarea {
  height: auto; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd; }

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more highstakeized across browsers. */
form input[type='color'] {
  padding: 0.2em 0.5em; }

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='url']:focus,
form input[type='date']:focus,
form input[type='month']:focus,
form input[type='time']:focus,
form input[type='datetime']:focus,
form input[type='datetime-local']:focus,
form input[type='week']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='color']:focus,
form select:focus,
form textarea:focus {
  border-color: #129fea;
  outline: 0;
  background-color: #fff; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  border-color: #129fea;
  outline: 0; }

form input[type='file']:focus,
form input[type='radio']:focus,
form input[type='checkbox']:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea; }

form input[type='checkbox'],
form input[type='radio'] {
  display: inline-block;
  margin: 0.5em 0; }

form input[type='text'][disabled],
form input[type='password'][disabled],
form input[type='email'][disabled],
form input[type='url'][disabled],
form input[type='date'][disabled],
form input[type='month'][disabled],
form input[type='time'][disabled],
form input[type='datetime'][disabled],
form input[type='datetime-local'][disabled],
form input[type='week'][disabled],
form input[type='number'][disabled],
form input[type='search'][disabled],
form input[type='tel'][disabled],
form input[type='color'][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded; }

form input[readonly],
form select[readonly],
form textarea[readonly] {
  color: #777;
  /* menu text color */
  border-color: #ccc;
  background-color: #eee;
  /* menu hover bg color */ }

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d; }

form input[type='file']:focus:invalid:focus,
form input[type='radio']:focus:invalid:focus,
form input[type='checkbox']:focus:invalid:focus {
  outline-color: #e9322d; }

form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white; }

form select[multiple] {
  height: auto; }

form label {
  margin: 0.5em 0 0.2em; }

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

form legend {
  display: block;
  width: 100%;
  margin-bottom: 0.3em;
  padding: 0.3em 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

/**
 * Button
 */
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  text-decoration: none;
  padding: 0.9rem 3rem;
  color: #000;
  border: 0.3rem solid #000;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color linear 200ms; }

button:visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited,
.button:visited {
  color: #000; }

button:visited:hover,
input[type='button']:visited:hover,
input[type='reset']:visited:hover,
input[type='submit']:visited:hover,
.button:visited:hover {
  color: #fff; }

.button-primary {
  background-color: #42a5f5;
  color: #fff;
  padding: 1.5rem 3.3rem;
  border: none rgba(0, 0, 0, 0); }

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:hover,
.button:focus {
  background-color: #000;
  color: #fff; }

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus {
  outline: 0; }

button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
  background-color: #000;
  color: #fff; }

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
.button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*------------------------------------*
	$HEADER
*------------------------------------*/
.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 10rem; }

@media (min-width: 768px) {
  .site-header {
    margin-bottom: 0; } }

.aboutme {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 7rem;
  margin-top: 0; }

@media (min-width: 768px) {
  .aboutme {
    margin-bottom: 14rem;
    margin-top: 0; } }

@media (min-width: 1600px) {
  .aboutme {
    font-size: 3.6rem;
    line-height: 4.3rem; } }

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.site-content {
  margin-bottom: 25rem; }

@media (max-width: 800px) {
  .home .site-content {
    margin-bottom: 12rem; }
  .site-content {
    overflow: hidden; } }

.single .site-content {
  margin-top: 5rem; }

@media (min-width: 768px) {
  .single .site-content {
    margin-top: 3rem; } }

.thumbnail-link {
  display: block; }

.thumbnail-link img {
  display: block;
  width: 100%; }

.entry .thumbnail-link {
  margin-bottom: 5rem; }

.single .entry .project-content-wrapper {
  margin-bottom: 10rem; }

.entry .content-left {
  margin-bottom: 2rem; }

@media (min-width: 600px) {
  .entry .content-left {
    margin-bottom: 3rem; } }

@media (min-width: 768px) {
  .entry .content-left {
    width: 18.6936936937%;
    float: left;
    margin-right: 2.7027027027%;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .entry .content-right {
    width: 74.3243243243%;
    float: right;
    margin-right: 0; } }

.entry .project-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: 5rem;
  display: inline-block; }

@media (min-width: 375px) {
  .entry .project-title {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .entry .project-title {
    margin-bottom: 1.3rem;
    margin-right: 0;
    display: block; } }

.entry .project-title a {
  color: #494949; }

.entry .project-title a:hover {
  color: #000; }

.entry .project-urls {
  margin-bottom: 0;
  display: inline-block; }

@media (min-width: 768px) {
  .entry .project-urls {
    display: inline-block;
    margin-bottom: 4rem; } }

.entry .project-urls li {
  display: inline-block; }

.entry .project-urls a:focus {
  outline: 0; }

.entry .project-credits {
  color: #888;
  display: none; }

@media (min-width: 768px) {
  .entry .project-credits {
    display: inline-block; } }

.entry .project-excerpt,
.entry .project-content {
  font-family: 'EB Garamond', serif;
  font-size: 2.3rem;
  line-height: 2.9rem;
  margin-bottom: 3rem; }

@media (min-width: 700px) {
  .entry .project-excerpt,
  .entry .project-content {
    font-size: 3rem;
    line-height: 3.5rem; } }

.entry .project-press {
  font-family: 'EB Garamond', serif;
  font-size: 1.9rem;
  line-height: 2.5rem;
  color: #bbb; }

@media (min-width: 700px) {
  .entry .project-press {
    font-size: 2.6rem;
    line-height: 3.4rem; } }

.entry .project-press a {
  color: #bbb; }

.entry .project-press a:hover {
  color: #494949; }

.short-desc {
  color: #999;
  display: none; }

@media (min-width: 600px) {
  .short-desc {
    display: block; } }

/**
 * Format galery
 */
.project-images,
.project-video {
  margin-bottom: 5rem; }

/**
 * Format video
 */
.project-video .mejs-controls {
  display: none !important;
  visibility: hidden !important; }

.video-inline {
  width: 100%;
  height: 100%;
  margin: 0 auto 2rem; }

@media (min-width: 600px) {
  .video-inline {
    margin-bottom: 5rem; } }

.video-inline .video-wrapper {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 67.5%; }

.video-inline video {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.video-inline.iphone_landscape_no_hand .video-wrapper {
  padding-bottom: 74.5%; }

.video-inline.iphone_landscape_no_hand video {
  background-image: url("assets/img/iphone-landscape.jpg");
  padding: 0 5%; }

@media (min-width: 375px) {
  .video-inline.iphone_landscape_no_hand video {
    padding: 0 7%; } }

@media (min-width: 500px) {
  .video-inline.iphone_landscape_no_hand video {
    padding: 0 8.3% 0 9%; } }

.video-inline.iphone_no_hand .video-wrapper {
  padding-bottom: 120%; }

@media (min-width: 576px) {
  .video-inline.iphone_no_hand .video-wrapper {
    padding-bottom: 75%; } }

.video-inline.iphone_no_hand video {
  background-image: url("assets/img/iphone-portrait.jpg");
  padding: 8% 0 10% 0.5%; }

@media (min-width: 500px) {
  .video-inline.iphone_no_hand video {
    padding: 5% 0 6% 0.4%; } }

.video-inline.browser .video-wrapper {
  padding-bottom: 74.5%;
  padding-top: 0; }

.video-inline.browser video {
  background-image: url("assets/img/browser.jpg");
  padding: 9.6% 8.5% 9%; }

@media (min-width: 500px) {
  .video-inline.browser video {
    padding: 9% 9.7% 9%; } }

.video-inline.macbook .video-wrapper {
  padding-bottom: 68.5%;
  height: 23.5rem; }

@media (min-width: 375px) {
  .video-inline.macbook .video-wrapper {
    height: 29.5rem; } }

@media (min-width: 400px) {
  .video-inline.macbook .video-wrapper {
    height: 33.5rem; } }

@media (min-width: 1024px) {
  .video-inline.macbook .video-wrapper {
    height: 66.5rem; } }

.video-inline.macbook video {
  background-image: url("assets/img/macbook-black@2x.jpg");
  padding: 8% 10.5% 9% 10.5%; }

@media (min-width: 325px) {
  .video-inline.macbook video {
    padding: 8% 13% 9% 13%; } }

@media (min-width: 375px) {
  .video-inline.macbook video {
    padding: 8% 8.5% 9%; } }

@media (min-width: 400px) {
  .video-inline.macbook video {
    padding: 8% 8.5% 9%; } }

@media (min-width: 500px) {
  .video-inline.macbook video {
    padding: 8% 15.6% 9%; } }

.video-inline.iphone .video-wrapper,
.video-inline.iphone_two .video-wrapper {
  padding-bottom: 85.5%;
  height: 42rem; }

@media (min-width: 375px) {
  .video-inline.iphone .video-wrapper,
  .video-inline.iphone_two .video-wrapper {
    height: 50rem; } }

@media (min-width: 500px) {
  .video-inline.iphone .video-wrapper,
  .video-inline.iphone_two .video-wrapper {
    height: 76rem; } }

.video-inline.iphone video,
.video-inline.iphone_two video {
  background-image: url("assets/img/iphone-hand@2x.jpg");
  padding: 31.6% 0; }

@media (min-width: 325px) {
  .video-inline.iphone video,
  .video-inline.iphone_two video {
    padding: 30.6% 0; } }

@media (min-width: 380px) {
  .video-inline.iphone video,
  .video-inline.iphone_two video {
    padding: 26.6% 0; } }

@media (min-width: 500px) {
  .video-inline.iphone video,
  .video-inline.iphone_two video {
    padding: 28.6% 0; } }

@media (min-width: 600px) {
  .video-inline.iphone video,
  .video-inline.iphone_two video {
    padding: 29% 0; } }

@media (min-width: 600px) {
  .video-inline.iphone video,
  .video-inline.iphone_two video {
    padding: 24.2% 0; } }

@media (min-width: 700px) {
  .video-inline.iphone video,
  .video-inline.iphone_two video {
    padding: 20.9% 0; } }

@media (min-width: 800px) {
  .video-inline.iphone video,
  .video-inline.iphone_two video {
    padding: 17.2% 0; } }

.video-inline.iphone_two video {
  background-image: url("assets/img/iphone-hand.jpeg"); }

.video-inline.iphone_landscape .video-wrapper {
  height: 20.5rem;
  padding-bottom: 73.5%; }

@media (min-width: 1024px) {
  .video-inline.iphone_landscape .video-wrapper {
    height: 60.5rem; } }

.video-inline.iphone_landscape video {
  background-image: url("assets/img/iphone-hand-landscape.jpeg");
  padding: 6% 16.1% 12% 16.8%; }

@media (min-width: 375px) {
  .video-inline.iphone_landscape video {
    padding: 6% 16.3% 12%; } }

@media (min-width: 500px) {
  .video-inline.iphone_landscape video {
    padding: 6% 17% 11%; } }

@media (min-width: 600px) {
  .video-inline.iphone_landscape video {
    padding: 6% 18.5% 11% 18.7%; } }

@media (min-width: 700px) {
  .video-inline.iphone_landscape video {
    padding: 6% 18.6% 12% 19%; } }

@media (min-width: 800px) {
  .video-inline.iphone_landscape video {
    padding: 6% 19.6% 11% 19%; } }

.video-inline.no_bg .video-wrapper {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }

.video-inline.no_bg video {
  background: none;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

/**
 * Book
 */
.project-book {
  margin: 0 auto 2rem; }
  @media (min-width: 600px) {
    .project-book {
      margin-bottom: 5rem; } }

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * Front sidebar
 */
.sidebar-front {
  text-align: center; }

@media (min-width: 768px) {
  .sidebar-front {
    text-align: left; } }

.sidebar-front .front-column {
  display: none; }

@media (min-width: 768px) {
  .sidebar-front .front-column {
    display: inline-block;
    width: 14.4144144144%;
    float: left;
    margin-right: 2.7027027027%; } }

@media (min-width: 768px) {
  .sidebar-front .front-column-left {
    width: 65.7657657658%;
    float: left;
    margin-right: 2.7027027027%; } }

.sidebar-front .front-column-right {
  float: right;
  margin-right: 0; }

@media (max-width: 768px) {
  .sidebar-front__arrow-next {
    padding: 0 0 20px; }
  .sidebar-front__arrow-next:after {
    content: '\2193';
    font-size: 2rem; } }

/**
 * Footer sidebar
 */
.sidebar-footer {
  margin-bottom: 10rem; }

@media (min-width: 768px) {
  .sidebar-footer .footer-column-left {
    width: 57.2072072072%;
    float: left;
    margin-right: 2.7027027027%; } }

@media (min-width: 768px) {
  .sidebar-footer .footer-column-right {
    width: 40.0900900901%;
    float: right;
    margin-right: 0; } }

.sidebar-footer .textwidget h1,
.sidebar-footer .textwidget h2,
.sidebar-footer .textwidget h3 {
  font-family: 'EB Garamond', serif;
  margin-top: 0;
  font-weight: normal; }

.sidebar-footer .widget {
  margin-bottom: 7rem; }

/**
 * Widget
 */
.widget li a::after {
  content: '\2192';
  display: inline-block;
  padding-left: 0.5rem;
  transition: all 200ms linear; }

.widget li a:hover::after {
  padding-left: 0.7rem; }

.widget li.jumpto a::after {
  content: '\2193';
  transition: all 200ms linear;
  top: 0;
  position: relative; }

.widget li.jumpto a:hover::after {
  padding-left: 0.5rem;
  top: 0.3rem; }

.widget-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media (min-width: 1600px) {
  .widget-title {
    font-size: 1.6rem; } }

/**
 * Selected Projects
 */
.selected-projects .entry {
  margin-bottom: 250px; }

@media (max-width: 800px) {
  .selected-projects .entry:nth-last-child(1n) {
    margin-bottom: 10rem; } }

.selected-projects .page-numbers {
  display: none; }

.infinite-scroll-last {
  display: none !important; }

.load-more-projects {
  margin: auto;
  text-align: center;
  margin-bottom: 25rem; }

@media (max-width: 768px) {
  .load-more-projects {
    display: block; }
  .load-more-projects .show-on-mobile {
    display: inline-block; } }

@media (max-width: 768px) and (min-width: 768px) {
  .load-more-projects .show-on-mobile {
    display: none; } }

.single .load-more-projects {
  display: block; }

.load-more-projects button:active,
.load-more-projects button:focus {
  background-color: #fff !important;
  color: #000 !important; }
  .load-more-projects button:active:hover,
  .load-more-projects button:focus:hover {
    background-color: #000 !important;
    color: #fff !important; }

.page-load-status {
  margin: auto;
  text-align: center;
  margin-bottom: 10rem;
  display: none; }

.infinite-scroll-request img {
  width: 5.5rem; }

/**
 * Grid Projects
 */
.projects-grid .project-item {
  margin-left: -1rem;
  margin-right: -1rem; }

.projects-grid .entry {
  position: relative;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.3157894737%;
  padding-right: 1.3157894737%;
  margin-bottom: 0; }

.projects-grid .entry .thumbnail-link {
  margin-bottom: 1rem; }

@media (min-width: 567px) {
  .projects-grid .entry {
    width: 25%; } }

.projects-grid .project-title {
  line-height: 2.1rem; }

@media (max-width: 768px) {
  .projects-grid .project-title {
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-size: 1.2rem; } }

.projects-grid .thumbnail-link {
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.projects-grid .thumbnail-link:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1) rotate(0.1deg);
  opacity: 0.9; }

.projects-grid .thumbnail-link img {
  display: block;
  transition: all 600ms; }

.project-filters {
  margin-bottom: 5rem; }

.project-filters li {
  display: inline-block; }

.project-filters li::after {
  content: '/';
  display: inline-block;
  padding: 0 1rem; }

.project-filters li:last-child::after {
  content: '';
  padding: 0; }

.project-filters a {
  text-transform: capitalize; }

.project-filters a.filter-active {
  color: #000; }

.bouncing-hand {
  display: inline-block;
  background: url("assets/img/ahem.gif") no-repeat center center;
  display: block;
  width: 6rem;
  height: 6rem;
  background-size: contain;
  margin-bottom: 1rem;
  opacity: 0 !important;
  transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s; }

.show-hand .bouncing-hand {
  opacity: 1 !important; }

/**
 * Footer nav
 */
.footer-navigation {
  margin-bottom: 5rem; }

.footer-navigation li a::after {
  content: '\2192';
  display: inline-block;
  padding-left: 0.5rem;
  transition: all 200ms linear; }

.footer-navigation li a:hover::after {
  padding-left: 0.7rem; }

/**
 * Owl Slider
 */
.owl-carousel:hover .owl-nav [class*='owl-'] {
  opacity: 1;
  visibility: visible; }

.owl-carousel:hover .owl-nav .owl-prev {
  left: 0; }

.owl-carousel:hover .owl-nav .owl-next {
  right: 0; }

.owl-nav {
  margin-top: 0; }

.owl-theme .owl-nav [class*='owl-'] {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
  color: inherit; }

.owl-theme .owl-nav [class*='owl-'] img {
  width: 6rem; }

.owl-carousel .owl-nav .owl-prev {
  left: -3rem; }

.owl-carousel .owl-nav .owl-next {
  right: -3rem; }

/**
 * Popup
 */
.inline-popup {
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  max-width: 70rem;
  margin: 2rem auto; }

.popup-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.popup-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.popup-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.popup-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.popup-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.popup-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  right: -4rem;
  top: -1.5rem; }

.mfp-close-btn-in .mfp-close:hover {
  background-color: transparent; }

/**
 * Mobile menu
 */
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  overflow-y: auto;
  fill: currentColor;
  display: none; }

.mobile-navigation .menu-mobile-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center; }

.mobile-navigation .menu-mobile-items li {
  padding: 0.5rem 0; }

.mobile-navigation .menu-mobile-items a {
  color: #fff;
  font-size: 3rem;
  line-height: 3.6rem; }

#top-menu {
  min-height: 98px;
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  transition: all 0.1s ease-in-out;
  display: none; }

@media (max-width: 840px) {
  #top-menu {
    display: block; } }

.home #top-menu.show,
#top-menu.show {
  opacity: 1; }

.home #top-menu.hide,
#top-menu.hide {
  opacity: 0; }

.home #top-menu {
  opacity: 0; }

#inner-top-menu {
  padding: 35px 5px;
  position: relative; }

#top-menu-button {
  width: 50px;
  height: 40px;
  cursor: pointer;
  float: right;
  margin-top: -5px;
  color: #aaa; }

#top-menu-button svg {
  fill: currentColor; }

#close-mobile-menu {
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 35px;
  right: 55px;
  cursor: pointer; }

#close-mobile-menu svg {
  fill: currentColor; }

/**
 * Go back arrow
 */
.goback {
  display: none; }

.goback-link {
  display: inline-block; }

.goback-link img {
  max-width: 10%; }

/**
 * Next / Prev post
 */
.post-pagination {
  display: none;
  margin-top: 14rem;
  position: relative; }

@media (min-width: 768px) {
  .post-pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.post-pagination .post-detail {
  margin-bottom: 3rem; }

.post-pagination .post-detail span {
  display: none; }

@media (min-width: 569px) {
  .post-pagination .post-detail span {
    display: inline-block; } }

.post-pagination .post-detail a {
  font-size: 1.4rem;
  display: block; }

.post-pagination .thumbnail-link {
  margin-bottom: 2rem; }

.prev-post {
  -webkit-flex: 0 0 31.5315315315%;
  -ms-flex: 0 0 31.5315315315%;
  flex: 0 0 31.5315315315%;
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .prev-post {
    margin-bottom: 0; } }

.prev-post .arrow {
  margin-right: 10px; }

.prev-post .post-detail a::before {
  content: '\2190';
  display: inline-block;
  padding-right: 0.5rem;
  transition: all 200ms linear; }

.prev-post .post-detail a:hover::before {
  padding-right: 0.7rem; }

.next-post {
  -webkit-flex: 0 0 31.5315315315%;
  -ms-flex: 0 0 31.5315315315%;
  flex: 0 0 31.5315315315%;
  text-align: right; }

.next-post .arrow {
  margin-left: 10px; }

.next-post .post-excerpt {
  text-align: left; }

.random-post {
  -webkit-flex: 0 0 31.5315315315%;
  -ms-flex: 0 0 31.5315315315%;
  flex: 0 0 31.5315315315%;
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .random-post {
    margin-bottom: 0; } }

.random-post .post-detail {
  text-align: center; }

/**
 * Love letter
 */
.love-letter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -5rem;
  font-size: 5rem;
  margin: auto;
  text-align: center;
  z-index: 99;
  opacity: 0;
  transition: opacity 400ms ease, bottom 400ms ease; }

.love-letter.show {
  bottom: 2rem;
  opacity: 1; }

/**
 * Plyr
 */
.plyr__control--overlaid {
  padding: 37px;
  opacity: 0.6; }

.plyr__controls {
  opacity: 0; }

.plyr--video:hover .plyr__controls {
  opacity: 1; }

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-footer {
  margin-bottom: 10rem; }

/*------------------------------------*
	$COMMENT
*------------------------------------*/
/*------------------------------------*
	$HOMEPAGE
*------------------------------------*/
/*------------------------------------*
	$GRADIENTS
*------------------------------------*/
.page-template-template-gradients .site-content {
  margin-bottom: 0; }

.page-template-template-gradients .site-footer {
  display: none; }

.page-template-template-gradients .entry-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  font-size: 3rem;
  line-height: 3.5rem;
  padding: 3rem 10rem; }

@media (min-width: 768px) {
  .page-template-template-gradients .entry-content {
    font-size: 1.8rem; } }

.page-template-template-gradients .content-area {
  height: 100vh;
  color: #fff;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 100s ease infinite;
  animation: Gradient 100s ease infinite; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

blockquote {
  border: none; }

.tags-links {
  display: none; }
  @media (min-width: 567px) {
    .tags-links {
      display: block; } }
  .tags-links a {
    background-color: #999;
    color: #fff;
    padding: 0.5em;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 1; }
    .tags-links a:hover {
      background-color: #bdbdbd; }

.badge {
  position: absolute;
  top: -15px;
  left: -5px;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 99; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container.portrait {
    padding-bottom: 177%; }
  .tiktok-vid .embed-container {
    padding: 2rem 0 4rem;
    background-color: #000; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .tiktok-vid .embed-container iframe, .tiktok-vid
  .embed-container object, .tiktok-vid
  .embed-container embed {
    position: relative; }

.tiktok-vid .tiktok-embed {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: fit-content !important;
  padding-top: 2.1rem; }

.tiktok-vid iframe {
  border-radius: 10px; }

.tiktok-vid .vid-col {
  padding: 0; }

.vid-cols {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .vid-cols {
      display: grid;
      margin-bottom: 5rem; } }
  @media (min-width: 768px) {
    .vid-cols.two_columns {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 768px) {
    .vid-cols.three_columns {
      grid-template-columns: repeat(3, 1fr); } }

.vid-col {
  padding: 1rem 0; }
  @media (min-width: 768px) {
    .vid-col {
      padding: 1rem; } }

.df-container .loading-info {
  display: none !important; }

.df-container.df-loading::before {
  background: #f8f8f8 !important;
  border: none !important; }

/*# sourceMappingURL=style.css.map */