@charset "UTF-8";
/*!
Theme Name: Blook
Theme URI: https://www.themeinwp.com/theme/blook
Author: ThemeInWP
Author URI: https://www.themeinwp.com
Description: Blook a stunning, fully responsive, WordPress Magazine theme designed specifically to showcase your fabulous content. With its minimal clean design and endless customization options, Blook is the perfect choice for online magazine, news, creatives, bloggers, and influencers looking to transform their online presence. Check Demo https://demo.themeinwp.com/blook/
Requires at least: 5.3
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blook
Tags: blog, news, photography, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, featured-image-header, rtl-language-support, flexible-header, post-formats, translation-ready, theme-options, threaded-comments, footer-widgets
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
/**
 * 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;
    font-size: 1em;
}
/* 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}
/**
 * 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;
    font-size: 1em;
}
/**
 * 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
/**
 * 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;
    padding: 0;
}
/**
 * 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;
    outline-offset: -2px;
}
/**
 * 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;
    font: inherit;
}
/* 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;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
    background: #fff;
}
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: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}
a:visited {
    color: #800080;
}
a:hover,
a:focus,
a:active {
    color: #191970;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}
.post,
.page {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
/* 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 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;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
@-webkit-keyframes scale-in-left {
    0% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@-moz-keyframes scale-in-left {
    0% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@keyframes scale-in-left {
    0% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@-webkit-keyframes scale-out-left {
    0% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@-moz-keyframes scale-out-left {
    0% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@keyframes scale-out-left {
    0% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@-webkit-keyframes hover {
    100% {
        left: 125%;
    }
}
@-moz-keyframes hover {
    100% {
        left: 125%;
    }
}
@keyframes hover {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes scale-in {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes scale-in {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-in {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scale-out {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        opacity: 1;
    }
}
@-moz-keyframes scale-out {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        opacity: 1;
    }
}
@keyframes scale-out {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        opacity: 1;
    }
}
@-webkit-keyframes animateSway {
    0% {
        left: -20px;
    }
    50% {
        left: 20px;
    }
    100% {
        left: -20px;
    }
}
@-moz-keyframes animateSway {
    0% {
        left: -20px;
    }
    50% {
        left: 20px;
    }
    100% {
        left: -20px;
    }
}
@keyframes animateSway {
    0% {
        left: -20px;
    }
    50% {
        left: 20px;
    }
    100% {
        left: -20px;
    }
}
@-webkit-keyframes animateScale {
    0% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
    25% {
        z-index: 1;
        transform: translate(50%, 50%) scale(1);
        -webkit-transform: translate(50%, 50%) scale(1);
        -moz-transform: translate(50%, 50%) scale(1);
        -ms-transform: translate(50%, 50%) scale(1);
    }
    50% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
    75% {
        z-index: -2;
        transform: translate(50%, 50%) scale(0.25);
        -webkit-transform: translate(50%, 50%) scale(0.25);
        -moz-transform: translate(50%, 50%) scale(0.25);
        -ms-transform: translate(50%, 50%) scale(0.25);
    }
    100% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
}
@-moz-keyframes animateScale {
    0% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
    25% {
        z-index: 1;
        transform: translate(50%, 50%) scale(1);
        -webkit-transform: translate(50%, 50%) scale(1);
        -moz-transform: translate(50%, 50%) scale(1);
        -ms-transform: translate(50%, 50%) scale(1);
    }
    50% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
    75% {
        z-index: -2;
        transform: translate(50%, 50%) scale(0.25);
        -webkit-transform: translate(50%, 50%) scale(0.25);
        -moz-transform: translate(50%, 50%) scale(0.25);
        -ms-transform: translate(50%, 50%) scale(0.25);
    }
    100% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
}
@keyframes animateScale {
    0% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
    25% {
        z-index: 1;
        transform: translate(50%, 50%) scale(1);
        -webkit-transform: translate(50%, 50%) scale(1);
        -moz-transform: translate(50%, 50%) scale(1);
        -ms-transform: translate(50%, 50%) scale(1);
    }
    50% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
    75% {
        z-index: -2;
        transform: translate(50%, 50%) scale(0.25);
        -webkit-transform: translate(50%, 50%) scale(0.25);
        -moz-transform: translate(50%, 50%) scale(0.25);
        -ms-transform: translate(50%, 50%) scale(0.25);
    }
    100% {
        z-index: -1;
        transform: translate(50%, 50%) scale(0.5);
        -webkit-transform: translate(50%, 50%) scale(0.5);
        -moz-transform: translate(50%, 50%) scale(0.5);
        -ms-transform: translate(50%, 50%) scale(0.5);
    }
}
.blook-mobile-menu-section .down-arrow:after,
.blook-mobile-menu-section .right-arrow:after, .widget.widget_recent_entries .post-date:before, .blook-single-post .entry-footer .edit-link:before, .widget figure a:before,
.blook-single-post figure a:before, .comments-area .comment-list li .comment-content p:before, .comments-area .comment-list li .comment-meta .comment-metadata time:before,
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link:before, blockquote.wp-block-quote p:before, blockquote.wp-block-quote p:after,
blockquote.wp-block-quote.is-large p:before,
blockquote.wp-block-quote.is-large p:after,
blockquote.wp-block-quote.is-style-large p:before,
blockquote.wp-block-quote.is-style-large p:after,
.wp-block-pullquote blockquote p:before,
.wp-block-pullquote blockquote p:after, .blook-breadcrumbs li:after, .desktop .down-arrow > a:after,
.desktop .right-arrow > a:after, .blook-default-pagination a:after, .blook-default-pagination a:before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
}
.blook-mobile-menu-section ul, .widget ul, .comments-area .comment-list, .blook-breadcrumbs ul, .desktop ul, .desktop ul.blook-nav-menu,
.desktop div.blook-nav-menu ul, ul.blook-top-menu,
.blook-footer-menu-section ul,
div.blook-top-menu ul, .blook-social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blook-breaking-news-post:before, .clearfix:before, .blook-breaking-news-post:after, .clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.blook-single-next-post, blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.wp-block-pullquote blockquote, .desktop ul.blook-nav-menu > li > a,
.desktop div.blook-nav-menu > ul > li > a, .blook-overlay {
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
}
.blook-btn-style-1, .blook-read-more-btn a {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.blook-btn-style-1 i, .blook-read-more-btn a i {
    display: inline-block;
    padding-left: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
/*
    image
    alignment
    visibility
    box-shadow
    text transform
    counter
    button
*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #efecec;
}
.blook-center {
    text-align: center;
}
.blook-d-none {
    display: none;
}
.blook-box-shadow {
    box-shadow: 0 0 4px 4px rgba(234, 239, 242, 0.63);
}
.blook-section-border {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(234, 239, 242, 0.63);
}
.blook-text-uppercase {
    text-transform: uppercase;
}
.blook-counter {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    border-color: #fff;
    font-size: 14px;
}
.blook-btn-rounded {
    border-radius: 25px;
}
.blook-btn-primary:hover, .blook-btn-primary:focus {
    background-color: #fff;
}
.blook-read-more-btn {
    display: block;
    position: relative;
    width: 100%;
}
.blook-read-more-btn:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(215, 209, 209, 0.63);
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
}
.blook-read-more-btn a {
    background-color: #fff;
}
.blook-btn-style-1:hover i {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.blook-tooltip {
    display: inline-block;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    background-color: #eaeff2;
    border-radius: 3px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 10px;
    border-top-style: solid;
    border-left-width: 8px;
    border-left-style: solid;
    border-right-width: 8px;
    border-right-style: solid;
    border-color: transparent;
    border-top-color: #eaeff2;
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 10px;
}
.blook-post-format-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    opacity: 0.8;
    font-size: 16px;
}
.blook-container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.blook-container-fluid.blook-no-gap {
    padding-left: 0;
    padding-right: 0;
}
.blook-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1050px) {
    .blook-container {
        max-width: 1250px;
        margin: auto;
    }
}
.blook-container.blook-no-gap {
    padding-left: 0;
    padding-right: 0;
}
.site-content {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1050px) {
    .site-content {
        max-width: 1250px;
        margin: auto;
    }
}
#primary,
#secondary {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1050px) {
    #primary,
    #secondary {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1050px) {
    #primary {
        flex: 0 0 70%;
        max-width: 70%;
    }
}
@media (min-width: 1050px) {
    #secondary {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media (min-width: 576px) {
    .widget-area .widget {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
}
@media (min-width: 1050px) {
    .widget-area .widget {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.no-sidebar #primary {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1050px) {
    .no-sidebar #primary {
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}
.no-sidebar #secondary {
    display: none;
}
.right-sidebar #primary {
    order: 1;
}
.right-sidebar #secondary {
    order: 2;
}
.left-sidebar #primary {
    order: 2;
}
.left-sidebar #secondary {
    order: 1;
}
.blook-row,
.blook-d-flex {
    display: flex;
    flex-wrap: wrap;
}
.blook-row {
    margin-left: -10px;
    margin-right: -10px;
}
.blook-col {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}
.blook-col.blook-no-gap {
    padding-left: 0;
    padding-right: 0;
}
.blook-col-half {
    flex: 0 0 50%;
    max-width: 50%;
}
/********** Extra small screen************/
@media (min-width: 576px) {
    .blook-col-xs-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }
}
@media (min-width: 576px) {
    .blook-col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*************Small screen***********/
@media (min-width: 768px) {
    .blook-col-sm-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }
}
@media (min-width: 768px) {
    .blook-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*************Medium screen***********/
@media (min-width: 992px) {
    .blook-col-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }
}
@media (min-width: 992px) {
    .blook-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*************Large screen***********/
@media (min-width: 1050px) {
    .blook-col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }
}
@media (min-width: 1050px) {
    .blook-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
body {
    color: #404553;
    font-size: 16px;
    font-weight: 400;
    background-color: #f8f9fa;
}
body button {
    font-family: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
a {
    text-decoration: none;
    color: #404553;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
a:visited {
    color: #404553;
}
p a:hover {
    color: #404553;
}
.site-title {
    font-size: 35px;
    font-weight: 700;
}
.blook-section-title {
    font-size: 25px;
}
.blook-post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    font-size: 18px;
}
.blook-post-title.blook-line-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
}
.widget-title,
.blook-post-title-lg {
    font-size: 24px;
}
.blook-post-title-xs {
    font-size: 16px;
}
body {
    margin: 0;
}
body.page {
    margin: 0;
}
body input,
body textarea {
    outline: none;
}
body button {
    outline: none;
}
.blook-archive-post p,
.blook-archive-post .entry-title {
    margin: 0;
    padding-top: 10px;
}
.blook-archive-post .blook-categories li {
    margin-top: 10px;
}
.blook-archive-post .blook-meta-tag .blook-meta-icon,
.blook-archive-post .blook-meta-tag .blook-meta-caption,
.blook-archive-post .blook-meta-tag .blook-author-image {
    margin-top: 10px;
}
.blook-archive-post .blook-social-share {
    margin-top: 10px;
}
.blook-archive-post-style-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.blook-archive-post-style-1 .blook-btn-section {
    flex: 0 0 100%;
    max-width: 100%;
}
.blook-archive-post-style-1 .blook-desc,
.blook-archive-post-style-1 .blook-image-section {
    margin-left: 10px;
    margin-right: 10px;
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.blook-archive-post-style-1 .blook-image-section {
    height: 250px;
}
@media (min-width: 576px) {
    .blook-archive-post-style-1 .blook-image-section {
        flex: 0 0 calc(40% - 20px);
        max-width: calc(40% - 20px);
    }
}
@media (min-width: 576px) {
    .blook-archive-post-style-1 .blook-desc {
        flex: 0 0 calc(60% - 20px);
        max-width: calc(60% - 20px);
    }
}
.blook-archive-post-style-2 .blook-image-section {
    height: 450px;
}
.blook-archive-post-style-2 .blook-desc {
    text-align: center;
}
.blook-archive-post-style-2 .blook-categories ul,
.blook-archive-post-style-2 .blook-meta-tag,
.blook-archive-post-style-2 .twp-social-share-layout-2 {
    justify-content: center;
}
.blook-archive-post-style-2 p {
    padding-top: 30px;
}
.blook-archive-post-style-3 {
    position: relative;
}
.blook-archive-post-style-3.blook-archive-post-with-btn {
    padding-bottom: 60px;
}
.blook-archive-post-style-3 .blook-image-border-hover-effect:after {
    right: initial;
    bottom: initial;
    top: -50px;
    left: -50px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.blook-archive-post-style-3 .blook-image-border-hover-effect:hover:after {
    right: initial;
    bottom: initial;
    top: 0;
    left: 0;
}
.blook-archive-post-style-3 .blook-image-section {
    height: 250px;
}
.blook-archive-post-style-3 .blook-image-section.blook-image-with-content {
    padding-bottom: 45px;
}
.blook-archive-post-style-3 .blook-btn-section {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.blook-archive-post-style-3 .blook-desc {
    background-color: #fff;
    padding: 5px 15px 15px;
    width: calc(100% - 30px);
    position: relative;
    z-index: 2;
    margin: -30px auto 0;
    box-shadow: 0 0 4px 4px rgba(234, 239, 242, 0.63);
}
.blook-social-share .twp-toggle-share {
    display: inline-block;
    width: 30px;
    text-align: center;
}
.blook-social-share .twp-toggle-share i {
    display: inline-block;
    margin-top: 15px;
}
.blook-social-share .twp-toggle-share span {
    display: none;
}
.blook-social-share .twp-share-container {
    display: flex;
    align-items: center;
}
.blook-social-share .twp-share-container a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.blook-social-share .twp-share-container .twp-social-icons {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.blook-social-share .twp-share-container .twp-social-icons a:hover {
    color: #fff;
}
.blook-social-share .twp-share-container .twp-social-facebook a {
    border-color: #3b5999;
    background-color: #3b5999;
}
.blook-social-share .twp-share-container .twp-social-facebook a:hover {
    border-color: #263962;
    background-color: #263962;
}
.blook-social-share .twp-share-container .twp-social-pinterest a {
    border-color: #bd071c;
    background-color: #bd071c;
}
.blook-social-share .twp-share-container .twp-social-pinterest a:hover {
    border-color: #730411;
    background-color: #730411;
}
.blook-social-share .twp-share-container .twp-social-twitter a {
    border-color: #1ca0fe;
    background-color: #1ca0fe;
}
.blook-social-share .twp-share-container .twp-social-twitter a:hover {
    border-color: #0178cd;
    background-color: #0178cd;
}
.blook-social-share .twp-share-container .twp-social-linkedin a {
    border-color: #0177b5;
    background-color: #0177b5;
}
.blook-social-share .twp-share-container .twp-social-linkedin a:hover {
    border-color: #014569;
    background-color: #014569;
}
.blook-social-share .twp-share-container .twp-social-email a {
    border-color: #EA4335;
    background-color: #EA4335;
}
.blook-social-share .twp-share-container .twp-social-email a:hover {
    border-color: #bf2114;
    background-color: #bf2114;
}
.blook-social-share .twp-share-container .twp-social-vk a {
    border-color: #4a76a8;
    background-color: #4a76a8;
}
.blook-social-share .twp-share-container .twp-social-vk a:hover {
    border-color: #335173;
    background-color: #335173;
}
.blook-social-share .twp-social-share-layout-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blook-post-read-time .twp-read-time {
    display: inline-block;
    background-color: rgba(1, 1, 1, 0.63);
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    position: relative;
}
.blook-post-read-time i {
    display: none;
}
.entry-content .booster-block .twp-social-share .twp-social-icons a {
    text-decoration: none;
}
.blook-categories ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    margin: 0 -10px;
}
.blook-categories li {
    padding: 0 10px;
}
.blook-categories-with-seperator ul {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.blook-categories-with-seperator ul li {
    padding: 0;
}
.blook-categories-with-seperator ul li a {
    position: relative;
    font-weight: 700;
    font-size: 12px;
}
.blook-categories-with-seperator ul li a:after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
.blook-categories-with-seperator ul li:last-child a:after {
    content: "";
    margin-right: 0;
}
.blook-categories-with-bg ul li a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
}
.blook-categories-with-bg ul li a:hover {
    opacity: 0.63;
}
.blook-offcanvas-icon {
    background-color: #010101;
    height: 35px;
    line-height: 35px;
}
.blook-offcanvas-icon button {
    display: block;
    width: 35px;
    margin: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    height: 100%;
    text-align: center;
}
.blook-offcanvas-icon button:hover .blook-line-1:before, .blook-offcanvas-icon button:focus-within .blook-line-1:before {
    left: initial;
    right: 4px;
}
.blook-offcanvas-icon button:hover .blook-line-3:before, .blook-offcanvas-icon button:focus-within .blook-line-3:before {
    left: 4px;
    right: initial;
}
.blook-offcanvas-icon button .blook-line {
    display: block;
    position: relative;
    height: 4px;
    background-color: #fff;
    margin-bottom: 5px;
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-offcanvas-icon button .blook-line:before {
    content: "";
    display: block;
    width: 3px;
    height: 4px;
    background-color: #010101;
    position: absolute;
    top: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-offcanvas-icon button .blook-line-1:before {
    left: 4px;
}
.blook-offcanvas-icon button .blook-line-2:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.blook-offcanvas-icon button .blook-line-3:before {
    right: 4px;
}
.blook-close-icon-style-1 {
    padding: 0 15px;
    border: 0;
    cursor: pointer;
    height: 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blook-close-icon-style-1 i {
    display: inline-block;
    padding-left: 5px;
}
.blook-close-icon-style-1:hover {
    opacity: 0.63;
}
.blook-close-icon-style-2 {
    border: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.blook-close-icon-style-2:hover {
    opacity: 0.8;
}
.blook-image-250 {
    height: 300px;
}
@media (min-width: 1050px) {
    .blook-image-250 {
        height: 250px;
    }
}
.blook-image-300 {
    height: 300px;
}
.blook-image-640 {
    height: 640px;
}
.blook-image-500 {
    height: 500px;
}
.blook-image-section {
    position: relative;
}
.blook-image-section:hover p {
    opacity: 1;
}
.blook-image-section > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.blook-image-section .blook-counter {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}
.blook-image-section .blook-post-format-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    color: #fff;
}
.blook-image-section.blook-image-with-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
    padding: 10px 15px 15px;
}
.blook-image-section.blook-overlay:before {
    z-index: 1;
}
.blook-image-section .blook-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.blook-image-section .blook-post-desc {
    position: relative;
    z-index: 2;
}
.blook-image-hover-effect {
    overflow: hidden;
}
.blook-image-hover-effect:after {
    position: absolute;
    top: 0;
    left: -105%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(234, 239, 242, 0.63) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(234, 239, 242, 0.63) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(234, 239, 242, 0.63) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
}
.blook-image-hover-effect:hover:after {
    -webkit-animation: hover 1s;
    -o-animation: hover 1s;
    -moz-animation: hover 1s;
    animation: hover 1s;
}
.blook-image-hover-effect:hover.blook-overlay:before {
    content: none;
}
.blook-image-zoom-in-effect {
    overflow: hidden;
}
.blook-image-zoom-in-effect .blook-image {
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    overflow: hidden;
}
.blook-image-zoom-in-effect:hover .blook-image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
.blook-image-zoom-in-effect:hover.blook-overlay:before {
    content: none;
}
.blook-image-border-hover-effect {
    overflow: hidden;
    position: relative;
}
.blook-image-border-hover-effect:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: inherit;
    border-color: #f8f9fa;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 2;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    opacity: 0;
}
.blook-image-border-hover-effect:hover:after {
    opacity: 1;
    bottom: 0;
    right: 0;
}
.blook-image-border-hover-effect:hover.blook-overlay:before {
    content: none;
}
.blook-image-border-top-hover-effect {
    overflow: hidden;
    position: relative;
}
.blook-image-border-top-hover-effect:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: inherit;
    border-color: #f8f9fa;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 2;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    opacity: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.blook-image-border-top-hover-effect:hover:after {
    opacity: 1;
    top: 0;
    left: 0;
}
.blook-image-border-top-hover-effect:hover.blook-overlay:before {
    content: none;
}
.mc4wp-form input[type=email],
.mc4wp-form input[type=submit] {
    display: block;
    width: 100%;
    border-radius: 0;
}
.mc4wp-form input[type=email] {
    padding: 10px 15px;
}
.mc4wp-form input[type=submit] {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.mc4wp-form input[type=submit]:hover {
    opacity: 0.63;
}
.mc4wp-form label {
    display: block;
    position: relative;
    padding-left: 20px;
}
.mc4wp-form label input[type=checkbox] {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.blook-meta-tag {
    font-size: 90%;
    font-weight: 500;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.blook-meta-tag.blook-meta-tag-lg {
    font-size: 18px;
}
.blook-meta-tag.blook-meta-tag-lg .blook-meta-icon {
    font-size: 22px;
}
.blook-meta-tag .entry-meta-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.blook-meta-tag .entry-meta-item a,
.blook-meta-tag .entry-meta-item span {
    display: inline-block;
}
.blook-meta-tag .blook-author-image {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
}
.blook-meta-tag .blook-author-image img {
    border-radius: 100%;
}
.blook-meta-tag .blook-meta-icon {
    font-size: 20px;
}
.blook-meta-tag .blook-meta-icon,
.blook-meta-tag .blook-meta-caption {
    padding: 0 5px;
}
.blook-newsletter-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.blook-newsletter-section .blook-wrapper {
    margin: auto;
    width: calc(100% - 30px);
}
@media (min-width: 576px) {
    .blook-newsletter-section .blook-wrapper {
        width: calc(90% - 30px);
    }
}
@media (min-width: 992px) {
    .blook-newsletter-section .blook-wrapper {
        width: 800px;
    }
}
.blook-newsletter-section .blook-newsletter-post {
    background-color: #010101;
    color: #fff;
}
.blook-newsletter-section h2,
.blook-newsletter-section p {
    margin: 0;
    padding-top: 10px;
}
.blook-newsletter-section .blook-image-section,
.blook-newsletter-section .blook-desc {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .blook-newsletter-section .blook-image-section,
    .blook-newsletter-section .blook-desc {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.blook-newsletter-section .blook-image-section {
    min-height: 400px;
    max-height: 500px;
    display: none;
}
@media (min-width: 768px) {
    .blook-newsletter-section .blook-image-section {
        display: block;
    }
}
.blook-newsletter-section .blook-desc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 10px 30px 15px;
    position: relative;
    min-height: 300px;
}
@media (min-width: 768px) {
    .blook-newsletter-section .blook-desc {
        min-height: auto;
    }
}
.blook-newsletter-section .blook-desc .blook-close {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    padding: 0 30px;
    text-align: end;
}
.blook-newsletter-section .blook-desc .blook-close button {
    background-color: transparent;
    color: #fff;
}
.blook-overlay {
    position: relative;
    z-index: 1;
}
.blook-overlay:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(1, 1, 1, 0) 25%, rgba(1, 1, 1, 0.63) 50%);
    z-index: -1;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}
.blook-overlay.blook-full-overlay:before {
    background: rgba(1, 1, 1, 0.63);
}
.blook-body-overlay {
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
}
.blook-body-overlay.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    background-color: rgba(1, 1, 1, 0.63);
}
.blook-default-pagination {
    margin-top: 15px;
}
.blook-default-pagination .posts-navigation {
    margin: 0;
}
.blook-default-pagination a {
    margin-top: 15px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}
.blook-default-pagination a:after, .blook-default-pagination a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.blook-default-pagination .nav-links {
    text-align: center;
    display: block;
}
.blook-default-pagination .nav-next,
.blook-default-pagination .nav-previous {
    padding: 0 7.5px;
    flex: auto;
    text-align: inherit;
    display: inline-block;
}
.blook-default-pagination .nav-previous a {
    padding-left: 45px;
}
.blook-default-pagination .nav-previous a:after, .blook-default-pagination .nav-previous a:before {
    content: "";
}
.blook-default-pagination .nav-previous a:after {
    left: 35px;
}
.blook-default-pagination .nav-previous a::before {
    left: 30px;
}
.blook-default-pagination .nav-next a {
    padding-right: 45px;
}
.blook-default-pagination .nav-next a:after, .blook-default-pagination .nav-next a:before {
    content: "";
}
.blook-default-pagination .nav-next a:before {
    right: 35px;
}
.blook-default-pagination .nav-next a:after {
    right: 30px;
}
.blook-pagination-numeric {
    margin-top: 20px;
}
.blook-pagination-numeric .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blook-pagination-numeric .page-numbers {
    background: #eaeff2;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.blook-pagination-numeric .page-numbers i {
    display: inline-block;
    font-size: 14px;
}
#preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #010101;
}
.blook-circular-preloader {
    top: 50%;
    left: 50%;
    z-index: 1;
    height: 30px;
    width: 30px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.blook-circular-preloader span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    transform: translate(50%, 50%) scale(0.5);
    -webkit-transform: translate(50%, 50%) scale(0.5);
    -moz-transform: translate(50%, 50%) scale(0.5);
    -ms-transform: translate(50%, 50%) scale(0.5);
    left: -20px;
}
.blook-circular-preloader .circle-1 {
    z-index: 4;
    background-color: #eaeff2;
    -webkit-animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
    -o-animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
    -moz-animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
    animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
}
.blook-circular-preloader .circle-2 {
    z-index: 3;
    transform: translate(50%, 50%) scale(0.5);
    -webkit-transform: translate(50%, 50%) scale(0.5);
    -moz-transform: translate(50%, 50%) scale(0.5);
    -ms-transform: translate(50%, 50%) scale(0.5);
    -webkit-animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
    -o-animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
    -moz-animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
    animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
}
.blook-circular-preloader .circle-3 {
    z-index: 2;
    background-color: #d7d1d1;
    -webkit-animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
    -o-animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
    -moz-animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
    animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
}
.blook-circular-preloader .circle-4 {
    z-index: 1;
    -webkit-animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
    -o-animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
    -moz-animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
    animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
}
.blook-post-content-opacity {
    opacity: 0.63;
}
.blook-post-content-opacity:hover {
    opacity: 1;
}
.blook-post-desc {
    padding-top: 5px;
}
.blook-post-desc .blook-dashed,
.blook-post-desc .blook-post-review,
.blook-post-desc .blook-post-read-time {
    margin-top: 10px;
}
.blook-post-desc p,
.blook-post-desc .blook-post-title {
    margin: 0;
    padding-top: 10px;
}
.blook-post-desc .blook-categories li {
    margin-top: 10px;
}
.blook-post-desc .blook-meta-tag .blook-meta-icon,
.blook-post-desc .blook-meta-tag .blook-meta-caption,
.blook-post-desc .blook-meta-tag .blook-author-image {
    margin-top: 10px;
}
.blook-post-desc .blook-social-share,
.blook-post-desc .blook-btn-section {
    margin-top: 15px;
}
.blook-post-desc .blook-limit-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
}
.blook-post-desc-center {
    text-align: center;
}
.blook-post-desc-center .blook-meta-tag,
.blook-post-desc-center .twp-social-share-layout-2,
.blook-post-desc-center .blook-categories ul {
    justify-content: center;
}
.blook-post-style-1 {
    display: flex;
    flex-wrap: wrap;
}
.blook-post-style-1 .blook-image-section {
    flex: 0 0 90px;
    max-width: 90px;
    height: 80px;
}
.blook-post-style-1 .blook-desc {
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 15px;
}
.blook-post-style-1 .blook-post-title {
    margin: 0;
    padding-top: 5px;
}
.blook-post-style-2 .blook-post-desc {
    padding: 10px 30px 0;
}
.blook-post-style-2 .blook-image-section .blook-post-desc {
    padding: 5px 0 0;
}
.blook-post-style-3 {
    color: #fff;
}
.blook-post-style-3 a {
    color: #fff;
}
.blook-post-style-3 a:visited {
    color: #fff;
}
.blook-post-style-3 .blook-excerpt {
    opacity: 0.63;
}
.blook-post-style-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blook-post-style-4 .blook-image-section {
    flex: 0 0 90px;
    max-width: 90px;
    height: 80px;
}
.blook-post-style-4 .blook-desc {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding: 0 15px;
}
.blook-post-style-4 .blook-post-title {
    margin: 0;
    padding-top: 5px;
}
.blook-post-style-4 .blook-counter-section {
    flex: 0 0 30px;
    max-width: 30px;
    font-size: 40px;
}
.blook-breaking-news-post {
    padding: 0 7.5px;
    height: 50px;
    overflow: hidden;
}
.blook-breaking-news-post .blook-image-section {
    float: left;
    width: 80px;
    background-color: pink;
    height: 50px;
}
.blook-breaking-news-post .blook-desc {
    padding-left: 10px;
    float: left;
    width: calc(100% - 80px);
}
.blook-breaking-news-post .blook-desc .blook-post-title {
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.blook-search-field {
    display: flex;
    flex-wrap: wrap;
}
.blook-search-field input,
.blook-search-field button {
    display: inline-block;
    border: 0;
    border-radius: 0;
    height: 50px;
}
.blook-search-field input {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding: 0 30px;
    line-height: 38px;
    background-color: #eaeff2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.blook-search-field button {
    flex: 0 0 50px;
    max-width: 50px;
    padding: 0;
    font-size: 25px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blook-search-field button:hover {
    opacity: 0.9;
}
.circular-progress {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.circular-progress svg {
    transform: rotate(270deg);
}
.circular-progress circle {
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
}
.circular-progress circle:nth-of-type(1) {
    stroke: #eaeff2;
}
.circular-progress circle:nth-of-type(2) {
    stroke-dasharray: 251.4285714286;
    stroke-dashoffset: 75.4285714286;
}
.circular-progress .blook-progress-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 14px;
}
.blook-scroll-top {
    position: fixed;
    right: 30px;
    bottom: -100px;
    z-index: 2;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-scroll-top:after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #fff;
    border-radius: 100%;
}
.blook-scroll-top .blook-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}
.blook-scroll-top.show {
    bottom: 60px;
}
.blook-scroll-top:hover .blook-icon {
    opacity: 1;
}
.blook-scroll-top:hover .blook-progress-percent {
    opacity: 0;
}
.slick-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 10px 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.slick-slider .slick-dots button {
    display: none;
}
.slick-slider .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-top: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    opacity: 0.63;
}
.slick-slider .slick-dots li:hover {
    opacity: 1;
}
.slick-slider .slick-dots .slick-active {
    width: 20px;
    border-radius: 5px;
    opacity: 1;
}
.slick-slider .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    font-size: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    text-align: left;
}
.slick-slider .slick-arrow:hover {
    opacity: 0.8;
}
.slick-slider .slick-arrow:before {
    content: "";
    display: inline-block;
}
.slick-slider .slick-prev {
    left: 15px;
}
.slick-slider .slick-next {
    right: 15px;
}
.blook-slick-angle-right .slick-arrow:before,
.blook-slick-chevron-right .slick-arrow:before,
.blook-slick-arrow-right .slick-arrow:before {
    position: absolute;
    border-left-width: 2px;
    border-left-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.blook-slick-angle-right .slick-prev:before,
.blook-slick-chevron-right .slick-prev:before,
.blook-slick-arrow-right .slick-prev:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.blook-slick-angle-right .slick-next:before,
.blook-slick-chevron-right .slick-next:before,
.blook-slick-arrow-right .slick-next:before {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
/************ ANGLE RIGHT ****************/
.blook-slick-angle-right .slick-arrow:before {
    width: 8px;
    height: 8px;
    top: 15px;
}
.blook-slick-angle-right .slick-prev:before {
    left: 16px;
}
.blook-slick-angle-right .slick-next:before {
    left: 14px;
}
/*********** CHEVRON RIGHT ******************/
.blook-slick-chevron-right .slick-arrow:before {
    width: 12px;
    height: 12px;
    top: 14px;
}
.blook-slick-chevron-right .slick-prev:before {
    left: 16px;
}
.blook-slick-chevron-right .slick-next:before {
    left: 10px;
}
/************** ARROW RIGHT****************/
.blook-slick-arrow-right .slick-arrow:before {
    width: 10px;
    height: 10px;
    top: 15px;
}
.blook-slick-arrow-right .slick-arrow:after {
    content: "";
    display: inline-block;
    width: 14px;
    position: absolute;
    top: 19px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, 0.9);
}
.blook-slick-arrow-right .slick-prev:before {
    left: 14px;
}
.blook-slick-arrow-right .slick-prev:after {
    left: 14px;
}
.blook-slick-arrow-right .slick-next:before {
    left: 16px;
}
.blook-slick-arrow-right .slick-next:after {
    left: 13px;
}
/************* CARET RIGHT ***************/
.blook-slick-caret-right .slick-arrow:before {
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border-top-width: 8px;
    border-top-style: solid;
    border-right-width: 8px;
    border-right-style: solid;
    border-bottom-width: 8px;
    border-bottom-style: solid;
    border-color: transparent #fff transparent transparent;
}
.blook-slick-caret-right .slick-prev:before {
    left: 14px;
}
.blook-slick-caret-right .slick-next:before {
    left: 17px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
/************** LONG ARROW RIGHT****************/
.blook-slick-long-arrow-right .slick-arrow:before {
    position: absolute;
    top: 14px;
    width: 0;
    height: 0;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-color: transparent #fff transparent transparent;
}
.blook-slick-long-arrow-right .slick-arrow:after {
    content: "";
    display: inline-block;
    width: 12px;
    position: absolute;
    top: 19px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, 0.9);
}
.blook-slick-long-arrow-right .slick-prev:before {
    left: 12px;
}
.blook-slick-long-arrow-right .slick-prev:after {
    left: 18px;
}
.blook-slick-long-arrow-right .slick-next:before {
    left: 22px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.blook-slick-long-arrow-right .slick-next:after {
    left: 10px;
}
.blook-social-icon {
    display: flex;
    flex-wrap: wrap;
}
.blook-social-icon a {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.blook-social-icon.blook-social-icon-with-bg a {
    color: #fff;
}
.blook-social-icon.blook-social-icon-with-bg a:hover {
    opacity: 0.63;
    color: #fff;
}
.blook-social-icon.blook-social-icon-with-bg .blook-facebook {
    background-color: #3b5999;
}
.blook-social-icon.blook-social-icon-with-bg .blook-twitter {
    background-color: #1ca0fe;
}
.blook-social-icon.blook-social-icon-with-bg .blook-linkedin {
    background-color: #0177b5;
}
.blook-social-icon.blook-social-icon-with-bg .blook-instagram {
    background-color: #E1306c;
}
.blook-social-icon.blook-social-icon-with-bg .blook-youtube {
    background-color: #ff0000;
}
.blook-social-icon.blook-social-icon-with-bg .blook-telegram {
    background-color: #0088CC;
}
.blook-social-icon.blook-social-icon-with-bg .blook-telegram i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.blook-social-icon.blook-social-icon-with-bg .blook-pinterest {
    background-color: #bd071c;
}
.blook-tags .blook-tag-caption,
.tags-links .blook-tag-caption {
    display: inline-block;
    font-weight: 500;
    position: relative;
    margin-right: 15px;
}
.blook-tags .blook-tag-caption:after,
.tags-links .blook-tag-caption:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    top: 0;
}
.blook-tags,
.tags-links {
    display: flex;
    flex-wrap: wrap;
}
.blook-tags a,
.tags-links a {
    display: inline-block;
    position: relative;
    padding: 0 7.5px;
    text-transform: capitalize;
    font-weight: 500;
}
.blook-tags a:before,
.tags-links a:before {
    content: "#";
    display: inline-block;
    padding-right: 5px;
    opacity: 0.63;
}
.tags-links .blook-tag-caption {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 90%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tags-links .blook-tag-caption:after {
    right: -13px;
    border-top-width: 11px;
    border-top-style: solid;
    border-right-width: 14px;
    border-right-style: solid;
}
.blook-tags .blook-tag-caption {
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
}
.blook-tags .blook-tag-caption:after {
    right: -12px;
    border-top-width: 17px;
    border-top-style: solid;
    border-bottom-width: 17px;
    border-bottom-style: solid;
    border-left-width: 17px;
    border-left-style: solid;
}
.blook-section-title-style-1 > span:after, .blook-section-title-style-1:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.widget-title,
.blook-title-style-1 {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
.widget-title:after,
.blook-title-style-1:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.blook-dashed {
    position: relative;
    text-align: center;
}
.blook-dashed:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0%;
}
.blook-dashed.blook-dashed-center:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.blook-section-title-style-1 {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}
.blook-section-title-style-1:after {
    background-color: #eaeff2;
}
.blook-section-title-style-1 > span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.blook-section-title-style-1 > span:after {
    z-index: 1;
}
ul.blook-top-menu,
.blook-footer-menu-section ul,
div.blook-top-menu ul {
    display: flex;
    flex-wrap: wrap;
}
ul.blook-top-menu a,
.blook-footer-menu-section ul a,
div.blook-top-menu ul a {
    padding: 0 15px;
    position: relative;
}
ul.blook-top-menu a:before,
.blook-footer-menu-section ul a:before,
div.blook-top-menu ul a:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
ul.blook-top-menu li ul,
.blook-footer-menu-section ul li ul,
div.blook-top-menu ul li ul {
    display: none;
}
.desktop ul.blook-nav-menu > li > a,
.desktop div.blook-nav-menu > ul > li > a {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
.desktop ul.blook-nav-menu > li > a:before,
.desktop div.blook-nav-menu > ul > li > a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -o-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -moz-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.desktop ul.blook-nav-menu > li > a:hover:before,
.desktop div.blook-nav-menu > ul > li > a:hover:before, .desktop ul.blook-nav-menu > li > a:focus-within:before,
.desktop div.blook-nav-menu > ul > li > a:focus-within:before {
    -webkit-animation: scale-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -o-animation: scale-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -moz-animation: scale-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.desktop ul.blook-nav-menu > li .sub-menu,
.desktop div.blook-nav-menu > ul > li .children {
    position: absolute;
    top: 110%;
    left: 0;
    width: 220px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    z-index: 3;
}
.desktop ul.blook-nav-menu > li .sub-menu a,
.desktop div.blook-nav-menu > ul > li .children a {
    display: block;
    padding: 10px 15px;
    color: #404553;
    text-transform: capitalize;
    width: 100%;
    position: relative;
}
.desktop ul.blook-nav-menu > li .sub-menu a:visited,
.desktop div.blook-nav-menu > ul > li .children a:visited {
    color: #404553;
}
.desktop ul.blook-nav-menu,
.desktop div.blook-nav-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.desktop ul.blook-nav-menu a,
.desktop div.blook-nav-menu ul a {
    text-transform: uppercase;
    font-size: 90%;
}
.desktop ul.blook-nav-menu > li a,
.desktop div.blook-nav-menu > ul > li a {
    position: relative;
    display: block;
}
.desktop ul.blook-nav-menu > li > a .menu-description,
.desktop div.blook-nav-menu > ul > li > a .menu-description {
    position: absolute;
    left: 15px;
    bottom: 40px;
}
.desktop ul.blook-nav-menu > li,
.desktop div.blook-nav-menu > ul > li {
    position: relative;
}
.desktop ul.blook-nav-menu > li .sub-menu .menu-description,
.desktop div.blook-nav-menu > ul > li .children .menu-description {
    display: none;
}
.desktop ul.blook-nav-menu > li .sub-menu li,
.desktop div.blook-nav-menu > ul > li .children li {
    display: block;
    width: 100%;
}
.desktop ul.blook-nav-menu > li:hover .sub-menu,
.desktop ul.blook-nav-menu > li:focus-within .sub-menu,
.desktop div.blook-nav-menu > ul > li:hover .children,
.desktop div.blook-nav-menu > ul > li:focus-within .children {
    top: 100%;
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}
.desktop ul.blook-nav-menu .sub-menu .menu-description,
.desktop div.blook-nav-menu .children .menu-description {
    margin: 0 5px;
    padding: 2.5px 7.5px;
}
.desktop ul.blook-nav-menu > li .sub-menu > li,
.desktop div.blook-nav-menu > ul > li .children > li {
    position: relative;
}
.desktop ul.blook-nav-menu > li .sub-menu > li .sub-menu,
.desktop div.blook-nav-menu > ul > li .children > li .children {
    top: 0;
    left: calc(100% + 30px);
    overflow: hidden;
    visibility: hidden;
    transition: left 0.2s ease 0s, opacity 0.2s;
    -moz-transition: left 0.2s ease 0s, opacity 0.2s;
    -webkit-transition: left 0.2s ease 0s, opacity 0.2s;
    -o-transition: left 0.2s ease 0s, opacity 0.2s;
    -ms-transition: left 0.2s ease 0s, opacity 0.2s;
}
.desktop ul.blook-nav-menu > li .sub-menu > li:hover > .sub-menu,
.desktop ul.blook-nav-menu > li .sub-menu > li:focus-within > .sub-menu,
.desktop ul.blook-nav-menu > li .sub-menu > li:hover > .sub-menu,
.desktop ul.blook-nav-menu > li .sub-menu > li:focus-within > .sub-menu,
.desktop div.blook-nav-menu > ul > li .children > li:hover > .children,
.desktop div.blook-nav-menu > ul > li .children > li:focus-within > .children,
.desktop div.blook-nav-menu > ul > li .children > li:hover > .children,
.desktop div.blook-nav-menu > ul > li .children > li:focus-within > .children {
    opacity: 1;
    height: auto;
    left: 100%;
    overflow: visible;
    visibility: visible;
}
.desktop ul.blook-nav-menu > li .sub-menu > li .sub-menu > li .sub-menu,
.desktop div.blook-nav-menu > ul > li .children > li .children > li .children {
    top: 20%;
    left: 100%;
    overflow: hidden;
    visibility: hidden;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}
.desktop ul.blook-nav-menu > li .sub-menu > li .sub-menu > li:hover > .sub-menu,
.desktop ul.blook-nav-menu > li .sub-menu > li .sub-menu > li:focus-within > .sub-menu,
.desktop div.blook-nav-menu > ul > li .children > li .children > li:hover > .children,
.desktop div.blook-nav-menu > ul > li .children > li .children > li:focus-within > .children {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
    top: 0;
}
.menu-description {
    display: inline-block;
    background-color: #eaeff2;
    height: 18px;
    line-height: 18px;
    padding: 0 7.5px;
    text-transform: capitalize;
    font-size: 10px;
    font-weight: 800;
    border-radius: 3px;
    position: relative;
}
.menu-description:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 5px;
    border-top-style: solid;
    border-left-width: 5px;
    border-left-style: solid;
    border-right-width: 5px;
    border-right-style: solid;
    border-color: transparent;
    border-top-color: #eaeff2;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 10px;
}
.desktop .blook-nav-menu a {
    font-weight: 500;
}
.desktop .blook-nav-menu .brand-home a {
    background-color: #010101;
    font-size: 30px;
}
.desktop .blook-nav-menu li.down-arrow > a {
    padding-right: 30px;
}
.desktop .down-arrow > a:after,
.desktop .right-arrow > a:after {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 14px;
}
.desktop .down-arrow > a:after {
    content: "";
    top: -2px;
}
.desktop .right-arrow > a:after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.blook-breadcrumbs ul {
    background-color: #eaeff2;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 15px 15px;
    align-items: center;
}
.blook-breadcrumbs li {
    padding-top: 10px;
    position: relative;
    display: flex;
}
.blook-breadcrumbs li:after {
    content: "";
    display: inline-block;
    padding: 0 7.5px;
}
.blook-breadcrumbs li:last-child:after {
    content: none;
}
.blook-breadcrumbs li a {
    display: inline-block;
    padding: 0 7.5px;
}
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.wp-block-pullquote blockquote {
    padding: 15px;
    max-width: 100%;
    text-align: center;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}
@media (min-width: 576px) {
    blockquote.wp-block-quote,
    blockquote.wp-block-quote.is-large,
    blockquote.wp-block-quote.is-style-large,
    .wp-block-pullquote blockquote {
        padding: 60px;
    }
}
@media (min-width: 576px) {
    blockquote.wp-block-quote:after,
    blockquote.wp-block-quote.is-large:after,
    blockquote.wp-block-quote.is-style-large:after,
    .wp-block-pullquote blockquote:after {
        content: "";
        position: absolute;
        height: calc(100% - 120px);
        width: calc(100% - 120px);
        left: 60px;
        top: 65px;
        background-color: rgba(255, 255, 255, 0.63);
        z-index: -1;
        border-radius: 5px;
        transform: skew(-6deg, 3deg);
        -webkit-transform: skew(-6deg, 3deg);
        -moz-transform: skew(-6deg, 3deg);
        -ms-transform: skew(-6deg, 3deg);
    }
}
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p,
.wp-block-pullquote blockquote p {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 60px 15px 90px;
    margin-top: 0;
}
@media (min-width: 576px) {
    blockquote.wp-block-quote p,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p,
    .wp-block-pullquote blockquote p {
        color: #404553;
        padding: 60px 60px 90px;
    }
}
blockquote.wp-block-quote p:before, blockquote.wp-block-quote p:after,
blockquote.wp-block-quote.is-large p:before,
blockquote.wp-block-quote.is-large p:after,
blockquote.wp-block-quote.is-style-large p:before,
blockquote.wp-block-quote.is-style-large p:after,
.wp-block-pullquote blockquote p:before,
.wp-block-pullquote blockquote p:after {
    display: block;
    position: absolute;
    font-size: 35px;
    content: "";
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
blockquote.wp-block-quote p:before,
blockquote.wp-block-quote.is-large p:before,
blockquote.wp-block-quote.is-style-large p:before,
.wp-block-pullquote blockquote p:before {
    top: 15px;
    left: 30px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
blockquote.wp-block-quote p:after,
blockquote.wp-block-quote.is-large p:after,
blockquote.wp-block-quote.is-style-large p:after,
.wp-block-pullquote blockquote p:after {
    bottom: 15px;
    right: 30px;
}
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-style-large cite,
.wp-block-pullquote blockquote cite {
    display: block;
    position: absolute;
    text-align: right;
    left: 60px;
    bottom: 60px;
    width: calc(100% - 120px);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
@media (min-width: 576px) {
    blockquote.wp-block-quote cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite,
    .wp-block-pullquote blockquote cite {
        bottom: 120px;
    }
}
.comments-area .comment-respond .comment-form .logged-in-as a, .comments-area .comment-list li .comment-reply-link {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 30px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    text-decoration: none;
}
.comments-area {
    font-weight: 500;
    padding: 30px;
    box-shadow: 0 0 4px 4px rgba(234, 239, 242, 0.63);
}
.comments-area cite {
    font-style: normal;
}
.comments-area .comments-title {
    margin: 0;
}
.comments-area textarea,
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url] {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeff2;
    padding: 10px 15px;
    border-radius: 5px;
}
.comments-area #respond input#submit {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    font-weight: 500;
    border-radius: 5px;
}
.comments-area #respond input#submit:hover, .comments-area #respond input#submit:focus-within {
    opacity: 0.63;
}
.comments-area .comment-list li article {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #eaeff2;
}
.comments-area .comment-list li .comment-reply-link {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.comments-area .comment-list li .comment-meta .comment-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.comments-area .comment-list li .comment-meta .comment-author img {
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
.comments-area .comment-list li .comment-meta .comment-author .fn,
.comments-area .comment-list li .comment-meta .comment-author span {
    display: inline-block;
    padding: 0 2.5px;
}
.comments-area .comment-list li .comment-meta .comment-metadata {
    padding-top: 15px;
}
.comments-area .comment-list li .comment-meta .comment-metadata a, .comments-area .comment-list li .comment-meta .comment-metadata span, .comments-area .comment-list li .comment-meta .comment-metadata time {
    display: inline-block;
    position: relative;
}
.comments-area .comment-list li .comment-meta .comment-metadata time,
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link {
    padding-left: 25px;
    padding-right: 20px;
}
.comments-area .comment-list li .comment-meta .comment-metadata time:before,
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link:before {
    position: absolute;
    left: 5px;
    bottom: 0;
    font-size: 1rem;
}
.comments-area .comment-list li .comment-meta .comment-metadata time:before {
    content: "";
}
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link:before {
    content: "";
}
.comments-area .comment-list li .comment-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.comments-area .comment-list li .comment-content p:last-child {
    margin-bottom: 0;
}
.comments-area .comment-list li .comment-content p:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    font-size: 20px;
}
.comments-area .comment-list li .reply {
    padding-top: 15px;
}
.comments-area .comment-respond {
    padding-top: 15px;
}
.comments-area .comment-respond .comment-reply-title {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 0;
}
.comments-area .comment-respond p {
    margin-top: 15px;
    margin-bottom: 0;
}
.comments-area .comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form p {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .comments-area .comment-respond .comment-form p {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-right: 10px;
    }
}
.comments-area .comment-respond .comment-form p.comment-notes, .comments-area .comment-respond .comment-form p.comment-form-comment, .comments-area .comment-respond .comment-form p.comment-form-cookies-consent, .comments-area .comment-respond .comment-form p.form-submit, .comments-area .comment-respond .comment-form p.logged-in-as {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
}
.comments-area .comment-respond .comment-form label {
    display: block;
    margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-ratings {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-ratings label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
    position: relative;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 2px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    text-align: justify;
}
.comments-area .comment-respond .comment-form .logged-in-as {
    color: transparent;
    margin-top: 0;
    line-height: 1;
    padding-top: 15px;
}
.comments-area .comment-respond .comment-form .logged-in-as a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
@media (min-width: 576px) {
    .comments-area .comment-respond .comment-form .logged-in-as a {
        margin-right: 10px;
        width: initial;
    }
}
.comments-area .comment-respond .comment-form .logged-in-as a:last-child {
    margin-right: 0;
}
.blook-single-post {
    margin: 0;
}
.blook-single-post p {
    text-align: initial;
}
.blook-single-post .entry-content {
    margin: 0;
}
@media (min-width: 576px) {
    .blook-single-post .entry-content {
        background-color: #fff;
        padding: 15px 30px 30px;
    }
}
.blook-single-post .twp-share-title h2::after {
    content: none;
}
.blook-single-post h1, .blook-single-post h2, .blook-single-post h3, .blook-single-post h4, .blook-single-post h5, .blook-single-post h6 {
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
}
.blook-single-post h1:after, .blook-single-post h2:after, .blook-single-post h3:after, .blook-single-post h4:after, .blook-single-post h5:after, .blook-single-post h6:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blook-single-post h1.has-text-align-center:after, .blook-single-post h2.has-text-align-center:after, .blook-single-post h3.has-text-align-center:after, .blook-single-post h4.has-text-align-center:after, .blook-single-post h5.has-text-align-center:after, .blook-single-post h6.has-text-align-center:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.blook-single-post h1.has-text-align-right:after, .blook-single-post h2.has-text-align-right:after, .blook-single-post h3.has-text-align-right:after, .blook-single-post h4.has-text-align-right:after, .blook-single-post h5.has-text-align-right:after, .blook-single-post h6.has-text-align-right:after {
    right: 0;
    left: initial;
}
.blook-single-post p,
.blook-single-post figure, .blook-single-post figcaption,
.blook-single-post .wp-block-cover,
.blook-single-post .wp-block-button {
    margin-top: 15px;
    margin-bottom: 0;
}
.blook-single-post .post-thumbnail {
    margin-top: 10px;
}
.blook-single-post .post-thumbnail,
.blook-single-post .wp-block-image {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    display: block;
    box-shadow: 0 0 5px 5px rgba(234, 239, 242, 0.6);
}
.blook-single-post blockquote {
    margin: 15px 0 0;
}
.blook-single-post .wp-block-pullquote {
    padding: 0;
    margin-top: 0;
}
.blook-single-post pre.wp-block-verse, .blook-single-post pre.wp-block-preformatted {
    background-color: black;
    font-size: 1rem;
    font-family: inherit;
    padding: 30px;
    margin-bottom: 0;
    margin-top: 15px;
    white-space: pre-line;
    text-align: justify;
    color: #fff;
}
.blook-single-post ul {
    margin: 0;
}
.blook-single-post ul li {
    padding-top: 15px;
}
.blook-single-post .wp-block-categories {
    padding-top: 15px;
    list-style: lower-roman;
}
.blook-single-post .wp-block-categories select {
    padding: 7px 15px;
}
.blook-single-post .wp-block-categories li {
    padding-left: 5px;
}
.blook-single-post .wp-block-categories li a {
    text-decoration: none;
}
.blook-single-post .wp-block-code {
    background-color: #010101;
    font-family: inherit;
    margin-bottom: 0;
    color: #fff;
}
.blook-single-post code {
    font-family: inherit;
}
.blook-single-post .wp-block-table.is-style-stripes {
    border-bottom: 0;
}
.blook-single-post table td {
    padding: 10px 15px;
    text-align: center;
}
.blook-single-post .blocks-gallery-grid {
    width: 100%;
}
.blook-single-post figcaption {
    font-size: 1rem;
    color: inherit;
}
.blook-single-post .wp-block-gallery {
    margin-top: 0;
}
.blook-single-post .wp-block-gallery .slick-slider {
    margin-top: 20px;
}
.blook-single-post .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 0;
}
.blook-single-post .wp-block-gallery figcaption {
    color: #fff;
}
.blook-single-post .wp-block-gallery li figure {
    margin-top: 0;
}
.blook-single-post .slick-slider li {
    padding-top: 0;
}
.blook-single-post hr {
    height: 1px;
    background-color: #eaeff2;
    margin: 20px 15px 0;
}
.widget figure,
.blook-single-post figure {
    text-align: center;
    overflow: hidden;
}
.widget figure a,
.blook-single-post figure a {
    position: relative;
    display: inline-block;
}
.widget figure a:before,
.blook-single-post figure a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
    line-height: 36px;
    font-size: 18px;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    z-index: 2;
    font-weight: 700;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    opacity: 0;
}
.widget figure a:hover:before,
.blook-single-post figure a:hover:before {
    opacity: 1;
}
.widget figure a img,
.blook-single-post figure a img {
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    overflow: hidden;
    cursor: pointer;
}
.widget figure a img:hover,
.blook-single-post figure a img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
.entry-content a:not(.more-link):not(.button):not(.twp-icon-holder) {
    text-decoration: underline;
}
.entry-summary a:not(.more-link):not(.button) {
    text-decoration: underline;
}
.widget_text a:not(.more-link):not(.button) {
    text-decoration: underline;
}
.blook-single-post .entry-footer {
    background-color: #fff;
    margin-top: 30px;
    padding: 10px 30px 15px;
    display: flex;
    flex-wrap: wrap;
}
.blook-single-post .entry-footer .edit-link a,
.blook-single-post .entry-footer .edit-link span,
.blook-single-post .entry-footer .tags-links a,
.blook-single-post .entry-footer .tags-links span {
    margin-top: 10px;
    display: inline-block;
}
.blook-single-post .entry-footer .edit-link {
    position: relative;
    display: inline-block;
    padding: 0 7.5px;
}
.blook-single-post .entry-footer .edit-link:before {
    content: "";
    font-size: 1rem;
    display: inline-block;
    padding: 0 7.5px;
}
.blook-post-nav .blook-arrow-section {
    height: 100%;
    width: 70px;
    background-color: rgba(234, 239, 242, 0.9);
    font-size: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-post-nav-post {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    max-width: 100%;
    background-color: rgba(234, 239, 242, 0.9);
    padding: 0 7.5px;
    height: 100%;
    align-items: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-post-nav-post .blook-desc {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 0 7.5px;
}
.blook-post-nav-post .blook-desc .blook-post-title {
    margin: 0;
}
.blook-post-nav-post .blook-image-section {
    flex: 0 0 85px;
    max-width: 85px;
    height: 70px;
    margin-left: 7.5px;
    margin-right: 7.5px;
}
.blook-post-nav {
    position: fixed;
    z-index: 2;
    top: 50%;
    width: 70px;
    height: 90px;
    overflow: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.blook-post-nav:hover {
    width: 350px;
}
.blook-post-nav .blook-arrow-section,
.blook-post-nav .blook-post-nav-post {
    position: absolute;
    top: 0;
}
.blook-post-nav-prev {
    left: 0;
}
.blook-post-nav-prev:hover .blook-arrow-section {
    left: -100px;
    opacity: 0;
}
.blook-post-nav-prev:hover .blook-post-nav-post {
    left: 0;
    opacity: 1;
}
.blook-post-nav-prev .blook-arrow-section {
    left: 0;
}
.blook-post-nav-prev .blook-post-nav-post {
    left: -400px;
    opacity: 0;
}
.blook-post-nav-next {
    right: 0;
}
.blook-post-nav-next:hover .blook-arrow-section {
    right: -100px;
    opacity: 0;
}
.blook-post-nav-next:hover .blook-post-nav-post {
    right: 0;
    opacity: 1;
}
.blook-post-nav-next .blook-arrow-section {
    right: 0;
}
.blook-post-nav-next .blook-post-nav-post {
    right: -400px;
    opacity: 0;
}
.blook-single-banner-section .blook-categories li {
    margin-top: 10px;
}
.blook-single-banner-section .entry-title {
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
}
.blook-single-banner-section .blook-meta-tag .blook-meta-icon,
.blook-single-banner-section .blook-meta-tag .blook-meta-caption,
.blook-single-banner-section .blook-meta-tag .blook-author-image {
    margin-top: 10px;
}
@media (min-width: 576px) {
    .blook-single-banner-section .blook-desc {
        padding: 30px;
        background-color: #fff;
    }
}
.blook-single-banner-section .blook-image-section {
    min-height: 500px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.blook-single-banner-section .blook-image-section a {
    color: #fff;
}
.blook-single-banner-section .blook-image-section .blook-desc {
    width: 80%;
    position: relative;
    z-index: 2;
    padding: 0;
    background-color: transparent;
}
.blook-single-banner-section .blook-image-section .blook-categories ul {
    justify-content: center;
}
.blook-single-banner-section .blook-image-section .blook-meta-tag {
    justify-content: center;
}
.blook-single-next-post {
    position: relative;
    z-index: 1;
    padding: 30px 30px 45px;
}
.blook-single-next-post:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 150px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 86%, white 87%, white 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 86%, white 87%, white 100%);
}
.blook-single-next-post .blook-post-nav-next {
    position: relative;
    padding-bottom: 5px;
    font-weight: 700;
}
.blook-single-next-post .blook-post-nav-next:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blook-single-next-post .blook-post-nav-next a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -7.5px;
}
.blook-single-next-post .blook-post-nav-next span {
    display: inline-block;
    padding: 0 7.5px;
}
.blook-single-next-post .blook-post-nav-next .blook-icon {
    font-size: 20px;
}
.blook-single-next-post .blook-categories {
    padding-top: 5px;
}
.blook-single-next-post .blook-categories li {
    margin-top: 10px;
}
.blook-single-next-post .blook-post-title {
    margin: 15px 0 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: rgba(234, 239, 242, 0.6);
    padding-top: 10px;
}
.blook-single-next-post .blook-meta-tag {
    font-size: 18px;
    padding-top: 5px;
}
.blook-single-next-post .blook-meta-tag .blook-author-image,
.blook-single-next-post .blook-meta-tag .blook-meta-caption .blook-meta-icon {
    margin-top: 10px;
}
.blook-single-next-post p {
    font-style: italic;
    font-weight: 500;
    margin: 15px 0 0;
    font-size: 90%;
}
.blook-single-next-post .blook-image-section {
    position: relative;
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}
.blook-single-next-post .blook-image-section img {
    box-shadow: 0 0 5px 5px rgba(234, 239, 242, 0.6);
    border-radius: 5px;
    padding: 15px;
}
.widget {
    background-color: #fff;
    margin: 30px 0 0;
    padding: 10px 15px 15px;
    box-shadow: 0 0 4px 4px rgba(234, 239, 242, 0.4);
}
.widget .widget-title {
    margin: 0 0 10px;
    padding-top: 15px;
}
.widget .wp-video,
.widget select {
    margin-top: 15px;
}
.widget .search-form,
.widget .blook-search-form {
    padding-top: 15px;
}
.widget figure,
.widget .wp-caption {
    margin: 0 auto;
    padding-top: 15px;
}
.widget p img {
    margin-top: 15px;
}
.widget select {
    padding: 10px 15px;
    font-family: inherit;
    width: 100%;
}
.widget ul li {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(215, 209, 209, 0.29);
    padding: 10px 0;
}
.widget ul li:first-child {
    border-top: 0;
}
.widget ul li a {
    display: inline-block;
}
.widget ul li ul {
    margin-top: 10px;
    border-bottom: 0;
    font-size: 0.9rem;
}
.widget ul li ul:last-child li:last-child {
    padding-bottom: 0;
}
.widget ul li ul li {
    width: 100%;
}
.widget ul li ul li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(215, 209, 209, 0.29);
}
.widget ul li ul li a {
    padding-left: 15px;
    display: inline-block;
}
.widget ul li ul li ul {
    list-style: dots;
}
.widget ul li ul li li a {
    padding-left: 45px;
    display: inline-block;
}
.widget .menu {
    font-weight: 700;
}
.widget .menu ul {
    font-weight: 500;
}
.widget .menu ul ul {
    font-weight: 400;
}
.widget.widget_calendar table {
    border-spacing: 0;
    margin: 0;
}
.widget.widget_calendar thead {
    background-color: rgba(234, 239, 242, 0.4);
    color: #010101;
}
.widget.widget_calendar thead th {
    padding: 10px;
}
.widget.widget_calendar tbody {
    background-color: rgba(234, 239, 242, 0.63);
    color: #010101;
}
.widget.widget_calendar tbody td {
    text-align: center;
    padding: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(215, 209, 209, 0.2);
}
.widget.widget_calendar tbody td:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}
.widget.widget_calendar tbody tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.widget.widget_calendar caption,
.widget.widget_calendar tfoot {
    font-weight: 500;
}
.widget.widget_calendar caption {
    padding: 15px 0;
}
.widget.widget_calendar tfoot a {
    display: inline-block;
    padding-top: 15px;
}
.widget.widget_calendar a {
    font-weight: 500;
    font-size: 18px;
}
.widget.widget_calendar a:hover {
    opacity: 0.63;
}
.widget.widget_calendar nav {
    margin-top: 10px;
}
.widget .slick-slide img {
    margin: auto;
}
.widget .tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 15px 5px 0;
    padding: 0 10px;
    line-height: 1.8;
    text-transform: capitalize;
}
.widget .tagcloud a:hover {
    opacity: 0.8;
}
.widget.widget_recent_entries a {
    display: block;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
}
.widget.widget_recent_entries .post-date {
    font-size: 90%;
    display: inline-block;
    font-weight: 500;
}
.widget.widget_recent_entries .post-date:before {
    content: "";
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 2px;
}
.widget .mc4wp-form {
    padding: 5px 30px;
}
.widget .mc4wp-form p {
    margin: 0;
}
.widget .mc4wp-form label,
.widget .mc4wp-form input[type=email],
.widget .mc4wp-form input[type=submit] {
    margin-top: 15px;
}
.blook-footer-widget .widget,
.blook-offcanvas-content-section .widget {
    background-color: transparent;
    margin: 30px 0 0;
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
    border-color: rgba(215, 209, 209, 0.63);
}
.blook-footer-widget .widget.widget_calendar th,
.blook-footer-widget .widget.widget_calendar td,
.blook-offcanvas-content-section .widget.widget_calendar th,
.blook-offcanvas-content-section .widget.widget_calendar td {
    padding: 5px;
}
@media (min-width: 576px) {
    .blook-footer-widget .widget.widget_calendar th,
    .blook-footer-widget .widget.widget_calendar td,
    .blook-offcanvas-content-section .widget.widget_calendar th,
    .blook-offcanvas-content-section .widget.widget_calendar td {
        padding: 10px;
    }
}
.blook-footer-widget .widget.widget_calendar thead,
.blook-offcanvas-content-section .widget.widget_calendar thead {
    background-color: #eaeff2;
}
.blook-footer-widget .widget.widget_calendar tbody,
.blook-offcanvas-content-section .widget.widget_calendar tbody {
    background-color: #fff;
}
.blook-footer-widget .widget-title,
.blook-offcanvas-content-section .widget-title {
    text-align: initial;
}
.blook-footer-widget .widget-title:after,
.blook-offcanvas-content-section .widget-title:after {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}
.blook-footer-widget .blook-search-field input,
.blook-offcanvas-content-section .blook-search-field input {
    background-color: #fff;
}
.blook-breaking-news-slider-section {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -200px;
    z-index: 9;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    color: #fff;
    height: 50px;
}
.blook-breaking-news-slider-section.blook-active.show {
    bottom: 0;
}
.blook-breaking-news-slider-section .blook-wrapper {
    position: relative;
}
.blook-breaking-news-slider-section .blook-close {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    right: 0;
    width: 50px;
}
.blook-breaking-news-slider-section .blook-close button {
    border-radius: 0;
    height: 50px;
    width: 100%;
}
.blook-breaking-news-slider-section .blook-section-title {
    float: left;
    padding: 0 30px;
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    margin: 0;
    display: none;
    font-size: 20px;
}
@media (min-width: 1050px) {
    .blook-breaking-news-slider-section .blook-section-title {
        display: block;
    }
}
.blook-breaking-news-open {
    position: fixed;
    bottom: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    left: -200px;
    z-index: 10;
}
.blook-breaking-news-open.show {
    left: 15px;
}
@media (min-width: 1050px) {
    .blook-breaking-news-open.show {
        left: 60px;
    }
}
@media (min-width: 1050px) {
    .blook-breaking-news-open {
        bottom: 60px;
    }
}
.blook-footer-widget {
    background-color: #010101;
    color: #d7d1d1;
    padding: 30px 0 60px;
}
.blook-footer-widget a {
    color: #d7d1d1;
}
.blook-footer-widget a:visited {
    color: #d7d1d1;
}
.site-footer {
    padding: 5px 0 15px;
    text-align: center;
}
.site-footer.breaking-news-active.show {
    margin-bottom: 50px;
}
.site-footer .blook-footer-menu-section .menu-description {
    display: none;
}
.site-footer .blook-footer-menu-section ul {
    justify-content: center;
}
.site-footer .blook-footer-menu-section li {
    margin-top: 10px;
}
.site-footer .site-info {
    padding-top: 15px;
}
.site-footer .site-info a {
    text-decoration: underline;
}
.blook-header {
    position: relative;
    color: #fff;
    padding-bottom: 45px;
}
.blook-header a {
    color: #fff;
}
.blook-header .blook-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
}
.blook-header .blook-wrapper {
    align-items: center;
}
.blook-header .blook-off-canvas {
    flex: 0 0 50px;
    max-width: 50px;
}
.blook-header .blook-off-canvas .blook-offcanvas-icon {
    background-color: transparent;
}
.blook-header .site-branding,
.blook-header .blook-search-form-section {
    padding-left: 15px;
    padding-right: 15px;
}
.blook-header .blook-site-logo,
.blook-header .blook-advertisement-section,
.blook-header .blook-search-form-section {
    margin-top: 15px;
}
.blook-header .blook-date-section {
    margin-top: 10px;
}
.blook-header .blook-advertisement-section,
.blook-header .blook-search-form-section {
    flex: 0 0 100%;
    max-width: 100%;
}
.blook-header-layout-1 .site-branding,
.blook-header-layout-3 .site-branding {
    flex: 0 0 100%;
    max-width: 100%;
}
.blook-header-layout-2 .site-branding,
.blook-header-layout-4 .site-branding {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
}
.blook-header-layout-2 .blook-advertisement-section,
.blook-header-layout-4 .blook-advertisement-section {
    text-align: center;
}
@media (min-width: 768px) {
    .blook-header-layout-2 .blook-advertisement-section,
    .blook-header-layout-4 .blook-advertisement-section {
        text-align: end;
    }
}
.blook-header-layout-2 .blook-advertisement-section a,
.blook-header-layout-4 .blook-advertisement-section a {
    display: inline-block;
}
@media (min-width: 576px) {
    .blook-header-layout-2 .blook-advertisement-section a,
    .blook-header-layout-4 .blook-advertisement-section a {
        width: 80%;
    }
}
.blook-header-layout-1,
.blook-header-layout-2,
.blook-header-layout-3,
.blook-header-layout-4 {
    padding-top: 30px;
}
.blook-header-layout-1 .site-branding,
.blook-header-layout-2 .site-branding,
.blook-header-layout-3 .site-branding,
.blook-header-layout-4 .site-branding {
    text-align: center;
}
@media (min-width: 768px) {
    .blook-header-layout-1 .site-branding,
    .blook-header-layout-2 .site-branding,
    .blook-header-layout-3 .site-branding,
    .blook-header-layout-4 .site-branding {
        flex: 0 0 300px;
        max-width: 300px;
        text-align: initial;
    }
}
.blook-header-layout-1 .site-branding .site-title,
.blook-header-layout-1 .site-branding .site-description,
.blook-header-layout-2 .site-branding .site-title,
.blook-header-layout-2 .site-branding .site-description,
.blook-header-layout-3 .site-branding .site-title,
.blook-header-layout-3 .site-branding .site-description,
.blook-header-layout-4 .site-branding .site-title,
.blook-header-layout-4 .site-branding .site-description {
    margin: 0;
}
@media (min-width: 768px) {
    .blook-header-layout-1 .blook-search-form-section {
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}
@media (min-width: 768px) {
    .blook-header-layout-1 .blook-search-form-section .blook-search-field {
        width: 90%;
        margin-left: auto;
        margin-right: 0;
    }
}
@media (min-width: 1050px) {
    .blook-header-layout-1 .blook-search-form-section .blook-search-field {
        width: 75%;
    }
}
@media (min-width: 768px) {
    .blook-header-layout-2 .blook-search-form-section {
        flex: 0 0 calc(100% - 350px);
        max-width: calc(100% - 350px);
    }
}
@media (min-width: 768px) {
    .blook-header-layout-2 .blook-search-form-section .blook-search-field {
        width: calc(100% - 30px);
        margin-left: auto;
    }
}
@media (min-width: 1050px) {
    .blook-header-layout-2 .blook-search-form-section .blook-search-field {
        width: 80%;
    }
}
@media (min-width: 768px) {
    .blook-header-layout-3 .blook-advertisement-section {
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
        text-align: end;
    }
}
@media (min-width: 768px) {
    .blook-header-layout-4 .blook-advertisement-section {
        flex: 0 0 calc(100% - 350px);
        max-width: calc(100% - 350px);
        text-align: end;
    }
}
.blook-header-layout-3 {
    padding-top: 35px;
}
.blook-header-layout-3 .blook-wrapper {
    display: block;
    text-align: center;
}
.blook-header-layout-3 .site-title,
.blook-header-layout-3 .site-description {
    margin: 10px 0 0;
}
.admin-bar .blook-mobile-menu-section {
    top: 30px;
}
.admin-bar .blook-mobile-menu-section .blook-close-icon-section {
    top: 60px;
}
.blook-mobile-menu-section {
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    right: -100%;
    height: 100vh;
    background-color: #010101;
    color: #fff;
    z-index: 10;
    overflow: scroll;
    padding: 90px 0 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-mobile-menu-section.open {
    right: 0;
}
.blook-mobile-menu-section.open .blook-close-icon-section {
    position: fixed;
    z-index: 11;
    right: calc(100% - 50px);
}
@media (min-width: 576px) {
    .blook-mobile-menu-section.open .blook-close-icon-section {
        right: 330px;
    }
}
@media (min-width: 576px) {
    .blook-mobile-menu-section {
        right: -600px;
        width: 350px;
    }
}
.blook-mobile-menu-section a {
    color: #fff;
}
.blook-mobile-menu-section a:visited {
    color: #fff;
}
.blook-mobile-menu-section .blook-close-icon-section {
    right: -100%;
    top: 45px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-mobile-menu-section .down-arrow,
.blook-mobile-menu-section .right-arrow {
    position: relative;
}
.blook-mobile-menu-section .down-arrow:after,
.blook-mobile-menu-section .right-arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0.8;
    padding-top: 8px;
    z-index: 1;
}
.blook-mobile-menu-section .down-arrow > a,
.blook-mobile-menu-section .right-arrow > a {
    margin-right: 40px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: rgba(255, 255, 255, 0.63);
}
.blook-mobile-menu-section ul.nav-menu, .blook-mobile-menu-section ul.blook-nav-menu {
    font-weight: 500;
    font-size: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, 0.63);
}
.blook-mobile-menu-section ul.nav-menu .brand-home, .blook-mobile-menu-section ul.blook-nav-menu .brand-home {
    display: none;
}
.blook-mobile-menu-section ul.nav-menu li, .blook-mobile-menu-section ul.blook-nav-menu li {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(255, 255, 255, 0.63);
}
.blook-mobile-menu-section ul.nav-menu a, .blook-mobile-menu-section ul.blook-nav-menu a {
    padding: 10px 15px;
    display: block;
    position: relative;
}
.blook-mobile-menu-section ul.nav-menu a .menu-description, .blook-mobile-menu-section ul.blook-nav-menu a .menu-description {
    margin: 0 5px;
}
.blook-mobile-menu-section ul.nav-menu a .menu-description:after, .blook-mobile-menu-section ul.blook-nav-menu a .menu-description:after {
    content: none;
}
.blook-mobile-menu-section ul.nav-menu li:hover > .children,
.blook-mobile-menu-section ul.nav-menu li:hover > .sub-menu, .blook-mobile-menu-section ul.nav-menu li:focus-within > .children,
.blook-mobile-menu-section ul.nav-menu li:focus-within > .sub-menu, .blook-mobile-menu-section ul.blook-nav-menu li:hover > .children,
.blook-mobile-menu-section ul.blook-nav-menu li:hover > .sub-menu, .blook-mobile-menu-section ul.blook-nav-menu li:focus-within > .children,
.blook-mobile-menu-section ul.blook-nav-menu li:focus-within > .sub-menu {
    opacity: 1;
    height: auto;
    overflow: visible;
}
.blook-mobile-menu-section ul.nav-menu .children,
.blook-mobile-menu-section ul.nav-menu .sub-menu, .blook-mobile-menu-section ul.blook-nav-menu .children,
.blook-mobile-menu-section ul.blook-nav-menu .sub-menu {
    font-weight: 400;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.admin-bar .blook-navbar-section.sticky {
    top: 30px;
}
@media screen and (max-width: 782px) {
    .admin-bar .blook-navbar-section.sticky {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar .blook-navbar-section.sticky {
        top: 0;
    }
}
.blook-navbar-section {
    position: relative;
    margin-top: -1px;
}
.blook-navbar-section.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-navbar-section.sticky .menu-description {
    display: none;
}
.blook-navbar-section.sticky .blook-site-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.blook-navbar-section.sticky .blook-site-feature button .blook-tooltip {
    bottom: initial;
    top: calc(100% + 10px);
}
.blook-navbar-section.sticky .blook-site-feature button .blook-tooltip:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    top: initial;
    bottom: 100%;
}
.blook-navbar-section a {
    color: #fff;
}
.blook-navbar-section button {
    height: 40px;
    padding: 0;
    border-radius: 0;
    border: 0;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.blook-navbar-section .blook-site-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.blook-navbar-section .blook-site-feature button:hover, .blook-navbar-section .blook-site-feature button:focus-within {
    color: #fff;
}
.blook-navbar-section .blook-site-feature button:hover .blook-tooltip, .blook-navbar-section .blook-site-feature button:focus-within .blook-tooltip {
    opacity: 1;
}
.blook-navbar-section .blook-site-feature button:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #010101;
    background-image: linear-gradient(to right, #f42548, #f42548 2.5rem, #1ca0fe 2.5rem, #1ca0fe 5rem, #e5e54f 5rem, #e5e54f 7.5rem, #f42548 7.5rem, #f42548);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-navbar-section .blook-site-feature button .blook-tooltip {
    opacity: 0;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 0;
}
.blook-navbar-section .blook-site-feature .blook-feature:not(.blook-trending) {
    width: 40px;
}
.blook-navbar-section .blook-site-feature .blook-feature:not(.blook-trending) button {
    background-color: #eaeff2;
}
.blook-navbar-section .blook-site-feature .blook-feature.blook-trending {
    width: 140px;
}
.blook-navbar-section .blook-site-feature .blook-feature.blook-search button {
    background-color: #fff;
}
.blook-navbar-section .blook-site-feature .blook-trending button {
    background-color: #010101;
    color: #fff;
}
.blook-navbar-section .blook-site-feature .blook-trending button:visited {
    color: #fff;
}
.blook-navbar-section .blook-site-feature .blook-trending button:hover, .blook-navbar-section .blook-site-feature .blook-trending button:focus-within {
    background-color: transparent;
}
.blook-navbar-section .blook-site-feature .blook-trending button span {
    display: inline-block;
    padding: 0 2px;
}
.blook-navbar-section .main-navigation {
    display: none;
}
@media (min-width: 1050px) {
    .blook-navbar-section .main-navigation {
        padding-left: 30px;
        display: block;
    }
}
@media (min-width: 1050px) {
    .blook-navbar-section .blook-menu-icon {
        display: none;
    }
}
.blook-navbar-section .blook-menu-icon button {
    background-color: #010101;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.blook-navbar-section .blook-menu-icon i {
    display: inline-block;
    padding-left: 10px;
}
.blook-navbar-layout-1 .main-navigation {
    flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
}
.blook-navbar-layout-1 .blook-menu-icon {
    flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
}
@media (min-width: 576px) {
    .blook-navbar-layout-1 .blook-menu-icon {
        flex: 0 0 100px;
        max-width: 100px;
    }
}
.blook-navbar-layout-1 .blook-site-feature {
    flex: 0 0 220px;
    max-width: 220px;
}
@media (min-width: 576px) {
    .blook-navbar-layout-1 .blook-site-feature {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
}
@media (min-width: 1050px) {
    .blook-navbar-layout-1 .blook-site-feature {
        flex: 0 0 220px;
        max-width: 220px;
    }
}
.blook-navbar-layout-2 .main-navigation {
    flex: 0 0 calc(100% - 260px);
    max-width: calc(100% - 260px);
}
.blook-navbar-layout-2 .blook-menu-icon {
    flex: 0 0 calc(100% - 260px);
    max-width: calc(100% - 260px);
}
@media (min-width: 576px) {
    .blook-navbar-layout-2 .blook-menu-icon {
        flex: 0 0 100px;
        max-width: 100px;
    }
}
.blook-navbar-layout-2 .blook-site-feature {
    flex: 0 0 260px;
    max-width: 260px;
}
@media (min-width: 576px) {
    .blook-navbar-layout-2 .blook-site-feature {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
}
@media (min-width: 1050px) {
    .blook-navbar-layout-2 .blook-site-feature {
        flex: 0 0 260px;
        max-width: 260px;
    }
}
.blook-navbar-layout-2 .blook-site-feature .blook-mode {
    order: 1;
}
.blook-navbar-layout-2 .blook-site-feature .blook-search {
    order: 2;
}
.blook-navbar-layout-2 .blook-site-feature .blook-newsletter {
    order: 3;
}
.blook-navbar-layout-2 .blook-site-feature .blook-trending {
    order: 4;
}
.blook-nav-search-content {
    background-color: #fff;
    padding: 30px 0;
}
.blook-nav-search-content .blook-wrapper {
    padding: 15px 30px 30px;
    width: 800px;
    max-width: 100%;
    margin: auto;
    position: relative;
}
.blook-nav-search-content .blook-icon-section {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
}
.blook-nav-search-content .blook-title-section {
    position: relative;
    margin-top: 15px;
}
.blook-nav-search-content .blook-title-section .blook-section-title {
    margin: 0;
}
.blook-nav-search-content .blook-search-form {
    margin-top: 30px;
}
.admin-bar .blook-offcanvas-content-section {
    top: 30px;
}
.admin-bar .blook-offcanvas-content-section .blook-close-icon-section {
    top: 60px;
}
.blook-offcanvas-content-section {
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    right: -100%;
    height: 100vh;
    background-color: #010101;
    color: #fff;
    z-index: 10;
    overflow-y: scroll;
    padding: 60px 30px 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
@media (min-width: 576px) {
    .blook-offcanvas-content-section {
        right: -600px;
        width: 400px;
    }
}
.blook-offcanvas-content-section.open {
    right: 0;
}
@media (min-width: 576px) {
    .blook-offcanvas-content-section.open {
        right: -20px;
    }
}
.blook-offcanvas-content-section.open .blook-close-icon-section {
    position: fixed;
    z-index: 11;
    right: calc(100% - 50px);
}
@media (min-width: 576px) {
    .blook-offcanvas-content-section.open .blook-close-icon-section {
        right: 360px;
    }
}
.blook-offcanvas-content-section a {
    color: #fff;
}
.blook-offcanvas-content-section a:visited {
    color: #fff;
}
.blook-offcanvas-content-section .blook-close-icon-section {
    right: -100%;
    top: 45px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.blook-post-layout-1 {
    background-color: rgba(1, 1, 1, 0.83);
    color: #fff;
    padding: 0 20px 30px;
}
.blook-post-layout-1 .blook-section-title {
    margin: 0;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.blook-post-layout-1 a {
    color: #fff;
}
.blook-post-layout-1 .blook-post {
    padding-top: 30px;
}
.blook-trending-post-section {
    background-color: #fff;
    padding: 45px 0;
}
.blook-trending-post-section .blook-wrapper {
    padding: 15px 30px 30px;
    position: relative;
}
.blook-trending-post-section .blook-icon-section {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
}
.blook-trending-post-section .blook-title-section {
    position: relative;
    margin-top: 15px;
}
.blook-trending-post-section .blook-title-section .blook-section-title {
    margin: 0;
}
.blook-trending-post-section .blook-col:nth-child(1) .blook-post, .blook-trending-post-section .blook-col:nth-child(2) .blook-post, .blook-trending-post-section .blook-col:nth-child(3) .blook-post {
    border-top: 0;
}
.blook-trending-post-section .blook-post {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #eaeff2;
    padding-top: 15px;
    margin-top: 15px;
}
.blook-topbar {
    background-color: #eaeff2;
}
.blook-topbar .menu-description {
    display: none;
}
.blook-topbar .blook-wrapper {
    align-items: center;
}
.blook-topbar .blook-date-section {
    flex: 0 0 160px;
    max-width: 160px;
    height: 35px;
    line-height: 40px;
    text-align: center;
}
.blook-topbar .blook-date-section span {
    display: inline-block;
    padding: 0 2.5px;
}
.blook-topbar .blook-off-canvas {
    flex: 0 0 50px;
    max-width: 50px;
}
.blook-topbar .blook-social-icon-section {
    flex: 0 0 200px;
    max-width: 200px;
    height: 35px;
    overflow: hidden;
}
.blook-topbar .blook-social-icon-section .blook-social-icon {
    justify-content: flex-end;
}
.blook-topbar .blook-top-navigation {
    display: none;
}
@media (min-width: 768px) {
    .blook-topbar .blook-top-navigation {
        display: block;
    }
}
.blook-topbar .blook-tag-section {
    justify-content: center;
}
@media (min-width: 576px) {
    .blook-topbar .blook-tag-section {
        justify-content: flex-start;
    }
}
.blook-topbar .blook-tag-caption {
    display: none;
}
@media (min-width: 768px) {
    .blook-topbar .blook-tag-caption {
        display: inline-block;
    }
}
.blook-topbar-layout-1 .blook-wrapper,
.blook-topbar-layout-3 .blook-wrapper {
    justify-content: space-between;
}
.blook-topbar-layout-1 .blook-top-navigation,
.blook-topbar-layout-3 .blook-top-navigation {
    padding: 0 10px;
}
.blook-topbar-layout-2 .blook-wrapper,
.blook-topbar-layout-4 .blook-wrapper {
    justify-content: center;
}
.blook-topbar-layout-2 .blook-tag-section,
.blook-topbar-layout-4 .blook-tag-section {
    align-items: center;
}
.blook-topbar-layout-2 .blook-tag-section a,
.blook-topbar-layout-4 .blook-tag-section a {
    padding: 0 10px;
    margin-top: 5px;
}
.blook-topbar-layout-2 .blook-date-section,
.blook-topbar-layout-2 .blook-tag-section,
.blook-topbar-layout-2 .blook-social-icon-section,
.blook-topbar-layout-4 .blook-date-section,
.blook-topbar-layout-4 .blook-tag-section,
.blook-topbar-layout-4 .blook-social-icon-section {
    flex: 0 0 100%;
    max-width: 100%;
}
.blook-topbar-layout-1 .blook-top-navigation {
    flex: 0 0 calc(100% - 210px);
    max-width: calc(100% - 210px);
}
@media (min-width: 576px) {
    .blook-topbar-layout-2 .blook-date-section {
        flex: 0 0 160px;
        max-width: 160px;
    }
}
@media (min-width: 576px) {
    .blook-topbar-layout-2 .blook-tag-section {
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px);
    }
}
.blook-topbar-layout-3 .blook-top-navigation {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
}
@media (min-width: 576px) {
    .blook-topbar-layout-4 .blook-tag-section {
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
    }
}
@media (min-width: 576px) {
    .blook-topbar-layout-4 .blook-social-icon-section {
        flex: 0 0 200px;
        max-width: 200px;
    }
}
.blook-popup-section {
    transform: translateZ(-1400px) translateY(-800px);
    -webkit-transform: translateZ(-1400px) translateY(-800px);
    -moz-transform: translateZ(-1400px) translateY(-800px);
    -ms-transform: translateZ(-1400px) translateY(-800px);
    height: 0;
    overflow: hidden;
    display: none;
}
.blook-popup-section.open {
    position: fixed;
    height: 100%;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: scale-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -o-animation: scale-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -moz-animation: scale-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    display: block;
}
.blook-popup-section.open.close {
    -webkit-animation: scale-out 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -o-animation: scale-out 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -moz-animation: scale-out 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-out 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.blook-archive-layout-1 .blook-archive-post,
.blook-archive-layout-2 .blook-archive-post {
    margin: 0;
    padding-top: 15px;
}
.blook-archive-layout-1 .blook-desc,
.blook-archive-layout-1 .blook-image-section,
.blook-archive-layout-1 .blook-btn-section,
.blook-archive-layout-2 .blook-desc,
.blook-archive-layout-2 .blook-image-section,
.blook-archive-layout-2 .blook-btn-section {
    margin-top: 30px;
}
.blook-archive-layout-2 .blook-archive-post {
    margin: 0;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.blook-archive-layout-2 .blook-desc {
    order: 1;
}
.blook-archive-layout-2 .blook-image-section {
    order: 2;
}
.blook-archive-layout-2 .blook-excerpt {
    order: 3;
}
.blook-archive-layout-2 .blook-btn-section {
    order: 4;
}
.blook-archive-layout-3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.blook-archive-layout-3 .blook-archive-post {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}
@media (min-width: 576px) {
    .blook-archive-layout-3 .blook-archive-post {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
.blook-frontpage-layout-1-section {
    padding: 30px 0 60px;
}
.blook-frontpage-layout-1-section .order-1 {
    order: 1;
}
.blook-frontpage-layout-1-section .order-2 {
    order: 3;
}
@media (min-width: 1050px) {
    .blook-frontpage-layout-1-section .order-2 {
        order: 2;
    }
}
.blook-frontpage-layout-1-section .order-3 {
    order: 2;
}
@media (min-width: 1050px) {
    .blook-frontpage-layout-1-section .order-3 {
        order: 3;
    }
}
.blook-frontpage-layout-1-section .blook-popular-post-list,
.blook-frontpage-layout-1-section .blook-slider-post-list {
    margin-top: 30px;
}
.blook-frontpage-layout-1-section .blook-grid-post-list {
    padding-top: 15px;
}
.blook-frontpage-layout-1-section .blook-grid-post-list .blook-section-title {
    padding-top: 20px;
    margin: 0;
}
.blook-frontpage-layout-1-section .blook-grid-post-list .blook-post {
    margin-top: 15px;
}
.blook-frontpage-layout-1-section .blook-grid-post-list .blook-btn-section {
    text-align: center;
    margin-top: 30px;
}
.blook-frontpage-layout-1-section .blook-grid-post-list .blook-social-share {
    margin-bottom: 15px;
}
.blook-frontpage-layout-2-section {
    padding: 30px 0 60px;
}
.blook-frontpage-layout-2-section .blook-section-title {
    margin: 30px 0 0;
}
.blook-frontpage-layout-2-section .blook-post,
.blook-frontpage-layout-2-section .blook-ad-image-section {
    margin-top: 30px;
}
.blook-frontpage-layout-4-section {
    padding: 30px 0 60px;
}
.blook-frontpage-layout-4-section .blook-section-title {
    margin: 30px 0 0;
}
.blook-frontpage-layout-4-section .blook-post {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .blook-frontpage-layout-4-section .blook-post {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 576px) {
    .blook-frontpage-layout-4-section .blook-post:nth-child(3), .blook-frontpage-layout-4-section .blook-post:nth-child(6) {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .blook-frontpage-layout-4-section .blook-post:nth-child(3), .blook-frontpage-layout-4-section .blook-post:nth-child(6) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .blook-frontpage-layout-4-section .blook-post:nth-child(1), .blook-frontpage-layout-4-section .blook-post:nth-child(2), .blook-frontpage-layout-4-section .blook-post:nth-child(3), .blook-frontpage-layout-4-section .blook-post:nth-child(6), .blook-frontpage-layout-4-section .blook-post:nth-child(7), .blook-frontpage-layout-4-section .blook-post:nth-child(8) {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
.blook-frontpage-layout-5-section {
    padding: 30px 0 60px;
}
.blook-frontpage-layout-5-section .blook-post-list,
.blook-frontpage-layout-5-section .blook-slider-post-list {
    margin-top: 30px;
}
.single header.page-header,
.search header.page-header {
    padding-top: 15px;
}
.single header.page-header p,
.single header.page-header .page-title,
.search header.page-header p,
.search header.page-header .page-title {
    margin-top: 15px;
    margin-bottom: 0;
}
.site-content {
    padding: 30px 15px 60px;
}
@media (min-width: 576px) {
    .site-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1050px) {
    .site-content {
        padding-left: 0;
        padding-right: 0;
    }
}
.site-content .blook-breadcrumbs {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}
.site-content .site-main,
.site-content .widget-area {
    margin-top: 15px;
}
.blook-single-post,
.blook-single-banner-section {
    margin-top: 30px;
}
.blook-comment-with-next-post-section {
    background-color: #fff;
    padding: 15px 0 60px;
}
@media (min-width: 1050px) {
    .blook-comment-with-next-post-section .blook-wrapper {
        width: 75%;
        margin: auto;
    }
}
.blook-comment-with-next-post-section .comments-area,
.blook-comment-with-next-post-section .blook-single-next-post {
    margin-top: 45px;
}
.blook-singel-related-post {
    padding: 15px 0 45px;
}
.blook-singel-related-post .blook-section-title {
    margin: 0;
    padding-top: 30px;
}
.blook-singel-related-post .blook-post {
    margin-top: 30px;
    background-color: #fff;
    padding: 15px;
}
.blook-404 form,
.blook-404 .page-title,
.no-results form,
.no-results .page-title {
    margin-top: 15px;
}
.blook-404 {
    padding: 45px 0 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blook-404 .blook-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
@media (min-width: 768px) {
    .blook-404 .blook-wrapper {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 576px) {
    .no-results {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1050px) {
    .no-results {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
.no-results p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    opacity: 0.63;
}
.no-results .page-content {
    margin: 0;
}
.blook-mode .light-mode-caption {
    display: none;
}
.dark-mode {
    background-color: #000;
    color: #fff;
}
.dark-mode a {
    color: #fff;
}
.dark-mode a:visited {
    color: #fff;
}
.dark-mode .blook-read-more-btn a {
    background-color: #000;
}
.dark-mode .blook-mode .light-mode-caption {
    display: inline-block;
}
.dark-mode .blook-mode .dark-mode-caption {
    display: none;
}
.dark-mode .blook-mode i:before {
    content: "";
}
.dark-mode .blook-topbar,
.dark-mode .blook-breaking-news-slider-section {
    background-color: #010101;
}
.dark-mode .widget,
.dark-mode .blook-post-layout-1,
.dark-mode .blook-breadcrumbs ul,
.dark-mode .blook-nav-search-content,
.dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.dark-mode .be-author-details .be-author-wrapper,
.dark-mode .blook-comment-with-next-post-section,
.dark-mode .blook-singel-related-post .blook-post,
.dark-mode .blook-trending-post-section,
.dark-mode .blook-single-post .entry-footer {
    background-color: rgba(255, 255, 255, 0.21);
}
@media (min-width: 576px) {
    .dark-mode .blook-single-post .entry-content {
        background-color: rgba(255, 255, 255, 0.21);
    }
}
@media (min-width: 576px) {
    .dark-mode .blook-single-banner-section .blook-desc {
        background-color: rgba(255, 255, 255, 0.21);
    }
}
.dark-mode .blook-single-banner-section .blook-image-section .blook-desc {
    background-color: transparent;
}
.dark-mode .blook-section-border {
    border-color: rgba(234, 239, 242, 0.03);
}
.dark-mode .blook-box-shadow {
    box-shadow: 0 0 4px 1px rgba(234, 239, 242, 0.23);
}
.dark-mode .blook-section-title-style-1:after {
    background-color: rgba(234, 239, 242, 0.43);
}
.dark-mode .blook-image-border-hover-effect:after {
    border-color: #000;
}
.dark-mode .widget {
    box-shadow: none;
    border: 1px solid rgba(234, 239, 242, 0.03);
}
.dark-mode .blook-archive-post-style-3 .blook-desc {
    background-color: rgba(234, 239, 242, 0.03);
    box-shadow: 0 0 4px 4px rgba(234, 239, 242, 0.3);
}
.dark-mode .blook-archive-post-style-3 .blook-desc:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(1, 1, 1, 0.9);
}
.dark-mode .comments-area {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
}
.dark-mode .comments-area textarea {
    background-color: rgba(255, 255, 255, 0.21);
    border-color: rgba(255, 255, 255, 0.21);
    color: #fff;
}
.dark-mode .blook-footer-widget .widget,
.dark-mode .blook-offcanvas-content-section .widget {
    background-color: transparent;
    border-color: rgba(234, 239, 242, 0.43);
}
.dark-mode .blook-footer-widget {
    background-color: rgba(128, 128, 128, 0.1);
}
body.custom-background.dark-mode {
    background-color: #000;
}
.menu-description {
    white-space: nowrap;
}
@media (min-width: 768px) {
    .blook-topbar.blook-topbar-layout-2 .blook-top-navigation,
    .blook-topbar.blook-topbar-layout-4 .blook-tag-section {
        display: flex;
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px);
    }
    .blook-topbar.blook-topbar-layout-2 .blook-social-icon-section,
    .blook-topbar.blook-topbar-layout-4 .blook-social-icon-section {
        flex: 0 0 200px;
        max-width: 200px;
    }
}
.dark-mode .blook-image-border-top-hover-effect:after {
    border-color: #000;
}
.blook-post-title {
    position: relative;
}
body input:focus-within,
body textarea:focus-within {
    outline: thin dotted #f42548;
}
body button:focus-within {
    outline: thin dotted #f42548;
}
.blook-offcanvas-icon button:focus-within,
.blook-search-field button:focus-within,
body input:focus-within, body textarea:focus-within {
    outline: thin dotted #f42548;
}
@media (min-width: 768px) {
    .blook-header-layout-2 .blook-advertisement-section,
    .blook-header-layout-2 .blook-search-form-section {
        display: flex;
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
        justify-content: flex-end;
    }
}
.theme-sticky-component, .widget-area {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
}
@media (max-width: 1024px) {
    .theme-sticky-component, .widget-area {
        position: initial;
    }
}