<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Tintinem
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Block Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"] figcaption {
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
	text-align: center;
}

.rtl [class^="wp-block-"] figcaption {
	text-align: right;
}

/* Align */
.entry-content &gt; *.alignwide,
.entry-summary &gt; *.alignwide {
    width: 100%;
    max-width: 100%;
}
.entry-content &gt; *.alignwide,
.entry-summary &gt; *.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
}

/* Image */

@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		margin-left: 0;
		margin-right: -40%;
	}
}

/* Gallery */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 10px 10px 5px;
    font-size: 13px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0;
    padding: 95px 50px 70px;
}

/* Quote */
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 0;
    border-left: none;
    background: none
}
/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */

.wp-block-file .wp-block-file__button {
	background: #404040;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background: #007acc;
}

.wp-block-file .wp-block-file__button:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

.rtl .wp-block-file * + .wp-block-file__button {
	margin-left: 0.75em;
	margin-right: 0;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting Blocks
--------------------------------------------------------------*/

/* Code */
.wp-block-code {
    padding: .8em 1em;
    border-radius: 0;
}

/* Pullquote */
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
}
.wp-block-pullquote blockquote {
    border-left: 0;
    margin: 0;
    background: none;
    padding: 20px 0;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #464646;
}
.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #fff;
}
.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #fff;
}
.single-blog-item .wp-block-pullquote:not(.is-style-solid-color) .has-text-color p ,
.single-blog-item .wp-block-pullquote:not(.is-style-solid-color) .has-text-color cite{
    color: #333;
}
/* Table */
.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
    border-color: #e6e6e6;
}

.entry-content .wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */
.entry-content .wp-block-button__link{
	text-decoration: none;
	background: #404040;
	color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link{
	background-color: #fff;
	color: #404040;
	border: 2px solid #404040;
}
.entry-content .wp-block-button .wp-block-button__link:hover {
    background: #d8d8d8;
    cursor: pointer;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
	background-color: #fff;
	border: 2px solid #d8d8d8;
	color:#d8d8d8;
}
.entry-content .wp-block-file .wp-block-file__button {
    display: table;
    transition: background 150ms ease-in-out;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    padding: 0.75rem 1rem;
    margin-left: 0;
    margin-top: calc(0.75 * 1rem);
}
.entry-content .wp-block-file .wp-block-file__button:hover{
	background: #d8d8d8;
}
.entry-content .wp-block-file a{
	text-decoration: underline;
}
.entry-content .wp-block-file a:hover{
	text-decoration: none;
}

/* Seperator */
.wp-block-separator {
    border-bottom: 2px solid #999;
}

/* Media &amp; Text */

.entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 8%;
}

.entry-content .wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widget Blocks
--------------------------------------------------------------*/

/* Archives, Categories &amp; Latest Posts */
.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
    color: #767676;
    font-size: calc(17px * 1.125);
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 0.75rem;
}
.entry-content .wp-block-archives li a,
.entry-content .wp-block-categories li a,
.entry-content .wp-block-latest-posts li a {
   text-decoration: none;
}
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}
.entry-content .wp-block-archives li.menu-item-has-children,
.entry-content .wp-block-archives li:last-child,
.entry-content .wp-block-categories li.menu-item-has-children,
.entry-content .wp-block-categories li:last-child,
.entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry-content .wp-block-latest-posts li:last-child {
    padding-bottom: 0;
}
.entry-content .wp-block-categories ul {
	padding-top: 0.75rem;
	margin-top: 0;
	list-style: none;
}
.entry-content .wp-block-categories ul {
    counter-reset: submenu;
}
.entry-content .wp-block-categories ul &gt; li &gt; a::before {
    font-weight: normal;
    content: "â€“ " counters(submenu, "â€“ ", none);
    counter-increment: submenu;
}

/* Latest Comments */
.wp-block-latest-comments__comment {
    margin-bottom: 1.5em;
}

/* Latest posts */
.entry-content .wp-block-latest-posts li a {
    text-decoration: none;
}
.entry-content .wp-block-latest-posts.is-grid li {
    border-top: 2px solid #999;
    padding-top: 1rem;
    margin-bottom: 2rem;
}

.wp-block-embed-facebook{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-content ol.wp-block-latest-comments {
    padding-left: 0;
}
@media (min-width: 600px){
.wp-block-column:not(:last-child) {
    margin-right: 20px;
}
.wp-block-column:not(:first-child), 
.wp-block-column:nth-child(2n) {
    margin-left: 20px;
}
}
/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.entry-content .has-dark-gray-color ,
.story-hbtitle .has-dark-gray-color {
	color: #1a1a1a !important;
}

.entry-content .has-dark-gray-background-color ,
.story-hbtitle .has-dark-gray-background-color {
	background-color: #1a1a1a;
}

.entry-content .has-medium-gray-color ,
.story-hbtitle .has-medium-gray-color {
	color: #686868 !important;
}

.entry-content .has-medium-gray-background-color ,
.story-hbtitle .has-medium-gray-background-color {
	background-color: #686868;
}

.entry-content .has-light-gray-color ,
.story-hbtitle .has-light-gray-color {
	color: #e5e5e5 !important;
}

.entry-content .has-light-gray-background-color ,
.story-hbtitle .has-light-gray-background-color {
	background-color: #e5e5e5;
}

.entry-content .has-white-color ,
.story-hbtitle .has-white-color {
	color: #fff !important;
}

.entry-content .has-white-background-color ,
.story-hbtitle .has-white-background-color {
	background-color: #fff;
}

.entry-content .has-blue-gray-color ,
.story-hbtitle .has-blue-gray-color {
	color: #4d545c !important;
}

.entry-content .has-blue-gray-background-color ,
.story-hbtitle .has-blue-gray-background-color {
	background-color: #4d545c;
}

.entry-content .has-bright-blue-color ,
.story-hbtitle .has-bright-blue-color {
	color: #007acc !important;
}

.entry-content .has-bright-blue-background-color ,
.story-hbtitle .has-bright-blue-background-color {
	background-color: #007acc;
}

.entry-content .has-light-blue-color ,
.story-hbtitle .has-light-blue-color {
	color: #9adffd !important;
}

.entry-content .has-light-blue-background-color ,
.story-hbtitle .has-light-blue-background-color {
	background-color: #9adffd;
}

.entry-content .has-dark-brown-color ,
.story-hbtitle .has-dark-brown-color {
	color: #402b30 !important;
}

.entry-content .has-dark-brown-background-color ,
.story-hbtitle .has-dark-brown-background-color {
	background-color: #402b30;
}

.entry-content .has-medium-brown-color ,
.story-hbtitle .has-medium-brown-color {
	color: #774e24 !important;
}

.entry-content .has-medium-brown-background-color ,
.story-hbtitle .has-medium-brown-background-color {
	background-color: #774e24;
}

.entry-content .has-dark-red-color ,
.story-hbtitle .has-dark-red-color {
	color: #640c1f !important;
}

.entry-content .has-dark-red-background-color ,
.story-hbtitle .has-dark-red-background-color {
	background-color: #640c1f;
}

.entry-content .has-bright-red-color ,
.story-hbtitle .has-bright-red-color {
	color: #ff675f !important;
}

.story-hbtitle .has-bright-red-background-color ,
.entry-content .has-bright-red-background-color {
	background-color: #ff675f;
}

.story-hbtitle .has-yellow-color ,
.entry-content .has-yellow-color {
	color: #ffef8e !important;
}

.entry-content .has-yellow-background-color ,
.story-hbtitle .has-yellow-background-color {
	background-color: #ffef8e;
}</pre></body></html>