/*!
Theme Name: Sci-Fi-O-Rama
Theme URI: http://sci-fi-o-rama.com
Author: Revolve Themes
Author URI: http://revolvethemes.com
Description: Sci-Fi-O-Rama blog
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scifiorama
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

scifiorama is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# General
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'SF Pro Display Bold';
	src: url('inc/fonts/SF_Pro_Display_Bold.woff2') format('woff2'),
		url('inc/fonts/SF_Pro_Display_Bold.woff') format('woff'),
		url('inc/fonts/SF_Pro_Display_Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display Semibold';
	src: url('inc/fonts/SF_Pro_Display_Semibold.woff2') format('woff2'),
		url('inc/fonts/SF_Pro_Display_Semibold.woff') format('woff'),
		url('inc/fonts/SF_Pro_Display_Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display Medium';
	src: url('inc/fonts/SF_Pro_Display_Medium.woff2') format('woff2'),
		url('inc/fonts/SF_Pro_Display_Medium.woff') format('woff'),
		url('inc/fonts/SF_Pro_Display_Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
::selection {
    background: rgba(0, 0, 0, 0.2);
}
::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
    color: rgba(63, 63, 63, 0.5);
}
::-moz-placeholder {
    color: rgba(63, 63, 63, 0.5);
}
:-ms-input-placeholder {
    color: rgba(63, 63, 63, 0.5);
}
:-moz-placeholder {
    color: rgba(63, 63, 63, 0.5);
}

body {
  	font-family: "SF Pro Display Medium",SF Pro Display,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    color: #000;
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6{
	font-family: "SF Pro Display Bold",SF Pro Display,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

b, strong{
    font-weight: bold;
}

a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    color: #0069FF;
    text-decoration: none;
}

p{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
}

iframe{
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    max-width: 100% !important;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
    color: #3f3f3f;
}

mark{
    background: #ededed;
}

pre,
pre.hljs{
    padding: 30px;
    margin: 30px 0;
}

pre .hljs{
    padding: 0;
}

pre,
.hljs{
    background: #ededed;
}

.hidden{
    display: none !important;
}

label.error{
    font-size: 12px;
    margin-top: 5px;
    color: #ea6666;
    margin: 10px 0;
    display: block;
    text-align: left;
}

input, textarea {
    width: 100%;
    padding: 30px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    box-sizing: border-box;
    height: 40px;
    display: block;
    border-radius: 5px;
    color: #3f3f3f;
    border-radius: 0;
    border: none;
    font-size: 20px;
    font-weight: normal;
    outline: 0;
    border-radius: 5px;
    border: 3px solid #eff0f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#respond .form-submit input, #respond .form-submit input#comment-submit, #respond .comment-form-fields input[type="submit"], #respond p.form-submit input[type="submit"], #respond input[type="submit"], #commentform #submit {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 9px 30px;
	border-radius: 50px;
	text-shadow: transparent;
}

textarea{
    height: 250px;
}

form input,
form textarea{
    margin-bottom: 10px;
}

figure{
    margin: 30px 0;
}

time{
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
}

hr{
    margin: 50px 0;
}

blockquote{
    padding: 30px 50px;
	margin: 30px 0;
	position: relative;
	background-color: #eff0f1;
	padding-top: 58px;
	padding-bottom: 58px;
}

blockquote p {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 20px;
}

blockquote p:before {
	position: absolute;
	content: open-quote;
	font-size: 3em;
	margin-left: -0.7em;
	margin-top: -0.2em;
	color: #737171;
}

blockquote cite {
	text-align: center;
	margin: 0 auto;
	display: block;
	text-transform: none;
	font-style: normal;
	font-weight: 500;
}

.editor-content blockquote p{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

blockquote p:last-child{
    margin: 0;
}

.btn{
    padding: 15px 30px;
    font-size: 20px;
    font-weight: normal;
    outline: 0;
    border-radius: 5px;
    border: 3px solid #eff0f1;
    position: relative;
    z-index: 2;
    opacity: 1;
    background: #fff;
}

.btn:hover{
    color: #0069FF;
}

.btn.focus, .btn:focus{
    box-shadow: none;
}

.btn:before{
    content: '';
    background: #eff0f1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover:before{
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
}

h1{
    font-size: 31px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
}

h6{
    font-size: 12px;
}

.no-opacity{
    opacity: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.navigation.posts-navigation {
	width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header nav ul li.current-menu-item a {
	border-bottom: 2px solid #000;
}

.scroll header{
    height: 74px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 135px;
    background: #fff;
    display: flex;
    align-items: center;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scroll header .blog-logo img{
    /*max-height: 40px;*/
    max-height: 55px;
}

header .blog-logo{
    height: 100%;
    display: flex;
}

header .blog-logo a{
    display: flex;
    align-items: center;
}

