/* ----------------------------------------------
Inter variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}
---------------------------------------------- */

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
}/*
Theme Name: Twenty Twenty
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Paddings
# Width
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/@media print and print{/* Margins */

  @page {
    margin: 2cm;
  }

  .entry-header,
  .site-footer {
    margin: 0;
  }

  /* Paddings */

  .posts {
    padding: 0;
  }
 
  /* Width */

  .entry-content,
  .entry-content p,
  .section-inner,
  .section-inner.max-percentage,
  .section-inner.medium,
  .section-inner.small,
  .section-inner.thin {
    max-width: 100%;
    width: 100%;
  }

  /* Fonts */

  body {
    background: #fff !important;
    color: #000;
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }

  h1 {
    font-size: 20pt;
  }

  h2,
  h2.entry-title,
  h3,
  h4,
  .has-normal-font-size,
  .has-regular-font-size,
  .has-large-font-size,
  .comments-header {
    font-size: 14pt;
    margin-top: 1cm;
  }

  /* Page breaks */

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  /* Links */

  a:link,
  a:visited,
  a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }

  a {
    page-break-inside: avoid;
  }

  a[href^="http"]:after {
    content: " < " attr(href) "> ";
  }

  a:after > img {
    content: "";
  }

  article a[href^="#"]:after {
    content: "";
  }

  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }

  /* Visibility */

  #site-header,
  .comment-form,
  .comments-wrapper,
  .comment .comment-metadata,
  .footer-social-wrapper,
  .footer-widgets-outer-wrapper,
  .header-navigation-wrapper,
  .entry-categories,
  .post-comment-link.meta-wrapper,
  .pagination-wrapper,
  .pagination-single,
  .post-meta-wrapper.post-meta-edit-link-wrapper,
  .post-meta-wrapper.post-meta-single-bottom,
  .post-separator,
  .site-logo img {
    display: none;
  }

  .entry-content .wp-block-button .wp-block-button__link,
  .entry-content .wp-block-button .wp-block-file__button,
  .entry-content .button {
    background: none;
    color: #000;
  }}/**
 * Infinite scroll
 */

#infinite-footer {
	z-index: 1;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination-wrapper,
.infinite-scroll.neverending .footer-nav-widgets-wrapper,
.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. */
.infinite-end.neverending .footer-nav-widgets-wrapper,
.infinity-end.neverending #site-footer {
	display: block;
}

.infinity-end.neverending #site-footer {
	margin: 8rem 0 0;
}

.infinite-loader {
	margin: 5rem auto;
}

.infinite-loader .spinner {
	margin: 0 auto;
	left: inherit !important;
}

#site-content #infinite-handle {
	margin: 5rem auto;
	max-width: 58rem;
	width: calc(100% - 8rem);
}

#site-content #infinite-handle span {
	background: transparent;
	display: block;
	font-size: 1.7rem;
	text-align: center;
}

#site-content #infinite-handle span button,
#site-content #infinite-handle span button:hover,
#site-content #infinite-handle span button:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: #cd2653;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

#site-content #infinite-handle span button:hover {
	text-decoration: underline;
}

#site-content .infinite-wrap .hentry:first-of-type {
	padding: 4rem 0 0;
}

/**
 * Sharing & Related Posts
 */

.entry-content div.sharedaddy h3.sd-title,
.entry-content h3.sd-title,
.entry-content #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: -0.016875em;
	line-height: 1.5;
}

@media (min-width: 700px){.entry-content div.sharedaddy h3.sd-title,
	.entry-content h3.sd-title,
	.entry-content #jp-relatedposts h3.jp-relatedposts-headline {
		font-size: 4rem;
	}}

.entry-content div.sharedaddy h3.sd-title::before,
.entry-content h3.sd-title::before {
	border: 0 none;
}

.entry-content #jp-relatedposts h3.jp-relatedposts-headline em::before {
	border: 0 none;
}

/* Authors widget */
.widget_authors ul {
	list-style: none;
	margin-left: 0;
}

.widget_authors li {
	margin-top: 1rem;
	list-style: none;
}

.widget_authors li:first-child {
	margin-top: 2rem;
}

/* Flickr */
.widget_flickr .flickr-size-thumbnail .flickr-images {
	justify-content: left;
}

/* EU cookie law */
.widget_eu_cookie_law_widget #eu-cookie-law,
.widget_eu_cookie_law_widget #eu-cookie-law .accept {
	font-size: 1.6rem;
	font-weight: 500;
	padding: 2rem;
}

.widget_eu_cookie_law_widget #eu-cookie-law .accept {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	padding: 1.1em 1.44em;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

@media (max-width: 600px){.widget_eu_cookie_law_widget #eu-cookie-law {
		font-size: 1.4rem;
		padding: 1.5rem 1.5rem 6.5rem;
	}

	.widget_eu_cookie_law_widget #eu-cookie-law .accept {
		font-size: 1.2rem;
		bottom: 1.5rem;
		right: auto;
		left: 1.5rem;
		padding: 1rem;
		margin: 0;
	}}

/* Subscriptions Widget */

.jetpack_subscription_widget .widget-title label {
	font-size: 2.8rem;
	font-weight: 700;
	margin: 0;
}

@media ( min-width: 700px ){.jetpack_subscription_widget .widget-title label {
		font-size: 4rem;
	}}

/*
 * This overwrites inline styles added to the wpcom widget,
 * hence the use of !important
 */
.widget_blog_subscription form p:not(#subscribe-email) input[type="text"] {
	padding: 1.5rem 1.8rem !important;
	width: 100% !important;
}

/* Related Posts */

.entry-content #jp-relatedposts {
	max-width: 120rem;
	margin: 1em auto;
	width: calc(100% - 4rem);
}

@media (min-width: 700px){.entry-content #jp-relatedposts {
		width: calc(100% - 8rem);
	}}

#jp-relatedposts .jp-relatedposts-grid {
	display: flex;
	flex-grow: 1;
	flex-basis: 0;
	justify-content: space-between;
	box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
#jp-relatedposts .jp-relatedposts-post {
	width: calc(33% - 2rem);
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width: 640px){#jp-relatedposts .jp-relatedposts-grid {
		flex-direction: column;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
	#jp-relatedposts .jp-relatedposts-post {
		width: 100%;
	}}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 0;
}

#jp-relatedposts#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: inherit;
	line-height: 1.5;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	width: 100%;
}

/* Tiled Galleries in Classic Blocks */
.entry-content .tiled-gallery {
	margin: 0 auto 1.5em;
}

/**
 * Shortcodes
 */

/* Recipe */
.entry-content .jetpack-recipe {
	margin: 1em auto;
}

/* Facebook */
.entry-content .fb-video {
	display: block;
}

/**
 * Blocks
 */

/* Related Posts Block */
.jp-related-posts-i2__post li {
	margin: 0;
}

/* GIF Block */
.wp-block-jetpack-gif {

	/* Uses !important because gif block styles load in footer after this file */
	margin: 1em auto !important;
}

/**
 * Images
 */

/* Beautiful Math */
.entry-content img.latex {
	display: inline;
}

/**
 * .com Toolbar
 */

/* fix site position when overflow nav modal  */
.admin-bar {
	position: unset !important;
}

.screen-reader-text {
	position: absolute;
}

/* Contact form */

/* See https://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentytwenty/style.css?rev=58726#L710 */
.contact-form input.grunion-field[type="checkbox"] {
	padding: 0;
	width: 1.5rem;
	height: 1.5rem;
}
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px){.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}}
				@media screen and (max-height: 640px){.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}}