/*!
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.0
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 {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* 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: "Open Sans", 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: "Open Sans", 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; }

/* 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;
  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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid var(--primary-color);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-style: normal;
  line-height: 1.5;
  padding: 15px 32px 15px 32px;
  border-radius: 10px;
  color: #fff !important;
  background-color: var(--primary-color); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: inherit;
    outline: 0;
    box-shadow: none; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: inherit;
    outline: 0;
    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: none;
  border-radius: 10px;
  padding: 6px 14px;
  box-shadow: 0 10px 50px var(--global-shadow-color);
  outline: none; }
  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;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem var(--global-shadow-color); }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# 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: flex;
    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: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: normal;
  color: var(--primary-color);
  position: relative;
  line-height: 1.8;
  display: block;
  margin-bottom: 16px; }
  .posted-cates a {
    padding: 6px 16px;
    border-radius: 6px;
    color: inherit;
    position: relative;
    background: var(--secondary-alt-color);
    margin-right: 10px;
    text-decoration: none; }
    .posted-cates a:last-child {
      margin-right: 0; }

/* Meta
--------------------------------------------- */
.entry-meta {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.5;
  color: #82817b; }
  .entry-meta span, .entry-meta a, .entry-meta img {
    vertical-align: middle; }
  .entry-meta .author a {
    color: #363533; }
  .entry-meta .author .author-by {
    color: #82817b;
    text-transform: capitalize;
    opacity: 0.8;
    margin-left: 8px; }
  .entry-meta .author img {
    max-width: 36px;
    border-radius: 50%; }
  .entry-meta .icon svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
    fill: #82817b; }
  .entry-meta .byline {
    top: 2px; }
    .entry-meta .byline svg {
      margin-top: -4px; }
  .entry-meta a {
    color: inherit; }
    .entry-meta a:hover {
      opacity: 0.5; }
  .entry-meta .meta {
    position: relative;
    margin-right: 60px; }
    .entry-meta .meta.byline {
      opacity: 1; }
    .entry-meta .meta:after {
      content: "";
      position: absolute;
      width: 28px;
      height: 1px;
      border-bottom: 1px solid #363533;
      opacity: 0.2;
      right: -40px;
      top: 1px;
      bottom: 0;
      margin: auto; }
    .entry-meta .meta:last-child {
      margin-right: 0; }
      .entry-meta .meta:last-child:after {
        display: none; }

/* Thumbnail
--------------------------------------------- */
.post .post-thumbnail {
  position: relative; }
  .post .post-thumbnail .thumbinal {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .post .post-thumbnail .thumbinal .image {
      position: relative;
      display: block;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      overflow: hidden;
      transition: transform .3s ease-out; }
      .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; }
      .post .post-thumbnail .thumbinal .image:before, .post .post-thumbnail .thumbinal .image:after {
        content: ""; }
      .post .post-thumbnail .thumbinal .image:before {
        display: block;
        padding-top: 100%; }
  .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:after {
    opacity: 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; }

/* Share
--------------------------------------------- */
.bastet-post-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .bastet-post-share .bastet-social-share {
    display: flex;
    flex-wrap: wrap;
    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: #82817b; }
    .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 {
  padding: 18px 38px 18px 38px;
  box-shadow: 0 10px 50px var(--global-shadow-color); }

.bastet-pagination {
  text-align: center;
  margin-bottom: 70px; }
  .bastet-pagination .page-numbers {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: 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;
      box-shadow: 0 20px 50px rgba(209, 145, 99, 0.25);
      height: 38px;
      line-height: 38px;
      font-size: 13px; }
      .bastet-pagination .page-numbers li.current {
        background-color: var(--primary-color);
        color: #fff; }
      .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 {
        transform: rotate(-180deg); }

/* Layouts
--------------------------------------------- */
.posts.card {
  border: none;
  background: transparent;
  display: block; }
  .posts.card .post {
    margin-bottom: 64px; }
    .posts.card .post .post-thumbnail .thumbinal .image:before {
      padding-top: 67.5%; }
  .posts.card .entry-header {
    margin-bottom: 20px; }
  .posts.card .entry-title {
    font-size: 38px;
    line-height: 46px;
    padding: 4px 0 7px 0; }
    @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 .post-content {
    padding: 40px;
    box-shadow: 0 10px 50px var(--global-shadow-color);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .posts.card .post-content {
        padding-left: 20px;
        padding-right: 20px; } }
  .posts.card .entry-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .posts.card .entry-content p {
        font-size: 15px;
        line-height: 26px; } }
  @media (min-width: 1px) and (max-width: 767px) {
    .posts.card .entry-footer .bastet-post-share {
      margin-top: 20px;
      width: 100%;
      justify-content: center; }
      .posts.card .entry-footer .bastet-post-share .text {
        margin-right: 0;
        margin-bottom: 28px;
        flex: 1 100%;
        text-align: center; }
        .posts.card .entry-footer .bastet-post-share .text:before {
          width: 14px;
          bottom: -14px;
          top: unset;
          transform: rotate(90deg);
          right: 0;
          left: 0; } }

.posts.grid, .posts.grid-simple {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  .posts.grid .post, .posts.grid-simple .post {
    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 .post-content, .posts.grid-simple .post .post-content {
      position: relative;
      padding: 40px 34px;
      background: #fff;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 0 10px 50px var(--global-shadow-color); }
    .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 {
        flex: 0 1 100%;
        max-width: 100%; } }
    @media (min-width: 767px) and (max-width: 960px) {
      .posts.grid .post, .posts.grid-simple .post {
        flex: 0 1 calc(50% - 40px);
        max-width: calc(50% - 40px); } }
    .posts.grid .post .entry-title, .posts.grid-simple .post .entry-title {
      font-size: 25px;
      line-height: 33px;
      margin-bottom: 14px; }
    .posts.grid .post .entry-content, .posts.grid-simple .post .entry-content {
      margin-top: 14px; }
    .posts.grid .post .entry-content p, .posts.grid-simple .post .entry-content p {
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 20px; }
    .posts.grid .post .entry-footer, .posts.grid-simple .post .entry-footer {
      margin-bottom: 0; }
    .posts.grid .post .entry-meta .meta, .posts.grid-simple .post .entry-meta .meta {
      margin-right: 40px; }
      .posts.grid .post .entry-meta .meta.post-date, .posts.grid-simple .post .entry-meta .meta.post-date {
        margin-right: 0; }
      .posts.grid .post .entry-meta .meta:after, .posts.grid-simple .post .entry-meta .meta:after {
        width: 20px;
        right: -26px; }
    .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 {
  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 {
      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 {
      flex: 0 1 calc(50% - 40px);
      max-width: calc(50% - 40px); } }

.posts.grid.c-2 .post, .posts.grid-simple.c-2 .post {
  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 {
      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 {
      flex: 0 1 calc(50% - 40px);
      max-width: calc(50% - 40px); } }

.posts.list .post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 10px 50px var(--global-shadow-color);
  border-radius: 20px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .posts.list .post {
      grid-template-columns: repeat(1, 1fr); } }
  .posts.list .post:nth-child(2n) .post-thumbnail {
    order: 2; }
    @media (min-width: 1px) and (max-width: 767px) {
      .posts.list .post:nth-child(2n) .post-thumbnail {
        order: 1; } }
  .posts.list .post:nth-child(2n) .post-content {
    padding: 40px 60px 40px 40px;
    order: 1; }
    @media (min-width: 1px) and (max-width: 767px) {
      .posts.list .post:nth-child(2n) .post-content {
        padding-left: 20px;
        padding-right: 20px; } }
  .posts.list .post .post-thumbnail {
    width: 100%;
    height: 100%; }
    .posts.list .post .post-thumbnail .image {
      height: 100%;
      border-radius: 20px; }
      .posts.list .post .post-thumbnail .image:before {
        padding-top: 86%; }
      .posts.list .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 {
    max-width: 100%;
    padding: 40px 40px 40px 60px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .posts.list .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 {
        margin-top: 12px; } }
    .posts.list .post .post-content .entry-title {
      font-size: 34px;
      line-height: 45px;
      padding: 4px 0 12px 0; }
      @media (min-width: 1px) and (max-width: 767px) {
        .posts.list .post .post-content .entry-title {
          font-size: 26px;
          line-height: 35px; } }
      @media (min-width: 767px) and (max-width: 960px) {
        .posts.list .post .post-content .entry-title {
          font-size: 30px;
          line-height: 39px; } }
    .posts.list .post .post-content .entry-content p {
      font-size: 15px;
      line-height: 27px; }

/* Common
--------------------------------------------- */
.posts.first-card .post:first-child {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px); }
  .posts.first-card .post:first-child .post-thumbnail .thumbinal .image:before {
    padding-top: 68%; }
  .posts.first-card .post:first-child .entry-title {
    font-size: 38px;
    line-height: 46px;
    padding: 4px 0 6px 0; }
  .posts.first-card .post:first-child .entry-content {
    font-size: 16px;
    line-height: 26px; }
    .posts.first-card .post:first-child .entry-content p {
      margin-bottom: 32px; }

.posts .sticky {
  border-radius: 20px;
  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 {
      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: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* 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;
  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 .navbar-nav {
  margin: 0;
  list-style: none;
  margin-bottom: 40px; }
  .off-canvas-sidebar .navbar-nav li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative; }
    .off-canvas-sidebar .navbar-nav li ul.sub-menu {
      list-style: none;
      padding: 0;
      margin-left: 20px;
      max-height: 0;
      transition: all 300ms;
      overflow: hidden; }
      .off-canvas-sidebar .navbar-nav li ul.sub-menu.show {
        max-height: 99vh; }
      .off-canvas-sidebar .navbar-nav li ul.sub-menu li {
        list-style: none; }
        .off-canvas-sidebar .navbar-nav li ul.sub-menu li:first-child {
          margin-top: 20px; }
    .off-canvas-sidebar .navbar-nav li.menu-item-has-children {
      position: relative; }
      .off-canvas-sidebar .navbar-nav li.menu-item-has-children:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 6px;
        height: 6px;
        top: 3px;
        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;
        margin-left: 6px; }
    .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 li:last-child:after {
      display: none; }

#bastet-offcanvs-sidebar {
  width: 320px;
  padding: 40px;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 10px 50px var(--global-shadow-color);
  transition: transform 300ms;
  transform: translateX(0);
  overflow-y: scroll;
  overflow-x: hidden; }
  #bastet-offcanvs-sidebar.is-off {
    transform: translateX(360px); }
  #bastet-offcanvs-sidebar.left {
    right: unset;
    left: 0; }
    #bastet-offcanvs-sidebar.left.is-off {
      transform: translateX(-360px); }
  #bastet-offcanvs-sidebar .widget .widget-content {
    padding: 0;
    box-shadow: none; }