header .blog-logo img{
    max-width: 250px;
    max-height: 100px;
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header a svg path{
    /*fill: #3f3f3f;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header a:hover svg path{
    /*fill: #0069FF;*/
}

header nav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header nav ul li a{
	font-family: "SF Pro Display Bold",SF Pro Display,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: bold;
    margin-left: 40px;
    color: #000;
    margin: 10px 17px;
    font-size: 18px;
    display: inline-flex;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

header nav ul li a:hover{
    border-bottom: 2px solid #0069FF;
}

header .navigation-trigger{
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    width: 49px;
    border-radius: 5px;
}

header .navigation-trigger:hover{
    background: #eff0f1;
}

header .navigation:last-child{
    margin-right: 0;
    border-right: 0;
}

header .search{
    display: inline-block;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header .search .search-trigger{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 15px;
}

header .search .search-popover{
    position: absolute;
    display: none;
}

header .search-trigger svg{
    width: 24px;
    height: 24px;
}

header .bookmark-content .bookmark-popover{
    position: absolute;
    display: none;
}

header .inner{
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
}

header .navigation {
    margin-right: 10px;
}

header .search-trigger {
	padding: 10px 10px;
	margin-right: 10px;
}

header .search-trigger,
header .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    border-radius: 5px;
}

header .social-icons {
	padding: 10px 9px;
}

header .col-9{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .info-bar{
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ededed;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .info-bar.visible{
    opacity: 1;
    pointer-events: auto;
}

header .progress{
    height: 8px;
    border-radius: 0 5px 5px 0;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 0;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

header .progress:hover{
    background: #0069FF;
}

header .progress[style="width: 100%;"]{
    border-radius: 0;
}

.pagination{
    display: block;
}

.pagination i{
    display: none;
}

.pagination .btn{
    padding: 10px 20px;
    font-size: 14px;
    margin: 0;
}

.pagination span{
    font-size: 14px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .search #results{
    padding-top: 38px;
}

header .bookmark-trigger{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .bookmark-trigger .counter{
    font-size: 12px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ededed;
    z-index: 2;
    border-radius: 50%;
    text-align: center;
    top: 0px;
    right: 3px;
    color: #3f3f3f;
    border: 1px solid rgba(63, 63, 63, 0.1);
}

header .no-bookmarks{
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 15px 15px 15px;
}

header .no-bookmarks i{
    margin: 0 5px;
}

header .blog-logo span{
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
}

header .counter.shake{
    -webkit-animation: scale-shake 1s linear;
    animation: scale-shake 1s linear;
}

.modal{
    width: 100%;
    max-width: 600px;
    padding-right: 0 !important;
    left: auto;
    opacity: 1;
    right: 0;
}

.modal .modal-content{
    border: none;
}

.modal .modal-dialog{
    max-width: 100%;
    margin: 0;
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.modal .modal-dialog .modal-content{
    width: 100%;
    border-radius: 0;
    min-height: 100vh;
}

.modal .close{
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9;
    height: 66px;
    color: #3f3f3f;
    width: 66px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .close:hover{
    color: #0069FF;
}

.modal h3{
    margin: 30px 0;
    padding: 0;
}

.no-bookmarks{
    text-align: center;
    margin: 50px 0;
}

.no-bookmarks i{
    margin: 0 5px 0 2px;
}

.modal .modal-title{
    padding-bottom: 20px;
    font-size: 21px;
    width: calc(100% - 95px);
    line-height: 1.2;
}

.modal .loop h2{
    font-size: 16px;
}

.modal .loop time{
    font-size: 13px;
}

.modal .loop .inner{
    padding: 10px 0;
}

.modal .loop .item:nth-last-child(-n+3) .post {
    margin-bottom: 0;
}

#search-field{
    margin: 14px 0 30px 0;
    line-height: 1.2;
    width: calc(100% - 95px);
}

#search.modal .modal-body .container {
	margin-top: 30px;
}

#search.modal .modal-body .close.btn {
	top: 60px;
}

#search.modal .modal-body .list-box.loop.row {
	max-width: 470px;
}

.list-box{
    list-style-type: none;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eff0f1;
}

.list-box:last-child{
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.modal.fade:not(.show) .modal-dialog {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.modal .loop .post .excerpt:after{
    content: "\f0c1";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: rgb(206, 206, 206);
    font-size: 32px;
}

.modal .loop .post .read-later{
    bottom: 6px;
    top: auto;
    right: 0;
}

.modal-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal-nav ul li,
.modal-nav .menu-primary-menu-container {
    width: 100%;
}

#menu .modal-dialog .social-icons {
	margin-right: 15px;
}

#menu .modal-dialog .social-icons:last-of-type {
	margin-right: 0;
}

.modal-nav ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

.modal-nav ul li a:hover{
    padding: 10px;
}

#menu.modal .share{
    display: flex;
}

#menu.modal .share a{
    margin: 0 3px 0 0;
}

#menu.modal .additional{
    margin-bottom: 40px;
}

#menu.modal .additional .modal-title{
    margin-top: 50px;
    width: 100%;
}

#menu.modal .additional p{
    margin-bottom: 10px;
}

.close:focus, .close:hover{
    opacity: 1;
}

.close.btn svg {
	height: 19px;
	width: 19px;
}

.modal-backdrop.show {
	opacity: .6;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page .entry-header.post-title h1 {
	margin-top: 0;
	padding-top: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments footer {
	color: #000;
	background: initial;
	padding-top: initial;
	text-align: initial;
	margin-top: initial;
}

#comments .comment-content {
	margin-top: 20px;
    margin-bottom: 40px;
}

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

#infinite-handle span {
	background: transparent !important;
	font-weight: 500;
}

#infinite-handle span button {
	background: #000 !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 18px !important;
    padding: 9px 30px !important;
    border-radius: 50px !important; 
}

#infinite-handle {
	position: relative !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
    width: 100%;
    text-align: center;
}

@keyframes pulse {
	from {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		transform: scale(0.3);
		opacity: .4;
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: .1;
	}
}

.infinite-loader {
	position: fixed;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	text-align: center;
	height: auto;
	z-index: 999;
}

.infinite-loader:before {
	background: #000;
}

.infinite-loader:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-animation: pulse .6s ease infinite alternate;
	-o-animation: pulse .6s ease infinite alternate;
	animation: pulse .6s ease infinite alternate;
}

.infinite-loader .spinner {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.blocks-gallery-item figure a,
.blocks-gallery-item figure a:hover {
	border: none;
}

.wp-block-gallery ul.blocks-gallery-grid,
.wp-block-pullquote {
	padding: 0 !important;
}


/* ==========================================================================
   3. Inner Content
   ========================================================================== */
/* Post Navigation */
.post-navigation {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ccc;
}

.post-navigation h4.post-title {
	margin-top: 16px;
	padding: 0;
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 1.19;
}

.post-navigation h4.meta-nav {
	margin-bottom: 15px;
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
}

.post-navigation .nav-links .meta-nav,
.post-navigation .nav-links .wp-post-image,
.post-navigation .nav-links .post-title {
	display: block;
}

.post-navigation .nav-links img {
	display: block;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 280px;
	object-fit: cover;
	position: static;
}

.nav-previous {
	width: 44%;
	float: left;
}

.nav-next {
	width: 44%;
	float: right;
}

img#wpstats {
	display: none;
}

.main-container{
    margin-top: 200px;
}

.tags{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
}

/* Categories & Tags */
.archive.author h1.page-title {
	margin-bottom: 10px;
}

.archive #content h1.page-title {
	margin-top: 0;
	margin-bottom: 15px;
    padding-top: 0;
    font-size: 27px;
}

.archive.author .page-header .archive-description {
	margin-bottom: 30px;
}

ul.wp-block-categories-list,
ul.wp-block-archives-list,
ul.categories-list,
ul.categories-list ul,
ul.archive-cat-page {
	padding: 0 !important;
}

ul.archive-cat-page li {
	float: left;
	list-style: none;
	padding-bottom: 5px;
}

.archive-year {
	float: left;
	clear: left;
	display: block;
	font-weight: bold;
}

li.archive-year:after {
	content: ':  ' !important;
}

ul.archive-cat-page {
	display: block;
    clear: left;
    overflow: hidden;
}

ul.wp-block-categories-list li,
ul.wp-block-archives-list li,
ul.categories-list li {
	display: inline-block;
}

