@charset "UTF-8"; /*! Theme Name: Blook Theme URI: 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. Version: 1.0.0 License: GNU General Public License v2 or later License URI: LICENSE 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 Tested up to: 5.7 Requires PHP: 5.5 This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Blook is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # 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); 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); 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); 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); 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); 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); 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); 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); 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); 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); 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); 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); transform-origin: 0 0; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; opacity: 1; } } @-webkit-keyframes spin-- { 100% { transform: rotate(360deg); } } @-moz-keyframes spin-- { 100% { transform: rotate(360deg); } } @keyframes spin-- { 100% { transform: rotate(360deg); } } @-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); opacity: 1; } 100% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; } } @-moz-keyframes scale-in-- { 0% { transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); opacity: 1; } 100% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; } } @keyframes scale-in-- { 0% { transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); opacity: 1; } 100% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; } } @-webkit-keyframes scale-out-- { 0% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; } 50% { transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 1; } 100% { transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); opacity: 1; } } @-moz-keyframes scale-out-- { 0% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; } 50% { transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 1; } 100% { transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); opacity: 1; } } @keyframes scale-out-- { 0% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; } 50% { transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 1; } 100% { transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); opacity: 1; } } .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, .desktop .down-arrow > a:after, .desktop .right-arrow > a:after { display: inline-block; font-family: "Ionicons"; font-style: normal; font-weight: normal; font-variant: normal; -webkit-font-smoothing: antialiased; } .widget ul, .comments-area .comment-list, .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-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); } .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); } .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: 30px 15px 60px; display: flex; flex-wrap: wrap; padding-top: 30px; } @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 .theiaStickySidebar { display: flex; flex-wrap: wrap; } } @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%; } .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%; } @media (min-width: 576px) { .blook-col-xs-6 { flex: 0 0 50%; max-width: 50%; } } @media (min-width: 768px) { .blook-col-sm-6 { flex: 0 0 50%; max-width: 50%; } } @media (min-width: 992px) { .blook-col-md-4 { flex: 0 0 33.33%; max-width: 33.33%; } } @media (min-width: 992px) { .blook-col-md-6 { flex: 0 0 50%; max-width: 50%; } } @media (min-width: 992px) { .blook-col-md-8 { flex: 0 0 66.67%; max-width: 66.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.66%; max-width: 41.66%; } } @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%; } } body { color: #404553; font-family: "Josefin Sans"; 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; } h1, h2, h3, h4, h5, h6, .widget_recent_entries a { font-family: "Libre Franklin"; } 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-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; } .blook-archive-post-style-1 .blook-image-section { height: 250px; flex: 0 0 calc(40% - 20px); max-width: calc(40% - 20px); } .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 { justify-content: center; } .blook-archive-post-style-2 p { padding-top: 30px; } .blook-archive-post-style-3 { position: relative; padding-bottom: 60px; } .blook-archive-post-style-3 .blook-image-section { height: 250px; } .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; margin: -30px auto 0; box-shadow: 0 0 4px 4px rgba(234, 239, 242, 0.63); } .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-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; font-size: 1.4rem; } .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: -75%; 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); } .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); } .blook-image-zoom-in-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-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.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; } .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); } #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; background-color: #010101; } #status { width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 2px 1px 0px #fff; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; -webkit-animation: spin 0.9s linear infinite; -o-animation: spin 0.9s linear infinite; -moz-animation: spin 0.9s linear infinite; animation: spin 0.9s linear infinite; } .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 { 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-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-categories ul { justify-content: center; } .blook-post-desc-center .blook-meta-tag { 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-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-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; } .blook-scroll-top { position: fixed; bottom: -70px; right: 60px; z-index: 2; width: 40px; height: 40px; line-height: 40px; font-size: 20px; text-align: center; border-radius: 100%; background-color: #010101; color: #fff; cursor: pointer; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; } .blook-scroll-top.show { bottom: 60px; } .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%); 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); } .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); } /************ 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); } /************** 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); } .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; } .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: #EA4335; } .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%); } .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%); } .blook-section-title-style-1 { color: #a56e1c; 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 { background-color: #a56e1c; z-index: 1; } header.page-header { padding-top: 15px; } header.page-header p, header.page-header .page-title { margin-top: 15px; margin-bottom: 0; } 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); } 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; overflow: hidden; } .desktop ul.blook-nav-menu > li > a:after, .desktop div.blook-nav-menu > ul > li > a:after { 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:before, .desktop div.blook-nav-menu > ul > li > a:before { display: block; position: absolute; width: 100%; height: 10px; background-color: #c5b8b8; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: -1; } .desktop ul.blook-nav-menu > li > a:hover:after, .desktop div.blook-nav-menu > ul > li > a:hover:after, .desktop ul.blook-nav-menu > li > a:focus-within:after, .desktop div.blook-nav-menu > ul > li > a:focus-within:after { -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; right: -15px; bottom: 30px; } .desktop ul.blook-nav-menu > li, .desktop div.blook-nav-menu > ul > li { position: relative; } .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; } .desktop .blook-nav-menu a { font-weight: 500; } .desktop .blook-nav-menu li { display: none; } @media (min-width: 1050px) { .desktop .blook-nav-menu li { display: block; } } .desktop .blook-nav-menu .brand-home { display: block; } .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; top: 50%; transform: translateY(-50%); font-size: 14px; } .desktop .down-arrow > a:after { content: ""; } .desktop .right-arrow > a:after { content: ""; } blockquote.wp-block-quote, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .wp-block-pullquote blockquote { padding: 60px; max-width: 100%; text-align: center; font-size: 1rem; position: relative; z-index: 1; } @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); } } 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 { background-color: #fff; padding: 60px 60px 90px; position: relative; text-align: center; } 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); } 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 { bottom: 120px; display: block; position: absolute; text-align: right; left: 60px; width: calc(100% - 120px); font-weight: 500; font-size: 15px; text-align: center; } .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; } .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; } .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: 15px; } @media (min-width: 768px) { .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; background-color: #fff; padding: 15px 30px 30px; } .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%); } .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); } .entry-content a:not(.more-link):not(.button) { 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%); } .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 { color: #fff; } .blook-single-banner-section a { color: #fff; } .blook-single-banner-section .blook-image-section { min-height: 500px; justify-content: center; align-items: center; text-align: center; } .blook-single-banner-section .blook-desc { width: 80%; position: relative; z-index: 2; } .blook-single-banner-section .blook-categories ul { justify-content: center; } .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 { justify-content: center; } .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; } .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-family: "Libre Franklin"; 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 { 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; } .site-footer { padding: 5px 0 15px; text-align: center; } .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-footer-widget { background-color: rgba(165, 110, 28, 0.9); background-color: #eaeff2; padding: 30px 0 60px; } .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; text-align: center; } .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: left; } } .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-5 { padding-top: 35px; } .blook-header-layout-5 .blook-wrapper { display: block; text-align: center; } .blook-header-layout-5 .site-title, .blook-header-layout-5 .site-description { margin: 10px 0 0; } .blook-navbar-section { position: relative; } .blook-navbar-section a { color: #fff; } .blook-navbar-section button { height: 40px; padding: 0; border-radius: 0; border: 0; line-height: 40px; cursor: pointer; } .blook-navbar-section .blook-site-feature { display: flex; flex-wrap: wrap; } .blook-navbar-section .blook-site-feature button { width: 100%; position: relative; } .blook-navbar-section .blook-site-feature button:after { content: ""; width: 100%; height: 4px; position: absolute; left: 0; bottom: 0; background-color: #010101; } .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 span { display: inline-block; padding: 0 5px; } @media (min-width: 1050px) { .blook-navbar-section .main-navigation { padding-left: 30px; } } .blook-navbar-section .main-navigation button { width: 40px; background-color: #010101; color: #fff; } @media (min-width: 1050px) { .blook-navbar-section .main-navigation button { display: none; } } .blook-navbar-layout-1 .main-navigation { flex: 0 0 calc(100% - 220px); max-width: calc(100% - 220px); } .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-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; } .admin-bar .blook-offcanvas-content-section { top: 30px; } .blook-offcanvas-content-section { position: fixed; top: 0; width: 100%; left: -100%; height: 100vh; background-color: #eaeff2; z-index: 10; overflow-y: scroll; padding: 15px 15px 60px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; } @media (min-width: 768px) { .blook-offcanvas-content-section { left: -600px; width: 400px; } } .blook-offcanvas-content-section.open { left: 0; } .blook-offcanvas-content-section .blook-close { text-align: right; margin-top: 15px; } .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 button { padding: 0 15px; border: 0; background-color: #f42548; color: #fff; cursor: pointer; height: 20px; font-size: 14px; display: flex; flex-wrap: wrap; align-items: center; } .blook-trending-post-section button i { display: inline-block; padding-left: 5px; } .blook-trending-post-section button:hover { opacity: 0.63; } .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 .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 40px; max-width: 40px; height: 35px; line-height: 35px; background-color: #010101; color: #fff; text-align: center; font-size: 20px; } .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-1 .blook-top-navigation ul, .blook-topbar-layout-3 .blook-top-navigation ul { justify-content: center; } .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% - 200px); max-width: calc(100% - 200px); } @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% - 240px); max-width: calc(100% - 240px); } @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-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-1 .blook-desc .blook-excerpt, .blook-archive-layout-3 .blook-desc .blook-excerpt { display: block; } .blook-archive-layout-1 .blook-excerpt, .blook-archive-layout-3 .blook-excerpt { display: none; } .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-desc .blook-excerpt { display: none; } .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; } .blook-archive-layout-3 .blook-archive-post { margin-left: 10px; margin-right: 10px; padding-top: 30px; 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 .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-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; } .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-4-section .blook-post:nth-child(4), .blook-frontpage-layout-4-section .blook-post:nth-child(5) { flex: 0 0 50%; max-width: 50%; } .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; } .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; } /*# sourceMappingURL=style.css.map */