.admin-bar #bastet-offcanvs-sidebar {
  padding-top: 74px; }

/* Posts and pages
--------------------------------------------- */
#page {
  overflow-x: hidden;
  -ms-overflow-x: hidden; }

.sticky {
  display: block; }

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

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.has-drop-cap::first-letter {
  font-size: 64px !important;
  line-height: 64px;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 22px 15px 22px;
  border-radius: 10px;
  margin-right: 14px !important;
  margin-top: 6px !important; }

.bastet-archive-title {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 80px;
  background-color: var(--secondary-alt-color); }
  .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: 60px; }
  .comment-form .form-group {
    font-size: 13px; }
  .comment-form .form-control {
    padding: 6px 14px;
    min-height: 42px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 50px var(--global-shadow-color); }
    .comment-form .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: 0 0 0 0.2rem var(--global-shadow-color); }
  .comment-form .form-submit .btn, .comment-form .form-submit .wp-block-button__link {
    margin-top: 30px;
    padding: 13px 32px 13px 32px; }

.comments-title {
  margin-bottom: 28px; }

.comment-respond {
  margin-top: 50px; }

#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: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 50px var(--global-shadow-color);
    margin-bottom: 30px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .comment-list li.comment {
        padding: 15px; } }
    .comment-list li.comment .comment-header {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .comment-list li.comment .comment-header header {
        font-size: 13px;
        line-height: 20px; }
        .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; }
          .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; }
        .comment-list li.comment .comment-header header .comment-date {
          opacity: 0.7; }
      .comment-list li.comment .comment-header figure {
        margin: 0;
        margin-right: 15px; }
      .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 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 10px 50px var(--global-shadow-color); }
    @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;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  transition: all 300ms;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 0 28px;
  z-index: 1; }
  @media (min-width: 1px) and (max-width: 767px) {
    .search-form .search-field {
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px; } }
  .search-form .search-field:hover, .search-form .search-field:focus {
    border: none;
    outline: 0;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2); }