ul.wp-block-categories-list li:after,
ul.wp-block-archives-list li:after,
.editor-content ul.post-categories li:after,
ul.categories-list li:after,
ul.archive-cat-page li:after {
	content: ' / ';
	white-space: pre;
}

ul.wp-block-categories-list li:last-of-type::after,
ul.wp-block-archives-list li:last-of-type::after,
.editor-content ul.post-categories li:last-of-type::after,
ul.categories-list li:last-of-type::after,
ul.archive-cat-page li:last-of-type::after {
	content: none;
}
/* Random posts */
#random-posts {
	margin-top: 60px;
}

/* Page */
.page-template-default.page .entry-content .editor-content,
.single .entry-content .editor-content {
	margin-top: 30px;
}

/* Single post */
.single .content-inner {
	padding-top: 0;
}

.single .editor-content ul.post-categories {
	display: inline-block;
	margin-bottom: 10px;
}

.single .editor-content .post-meta {
	margin-top: 40px;
	margin-bottom: 40px;
}

.single .post-thumbnail {
	padding: 0;
	margin-bottom: 30px;
}

.single .tags-links {
	display: block;
}

.single .post-meta .editor-content p.cat-links,
.single .post-meta .editor-content span.cat-links {
	display: inline-block;
	font-weight: bold;
}

.single .post-meta .tags .row {
	margin: 0;
}

.single .post-meta .row p.cat-links {
	font-weight: bold;
}

.single .post-meta .tags .row .post-categories  {
	flex: 1 1 0px;
	padding-left: 5px;
}

.editor-content ul.post-categories li::after,
.editor-content .tags-links a::after {
	content: ' / ';
	white-space: pre;
}

/* Featured images */
.no-featured-image a.featured-image:before {
	content: '';
	display: block;
	opacity: 1;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: #f6d6d6;
}

/* Featured category */
.category-featured #content .page-header {
	width: 0;
	height: 0;
	visibility: hidden;
}

/* Search */
.page-header {
	width: 100%;
	display: block;
}

.type-post .featured-img {
	position: relative;
}

.type-post .featured-img .cat-img {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #e92662;
	border: 2px solid #fff;
	border-radius: 7px;
}

.type-post .featured-img .cat-img a {
	color: #fff;
}

.type-post .featured-img .cat-img li {
	margin-right: 0;
}

.blog .category-featured .featured-img:before,
.archive .category-featured .featured-img:before {
	content: '★ featured';
	white-space: pre;
    font-size: 16px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    padding: 3px 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #e92662;
	border: 2px solid #fff;
	border-radius: 7px;
	z-index: 99;
}

.type-post:not(.category-featured) .cat-img,
.type-post.category-featured .cat-img li:not(.category-featured),
.type-post .post-meta ul.post-categories li.category-featured {
	display: none !important;
}

ul.post-categories li {
	display: inline-block;
	margin-right: 10px;
}

ul.post-categories li:last-of-type {
	margin-right: 0;
}

.single .editor-content ul.post-categories li,
.single .editor-content ul.post-categories li a {
	margin-right: 5px;
	font-weight: 500;
}

ul.post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog ul.post-categories li:first-of-type,
.blog ul.post-categories li:nth-of-type(2),
.archive ul.post-categories li:first-of-type,
.archive ul.post-categories li:nth-of-type(2),
.search ul.post-categories li:first-of-type,
.search ul.post-categories li:nth-of-type(2) {
	display: inline-block !important;
}

.blog ul.post-categories li,
.blog ul.post-categories li:not(:nth-of-type(2)),
.blog ul.post-categories li:not(:nth-of-type(3)),
.archive ul.post-categories li,
.archive ul.post-categories li:not(:nth-of-type(2)),
.archive ul.post-categories li:not(:nth-of-type(3)),
.search ul.post-categories li,
.search ul.post-categories li:not(:nth-of-type(2)),
.search ul.post-categories li:not(:nth-of-type(3)) {
	display: none;
}

.updated:not(.published) {
	display: none;
}

.type-post .post-meta ul.post-categories,
.type-post .featured-img .cat-img ul.post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.read-later{
    font-size: 16px;
    position: absolute;
    top: 13px;
    padding: 7px 9px 7px 9px;
    opacity: 0;
    right: 10px;
}

.post-template .read-later{
    opacity: 1;
    top: -2px;
}

.read-later .fas,
.read-later.active .far,
.counter.hidden + .far + .fas,
.counter:not(.hidden) + .far{
    display: none;
}

.read-later.active .fas,
.read-later .far,
.counter.hidden + .far,
.counter:not(.hidden) + .far + .fas{
    display: block;
}

.share{
    margin-top: -10px;
    position: relative;
    perspective: 250px;
    padding: 10px 10px 0 10px;
    z-index: 10;
}

.share a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    background: #52565e;
}

.share a:hover{
    filter: brightness(1.1);
}

.share .twitter{
    background: #1da1f2;
}

.share .facebook{
    background: #3b5998;
}

.share .google-plus{
    background: #dd4b39;
}

.share .reddit{
    background: #ff4500;
}

.share .email{
    background: #6a737b;
}

.share .youtube{
    background: #ff0000;
}

.share .instagram{
    background: #d10869;
}

.loop .post{
    margin-bottom: 30px;
}

.loop .item:first-of-type,
.loop .item:nth-of-type(2),
.loop .item:nth-of-type(9),
.loop .item:nth-of-type(10),
.loop .item:nth-of-type(17),
.loop .item:nth-of-type(18),
.loop .item:nth-of-type(25),
.loop .item:nth-of-type(26),
.loop .item:nth-of-type(33),
.loop .item:nth-of-type(34),
.loop .item:nth-of-type(41),
.loop .item:nth-of-type(42),
.loop .item:nth-of-type(49),
.loop .item:nth-of-type(50),
.loop .item:nth-of-type(57),
.loop .item:nth-of-type(58),
.loop .item:nth-of-type(65),
.loop .item:nth-of-type(66),
.loop .item:nth-of-type(73),
.loop .item:nth-of-type(74),
.loop .item:nth-of-type(81),
.loop .item:nth-of-type(82),
.loop .item:nth-of-type(89),
.loop .item:nth-of-type(90),
.loop .item:nth-of-type(97),
.loop .item:nth-of-type(98),
.loop .item:nth-of-type(105),
.loop .item:nth-of-type(106),
.loop .item:nth-of-type(113),
.loop .item:nth-of-type(114),
.loop .item:nth-of-type(121),
.loop .item:nth-of-type(122),
.loop .item:nth-of-type(129),
.loop .item:nth-of-type(130),
.loop .item:nth-of-type(137),
.loop .item:nth-of-type(138),
.loop .item:nth-of-type(145),
.loop .item:nth-of-type(146),
.loop .item:nth-of-type(153),
.loop .item:nth-of-type(154)
.loop .item.first,
.loop .item.first + .item{
    flex: 0 0 50%;
    max-width: 50%;
}

