@charset "UTF-8"; /*! Theme Name: Bastet Theme URI: https://bastet.besquares.net Author: BeSquares Author URI: https://themeforest.net/user/besquares Description: Personal lifeStyle theme fully responsive with different blog styles, based on Gutenberg editor and Customize options Version: 1.0.2 Tested up to: 5.4 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: bastet Tags: custom-colors, editor-style, featured-images, full-width-template, sticky-post, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Bastet 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 - Reset - Typography - Elements - Links - Forms ## Layouts - Content Sidebar - No Sidebar # Loop - Card - Grid - List # Components - Navigation - Posts and pages - Comments - Widgets - Media - Captions - Galleries # Header - Navigation - Search - Logo # Single - Title - Feature - Classic # Footer - Footer Widgets - Site Info # Blocks - Feature Post # plugins - Jetpack infinite scroll # Utilities - Accessibility - Alignments - Color Helper --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Default Bootstrap Colors --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Default Theme Palette --------------------------------------------------------------*/ /*-------------------------------------------------------------- # 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 { -webkit-box-sizing: content-box; 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; -webkit-text-decoration: underline dotted; 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 { -webkit-box-sizing: border-box; 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] { -webkit-box-sizing: border-box; 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 { -webkit-box-sizing: inherit; box-sizing: inherit; } html { -webkit-box-sizing: border-box; box-sizing: border-box; } /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ /* Reset --------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; } * :focus { outline: 0; } /* Typography --------------------------------------------- */ body, button, input, select, optgroup, textarea { color: #36383a; 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 { color: #363533; clear: both; margin-bottom: 20px; } h1 { font-size: 2.125em; line-height: 1.14352941em; } h2 { font-size: 1.875em; line-height: 1.296em; } h3 { font-size: 1.625em; line-height: 1.21846154em; } h4 { font-size: 1.375em; line-height: 1.28727273em; } h5 { font-size: 1.125em; line-height: 1.33333333em; } h6 { font-size: 1em; line-height: 1.5em; } p { font-size: 1em; line-height: 1.5975em; margin-bottom: 1.6875em; font-family: "Roboto Slab", sans-serif; font-weight: 300; } 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 { font-family: "Poppins", sans-serif; font-size: 1em; line-height: 1.5; background-color: #fff; color: #706c66; min-height: 100vh; overflow-x: hidden; } 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; } select { padding: 8px 12px; border: 2px solid #eeee; } /* 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: inherit; -webkit-transition: opacity 300ms; transition: opacity 300ms; } a:visited { color: inherit; } a:hover, a:focus, a:active { opacity: 0.7; } a:focus { outline: none; } a:hover, a:active { outline: 0; text-decoration: none; } /* Forms --------------------------------------------- */ button:not(.navbar-toggler), input[type=button], input[type=reset], input[type=submit] { border: none; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; font-style: normal; padding: 15px 28px 13px 28px; line-height: 26px; color: #fff !important; background-color: var(--primary-color); } @media (min-width: 1px) and (max-width: 767px) { button:not(.navbar-toggler), input[type=button], input[type=reset], input[type=submit] { width: 100%; } } button:not(.navbar-toggler):hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover { border-color: inherit; outline: 0; -webkit-box-shadow: none; box-shadow: none; } button:not(.navbar-toggler):active, button:not(.navbar-toggler):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: inherit; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .btn-primary { border-color: var(--primary-color); } .btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: var(--primary-color); border-color: var(--primary-color); } 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 #ddd; padding: 14px 28px 14px 28px; outline: none; line-height: 24px; } @media (min-width: 1px) and (max-width: 767px) { 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 { margin-bottom: 10px; width: 100%; } } 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 { outline: none; } select { border: 1px solid #ddd; } textarea { width: 100%; } .wpcf7-form p { margin-bottom: 14px; } /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/ .right-sidebar .sidebar-wrapper { padding-left: 20px; } @media (min-width: 1px) and (max-width: 960px) { .right-sidebar .sidebar-wrapper { padding-left: 0; } } .left-sidebar .sidebar-wrapper { padding-right: 20px; } @media (min-width: 1px) and (max-width: 960px) { .left-sidebar .sidebar-wrapper { padding-right: 0; } } @media (min-width: 767px) and (max-width: 960px) { .sidebar-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -40px; margin-left: -40px; } .sidebar-wrapper .widget { width: calc(50% - 60px); margin-left: 40px; } } /*-------------------------------------------------------------- # Loop --------------------------------------------------------------*/ /* Category --------------------------------------------- */ .posted-cates { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-style: normal; color: var(--primary-color); position: relative; line-height: 11px; display: block; } .posted-cates a { position: relative; margin-right: 8px; margin-bottom: 8px; text-decoration: none; display: inline-block; padding: 8px 12px; color: #fff; border-radius: 3px; background-color: var(--primary-color); } /* Meta --------------------------------------------- */ .entry-meta { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-style: normal; line-height: 1.5; color: #929292; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -ms-flex-flow: wrap; flex-flow: wrap; } .entry-meta .meta-icon { text-align: center; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 12px; margin-right: 4px; } .entry-meta .meta { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .entry-meta .meta i { color: var(--primary-color); } .entry-meta .meta:after { content: "-"; display: inline-block; padding: 0 10px; } .entry-meta .meta:last-child:after { content: none; } .entry-meta .icon svg { width: 14px; height: 14px; display: inline-block; margin-right: 4px; fill: #929292; } .entry-meta a { color: inherit; } .entry-meta a:hover { opacity: 0.5; } /* Thumbnail --------------------------------------------- */ .post .post-thumbnail { position: relative; } .post .post-thumbnail .thumb-link:hover { opacity: 1; } .post .post-thumbnail .thumbinal { position: relative; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .post .post-thumbnail .thumbinal .image { position: relative; display: block; overflow: hidden; -webkit-transition: transform 0.3s ease-out; -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; border-radius: 3px; } .post .post-thumbnail .thumbinal .image img, .post .post-thumbnail .thumbinal .image video, .post .post-thumbnail .thumbinal .image iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; image-rendering: auto; -webkit-transition: all 500ms; transition: all 500ms; } .post .post-thumbnail .thumbinal .image:before, .post .post-thumbnail .thumbinal .image:after { content: ""; } .post .post-thumbnail .thumbinal .image:before { display: block; padding-top: 52%; } .post .post-thumbnail .thumb-link { position: relative; display: block; width: 100%; height: 100%; } .post .post-thumbnail .thumb-link img { width: 100%; height: auto; } .post .post-thumbnail:hover .thumbinal .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } /* Footer --------------------------------------------- */ .entry-footer .read-more { position: relative; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; font-style: normal; line-height: 1.5; color: #363533; padding: 0; text-decoration: none; } .entry-footer .rd-icon svg { width: 26px; height: 26px; } .rd-icon { position: relative; display: inline-block; width: 26px; height: 26px; padding: 4px 0; } .rd-icon svg { width: 56px; height: 56px; } .rd-icon .arrow-bg { display: none; } .rd-icon .arrow { fill: currentColor; } /* Filter --------------------------------------------- */ #bastet-cats-filter { padding: 8px 0; margin-bottom: 38px; } #bastet-cats-filter ul { list-style: none; margin: 0; padding: 0; text-align: center; } #bastet-cats-filter ul li { list-style: none; display: inline-block; margin-right: 34px; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; } #bastet-cats-filter ul li a span { top: -10px; left: 2px; position: relative; color: var(--secondary-color); } #bastet-cats-filter ul li a { position: relative; } #bastet-cats-filter ul li a.active { color: var(--primary-color); } #bastet-cats-filter ul li a.active:after { content: ""; position: absolute; width: 100%; height: 1px; border-bottom: 1px solid; bottom: -4px; left: 0; } /* Read More --------------------------------------------- */ .bastet-rd { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; position: relative; line-height: 12px; border: none; padding: 0; font-weight: 700; padding-left: 30px; color: var(--heading-color) !important; } .bastet-rd .rd-icon { position: absolute; width: 14px; height: 14px; background-color: currentColor; -webkit-mask-image: url("images/arrow-right.svg"); mask-image: url("images/arrow-right.svg"); -webkit-mask-size: cover; mask-size: cover; top: 0; bottom: 0; right: -20px; margin: auto; display: none; } .bastet-rd:before { content: ""; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; width: 20px; height: 1px; border-bottom: 1px solid var(--primary-color); } /* Share --------------------------------------------- */ .bastet-post-share { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .bastet-post-share .bastet-social-share { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: -5px; } .bastet-post-share .text { font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; position: relative; margin-right: 60px; color: #929292; } .bastet-post-share .text:before { content: ""; width: 28px; height: 1px; position: absolute; border-bottom: 1px solid #363533; opacity: 0.2; left: 60px; top: 1px; bottom: 0; margin: auto; } .bastet-post-share .bastet-share-btn { padding: 4px 8px; } .bastet-post-share .bastet-share-btn svg { width: 14px; height: 14px; fill: #363533; } /* Pagination --------------------------------------------- */ .bastet-pagination .load-more-btn { font-size: 12px; padding: 14px 28px 14px 28px; border-radius: 0px; font-weight: 700; } .bastet-pagination { text-align: center; margin-bottom: 70px; } .bastet-pagination .page-numbers { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; padding: 0; margin: 0; } .bastet-pagination .page-numbers li { width: 38px; margin-right: 12px; text-align: center; border-radius: 19px; border: 1px solid #eeee; height: 38px; line-height: 38px; font-size: 13px; } .bastet-pagination .page-numbers li.current { background-color: var(--primary-color); color: #fff; border: none; } .bastet-pagination .page-numbers li .next svg, .bastet-pagination .page-numbers li .prev svg { width: 18px; height: 18px; top: 10px; position: absolute; } .bastet-pagination .page-numbers li .prev svg { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } .entry-content .page-links a, .entry-content .page-links .current { display: inline-block; text-decoration: none !important; width: 38px; margin-left: 8px; text-align: center; border-radius: 19px; border: 1px solid #eeee; height: 38px; line-height: 38px; font-size: 13px; } .entry-content .page-links .current { background-color: var(--primary-color); color: #fff; border: none; } /* Layouts --------------------------------------------- */ .posts.card { border: none; background: transparent; display: block; } .posts.card .post { margin-bottom: 44px; position: relative; } .posts.card .post .posted-cates { margin-top: -32px; margin-bottom: 4px; } .posts.card .post .post-thumbnail { margin-bottom: 0; } .posts.card .post .post-thumbnail .thumbinal .image { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .posts.card .post .post-thumbnail .thumbinal .image:before { padding-top: 52%; } .posts.card .post-content { padding: 24px 28px; border: 1px solid #eeee; border-top: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .posts.card .entry-header { margin-bottom: 10px; } .posts.card .entry-title { font-size: 30px; line-height: 40px; padding: 0; margin-bottom: 10px; margin-top: 10px; } @media (min-width: 1px) and (max-width: 767px) { .posts.card .entry-title { font-size: 26px; line-height: 33px; } } @media (min-width: 767px) and (max-width: 960px) { .posts.card .entry-title { font-size: 32px; line-height: 39px; } } .posts.card .entry-meta { padding-top: 14px; border-top: 1px solid #eeee; width: 100%; } .posts.card .entry-content { margin-top: 14px; } .posts.card .entry-content p { font-size: 15px; line-height: 27px; margin-bottom: 20px; } .posts.card .entry-footer { margin-top: 24px; } .posts.card .entry-footer .bastet-rd { color: #fff; border: none; background: #1b1b1b; padding: 14px 28px 14px 28px; } @media (min-width: 1px) and (max-width: 767px) { .posts.card .entry-footer .bastet-post-share { margin-top: 20px; width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .posts.card .entry-footer .bastet-post-share .text { margin-right: 0; margin-bottom: 28px; -webkit-box-flex: 1; -ms-flex: 1 100%; flex: 1 100%; text-align: center; } .posts.card .entry-footer .bastet-post-share .text:before { width: 14px; bottom: -14px; top: unset; -webkit-transform: rotate(90deg); transform: rotate(90deg); right: 0; left: 0; } } .posts.grid, .posts.grid-simple { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -20px; margin-right: -20px; } .posts.grid .post, .posts.grid-simple .post { -webkit-box-flex: 0; -ms-flex: 0 1 calc(33.3333% - 40px); flex: 0 1 calc(33.3333% - 40px); margin: 0 20px 66px; max-width: calc(33.3333% - 40px); position: relative; padding-bottom: 0; } .posts.grid .post .bastet-rd, .posts.grid-simple .post .bastet-rd { margin-top: 20px; border: none; background: none; } .posts.grid .post .thumbinal .image:before, .posts.grid-simple .post .thumbinal .image:before { padding-top: 54%; } .posts.grid .post .post-content, .posts.grid-simple .post .post-content { position: relative; padding: 20px 24px; border: 1px solid #eeee; border-top: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } .posts.grid .post.no-thumb .thumbinal .image:before, .posts.grid-simple .post.no-thumb .thumbinal .image:before { padding-top: 0; height: 78px; } .posts.grid .post.no-thumb .thumbinal .image:after, .posts.grid-simple .post.no-thumb .thumbinal .image:after { display: none; } .posts.grid .post.no-thumb .post-date, .posts.grid-simple .post.no-thumb .post-date { padding-left: 0; color: #333; opacity: 0.8; } @media (min-width: 1px) and (max-width: 767px) { .posts.grid .post, .posts.grid-simple .post { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; } } @media (min-width: 767px) and (max-width: 960px) { .posts.grid .post, .posts.grid-simple .post { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 40px); flex: 0 1 calc(50% - 40px); max-width: calc(50% - 40px); } } .posts.grid .post .posted-cates, .posts.grid-simple .post .posted-cates { margin-top: -28px; margin-bottom: 4px; } .posts.grid .post .entry-title, .posts.grid-simple .post .entry-title { font-size: 22px; line-height: 30px; margin-bottom: 10px; -ms-word-wrap: break-word; word-break: break-word; } .posts.grid .post .entry-content p, .posts.grid-simple .post .entry-content p { font-size: 14px; line-height: 24px; margin-bottom: 0px; } .posts.grid .post .entry-meta, .posts.grid-simple .post .entry-meta { padding-top: 14px; border-top: 1px solid #eeee; } .posts.grid .post .entry-footer, .posts.grid-simple .post .entry-footer { margin-top: 20px; margin-bottom: 0; } .posts.grid .post .entry-footer .bastet-rd, .posts.grid-simple .post .entry-footer .bastet-rd { margin-top: 0; } .posts.grid .post .entry-meta .author img, .posts.grid-simple .post .entry-meta .author img { max-width: 26px; } .posts.grid-simple .post .entry-footer, .posts.grid-simple .post .entry-content { display: none; } .posts.grid-simple .post .post-thumbnail .thumb-link .post-date, .posts.grid-simple .post .post-thumbnail .thumbinal .image:after { opacity: 1; } .right-sidebar .posts.grid .post, .right-sidebar .posts.grid-simple .post, .left-sidebar .posts.grid .post, .left-sidebar .posts.grid-simple .post { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 40px); flex: 0 1 calc(50% - 40px); max-width: calc(50% - 40px); } @media (min-width: 1px) and (max-width: 767px) { .right-sidebar .posts.grid .post, .right-sidebar .posts.grid-simple .post, .left-sidebar .posts.grid .post, .left-sidebar .posts.grid-simple .post { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; } } @media (min-width: 767px) and (max-width: 960px) { .right-sidebar .posts.grid .post, .right-sidebar .posts.grid-simple .post, .left-sidebar .posts.grid .post, .left-sidebar .posts.grid-simple .post { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 40px); flex: 0 1 calc(50% - 40px); max-width: calc(50% - 40px); } } .posts.grid.c-2 .post, .posts.grid-simple.c-2 .post { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 40px); flex: 0 1 calc(50% - 40px); max-width: calc(50% - 40px); } @media (min-width: 1px) and (max-width: 767px) { .posts.grid.c-2 .post, .posts.grid-simple.c-2 .post { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; } } @media (min-width: 767px) and (max-width: 960px) { .posts.grid.c-2 .post, .posts.grid-simple.c-2 .post { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 40px); flex: 0 1 calc(50% - 40px); max-width: calc(50% - 40px); } } .posts.list .post, .posts.list-2col .post { display: block; margin-bottom: 40px; overflow: hidden; position: relative; padding: 20px; border: 1px solid #eeee; border-radius: 3px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } .posts.list .post .posted-cates a, .posts.list-2col .post .posted-cates a { background: transparent; padding: 0; color: var(--primary-color); } .posts.list .post:after, .posts.list-2col .post:after { position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #eeee; } .posts.list .post:last-child:after, .posts.list-2col .post:last-child:after { display: none; } .posts.list .post .post-thumbnail, .posts.list-2col .post .post-thumbnail { width: 100%; height: auto; } .posts.list .post .post-thumbnail .image, .posts.list-2col .post .post-thumbnail .image { height: 100%; border-radius: 0; } .posts.list .post .post-thumbnail .image:before, .posts.list-2col .post .post-thumbnail .image:before { padding-top: 78%; } .posts.list .post .post-thumbnail .image img, .posts.list-2col .post .post-thumbnail .image img { position: absolute; top: 0; left: 0; margin: auto; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; image-rendering: auto; } .posts.list .post .post-content, .posts.list-2col .post .post-content { max-width: 100%; padding: 0; } @media (min-width: 1px) and (max-width: 767px) { .posts.list .post .post-content, .posts.list-2col .post .post-content { width: 100%; max-width: 100%; padding-left: 20px; padding-right: 20px; } } @media (min-width: 1px) and (max-width: 960px) { .posts.list .post .post-content .bastet-post-share, .posts.list-2col .post .post-content .bastet-post-share { margin-top: 12px; } } .posts.list .post .post-content .entry-title, .posts.list-2col .post .post-content .entry-title { font-size: 21px; line-height: 31px; padding: 0; margin: 0; -ms-word-wrap: break-word; word-break: break-word; } .posts.list .post .post-content .entry-content, .posts.list-2col .post .post-content .entry-content { margin-top: 19px; } .posts.list .post .post-content .entry-content p, .posts.list-2col .post .post-content .entry-content p { font-size: 15px; line-height: 25px; margin-bottom: 20px; } .posts.list-2col { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -20px; margin-right: -20px; } @media (min-width: 1px) and (max-width: 960px) { .posts.list-2col .post .post-thumbnail { margin-bottom: 20px; } } .posts.list-2col .post .post-thumbnail .image:before { padding-top: 72%; } @media (min-width: 767px) and (max-width: 960px) { .posts.list-2col .post .post-thumbnail .image:before { padding-top: 48%; } } .posts.list-2col .entry-meta { padding-top: 12px; border-top: 1px solid #eeee; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .posts.list-2col .col-lg-7 { padding-right: 8px; } .posts.list-2col .post .post-content { padding-left: 4px; } .posts.list-2col .post .post-content .entry-content { margin-top: 10px; } .posts.list-2col .post .post-content .entry-content p { margin-bottom: 14px; } /* Common --------------------------------------------- */ .posts.first-card .post:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 40px); flex: 0 0 calc(100% - 40px); max-width: calc(100% - 40px); } .posts.first-card .post:first-child .post-thumbnail .thumbinal .image:before { padding-top: 52%; } .posts.first-card .post:first-child .entry-title { font-size: 30px; line-height: 40px; padding: 4px 0 6px 0; } .posts.first-card .post:first-child .entry-content p { font-size: 15px; line-height: 27px; margin-bottom: 20px; } .posts .sticky { border-radius: 3px; background-color: var(--secondary-alt-color); } /*-------------------------------------------------------------- # 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 { -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); 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.php menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } @media screen and (min-width: 37.5em) { .menu-toggle { display: none; } .main-navigation ul { display: -webkit-box; display: -ms-flexbox; 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: -webkit-box; display: -ms-flexbox; display: flex; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; } /* Off Canvas Sidebar --------------------------------------------- */ .bastet-offcanves-overlay { width: 100%; height: 100%; z-index: 99; position: fixed; top: 0; left: 0; background-color: #000; opacity: 0.52; -webkit-transition: opacity 300ms; transition: opacity 300ms; } .bastet-offcanves-overlay.is-off { left: -100%; opacity: 0; } .off-canvas-sidebar .offcanvas-header { padding: 0 0 44px 0; } .off-canvas-sidebar .offcanvas-header .offcanvas-logo { max-width: 120px; } .off-canvas-sidebar .offcanvas-header .offcanvas-close:hover { cursor: pointer; } .off-canvas-sidebar .offcanvas-header .offcanvas-close svg { width: 16px; height: 16px; } .off-canvas-sidebar .offcanvas-logo .site-logo:not(.scroll-logo) { display: none; } .off-canvas-sidebar .navbar-nav { margin: 0; list-style: none; margin-bottom: 40px; } .off-canvas-sidebar .navbar-nav .dropdown-item:hover, .off-canvas-sidebar .navbar-nav .dropdown-item:focus { background-color: transparent; color: inherit; opacity: 1; } .off-canvas-sidebar .navbar-nav li { font-size: 15px; line-height: 44px; padding: 0 28px; margin-left: -28px; margin-right: -28px; min-height: 44px; position: relative; } .off-canvas-sidebar .navbar-nav li .nav-link { padding-top: 0; padding-bottom: 0; } .off-canvas-sidebar .navbar-nav li:first-child { border-top: 1px solid #eeee; } .off-canvas-sidebar .navbar-nav li ul.dropdown-menu { list-style: none; margin-left: -28px; margin-right: -28px; padding-left: 48px; padding-right: 28px; margin-top: 0; padding-top: 0; max-height: 0; -webkit-transition: all 300ms; transition: all 300ms; overflow: hidden; position: relative; border: none; border-bottom: 1px solid #eeee; position: relative !important; -webkit-transform: none !important; transform: none !important; } .off-canvas-sidebar .navbar-nav li ul.dropdown-menu ul.dropdown-menu { margin-left: -48px; } .off-canvas-sidebar .navbar-nav li ul.dropdown-menu ul.dropdown-menu li { padding-left: 68px; } .off-canvas-sidebar .navbar-nav li ul.dropdown-menu.show { max-height: 99vh; } .off-canvas-sidebar .navbar-nav li ul.dropdown-menu li { list-style: none; margin-left: -48px; padding-left: 48px; } .off-canvas-sidebar .navbar-nav li ul.dropdown-menu li a { opacity: 0.8; font-size: 14px; } .off-canvas-sidebar .navbar-nav li ul.dropdown-menu li:last-child:after { display: none; } .off-canvas-sidebar .navbar-nav li:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid; opacity: 0.1; } .off-canvas-sidebar .navbar-nav .toggler-icon { position: absolute; bottom: 0; right: 0; width: 44px; height: 44px; top: 0; border-width: 0 0 0 1px; border-style: solid; border-color: #eeee; } .off-canvas-sidebar .navbar-nav .toggler-icon:hover { cursor: pointer; } .off-canvas-sidebar .navbar-nav .toggler-icon:before { content: ""; position: absolute; width: 44px; height: 44px; background-size: 8px 8px; background-image: url("images/angle-down.svg"); background-repeat: no-repeat; background-position: center center; -webkit-transition: all 400ms; transition: all 400ms; } .off-canvas-sidebar .navbar-nav .toggler-icon.up:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .off-canvas-sidebar .navbar-nav .dropdown-item:after { display: none; } #bastet-offcanvs-sidebar { width: 320px; padding: 40px 28px; height: 100%; top: 0; right: 0; position: fixed; z-index: 9999; background-color: #fff; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; -webkit-transform: translateX(0); transform: translateX(0); overflow-y: scroll; overflow-x: hidden; } #bastet-offcanvs-sidebar.is-off { -webkit-transform: translateX(360px); transform: translateX(360px); } #bastet-offcanvs-sidebar.left { right: unset; left: 0; } #bastet-offcanvs-sidebar.left.is-off { -webkit-transform: translateX(-360px); transform: translateX(-360px); } #bastet-offcanvs-sidebar .widget .widget-content { padding: 0; -webkit-box-shadow: none; box-shadow: none; } .admin-bar #bastet-offcanvs-sidebar { padding-top: 74px; } /* Posts and pages --------------------------------------------- */ #page { overflow-x: hidden; -ms-overflow-x: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; } .sticky { display: block; } .updated:not(.published) { display: none; } .page-links { clear: both; margin: 0 0 1.5em; } .has-drop-cap::first-letter { font-size: 82px !important; line-height: 87px; padding: 12px 17px 12px 0; color: var(--heading-color); margin-top: 0 !important; } .bastet-archive-title { text-align: center; padding: 50px 0; margin-bottom: 80px; background-color: var(--secondary-alt-color); background-image: url("images/typo.svg"); background-size: cover; } .bastet-archive-title .archive-tag { position: relative; display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.8; margin-bottom: 10px; } .bastet-archive-title p { font-size: 16px; line-height: 28px; margin-top: 20px; margin-bottom: 0; } .bastet-archive-title .archive-heading { font-size: 40px; line-height: 48px; margin: 0; } .header-transparent .bastet-archive-title { padding-top: 144px; } .header-transparent.header-topbar .bastet-archive-title { padding-top: 200px; } .header-light .bastet-archive-title { padding-top: 60px; } /* Comments --------------------------------------------- */ .comment-form { margin-bottom: 44px; } .comment-form .form-group { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; } .comment-form .form-group label { margin-bottom: 6px; } .comment-form .form-control { padding: 6px 24px; min-height: 50px; border: 1px solid #ddd; border-radius: 0; } .comment-form .form-control:focus { -webkit-box-shadow: 0 0 0 0.2rem var(--global-shadow-color); box-shadow: 0 0 0 0.2rem var(--global-shadow-color); } .comment-form .form-submit { margin-bottom: 0; } .comment-form .form-submit .btn, .comment-form .form-submit .wp-block-button__link { margin-top: 10px; padding: 14px 28px 14px 28px; } .comments-title { margin-bottom: 36px; } .comment-respond { margin-top: 32px; } #cancel-comment-reply-link { margin-left: 15px; opacity: 0.6; } .comment-list { list-style: none; padding: 0; margin: 0; } .comment-list .children { list-style: none; } .comment-list li.comment { padding-bottom: 20px; border-bottom: 1px solid #eeee; margin-bottom: 20px; } .comment-list li.comment .comment-header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .comment-list li.comment .comment-header header { font-size: 13px; line-height: 20px; } @media (min-width: 1px) and (max-width: 767px) { .comment-list li.comment .comment-header header { width: calc(100% - 54px); } } .comment-list li.comment .comment-header header .comment-author { margin-right: 60px; position: relative; text-transform: uppercase; letter-spacing: 1.5px; color: #363533; font-style: normal; } @media (min-width: 1px) and (max-width: 767px) { .comment-list li.comment .comment-header header .comment-author { display: block; margin-bottom: 2px; } } .comment-list li.comment .comment-header header .comment-author:after { content: ""; position: absolute; top: 1px; bottom: 0; height: 1px; right: -40px; margin: auto; width: 28px; border-bottom: 1px solid #363533; opacity: 0.2; } @media (min-width: 1px) and (max-width: 767px) { .comment-list li.comment .comment-header header .comment-author:after { display: none; } } .comment-list li.comment .comment-header header .comment-date { opacity: 0.7; } .comment-list li.comment .comment-header figure { margin: 0; margin-right: 15px; height: 36px; } @media (min-width: 1px) and (max-width: 767px) { .comment-list li.comment .comment-header figure { float: left; } } .comment-list li.comment .comment-header .avatar { border-radius: 50%; } .comment-list li.comment .comment-body { margin-top: 18px; } .comment-list li.comment .comment-body ul, .comment-list li.comment .comment-body ol { margin-bottom: 28px; } .comment-list li.comment .comment-body ul li, .comment-list li.comment .comment-body ol li { margin-bottom: 8px; } .comment-list li.comment .comment-body ul li ul, .comment-list li.comment .comment-body ul li ol, .comment-list li.comment .comment-body ol li ul, .comment-list li.comment .comment-body ol li ol { margin-bottom: 8px; } .comment-list li.comment .comment-body footer { font-size: 13px; letter-spacing: 1.5px; color: #363533; } .comment-list li.comment .comment-body footer a { margin-right: 15px; } /* 404 --------------------------------------------- */ .error-404 { margin-bottom: 100px; } .error-404 .page-title { position: relative; display: block; text-align: center; margin-top: 40px; font-size: 180px; letter-spacing: -10px; line-height: 180px; margin-bottom: 60px; text-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } @media (min-width: 1px) and (max-width: 767px) { .error-404 .page-title { font-size: 80px; line-height: 80px; } } @media (min-width: 767px) and (max-width: 960px) { .error-404 .page-title { font-size: 120px; line-height: 120px; } } .error-404 .page-title .n-0 { color: var(--primary-color); } .error-404 .page-content { text-align: center; } .header-transparent .error-404 { padding-top: 90px; } /* Comments --------------------------------------------- */ .search-form label { margin-bottom: 0; margin-right: -4px; } .search-form label:hover { cursor: text; } @media (min-width: 1px) and (max-width: 767px) { .search-form label { display: block; margin-right: 0; } } .search-form .search-field { position: relative; height: 54px; line-height: 54px; margin-right: 8px; -webkit-transition: all 300ms; transition: all 300ms; border: 1px solid #ddd; padding: 0 28px; z-index: 1; } .search-form .search-submit { font-size: 13px; letter-spacing: 1.5px; text-align: center; text-transform: uppercase; height: 54px; line-height: 54px; padding: 0 28px; color: #fff; border-radius: 1.5px; border-bottom-left-radius: 0; border-top-left-radius: 0; background-color: var(--primary-color); -webkit-transition: all 300ms; transition: all 300ms; border: none; z-index: 2; position: relative; top: -1px; } @media (min-width: 1px) and (max-width: 767px) { .search-form .search-submit { margin-top: 20px; width: 100%; } } .search-form .search-submit:hover, .search-form .search-submit:focus { border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; } @media (min-width: 1px) and (max-width: 767px) { .search-form .search-field { width: 100%; } } .off-canvas-search { position: fixed; top: 0; width: 100%; height: 120px; background: #fff; z-index: 9999; -webkit-transition: all 300ms; transition: all 300ms; -webkit-transform: translateY(-120px); transform: translateY(-120px); } @media (min-width: 1px) and (max-width: 767px) { .off-canvas-search { height: 200px; -webkit-transform: translateY(-200px); transform: translateY(-200px); } } .off-canvas-search.show { -webkit-transform: translateY(0); transform: translateY(0); } .off-canvas-search .canvas-search-inner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 20px; max-width: 1160px; margin: auto; } .off-canvas-search .search-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; max-width: 550px; width: 100%; } @media (min-width: 1px) and (max-width: 767px) { .off-canvas-search .search-form { display: block; text-align: center; } } .off-canvas-search .search-form label { width: 80%; margin-right: 8px; } @media (min-width: 1px) and (max-width: 767px) { .off-canvas-search .search-form label { width: 68%; margin: auto; } } .off-canvas-search .search-form label .search-field { width: 100%; } @media (min-width: 1px) and (max-width: 767px) { .off-canvas-search .search-form label .search-field { margin-bottom: 10px; } } .off-canvas-search .search-form .search-field { min-width: 200px; } @media (min-width: 1px) and (max-width: 767px) { .off-canvas-search .search-form .search-submit { margin-top: 0; width: 68%; } } .off-canvas-search .offcanvas-header .offcanvas-search-close { position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; border: 1px solid #eeee; border-radius: 9999px; width: 40px; height: 40px; line-height: 38px; text-align: center; } @media (min-width: 1px) and (max-width: 767px) { .off-canvas-search .offcanvas-header .offcanvas-search-close { bottom: unset; top: 20px; } } .off-canvas-search .offcanvas-header .offcanvas-search-close svg { width: 14px; height: 14px; } body.admin-bar .off-canvas-search { top: 32px; } .search-form { margin-bottom: 40px; } /* Social --------------------------------------------- */ .bastet-profile-social { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; } .bastet-profile-social a { margin-right: 18px; } .bastet-profile-social a svg { width: 14px; height: 14px; } /* Widgets --------------------------------------------- */ .widget { margin: 0 0 50px; position: relative; } .widget select { max-width: 100%; width: 100%; border: 2px solid #ddd; } .widget ul, .widget ol { margin: 0; padding: 0; list-style: none; } .widget ul li, .widget ol li { padding-bottom: 12px; margin-bottom: 12px; position: relative; } .widget ul li a, .widget ol li a { color: var(--heading-color); } .widget ul li:after, .widget ol li:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid; opacity: 0.07; } .widget ul li:last-child, .widget ol li:last-child { padding-bottom: 0; } .widget ul li:last-child:after, .widget ol li:last-child:after { display: none; } .widget .widget-title, .widget h2 { position: relative; font-size: 13px; line-height: 13px; text-transform: uppercase; letter-spacing: 1.5px; color: #363533; text-align: center; } .widget .widget-title span, .widget h2 span { background: #fff; padding: 0 20px; } .widget .widget-title:before, .widget .widget-title:after, .widget h2:before, .widget h2:after { content: ""; position: absolute; bottom: 0; top: 0; margin: auto; width: calc(50% - 58px); height: 1px; border-bottom: 1px solid #eeee; z-index: -1; } .widget .widget-title:before, .widget h2:before { left: 0; } .widget .widget-title:after, .widget h2:after { right: 0; } .widget h2 { margin-bottom: 28px; } .widget h2:before, .widget h2:after { width: calc(50% - 70px); } .widget .widget-content { position: relative; display: block; overflow: hidden; padding: 18px 0 0 0; } .widget .widget-content p:empty { display: none; } #wp-calendar { margin-top: 0; margin-bottom: 20px; } #wp-calendar caption { background-color: var(--secondary-alt-color); text-align: center; margin-bottom: 0; padding: 10px 0; } #wp-calendar td, #wp-calendar th { border-color: #ddd; } #wp-calendar th { background-color: transparent; } #wp-calendar #today { color: var(--primary-color); border-color: #ddd; } .widget_categories ul.children, .widget_categories ul.sub-menu, .wp-block-categories ul.children, .wp-block-categories ul.sub-menu, .widget_pages ul.children, .widget_pages ul.sub-menu, .wp-block-pages .widget_recent_entries ul.children, .wp-block-pages .widget_recent_entries ul.sub-menu, .wp-block-recent_entries ul.children, .wp-block-recent_entries ul.sub-menu, .widget_nav_menu ul.children, .widget_nav_menu ul.sub-menu { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; padding-left: 20px; padding-top: 12px; margin-top: 12px; position: relative; } .widget_categories ul.children:after, .widget_categories ul.sub-menu:after, .wp-block-categories ul.children:after, .wp-block-categories ul.sub-menu:after, .widget_pages ul.children:after, .widget_pages ul.sub-menu:after, .wp-block-pages .widget_recent_entries ul.children:after, .wp-block-pages .widget_recent_entries ul.sub-menu:after, .wp-block-recent_entries ul.children:after, .wp-block-recent_entries ul.sub-menu:after, .widget_nav_menu ul.children:after, .widget_nav_menu ul.sub-menu:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid; opacity: 0.07; } .widget_categories ul.children li, .widget_categories ul.sub-menu li, .wp-block-categories ul.children li, .wp-block-categories ul.sub-menu li, .widget_pages ul.children li, .widget_pages ul.sub-menu li, .wp-block-pages .widget_recent_entries ul.children li, .wp-block-pages .widget_recent_entries ul.sub-menu li, .wp-block-recent_entries ul.children li, .wp-block-recent_entries ul.sub-menu li, .widget_nav_menu ul.children li, .widget_nav_menu ul.sub-menu li { opacity: 0.87; } .widget_categories ul.children li ul li, .widget_categories ul.sub-menu li ul li, .wp-block-categories ul.children li ul li, .wp-block-categories ul.sub-menu li ul li, .widget_pages ul.children li ul li, .widget_pages ul.sub-menu li ul li, .wp-block-pages .widget_recent_entries ul.children li ul li, .wp-block-pages .widget_recent_entries ul.sub-menu li ul li, .wp-block-recent_entries ul.children li ul li, .wp-block-recent_entries ul.sub-menu li ul li, .widget_nav_menu ul.children li ul li, .widget_nav_menu ul.sub-menu li ul li { opacity: 1 !important; } .widget_categories ul.children a, .widget_categories ul.sub-menu a, .wp-block-categories ul.children a, .wp-block-categories ul.sub-menu a, .widget_pages ul.children a, .widget_pages ul.sub-menu a, .wp-block-pages .widget_recent_entries ul.children a, .wp-block-pages .widget_recent_entries ul.sub-menu a, .wp-block-recent_entries ul.children a, .wp-block-recent_entries ul.sub-menu a, .widget_nav_menu ul.children a, .widget_nav_menu ul.sub-menu a { font-size: 14px; } .bastet-about-me { text-align: center; } .bastet-about-me .content { margin: 0; padding: 0 20px 10px 20px; } .bastet-about-me .about-me-img { position: relative; overflow: hidden; width: 220px; height: 220px; border-radius: 50%; margin: auto; } .bastet-about-me .about-me-img img { position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; image-rendering: auto; border-radius: 3px; } .bastet-about-me .about-me-title { display: block; margin: 20px 0 0px 0; font-size: 18px; line-height: 28px; } .bastet-about-me .about-me-title h4 { font-size: 23px; line-height: 26px; margin: 0 0 10px 0; position: relative; padding-bottom: 18px; } .bastet-about-me .about-me-title h4:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 100px; height: 55px; z-index: 1; -webkit-mask-image: url("images/wave-line.svg"); mask-image: url("images/wave-line.svg"); -webkit-mask-size: cover; mask-size: cover; background-color: var(--primary-color); } .bastet-about-me .about-me-title h5 { font-size: 12px; line-height: 16px; opacity: 0.5; letter-spacing: -0.5px; margin: 0; display: none; } .bastet-about-me .svg-wave-line { width: 100%; height: 10px; position: relative; z-index: -1; display: none; } .bastet-about-me .svg-wave-line svg { position: absolute; left: 0; right: 0; top: -58px; margin: auto; width: 129px; height: 129px; opacity: 0.8; fill: var(--primary-color); } .bastet-about-me .about-me-intro { margin-top: 18px; } .bastet-about-me .about-me-intro p { font-size: 15px; line-height: 25px; margin-bottom: 0; } .bastet-social-icons ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .bastet-social-icons ul li { padding: 0; margin: 0; } .bastet-social-icons ul li a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; width: 32px; height: 32px; margin: 0 14px 14px 0; border: 1px solid; -webkit-transition: all 300ms; transition: all 300ms; } .bastet-social-icons ul li a:hover { background-color: var(--primary-color); color: #fff; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } .bastet-social-icons ul li svg { width: 16px; height: 16px; fill: currentColor; } .bastet-social-icons ul li:after { display: none; } .widget_bastet-feature-image .widget-content, .wp-block-bastet-feature-image.default .widget-content { padding: 0; -webkit-box-shadow: none; box-shadow: none; } .widget_bastet-feature-image .feature-image-wrap, .wp-block-bastet-feature-image.default .feature-image-wrap { position: relative; overflow: hidden; border-radius: 3px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } .widget_bastet-feature-image .feature-image-wrap:hover .feature-image img, .wp-block-bastet-feature-image.default .feature-image-wrap:hover .feature-image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .widget_bastet-feature-image .feature-image-wrap .feature-image, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-image { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: var(--secondary-alt-color); } .widget_bastet-feature-image .feature-image-wrap .feature-image img, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-image img { -o-object-fit: cover; object-fit: cover; position: absolute; width: 100%; top: -40px; bottom: 0; left: 0; margin: auto; right: 0; height: calc(100% + 40px); max-width: none; max-height: none; -webkit-transition: all 500ms; transition: all 500ms; } .widget_bastet-feature-image .feature-image-wrap .feature-content, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 400px; text-align: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .widget_bastet-feature-image .feature-image-wrap .feature-content .text, .widget_bastet-feature-image .feature-image-wrap .feature-content strong, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-content .text, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-content strong { font-size: 12px; line-height: 12px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: bold; background-color: #fff; color: var(--primary-color); padding: 16px 25px; border-radius: 3px; -webkit-transition: all 300ms; transition: all 300ms; } .widget_bastet-feature-image .feature-image-wrap .feature-content:before, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-content:before { content: ""; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); border: 1px solid var(--primary-color); top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 3px; opacity: 0.6; } .widget_bastet-feature-image .feature-image-wrap .feature-content a, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-content a { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 50px; height: 100%; width: 100%; } .widget_bastet-feature-image .feature-image-wrap .feature-content a:hover, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-content a:hover { opacity: 1; } .widget_bastet-feature-image .feature-image-wrap .feature-content a:hover .text, .wp-block-bastet-feature-image.default .feature-image-wrap .feature-content a:hover .text { -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2); } .wp-block-bastet-feature-image .feature-content { min-height: auto !important; } .wp-block-bastet-feature-image .bastet-feature-image, .wp-block-bastet-feature-image .feature-image-wrap, .wp-block-bastet-feature-image .feature-content, .wp-block-bastet-feature-image .feature-image { height: 100%; } .widget_media_image .widget-content { padding: 0; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; } .widget_media_image .widget-content img { border-radius: 3px; } .widget_search .search-form { margin-bottom: 20px; text-align: center; } .widget_search label { display: block; width: 100%; margin-bottom: 20px; margin-right: 0; } @media (min-width: 1px) and (max-width: 767px) { .widget_search .search-submit { margin-top: 0; } } .widget_tag_cloud .wp-block-tag-cloud:empty { display: none; } .widget_tag_cloud a, .wp-block-tag-cloud a { display: inline-block; margin-right: 10px; margin-bottom: 10px; font-size: 12px; letter-spacing: 1.4px; padding: 6px 12px; text-transform: uppercase; border: 1px solid #eeee; font-family: var(--heading-font); font-weight: 700; text-decoration: none; } .widget_tag_cloud a:after, .wp-block-tag-cloud a:after { display: none; } .widget_categories ul li, .widget_archive ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 12px; } .widget_categories ul li a, .widget_archive ul li a { font-size: 16px; color: var(--heading-color); } .widget_popular_posts ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 8px; padding-left: 6px; } .widget_popular_posts ul li:nth-child(1) .small-thumb a:before { content: "1"; } .widget_popular_posts ul li:nth-child(2) .small-thumb a:before { content: "2"; } .widget_popular_posts ul li:nth-child(3) .small-thumb a:before { content: "3"; } .widget_popular_posts ul li:nth-child(4) .small-thumb a:before { content: "4"; } .widget_popular_posts ul li:nth-child(5) .small-thumb a:before { content: "5"; } .widget_popular_posts ul li:nth-child(6) .small-thumb a:before { content: "6"; } .widget_popular_posts ul li:nth-child(7) .small-thumb a:before { content: "7"; } .widget_popular_posts ul li:nth-child(8) .small-thumb a:before { content: "8"; } .widget_popular_posts ul li:nth-child(9) .small-thumb a:before { content: "9"; } .widget_popular_posts ul li:nth-child(10) .small-thumb a:before { content: "10"; } .widget_popular_posts ul li:first-child { padding-top: 0; } .widget_popular_posts ul li .small-thumb { width: 80px; } .widget_popular_posts ul li .small-thumb a { display: block; height: 100%; width: 100%; position: relative; } .widget_popular_posts ul li .small-thumb a:before { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 30px; height: 30px; background: var(--primary-color); font-size: 14px; line-height: 26px; top: -15px; left: -8px; margin: auto; text-align: center; z-index: 2; color: #fff; border: 2px solid #fff; border-radius: 50%; } .widget_popular_posts ul li .small-thumb a img { border-radius: 1.5px; } .widget_popular_posts ul li .post-title { font-size: 15px; line-height: 20px; margin-bottom: 10px; } .widget_popular_posts ul li .post-title h6 { margin: 0; } .widget_popular_posts ul li .post-info { width: calc(100% - 100px); margin-left: 20px; } .wp-block-latest-posts__list li { display: block !important; position: relative; } .wp-block-latest-posts__list li:after { display: none; } .wp-block-latest-posts__list li a { display: block; font-weight: 700; text-decoration: none; color: var(--heading-color); } .wp-block-latest-posts__list li a:after { display: none; } .wp-block-latest-posts__list li .wp-block-latest-posts__post-author { margin-right: 10px; } .wp-block-latest-posts__list li .wp-block-latest-posts__post-author:before { content: "\f102"; } .wp-block-latest-posts__list li .wp-block-latest-posts__post-date { position: relative; } .wp-block-latest-posts__list li .wp-block-latest-posts__post-date:before { content: "\f101"; } .wp-block-latest-posts__list li .wp-block-latest-posts__post-author, .wp-block-latest-posts__list li .wp-block-latest-posts__post-date { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; padding-top: 10px; color: #929292; } .wp-block-latest-posts__list li .wp-block-latest-posts__post-author:before, .wp-block-latest-posts__list li .wp-block-latest-posts__post-date:before { font-family: flaticon !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; margin-right: 4px; color: var(--primary-color); position: relative; top: 1.5px; } /* 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; font-size: 14px; font-style: italic; line-height: 24px; } .wp-caption-text { text-align: center; } .wp-caption.alignnone .wp-caption-text { text-align: left; } .blocks-gallery-caption { margin-top: -8px; margin-bottom: 34px; text-align: center; font-size: 14px; } figcaption { font-size: 14px; font-style: italic; } figcaption a { margin: 0 4px; } .bastet-single-content .wp-block-image figcaption, figcaption { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 28px; } /* 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; } .blocks-gallery-grid a { position: relative; overflow: hidden; } .blocks-gallery-grid a:hover { opacity: 1; } .blocks-gallery-grid figure { position: relative; overflow: hidden; } .blocks-gallery-grid img { -webkit-transition: all 400ms; transition: all 400ms; } .blocks-gallery-grid img:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ /* Navigation --------------------------------------------- */ .site-header .header-menu { max-width: 840px; } .site-header .navbar { position: relative; border-bottom: none; background: inherit; width: 100%; -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; z-index: 999; } @media (min-width: 1px) and (max-width: 960px) { .site-header .navbar { padding: 0; } } .site-header .navbar .menu-item-has-children.dropdown:hover .dropdown-menu:first-child { display: block !important; } .site-header .navbar .dropdown-item { padding-left: 0.5rem; padding-right: 0.5rem; } .site-header .navbar .dropdown-item:hover, .site-header .navbar .dropdown-item:focus { background-color: transparent; } .site-header .navbar li:nth-child(8) { display: none; } .site-header .navbar li:nth-child(9) { display: none; } .site-header .navbar li:nth-child(10) { display: none; } .site-header .navbar li:nth-child(11) { display: none; } .site-header .navbar li:nth-child(12) { display: none; } .site-header .navbar ul.dropdown-menu li { display: block !important; } .site-header .navbar a { color: inherit; font-size: 15px; letter-spacing: 0.2px; padding: 0; margin-right: 24px; white-space: nowrap; } .site-header .navbar a:hover { color: inherit; opacity: 0.7; } .site-header .navbar li:last-child a { margin-right: 0; } .site-header .navbar .active > .nav-link { position: relative; padding-bottom: 8px; bottom: -4px; } .site-header .navbar .active > .nav-link:before { content: ""; position: absolute; bottom: 0; left: 4px; margin: auto; width: 51px; height: 29px; z-index: 1; -webkit-mask-image: url("images/wave-line.svg"); mask-image: url("images/wave-line.svg"); -webkit-mask-size: cover; mask-size: cover; background-color: var(--primary-color); } .site-header .navbar .dropdown-menu { padding: 20px; border: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); white-space: nowrap; } .site-header .navbar .dropdown-menu li { margin-bottom: 10px; } .site-header .navbar .dropdown-menu li:last-child { margin-bottom: 0; } .site-header .navbar .dropdown-menu li.dropdown { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } .site-header .navbar .dropdown-menu li.dropdown a.dropdown-item[data-toggle=dropdown] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .site-header .navbar .dropdown-menu li.dropdown a.dropdown-item[data-toggle=dropdown]:after { content: ""; display: inline-block; margin-left: 0.455em; vertical-align: 0.255em; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .site-header .navbar .dropdown-menu li.dropdown ul.dropdown-menu { left: calc(100% - 2px); margin-top: -40px; } .site-header .navbar .dropdown-menu li.dropdown:hover ul.dropdown-menu { display: block; } .site-header .navbar .dropdown-menu a:hover, .site-header .navbar .dropdown-menu a:active { background-color: transparent; } .site-header .navbar ul.navbar-nav { margin-left: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .site-header .navbar ul.navbar-nav li.search-menu { margin-left: 6px; } .site-header .navbar ul.navbar-nav li.search-menu .search { width: 12px; height: 12px; padding: 2px 2px 0px 4px; margin: 14px 8px 7px 0px; } .dropdown-toggle::after, li a.dropdown-item::after { width: 6px; height: 6px; position: relative; top: 2px; background-size: 6px 6px; background-color: currentColor; -webkit-mask-image: url("images/angle-down.svg"); mask-image: url("images/angle-down.svg"); -webkit-mask-size: cover; mask-size: cover; border: none !important; margin-left: 6px; } /* Top Header --------------------------------------------- */ .site-header .top-header { background: #fff; padding: 8px 0; position: relative; z-index: 9999; border-bottom: 1px solid rgba(0, 0, 0, 0.18); } @media (min-width: 1px) and (max-width: 1200px) { .site-header .top-header { display: none; } } .site-header .top-header .navbar a { font-size: 14px; } .site-header .top-header ul.navbar-nav { margin-left: -8px; } .site-header .top-header .navbar { padding: 0.3rem 0; max-width: 50%; } .site-header .top-header .top-header-icons { max-width: 50%; } .site-header .top-header .top-header-icons .bastet-social-icons a { border: none; margin-left: 10px; } .site-header .top-header .top-header-icons .bastet-social-icons a:hover { color: var(--primary-color); } /* Logo --------------------------------------------- */ .header-logo .header-logo-wrap { min-height: 90px; } .header-logo .navbar-brand { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 22px; line-height: 1; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; } .header-logo .navbar-brand a { color: inherit; } .header-logo .header-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 9; } .header-logo .header-menu svg { width: 26px; height: 26px; fill: currentColor; } /* Search --------------------------------------------- */ .site-header .cntr { display: table; width: 100%; height: 100%; } .site-header .cntr .cntr-innr { display: table-cell; text-align: center; vertical-align: middle; position: relative; } .site-header .search { display: inline-block; position: relative; height: 14px; width: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 8px 7px 0px; padding: 2px 5px 0px 4px; border: 1px solid; border-radius: 20px; -webkit-transition: all 200ms ease; transition: all 200ms ease; cursor: text; } .site-header .search.active { border-radius: 4px; margin-top: 8px; top: -4px; border: none; } .site-header .search_icon { display: none; position: absolute; height: 14px; width: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 6px 12px 7px 0px; padding: 2px 5px 0px 4px; border: 1px solid; border-radius: 20px; -webkit-transition: all 300ms; transition: all 300ms; top: 6px; right: 5px; z-index: -1; cursor: pointer; background: transparent; } .site-header .search_icon:after { content: ""; position: absolute; width: 1px; height: 9px; right: -3px; top: 8px; background: currentcolor; border-radius: 3px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 200ms ease; transition: all 200ms ease; } .site-header .search_icon.active { display: inline-block; z-index: 9; } .site-header .search:after { content: ""; position: absolute; width: 1px; height: 8px; right: -2px; top: 9px; background: currentcolor; border-radius: 3px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 200ms ease; transition: all 200ms ease; } .site-header .search.active { width: 200px; margin-right: 0px; height: 34px; } .site-header .search.active:after { height: 0px; } .site-header .search input { width: 100%; border: none; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 15px; color: inherit; background: transparent; outline-width: 0px; z-index: 1; position: relative; outline: none; } .site-header .search input:hove, .site-header .search input:active, .site-header .search input:focus { outline: none; border: none; } /* Social Icons --------------------------------------------- */ .bastet-header-social { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } .bastet-header-social a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15px; height: 15px; margin-left: 20px; color: inherit; -webkit-transition: all 300ms; transition: all 300ms; } .bastet-header-social a:hover { color: #fff; } .bastet-header-social svg { width: 16px; height: 16px; fill: currentColor; } @media (min-width: 1px) and (max-width: 960px) { .bastet-header-social { display: none; } } .site-header { -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; width: 100%; z-index: 9999; border-bottom: 1px solid rgba(13, 14, 13, 0.15); } .site-header .scroll-logo { display: none; } .site-header .header-logo { width: 100%; z-index: 999; -webkit-transition: all 300ms; transition: all 300ms; } .site-header .navbar-toggler { padding: 0; } .site-header .navbar-toggler:hover, .site-header .navbar-toggler:active { border: none; } .site-header .search-toggler { position: relative; z-index: 8; } .site-header .header-wrap { position: relative; } .site-header .header-wrap .navbar-brand, .site-header .header-wrap .bastet-header-social { z-index: 2; } .site-header .header-wrap:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .site-header.show { width: 100%; z-index: 999; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.18); } .site-header.show .header-logo-wrap { min-height: 80px; } .site-header.show .site-logo { display: none; } .site-header.show .site-logo.scroll-logo { display: block; } .site-header.fixed-mode { width: 100%; z-index: 99; } .site-header.smart-mode { width: 100%; top: 0; left: 0; z-index: 2; } .site-header.smart-mode.show .site-logo { display: none; } .site-header.smart-mode.show .site-logo.scroll-logo { display: block; } .site-header.smart-mode.show .header-logo { padding: 0; } .site-header.smart-mode.show .header-logo .site-logo { max-height: 34px; } .site-header.is-watching .header-logo { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); padding: 9px 0; } .site-header.is-watching .header-logo .site-logo { max-height: 34px; } .site-header.transparent { position: absolute; width: 100%; top: 0; left: 0; z-index: 9; } .site-header.transparent.show .header-logo { padding: 0; position: fixed; top: 0; } .site-header.transparent.show .header-logo .site-logo { max-height: 34px; } .site-header.light.show .header-logo { padding: 0; position: fixed; top: 0; } .site-header.light.show .header-logo .site-logo { max-height: 34px; } .site-header.solid .d-flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .site-header.solid.with-search .empty { display: none; } .site-header.solid.is-watching .header-logo, .site-header.solid.show .header-logo { top: 0; } .search .site-header.light { margin-bottom: 0; } .admin-bar .site-header.transparent, .admin-bar .site-header.show, .admin-bar .site-header.is-init { top: 32px; } .admin-bar .site-header.transparent.show .header-logo { top: 32px; } .admin-bar .site-header.solid.is-watching .header-logo, .admin-bar .site-header.solid.show .header-logo { top: 32px; } .admin-bar .site-header.light.show .header-logo { top: 32px; } .header--spacing .site-header { margin-bottom: 60px; } .header--divider .site-header { border-bottom-color: rgba(0, 0, 0, 0.15); } .header--shadow .site-header { -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } .header--dark .site-header { background-color: #000; } /* Light Header --------------------------------------------- */ .site-header.light { margin-bottom: 60px; } .site-header.light:not(.transparent) { -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } .site-header.light .header-logo .header-logo-wrap { min-height: 98px; } .site-header.light .search-menu { margin-right: -18px; } .archive .site-header.light { margin-bottom: 0; } /* Large Header --------------------------------------------- */ .site-header.large { -webkit-box-shadow: none; box-shadow: none; } .site-header.large .navbar-brand { margin-right: 0; } .site-header.large .bastet-social-icons a:first-child { margin-left: 0; } .site-header.large .header-large-menu { padding: 10px 0; border-bottom: 1px solid #e2e2e2; } .site-header.large .header-large-menu .navbar { padding-right: 0; padding-left: 0; } .site-header.large .header-large-menu .navbar a { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; line-height: 18px; font-weight: 700; } /*-------------------------------------------------------------- # Single --------------------------------------------------------------*/ .bastet-post-header { padding: 0 0 60px 0; text-align: center; background-image: url("images/typo.svg"); background-size: cover; background-color: var(--secondary-alt-color); } .bastet-post-header .entry-title { font-size: 48px; line-height: 55px; margin: 10px 0 14px 0; word-break: break-word; -ms-word-wrap: break-word; position: relative; } @media (min-width: 1px) and (max-width: 767px) { .bastet-post-header .entry-title { font-size: 32px; line-height: 41px; } } @media (min-width: 767px) and (max-width: 960px) { .bastet-post-header .entry-title { font-size: 38px; line-height: 49px; } } .bastet-post-header .entry-meta { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .page .bastet-post-header .entry-title { padding-bottom: 26px; } .page .bastet-post-header .entry-title:after { content: ""; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; width: 110px; height: 60px; z-index: 1; -webkit-mask-image: url("images/wave-line.svg"); mask-image: url("images/wave-line.svg"); -webkit-mask-size: cover; mask-size: cover; background-color: var(--primary-color); } .single-large-header .bastet-post-header { padding-bottom: 120px; } .single-classic .bastet-post-header { text-align: left; } .header-transparent.single-large-header .bastet-post-header { padding-top: 160px; } .bastet-post-feature { position: relative; display: block; overflow: hidden; margin-bottom: 50px; } .bastet-post-feature .post-feature { position: relative; display: block; overflow: hidden; border-radius: 3px; } .bastet-post-feature .post-feature img { width: 100%; height: auto; } .single-large-header .bastet-post-feature { margin-top: -60px; } .bastet-post-pagination { margin-bottom: 60px; border-top: 1px solid #eeee; border-bottom: 1px solid #eeee; } .bastet-post-pagination .pagi-post { padding: 40px; position: relative; } @media (min-width: 1px) and (max-width: 767px) { .bastet-post-pagination .pagi-post { margin-bottom: 0; } } .bastet-post-pagination .prev-post { padding-left: 0; } .bastet-post-pagination .prev-post:after { content: ""; position: absolute; top: 0; right: -10px; height: 100%; width: 1px; background-color: #eeee; } @media (min-width: 1px) and (max-width: 767px) { .bastet-post-pagination .prev-post:after { width: 100%; height: 1px; right: 0; bottom: 0; top: unset; } } .bastet-post-pagination .next-post { padding-right: 0; padding-left: 0; text-align: right; } .bastet-post-pagination .next-post .pagination-tag { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .bastet-post-pagination .prev-post .post-arrow { -webkit-transform: rotate(90deg); transform: rotate(90deg); margin-right: 8px; } .bastet-post-pagination .next-post .post-arrow { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin-left: 8px; } .bastet-post-pagination .post-arrow { width: 12px; height: 12px; margin-top: -2px; } .bastet-post-pagination .post-arrow svg { width: 12px; height: 12px; opacity: 0.6; } .bastet-post-pagination .pagination-tag { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 8px; font-size: 12px; line-height: 18px; letter-spacing: 1.5px; opacity: 0.7; text-transform: uppercase; font-weight: 400; } .bastet-post-pagination .post-content { width: calc(100% - 38px); } .bastet-post-pagination .post-content h5 { font-size: 18px; line-height: 30px; margin-bottom: 0; word-break: break-word; } .bastet-entry-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 40px; margin-bottom: -34px; } .bastet-entry-footer .bastet-post-share { margin-bottom: 28px; } .bastet-entry-footer .tags-links { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; } .bastet-entry-footer .tags-links a { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; border: 1px solid #eeee; padding: 6px 12px; margin-bottom: 10px; margin-right: 10px; color: #363533; font-weight: 700; } .bastet-entry-footer .tags-links .text { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; position: relative; margin-right: 60px; margin-bottom: 8px; color: #929292; } .bastet-entry-footer .tags-links .text:after { content: ""; position: absolute; width: 28px; height: 1px; border-bottom: 1px solid #363533; opacity: 0.2; right: -40px; top: 1px; bottom: 0; margin: auto; } .bastet-author-box { position: relative; display: block; overflow: hidden; clear: both; margin-bottom: 60px; padding-top: 15px; margin-top: -15px; background-color: var(--secondary-alt-color); border-radius: 3px; } .bastet-author-box .author-box-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 20px 20px 34px 20px; } .bastet-author-box .author-img-wrap { width: 150px; height: 150px; } .bastet-author-box .author-content-wrap { width: calc(100% - 180px); margin-left: 30px; } @media (min-width: 1px) and (max-width: 767px) { .bastet-author-box .author-content-wrap { width: 100%; margin-left: 0; } } .bastet-author-box .author-img { position: relative; width: 100%; height: 100%; } .bastet-author-box .author-img img { position: absolute; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; image-rendering: auto; border-radius: 3px; } .bastet-author-box .author-content { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (min-width: 1px) and (max-width: 767px) { .bastet-author-box .author-content { margin-top: 30px; text-align: center; } } .bastet-author-box .author-content .section-title { margin-top: 0; font-size: 12px; color: var(--primary-color); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; font-weight: 400; } .bastet-author-box .author-content .author-name { font-size: 24px; line-height: 30px; margin-bottom: 10px; } .bastet-author-box .author-content .author-info { margin-top: 18px; margin-bottom: 20px; font-size: 15px; line-height: 27px; } @media (min-width: 1px) and (max-width: 767px) { .bastet-author-box .bastet-profile-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .single.single-classic:not(.page) .bastet-post-header { padding: 40px 50px 0 50px; background-color: transparent; background-image: none; } @media (min-width: 1px) and (max-width: 767px) { .single.single-classic:not(.page) .bastet-post-header { padding: 40px 20px 0 20px; } } .single.single-classic:not(.page) .bastet-post-header .entry-title { font-size: 38px; line-height: 46px; } @media (min-width: 1px) and (max-width: 767px) { .single.single-classic:not(.page) .bastet-post-header .entry-title { font-size: 27px; line-height: 35px; } } .single.single-classic:not(.page) .bastet-post-header .entry-meta { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .single.single-classic:not(.page) .post-inner-wrap { border-radius: 3px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); border: 1px solid #eeee; margin-bottom: 68px; } .single.single-classic:not(.page) .bastet-post-feature { margin-bottom: 40px; } .single.single-classic:not(.page) .bastet-post-feature .post-feature { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .single.single-classic:not(.page) .main-content { padding: 0 40px 40px 40px; margin-bottom: 0; } @media (min-width: 1px) and (max-width: 767px) { .single.single-classic:not(.page) .main-content { padding: 0 20px 40px 20px; } } .single.single-classic:not(.page) .entry-meta { position: relative; } .header-transparent.single-classic:not(.page) .post-inner-wrap { margin-top: 180px; } .header-transparent.single-classic:not(.page).header-topbar .post-inner-wrap { margin-top: 212px; } .single.single-classic-alt:not(.page) .col-xs-12.post, .single.single-classic-alt:not(.page) .col-xs-12.sidebar { margin-top: 70px; } .single.single-classic-alt:not(.page) .bastet-post-feature { margin-bottom: 40px; } .single.single-classic-alt:not(.page) .bastet-post-header { text-align: left; padding: 40px; background-color: transparent; background-image: none; } @media (min-width: 1px) and (max-width: 767px) { .single.single-classic-alt:not(.page) .bastet-post-header { padding-left: 20px; padding-right: 20px; } } .single.single-classic-alt:not(.page) .bastet-post-header .entry-title { font-size: 38px; line-height: 46px; margin: 14px 0 20px 0; } @media (min-width: 1px) and (max-width: 767px) { .single.single-classic-alt:not(.page) .bastet-post-header .entry-title { font-size: 30px; line-height: 39px; } } .single.single-classic-alt:not(.page) .bastet-post-header .entry-meta { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .single.single-classic-alt:not(.page) .main-content { padding: 0 40px 0 40px; margin-bottom: 40px; } @media (min-width: 1px) and (max-width: 767px) { .single.single-classic-alt:not(.page) .main-content { padding: 0 20px 0 20px; } } .single.single-classic-alt:not(.page) .post-inner-wrap { border-radius: 3px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); margin-bottom: 62px; border: 1px solid #eeee; } .single.single-classic-alt:not(.page) .bastet-post-feature .post-feature { border-radius: 0; } .header-transparent.single-classic-alt:not(.page) .post-inner-wrap { margin-top: 100px; } .arrow-button { width: 1px; position: absolute; height: 60px; background-color: currentColor; opacity: 0.4; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite; } @-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } } .single-ver-header { position: relative; } .single-ver-header .arrow-button { bottom: -120%; } @media (min-width: 1px) and (max-width: 960px) { .single-ver-header .arrow-button { display: none; } } .single-ver-header .post-title-wrap { text-align: center; } @media (min-width: 1px) and (max-width: 767px) { .single-ver-header .post-title-wrap { padding-top: 40px; } } @media (min-width: 1px) and (max-width: 960px) { .single-ver-header .post-title-wrap { margin-bottom: 40px; } } @media (min-width: 767px) and (max-width: 960px) { .single-ver-header .post-title-wrap { margin-bottom: -50px; } } .single-ver-header .post-feature { position: relative; padding-top: 110%; border-radius: 3px; } .single-ver-header .post-feature img { position: absolute; width: 100%; height: 100%; top: 68px; left: 0; -o-object-fit: cover; object-fit: cover; image-rendering: auto; border-radius: 3px; } @media (min-width: 1px) and (max-width: 767px) { .single-ver-header .post-feature img { top: 30px; } } .header-solid.single-vert-header .bastet-post-header { margin-top: -60px; } .single.single-vert-header.header-solid .bastet-post-header { padding-top: 0; padding-bottom: 140px; } @media (min-width: 1px) and (max-width: 767px) { .single.single-vert-header.header-solid .bastet-post-header { padding-bottom: 80px; } } .header-transparent.single-vert-header .bastet-post-header { padding-top: 95px; padding-bottom: 140px; } @media (min-width: 1px) and (max-width: 767px) { .header-transparent.single-vert-header .bastet-post-header { padding-bottom: 80px; } } .page .bastet-post-header { background-color: var(--secondary-alt-color); } .page .bastet-post-feature { overflow: visible; } .page .post-feature { margin-top: -80px; } .page.header-transparent .bastet-post-header { padding-top: 140px !important; } .page.header-solid .bastet-post-header { padding-top: 60px; } .page.no-thumb .bastet-post-header { margin-bottom: 60px; padding-bottom: 60px; } .page .bastet-single-content .main-content { margin-bottom: 0; } .page .comment-section { margin-top: 10px; padding-top: 36px; border-top: 1px solid #eeee; } .bastet-single-content { margin-bottom: 40px; } .bastet-single-content .entry-content > *[class*=wp-block] { margin-bottom: 28px; } .bastet-single-content .wp-block-image figcaption { font-size: 14px; font-style: italic; text-align: center; } .bastet-single-content .wp-block-image img { border-radius: 3px; } .bastet-single-content strong { font-weight: bold; } .bastet-single-content .entry-content a { text-decoration: underline; } .bastet-single-content .entry-content h1, .bastet-single-content .entry-content h2, .bastet-single-content .entry-content h3, .bastet-single-content .entry-content h4, .bastet-single-content .entry-content h5, .bastet-single-content .entry-content h6 { margin-top: 40px; margin-bottom: 22px; } .bastet-single-content .entry-content ol { list-style: decimal-leading-zero; } .bastet-single-content .entry-content ul:not(.blocks-gallery-grid), .bastet-single-content .entry-content ol { margin: 0 0 12px 24px; list-style-position: outside; } .bastet-single-content .entry-content ul:not(.blocks-gallery-grid) li, .bastet-single-content .entry-content ol li { margin-bottom: 10px; } .bastet-single-content .entry-content ul:not(.blocks-gallery-grid) li ul, .bastet-single-content .entry-content ul:not(.blocks-gallery-grid) li ol, .bastet-single-content .entry-content ol li ul, .bastet-single-content .entry-content ol li ol { padding-top: 10px; padding-left: 24px; } .bastet-single-content .entry-content ul:not(.blocks-gallery-grid) li ul li:last-child, .bastet-single-content .entry-content ul:not(.blocks-gallery-grid) li ol li:last-child, .bastet-single-content .entry-content ol li ul li:last-child, .bastet-single-content .entry-content ol li ol li:last-child { margin-bottom: 0; } .bastet-single-content .entry-content .wp-block-latest-posts, .bastet-single-content .entry-content .wp-block-categories, .bastet-single-content .entry-content .wp-block-categories .children, .bastet-single-content .entry-content .wp-block-archives, .bastet-single-content .entry-content .wp-block-archives .children { margin-left: 0; } .single-large-header.no-thumb .bastet-post-header { padding-bottom: 60px; margin-bottom: 50px; } .single.header-solid .bastet-post-header { padding-top: 60px; } .single.header-transparent.single-classic .sidebar-wrapper { padding-top: 180px; } @media (min-width: 1px) and (max-width: 960px) { .single.header-transparent.single-classic .sidebar-wrapper { padding-top: 60px; } } .single.header-transparent.single-classic.header-topbar .sidebar-wrapper { padding-top: 220px; } @media (min-width: 1px) and (max-width: 960px) { .single.header-transparent.single-classic.header-topbar .sidebar-wrapper { padding-top: 60px; } } .single.header-solid.single-classic .sidebar-wrapper, .single.header-solid.single-classic .bastet-single-content .post { margin-top: 80px; } @media (min-width: 1px) and (max-width: 960px) { .single.header-solid.single-classic .sidebar-wrapper { padding-top: 60px; } } .single.header-transparent.single-classic-alt .sidebar-wrapper { padding-top: 80px; } @media (min-width: 1px) and (max-width: 960px) { .single.header-transparent.single-classic-alt .sidebar-wrapper { padding-top: 60px; } } .single.header-transparent.single-classic-alt.header-topbar .sidebar-wrapper { padding-top: 220px; } @media (min-width: 1px) and (max-width: 960px) { .single.header-transparent.single-classic-alt.header-topbar .sidebar-wrapper { padding-top: 60px; } } .bastet-single-content .main-content { margin-bottom: 50px; } .header-light:not(.single-classic) .bastet-post-header { margin-top: -60px; padding-top: 60px; } @media (min-width: 1px) and (max-width: 767px) { .post-password-form label { width: 100%; } } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ .footer-widgets { padding: 80px 0 70px 0; background-color: #CAA386; color: #fff; } .footer-widgets .footer-logo { max-width: 150px; } .footer-widgets .widget { margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; } @media (min-width: 1px) and (max-width: 960px) { .footer-widgets .widget { margin-bottom: 40px; } } .footer-widgets .widget .widget-title { color: inherit; font-size: 20px; line-height: 20px; text-align: left; margin-bottom: 28px; text-transform: none; letter-spacing: 0; } .footer-widgets .widget .widget-title:before, .footer-widgets .widget .widget-title:after { display: none; } .footer-widgets .widget .widget-title span { background: transparent; padding: 0; } .footer-widgets .widget .widget-content { padding: 0; -webkit-box-shadow: none; box-shadow: none; } .footer-widgets .widget ul li { padding-bottom: 0; } .footer-widgets .widget ul li:after { display: none; } @media (min-width: 1px) and (max-width: 960px) { .footer-widgets.footer-3, .footer-widgets.footer-36 { padding-bottom: 30px; } } .footer-widgets.footer-1 .widget { margin-bottom: 20px; } @media (min-width: 1px) and (max-width: 960px) { .footer-widgets.footer-1 .widget { margin-bottom: 20px; } } .footer-widgets.footer-1 .widget:last-child { margin-bottom: 0; } .footer-widgets.footer-1 .widget_nav_menu li { display: inline-block; margin-right: 22px; padding-bottom: 6px; margin-bottom: 0; } .footer-widgets.footer-1 .widget_nav_menu li:after { display: none; } .has-instagram-footer .footer-widgets { padding-top: 160px; } .site-info { background-color: #CAA386; color: #fff; } .site-info .footer-copyright { font-size: 14px; line-height: 1.2; } @media (min-width: 1px) and (max-width: 767px) { .site-info .footer-copyright { text-align: center; } } .site-info .container-inner { position: relative; padding: 24px 0 30px 0; } .site-info .container-inner:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid; opacity: 0.25; } .footer-light .site-info .container-inner:after { display: none; } .bastet-insta-footer .widget { margin-bottom: -80px; padding: 0; -webkit-box-shadow: none; box-shadow: none; } .bastet-insta-footer .widget #sb_instagram #sbi_images, .bastet-insta-footer .widget #sb_instagram #sbi_images .sbi_item, .bastet-insta-footer .widget #sb_instagram .sbi_photo_wrap, .bastet-insta-footer .widget #sb_instagram .sbi_photo { height: 100% !important; } .bastet-insta-footer .widget #sb_instagram #sbi_images { padding-bottom: 0 !important; } .bastet-insta-footer .widget .widget-content { padding: 0; background: #fff; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; } .bastet-insta-footer .widget .widget-content img, .bastet-insta-footer .widget .widget-content #sb_instagram .sbi_photo { border-radius: 3px; } .bastet-footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } @media (min-width: 1px) and (max-width: 767px) { .bastet-footer-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 20px; } } .bastet-footer-social a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15px; height: 15px; margin-right: 20px; -webkit-transition: all 300ms; transition: all 300ms; color: inherit; } .bastet-footer-social a svg { width: 16px; height: 16px; fill: currentColor; -webkit-transition: all 300ms; transition: all 300ms; } .bastet-footer-social a:hover svg { fill: var(--primary-color); } .site-footer { margin-top: auto; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } /*-------------------------------------------------------------- # Blocks --------------------------------------------------------------*/ .bastet-single-content .entry-content p:last-child, .bastet-single-content .entry-content .wp-block-audio:last-child, .bastet-single-content .entry-content .wp-block-button:last-child, .bastet-single-content .entry-content .wp-block-code:last-child, .bastet-single-content .entry-content .wp-block-embed:last-child, .bastet-single-content .entry-content .wp-block-file:last-child, .bastet-single-content .entry-content .wp-block-image:last-child, .bastet-single-content .entry-content .wp-block-gallery:last-child, .bastet-single-content .entry-content .wp-block-media-text:last-child, .bastet-single-content .entry-content .wp-block-preformatted:last-child, .bastet-single-content .entry-content .wp-block-pullquote:last-child, .bastet-single-content .entry-content .wp-block-quote:last-child, .bastet-single-content .entry-content .wp-block-seperator:last-child, .bastet-single-content .entry-content .wp-block-video:last-child, .bastet-single-content .entry-content .wp-block-archives:last-child, .bastet-single-content .entry-content .wp-block-calendar:last-child, .bastet-single-content .entry-content .wp-block-categories:last-child, .bastet-single-content .entry-content .wp-block-latest-comments:last-child, .bastet-single-content .entry-content .wp-block-latest-posts:last-child, .bastet-single-content .entry-content .wp-block-search:last-child, .bastet-single-content .entry-content .wp-block-tag-cloud:last-child { margin-bottom: 0; } .wp-block-categories-list li, .wp-block-categories__list li, .wp-block-archives-list li, .wp-block-latest-posts__list li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 10px; margin-bottom: 10px; position: relative; font-size: 12px; } .wp-block-categories-list li a, .wp-block-categories__list li a, .wp-block-archives-list li a, .wp-block-latest-posts__list li a { font-size: 16px; margin-right: 10px; text-decoration: none; } .wp-block-categories-list li ul, .wp-block-categories-list li .children, .wp-block-categories__list li ul, .wp-block-categories__list li .children, .wp-block-archives-list li ul, .wp-block-archives-list li .children, .wp-block-latest-posts__list li ul, .wp-block-latest-posts__list li .children { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 0; } .wp-block-categories-list li:after, .wp-block-categories__list li:after, .wp-block-archives-list li:after, .wp-block-latest-posts__list li:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; opacity: 0.1; background-color: currentColor; } .wp-block-categories-list li:last-child, .wp-block-categories__list li:last-child, .wp-block-archives-list li:last-child, .wp-block-latest-posts__list li:last-child { padding-bottom: 0; margin-bottom: 0; } .wp-block-categories-list li:last-child:after, .wp-block-categories__list li:last-child:after, .wp-block-archives-list li:last-child:after, .wp-block-latest-posts__list li:last-child:after { display: none; } .wp-block-categories-list.aligncenter li { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .wp-block-media-text__content .has-large-font-size { font-size: 1.25em; line-height: 1.4; } .wp-block-latest-comments a, .widget_recent_entries a, .wp-block-latest-posts a, .widget_recent_comments a { color: var(--heading-color); font-weight: normal; text-decoration: underline; line-height: 1.5; } .feature-box-icon { margin-bottom: 34px; } .feature-box-icon svg { width: 50px; height: 50px; } .bastet-block-heading.is-style-default.text-center h2, .bastet-block-heading.is-style-tall.text-center h2, .bastet-block-heading.is-style-large.text-center h2 { text-align: center; } .bastet-block-heading.is-style-default.text-center h2:after, .bastet-block-heading.is-style-default.text-center .heading:after, .bastet-block-heading.is-style-tall.text-center h2:after, .bastet-block-heading.is-style-tall.text-center .heading:after, .bastet-block-heading.is-style-large.text-center h2:after, .bastet-block-heading.is-style-large.text-center .heading:after { right: 0; left: 0; margin: auto; } .bastet-block-heading.is-style-default .heading h2 { position: relative; font-size: 48px; line-height: 55px; text-transform: none; z-index: 2; margin: 18px 0 14px 0; text-align: center; padding-bottom: 22px; } .bastet-block-heading.is-style-default .heading:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 110px; height: 59px; z-index: 1; -webkit-mask-image: url("images/wave-line.svg"); mask-image: url("images/wave-line.svg"); -webkit-mask-size: cover; mask-size: cover; background-color: var(--primary-color); } .bastet-block-heading.is-style-tall .heading { position: relative; margin-bottom: 40px; text-align: left; } .bastet-block-heading.is-style-tall .heading h2 { position: relative; font-size: 32px; line-height: 32px; text-transform: none; z-index: 2; margin: 0; padding-bottom: 20px; } @media (min-width: 1px) and (max-width: 767px) { .bastet-block-heading.is-style-tall .heading h2 { font-size: 28px; line-height: 28px; } } .bastet-block-heading.is-style-tall .heading:after { content: ""; position: absolute; bottom: 0; left: -8px; margin: auto; width: 110px; height: 60px; z-index: 1; -webkit-mask-image: url("images/wave-line.svg"); mask-image: url("images/wave-line.svg"); -webkit-mask-size: cover; mask-size: cover; background-color: var(--primary-color); } .bastet-block-heading.is-style-large .heading { position: relative; margin-bottom: 40px; text-align: left; } .bastet-block-heading.is-style-large .heading h2 { position: relative; font-size: 42px; line-height: 42px; text-transform: none; z-index: 2; margin: 0; padding-bottom: 24px; } @media (min-width: 1px) and (max-width: 767px) { .bastet-block-heading.is-style-large .heading h2 { font-size: 28px; line-height: 28px; } } .bastet-block-heading.is-style-large .heading:after { content: ""; position: absolute; bottom: 0; left: -8px; margin: auto; width: 140px; height: 75px; z-index: 1; -webkit-mask-image: url("images/wave-line.svg"); mask-image: url("images/wave-line.svg"); -webkit-mask-size: cover; mask-size: cover; background-color: var(--primary-color); } .bastet-block-heading.is-style-widget .heading { position: relative; } .bastet-block-heading.is-style-widget .heading:before, .bastet-block-heading.is-style-widget .heading:after { content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 50%; height: 1px; border-bottom: 1px solid; opacity: 0.1; } .bastet-block-heading.is-style-widget .heading:before { left: 0; } .bastet-block-heading.is-style-widget .heading:after { right: 0; } .bastet-block-heading.is-style-widget h2 { position: relative; font-size: 14px; line-height: 14px; text-transform: uppercase; letter-spacing: 1.5px; margin: auto; margin-bottom: 40px; padding: 0 20px; display: table; z-index: 2; } .bastet-block-heading.is-style-widget h2:after { position: absolute; bottom: -9px; left: 0; width: 40px; height: 1px; background: var(--primary-color); } .bastet-block-heading.center { text-align: center; } .bastet-block-heading.center .heading:after { right: 0; } .btn, .wp-block-button__link { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; font-style: normal; line-height: 24px; padding: 14px 28px 14px 28px; border-radius: 0px; color: #fff !important; background-color: var(--primary-color); -webkit-transition: all 300ms; transition: all 300ms; } .btn:active, .wp-block-button__link:active, .btn:focus, .wp-block-button__link:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } .wp-block-button { margin-bottom: 10px; } .wp-block-button.aligncenter { text-align: center; } .wp-block-button .wp-block-button__link { border-radius: 99999px; text-decoration: none !important; } .wp-block-button.is-style-squared .wp-block-button__link { border-radius: 0; } .wp-block-button.is-style-outline .wp-block-button__link { color: var(--primary-color) !important; } .wp-block-bastet-button { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin-bottom: 0; } .wp-block-bastet-button { font-weight: 700; } .wp-block-bastet-button .btn-primary, .wp-block-bastet-button .primary { background: none; border: none; padding: 0; } .wp-block-bastet-button .btn-primary, .wp-block-bastet-button .primary, .wp-block-bastet-button .btn-secondary, .wp-block-bastet-button .secondary { position: relative; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; font-style: normal; line-height: 1.5; color: #fff; padding: 14px 28px 14px 28px; border-radius: 0px; background-color: var(--primary-color); } .wp-block-bastet-button .btn-secondary, .wp-block-bastet-button .secondary { background-color: transparent; border: 1px solid var(--primary-color); color: var(--primary-color); } .wp-block-bastet-feature-poost { position: relative; height: 540px; background: #fff; } .wp-block-bastet-feature-poost .feature-post-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; } .wp-block-bastet-feature-poost .feature-post-wrap .left { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } .wp-block-bastet-feature-poost .feature-post-wrap .left .post-feature { position: relative; display: block; } .wp-block-bastet-feature-poost .feature-post-wrap .left .post-feature .thumbnail { position: absolute; height: 100%; width: 100%; } .wp-block-bastet-feature-poost .feature-post-wrap .left .image { position: relative; display: block; background-position: 50%; background-size: cover; -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; min-height: 540px; } .wp-block-bastet-feature-poost .feature-post-wrap .left .image:before { content: ""; display: block; padding-top: 100%; } .wp-block-bastet-feature-poost .feature-post-wrap .right { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; height: 540px; } .wp-block-bastet-feature-poost .feature-post-wrap .right .post-content { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 60px; } .wp-block-bastet-feature-poost .feature-post-wrap .right .post-content .entry-title { font-size: 42px; line-height: 50px; padding-top: 8px; padding-bottom: 8px; } .wp-block-bastet-feature-poost .feature-post-wrap .right .post-content .content-wrap { display: table; text-align: center; } .wp-block-bastet-feature-poost .entry-footer { position: relative; } .wp-block-bastet-feature-poost .read-more { position: relative; display: table; margin: auto; margin-top: 60px; color: var(--primary-color); } .wp-block-bastet-feature-poost .read-more:before { content: ""; position: absolute; display: table; left: 0; right: 0; margin: auto; width: 60%; height: 1px; top: -20px; border-bottom: 1px solid; } .wp-block-bastet-feature-poost .rd-icon { position: absolute; right: calc(100% + 34px); top: -30px; } .carousel-slider.overlay { height: 100%; } .carousel-slider.overlay .swiper-container, .carousel-slider.overlay .carousel-slider, .carousel-slider.overlay .bastet-carousel, .carousel-slider.overlay .swiper-slide, .carousel-slider.overlay .post, .carousel-slider.overlay .post-thumbnail, .carousel-slider.overlay .thumbinal, .carousel-slider.overlay .image { height: 100%; } .carousel-slider.overlay .post .post-thumbnail .thumbinal .image { border-radius: 0; } .wp-block-bastet-posts-carousel.height-auto { height: auto !important; } .carousel-slider.default { position: relative; display: block; overflow: hidden; padding: 0 4px 0 4px; margin-left: -4px; margin-right: -4px; } .carousel-slider.default .swiper-container { overflow: visible; } .carousel-slider.default .swiper-container .swiper-wrapper { padding: 0 1px; } .carousel-slider.default .post { margin-bottom: 0; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } .carousel-slider.default .post .entry-meta .author img { max-width: 28px; } .carousel-slider.default .post .thumbinal .image { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .carousel-slider.default .post .post-content { padding: 20px 20px; border: 1px solid #eeee; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; margin-top: -30px; } .carousel-slider.default .post .entry-content p { font-size: 15px; line-height: 25px; margin-bottom: 16px; } .carousel-slider.default .post .entry-title { font-size: 22px; line-height: 30px; padding: 0; margin-bottom: 10px; } .carousel-slider.default .post .entry-meta { border-top: 1px solid #eeee; padding-top: 12px; } .carousel-slider.overlay .post .post-thumbnail .thumbinal .image:before { padding-top: 78%; } .carousel-slider.overlay .post .post-thumbnail .thumbinal .image:after { content: ""; position: absolute; bottom: 0; left: 0; height: 55%; width: 100%; background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(10, 10, 10, 0.45))); background: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(10, 10, 10, 0.45)); } .carousel-slider.overlay .post { position: relative; } .carousel-slider.overlay .post-content { margin: auto; left: 0; right: 0; position: absolute; padding: 28px 24px; bottom: 0; border-radius: 8px; width: calc(100% - 80px); } .carousel-slider.overlay .entry-title { font-size: 28px; line-height: 40px; margin: 6px 0 12px 0; color: #fff; } .carousel-slider.overlay .entry-meta, .carousel-slider.overlay .posted-cates a { color: #fff; } .carousel-slider.per-row-3 .post .entry-title, .carousel-slider.per-row-4 .post .entry-title { font-size: 21px; line-height: 31px; margin-bottom: 14px; } .carousel-slider.per-row-3 .post .entry-title { font-size: 23px; line-height: 33px; } .carousel-slider.per-row-3 .entry-content p { font-size: 14px; line-height: 24px; } .carousel-slider.per-row-4 .post .entry-title { font-size: 17px; line-height: 25px; letter-spacing: -0.2px; font-weight: 600; margin-bottom: 11px; } .carousel-slider.per-row-2 .post .post-content { padding: 22px 24px; } .carousel-slider.per-row-2 .post .entry-title { font-size: 27px; line-height: 39px; letter-spacing: 0.2px; margin-bottom: 14px; } @media (min-width: 1px) and (max-width: 767px) { .carousel-slider.per-row-2 .post .entry-title { font-size: 19px; line-height: 27px; } } @media (min-width: 767px) and (max-width: 960px) { .carousel-slider.per-row-2 .post .entry-title { font-size: 24px; line-height: 34px; } } .carousel-slider.center .swiper-container { max-width: 1180px !important; overflow: visible; } .carousel-slider.center .post { position: relative; } .carousel-slider.center .post a:hover { opacity: 1; } .carousel-slider.center .post .posted-cates { position: relative; bottom: unset; left: unset; } .carousel-slider.center .post .posted-cates a { padding: 8px 14px; color: #fff; border-radius: 3px; background-color: var(--primary-color); } .carousel-slider.center .post-thumbnail { max-height: 590px; overflow: hidden; border-radius: 3px; } .carousel-slider.center .post-thumbnail .thumbinal { position: relative; width: 100%; height: 100%; display: block; } @media (min-width: 1px) and (max-width: 767px) { .carousel-slider.center .post .post-thumbnail .thumbinal .image:before { padding-top: 100%; } } .carousel-slider.center .post .post-thumbnail .thumbinal .image:after { content: ""; position: absolute; width: 100%; max-height: 590px; height: 100%; top: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, rgba(0, 0, 0, 0)), color-stop(61%, rgba(0, 0, 0, 0.44))); background: linear-gradient(rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.44) 61%); } .carousel-slider.center .post .post-thumbnail .thumbinal .image img, .carousel-slider.center .post .post-thumbnail .thumbinal .image iframe { width: 100%; max-width: none; height: 100%; position: absolute; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; image-rendering: auto; } .carousel-slider.center .post-content { position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; margin: auto; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: left; max-width: 360px; -webkit-transition: all 300ms; transition: all 300ms; -webkit-transition-delay: 300ms; transition-delay: 300ms; opacity: 0; } @media (min-width: 960px) { .carousel-slider.center .post-content { max-width: 746px; } } @media (min-width: 767px) and (max-width: 960px) { .carousel-slider.center .post-content { max-width: 555px; } } .carousel-slider.center .post-content .inner-content { position: relative; padding: 26px 26px 30px 26px; } @media (min-width: 1px) and (max-width: 767px) { .carousel-slider.center .post-content .inner-content { padding: 20px 40px 20px 0; } } .carousel-slider.center .post-content .posted-cates { margin-bottom: 8px; } .carousel-slider.center .post-content .entry-title { font-size: 42px; line-height: 54px; margin: 10px 0 18px 0; position: relative; color: #fff; } @media (min-width: 1px) and (max-width: 767px) { .carousel-slider.center .post-content .entry-title { font-size: 27px; line-height: 39px; } } @media (min-width: 767px) and (max-width: 960px) { .carousel-slider.center .post-content .entry-title { font-size: 32px; line-height: 44px; } } .carousel-slider.center .post-content .entry-title:hover, .carousel-slider.center .post-content .entry-title a:hover { color: #fff; } .carousel-slider.center .post-content .entry-header, .carousel-slider.center .post-content .entry-meta { position: relative; color: #fff; } .carousel-slider.center .post-content .entry-meta { padding-top: 12px; opacity: 0.92; border-top: 1px solid #4a4a4a; } .carousel-slider.center .post-content .entry-meta .meta-icon i { color: #fff; } .carousel-slider.center .post-content .entry-content { position: relative; } @media (min-width: 1px) and (max-width: 960px) { .carousel-slider.center .post-content .entry-content { display: none; } } .carousel-slider.center .post-content .entry-content p { font-size: 15px; line-height: 27px; color: #fff; opacity: 0.98; } .carousel-slider.center .post-content .deco { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; } .carousel-slider.center .post-content .deco:before, .carousel-slider.center .post-content .deco:after { position: absolute; } .carousel-slider.center .post-content .deco.x:before, .carousel-slider.center .post-content .deco.x:after { height: calc(100% - 40px); width: 1px; top: 20px; border-left: 1px solid #eeee; } .carousel-slider.center .post-content .deco.x:before { left: 20px; } .carousel-slider.center .post-content .deco.x:after { right: 20px; } .carousel-slider.center .post-content .deco.y:before, .carousel-slider.center .post-content .deco.y:after { width: calc(100% - 40px); border-bottom: 1px solid #eeee; height: 1px; left: 20px; } .carousel-slider.center .post-content .deco.y:before { top: 20px; } .carousel-slider.center .post-content .deco.y:after { bottom: 20px; } .carousel-slider.center .swiper-slide-active .post-content { opacity: 1; } .carousel-slider.text-medium .post .entry-title { font-size: 23px; line-height: 32px; } .carousel-slider.text-large .post .entry-title { font-size: 27px; line-height: 39px; } .bastet-slider-arrow { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 40px; } .bastet-slider-arrow .block-heading .heading { margin-bottom: 0; } .bastet-slider-arrow .bastet-button-prev svg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .bastet-slider-arrow .button { padding: 0; margin-left: 10px; -webkit-transition: all 300ms; transition: all 300ms; border: 1px solid; border-radius: 50%; text-align: center; width: 32px; height: 32px; } .bastet-slider-arrow svg { width: 16px; height: 16px; top: 2px; position: relative; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper { position: relative; border-radius: 3px; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before { content: ""; display: block; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before { padding-top: 100%; } .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before { padding-top: 200%; } .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before { padding-top: 75%; } .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before { padding-top: 66.66%; } .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before { padding-top: 56.25%; } .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before { padding-top: 50%; } .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before { padding-top: 42.85%; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; } .wp-block iframe { width: 100%; } .wp-block-file { margin-left: auto; margin-right: auto; text-align: center; padding: 30px 0; -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05); } .wp-block-code { padding: 1.5em 1.5em; background-color: rgba(0, 0, 0, 0.025); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; color: inherit; font-family: Menlo, Consolas, monaco, monospace; font-size: 0.875em; white-space: pre-wrap; } .wp-block-code code { padding: 0; background-color: transparent; font-size: inherit; color: inherit; } pre.wp-block-verse { font-family: Menlo, Consolas, monaco, monospace; clear: both; } .wp-block-table table { margin-bottom: 20px; } .wp-block-table thead { border-bottom: 0; background-color: rgba(0, 0, 0, 0.05); } .wp-block-table th { font-weight: 700; } .wp-block-table td, .wp-block-table th { text-align: center; border: 1px solid rgba(0, 0, 0, 0.1); padding: 8px 12px; } .wp-block-table tfoot { border-top: 0; background-color: rgba(0, 0, 0, 0.05); } .wp-block-table figcaption { margin-top: 1rem; color: rgba(0, 0, 0, 0.75); font-size: 14px; text-align: center; } .wp-block-table.is-style-stripes { border-bottom: 0; } .wp-block-table.is-style-stripes table { border-spacing: 0; border-collapse: separate; border: none; } .wp-block-table.is-style-stripes thead { background-color: transparent; } .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background-color: rgba(0, 0, 0, 0.05); } .wp-block-table.is-style-stripes tfoot { background-color: transparent; -webkit-box-shadow: 0 1px 0 0 inset rgba(0, 0, 0, 0.1); box-shadow: 0 1px 0 0 inset rgba(0, 0, 0, 0.1); } .wp-block-table.alignleft figcaption { text-align: left; } .wp-block-table.alignright figcaption { text-align: right; } .wp-block-quote, blockquote { position: relative; padding: 40px 0 0 0; margin: 54px 0 32px 0; border-radius: 3px; border: none; border-top: 3px solid #000; font-size: 1.4em; background-color: transparent; text-align: center; } .wp-block-quote:before, blockquote:before { content: "“"; display: block; width: 0.5em; height: 0.5em; position: absolute; top: 0; left: 50%; background: #fff; border-radius: 100%; color: #000; font-family: sans-serif; font-size: 5em; line-height: 1; text-align: center; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; } .wp-block-quote p, blockquote p { margin-bottom: 24px; color: var(--heading-color); } .wp-block-quote.has-text-align-right { text-align: right; } .wp-block-quote.has-text-align-right cite, .wp-block-quote.has-text-align-right footer { margin-right: unset; margin-left: auto; } .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer { display: table; color: inherit; font-size: 14px; font-style: italic; opacity: 0.75; padding-left: 10px; margin: auto; position: relative; } .wp-block-quote__citation br, .wp-block-quote cite br, .wp-block-quote footer br { display: none; } .wp-block-quote__citation:before, .wp-block-quote cite:before, .wp-block-quote footer:before { content: "-"; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } .wp-block-quote.is-large, .wp-block-quote.is-style-large { margin-left: auto; margin-right: auto; padding: 3em 2em 2em 2em; font-size: 1.2em; line-height: 1.5; } .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before { font-size: 300px; top: 0; } .wp-block-quote.is-large p, .wp-block-quote.is-style-large p { font-size: 2em; font-style: normal; } .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer { font-size: 14px; text-align: right; margin-left: auto; } .wp-block-pullquote { position: relative; margin-top: 70px !important; margin-bottom: 60px !important; padding: 40px 40px 40px 40px; border-left: 3px solid #000; color: var(--heading-color); background-color: var(--secondary-alt-color); } .wp-block-pullquote blockquote { border: none; margin: 0; padding: 0; } .wp-block-pullquote blockquote:before, .wp-block-pullquote blockquote:after { display: none; } .wp-block-pullquote cite { color: inherit; font-size: 14px; font-style: italic; opacity: 0.75; padding-left: 8px; margin: auto; position: relative; } .wp-block-pullquote cite:before { content: "-"; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } .wp-block-pullquote.has-background blockquote { max-width: calc(60% + 40px); border-left: 3px solid var(--primary-color); padding-left: 40px; } .wp-block-latest-posts, .wp-block-categories, .wp-block-categories .children, .wp-block-archives, .wp-block-archives .children { list-style: none; } .wp-block-latest-posts li a:after { content: ""; width: 100%; height: 1px; background: #fae5a2; display: inline-block; left: 0; bottom: -8px; position: absolute; opacity: 0; -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .has-dates.wp-block-latest-posts li a:after { bottom: -1px; } .has-dates.wp-block-latest-posts li a:hover:after { opacity: 1; } .wp-block-latest-posts__post-date { padding-top: 6px; } .post-entry .wp-block-latest-posts.is-grid li { margin-bottom: 12px; } .wp-block-latest-posts.is-grid li:first-child { padding-bottom: 12px; } .wp-block-categories .children { margin-left: 0; padding-left: 10px; } .wp-block-bastet-free-slider.split, .wp-block-bastet-posts-slider.split { position: relative; } .wp-block-bastet-free-slider.split .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .wp-block-bastet-posts-slider.split .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 10px 8px; } .wp-block-bastet-free-slider.split .bastet-free-slide, .wp-block-bastet-free-slider.split .bastet-free-slider, .wp-block-bastet-free-slider.split .swiper-container, .wp-block-bastet-free-slider.split .bastet-slide-wrap, .wp-block-bastet-free-slider.split .container, .wp-block-bastet-free-slider.split .row, .wp-block-bastet-free-slider.split .slide-content-wrap, .wp-block-bastet-free-slider.split .inner-wrap, .wp-block-bastet-posts-slider.split .bastet-free-slide, .wp-block-bastet-posts-slider.split .bastet-free-slider, .wp-block-bastet-posts-slider.split .swiper-container, .wp-block-bastet-posts-slider.split .bastet-slide-wrap, .wp-block-bastet-posts-slider.split .container, .wp-block-bastet-posts-slider.split .row, .wp-block-bastet-posts-slider.split .slide-content-wrap, .wp-block-bastet-posts-slider.split .inner-wrap { height: 100%; } .wp-block-bastet-free-slider.split .inner-wrap, .wp-block-bastet-posts-slider.split .inner-wrap { position: relative; } .wp-block-bastet-free-slider.split .bastet-slide-wrap, .wp-block-bastet-posts-slider.split .bastet-slide-wrap { margin-right: 0; margin-left: 0; } .wp-block-bastet-free-slider.split .slide-content-wrap, .wp-block-bastet-posts-slider.split .slide-content-wrap { position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 3; } .wp-block-bastet-free-slider.split .bastet-slide-content, .wp-block-bastet-posts-slider.split .bastet-slide-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; right: -20px; max-width: 640px; text-align: left; position: relative; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.split .bastet-slide-content, .wp-block-bastet-posts-slider.split .bastet-slide-content { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 90px; right: 0; } .wp-block-bastet-free-slider.split .bastet-slide-content .inner-content, .wp-block-bastet-posts-slider.split .bastet-slide-content .inner-content { padding-right: 40px; } } .wp-block-bastet-free-slider.split .bastet-slide-content .post-title, .wp-block-bastet-posts-slider.split .bastet-slide-content .post-title { color: #fff; font-size: 48px; line-height: 62px; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.split .bastet-slide-content .post-title, .wp-block-bastet-posts-slider.split .bastet-slide-content .post-title { font-size: 27px; line-height: 39px; } } .wp-block-bastet-free-slider.split .bastet-slide-content .entry-content, .wp-block-bastet-posts-slider.split .bastet-slide-content .entry-content { color: #fff; margin-top: 18px; opacity: 0.98; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.split .bastet-slide-content .entry-content, .wp-block-bastet-posts-slider.split .bastet-slide-content .entry-content { display: none; } } .wp-block-bastet-free-slider.split .bastet-slide-content .entry-meta, .wp-block-bastet-posts-slider.split .bastet-slide-content .entry-meta { color: #fff; opacity: 0.94; padding-top: 12px; margin-top: 22px; position: relative; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.split .bastet-slide-content .entry-meta, .wp-block-bastet-posts-slider.split .bastet-slide-content .entry-meta { margin-top: 10px; } } .wp-block-bastet-free-slider.split .bastet-slide-content .entry-meta .meta-icon i, .wp-block-bastet-posts-slider.split .bastet-slide-content .entry-meta .meta-icon i { color: #fff; } .wp-block-bastet-free-slider.split .bastet-slide-content .entry-meta:before, .wp-block-bastet-posts-slider.split .bastet-slide-content .entry-meta:before { content: ""; position: absolute; top: 0; width: 100%; height: 1px; background: #fff; opacity: 0.18; } .wp-block-bastet-free-slider.split .bastet-slide-media, .wp-block-bastet-posts-slider.split .bastet-slide-media { height: 100%; width: 100%; position: relative; z-index: 2; } .wp-block-bastet-free-slider.split .bastet-slide-media:before, .wp-block-bastet-posts-slider.split .bastet-slide-media:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.44; z-index: 2; } .wp-block-bastet-free-slider.split .bastet-slide-media img, .wp-block-bastet-posts-slider.split .bastet-slide-media img { position: absolute; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; image-rendering: auto; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 3px; } @media (min-width: 1px) and (max-width: 960px) { .wp-block-bastet-free-slider.split .bastet-slide-media img, .wp-block-bastet-posts-slider.split .bastet-slide-media img { position: relative; min-width: 100%; max-height: none; height: 100%; top: 0; left: 0; } } .wp-block-bastet-free-slider.split.text-center .bastet-slide-content, .wp-block-bastet-posts-slider.split.text-center .bastet-slide-content { text-align: center; left: 0; right: 0; margin: unset; max-width: 100%; width: 100%; top: unset !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .wp-block-bastet-free-slider.split.text-center .bastet-slide-content .inner-content, .wp-block-bastet-posts-slider.split.text-center .bastet-slide-content .inner-content { max-width: 740px; padding-bottom: 11%; } .wp-block-bastet-free-slider.split.text-center .entry-meta, .wp-block-bastet-posts-slider.split.text-center .entry-meta { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .wp-block-bastet-free-slider.split .swiper-pagination, .wp-block-bastet-posts-slider.split .swiper-pagination { display: block; position: absolute; text-align: center; z-index: 2; bottom: 20px; } .wp-block-bastet-free-slider.split .swiper-pagination .swiper-pagination-bullet, .wp-block-bastet-posts-slider.split .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; margin-left: auto !important; border-radius: 15px; margin-right: 20px !important; display: inline-block; margin-bottom: 12px !important; background: #fff; } @media (min-width: 1px) and (max-width: 960px) { .wp-block-bastet-free-slider.split .swiper-pagination .swiper-pagination-bullet, .wp-block-bastet-posts-slider.split .swiper-pagination .swiper-pagination-bullet { -webkit-transform: none; transform: none; display: inline-block; margin-left: 0; margin-right: 12px; margin-bottom: 0; } } .wp-block-bastet-free-slider.split .swiper-pagination .swiper-pagination-bullet-active, .wp-block-bastet-posts-slider.split .swiper-pagination .swiper-pagination-bullet-active { width: 18px; -webkit-transform: translate(2px, 0px); transform: translate(2px, 0px); background: var(--primary-color); } @media (min-width: 1px) and (max-width: 960px) { .wp-block-bastet-free-slider.split .swiper-pagination .swiper-pagination-bullet-active, .wp-block-bastet-posts-slider.split .swiper-pagination .swiper-pagination-bullet-active { -webkit-transform: none; transform: none; } } .wp-block-bastet-free-slider.split .swiper-container, .wp-block-bastet-posts-slider.split .swiper-container { overflow: visible; } @media (min-width: 1px) and (max-width: 960px) { .wp-block-bastet-free-slider.split .swiper-container, .wp-block-bastet-posts-slider.split .swiper-container { overflow: hidden; } } .wp-block-bastet-free-slider.split .swiper-container .swiper-slide, .wp-block-bastet-posts-slider.split .swiper-container .swiper-slide { opacity: 0; } .wp-block-bastet-free-slider.split .swiper-container .swiper-slide-active, .wp-block-bastet-posts-slider.split .swiper-container .swiper-slide-active { opacity: 1; } .wp-block-bastet-free-slider.split .bastet-button-next, .wp-block-bastet-free-slider.split .bastet-button-prev, .wp-block-bastet-posts-slider.split .bastet-button-next, .wp-block-bastet-posts-slider.split .bastet-button-prev { position: absolute; bottom: 0; top: 0; left: -20px; z-index: 4; } .wp-block-bastet-free-slider.split .bastet-button-next svg, .wp-block-bastet-free-slider.split .bastet-button-prev svg, .wp-block-bastet-posts-slider.split .bastet-button-next svg, .wp-block-bastet-posts-slider.split .bastet-button-prev svg { position: absolute; top: 0; bottom: 0; fill: #363533; width: 58px; margin: auto; } .wp-block-bastet-free-slider.split .bastet-button-next:before, .wp-block-bastet-free-slider.split .bastet-button-next:after, .wp-block-bastet-free-slider.split .bastet-button-prev:before, .wp-block-bastet-free-slider.split .bastet-button-prev:after, .wp-block-bastet-posts-slider.split .bastet-button-next:before, .wp-block-bastet-posts-slider.split .bastet-button-next:after, .wp-block-bastet-posts-slider.split .bastet-button-prev:before, .wp-block-bastet-posts-slider.split .bastet-button-prev:after { content: ""; position: absolute; } .wp-block-bastet-free-slider.split .bastet-button-next, .wp-block-bastet-posts-slider.split .bastet-button-next { left: unset; right: -20px; } .wp-block-bastet-free-slider.split .bastet-button-prev, .wp-block-bastet-posts-slider.split .bastet-button-prev { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } .slide-post .post-icon { margin-left: 20px; display: none; } .slide-post .post-icon svg { position: absolute; top: -18px; opacity: 0.5; width: 58px; fill: var(--primary-color); } .slide-post .post-title { font-size: 30px; line-height: 38px; letter-spacing: -0.2px; padding: 0; margin: 10px 0 10px 0; } .slide-post .post-title a { color: inherit; text-decoration: none; } @media (min-width: 1px) and (max-width: 767px) { .slide-post .post-title { font-size: 34px; line-height: 41px; } } @media (min-width: 767px) and (max-width: 960px) { .slide-post .post-title { font-size: 38px; line-height: 50px; } } .slide-post .entry-content { margin-top: 20px; margin-bottom: 0; } .slide-post .entry-content p { font-size: 15px; line-height: 26px; margin: 0; } .slide-post .entry-meta { margin-top: 10px; } .slide-post .entry-footer { display: block; position: relative; margin-top: 20px; } .wp-block-bastet-free-slider.box, .wp-block-bastet-posts-slider.box { overflow: hidden; } .wp-block-bastet-free-slider.box .bastet-free-slide, .wp-block-bastet-free-slider.box .bastet-free-slider, .wp-block-bastet-free-slider.box .swiper-container, .wp-block-bastet-free-slider.box .bastet-slide-content, .wp-block-bastet-free-slider.box .bastet-slide-wrap, .wp-block-bastet-free-slider.box .container, .wp-block-bastet-free-slider.box .row, .wp-block-bastet-free-slider.box .slide-content-wrap, .wp-block-bastet-posts-slider.box .bastet-free-slide, .wp-block-bastet-posts-slider.box .bastet-free-slider, .wp-block-bastet-posts-slider.box .swiper-container, .wp-block-bastet-posts-slider.box .bastet-slide-content, .wp-block-bastet-posts-slider.box .bastet-slide-wrap, .wp-block-bastet-posts-slider.box .container, .wp-block-bastet-posts-slider.box .row, .wp-block-bastet-posts-slider.box .slide-content-wrap { height: 100%; } .wp-block-bastet-free-slider.box .bastet-free-slide, .wp-block-bastet-posts-slider.box .bastet-free-slide { border-radius: 3px; } .wp-block-bastet-free-slider.box .bastet-slide-media, .wp-block-bastet-posts-slider.box .bastet-slide-media { position: relative; width: 100%; height: 100%; z-index: 1; border-radius: 3px; overflow: hidden; } .wp-block-bastet-free-slider.box .bastet-slide-media img, .wp-block-bastet-posts-slider.box .bastet-slide-media img { position: absolute; width: 100%; height: 100%; image-rendering: auto; -o-object-fit: cover; object-fit: cover; } .wp-block-bastet-free-slider.box .bastet-slide-content, .wp-block-bastet-posts-slider.box .bastet-slide-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 640px; padding: 40px; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.box .bastet-slide-content, .wp-block-bastet-posts-slider.box .bastet-slide-content { max-width: 90%; } } .wp-block-bastet-free-slider.box .bastet-slide-content .entry-meta, .wp-block-bastet-posts-slider.box .bastet-slide-content .entry-meta { margin-top: 20px; padding-top: 14px; border-top: 1px solid #eeee; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .wp-block-bastet-free-slider.box .bastet-slide-content .inner-content, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content { border-radius: 3px; overflow: hidden; background-color: #fff; padding: 40px; text-align: center; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.box .bastet-slide-content .inner-content, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content { padding: 20px; } } .wp-block-bastet-free-slider.box .bastet-slide-content .inner-content .post-title, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content .post-title { font-size: 32px; line-height: 40px; padding: 0; margin: 20px 0; margin-top: 10px; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.box .bastet-slide-content .inner-content .post-title, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content .post-title { font-size: 28px; line-height: 36px; } } .wp-block-bastet-free-slider.box .swiper-pagination, .wp-block-bastet-posts-slider.box .swiper-pagination { width: auto; background-color: #fff; padding: 4px 12px; border-radius: 1.5px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 25px; } .wp-block-bastet-free-slider.box .swiper-pagination .swiper-pagination-bullet, .wp-block-bastet-posts-slider.box .swiper-pagination .swiper-pagination-bullet { margin: 0 8px; width: 10px; height: 10px; } .wp-block-bastet-free-slider.box .swiper-pagination .swiper-pagination-bullet-active, .wp-block-bastet-posts-slider.box .swiper-pagination .swiper-pagination-bullet-active { width: 16px; border-radius: 8px; } .wp-block-bastet-free-slider.box-overlay, .wp-block-bastet-posts-slider.box-overlay { overflow: hidden; } .wp-block-bastet-free-slider.box-overlay .bastet-free-slide, .wp-block-bastet-free-slider.box-overlay .bastet-free-slider, .wp-block-bastet-free-slider.box-overlay .swiper-container, .wp-block-bastet-free-slider.box-overlay .bastet-slide-content, .wp-block-bastet-free-slider.box-overlay .bastet-slide-wrap, .wp-block-bastet-free-slider.box-overlay .container, .wp-block-bastet-free-slider.box-overlay .row, .wp-block-bastet-free-slider.box-overlay .slide-content-wrap, .wp-block-bastet-posts-slider.box-overlay .bastet-free-slide, .wp-block-bastet-posts-slider.box-overlay .bastet-free-slider, .wp-block-bastet-posts-slider.box-overlay .swiper-container, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-wrap, .wp-block-bastet-posts-slider.box-overlay .container, .wp-block-bastet-posts-slider.box-overlay .row, .wp-block-bastet-posts-slider.box-overlay .slide-content-wrap { height: 100%; } .wp-block-bastet-free-slider.box-overlay .bastet-free-slide, .wp-block-bastet-posts-slider.box-overlay .bastet-free-slide { border-radius: 3px; } .wp-block-bastet-free-slider.box-overlay.has-border-radius-0 .bastet-slide-media, .wp-block-bastet-posts-slider.box-overlay.has-border-radius-0 .bastet-slide-media { border-radius: 0; } .wp-block-bastet-free-slider.box-overlay .bastet-slide-media, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-media { position: relative; width: 100%; height: 100%; z-index: 1; border-radius: 3px; overflow: hidden; } .wp-block-bastet-free-slider.box-overlay .bastet-slide-media img, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-media img { position: absolute; width: 100%; height: 100%; image-rendering: auto; -o-object-fit: cover; object-fit: cover; left: 0; } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 1160px; padding: 20px; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.box-overlay .bastet-slide-content, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content { max-width: 90%; } } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content { overflow: hidden; padding: 40px; text-align: left; max-width: 500px; background: #fff; border-radius: 3px; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content { padding: 20px; border-radius: 3px; } } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .post-title, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .post-title { font-size: 32px; line-height: 40px; padding-bottom: 2px; margin-top: 10px; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .post-title, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .post-title { font-size: 28px; line-height: 36px; } } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .entry-meta .author .author-by, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .entry-meta .author .author-by { margin-left: 0; } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .entry-meta, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .entry-meta { margin-top: 20px; padding-top: 14px; border-top: 1px solid #eeee; } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .entry-content, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .entry-content { margin: 20px 0 0 0; } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .entry-content p, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .entry-content p { margin-bottom: 0; } .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .read-more, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .read-more { display: table; padding: 15px 26px 15px 26px; } .wp-block-bastet-free-slider.box-overlay .swiper-pagination-wrap, .wp-block-bastet-posts-slider.box-overlay .swiper-pagination-wrap { padding: 4px 12px; right: 0; left: 0; margin: auto; max-width: 1185px; bottom: 0; top: 0; text-align: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: absolute; width: 100%; height: 0; z-index: 9; } .wp-block-bastet-free-slider.box-overlay .swiper-pagination-wrap .swiper-pagination, .wp-block-bastet-posts-slider.box-overlay .swiper-pagination-wrap .swiper-pagination { background: #fff; padding: 24px 8px 14px 10px; border-radius: 10px; } .wp-block-bastet-free-slider.box-overlay .swiper-pagination-wrap .swiper-pagination-bullet, .wp-block-bastet-posts-slider.box-overlay .swiper-pagination-wrap .swiper-pagination-bullet { margin: 0 0 18px 0; width: 12px; height: 12px; display: block; opacity: 0.2; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wp-block-bastet-free-slider.box-overlay .swiper-pagination-wrap .swiper-pagination-bullet-active, .wp-block-bastet-posts-slider.box-overlay .swiper-pagination-wrap .swiper-pagination-bullet-active { width: 18px; border-radius: 8px; margin-left: -2px; opacity: 1; background: var(--primary-color); } .wp-block-bastet-categories-carousel .category-slide { text-align: center; } .wp-block-bastet-categories-carousel .category-slide .category-image { width: 140px; height: 140px; display: block; position: relative; margin: auto auto 15px auto; border-radius: 50%; overflow: hidden; background-color: #f8f6f3; } .wp-block-bastet-categories-carousel .category-slide .category-image img { position: absolute; width: 95px; height: 95px; -o-object-fit: cover; object-fit: cover; max-height: none; top: 0; left: 0; right: 0; bottom: 0; margin: auto; } .wp-block-bastet-categories-carousel .category-slide .category-title { font-size: 13px; letter-spacing: 1.8px; line-height: 18px; text-transform: uppercase; color: #363533; } .wp-block-bastet-container .container { position: relative; } .wp-block-bastet-container .container-fluid { padding-left: 0; padding-right: 0; } .bastet-newsletter-form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; } @media (min-width: 1px) and (max-width: 960px) { .bastet-newsletter-form { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .bastet-newsletter-form .bastet-newsletter-mail { width: calc(100% - 150px); padding: 14px 28px 14px 28px; border: 1px solid #ddd; outline: none; } @media (min-width: 1px) and (max-width: 767px) { .bastet-newsletter-form .bastet-newsletter-mail { width: 100%; margin-bottom: 10px; } } .bastet-newsletter-form .bastet-newsletter-mail:hover, .bastet-newsletter-form .bastet-newsletter-mail:active, .bastet-newsletter-form .bastet-newsletter-mail:focus { outline: none; } .bastet-newsletter-form .bastet-newsletter-submit { width: auto; margin-left: 8px; font-size: 12px; letter-spacing: 1.5px; text-align: center; text-transform: uppercase; height: auto; padding: 14px 28px 14px 28px; font-weight: 700; border: none; -webkit-box-shadow: none; box-shadow: none; background: var(--primary-color); color: #fff; min-height: 54px; } @media (min-width: 1px) and (max-width: 767px) { .bastet-newsletter-form .bastet-newsletter-submit { position: relative; width: 100%; margin-left: 0; } } @media (min-width: 1px) and (max-width: 960px) { .footer-widgets .bastet-newsletter-form .bastet-newsletter-mail, .wp-block-bastet-about-me .bastet-newsletter-form .bastet-newsletter-mail { width: 100%; margin-bottom: 10px; } } @media (min-width: 1px) and (max-width: 960px) { .footer-widgets .bastet-newsletter-form .bastet-newsletter-submit, .wp-block-bastet-about-me .bastet-newsletter-form .bastet-newsletter-submit { position: relative; min-height: 54px; width: 100%; margin-left: 0; } } .wp-block-bastet-about-me { position: relative; display: block; } .wp-block-bastet-about-me .about-me-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 80px; } .wp-block-bastet-about-me .about-me-wrap .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .wp-block-bastet-about-me .about-me-wrap .about-image { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .wp-block-bastet-about-me .about-me-wrap .about-image .img-wrap { position: relative; width: 100%; height: 100%; overflow: hidden; } .wp-block-bastet-about-me .about-me-wrap .about-image .img-wrap:before { content: ""; display: block; padding-top: 100%; } .wp-block-bastet-about-me .about-me-wrap .about-image .img-wrap img { position: absolute; width: 100%; height: auto; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; image-rendering: auto; z-index: 2; border-radius: 3px; } .wp-block-bastet-about-me .about-me-wrap .about-heading { font-size: 64px; line-height: 76px; margin-bottom: 28px; color: inherit; position: relative; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-about-me .about-me-wrap .about-heading { font-size: 32px; line-height: 44px; padding-right: 0; } } @media (min-width: 767px) and (max-width: 960px) { .wp-block-bastet-about-me .about-me-wrap .about-heading { font-size: 44px; line-height: 56px; } } .wp-block-bastet-about-me .about-me-wrap .about-heading strong { position: relative; z-index: 1; } .wp-block-bastet-about-me .about-me-wrap .about-heading strong:after { content: ""; position: absolute; height: 2px; width: 100%; background: var(--primary-color); bottom: -4px; z-index: -1; left: 0; } .wp-block-bastet-about-me .about-me-wrap .about-subheading { font-size: 13px; text-transform: uppercase; line-height: 20px; margin-bottom: 10px; letter-spacing: 1.5px; position: relative; font-weight: 400; color: var(--primary-color); } .wp-block-bastet-about-me .about-me-wrap .wp-block-bastet-button { margin-bottom: 0; } .wp-block-bastet-about-me .about-me-wrap .wp-block-bastet-button .btn-primary { padding: 14px 28px 14px 28px; border: none; position: relative; } .wp-block-bastet-about-me .about-me-wrap .about-position { font-size: 22px; line-height: 30px; margin-top: 16px; font-weight: normal; position: relative; } .wp-block-bastet-about-me .about-me-wrap .about-content { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; position: relative; padding-bottom: 80px; max-width: 480px; padding-right: 40px; } @media (min-width: 1px) and (max-width: 767px) { .wp-block-bastet-about-me .about-me-wrap .about-content { padding-right: 0; } } .wp-block-bastet-about-me .about-me-wrap .about-content .content-wrap { position: relative; } .wp-block-bastet-about-me .about-me-wrap .about-content p { font-size: 16px; line-height: 28px; margin-bottom: 34px; color: inherit; opacity: 0.8; } .wp-block-bastet-about-me .about-me-wrap .about-content .inner-content { margin-top: 22px; position: relative; } .wp-block-bastet-container .about-me-wrap .container { padding: 0; } .widget_search, .wp-block-search { position: relative; } .widget_search .wp-block-search__input, .wp-block-search .wp-block-search__input { border: 1px solid #ddd; padding: 11px 34px 11px 34px; } .widget_search .wp-block-search__button, .wp-block-search .wp-block-search__button { background-color: var(--primary-color); padding: 14px 28px 14px 28px; border: none; } .widget_search .wp-block-search__label, .wp-block-search .wp-block-search__label { font-weight: bold; } .wp-block-cover.has-background-dim { color: #fff; } table, .wp-block-table { width: 100%; margin-top: 28px; margin-bottom: 28px; border-collapse: collapse; } table th, table td, .wp-block-table th, .wp-block-table td { padding: 10px; border: 1px solid; } table caption, .wp-block-table caption { caption-side: top; font-weight: bold; margin-bottom: 10px; } #wp-calendar th { font-weight: bold; padding: 8px 0; text-align: center; } #wp-calendar td { text-align: center; } .ub_progress-bar .ub_progress-bar-text p { font-family: var(--heading-font); color: var(--heading-color); font-weight: 700; font-size: 12px; line-height: 20px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 0; } .ub_testimonial { display: block; text-align: center; } .ub_testimonial .ub_testimonial_text { text-align: left !important; position: relative; } .ub_testimonial .ub_testimonial_text:before, .ub_testimonial .ub_testimonial_text:after { font-family: sans-serif; display: inline-block; position: relative; font-size: 32px; line-height: 32px; } .ub_testimonial .ub_testimonial_text:before { content: "“"; top: 8px; margin-right: 8px; } .ub_testimonial .ub_testimonial_text:after { content: "”"; top: 8px; margin-left: 4px; } .ub_testimonial .ub_testimonial_author { font-family: var(--heading-font); color: var(--heading-color); font-weight: 700; } .ub_testimonial .ub_testimonial_img img { max-width: 80px; } .ub_testimonial .ub_testimonial_sign p { text-align: center !important; } .wp-block-bastet-feature-image.circle { height: 180px !important; } .wp-block-bastet-feature-image.circle .feature-image-wrap { position: relative; overflow: hidden; } .wp-block-bastet-feature-image.circle .feature-image-wrap .feature-image { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 1; height: 150px; } .wp-block-bastet-feature-image.circle .feature-image-wrap img { position: absolute; -o-object-fit: cover; object-fit: cover; height: 150px; image-rendering: auto; border-radius: 99999px; width: 150px; -webkit-transition: all 400ms; transition: all 400ms; } .wp-block-bastet-feature-image.circle .feature-image-wrap .feature-content { position: absolute; width: 100%; bottom: 0; text-align: center; left: 0; z-index: 2; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; } .wp-block-bastet-feature-image.circle .feature-image-wrap .feature-content strong { font-weight: 700; } .wp-block-bastet-feature-image.circle .feature-image-wrap .feature-content br { display: none; } .wp-block-bastet-feature-image.circle .feature-image-wrap .feature-content a { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .wp-block-query ul { margin: 0 30px 0 0 !important; } .wp-block-query .wp-block-post-title { margin-bottom: 12px !important; } .wp-block-query .wp-block-post-date { margin-bottom: 12px !important; } .wp-block-query li { margin-bottom: 30px !important; } .wp-block-query .wp-block-post-date { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; } .has-peach-background-color { background-color: #f8b195; } .has-peach-color { color: #f8b195; } .wp-block-separator { border-bottom: none; border-color: #eeee; width: 100px; } .wp-block-separator.is-style-wide { width: 100%; } .wp-block-separator.is-style-dots:before { padding-left: 0; margin-left: -0.5em; } .wp-block-group.has-background { padding: 20px; } /*-------------------------------------------------------------- # 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); -webkit-clip-path: inset(50%); 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; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; 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, .wp-block-image .alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin-right: 1.5em; margin-bottom: 1.5em; } .alignright, .wp-block-image .alignright { /*rtl:ignore*/ float: right; /*rtl:ignore*/ margin-left: 1.5em; margin-bottom: 1.5em; } .aligncenter, .wp-block-image .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; } @media (min-width: 960px) { } .alignfull { clear: both; position: relative; left: 50%; right: 50%; width: 100vw; margin-left: -50vw; margin-right: -50vw; max-width: none; } .right-sidebar .alignwide, .left-sidebar .alignwide { margin-left: 0; margin-right: 0; width: 100%; } .right-sidebar .alignfull, .left-sidebar .alignfull { left: unset; right: unset; width: unset; margin-left: unset; margin-right: unset; } /* Animations --------------------------------------------- */ /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */ body { -webkit-backface-visibility: hidden; } .animated { -webkit-animation-duration: calc( 1s ); animation-duration: calc( 1s ); -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: calc( 1s * 2 ); animation-duration: calc( 1s * 2 ); } .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: calc( 1s * 0.75 ); animation-duration: calc( 1s * 0.75 ); } .animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: calc( 1s * 0.75 ); animation-duration: calc( 1s * 0.75 ); } /* Color Helper --------------------------------------------- */ .has-background-primary { background-color: var(--primary-color); } .has-background-smoky { background-color: #f1f1f1; } .has-background-secondary { background-color: var(--secondary-color); } .has-background-alt { background-color: var(--secondary-alt-color); } /* Border Radius Helper --------------------------------------------- */ .has-border-radius-10 { border-radius: 10px; } .has-border-radius-20 { border-radius: 20px; } .has-border-radius-30 { border-radius: 30px; } .has-border-radius-40 { border-radius: 40px; } .has-border-radius-50 { border-radius: 50px; } .has-border-radius-60 { border-radius: 60px; } .has-border-radius-70 { border-radius: 70px; } .has-border-radius-80 { border-radius: 80px; } .has-border-radius-90 { border-radius: 90px; } /* Shadow Helper --------------------------------------------- */ .has-box-shadow-main { -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); } /* Padding Helper --------------------------------------------- */ .has-padding-00 { padding: 00px; } .has-padding-10 { padding: 10px; } .has-padding-20 { padding: 20px; } .has-padding-30 { padding: 30px; } .has-padding-40 { padding: 40px; } .has-padding-50 { padding: 50px; } .has-padding-60 { padding: 60px; } .has-padding-70 { padding: 70px; } .has-padding-80 { padding: 80px; } .has-padding-90 { padding: 90px; } .has-padding-100 { padding: 100px; } .has-padding-top-00 { padding-top: 00px; } .has-padding-top-10 { padding-top: 10px; } .has-padding-top-20 { padding-top: 20px; } .has-padding-top-30 { padding-top: 30px; } .has-padding-top-40 { padding-top: 40px; } .has-padding-top-50 { padding-top: 50px; } .has-padding-top-60 { padding-top: 60px; } .has-padding-top-70 { padding-top: 70px; } .has-padding-top-80 { padding-top: 80px; } .has-padding-top-90 { padding-top: 90px; } .has-padding-top-100 { padding-top: 100px; } .has-padding-bottom-00 { padding-bottom: 00px; } .has-padding-bottom-10 { padding-bottom: 10px; } .has-padding-bottom-20 { padding-bottom: 20px; } .has-padding-bottom-30 { padding-bottom: 30px; } .has-padding-bottom-40 { padding-bottom: 40px; } .has-padding-bottom-50 { padding-bottom: 50px; } .has-padding-bottom-60 { padding-bottom: 60px; } .has-padding-bottom-70 { padding-bottom: 70px; } .has-padding-bottom-80 { padding-bottom: 80px; } .has-padding-bottom-90 { padding-bottom: 90px; } .has-padding-bottom-100 { padding-bottom: 100px; } .has-padding-left-00 { padding-left: 00px; } .has-padding-left-10 { padding-left: 10px; } .has-padding-left-20 { padding-left: 20px; } .has-padding-left-30 { padding-left: 30px; } .has-padding-left-40 { padding-left: 40px; } .has-padding-left-50 { padding-left: 50px; } .has-padding-left-60 { padding-left: 60px; } .has-padding-left-70 { padding-left: 70px; } .has-padding-left-80 { padding-left: 80px; } .has-padding-left-90 { padding-left: 90px; } .has-padding-left-100 { padding-left: 100px; } .has-padding-right-00 { padding-right: 00px; } .has-padding-right-10 { padding-right: 10px; } .has-padding-right-20 { padding-right: 20px; } .has-padding-right-30 { padding-right: 30px; } .has-padding-right-40 { padding-right: 40px; } .has-padding-right-50 { padding-right: 50px; } .has-padding-right-60 { padding-right: 60px; } .has-padding-right-70 { padding-right: 70px; } .has-padding-right-80 { padding-right: 80px; } .has-padding-right-90 { padding-right: 90px; } .has-padding-right-100 { padding-right: 100px; } /* Margin Helper --------------------------------------------- */ .has-margin-00 { margin: 00px !important; } .has-margin-10 { margin: 10px !important; } .has-margin-20 { margin: 20px !important; } .has-margin-30 { margin: 30px !important; } .has-margin-40 { margin: 40px !important; } .has-margin-50 { margin: 50px !important; } .has-margin-60 { margin: 60px !important; } .has-margin-70 { margin: 70px !important; } .has-margin-80 { margin: 80px !important; } .has-margin-90 { margin: 90px !important; } .has-margin-100 { margin: 100px !important; } .has-margin-110 { margin: 110px !important; } .has-margin-120 { margin: 120px !important; } .has-margin-130 { margin: 130px !important; } .has-margin-140 { margin: 140px !important; } .has-margin-150 { margin: 150px !important; } .has-margin-160 { margin: 160px !important; } .has-margin-170 { margin: 170px !important; } .has-margin-180 { margin: 180px !important; } .has-margin-190 { margin: 190px !important; } .has-margin-200 { margin: 200px !important; } .has-margin-top-00 { margin-top: 00px !important; } .has-margin-top-10 { margin-top: 10px !important; } .has-margin-top-20 { margin-top: 20px !important; } .has-margin-top-30 { margin-top: 30px !important; } .has-margin-top-40 { margin-top: 40px !important; } .has-margin-top-50 { margin-top: 50px !important; } .has-margin-top-60 { margin-top: 60px !important; } .has-margin-top-70 { margin-top: 70px !important; } .has-margin-top-80 { margin-top: 80px !important; } .has-margin-top-90 { margin-top: 90px !important; } .has-margin-top-100 { margin-top: 100px !important; } .has-margin-top-110 { margin-top: 110px !important; } .has-margin-top-120 { margin-top: 120px !important; } .has-margin-top-130 { margin-top: 130px !important; } .has-margin-top-140 { margin-top: 140px !important; } .has-margin-top-150 { margin-top: 150px !important; } .has-margin-top-160 { margin-top: 160px !important; } .has-margin-top-170 { margin-top: 170px !important; } .has-margin-top-180 { margin-top: 180px !important; } .has-margin-top-190 { margin-top: 190px !important; } .has-margin-top-200 { margin-top: 200px !important; } .has-margin-bottom-00 { margin-bottom: 00px !important; } .has-margin-bottom-10 { margin-bottom: 10px !important; } .has-margin-bottom-20 { margin-bottom: 20px !important; } .has-margin-bottom-30 { margin-bottom: 30px !important; } .has-margin-bottom-40 { margin-bottom: 40px !important; } .has-margin-bottom-50 { margin-bottom: 50px !important; } .has-margin-bottom-60 { margin-bottom: 60px !important; } .has-margin-bottom-70 { margin-bottom: 70px !important; } .has-margin-bottom-80 { margin-bottom: 80px !important; } .has-margin-bottom-90 { margin-bottom: 90px !important; } .has-margin-bottom-100 { margin-bottom: 100px !important; } .has-margin-bottom-110 { margin-bottom: 110px !important; } .has-margin-bottom-120 { margin-bottom: 120px !important; } .has-margin-bottom-130 { margin-bottom: 130px !important; } .has-margin-bottom-140 { margin-bottom: 140px !important; } .has-margin-bottom-150 { margin-bottom: 150px !important; } .has-margin-bottom-160 { margin-bottom: 160px !important; } .has-margin-bottom-170 { margin-bottom: 170px !important; } .has-margin-bottom-180 { margin-bottom: 180px !important; } .has-margin-bottom-190 { margin-bottom: 190px !important; } .has-margin-bottom-200 { margin-bottom: 200px !important; } .has-margin-left-00 { margin-left: 00px !important; } .has-margin-left-10 { margin-left: 10px !important; } .has-margin-left-20 { margin-left: 20px !important; } .has-margin-left-30 { margin-left: 30px !important; } .has-margin-left-40 { margin-left: 40px !important; } .has-margin-left-50 { margin-left: 50px !important; } .has-margin-left-60 { margin-left: 60px !important; } .has-margin-left-70 { margin-left: 70px !important; } .has-margin-left-80 { margin-left: 80px !important; } .has-margin-left-90 { margin-left: 90px !important; } .has-margin-left-100 { margin-left: 100px !important; } .has-margin-left-110 { margin-left: 110px !important; } .has-margin-left-120 { margin-left: 120px !important; } .has-margin-left-130 { margin-left: 130px !important; } .has-margin-left-140 { margin-left: 140px !important; } .has-margin-left-150 { margin-left: 150px !important; } .has-margin-left-160 { margin-left: 160px !important; } .has-margin-left-170 { margin-left: 170px !important; } .has-margin-left-180 { margin-left: 180px !important; } .has-margin-left-190 { margin-left: 190px !important; } .has-margin-left-200 { margin-left: 200px !important; } .has-margin-right-00 { margin-right: 00px !important; } .has-margin-right-10 { margin-right: 10px !important; } .has-margin-right-20 { margin-right: 20px !important; } .has-margin-right-30 { margin-right: 30px !important; } .has-margin-right-40 { margin-right: 40px !important; } .has-margin-right-50 { margin-right: 50px !important; } .has-margin-right-60 { margin-right: 60px !important; } .has-margin-right-70 { margin-right: 70px !important; } .has-margin-right-80 { margin-right: 80px !important; } .has-margin-right-90 { margin-right: 90px !important; } .has-margin-right-100 { margin-right: 100px !important; } .has-margin-right-110 { margin-right: 110px !important; } .has-margin-right-120 { margin-right: 120px !important; } .has-margin-right-130 { margin-right: 130px !important; } .has-margin-right-140 { margin-right: 140px !important; } .has-margin-right-150 { margin-right: 150px !important; } .has-margin-right-160 { margin-right: 160px !important; } .has-margin-right-170 { margin-right: 170px !important; } .has-margin-right-180 { margin-right: 180px !important; } .has-margin-right-190 { margin-right: 190px !important; } .has-margin-right-200 { margin-right: 200px !important; } .has-negative-margin-top-00 { margin-top: -00px !important; } .has-negative-margin-top-10 { margin-top: -10px !important; } .has-negative-margin-top-20 { margin-top: -20px !important; } .has-negative-margin-top-30 { margin-top: -30px !important; } .has-negative-margin-top-40 { margin-top: -40px !important; } .has-negative-margin-top-50 { margin-top: -50px !important; } .has-negative-margin-top-60 { margin-top: -60px !important; } .has-negative-margin-top-70 { margin-top: -70px !important; } .has-negative-margin-top-80 { margin-top: -80px !important; } .has-negative-margin-top-90 { margin-top: -90px !important; } .has-negative-margin-top-100 { margin-top: -100px !important; } .has-negative-margin-top-110 { margin-top: -110px !important; } .has-negative-margin-top-120 { margin-top: -120px !important; } .has-negative-margin-top-130 { margin-top: -130px !important; } .has-negative-margin-top-140 { margin-top: -140px !important; } .has-negative-margin-top-150 { margin-top: -150px !important; } .has-negative-margin-top-160 { margin-top: -160px !important; } .has-negative-margin-top-170 { margin-top: -170px !important; } .has-negative-margin-top-180 { margin-top: -180px !important; } .has-negative-margin-top-190 { margin-top: -190px !important; } .has-negative-margin-top-200 { margin-top: -200px !important; } /* Theme backgorunds --------------------------------------------- */ .has-background-typo-dark { background-image: url("images/typo-dark.svg"); background-size: cover; } .has-background-typo-light { background-image: url("images/typo.svg"); background-size: cover; } /* Theme icons --------------------------------------------- */ @font-face { font-family: "flaticon"; src: url("fonts/flaticon.ttf") format("truetype"), url("fonts/flaticon.woff") format("woff"), url("fonts/flaticon.woff2") format("woff2"), url("fonts/flaticon.eot?039f33fffcc10f004b8da05e77627c2f#iefix") format("embedded-opentype"), url("fonts/flaticon.svg?039f33fffcc10f004b8da05e77627c2f#flaticon") format("svg"); } i[class^=flaticon-]:before, i[class*=" flaticon-"]:before { font-family: flaticon !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .flaticon-time:before { content: "\f101"; } .flaticon-user:before { content: "\f102"; } .flaticon-loupe:before { content: "\f103"; } .col-lg-8.offset-lg-2.col-md-10.offset-md-1.col-xs-12.page { width: 100%; flex: 100%; max-width: 100%; margin: 0; } .col-lg-8.offset-lg-2.col-md-10.offset-md-1.col-xs-12 { width: 100%; flex: 100%; max-width: 100%; margin: 0; }