.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: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: var(--primary-color);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  transition: all 300ms;
  border: none;
  z-index: 2; }
  @media (min-width: 1px) and (max-width: 767px) {
    .search-form .search-submit {
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px;
      margin-top: 20px; } }
  .search-form .search-submit:hover, .search-form .search-submit:focus {
    border: none;
    outline: 0;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2); }

.search-form {
  margin-bottom: 40px; }

/* Social
--------------------------------------------- */
.bastet-profile-social {
  display: flex;
  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 64px; }
  .widget select {
    max-width: 100%; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget ul li {
      padding-bottom: 12px;
      margin-bottom: 12px;
      position: relative; }
      .widget ul li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid;
        opacity: 0.1; }
      .widget ul li:last-child {
        padding-bottom: 0; }
        .widget ul li:last-child:after {
          display: none; }
  .widget .widget-title {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: #363533;
    margin-bottom: 36px;
    padding-bottom: 20px; }
    .widget .widget-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 37px;
      height: 2px;
      background: var(--primary-color); }
  .widget .widget-content {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 50px var(--global-shadow-color); }

.bastet-about-me {
  text-align: center; }
  .bastet-about-me .content {
    margin: 0 -40px -40px -40px;
    padding: 0 20px 40px 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 10px 50px var(--global-shadow-color); }
  .bastet-about-me .about-me-img {
    position: relative;
    overflow: hidden;
    margin: -40px -40px 0 -40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
    .bastet-about-me .about-me-img:before {
      content: "";
      display: block;
      padding-top: 89%; }
    .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; }
  .bastet-about-me .about-me-title {
    display: block;
    margin: 26px 0 16px 0;
    font-size: 18px;
    line-height: 28px; }
    .bastet-about-me .about-me-title h5 {
      font-size: 14px;
      line-height: 24px;
      opacity: 0.6;
      margin-top: -6px; }
  .bastet-about-me .svg-wave-line {
    width: 100%;
    height: 10px;
    position: relative;
    z-index: -1; }
    .bastet-about-me .svg-wave-line svg {
      position: absolute;
      left: 0;
      right: 0;
      top: -58px;
      margin: auto;
      width: 159px;
      height: 159px;
      opacity: 0.8;
      fill: var(--primary-color); }
  .bastet-about-me .about-me-intro {
    margin-top: 20px; }

.widget_socials .widget-content {
  padding-bottom: 26px; }

.bastet-social-icons ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .bastet-social-icons ul li {
    padding: 0;
    margin: 0; }
    .bastet-social-icons ul li a {
      position: relative;
      color: var(--primary-color);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      margin: 0 14px 14px 0;
      border: 1px solid;
      transition: all 300ms; }
      .bastet-social-icons ul li a:hover {
        background-color: var(--primary-color);
        color: #fff;
        box-shadow: 0 10px 50px var(--global-shadow-color); }
    .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 .widget-content {
  padding: 0;
  box-shadow: none; }

.widget_bastet-feature-image .feature-image-wrap, .wp-block-bastet-feature-image .feature-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px; }
  .widget_bastet-feature-image .feature-image-wrap .feature-image, .wp-block-bastet-feature-image .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 .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; }
  .widget_bastet-feature-image .feature-image-wrap .feature-content, .wp-block-bastet-feature-image .feature-image-wrap .feature-content {
    position: relative;
    display: flex;
    min-height: 400px;
    text-align: center;
    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 .feature-image-wrap .feature-content .text, .wp-block-bastet-feature-image .feature-image-wrap .feature-content strong {
      font-size: 13px;
      line-height: 12px;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: bold;
      background-color: #fff;
      color: var(--primary-color);
      padding: 20px 40px;
      border-radius: 8px;
      transition: all 300ms; }
    .widget_bastet-feature-image .feature-image-wrap .feature-content:before, .wp-block-bastet-feature-image .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: 20px;
      opacity: 0.6; }
    .widget_bastet-feature-image .feature-image-wrap .feature-content a, .wp-block-bastet-feature-image .feature-image-wrap .feature-content a {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 60px;
      height: 100%;
      width: 100%; }
      .widget_bastet-feature-image .feature-image-wrap .feature-content a:hover, .wp-block-bastet-feature-image .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 .feature-image-wrap .feature-content a:hover .text {
          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;
  box-shadow: none;
  border-radius: 0; }
  .widget_media_image .widget-content img {
    border-radius: 20px; }

.widget_search .search-form {
  margin-bottom: 20px;
  text-align: center; }

.widget_search label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0; }
  .widget_search label .search-field {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }

.widget_search .search-submit {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.widget_tag_cloud .bastet-tags-cloud li {
  display: inline-block;
  padding-bottom: 0;
  margin-right: 12px;
  border-bottom: 1px solid var(--primary-color); }
  .widget_tag_cloud .bastet-tags-cloud li:after {
    display: none; }

.widget_categories ul .cat-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.widget_popular_posts ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .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 .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: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      top: 30px;
      left: -40px;
      bottom: 0;
      right: 0;
      margin: auto;
      text-align: center;
      z-index: 2;
      color: #fff; }
    .widget_popular_posts ul li .small-thumb a:after {
      content: "";
      position: absolute;
      background-color: #000;
      opacity: 0.09;
      width: 100%;
      height: calc(100% - 8px);
      top: 0;
      left: 0;
      z-index: 1;
      border-radius: 10px; }
    .widget_popular_posts ul li .small-thumb a img {
      border-radius: 10px; }
  .widget_popular_posts ul li .post-info {
    width: calc(100% - 100px);
    margin-left: 20px; }

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header .header-menu {
  max-width: 840px; }

.site-header .navbar {
  position: relative;
  border-bottom: none;
  background: inherit;
  width: 100%;
  transition: transform 300ms;
  z-index: 999; }
  @media (min-width: 1px) and (max-width: 960px) {
    .site-header .navbar {
      padding: 0; } }
  .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: 16px;
    letter-spacing: 0.5px;
    padding: 0;
    margin-right: 24px; }
    .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 {
    color: var(--primary-color); }
  .site-header .navbar .dropdown-menu {
    padding: 20px;
    border: none;
    box-shadow: 0 10px 50px var(--global-shadow-color); }
    .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: flex;
          align-items: center;
          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.255em;
            vertical-align: 0.255em;
            transform: rotate(-90deg); }
        .site-header .navbar .dropdown-menu li.dropdown ul.dropdown-menu {
          left: calc( 100% - 2px);
          margin-top: -30px; }
        .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;
    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: 3px;
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18); }
  .site-header .top-header .navbar a {
    font-size: 14px; }
  .site-header .top-header .navbar {
    padding: 0.30rem 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: 0; }
      .site-header .top-header .top-header-icons .bastet-social-icons a:hover {
        color: #fff; }

/* Logo
--------------------------------------------- */
.header-logo .header-logo-wrap {
  min-height: 90px; }

.header-logo .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  align-items: center;
  z-index: 9; }
  .header-logo .header-menu svg {
    width: 26px;
    height: 26px; }

/* 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;
  box-sizing: border-box;
  margin: 10px 8px 7px 0px;
  padding: 2px 5px 0px 4px;
  border: 1px solid;
  border-radius: 20px;
  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;
  box-sizing: border-box;
  margin: 6px 12px 7px 0px;
  padding: 2px 5px 0px 4px;
  border: 1px solid;
  border-radius: 20px;
  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;
    transform: rotate(-45deg);
    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;
  transform: rotate(-45deg);
  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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center; }
  .bastet-header-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 15px;
    margin-left: 10px;
    color: var(--primary-color);
    transition: all 300ms; }
    .bastet-header-social a:hover {
      background-color: var(--primary-color);
      color: #fff;
      box-shadow: 0 10px 50px var(--global-shadow-color); }
  .bastet-header-social svg {
    width: 14px;
    height: 14px;
    fill: currentColor; }
  @media (min-width: 1px) and (max-width: 960px) {
    .bastet-header-social {
      display: none; } }

.site-header {
  transition: 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;
    transition: all 300ms; }
  .site-header .navbar-toggler {
    padding: 0; }
    .site-header .navbar-toggler:hover, .site-header .navbar-toggler:active {
      border: none; }
  .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 {
    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; }

.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.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 {
  box-shadow: 0 10px 50px var(--global-shadow-color); }

/* Light Header
--------------------------------------------- */
.site-header.light {
  margin-bottom: 60px; }
  .site-header.light:not(.transparent) {
    box-shadow: 0 10px 50px var(--global-shadow-color); }
  .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; }

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.bastet-post-header {
  padding: 0 0 60px 0;
  text-align: center; }
  .bastet-post-header .entry-title {
    font-size: 48px;
    line-height: 55px;
    margin: 18px 0 14px 0; }
    @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; } }

.single-large-header .bastet-post-header {
  padding-bottom: 120px; }
  .single-large-header .bastet-post-header .posted-cates a {
    padding-left: 0;
    padding-right: 0;
    background: transparent; }

.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: 60px; }
  .bastet-post-feature .post-feature {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px; }
    .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; }
  .bastet-post-pagination .pagi-post {
    padding: 20px;
    box-shadow: 0 10px 50px var(--global-shadow-color);
    border-radius: 10px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .bastet-post-pagination .pagi-post {
        margin-bottom: 30px; } }
  .bastet-post-pagination .prev-post .post-arrow {
    transform: rotate(90deg);
    margin-right: 8px; }
  .bastet-post-pagination .next-post .post-arrow {
    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: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.5px;
    opacity: 0.7;
    text-transform: uppercase; }
  .bastet-post-pagination .post-content {
    width: calc( 100% - 38px); }
    .bastet-post-pagination .post-content h5 {
      font-size: 18px;
      line-height: 30px; }

.bastet-entry-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px; }
  .bastet-entry-footer .tags-links a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #363533; }
  .bastet-entry-footer .tags-links .text {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-right: 60px;
    color: #82817b; }
    .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;
  box-shadow: 0 10px 50px var(--global-shadow-color);
  border-radius: 20px; }
  .bastet-author-box .author-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 30px 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:before {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      border-radius: 20px;
      border: 1px solid var(--primary-color); }
    .bastet-author-box .author-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      image-rendering: auto;
      border-radius: 20px; }
  .bastet-author-box .author-content {
    display: flex;
    height: 100%;
    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: 14px;
      opacity: 0.6; }
    .bastet-author-box .author-content .author-name {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px; }
    .bastet-author-box .author-content .author-info {
      margin-top: 20px;
      margin-bottom: 20px; }

.single.single-classic:not(.page) .bastet-post-header {
  padding: 54px 60px 0 60px; }
  .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: 30px;
        line-height: 39px; } }

.single.single-classic:not(.page) .post-inner-wrap {
  border-radius: 20px;
  box-shadow: 0 10px 50px var(--global-shadow-color);
  margin-bottom: 54px; }

.single.single-classic:not(.page) .bastet-post-feature {
  margin-bottom: 54px; }
  .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 60px 54px 60px; }

.single.single-classic:not(.page) .entry-meta {
  position: relative; }

.header-transparent.single-classic:not(.page) .post-inner-wrap {
  margin-top: 190px; }