.loop .item.first .excerpt span,
.loop .item.first + .item .excerpt span{
    font-size: 22px;
}

.loop .item.first .img-holder a:before,
.loop .item.first .excerpt:before,
.loop .item.first + .item .img-holder a:before,
.loop .item.first + .item .excerpt:before{
    padding-bottom: 66.66%;
}

.loop .post .post-inner-content{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.loop .inner{
    padding: 10px 0 10px 0;
    position: relative;
}

.loop .post.featured .img-holder:before{
    content: '\f005';
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    z-index: 2;
    color: #FFCB00;
    align-items: center;
    justify-content: center;
}

time + .tags{
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid transparent;
}

time + .tags a{
    border-bottom: 1px solid transparent;
    opacity: 0.9;
    font-weight: 500;
}

time + .tags a:hover{
    border-bottom: 1px solid #007bff;
}

time + .tags:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #3f3f3f;
    border-radius: 5px;
    display: inline-block;
    margin-left: -15px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.post .img-holder{
    overflow: hidden;
    border-radius: 5px;
}

.post .excerpt{
    position: relative;
    border-radius: 5px;
    border: 3px solid #eff0f1;
    display: block;
    overflow: hidden;
}

.post.featured .excerpt{
    border: 3px solid #ffcb00;
}

.loop .post:hover .excerpt{
    background: #eff0f1;
}

.loop .post.featured:hover .excerpt{
    background: #eff0f1;
}

.post .excerpt span{
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px 60px 30px 30px;
    font-size: 14px;
    line-height: 1.6;
    height: calc(100% - 60px);
    overflow: hidden;
}

.post .img-holder .featured-image,
.post .excerpt:before{
    display: block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.post .img-holder .featured-image:before,
.post .excerpt:before{
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 66%;
}

.post .inner-featured-image{
    margin-bottom: 30px;
}

.loop .post:hover .img-holder .featured-image{
    transform: scale(1.1, 1.1);
}

.loop h2{
    font-size: 22px;
    margin: 7px 0;
    padding: 0;
}

.share{
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.loop .post .share{
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
}

.loop .post:hover .share{
    opacity: 1;
}

.loop .post:hover .read-later{
    opacity: 1;
}

.content-inner{
    padding: 0 15px 0 15px;
}

.content-inner .img-holder{
    /*margin-bottom: 30px;*/
}

.content-inner p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 0.72px;
    margin-bottom: 30px;
}

.content-inner .editor-content ul,
.content-inner .editor-content ol{
    line-height: 28px;
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}

.content-inner .editor-content ul li p{
    margin-bottom: 10px;
}

.content-inner h1.post-title{
    margin: 5px 0 40px 0;
    padding: 0;
    font-size: 48px;
    line-height: 1.02;
}

.editor-content a{
    border-bottom: 1px solid #3f3f3f;
}

.editor-content a:hover{
    border-bottom: 1px solid #007bff;
}

.editor-content iframe[src*="https://www.youtube.com/"] {
    height: calc(730px / 1.77777778) !important;
    width: 100% !important;
}

/* About page */
.page-id-2 .wp-block-image img {
	width: 100%;
}

.content-inner img,
.content-inner .kg-width-full img,
.content-inner .kg-width-wide img{
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    border-radius: 5px;
}

.editor-content .kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.editor-content .kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.editor-content .kg-gallery-image img {
    display: flex;
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 100%;
}

.editor-content .kg-gallery-row:not(:first-of-type) {
    margin: 10px 0 0 0;
}

.editor-content .kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 10px;
}

.content-inner figcaption,
.featured_caption {
    padding: 10px 0;
    font-size: 16px;
    font-style: italic;
}

.wp-block-image figcaption,
.featured_caption {
	margin-top: .5em;
	margin-bottom: 1em;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	padding: 10px 10px 9px;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 1%,transparent);
}

.content-inner .post-content{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-inner .post-content .editor-content a{
    text-decoration: underline;
}

.content-inner .post-content blockquote{
    font-style: italic;
    position: relative;
}

.content-inner .post-content blockquote p{
    font-size: 24px;
    line-height: 1.6;
}

.content-inner .post-content blockquote:before{
    content: "\f10e";
    font-weight: 900;
    font-style: normal;
    font-family: Font Awesome\ 5 Free;
    font-size: 34px;
    position: absolute;
    z-index: -1;
    color: #e5e5e5;
    top: -10px;
    left: -10px;
}

.fixed-post-nav{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 3px;
    z-index: 90;
}

.fixed-post-nav .prev{
    position: absolute;
    left: 15px;
}

.fixed-post-nav .next{
    position: absolute;
    right: 15px;
}

.comments{
    margin-bottom: 0;
}

.comments .comments-trigger{
    position: relative;
    background: #F0F0F0;
    color: #212529;
    outline: 0;
    display: block;
    padding: 30px;
}

.comments .comments-trigger:hover{
    opacity: .75;
}

.comments .comments-trigger i{
    font-size: 24px;
    margin-right: 10px;
}

.profile-image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    object-fit: cover;
}

.profile-image + h1{
    margin-top: 0;
}

.tooltip.show {
    opacity: 1;
}

