@charset "UTF-8";

/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.sub-menu > .menu-item > a {
	text-transform: uppercase;
}
/* the-best-text-emoticons-for-you-to-copy-paste */
div.entry-content div[align="center"],
div.entry-content div[align="center"] p {
	text-align: center;
}
.wp-block-image figcaption,
.wp-caption-text,
figcaption {
	text-align: left;
}
.wp-caption-text,
figcaption {
	font-size: 16px;
	line-height: 20px
}

/* Content width */
.g1-content-narrow > .twitter-tweet,
.g1-content-narrow > aside,
.g1-content-narrow > audio,
.g1-content-narrow > blockquote,
.g1-content-narrow > canvas,
.g1-content-narrow > code,
.g1-content-narrow > div,
.g1-content-narrow > dl,
.g1-content-narrow > figure,
.g1-content-narrow > form,
.g1-content-narrow > h1,
.g1-content-narrow > h2,
.g1-content-narrow > h3,
.g1-content-narrow > h4,
.g1-content-narrow > h5,
.g1-content-narrow > h6,
.g1-content-narrow > hr,
.g1-content-narrow > iframe,
.g1-content-narrow > ol,
.g1-content-narrow > p,
.g1-content-narrow > pre,
.g1-content-narrow > section,
.g1-content-narrow > table,
.g1-content-narrow > ul,
.g1-content-narrow > video {
	/* max-width: inherit; */ /* 662px; */
	width: 100vw;
	max-width: 100%;
}
.g1-content-narrow .g1-fluid-wrapper,
.g1-content-narrow .wp-caption[style],
.g1-content-narrow .wp-video[style] {
	width: inherit !important;
	max-width: 100%;
}

/* Image width fix to 100% */
.wp-block-image img, .wp-caption img {
	width: 100vw;
	/* border-radius: 4px; */
}

/* Comments */
section#comments-wp .comment-list li.comment,
section#comments-wp .cace-comments-headline {
	margin-bottom: 25px;
	margin-top: 25px;
}

/* Twitter embed center */
.twitter-tweet.twitter-tweet-rendered {
	margin: 0 auto;
}

/* Advertisement */
ins[data-adsbygoogle-status=done] {
    margin-bottom: 45px !important;
}
ins[data-adsbygoogle-status=done]::before {
    content: "ADVERTISEMENT";
    line-height: 12px;
    display: block;
    color: #999;
    font-size: 10px;
    padding: 5px 5px 2px 5px;
    text-align: center;
    font-family: 'Spartan';
	margin: 0 auto;
	background-color: #eee;
	/* border-top: 0.5px solid rgba(0,0,0,.1667); */
}

/* cookiebot.com */
#CybotCookiebotDialogPoweredbyCybot,
#CybotCookiebotDialogPoweredByText,
.CookiebotWidget-main-logo {
	display: none !important;
}
/*
#CookieDeclarationChangeConsentChange {
	display: none !important;
}
*/
/*
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-width: 0 !important;
	border-bottom: 1px solid #4db2ec !important;
}
button.CookiebotWidget-logo:hover,
button.CookiebotWidget-logo:active,
button.CookiebotWidget-logo:focus,
button.CookiebotWidget-close:hover,
button.CookiebotWidget-close:active,
button.CookiebotWidget-close:focus,
button.CookiebotWidget-show-consent-details:hover,
button.CookiebotWidget-show-consent-details:active,
button.CookiebotWidget-show-consent-details:focus,
button.CybotCookiebotDialogBodyButton:hover,
button.CybotCookiebotDialogBodyButton:active,
button.CybotCookiebotDialogBodyButton:focus,
button.CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
button.CybotCookiebotDialogDetailBodyContentCookieContainerButton:active,
button.CybotCookiebotDialogDetailBodyContentCookieContainerButton:focus {
	box-shadow: none !important;
}
*/

/* TMP */
.bimber-random-post-nav.menu-item {
	display: none !important;
}

/* Cookie Notice by Hu-manity.co */
#cookie-notice {
	border-top: 1px solid rgba(128, 128, 128, .25);
}
.cookie-notice-container {
	font-family: Spartan,Roboto,sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.cn-text-container {
	margin: 0;
}
#cn-accept-cookie::before {
	content: '\00a0\00a0';
}
#cn-accept-cookie::after {
	content: '\00a0•\00a0';
}
#cookie-notice .cn-button {
	margin: 0;
}

/* Hide bullet-point before Date */
.entry-byline .entry-date::before {
	display: none !important;
}

/* List */
ol {
  width: 90% !important;
}

/* https://earthlymission.com/shake-your-head-illusion-optical-eyes-images/ */
.wp-image-80755,
.wp-image-80758,
.wp-image-80759,
.wp-image-80756,
.wp-image-80757 {
    width: 500px !important;
}

/* for ul li */
.g1-content-narrow > .twitter-tweet, .g1-content-narrow > aside, .g1-content-narrow > audio, .g1-content-narrow > blockquote, .g1-content-narrow > canvas, .g1-content-narrow > code, .g1-content-narrow > div, .g1-content-narrow > dl, .g1-content-narrow > figure, .g1-content-narrow > form, .g1-content-narrow > h1, .g1-content-narrow > h2, .g1-content-narrow > h3, .g1-content-narrow > h4, .g1-content-narrow > h5, .g1-content-narrow > h6, .g1-content-narrow > hr, .g1-content-narrow > iframe, .g1-content-narrow > ol, .g1-content-narrow > p, .g1-content-narrow > pre, .g1-content-narrow > section, .g1-content-narrow > table, .g1-content-narrow > ul, .g1-content-narrow > video {
  width: inherit !important;
  max-width: 100% !important;
}

/* caption text color */
.wp-caption-text, figcaption {
  color: #777;
}

/* SHAREBAR */
.g1-sharebar {
  position: fixed;
  z-index: 99999;
  top: 0; /* top: auto; */
  bottom: auto; /* bottom: 0; */
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.g1-sharebar.g1-sharebar-off {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.g1-sharebar.g1-sharebar-on {
  opacity: 1 !important;
}

body.single .author-info .author-overview::after {
	margin-top: 0;
}