.header-transparent.single-classic:not(.page).header-topbar .post-inner-wrap {
  margin-top: 220px; }

.single.single-classic-alt:not(.page) .bastet-post-header {
  text-align: left;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px; }
  .single.single-classic-alt:not(.page) .bastet-post-header .entry-title {
    font-size: 38px;
    line-height: 46px; }
    @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) .main-content {
  padding: 0 60px 54px 60px; }

.single.single-classic-alt:not(.page) .post-inner-wrap {
  border-radius: 20px;
  box-shadow: 0 10px 50px var(--global-shadow-color);
  margin-bottom: 54px; }

.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: 190px; }

.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% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    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: 20px; }
    .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: 20px; }
      @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; }

.bastet-single-content {
  margin-bottom: 100px; }
  .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: 20px; }
  .bastet-single-content .entry-content ol {
    list-style: decimal-leading-zero; }
  .bastet-single-content .entry-content ul, .bastet-single-content .entry-content ol {
    margin: 0;
    margin-bottom: 20px;
    list-style-position: inside; }
    .bastet-single-content .entry-content ul li, .bastet-single-content .entry-content ol li {
      margin-bottom: 10px; }
      .bastet-single-content .entry-content ul li ul, .bastet-single-content .entry-content ul 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 li ul li:last-child, .bastet-single-content .entry-content ul 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; }

.single-large-header.no-thumb .bastet-post-header {
  padding-bottom: 60px;
  margin-bottom: 60px; }

.single.header-solid .bastet-post-header {
  padding-top: 60px; }

.single.header-transparent.single-classic .sidebar-wrapper {
  padding-top: 190px; }

.single.header-transparent.single-classic.header-topbar .sidebar-wrapper {
  padding-top: 220px; }

.single.header-transparent.single-classic-alt .sidebar-wrapper {
  padding-top: 190px; }

.single.header-transparent.single-classic-alt.header-topbar .sidebar-wrapper {
  padding-top: 220px; }

.bastet-single-content .main-content {
  margin-bottom: 60px; }

.header-light:not(.single-classic) .bastet-post-header {
  margin-top: -60px;
  padding-top: 60px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
  padding: 80px 0 0 0;
  background-color: #CAA386;
  color: #fff; }
  .footer-widgets .footer-logo {
    max-width: 130px; }
  .footer-widgets .widget {
    margin: 0 0 40px; }
    .footer-widgets .widget .widget-title {
      color: inherit; }
    .footer-widgets .widget .widget-content {
      padding: 0;
      box-shadow: none; }
  .footer-widgets.footer-1 .widget_nav_menu li {
    display: inline-block;
    margin-right: 22px;
    padding-bottom: 0;
    margin-bottom: 0; }
    .footer-widgets.footer-1 .widget_nav_menu li:after {
      display: none; }

.has-instagram-footer .footer-widgets {
  padding-top: 260px; }

.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: 28px 0; }
    .site-info .container-inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid;
      opacity: 0.45; }

.bastet-insta-footer .widget {
  margin-bottom: -180px; }
  .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: var(--secondary-alt-color);
    border-radius: 20px;
    box-shadow: none; }
    .bastet-insta-footer .widget .widget-content img, .bastet-insta-footer .widget .widget-content #sb_instagram .sbi_photo {
      border-radius: 20px; }

.bastet-footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media (min-width: 1px) and (max-width: 767px) {
    .bastet-footer-social {
      justify-content: center;
      margin-bottom: 20px; } }
  .bastet-footer-social a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 15px;
    margin-right: 10px;
    transition: all 300ms;
    color: inherit; }
    .bastet-footer-social a svg {
      width: 14px;
      height: 14px;
      fill: currentColor;
      transition: all 300ms; }
    .bastet-footer-social a:hover {
      background-color: currentColor; }
      .bastet-footer-social a:hover svg {
        fill: var(--primary-color); }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
@media (min-width: 960px) {
  .alignwide {
    margin-left: -140px;
    margin-right: -140px; } }

@media (min-width: 960px) {
  .right-sidebar .alignwide, .left-sidebar .alignwide {
    margin-left: -60px;
    margin-right: -60px; }
    .right-sidebar .alignwide img, .left-sidebar .alignwide img {
      border-radius: unset; } }

.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px; }
  .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; }
  .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 {
    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;
    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 {
  justify-content: center;
  align-items: center; }

.bastet-block-heading.is-style-default.text-center h2:after {
  right: 0;
  margin: auto; }

.bastet-block-heading.is-style-default .heading h2 {
  position: relative;
  font-size: 34px;
  line-height: 40px;
  color: #363533;
  margin-bottom: 50px;
  padding-bottom: 28px; }
  .bastet-block-heading.is-style-default .heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 3px;
    background: var(--primary-color); }

.bastet-block-heading.is-style-tall .heading {
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 20px; }
  .bastet-block-heading.is-style-tall .heading h2 {
    font-size: 48px;
    line-height: 56px;
    color: #363533; }
  .bastet-block-heading.is-style-tall .heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    color: var(--primary-color);
    border-bottom: 2px solid; }

.bastet-block-heading.is-style-small .heading {
  padding-bottom: 0;
  margin-bottom: 40px; }
  .bastet-block-heading.is-style-small .heading h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .bastet-block-heading.is-style-small .heading h2:before {
      content: "";
      position: relative;
      width: 60px;
      margin-right: 20px;
      margin-top: 4px;
      height: 2px;
      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: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-style: normal;
  line-height: 1.5;
  padding: 15px 32px 15px 32px;
  border-radius: 10px;
  color: #fff !important;
  background-color: var(--primary-color);
  transition: all 300ms; }
  .btn:active, .wp-block-button__link:active, .btn:focus, .wp-block-button__link:focus {
    outline: 0;
    box-shadow: none; }

.wp-block-button.aligncenter {
  text-align: center; }

.wp-block-bastet-button {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0; }

.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: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  padding: 15px 32px 15px 32px;
  border-radius: 8px;
  background-color: var(--primary-color); }