.fade{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tooltip{
    font-weight: 300;
    font-family: "Work Sans", sans-serif;
    margin-left: 5px;
    border-radius: 3px;
}

.tooltip .tooltip-inner{
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    background-color: #2b2b2b;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{
    border-right-color: #2b2b2b;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{
    border-left-color: #2b2b2b;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{
    border-bottom-color: #2b2b2b;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{
    border-top-color: #2b2b2b;
}

.sidebar .widget:first-child h3{
    margin-top: 0;
    padding-top: 0;
}

.sidebar .widget:last-child{
    padding-bottom: 50px;
}

.sidebar .widget h3{
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.sidebar .widget .loop .item:nth-last-child(-n+2) .post{
    margin-bottom: 0;
}

.sidebar .widget-share .share{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar .widget-share .share a{
    width: 60px;
    height: 60px;
    font-size: 16px;
    border: 3px solid #eff0f1;
    background: transparent;
}

.sidebar .widget-share .share a:hover{
    color: #fff;
}

.sidebar .widget-share .share .twitter{
    color: #1da1f2;
}

.sidebar .widget-share .share .twitter:hover{
    background: #1da1f2;
    border: 3px solid #1da1f2;
}

.sidebar .widget-share .share .facebook{
    color: #3b5998;
}

.sidebar .widget-share .share .facebook:hover{
    background: #3b5998;
    border: 3px solid #3b5998;
}

.sidebar .widget-share .share .google-plus{
    color: #dd4b39;
}

.sidebar .widget-share .share .google-plus:hover{
    background: #dd4b39;
    border: 3px solid #dd4b39;
}

.sidebar .widget-share .share .reddit{
    color: #ff4500;
}

.sidebar .widget-share .share .reddit:hover{
    background: #ff4500;
    border: 3px solid #ff4500;
}

.sidebar .widget-share .share .email{
    color: #6a737b;
}

.sidebar .widget-share .share .email:hover{
    background: #6a737b;
    border: 3px solid #6a737b;
}

.sidebar .widget .tags{
    display: flex;
    flex-wrap: wrap;
}

.sidebar .widget .tags .btn{
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 10px 10px 0;
}

.sidebar .widget .ads{
    width: 100%;
    height: 200px;
    background: #eff0f1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar .widget .gh-input,
#menu.modal .gh-input{
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 10px 10px 0;
    background: #fff;
}

.sidebar .widget button[type="submit"],
#menu.modal button[type="submit"]{
    background: #eff0f1;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.sidebar .img-holder{
    margin-bottom: 0;
}

.sidebar .loop h2{
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
}

.sidebar .loop .inner{
    padding: 10px 0 0 0;
}

.sidebar .post.featured .excerpt{
    border: 3px solid #eff0f1;
}

.sidebar .loop .read-later{
    top: 3px;
}

.sidebar .loop .post.featured .img-holder:before{
    display: none;
}

.sidebar .loop .post .share{
    display: none;
}

.sidebar .loop .post .excerpt span{
    display: none;
}

.sidebar .loop .post .tags{
    display: none;
}

.sidebar .loop .post .read-later{
    bottom: -5px;
    top: auto;
    right: 0;
}

.sidebar .loop .post .excerpt:after{
    content: "\f0c1";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: rgb(206, 206, 206);
    font-size: 32px;
}

.sidebar .author{
    align-items: flex-start;
}

.author-template .author{
    margin-bottom: 50px;
    margin-top: 20px;
}

.zoom{
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.related-posts h3{
    margin-top: 0;
    padding-top: 0;
}

.related-posts .loop .post{
    margin-bottom: 0;
}

.post-footer{
    margin-top: 50px;
}

.post-footer .tags{
    margin-top: 4px;
}

.post-footer .tags a{
    border-bottom: 1px solid transparent;
}

.post-footer .tags a:hover{
    border-bottom: 1px solid #0069FF;
}

.share-post-footer{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.share-post-footer .share{
    display: flex;
}

.share-post-footer .share li:first-child{
    margin-left: 10px;
}

.share-post-footer .share li{
    margin-left: 3px;
}

.share-post-footer .share li a{
    margin-bottom: 0;
}

.tag{
    margin: 20px 0 50px 0;
}

.tag h1{
    margin: 0;
    padding: 0;
}

.tag p{
    margin: 0;
}

/* Widget About */
#secondary .mks_author_widget .widget-title {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

#secondary .widget-title {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

#secondary .mks_author_widget h3:not(.widget-title) {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
}

#secondary .mks_author_widget p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}

#secondary .mks_author_widget {
	margin-bottom: 50px;
}

/* Widget Social Media */
#secondary .sd-content ul li:not(.share-end) {
	border-radius: 4px;
	border: solid 2px #e5e5e5;
	background-color: #ffffff;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}

#secondary .sd-content ul li:last-of-type {
	margin-right: 0;
}

/* Widget Recent Posts */
.widget_scifiorama_latest_posts .img-holder {
	margin-bottom: 0;
}

.widget_scifiorama_latest_posts h2.post-title {
	font-size: 17px;
	line-height: 1.18;
}

.widget_scifiorama_latest_posts .item:first-of-type article,
.widget_scifiorama_latest_posts .item:nth-of-type(2) article {
	margin-bottom: 20px;
}

.widget_scifiorama_latest_posts .item:nth-of-type(3) article,
.widget_scifiorama_latest_posts .item:nth-of-type(4) article,
.widget_scifiorama_latest_posts {
	margin-bottom: 0;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

#load-posts{
    margin: 50px 0;
}

#load-posts.finish{
    opacity: .6;
    pointer-events: none;
}

#load-posts.visible + .pagination{
    display: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer{
    color: #3f3f3f;
    background: #eff0f1;
    padding-top: 50px;
    text-align: center;
    margin-top: 50px;
}