.wp-block-bastet-button .btn-secondary, .wp-block-bastet-button .secondary {
  background-color: var(--secondary-color); }

.wp-block-bastet-feature-poost {
  position: relative;
  height: 540px;
  background: #fff; }
  .wp-block-bastet-feature-poost .feature-post-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%; }
    .wp-block-bastet-feature-poost .feature-post-wrap .left {
      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;
        transition: transform .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 {
      flex: 0 0 60%;
      max-width: 60%;
      height: 540px; }
      .wp-block-bastet-feature-poost .feature-post-wrap .right .post-content {
        display: flex;
        width: 100%;
        height: 100%;
        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.default {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 40px 60px 40px;
  margin-left: -40px;
  margin-right: -40px; }
  .carousel-slider.default .swiper-container {
    overflow: visible; }
    .carousel-slider.default .swiper-container .swiper-slide-prev, .carousel-slider.default .swiper-container .swiper-slide-duplicate-prev {
      opacity: 0; }
  .carousel-slider.default .post {
    margin-bottom: 0; }
    .carousel-slider.default .post .entry-meta .author img {
      max-width: 28px; }
    .carousel-slider.default .post .post-content {
      padding: 40px 26px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 0 10px 50px var(--global-shadow-color); }
    .carousel-slider.default .post .entry-title {
      font-size: 26px;
      line-height: 32px;
      padding: 4px 0 0 0; }

.carousel-slider.overlay .post .post-thumbnail .thumbinal .image {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  .carousel-slider.overlay .post .post-thumbnail .thumbinal .image:before {
    padding-top: 156%; }
  .carousel-slider.overlay .post .post-thumbnail .thumbinal .image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.carousel-slider.overlay .post {
  position: relative; }

.carousel-slider.overlay .post-content {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  padding: 28px 24px;
  bottom: 24px;
  border-radius: 20px;
  width: calc(100% - 80px);
  background: #fff;
  box-shadow: 0 10px 50px var(--global-shadow-color); }

.carousel-slider.per-row-3 .post .entry-title, .carousel-slider.per-row-4 .post .entry-title {
  font-size: 24px;
  line-height: 31px; }

.bastet-slider-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .bastet-slider-arrow {
      justify-content: flex-start; } }
  .bastet-slider-arrow .bastet-button-prev {
    transform: rotate(180deg); }
  .bastet-slider-arrow .button {
    padding: 6px 18px;
    margin-left: 6px;
    transition: all 300ms;
    border-radius: 10px; }
    .bastet-slider-arrow .button:hover {
      background-color: var(--secondary-alt-color); }
    @media (min-width: 1px) and (max-width: 767px) {
      .bastet-slider-arrow .button {
        width: 72px;
        background-color: var(--secondary-alt-color); } }
  .bastet-slider-arrow svg {
    width: 28px;
    height: 28px;
    fill: var(--primary-color); }

.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: 20px; }

.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;
  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: .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;
  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 {
  position: relative;
  padding: 3em 2em 2em 2em;
  margin: 50px 0 20px 0;
  border-radius: 20px;
  border: none;
  background-color: var(--secondary-alt-color); }
  .wp-block-quote:before {
    content: "\201c";
    color: var(--primary-color);
    position: absolute;
    font-size: 200px;
    top: -106px;
    opacity: 0.2; }

.wp-block-quote.has-text-align-right {
  padding: .5em 1.5em .5em 0;
  border-left: none;
  border-right: 2px solid currentColor; }

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  display: table;
  color: inherit;
  font-size: 14px;
  font-style: italic;
  opacity: .75;
  padding-left: 8px;
  position: relative; }
  .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;
  border: none;
  font-size: 1.5em;
  line-height: 1.5; }
  .wp-block-quote.is-large:before,
  .wp-block-quote.is-style-large:before {
    font-size: 300px;
    top: -152px; }

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1em;
  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; }
  .wp-block-pullquote:before, .wp-block-pullquote:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: -9;
    background-color: var(--primary-color); }
  .wp-block-pullquote blockquote:before {
    color: var(--primary-color);
    content: "\201c";
    position: absolute;
    top: -80px;
    font-size: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: -1;
    width: 90px;
    height: 90px; }
  .wp-block-pullquote:before {
    top: 0; }
  .wp-block-pullquote:after {
    bottom: 0; }

.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:hover {
  color: initial; }

.wp-block-latest-posts li a {
  position: relative;
  display: inline-block; }