footer h3{
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

footer .copyright{
    margin-top: 50px;
    margin-bottom: 50px;
}

footer .copyright a{
    border-bottom: 1px solid transparent;
}

footer .copyright a:hover{
    border-bottom: 1px solid #0069FF;
}

footer .copyright p{
    margin: 0;
    font-size: 14px;
    color: #8d8e8e;
}

footer .subscribe-container{
    margin-bottom: 50px;
}

footer .share{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

footer .share a{
    width: 60px;
    height: 60px;
    font-size: 22px;
    margin: 0 10px;
}

footer input[type="email"]{
    border: 3px solid #ffffff;
    background: #eff0f1;
}

footer .social-icons svg {
	width: 40px;
	height: 40px;
}

footer .social-icons {
	margin-right: 15px;
}

footer .social-icons:last-of-type {
	margin-right: 0;
}

.subscribe .main-container .gh-input{
    background: #fff;
}

.subscribe .main-container .gh-signin button[type="submit"] {
    background: #eff0f1;
}

.go-up{
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scroll .go-up{
    opacity: 1;
    pointer-events: all;
}

@-webkit-keyframes scale-shake {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    1.666667% {
        -webkit-transform: matrix3d(1.16971, 0, 0, 0, 0, 1.16971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.16971, 0, 0, 0, 0, 1.16971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    3.333333% {
        -webkit-transform: matrix3d(1.27101, 0, 0, 0, 0, 1.27101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.27101, 0, 0, 0, 0, 1.27101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    5% {
        -webkit-transform: matrix3d(1.31969, 0, 0, 0, 0, 1.31969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.31969, 0, 0, 0, 0, 1.31969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    6.666667% {
        -webkit-transform: matrix3d(1.32993, 0, 0, 0, 0, 1.32993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.32993, 0, 0, 0, 0, 1.32993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    8.333333% {
        -webkit-transform: matrix3d(1.31385, 0, 0, 0, 0, 1.31385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.31385, 0, 0, 0, 0, 1.31385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    10% {
        -webkit-transform: matrix3d(1.28134, 0, 0, 0, 0, 1.28134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.28134, 0, 0, 0, 0, 1.28134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    11.666667% {
        -webkit-transform: matrix3d(1.24015, 0, 0, 0, 0, 1.24015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.24015, 0, 0, 0, 0, 1.24015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    13.333333% {
        -webkit-transform: matrix3d(1.19603, 0, 0, 0, 0, 1.19603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.19603, 0, 0, 0, 0, 1.19603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    15% {
        -webkit-transform: matrix3d(1.15302, 0, 0, 0, 0, 1.15302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.15302, 0, 0, 0, 0, 1.15302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    16.666667% {
        -webkit-transform: matrix3d(1.11374, 0, 0, 0, 0, 1.11374, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.11374, 0, 0, 0, 0, 1.11374, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    18.333333% {
        -webkit-transform: matrix3d(1.07967, 0, 0, 0, 0, 1.07967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.07967, 0, 0, 0, 0, 1.07967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    20% {
        -webkit-transform: matrix3d(1.05144, 0, 0, 0, 0, 1.05144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05144, 0, 0, 0, 0, 1.05144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    21.666667% {
        -webkit-transform: matrix3d(1.02905, 0, 0, 0, 0, 1.02905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02905, 0, 0, 0, 0, 1.02905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    23.333333% {
        -webkit-transform: matrix3d(1.01212, 0, 0, 0, 0, 1.01212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01212, 0, 0, 0, 0, 1.01212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    26.666667% {
        -webkit-transform: matrix3d(0.99192, 0, 0, 0, 0, .99192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99192, 0, 0, 0, 0, .99192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    28.333333% {
        -webkit-transform: matrix3d(0.9871, 0, 0, 0, 0, .9871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9871, 0, 0, 0, 0, .9871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    30% {
        -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, .98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98478, 0, 0, 0, 0, .98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    31.666667% {
        -webkit-transform: matrix3d(0.9843, 0, 0, 0, 0, .9843, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9843, 0, 0, 0, 0, .9843, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    33.333333% {
        -webkit-transform: matrix3d(0.98506, 0, 0, 0, 0, .98506, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98506, 0, 0, 0, 0, .98506, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    35% {
        -webkit-transform: matrix3d(0.98661, 0, 0, 0, 0, .98661, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98661, 0, 0, 0, 0, .98661, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    36.666667% {
        -webkit-transform: matrix3d(0.98857, 0, 0, 0, 0, .98857, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98857, 0, 0, 0, 0, .98857, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    38.333333% {
        -webkit-transform: matrix3d(0.99067, 0, 0, 0, 0, .99067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99067, 0, 0, 0, 0, .99067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    40% {
        -webkit-transform: matrix3d(0.99272, 0, 0, 0, 0, .99272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99272, 0, 0, 0, 0, .99272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    41.666667% {
        -webkit-transform: matrix3d(0.99459, 0, 0, 0, 0, .99459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99459, 0, 0, 0, 0, .99459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    43.333333% {
        -webkit-transform: matrix3d(0.99621, 0, 0, 0, 0, .99621, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99621, 0, 0, 0, 0, .99621, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    45% {
        -webkit-transform: matrix3d(0.99755, 0, 0, 0, 0, .99755, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99755, 0, 0, 0, 0, .99755, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    46.666667% {
        -webkit-transform: matrix3d(0.99862, 0, 0, 0, 0, .99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99862, 0, 0, 0, 0, .99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    48.333333% {
        -webkit-transform: matrix3d(0.99942, 0, 0, 0, 0, .99942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99942, 0, 0, 0, 0, .99942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    50% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    51.666667% {
        -webkit-transform: matrix3d(1.00038, 0, 0, 0, 0, 1.00038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00038, 0, 0, 0, 0, 1.00038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    53.333333% {
        -webkit-transform: matrix3d(1.00061, 0, 0, 0, 0, 1.00061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00061, 0, 0, 0, 0, 1.00061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    55% {
        -webkit-transform: matrix3d(1.00072, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00072, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    56.666667% {
        -webkit-transform: matrix3d(1.00075, 0, 0, 0, 0, 1.00075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00075, 0, 0, 0, 0, 1.00075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    58.333333% {
        -webkit-transform: matrix3d(1.00071, 0, 0, 0, 0, 1.00071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00071, 0, 0, 0, 0, 1.00071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    60% {
        -webkit-transform: matrix3d(1.00064, 0, 0, 0, 0, 1.00064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00064, 0, 0, 0, 0, 1.00064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    61.666667% {
        -webkit-transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    63.333333% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    65% {
        -webkit-transform: matrix3d(1.00035, 0, 0, 0, 0, 1.00035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00035, 0, 0, 0, 0, 1.00035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    66.666667% {
        -webkit-transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    68.333333% {
        -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    70% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    71.666667% {
        -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    73.333333% {
        -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    75% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    76.666667% {
        -webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    78.333333% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    80% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    81.666667% {
        -webkit-transform: matrix3d(0.99996, 0, 0, 0, 0, .99996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99996, 0, 0, 0, 0, .99996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    83.333333% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    85% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    86.666667% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    88.333333% {
        -webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    90% {
        -webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    91.666667% {
        -webkit-transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    93.333333% {
        -webkit-transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    95% {
        -webkit-transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    96.666667% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    98.333333% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}
@keyframes scale-shake {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    1.666667% {
        -webkit-transform: matrix3d(1.16971, 0, 0, 0, 0, 1.16971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.16971, 0, 0, 0, 0, 1.16971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    3.333333% {
        -webkit-transform: matrix3d(1.27101, 0, 0, 0, 0, 1.27101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.27101, 0, 0, 0, 0, 1.27101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    5% {
        -webkit-transform: matrix3d(1.31969, 0, 0, 0, 0, 1.31969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.31969, 0, 0, 0, 0, 1.31969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    6.666667% {
        -webkit-transform: matrix3d(1.32993, 0, 0, 0, 0, 1.32993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.32993, 0, 0, 0, 0, 1.32993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    8.333333% {
        -webkit-transform: matrix3d(1.31385, 0, 0, 0, 0, 1.31385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.31385, 0, 0, 0, 0, 1.31385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    10% {
        -webkit-transform: matrix3d(1.28134, 0, 0, 0, 0, 1.28134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.28134, 0, 0, 0, 0, 1.28134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    11.666667% {
        -webkit-transform: matrix3d(1.24015, 0, 0, 0, 0, 1.24015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.24015, 0, 0, 0, 0, 1.24015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    13.333333% {
        -webkit-transform: matrix3d(1.19603, 0, 0, 0, 0, 1.19603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.19603, 0, 0, 0, 0, 1.19603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    15% {
        -webkit-transform: matrix3d(1.15302, 0, 0, 0, 0, 1.15302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.15302, 0, 0, 0, 0, 1.15302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    16.666667% {
        -webkit-transform: matrix3d(1.11374, 0, 0, 0, 0, 1.11374, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.11374, 0, 0, 0, 0, 1.11374, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    18.333333% {
        -webkit-transform: matrix3d(1.07967, 0, 0, 0, 0, 1.07967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.07967, 0, 0, 0, 0, 1.07967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    20% {
        -webkit-transform: matrix3d(1.05144, 0, 0, 0, 0, 1.05144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05144, 0, 0, 0, 0, 1.05144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    21.666667% {
        -webkit-transform: matrix3d(1.02905, 0, 0, 0, 0, 1.02905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02905, 0, 0, 0, 0, 1.02905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    23.333333% {
        -webkit-transform: matrix3d(1.01212, 0, 0, 0, 0, 1.01212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01212, 0, 0, 0, 0, 1.01212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    26.666667% {
        -webkit-transform: matrix3d(0.99192, 0, 0, 0, 0, .99192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99192, 0, 0, 0, 0, .99192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    28.333333% {
        -webkit-transform: matrix3d(0.9871, 0, 0, 0, 0, .9871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9871, 0, 0, 0, 0, .9871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    30% {
        -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, .98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98478, 0, 0, 0, 0, .98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    31.666667% {
        -webkit-transform: matrix3d(0.9843, 0, 0, 0, 0, .9843, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9843, 0, 0, 0, 0, .9843, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    33.333333% {
        -webkit-transform: matrix3d(0.98506, 0, 0, 0, 0, .98506, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98506, 0, 0, 0, 0, .98506, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    35% {
        -webkit-transform: matrix3d(0.98661, 0, 0, 0, 0, .98661, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98661, 0, 0, 0, 0, .98661, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    36.666667% {
        -webkit-transform: matrix3d(0.98857, 0, 0, 0, 0, .98857, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98857, 0, 0, 0, 0, .98857, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    38.333333% {
        -webkit-transform: matrix3d(0.99067, 0, 0, 0, 0, .99067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99067, 0, 0, 0, 0, .99067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    40% {
        -webkit-transform: matrix3d(0.99272, 0, 0, 0, 0, .99272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99272, 0, 0, 0, 0, .99272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    41.666667% {
        -webkit-transform: matrix3d(0.99459, 0, 0, 0, 0, .99459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99459, 0, 0, 0, 0, .99459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    43.333333% {
        -webkit-transform: matrix3d(0.99621, 0, 0, 0, 0, .99621, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99621, 0, 0, 0, 0, .99621, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    45% {
        -webkit-transform: matrix3d(0.99755, 0, 0, 0, 0, .99755, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99755, 0, 0, 0, 0, .99755, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    46.666667% {
        -webkit-transform: matrix3d(0.99862, 0, 0, 0, 0, .99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99862, 0, 0, 0, 0, .99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    48.333333% {
        -webkit-transform: matrix3d(0.99942, 0, 0, 0, 0, .99942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99942, 0, 0, 0, 0, .99942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    50% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    51.666667% {
        -webkit-transform: matrix3d(1.00038, 0, 0, 0, 0, 1.00038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00038, 0, 0, 0, 0, 1.00038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    53.333333% {
        -webkit-transform: matrix3d(1.00061, 0, 0, 0, 0, 1.00061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00061, 0, 0, 0, 0, 1.00061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    55% {
        -webkit-transform: matrix3d(1.00072, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00072, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    56.666667% {
        -webkit-transform: matrix3d(1.00075, 0, 0, 0, 0, 1.00075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00075, 0, 0, 0, 0, 1.00075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    58.333333% {
        -webkit-transform: matrix3d(1.00071, 0, 0, 0, 0, 1.00071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00071, 0, 0, 0, 0, 1.00071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    60% {
        -webkit-transform: matrix3d(1.00064, 0, 0, 0, 0, 1.00064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00064, 0, 0, 0, 0, 1.00064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    61.666667% {
        -webkit-transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    63.333333% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    65% {
        -webkit-transform: matrix3d(1.00035, 0, 0, 0, 0, 1.00035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00035, 0, 0, 0, 0, 1.00035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    66.666667% {
        -webkit-transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    68.333333% {
        -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    70% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    71.666667% {
        -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    73.333333% {
        -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    75% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    76.666667% {
        -webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    78.333333% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    80% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    81.666667% {
        -webkit-transform: matrix3d(0.99996, 0, 0, 0, 0, .99996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99996, 0, 0, 0, 0, .99996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    83.333333% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    85% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    86.666667% {
        -webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    88.333333% {
        -webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    90% {
        -webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    91.666667% {
        -webkit-transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    93.333333% {
        -webkit-transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    95% {
        -webkit-transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    96.666667% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    98.333333% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 1200px) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container-xl {
		max-width: 1390px;
	}
}

@media (max-width: 1199px) {
    .btn{
        padding: 10px 20px;
        font-size: 18px;
    }
    .loop .item.first .excerpt span,
    .loop .item.first + .item .excerpt span{
        font-size: 21px;
    }
    .sidebar .widget-share .share a{
        width: 50px;
        height: 50px;
    }
    .sidebar .widget .tags .btn{
        padding: 5px 10px;
    }
    .editor-content iframe[src*="https://www.youtube.com/"] {
        height: calc(610px / 1.77777778) !important;
    }
    .modal .close{
        font-size: 20px;
    }
}

@media (max-width: 991px) {
	/* Page */
	.page .entry-header.post-title h1 {
		font-size: 21px;
		margin-bottom: 21px;
	}
	.page-template-default.page .entry-content .editor-content, 
	.single .entry-content .editor-content {
		margin-top: 27px;
	}
	.page .post-title {
		margin-bottom: 0;
	}
	.content-inner p {
		font-size: 18px;
		line-height: 1.61;
	}
	.archive #content h1.page-title {
		font-size: 21px;
	}
	#menu .modal-dialog .social-icons svg {
		width: 40px;
		height: 40px;
	}
	.modal-open #menu .col-md-12 {
		padding-left: 30px;
	}
	.modal-open .modal-nav {
		margin-bottom: 50px;
	}
	.modal-open #menu h3.modal-title {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.modal-open .modal-nav ul li a {
		font-size: 18px;
		font-weight: 500;
	}
	#infinite-handle {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	/* single post */
	.single .content-inner h1.post-title {
		font-size: 29px;
	}
	.single .single .post-thumbnail {
		margin-bottom: 30px;
	}
	footer .social-icons svg {
		width: 54px;
		height: 54px;
	}
	footer .social-icons {
		margin-right: 20px;
	}
	.blog .category-featured .featured-img::before, .archive .category-featured .featured-img::before {
		font-size: 14px;
	}
	header .search-trigger svg {
		width: 20px;
		height: 20px;
	}
	header .search-trigger {
		margin: 0;
	}
	.loop h2 {
		font-size: 21px;
		margin: 0;
	}
	.loop .post {
		margin-bottom: 10px;
	}
	time,
	time + .tags {
		font-size: 14px;
	}
	header .search-trigger {
		padding: 0;
		order: 1;
	}
	header #site-navigation {
		order: 2;
	}
    .loop .item.first .excerpt span,
    .loop .item.first + .item .excerpt span,
    .post .excerpt span{
        font-size: 14px;
        height: calc(100% - 70px);
        margin-bottom: 40px;
    }
    header .navigation-trigger{
        display: flex;
        padding: 0;
        margin-left: 14px;
        width: initial;
    }
    header .nav,
    header .social-icons {
        display: none;
    }
    header .navigation{
        border: none;
        margin: 0;
    }
    .editor-content iframe[src*="https://www.youtube.com/"] {
        height: calc(690px / 1.77777778) !important;
    }
    .sidebar .loop .post .excerpt span{
        display: block;
    }
    .sidebar .loop .post .excerpt:after{
        display: none;
    }
    .sidebar .widget-share .share{
        justify-content: flex-start;
    }
    .sidebar .widget-share .share a{
        margin-right: 5px;
    }
    .sidebar{
        margin-top: 50px;
    }
    .related-posts .loop .item:nth-child(3){
        display: none;
    }
    .loop .item.first .img-holder a:before, 
    .loop .item.first .excerpt:before,
    .loop .item.first + .item .img-holder a:before, 
    .loop .item.first + .item .excerpt:before {
        padding-bottom: 75%;
    }
    .read-later{
        opacity: 1;
    }
    form[action*="https://formspree.io/"] {
        margin-bottom: 50px;
    }

}

@media (min-width: 992px) {
	.s-post {
		padding-right: 50px;
	}

    header .social-icons svg {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px) {
	body:not(.scroll) .container.site-branding {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.loop .item {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	/* Search modal */
	#search.modal .modal-body .list-box.loop.row {
		max-width: 265px;
	}
	#search.modal .modal-body .close.btn {
		top: 15px;
	}
	#search.modal .modal-body .container {
		margin-top: 0;
	}
    .sidebar .widget .loop .item:nth-last-child(-n+2) .post {
        margin-bottom: 30px;
    }
    .btn{
        padding: 5px 10px;
        font-size: 14px;
    }
    input, textarea{
        padding: 10px 20px;
        font-size: 14px;
    }
    h1{
        font-size: 32px;
    }

    h2{
        font-size: 24px;
    }

    h3{
        font-size: 18px;
    }

    h4{
        font-size: 16px;
    }

    h5{
        font-size: 14px;
    }

    h6{
        font-size: 12px;
    }
    .modal{
        max-width: 275px;
    }
    .modal .modal-body{
        padding: 0;
    }
    .modal .close{
        font-size: 16px;
        height: 40px;
        width: 40px;
        right: 15px;
        top: 15px;
    }
    .modal .modal-title{
        padding-bottom: 10px;
        width: 100%;
        margin-top: 40px;
        font-style: 21px;
    }
    header{
        height: 65px;
    }
    header .blog-logo img{
        max-height: 60px;
        max-width: 150px;
    }
    header .blog-logo{
        height: 100%;
        display: flex;
        align-items: center;
    }
    header .progress{
        height: 3px;
    }
    header .info-bar{
        bottom: -7px;
    }
    header .blog-logo span{
        font-size: 24px;
    }
    .main-container {
        margin-top: 80px;
    }
    .loop .item.first .excerpt:before,
    .loop .item.first + .item .excerpt:before,
    .post .excerpt:before{
        padding-bottom: 200px;
    }
    #search-field{
        padding: 10px 20px;
        font-size: 14px;
        margin: 15px 10px 10px 0;
        width: calc(100% - 55px);
    }
    .modal .loop .item:nth-last-child(-n+3) .post{
        margin-bottom: 30px;
    }
    .modal .loop .item:last-child{
        margin-bottom: 0;
    }
    #load-posts {
        margin: 20px 0;
        font-size: 14px;
    }
    .loop .item.first,
    .loop .item.first + .item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    code{
        font-size: 14px;
    }
    pre .hljs,
    pre{
        font-size: 13px;
    }
    pre {
        padding: 20px;
    }
    p{
        margin-bottom: 20px;
    }
    blockquote{
        padding: 30px 40px;
    }
    hr {
        margin: 30px 0;
    }
    .editor-content iframe[src*="https://www.youtube.com/"] {
        height: calc(510px / 1.77777778) !important;
    }
    .content-inner .editor-content ul, .content-inner .editor-content ol{
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .related-posts .loop .post{
        margin-bottom: 30px;
    }
    .related-posts .loop .item:nth-child(3){
        display: block;
    }
    .author p{
        font-size: 14px;
        line-height: 1.4;
    }
    .editor-content blockquote p{
        font-size: 18px;
        line-height: 26px;
    }
    blockquote:before{
        top: 0px;
        left: 5px;
        font-size: 32px;
    }
    footer{
        margin-top: 30px;
    }
    footer input[type="email"]{
        padding: 10px 20px;
        font-size: 14px;
        margin: 0 10px 10px 0;
    }
    .gh-signin button[type="submit"]{
        background: #ffffff;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }
    footer .share a{
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin: 0;
    }
    footer .share li{
        margin-right: 5px;
    }
    footer .share li:last-child{
        margin-right: 0;
    }
    .subscribe .main-container {
        padding: 50px 0;
    }
    .go-up{
        display: none;
    }
}

@media (max-width: 575px) {
    .content-inner {
        padding: 20px 0px 0 0px;
    }
    .author-template .author{
        align-items: flex-start;
    }
    .author .author-content .share{
        justify-content: flex-start;
        margin-top: 10px;
    }
    .author .author-content .share li:first-child a{
        margin-left: 0;
    }
    .share-post-footer{
        margin-top: 20px;
        justify-content: flex-start;
    }
    .editor-content iframe[src*="https://www.youtube.com/"] {
        height: calc((100vw - 30px) / 1.77777778) !important;
    }
}