.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;
  transition: opacity .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-content, .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-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-content, .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 {
    height: 100%; }
  .wp-block-bastet-free-slider.split .bastet-slide-content, .wp-block-bastet-posts-slider.split .bastet-slide-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    text-align: left; }
    @media (min-width: 1px) and (max-width: 960px) {
      .wp-block-bastet-free-slider.split .bastet-slide-content, .wp-block-bastet-posts-slider.split .bastet-slide-content {
        max-width: calc(100% - 40px);
        margin-bottom: 40px;
        align-items: flex-start; } }
  .wp-block-bastet-free-slider.split .bastet-slide-media, .wp-block-bastet-posts-slider.split .bastet-slide-media {
    height: 100%;
    max-width: calc(50% - 100px); }
    @media (min-width: 1px) and (max-width: 960px) {
      .wp-block-bastet-free-slider.split .bastet-slide-media, .wp-block-bastet-posts-slider.split .bastet-slide-media {
        max-width: calc(100% - 40px);
        margin-bottom: 40px;
        height: 50%;
        overflow: hidden;
        border-radius: 20px; } }
    .wp-block-bastet-free-slider.split .bastet-slide-media img, .wp-block-bastet-posts-slider.split .bastet-slide-media img {
      position: absolute;
      min-width: calc(100% + 44px);
      height: calc(100% + 180px);
      -o-object-fit: cover;
         object-fit: cover;
      image-rendering: auto;
      top: 246px;
      bottom: 0;
      left: -48px;
      right: 0;
      margin: auto;
      border-radius: 20px; }
      @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: 500px;
          height: auto;
          top: 0;
          left: 0; } }
  .wp-block-bastet-free-slider.split .swiper-pagination, .wp-block-bastet-posts-slider.split .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    bottom: -110px !important;
    left: -6px !important;
    text-align: left;
    max-width: 24px;
    transform: rotate(-180deg);
    z-index: 2; }
    @media (min-width: 1px) and (max-width: 960px) {
      .wp-block-bastet-free-slider.split .swiper-pagination, .wp-block-bastet-posts-slider.split .swiper-pagination {
        display: block;
        position: relative;
        transform: none;
        max-width: 100%;
        bottom: 0 !important;
        left: 0 !important;
        padding-bottom: 20px; } }
    .wp-block-bastet-free-slider.split .swiper-pagination:before, .wp-block-bastet-posts-slider.split .swiper-pagination:before {
      content: "";
      width: 1px;
      left: 12px;
      height: 68px;
      top: -101%;
      position: absolute;
      background: var(--primary-color); }
      @media (min-width: 1px) and (max-width: 960px) {
        .wp-block-bastet-free-slider.split .swiper-pagination:before, .wp-block-bastet-posts-slider.split .swiper-pagination:before {
          display: none; } }
    .wp-block-bastet-free-slider.split .swiper-pagination .swiper-pagination-bullet, .wp-block-bastet-posts-slider.split .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin-left: auto !important;
      border-radius: 15px;
      margin-right: 14px;
      display: block;
      margin-bottom: 12px !important;
      transform: rotate(-90deg); }
      @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 {
          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: 16px;
        transform: translate(3px, 0px) rotate(-90deg); }
        @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 {
            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 {
    transform: rotate(-180deg); }

.slide-post .posted-cates, .slide-post .entry-meta, .slide-post .entry-footer .read-more {
  font-size: 13px; }

.slide-post .posted-cates {
  display: flex;
  margin-bottom: 10px; }
  .slide-post .posted-cates a {
    padding: 0; }

.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: 44px;
  line-height: 51px;
  letter-spacing: -0.2px;
  padding: 4px 0 8px 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: 38px; }
  .slide-post .entry-content p {
    font-size: 16px;
    line-height: 29px; }

.slide-post .entry-footer {
  display: block;
  position: relative;
  margin-top: 40px; }

.slide-post .entry-meta .author img {
  display: none; }

.slide-post .read-more {
  color: #363533;
  padding: 16px 28px 16px 28px;
  position: relative;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  font-weight: bold; }
  .slide-post .read-more:after {
    display: none; }
  .slide-post .read-more .rd-icon {
    position: absolute;
    left: -64px;
    top: -20px;
    bottom: 0;
    margin: auto;
    display: none; }
  .slide-post .read-more .rd-icon svg {
    width: 48px;
    height: 48px; }
    .slide-post .read-more .rd-icon svg .arrow-bg {
      display: block;
      fill: var(--primary-color); }
    .slide-post .read-more .rd-icon svg .arrow {
      fill: #fff; }

.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: 20px; }
  .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: 20px;
    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: 45%;
    padding: 40px;
    z-index: 2;
    display: flex;
    align-items: 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 .inner-content, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content {
      border-radius: 20px;
      overflow: hidden;
      background-color: #fff;
      padding: 40px;
      text-align: center;
      box-shadow: 0 10px 50px var(--global-shadow-color); }
      @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: 38px;
        line-height: 45px; }
        @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 .bastet-slide-content .inner-content .posted-cates, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content .posted-cates {
        display: flex;
        justify-content: center;
        margin-bottom: 10px; }
        .wp-block-bastet-free-slider.box .bastet-slide-content .inner-content .posted-cates .divider, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content .posted-cates .divider {
          display: none; }
        .wp-block-bastet-free-slider.box .bastet-slide-content .inner-content .posted-cates a, .wp-block-bastet-posts-slider.box .bastet-slide-content .inner-content .posted-cates a {
          padding: 6px 16px; }
  .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: 10px;
    left: 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: 20px; }
  .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: 20px;
    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: flex;
    align-items: center;
    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: 20px; }
      @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: 10px; } }
      .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: 36px;
        line-height: 42px;
        padding-bottom: 2px;
        margin-top: 20px; }
        @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-footer, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .entry-footer {
        margin-top: 30px; }
      .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: 30px 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 .posted-cates, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .posted-cates {
        display: flex;
        justify-content: left;
        margin-bottom: 10px; }
        .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .posted-cates .divider, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .posted-cates .divider {
          display: none; }
        .wp-block-bastet-free-slider.box-overlay .bastet-slide-content .inner-content .posted-cates a, .wp-block-bastet-posts-slider.box-overlay .bastet-slide-content .inner-content .posted-cates a {
          padding: 6px 16px; }
      .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: flex;
    align-items: center;
    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;
      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: flex;
  flex-wrap: wrap; }
  @media (min-width: 1px) and (max-width: 960px) {
    .bastet-newsletter-form.top-3 {
      margin-top: -3rem; } }
  @media (min-width: 1px) and (max-width: 960px) {
    .bastet-newsletter-form {
      align-items: center;
      justify-content: center; } }
  .bastet-newsletter-form .bastet-newsletter-mail {
    width: 70%;
    line-height: 54px;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 10px 50px var(--global-shadow-color);
    outline: none; }
    .bastet-newsletter-form .bastet-newsletter-mail:hover, .bastet-newsletter-form .bastet-newsletter-mail:active, .bastet-newsletter-form .bastet-newsletter-mail:focus {
      outline: none; }
    @media (min-width: 960px) {
      .bastet-newsletter-form .bastet-newsletter-mail {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }
    @media (min-width: 1px) and (max-width: 960px) {
      .bastet-newsletter-form .bastet-newsletter-mail {
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; } }
  .bastet-newsletter-form .bastet-newsletter-submit {
    width: 30%;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    height: 54px;
    padding: 0 20px;
    border: none;
    box-shadow: none;
    background: var(--primary-color);
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    @media (min-width: 1px) and (max-width: 960px) {
      .bastet-newsletter-form .bastet-newsletter-submit {
        width: auto;
        margin-top: 20px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; } }

.wp-block-bastet-about-me {
  position: relative;
  display: block; }
  .wp-block-bastet-about-me .about-me-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .wp-block-bastet-about-me .about-me-wrap .about-image {
      width: calc(33.333% + 40px);
      border-radius: 20px;
      order: 2; }
      .wp-block-bastet-about-me .about-me-wrap .about-image .img-wrap {
        position: relative;
        width: 100%;
        height: 100%; }
        .wp-block-bastet-about-me .about-me-wrap .about-image .img-wrap span {
          display: block;
          z-index: 1;
          position: absolute;
          width: 97px;
          height: 80px;
          bottom: 30px;
          right: 4px;
          background-size: 150px 150px;
          background-color: var(--primary-color);
          -webkit-mask-image: url("images/dot-grid.svg");
                  mask-image: url("images/dot-grid.svg");
          -webkit-mask-size: cover;
                  mask-size: cover;
          opacity: 0.8; }
          .wp-block-bastet-about-me .about-me-wrap .about-image .img-wrap span.deco2 {
            bottom: 106px; }
        .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:after {
          content: "";
          position: absolute;
          width: calc(100% - 120px);
          height: 100%;
          left: -20px;
          top: 0;
          background-color: var(--primary-color);
          border-radius: 20px;
          z-index: -1; }
        .wp-block-bastet-about-me .about-me-wrap .about-image .img-wrap img {
          position: absolute;
          width: calc(100% - 68px);
          height: calc(100% - 40px);
          top: 20px;
          left: 20px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          image-rendering: auto;
          z-index: 2;
          border-radius: 20px; }
    .wp-block-bastet-about-me .about-me-wrap .about-heading {
      font-size: 36px;
      line-height: 43px;
      margin-bottom: 10px; }
    .wp-block-bastet-about-me .about-me-wrap .about-subheading {
      font-size: 30px;
      line-height: 39px;
      margin-bottom: 0;
      opacity: 0.4; }
    .wp-block-bastet-about-me .about-me-wrap .about-content {
      padding: 40px 40px 40px 0;
      max-width: calc(66.666% - 80px);
      order: 1;
      position: relative; }
      .wp-block-bastet-about-me .about-me-wrap .about-content .inner-content {
        margin-top: 24px;
        position: relative;
        padding-top: 38px; }
        .wp-block-bastet-about-me .about-me-wrap .about-content .inner-content:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 74px;
          height: 3px;
          background-color: var(--primary-color); }

.has-peach-background-color {
  background-color: #f8b195; }

.has-peach-color {
  color: #f8b195; }

/*--------------------------------------------------------------
# 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;
    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 {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

/* 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 {
  box-shadow: 0 10px 50px var(--global-shadow-color); }

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

.has-margin-10 {
  margin: 10px; }

.has-margin-20 {
  margin: 20px; }

.has-margin-30 {
  margin: 30px; }

.has-margin-40 {
  margin: 40px; }

.has-margin-50 {
  margin: 50px; }

.has-margin-60 {
  margin: 60px; }

.has-margin-70 {
  margin: 70px; }

.has-margin-80 {
  margin: 80px; }

.has-margin-90 {
  margin: 90px; }

.has-margin-100 {
  margin: 100px; }

.has-margin-top-00 {
  margin-top: 00px; }

.has-margin-top-10 {
  margin-top: 10px; }

.has-margin-top-20 {
  margin-top: 20px; }

.has-margin-top-30 {
  margin-top: 30px; }

.has-margin-top-40 {
  margin-top: 40px; }

.has-margin-top-50 {
  margin-top: 50px; }

.has-margin-top-60 {
  margin-top: 60px; }

.has-margin-top-70 {
  margin-top: 70px; }

.has-margin-top-80 {
  margin-top: 80px; }

.has-margin-top-90 {
  margin-top: 90px; }

.has-margin-top-100 {
  margin-top: 100px; }

.has-margin-bottom-00 {
  margin-bottom: 00px; }

.has-margin-bottom-10 {
  margin-bottom: 10px; }

.has-margin-bottom-20 {
  margin-bottom: 20px; }

.has-margin-bottom-30 {
  margin-bottom: 30px; }

.has-margin-bottom-40 {
  margin-bottom: 40px; }

.has-margin-bottom-50 {
  margin-bottom: 50px; }

.has-margin-bottom-60 {
  margin-bottom: 60px; }

.has-margin-bottom-70 {
  margin-bottom: 70px; }

.has-margin-bottom-80 {
  margin-bottom: 80px; }

.has-margin-bottom-90 {
  margin-bottom: 90px; }

.has-margin-bottom-100 {
  margin-bottom: 100px; }

.has-margin-left-00 {
  margin-left: 00px; }

.has-margin-left-10 {
  margin-left: 10px; }

.has-margin-left-20 {
  margin-left: 20px; }

.has-margin-left-30 {
  margin-left: 30px; }

.has-margin-left-40 {
  margin-left: 40px; }

.has-margin-left-50 {
  margin-left: 50px; }

.has-margin-left-60 {
  margin-left: 60px; }

.has-margin-left-70 {
  margin-left: 70px; }

.has-margin-left-80 {
  margin-left: 80px; }

.has-margin-left-90 {
  margin-left: 90px; }

.has-margin-left-100 {
  margin-left: 100px; }

.has-margin-right-00 {
  margin-right: 00px; }

.has-margin-right-10 {
  margin-right: 10px; }

.has-margin-right-20 {
  margin-right: 20px; }

.has-margin-right-30 {
  margin-right: 30px; }

.has-margin-right-40 {
  margin-right: 40px; }

.has-margin-right-50 {
  margin-right: 50px; }

.has-margin-right-60 {
  margin-right: 60px; }

.has-margin-right-70 {
  margin-right: 70px; }

.has-margin-right-80 {
  margin-right: 80px; }

.has-margin-right-90 {
  margin-right: 90px; }

.has-margin-right-100 {
  margin-right: 100px; }
