/*!
Theme Name:    PureNote-Pro
Theme URI:     https://preview.mysterythemes.com
Author:        Mystery Themes
Author URI:    https://mysterythemes.com
Description:   Take control all over your website with Purenote pro.  An increase in features, design options, and customization options allows you to design and add features freely, ideal for serious publishers.
              Utilize the advanced tools that let you shape up your homepage, extend layout flexibility and strategically showcase your best content first.
Version: 	   1.0.0
Tested up to:  6.9
Requires PHP:  7.4
License: 	   GNU General Public License v2 or later
License URI:   LICENSE
Text Domain:   purenote-pro
Tags:          custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PureNote-Pro 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:
  ----------------------------------------------------------------
  # Normalize
  # Typography
  # Elements
  # Forms
  # Navigation
  ## Links
  ## Menus
  # Accessibility
  # Alignments
  # Clearings
  # Widgets
  # Content
  ## Posts and pages
  ## Comments
  # Infinite scroll
  # Media
  ## Captions
  ## Galleries  
  # Common Css
  # Menu CSS
  # Sidebar layout css
  # Social icon elements 
  ## Social Icon Official Color CSS
  # Search form activate
  # Post article design  css 
  # purenote-single-featured-wrapper css 
  # Navigation css 
  # Archive 
  ## grid css 
  ## List css 
  ## Classic css 
  # Single  Post
  # Search No result Post css 
  # Background animation css 
  # Author admin  css
  # Related  post  css
  # Footer css
  # Error 404 page css
  # Page css
  # Scroll Up  css
  # Trending post and latest post css
  # Author css
  # Related css
  # My story css
  # Widget category  css
  # live search css
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  #Normalize
  --------------------------------------------------------------*/

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote::before,
q::before {
  content: "\f10d";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
  top: -10px;
}

blockquote:after,
q:after {
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  bottom: -10px;
}

blockquote,
q {
  quotes: """";
  position: relative;
}

blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}

blockquote cite::before {
  content: "-";
  margin-right: 10px;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
    ========================================================================== */

/**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
    ========================================================================== */

/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
    ========================================================================== */

/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */

/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}

/* Forms
    ========================================================================== */

/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

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

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

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

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

/* Interactive
    ========================================================================== */

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

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

/* Misc
    ========================================================================== */

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

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

/* Box sizing
  --------------------------------------------- */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
      Typography
      --------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #3b3b3b;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #3d3d3d;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 20px;
  font-size: 20px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}


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

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

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

/*--------------------------------------------------------------
    Elements
    --------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: 100%;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  object-fit: cover;
  /* Adhere to container width. */
  vertical-align: middle;
  width: 100%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #e1e1e1;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a {
  color: #484747;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #056265;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.form-submit .submit {
    color: #000;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 11px;
    line-height: 1.3;
}

.form-submit .submit:hover{
  color:#fff;
  background-color: #000;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 20px 0px 0px 20px;
  padding: 3px;
  width: 100%;
  box-shadow: 0 0 3px rgb(5 5 5 / 19%);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

.post-edit-link:focus {
  background-color: #fff;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 48%;
  text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 48%;
}

.nav-subtitle {
  font-weight: 600;
}


/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/


/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/

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

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

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


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.purenote-pro-clearfix:before,
.purenote-pro-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

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

.clear {
  clear: both;
}

/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/

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

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

.footer-widgets-wrapper .purenote-pro-social-icon-wrap,
.widget-area .purenote-pro-social-icon-wrap {
  float: none;
}

/*--------------------------------------------------------------
  Default widget css
  --------------------------------------------------------------*/
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments {
  list-style: outside none none;
  margin: 0;
}

.wp-block-page-list ul {
  list-style: outside none none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li,
.wp-block-latest-comments li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li {
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before,
.site-info .widget a:hover {
  color: #960505;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before,
.wp-block-latest-posts li a:before,
.wp-block-archives li a:before,
.wp-block-categories li a:before,
.wp-block-page-list li a:before,
.wp-block-latest-comments li:before {
  color: #afb4bd;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories a::before,
.wp-block-categories li a:before {
  content: "\f07b";
  font-family: "FontAwesome";
}

.widget_recent_entries a::before,
.wp-block-latest-posts li a:before {
  content: "\f04e";
  font-family: "FontAwesome";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.widget_recent_comments li::before,
.wp-block-latest-comments li:before {
  content: "\f086";
  font-family: "FontAwesome";
  top: 0;
}

.widget_rss li::before {
  content: "\f09e";
  font-family: "FontAwesome";
  top: 0;
}

.widget_pages li a:before,
.wp-block-page-list li a:before {
  content: "\f1ea";
  font-family: "FontAwesome";
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #e53935;
  border-color: #e53935;
  color: #ffffff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget_search::after {
  clear: both;
  content: "";
  display: table;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit,
.widget_search .search-submit:hover {
  height: 36px;
  width: 25%;
  background: #e53935;
  border-color: #e53935;
  color: #ffffff;
  padding: 0;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #e53935;
  color: #fff;
  border-color: #e53935;
}

.wp-block-search__button {
  background: #333;
  border: none;
  width: 80px;
  font-size: 15px;
  margin: 0;
  border-radius: 0px 20px 20px 0px;
  height: 36px;
  color: #ffffff;
}

.widget-area .widget {
  margin: 0 0 40px;
  border-radius: 10px;
}


.block-title,
.wp-block-heading,
.widget-title,
.related-post-title,
.wp-block-search__label {
  font-size: 22px;
  padding: 10px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0;
}

.block-title {
  padding: 0px 0px 10px;
}

.widget-title, .wp-block-heading {
    padding: 0 0px 10px;
}

label.wp-block-search__label {
    padding: 0;
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: 500;
}
/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  Posts and pages
  --------------------------------------------------------------*/
.sticky {
  display: block;
}

.site-title {
  font-size: 30px;
  text-align: left;
  margin:0;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  padding-bottom: 0;
  text-transform: capitalize;
}

.entry-title {
  line-height: 24px;
}

.frontpage-block .entry-title a,
.slide-title a,
.trending-posts .entry-title a,
.latest-posts-wrapper .entry-title a,
.header-news-ticker-wrapper .post-title a,
.entry-title a {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  text-decoration: inherit;
  text-transform: inherit;
  font-size: 25px;
  line-height: 24px;
  color: #212121;
}

.frontpage-block .entry-title a {
  font-size: 18px;
  line-height: 24px;
}

.hentry {
  margin: 0 0 15px;
}

.single .byline,.cat-links,.comments-link,.highlight-date,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat,
.byline, .tags-links {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.entry-cat a {
  font-size: 13px;
}

.posted-on a {
  position: relative;
  color: #333;
  font-size: 13px;
}

span.post-date a {
    font-size: 13px;
}

.entry-cat .cat-links a,
.entry-meta a {
  color: #333;
  font-size: 13px;
}

.byline a {
  color: #333;
  font-size: 13px;
}

.entry-cat .cat-links a:hover,
.entry-cat a:hover,
.byline a:hover,
.posted-on a:hover,
.entry-meta span:hover::before {
  color: #960505;
}

.cat-links {
  display: inline-block;
}

.cat-links:before {
  content: "\f07c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.comments-link {
  float: right;
}

.posted-on:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.comments-link:before,
.post-comment:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.byline:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.tags-links:before {
  content: "\23";
  font-family: FontAwesome;
  font-style: normal;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 10px 0 0;
}

.page-content a,
.entry-content a,
.entry-summary a {
  text-decoration: underline;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
  content: "\f040";
  font-family: FontAwesome;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 40px;
}

.blog article.hentry:first-child {
  margin-top: 30px;
}

.home article.hentry:first-child {
  margin-top: 0px;
}

.updated {
  display: none;
}

.published.updated {
  display: inline-block;
}

.entry-footer a {
  color: #666666;
}

.entry-footer a:hover {
  color: #e53935;
}

ul.post-cats-list {
  display: flex;
  gap: 10px;
}



/*--------------------------------------------------------------
  Comments
  --------------------------------------------------------------*/
#comments {
  margin-top: 30px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments h2.comments-title {
  color: #333;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  padding: 8px 15px;
}

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}

#commentform label {
  display: inline-block;
}

textarea#comment {
    width: 100%;
    height: 150px;
    border-radius: 0;
}

.comment-form-cookies-consent label {
  margin-left: 14px;
}

/*Comment Lists*/

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

.comments-area ol.children {
  margin: 0 0 0 15px;
}

.comment-list .comment-body {
  padding: 20px;
  margin-bottom: 20px;
  background: none;
  border: 1px solid #e1e1e1;
  text-align: left;
}

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px;
  border: 1px solid #e1e1e1;
  padding: 3px;
}

.comment-author {
  float: none;
  width: 12%;
}

.comment-metadata {
  font-size: 12px;
}

.comment-content {
  margin-top: 10px;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-author .fn .url {
  color: #333;
  padding: 0;
  font-size: 16px;
}

.comment-author .fn .url:hover {
  color: #960505;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.comment-metadata a {
  color: #969696;
}

.commentmetadata .comment-edit-link {
  color: #e53935;
}

.commentmetadata+.clear {
  margin-bottom: 20px;
}

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #960505;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 10px;
  display: inline-block;
}

.reply .comment-reply-link:hover {
  background: none repeat scroll 0 0 #050505;
}

#respond {
  padding: 20px;
  margin: 20px 0 0;
  color: #141414;
  border: 1px solid #e1e1e1;
  background: #fafafa;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #960505;
}

#cancel-comment-reply-link:before {
  font-family: "FontAwesome";
  content: "\f127";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #960505;
}


.logged-in-as a {
  color: #960505;
}

.edit-link a {
  color: #960505;
}


/*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  display: none;
}

/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%;
}

.site-main .gallery a img {
  max-width: none;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  Sidebar layout css 
  --------------------------------------------------------------*/
#primary,
.home.blog #primary,
.primary-content-wrapper {
  float: left;
  width: 70%;
}

#secondary,
.home.blog #secondary,
.secondary-content-wrapper {
  float: right;
  width: 27%;
}

#left-secondary,
.home.blog #left-secondary {
  float: left;
  width: 27%;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary {
  float: none;
  width: 100%;
}

.left-sidebar #primary,
.home.left-sidebar #primary {
  float: right;
}

.both-sidebar #left-secondary,
.home.blog.both-sidebar #left-secondary {
  float: left;
  width: 23%;
}

.both-sidebar #primary,
.home.blog.both-sidebar #primary {
  float: left;
  width: 50%;
  margin-left: 2% !important;
}

.both-sidebar #secondary,
.home.blog.both-sidebar #secondary {
  float: right;
  width: 23%;
}

.no-sidebar #primary,
.home.blog.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

body.no-sidebar-center #primary,
body.home.blog.no-sidebar-center #primary {
  float: none;
  width: 80%;
  margin: 30px auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
  display: none;
}

#secondary .widget_media_image img,
#left-secondary .widget_media_image img {
  width: 100%;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}

.no-thumbnail.sticky {
  padding-top: 70px !important;
}

.left-sidebar #secondary {
  display: none;
}

.right-sidebar #left-secondary {
  display: none;
}

.no-sidebar #secondary,
.no-sidebar #left-secondary,
.no-sidebar-center #secondary,
.no-sidebar-center #left-secondary {
  display: none;
}

/*--------------------------------------------------------------
  COMMON CSS
  --------------------------------------------------------------*/

body {
  font-weight: 400;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
}


.purenote-pro-site-layout--full-width.header-main-layout--two .header-ads-wrapper {
  background: #fff none repeat scroll 0 0;
}

.purenote-pro-site-layout--boxed #page {
  width: 1370px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.purenote-pro-site-layout--full-width #page {
  background: #fff;
}

.purenote-pro-site-layout--boxed {
  background: #f4f4f4;
}

.purenote-pro-container {
  width: 1320px;
  margin: 0 auto;
}

.purenote-pro-flex {
  display: flex;
  align-items: center;
}

.purenote-pro-site-layout--boxed .purenote-pro-container,
.purenote-pro-site-layout--boxed .site-logo-wrapper .purenote-pro-grid {
  width: 100%;
  padding: 0 40px;
}

.purenote-pro-hide {
  display: none;
}

.purenote-pro-grid {
  display: grid;
}

.post-image.hover-effect--one {
  overflow: hidden;
}

.post-image.hover-effect--one:hover img,
.single-block-post-wrapper:hover .post-image.hover-effect--one img,
.single-slide-wrap:hover .post-image.hover-effect--one img {
  transform: scale(1.1);
}

.purenote-pro-site-layout--separate .frontpage-section .frontpage-block.news-featured-block .block-wrapper,
.purenote-pro-site-layout--separate .frontpage-section .frontpage-block.news-grid-block .block-wrapper {
  margin: 0;
  padding-bottom:0;
}

.purenote-pro-site-layout--separate .frontpage-block .block-wrapper,
.purenote-pro-site-layout--separate .secondary-content-wrapper .widget,
.purenote-pro-site-layout--separate #secondary .widget,
.home.blog.purenote-pro-site-layout--separate #secondary .widget,
.purenote-pro-site-layout--separate #left-secondary .widget,
.home.blog.purenote-pro-site-layout--separate #left-secondary .widget {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  padding: 20px;
  margin: 30px 0px;
  border-radius: 10px;
}

.single.purenote-pro-site-layout--separate #primary article{
box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
padding:20px;
background-color: #fff;
}

.post-thumbnail-wrap img {
    border-radius: 10px;
}


 #primary,
.home.blog #primary , #secondary {
  margin: 30px 0px;
}

.purenote-pro-site-layout--separate #secondary{
  margin: 0;
}


.post-thumbnail-wrap .post-min-read {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgb(102 102 102 / 89%);
  color: #dddcdc;
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-content-wrap,
.purenote-pro-post-content-wrap {
  padding: 10px 0px 0px;
}

.post-meta-wrap {
  gap: 12px;
  flex-wrap: wrap;
  cursor: pointer;
}

.frontpage-block,
.secondary-content-wrapper .widget {
  margin: 30px 0 0;
}

.no-thumbnail .post-thumbnail-wrap .post-min-read {
  position: relative;
  top: 0;
  left: 0;
}

.purenote-pro-content-title,
.page-title,
.related-post-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.entry-title,
.page-title,
.post-title,
.wp-block-latest-posts__post-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}

/*--------------------------------------------------------------
   Common header CSS
  --------------------------------------------------------------*/

#header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

/*--------------------------------------------------------------
  Top header CSS
  --------------------------------------------------------------*/

#top-header {
    background: #111111;
    padding: 8px 0;
}

.header-date-wrap{
  color:#fff;
}


/* ------------------------------------
Social Icon css
----------------------------------------*/

.social-icons-wrapper .social-icon {
  margin-left: 12px;
}

.social-icons-wrapper a {
  font-size: 18px;
}

.social-icons-wrapper {
  margin-left: auto;
  display: flex;
}

/*-------------------------------------------
 social-icons-display-two css
--------------------------------------------- */


.social-icons-wrapper.icon-layout--two .social-icon i {
  padding: 6px;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(191, 191, 191, 0.9);
  border-radius: 50%;
}

.social-icons-wrapper.icon-layout--two .social-icon i:hover {    
  color: #fff;
}


/*-------------------------------------------
 site mode switcher
 -----------------------------------------*/

#np-site-mode-wrap .light-mode .fa-moon, #np-site-mode-wrap .dark-mode .fa-sun {
    display: none;
}

#np-site-mode-wrap a#mode-switcher{
  font-size: 22px;
}


/*--------------------------------------------------------------
  Social Icon Official Color CSS
  --------------------------------------------------------------*/

.icon-color--official .fa-instagram {
  color: #C62828;
}

.icon-color--official .fa-youtube,
.icon-color--official .fa-youtube-play {
  color: #C62828;
}

.icon-color--official .fa-facebook,
.icon-color--official .fa-facebook-messenger,
.icon-color--official .fa-facebook-circle,
.icon-color--official .fa-facebook-square,
.icon-color--official .fa-facebook-official,
.icon-color--official .fa-twitter-square,
.icon-color--official .fa-skype {
  color: #1da1f2;
}

.icon-color--official .fa-google-plus-circle,
.icon-color--official .fa-google-plus-square,
.icon-color--official .fa-google-plus-official,
.icon-color--official .fa-google-plus {
  color: #db4a39;
}

.icon-color--official .fa-tiktok {
  color: #ee1d52;
}

.icon-color--official .fa-twitter,
.icon-color--official .fa-x-twitter {
  color: #000;
}

.icon-color--official .fa-whatsapp,
.icon-color--official .fa-whatsapp-square {
  color: #25d366;
}

.icon-color--official .fa-airbnb {
  color: #F73659;
}

.icon-color--official .fa-deviantart {
  color: #05cc47;
}

.icon-color--official .fa-linkedin,
.icon-color--official .fa-linkedin-square {
  color: #0a66c2;
}

.icon-color--official .fa-pinterest,
.icon-color--official .fa-pinterest-square,
.icon-color--official .fa-pinterest-alt {
  color: #bd081c;
}

.icon-color--official .fa-adobe {
  color: #DB2219;
}

.icon-color--official .fa-flickr,
.icon-color--official .fa-flickr-square {
  color: #f40083;
}

.icon-color--official .fa-tumblr {
  color: #35465d;
}

.icon-color--official .fa-slack {
  color: #4a154b;
}

.icon-color--official .fa-reddit,
.icon-color--official .fa-reddit-square {
  color: #ff4500;
}

.icon-color--official .fa-messenger {
  color: #913BCC;
}

.icon-color--official .fa-wordpress {
  color: #009BCB;
}

.icon-color--official .fa-weixin {
  color: #09B83E;
}

.icon-color--official .fa-behance {
  color: #0054F7;
}

.icon-color--official .fa-behance-square {
  color: #053eff;
}

.icon-color--official .fa-dribbble {
  color: #ea4c89;
}

.icon-color--official .fa-yahoo {
  color: #6001d2;
}

.icon-color--official .fa-blogger {
  color: #ED7800;
}

.icon-color--official .fa-snapchat,
.icon-color--official .fa-snapchat-ghost,
.icon-color--official .fa-snapchat-square {
  color: #fffc00;
}

.icon-color--official .fa-wix {
  color: #F4B66C;
}

.icon-color--official .fa-meta {
  color: #005ED6;
}

.icon-color--official .fa-baidu {
  color: #2319DC;
}

.icon-color--official .fa-twitch {
  color: #8C45F7;
}

.icon-color--official .fa-discord-alt {
  color: #5562EA;
}

.icon-color--official .fa-vk {
  color: #0072F7;
}

.icon-color--official .fa-trip-advisor {
  color: #31D99C;
}

.icon-color--official .fa-telegram {
  color: #28A4E4;
}

.icon-color--official .fa-quora {
  color: #B32A26;
}

.icon-color--official .fa-ok-ru {
  color: #EF8B27;
}

.icon-color--official .fa-microsoft-teams {
  color: #544FBC;
}

.icon-color--official .fa-foursquare {
  color: #F14572;
}

.icon-color--official .fa-soundcloud {
  color: #F75200;
}

.icon-color--official .fa-vimeo {
  color: #00A8E8;
}

.icon-color--official .fa-digg {
  color: #313131;
}

.icon-color--official .fa-periscope {
  color: #3E9FBE;
}

.icon-color--official .fa-xing {
  color: #005D5B;
}

.icon-color--official .fa-imdb {
  color: #EDBF17;
}

/*--------------------------------------------------------------
  Social Icon Official header Color CSS
  --------------------------------------------------------------*/

 .icon-layout--two.icon-color--official .fa-instagram:hover {
  background-color: #C62828;
}

 .icon-layout--two.icon-color--official .fa-youtube:hover,
 .icon-layout--two.icon-color--official .fa-youtube-play:hover {
  background-color: #C62828;
}

 .icon-layout--two.icon-color--official .fa-facebook:hover,
 .icon-color--official .fa-facebook-messenger:hover,
 .icon-layout--two.icon-color--official .fa-facebook-circle:hover,
 .icon-layout--two.icon-color--official .fa-facebook-square:hover,
 .icon-layout--two.icon-color--official .fa-facebook-official:hover,
 .icon-layout--two.icon-color--official .fa-twitter-square:hover,
 .icon-layout--two.icon-color--official .fa-skype:hover {
  background-color: #1da1f2;
}

 .icon-layout--two.icon-color--official .fa-google-plus-circle:hover,
 .icon-layout--two.icon-color--official .fa-google-plus-square:hover,
 .icon-layout--two.icon-color--official .fa-google-plus-official:hover,
 .icon-layout--two.icon-color--official .fa-google-plus:hover {
  background-color: #db4a39;
}



 .icon-layout--two.icon-color--official .fa-tiktok:hover {
  background-color: #ee1d52;
}

 .icon-layout--two.icon-color--official .fa-twitter:hover ,
 .icon-layout--two.icon-color--official .fa-x-twitter:hover{
  background-color: #000;
}

 .icon-layout--two.icon-color--official .fa-whatsapp:hover,
 .icon-layout--two.icon-color--official .fa-whatsapp-square:hover {
  background-color: #25d366;
}

 .icon-layout--two.icon-color--official .fa-airbnb:hover {
  background-color: #F73659;
}

 .icon-layout--two.icon-color--official .fa-threads:hover {
  background-color: #1e3050;
}

 .icon-layout--two.icon-color--official .fa-deviantart:hover {
  background-color: #05cc47;
}

 .icon-layout--two.icon-color--official .fa-linkedin:hover,
 .icon-layout--two.icon-color--official .fa-linkedin-square:hover {
  background-color: #0a66c2;
}

 .icon-layout--two.icon-color--official .fa-pinterest:hover,
 .icon-layout--two.icon-color--official .fa-pinterest-square:hover,
 .icon-layout--two.icon-color--official .fa-pinterest-alt:hover {
  background-color: #bd081c;
}

 .icon-layout--two.icon-color--official .fa-adobe:hover {
  background-color: #DB2219;
}

 .icon-layout--two.icon-color--official .fa-flickr:hover,
 .icon-layout--two.icon-color--official .fa-flickr-square:hover {
  background-color: #f40083;
}

 .icon-layout--two.icon-color--official .fa-tumblr:hover {
  background-color: #35465d;
}

 .icon-layout--two.icon-color--official .fa-slack:hover {
  background-color: #4a154b;
}

 .icon-layout--two.icon-color--official .fa-reddit:hover,
 .icon-layout--two.icon-color--official .fa-reddit-square:hover {
  background-color: #ff4500;
}

 .icon-layout--two.icon-color--official .fa-messenger:hover{
  background-color: #913BCC;
}

 .icon-layout--two.icon-color--official .fa-wordpress:hover {
  background-color: #009BCB;
}

 .icon-layout--two.icon-color--official .fa-weixinv {
  background-color: #09B83E;
}

 .icon-layout--two.icon-color--official .fa-behance:hover {
  background-color: #0054F7;
}

 .icon-layout--two.icon-color--official .fa-behance-square:hover {
  background-color: #053eff;
}

 .icon-layout--two.icon-color--official .fa-dribbble:hover {
  background-color: #ea4c89;
}

 .icon-layout--two.icon-color--official .fa-yahoo:hover {
  background-color: #6001d2;
}

 .icon-layout--two.icon-color--official .fa-blogger:hover {
  background-color: #ED7800;
}

 .icon-layout--two.icon-color--official .fa-snapchat:hover,
 .icon-layout--two.icon-color--official .fa-snapchat-ghost:hover,
 .icon-layout--two.icon-color--official .fa-snapchat-square:hover {
  background-color: #fffc00;
}

 .icon-layout--two.icon-color--official .fa-wix:hover {
  background-color: #F4B66C;
}

 .icon-layout--two.icon-color--official .fa-meta:hover {
  background-color: #005ED6;
}

 .icon-layout--two.icon-color--official .fa-baidu:hover {
  background-color: #2319DC;
}

 .icon-layout--two.icon-color--official .fa-twitch:hover {
  background-color: #8C45F7;
}

 .icon-layout--two.icon-color--official .fa-discord-alt:hover {
  background-color: #5562EA;
}

 .icon-layout--two.icon-color--official .fa-vk:hover {
  background-color: #0072F7;
}

 .icon-layout--two.icon-color--official .fa-trip-advisor:hover {
  background-color: #31D99C;
}

 .icon-layout--two.icon-color--official .fa-telegram:hover {
  background-color: #28A4E4;
}

 .icon-layout--two.icon-color--official .fa-quora:hover {
  background-color: #B32A26;
}

 .icon-layout--two.icon-color--official .fa-ok-ru:hover {
  background-color: #EF8B27;
}

 .icon-layout--two.icon-color--official .fa-microsoft-teams:hover {
  background-color: #544FBC;
}

 .icon-layout--two.icon-color--official .fa-foursquare:hover {
  background-color: #F14572;
}

 .icon-layout--two.icon-color--official .fa-soundcloud:hover {
  background-color: #F75200;
}

 .icon-layout--two.icon-color--official .fa-vimeo:hover {
  background-color: #00A8E8;
}

 .icon-layout--two.icon-color--official .fa-digg:hover {
  background-color: #313131;
}

 .icon-layout--two.icon-color--official .fa-periscope:hover {
  background-color: #3E9FBE;
}

 .icon-layout--two.icon-color--official .fa-xing:hover {
  background-color: #005D5B;
}

 .icon-layout--two.icon-color--official .fa-imdb:hover {
  background-color: #EDBF17;
}

/*--------------------------------------------------------------
  Header news ticker  CSS
--------------------------------------------------------------*/

.header-news-ticker-wrapper {
  margin: 30px 0;
}

.header-news-ticker-wrapper .news-ticker-posts-wrapper.ticker-posts {
  overflow: hidden;
  background: #fff;
  padding: 4px 0;
  max-height: 50px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}

.purenote-pro-site-layout--full-width .header-news-ticker-wrapper .news-ticker-posts-wrapper.ticker-posts {
  background: transparent;
  box-shadow: none;
}

.header-news-ticker-wrapper .single-post-wrap {
  display: inline-block;
  margin-right: 20px;
}

.header-news-ticker-wrapper .post-thumb {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-shadow: 2px 3px 8px rgb(46 41 41 / 25%);
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}

.header-news-ticker-wrapper .single-post-wrap.no-image .post-thumb{
  display: none;
}

.header-news-ticker-wrapper .news-ticker-posts-wrapper .post-title a {
  font-size: 14px;
  color: #212121;
  font-weight: 700;
  line-height: 20px;
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
  transition: background-size .40s cubic-bezier(.215, .61, .355, 1);
  background-position: 100% 94%;
  background-size: 0 1px;
}


.header-news-ticker-wrapper .post-title {
  margin-bottom: 10px;
  line-height: 24px;
}

.header-news-ticker-wrapper .posted-on a {
  font-weight: 600;
  color: #000;
  font-size: 12px;
  display: block;
  margin-bottom: -5px;
}


.header-news-ticker-wrapper .post-content-wrap {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -9px;
}

.header-news-ticker-wrapper .posted-on:before {
  display: none;
}

.news-ticker-label {
  display: flex;
  align-items: center;
  background:#ad7d5c;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 0 0 auto;
 
}

.news-ticker-loader {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ticker-spinner {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}

.ticker-bounce1,
.ticker-bounce2 {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.ticker-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

span.post-count {
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    color: #000;
    font-size: 13px;
    background: #fff;
}

/*--------------------------------------------------------------
  Header news ticker layout two  CSS
--------------------------------------------------------------*/

.header-news-ticker-wrapper.ticker-layout--two .post-thumb{
  border-radius: 10px;
}

/*----------------------------------------------
   Menu Css
---------------------------------------------- */

  .site-logo-wrapper{
    padding:10px 0px;
  }

  #site-navigation{
    margin:0 auto
  }

  .purenote-pro-menu-toogle {
    display: none;
  }
  #site-navigation ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }  

#site-navigation ul li {
  position: relative;
}

#site-navigation ul li a {
  color: #000;
  padding: 0 10px;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 70px;
  position: relative;
  font-weight: 500;
}

#site-navigation ul ul {
  display: block;
}

#site-navigation ul ul.children li a {
  line-height: 25px;
  padding: 8px 15px;
}

#site-navigation ul li a.purenote-pro-sub-toggle {
  display: none;
}


#site-navigation .menu-item-description {
  position: absolute;
  top: -2px;
  right: -20px;
  background: #ad7d5c;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 9;
}

#site-navigation .menu-item-description::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #ad7d5c transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-sticky #site-navigation .menu-item-description {
  display: none;
}

.is-sticky .site-logo-wrapper {
      background: #fff;
    z-index: 999;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
  border-radius: 20px;
  background: #ad7d5c none repeat scroll 0 0;
  width: 250px;
  position: absolute;
  z-index: 99;
  left: -9999rem;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children,
#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);

}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
  float: none;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

/* --------------------------
    Submenu Border-Radius Fix
 ---------------------------*/

/* Single-item submenu: fully rounded in all states */
#site-navigation ul.sub-menu li:only-child,
#site-navigation ul.children li:only-child,
#site-navigation ul.sub-menu li:only-child:hover,
#site-navigation ul.children li:only-child:hover,
#site-navigation ul.sub-menu li:only-child.focus,
#site-navigation ul.children li:only-child.focus,
#site-navigation ul.sub-menu li:only-child.current-menu-item,
#site-navigation ul.children li:only-child.current-menu-item {
  border-radius: 18px;
}

/* First item in multi-item submenu: round top corners */
#site-navigation ul.sub-menu li:first-child:not(:only-child),
#site-navigation ul.children li:first-child:not(:only-child),
#site-navigation ul.sub-menu li:first-child:not(:only-child):hover,
#site-navigation ul.children li:first-child:not(:only-child):hover,
#site-navigation ul.sub-menu li:first-child:not(:only-child).focus,
#site-navigation ul.children li:first-child:not(:only-child).focus,
#site-navigation ul.sub-menu li:first-child:not(:only-child).current-menu-item,
#site-navigation ul.children li:first-child:not(:only-child).current-menu-item {
  border-radius: 18px 18px 0 0;
}

/* Last item in multi-item submenu: round bottom corners */
#site-navigation ul.sub-menu li:last-child:not(:only-child),
#site-navigation ul.children li:last-child:not(:only-child),
#site-navigation ul.sub-menu li:last-child:not(:only-child):hover,
#site-navigation ul.children li:last-child:not(:only-child):hover,
#site-navigation ul.sub-menu li:last-child:not(:only-child).focus,
#site-navigation ul.children li:last-child:not(:only-child).focus,
#site-navigation ul.sub-menu li:last-child:not(:only-child).current-menu-item,
#site-navigation ul.children li:last-child:not(:only-child).current-menu-item {
  border-radius: 0 0 18px 18px;
}


#site-navigation ul.sub-menu li a,
#site-navigation ul.children li a {
  line-height: 24px;
  padding: 10px 15px;
  overflow: hidden;
  color: #fff;
  transition: none;
}

#site-navigation ul.sub-menu li:hover,
#site-navigation ul.children li:hover,
#site-navigation ul.sub-menu li.current-menu-item,
#site-navigation ul.sub-menu li.focus,
#site-navigation ul.children li.focus,
#site-navigation ul.sub-menu li.focus.current-menu-item {
  background-color: #fff;
}

#site-navigation ul.sub-menu .menu-item-description,
#site-navigation ul.children .menu-item-description {
  display: none;
}

#site-navigation ul.sub-menu li ul,
#site-navigation ul.children li ul {
  right: 9999em;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul,
#site-navigation ul.sub-menu li.focus>ul,
#site-navigation ul.children li.focus>ul {
  right: -100%;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}

#site-navigation ul li.menu-item-has-children>a:before,
#site-navigation ul li.page_item_has_children>a:before {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:before,
#site-navigation ul.children li.page_item_has_children>a:before {
  content: "\f078";
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
  padding-right: 30px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-menu-ancestor>a,
#site-navigation ul li.focus>a {
  color: #ad7d5c;
}

/* -----------------------------------------------
header layout two css
 ------------------------------------------------*/

.header--header-main-layout--two .purenote-pro-logo-menu.purenote-pro-flex{
  justify-content: space-between;
  margin-bottom: 30px;
}

.header--header-main-layout--two #site-navigation{
  margin:unset;
}

.header--header-main-layout--two .purenote-pro-logo-search, .header--header-main-layout--three .purenote-pro-search-subscribe{
  border-top:1px solid #efefef;
}

.header--header-main-layout--two .social-icons-wrapper{
  margin:0;
}

.header--header-main-layout--two .header-search-wrapper{
  margin:0;
}

.header--header-main-layout--two .np-icon-elements{
  margin-left:auto;
}

.header--header-main-layout--two .search-icon a{
  margin-top:0;
}

.header--header-main-layout--two .site-logo-wrapper, .header--header-main-layout--three .site-logo-wrapper{
  padding: 20px 0px 0px;
}

.header--header-main-layout--two .is-sticky .purenote-pro-logo-search, .header--header-main-layout--three .is-sticky .purenote-pro-search-subscribe{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
  z-index: 999;
}

/* -----------------------------------------------
header layout three css
 ------------------------------------------------*/

.header--header-main-layout--three .purenote-pro-search-subscribe #site-navigation{
  margin:0;
}

.header--header-main-layout--three .purenote-pro-container.purenote-pro-flex{
  gap:15px;
}

.header--header-main-layout--three .purenote-pro-logo-menu{
  justify-content: center;
  display: grid;
  margin-bottom: 10px;
}


/* -----------------------------------------------------
search css
 ------------------------------------------------------*/

.search-icon a {
    color: #686868;
    margin-left: 15px;
    display: block;
    font-size: 20px;
    margin-top: 3px;
}

.search-form-wrap {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #ad7d5c;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 300px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.header-search-wrapper .search-form-wrap .search-submit {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  float: left;
  padding: 10px 0 10px;
  width: 30%;
  height: 36px;
  background: #ad7d5c;
}

.header-search-wrapper .search-form-wrap .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 70%;
  float: left;
}

.search-form-wrap.active-search {
  opacity: 1;
  visibility: visible;
  top: 45px;
}

.header-search-wrapper {
    position: relative;
    margin-left: auto;
}

.site-logo-wrapper .purenote-pro-container.purenote-pro-grid {
    grid-template-columns: 16% 84%;
    align-items: center;
}

/* live search ajax  css
   --------------------------------------------- */
   
   .purenote-pro-search-results-wrap {
     padding: 15px 3px 0;
   }
   
   .search-form-wrap .purenote-pro-search-posts-wrap {
     max-height: 600px;
     overflow-y: scroll;
     padding-right: 8px;
     color: #000;
     text-align: left;
     width: 100%;
     line-height: 2.3;
     font-weight: 600;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-search-suggestion-category {
     font-weight: 600;
     list-style: lower-alpha;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-search-suggestion-category li {
     border-top: 1px solid #e9e9e9;
     color: #424542;
     font-weight: 500;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  {
     display: flex;
     padding: 10px 0;
     border-bottom: 1px solid #e1e1e1;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item :last-child {
     border-bottom: none;
     padding-bottom: 0;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  .purenote-pro-post-thumb-wrap {
     flex: 0 1 20%;
     margin-right: 15px;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  .purenote-pro-post-thumb-wrap img {
     display: block;
     height: auto;
     max-width: 100%;
     vertical-align: middle;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  .purenote-pro-post-element {
     flex: 0 1 80%;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item .no-img-post .purenote-pro-post-thumb-wrap {
     flex: 0;
     margin: 0;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  .purenote-pro-post-element .purenote-pro-post-title {
     margin: 0 0 6px;
     line-height: 22px;
     font-size: 14px;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  .purenote-pro-post-element .purenote-pro-post-title a {
     color: #212121;
     font-size: 14px;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  .purenote-pro-post-element .purenote-pro-post-title a:hover {
     color: #0065C1;
   }

   .purenote-pro-search-suggestion-category li a{
    font-size: 14px;
   }
   
   .purenote-pro-search-results-wrap .purenote-pro-article-item  .purenote-pro-post-element .posted-on {
     font-size: 12px;
     display: block;
     margin-top: -2px;
   }
   
   .header-search-wrapper .search-form-wrap .search-form label {
     border-radius: 0;
     padding: 0;
     width: 80%;
     float: left;
     position: relative;
   }
   
   .search-form.retrieving-posts label::before {
     content: "\eb47";
     font-family: boxicons !important;
     font-weight: 600;
     display: inline-block;
     color: #B6B6B6;
     position: absolute;
     right: 5px;
     border-radius: 50%;
     top: 0px;
     font-size: 20px;
     -webkit-animation: tie-spin 3s infinite linear;
     animation: tie-spin 3s infinite linear;
   }
   
   @keyframes tie-spin {
     0% {
       -webkit-transform: rotate(0deg);
       transform: rotate(0deg);
     }
   
     100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
     }
   }
   
   .search-results-wrap.no-posts-found h2 {
     margin: 0;
     font-size: 1.3rem;
   }
   
   .search-results-wrap.no-posts-found p {
     margin: 8px 0 0;
   }
   
   /* clears the â€˜Xâ€™ from Internet Explorer */
   .search-form.retrieving-posts label input[type=search]::-ms-clear {
     display: none;
     width: 0;
     height: 0;
   }
   
   .search-form.retrieving-posts label input[type=search]::-ms-reveal {
     display: none;
     width: 0;
     height: 0;
   }
   
   /* clears the â€˜Xâ€™ from Chrome */
   .search-form.retrieving-posts label input[type="search"]::-webkit-search-decoration,
   .search-form.retrieving-posts label input[type="search"]::-webkit-search-cancel-button,
   .search-form.retrieving-posts label input[type="search"]::-webkit-search-results-button,
   .search-form.retrieving-posts label input[type="search"]::-webkit-search-results-decoration {
     display: none;
   }

   .header-search-wrapper .search-form-wrap .search-submit{
    width:20%;
   }

   .header-search-wrapper .search-form-wrap .search-field{
    width:100%;
    height:37px;
   }
   

/* ----------------subscribe button css------------------ */

span.custom-icon {
    padding-right: 5px;
}

.custom-button-wrap.purenote-pro-icon-elements a  {
  color: #fff;
  padding: 10px 15px;
  border-radius: 40px;
  background: #ad7d5c;
  font-weight: 700;
  box-shadow: 2px 3px 8px rgb(0 0 0 / 25%);
  display: flex;
}

.custom-bullhorn-icon i {
  animation: shoutShake 0.5s infinite;
}

@keyframes shoutShake {
  0% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  80% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0);
  }
}

span.custom-bullhorn-icon {
  padding: 0px 7px;
}

.purenote-pro-search-subscribe.purenote-pro-flex {
    gap: 18px;
}

.purenote-pro-logo-menu.purenote-pro-flex {
    gap: 20px;
}

.purenote-pro-banner-wrapper .purenote-pro-container {
  gap: 30px;
  align-items: start;
}


.post-image.hover-effect--one {
  overflow: hidden;
}


.purenote-pro-banner-wrapper .post-thumbnail-wrap{
    height: 100%;
}

.purenote-pro-banner-wrapper .post-thumbnail-wrap img {
    width: 100%;
    height: 100%;  
    display: block;
    border-radius:10px;
}

.post-image.hover-effect--one img {
  transform: scale(1);
  transition: 0.5s ease;
}


.purenote-pro-banner-wrapper .slide-content-wrap .slide-title{
  line-height: 1.2;
  margin-top:10px;
}


.purenote-pro-slider-block .lSSlideOuter .post-meta-wrap {
  padding: 20px 0px;
}

.purenote-pro-slider-block {
  width: 69%
}

.lSSlideOuter {
  width:70%;
}

.purenote-pro-banner-wrapper  .lSAction>a {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  border-radius: 10px;
  margin: 0 2px;
  opacity: 1;
  position: static;
  text-align: center;
}

.purenote-pro-banner-wrapper .lSAction>a:hover {
  background-color: #fff;
  color:#000;
}

.purenote-pro-banner-wrapper .lSAction {
  position: absolute;
  right: 20px;
  top: 20px;
}

.lSAction>a {
  width: 36px;
  display: block;
  top: 50%;
  height: 36px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px;
}

.purenote-pro-banner-wrapper .post-cats-list{
  position: unset;
}

.purenote-pro-banner-wrapper .slide-title a {
  font-size: 28px;
  color:#000;
}

.purenote-pro-banner-wrapper .single-slide-wrap.no-image {
  grid-template-columns: 100%;
}


.banner-placed--slider-tab .purenote-pro-container.purenote-pro-flex,
.banner-placed--block-tab .purenote-pro-container.purenote-pro-flex {
  align-items: start;
}

.banner-placed--slider-block .purenote-pro-slider-block,
.banner-placed--block .purenote-pro-slider-block,
.banner-placed--slider .purenote-pro-slider-block {
  width: 99%;

}

.purenote-pro-banner-wrapper.has-banner-bg-color {
  padding: 40px 0 30px;
}

.purenote-pro-banner-wrapper.has-banner-bg-image {
  padding: 60px 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.purenote-pro-banner-wrapper.has-banner-bg-image .purenote-pro-container {
  position: relative;
  z-index: 9;
}

.purenote-pro-banner-wrapper .purenote-pro-slider-block .post-excerpt {
    font-size: 14px;
}


.purenote-pro-banner-wrapper .slide-content-wrap {
    position: absolute;
    background: #fff;
    bottom: 30px;
    z-index: 9999;
    left: 30px;
    opacity: 0.9;;
    width:94%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 8px 25px #0000000d;
}


.single-slide-wrap {
    height: 580px;
    position: relative;
    overflow: hidden;
}

.purenote-pro-banner-wrapper .lSSlideOuter .post-excerpt{
  padding:8px 0px;
}

.single-slide-wrap .post-thumbnail-wrap {
    height: 580px;
}


/*--------------------------------------------
 tabbed wrapper
-------------------------------------------- */

.timeline-wrap{
  width:30%;
}

.timeline-wrapper .single-post-wrapper {
    align-items: center;
    padding: 10px;
    display: inline-flex;
    background-color: #fff;
    margin-bottom: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    width: 100%;
}

.timeline-wrapper .single-post-wrapper:last-child{
    margin-bottom: 0px;
}


.timeline-wrapper .post-title {
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 5px;
}

.timeline-wrapper .post-title a, .category-name a, #np-site-mode-wrap a#mode-switcher{
  color:#000;
}

.timeline-wrapper .post-thumbnail-wrap {
flex: 0 1 35%;
  margin-right: 14px;
  overflow: hidden;
  height: 98px;
}

.timeline-wrapper .post-title-wrap {
    flex: 0 1 65%;
}

.timeline-wrapper .post-thumbnail-wrap .post-image{
      height: 100%;
    overflow: hidden;
    position: relative;
}

/* --------------------banner-placed--slider -------------------*/

.banner-placed--slider .lSSlideOuter, .banner-layout--two .lSSlideOuter{
  width: 100%;
}

.banner-placed--slider  .single-slide-wrap, .banner-layout--two .single-slide-wrap{
  height:auto;
}

.lSSlideWrapper{
  border-radius: 10px;
}

.banner-layout--two .single-slide-wrap .post-thumbnail-wrap{
  height:100%;
}

.purenote-pro-banner-wrapper.banner-placed--slider .slide-content-wrap , .banner-layout--two .slide-content-wrap {
    width: 96%;
}


/* -----------------------------------banner-placed--timeline-------------------------- */

.purenote-pro-banner-wrapper.banner-placed--timeline .timeline-wrap, .banner-layout--two .timeline-wrap{
 width: 100%;
}

.purenote-pro-banner-wrapper.banner-placed--timeline .timeline-wrapper, .banner-layout--two .timeline-wrapper {   
    display: inline-grid;
    gap: 20px;
    grid-template-columns: 32.3% 32.3% 32.3%;
}

.purenote-pro-banner-wrapper.banner-placed--timeline .purenote-pro-container, .banner-layout--two .purenote-pro-banner-wrapper .purenote-pro-container{
  display: block;
}

.purenote-pro-banner-wrapper.banner-placed--timeline .timeline-wrapper .single-post-wrapper, .banner-layout--two .timeline-wrapper .single-post-wrapper {
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.purenote-pro-banner-wrapper.banner-placed--timeline .timeline-wrapper .post-title-wrap , .banner-layout--two  .timeline-wrapper .post-title-wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    color: #fff;
    padding: 20px 20px 15px;
    z-index: 2;
    background: #0000006b;
}

.purenote-pro-banner-wrapper.banner-placed--timeline .timeline-wrapper .post-cats-wrap,.banner-layout--two  .timeline-wrapper .post-cats-wrap  {
    justify-content: center;
    display: flex;
    color: #fff;
}

.purenote-pro-banner-wrapper.banner-placed--timeline .timeline-wrapper  .post-thumbnail-wrap, .banner-layout--two  .timeline-wrapper .post-thumbnail-wrap {
    height: 100%;
    margin-right: 0px;
}

.purenote-pro-banner-wrapper.banner-placed--timeline .timeline-wrapper a, .banner-layout--two  .timeline-wrapper a{
  color:#fff;
}

.fullwidth-webstory-banner .purenote-pro-web-stories {
  margin:30px 0px;
}

.webstory-banner-fullwidth .purenote-pro-web-stories, .webstory-fullwidth-banner .block-wrapper {
  margin:0px 0px 30px;
}

.webstory-fullwidth-banner .purenote-pro-web-stories{
  margin-top:0px;
}

.webstory-banner-fullwidth .frontpage-block .block-wrapper, .banner-webstory-fullwidth .frontpage-block .block-wrapper{
  margin-bottom: 10px;
}

.banner-layout--two .banner-placed--slider-timeline .timeline-wrap{
  margin-top:20px;
}

/* ----------------------------------------------
highlight slider css 
----------------------------------------------*/

.block-wrapper-button {
    margin-left: auto;
    text-align: right;
    padding-bottom: 15px;
}

.block-wrapper-title-description {
    display: flex;
    gap: 10px;
    align-items: center;
}

.block-description {
    border-left: 1px solid #959595;
    padding-left: 10px;
}

.block-wrapper .lSSlideOuter{
  width:100%;
}

.blog-carousel-block .lSAction a {
    background: #fff;
    opacity: 1;
    text-align: center;
    line-height: 36px;
    width: 35px;
    height: 35px;
    color: #333;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    left: 4px;
    pointer-events: auto;
}

.blog-carousel-block .lSAction a.lSNext {
    left: auto;
    right: 5px;
}

.blog-carousel-block .lSAction {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.frontpage-block .purenote-pro-container{
  position: relative;
}

.block-label-button{
  color: #fff;
    padding: 8px 15px;
    border-radius: 40px;
    background: #ad7d5c;
    font-weight: 700;
    box-shadow: 2px 3px 8px rgb(0 0 0 / 25%);
}

.block-label-button:hover{
  background-color: #fff;
  color:#ad7d5c;
}

.purenote-pro-site-layout--boxed .blog-carousel-block .lSAction a.lSPrev {
left:28px;
}

.purenote-pro-site-layout--boxed .blog-carousel-block .lSAction a.lSNext {
    right: 23px;
}

/* ------------------------------------
highlight slider layout two css 
------------------------------------------ */

.block-wrapper.block-layout--two .post-content-wrap {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    color:#fff;
}

.block-wrapper.block-layout--two .post-content-wrap a,.block-wrapper.block-layout--two .entry-title a {
    color: #fff;
}

.block-wrapper.block-layout--two .block-post-wrap{
  position: relative;
}

.block-wrapper.block-layout--two .block-post-wrap .entry-title{
  margin-bottom: 0;
}

.block-wrapper.block-layout--two .block-post-wrap .post-thumbnail:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background-image: linear-gradient(to bottom, transparent, #000);
}

/* -----------------------------------------------
grid and list layout
------------------------------------------------- */

.archive-style--grid .archive-content-wrapper article {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 30px;
}

.archive-style--grid .archive-content-wrapper {
  margin-left: -2%;
}

.archive-content-wrapper article .purenote-pro-post-content-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    z-index: 2;
    position: relative;
}

.archive-content-wrapper .post-thumbnail-wrap img{
  border-radius: 10px 10px 0px 0px;
}

.archive-style--list .post-thumbnail-wrap img{
  border-radius: 10px;
}


.archive-style--list .archive-content-wrapper article .single-post-wrap, .search.archive-style--list .archive-content-wrapper article {
    display: grid;
    grid-template-columns: 40% 57%;
    column-gap: 3%;
    align-items: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    padding: 20px;
}

.archive-style--list .archive-content-wrapper article .purenote-pro-post-content-wrap {
    margin-top: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    box-shadow: none;
}

.post-min-read,.post-thumbnail-wrap .post-min-read{
  display: none;
}

.post-thumbnail-wrap {
    position: relative;
}

.post-cat-item a, .purenote-pro-web-stories .content-wrap .cat-item a {
    color: #ffffff;
    border: 1px solid #ad7d5c;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    padding: 4px 12px;
    transition: all 0.25s ease-in 0s;
    background-color: #ad7d5c;
}

.post-cats-wrap .post-cat-item a:hover, .highlight-slider-wrapper .post-categories li.post-cat-item a:hover, .widget .latest-posts-wrapper .post-cat-item a:hover,.purenote-pro-web-stories .content-wrap .cat-item a:hover {
  background-color:#fff;
}

 .post-cats-list {
    position: absolute;
    top: 10px;
    left: 10px;
 }

.archive-content-wrapper .button-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #e7e7e7;
    padding-top: 10px;
    border-image: repeating-linear-gradient(to right, #DBDBDA 0 10px, transparent 0px 16px);
    border-image-slice: 1;
}

.read-more-button a {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

/*------------------------------- grid layout two ------------------------ */

.archive-content-wrapper .posts-layout--two .purenote-pro-post-content-wrap {
    border-radius: 20px;
    width: 95%;
    margin: 0 auto -100px;
    background: #fff;
    position: relative;
    top: -40px;
    padding: 20px;
    margin-bottom: 0px;
}

.archive-style--grid .archive-content-wrapper article.posts-layout--two{
  margin-bottom: 0px;
}

/*---------------------------------- archive list style two ---------------------------------*/

.archive-style--list .archive-content-wrapper article.posts-layout--two:nth-child(2n) {
    direction: rtl;
}

.archive-style--list .archive-content-wrapper article.posts-layout--two:nth-child(2n) .posted-on a {
    padding-right: 5px;
}

.archive-style--list .archive-content-wrapper article.posts-layout--two .purenote-pro-post-content-wrap{
  top:0;
  margin:0;
}


/* -----------------------------------------
navigation css 
------------------------------------------*/

.nav-links {
  text-align: center;
}

.navigation .nav-links .page-numbers {
  padding: 0 14px;
  display: inline-block;
  border-bottom: 3px solid #ce7900;
  color: #242424;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 3px;
  border-radius: 10px;
  border-color: #ad7d5c;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}

.navigation .nav-links a.page-numbers:hover,
.navigation .nav-links .page-numbers.current {
  background: #fff;
  color: #000;
}

.purenote-pro-container.purenote-pro-flex.footer-bottom-wrapper {
  justify-content: space-between;
}

.nav-links .nav-next a, .nav-links .nav-previous a {
    box-shadow: 0 0 15px rgb(0 0 0 / 14%);
    display: grid;
    grid-template-columns: 20% 80%;
    overflow: hidden;
    gap: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-wrap: wrap;
    align-items: center;
    font-size: 14px;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #d9d6d6;
}

.nav-links .nav-next a{
  grid-template-columns: 80% 20%;
}

/*---------------------------------------------
 Footer css
--------------------------------------------- */

#colophon{
  position: relative;
}

.site-footer ul.sub-menu {
  display: none;
}

.site-footer ul {
  margin: 0px;
}

.site-footer {
  background-color: #ad7d5c;
  padding: 20px 0px;
  margin-top: 30px;
}

.site-footer .wp-block-heading,
.site-footer a,
.site-footer a:hover,
.site-footer .purenote-pro-container,
.site-footer p,
.site-footer a:hover,
.site-footer span,
.site-info .widget a,
.site-footer .widget a:hover,
.site-footer .latest-posts-wrapper .entry-meta .published,
.site-footer .widget_archive a,
.site-footer .widget_categories a,
.site-footer .widget_recent_entries a,
.site-footer .widget_meta a,
.site-footer .widget_recent_comments li,
.site-footer .widget_rss li,
.site-footer .widget_pages li a,
.site-footer .widget_nav_menu li a,
.site-footer .wp-block-latest-posts li a,
.site-footer .wp-block-archives li a,
.site-footer .wp-block-categories li a,
.site-footer .wp-block-page-list li a,
.site-footer .wp-block-latest-comments li,
.site-footer .widget_archive a::before,
.site-footer .widget_categories a::before,
.site-footer .widget_recent_entries a::before,
.site-footer .widget_meta a::before,
.site-footer .widget_recent_comments li::before,
.site-footer .widget_rss li:before,
.site-footer .widget_pages li a:before,
.site-footer .widget_nav_menu li a:before,
.site-footer .wp-block-latest-posts li a:before,
.site-footer .wp-block-archives li a:before,
.site-footer .wp-block-categories li a:before,
.site-footer .wp-block-page-list li a:before,
.site-footer .wp-block-latest-comments li:before {
  color: #fff;
}

.purenote-pro-grid {
  display: grid;
}

.footer-text a,
.site-info,
.site-footer .footer-widget .entry-title a,
#colophon .widget-title,
#colophon .widget a,
#colophon .widget a:hover {
  color: #fff;
}

#footer-widget-area {
	padding: 40px 0 10px;
  z-index: 99;
}

#colophon .post-cat-item a{
  color:#000;
  border: 1px solid #fff;
}

.footer-widget--column-four .footer-widget-wrapper.purenote-pro-grid {
  grid-template-columns: repeat(4, calc(25% - 1.5em));
}

.footer-widget-wrapper.purenote-pro-grid {
  grid-column-gap: 2em;
}

.footer-widget--column-two .footer-widget-wrapper.purenote-pro-grid {
  grid-template-columns: repeat(2, calc(50% - 1em));
}

.footer-widget--column-three .footer-widget-wrapper.purenote-pro-grid {
  grid-template-columns: repeat(3, calc(33.33% - 1.33em));
}

.footer-widget--column-one .footer-widget-wrapper.purenote-pro-grid {
  grid-template-columns: 100%;
}

.purenote-pro-footer .footer-text {
  text-align: center;
  padding: 20px 0px 0px;
}

.purenote-pro-site-layout--separate #colophon .widget-area .widget {
  box-shadow: none;
  padding: 0px;
  border-radius: 0px;
}

.site-info {
  padding-top: 20px;
  border-top: 1px dotted #fff;
}

.footer-menu-wrap .menu ul , .footer-menu-wrap ul.menu {
  display: flex;
  gap: 10px;
  font-size:14px;
}

.footer-left{
  float: left;
}

.footer-right{
  float: right;
}

#colophon.has-bg-image::before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------------------------
    Scroll Up  css
------------------------------------ */

#purenote-pro-scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #ad7d5c;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.5s ease;
}

#purenote-pro-scrollup.align-left {
  left: 40px;
  right: auto;
}

#purenote-pro-scrollup.align-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

/*---------------------------------
   widget title design  css
  ------------------------------------ */
.timeline-title, .widget-title , .wp-block-heading , .purenote-pro-title , .block-title{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

/* Outer pulsing ring before text */
.timeline-title::before , .widget-title:before , .wp-block-heading:before, .purenote-pro-title:before, .block-title:before{
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid currentColor;
    background-color: transparent;
    animation: pulse-ring 1.5s infinite ease-out;
}

/* Inner dot */
.timeline-title::after, .widget-title:after, .wp-block-heading:after, .purenote-pro-title:after, .block-title:after {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    margin-top: 0px;
    border-radius: 50%;
    background-color: currentColor;
}

article .wp-block-heading:before, article .wp-block-heading:after{
display: none;
}
 
/* Pulse animation: ring expands and fades */
@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(2.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


 
   /* error 404 page css
  --------------------------------------------- */
  .error-404 .page-caption {
    font-weight: 900;
    font-size: 250px;
}

.error-404.not-found {
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 30px;
    text-align: center;
    font-size: 18px;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}
  .error404  .page-title {
  font-size: 27px;
  margin-bottom: 15px;
  }

  .error404 .page-content p{
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  }

  .error-404 .page-content .search-field, .no-results .search-field {
  width: 70%;
  margin-right: -5px;
  height: 45px;
  padding: 5px 10px;
  border-radius: 30px 0px 0px 30px;
  }

  .page-content input[type="submit"], .button-back-home {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 25px 14px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    border-radius: 0px 30px 30px 0px;
}

  .error-404 .search-form{
  margin-bottom: 30px;
  text-align: center;
  }

  /* 404 dynamic caption container */

.error-container {
  text-align: center;
  font-size: 180px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  margin: 20px 15px;
  color: #F56991; /* default color for the entire word */
}

.error-container > span {
  display: inline-block;
  transition: color 1s ease-in-out;
}


   /* error 404 page image css
  --------------------------------------------- */

  .error-page-layout--two .error-404 {
    text-align: center;
    background: #f8f8f8;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    padding: 100px 0;
    margin: 30px 0 30px;
    position: relative;
    width: 100%;
  }
  .error404 .error-page-layout--two .page-title{
    font-size: 18px;
    margin: 2px 0px;
  }

  .error-page-layout--two .error-404 .page-caption {
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
  }

.error-page-layout--two .error-404 .page-header {
    z-index: 10;
    background-color: #f8f8f8;
    width: 100%;
    position: relative;
    top: -181px;
    text-transform: uppercase;
    padding: 2px;
    width: 70%;
    margin: 0 auto -60px;
}

.error-404.not-found .error-button-wrap a:hover{
  background-color: #ce7900;
  color:#fff;
}

.error-404.not-found .error-button-wrap a {
    background: #ffff;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 3px solid #e3e3e3;
    color: #1a1a1a;
    border-radius: 10px;
}

.error-button-wrap a {
    margin: 0 10px;
}

  /* 404 dynamic caption container */

.error-container {
  text-align: center;
  font-size: 180px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  margin: 20px 15px;
  color: #F56991; /* default color for the entire word */
}

.error-container > span {
  display: inline-block;
  transition: color 1s ease-in-out;
}


   /* error 404 page image css
  --------------------------------------------- */

  .error-page-layout--two .error-404 {
    text-align: center;
    background: #f8f8f8;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    padding: 100px 0;
    margin: 30px 0 30px;
    position: relative;
    width: 100%;
  }
  .error404 .error-page-layout--two .page-title{
    font-size: 18px;
    margin: 2px 0px;
  }

  .error-page-layout--two .error-404 .page-caption {
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
  }

.error-page-layout--two .error-404 .page-header {
    z-index: 10;
    background-color: #f8f8f8;
    width: 100%;
    position: relative;
    top: -181px;
    text-transform: uppercase;
    padding: 2px;
    width: 70%;
    margin: 0 auto -60px;
}

.error-404.not-found .error-button-wrap a:hover{
  background-color: #ce7900;
  color:#fff;
}

.error-404.not-found .error-button-wrap a {
    background: #ffff;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 3px solid #e3e3e3;
    color: #1a1a1a;
    border-radius: 10px;
}

.error-button-wrap a {
    margin: 0 10px;
}


/*---------------------------------
    Latest wrapper and trending wrapper  css
  ------------------------------------ */


.trending-posts .post-thumbnail-wrap,
.latest-posts-wrapper .post-thumbnail-wrap {
  display: inline-block;
  width: 40%;
  height: auto;
  margin: 0px -4px 0px 0px;
  vertical-align: middle;
}

.trending-posts-wrapper .lSSlideOuter{
  margin:0;
}


.latest-posts-wrapper .post-wrap:last-child{
  margin-bottom: 0;
}

.trending-posts .post-content-wrap,
.latest-posts-wrapper .post-content-wrap {
  width: 56%;
  margin: 0 -4px 0px 4%;
  vertical-align: middle;
  display: inline-block;
  padding:0;
}

.single .latest-posts-wrapper .post-cats-list{
  position: static;
}

.latest-posts-wrapper .post-wrap{
  margin-bottom:10px;
}


.latest-posts-wrapper .post-thumbnail-wrap .post-min-read {
  display: none;
}

.latest-posts-wrapper .post-wrap.no-image .post-content-wrap {
  width: 100%;
}

.trending-posts-wrapper .entry-title a,
.latest-posts-wrapper .entry-title a {
  font-size: 15px;
  line-height: 24px;
}

.trending-posts-wrapper .entry-title {
  line-height: 0.9;
}

.latest-posts-wrapper .entry-title{
  line-height: 10px;
}

.widget .trending-posts-wrapper .post-cat-item a:hover,.widget .latest-posts-wrapper .post-cat-item a:hover {
  color:#fff;
}

.trending-posts-wrapper .lSAction {
  top: 0px;
  right: 0;
  position: absolute;
}

.trending-posts-wrapper .lSAction a {
  background: none;
  background-position-x: 0%;
  background-position-y: 0%;
  color: #302f2f;
  border: 1px solid #e1e1e1;
  line-height: 32px;
  display: inline-block;
  margin-left: 10px !important;
  font-size: 18px;
  position: static;
  width: 32px;
  height: 32px;
  text-align: center;
}

.trending-posts-wrapper .lSSlideWrapper,
.trending-posts-wrapper .lSSlideOuter.vertical {
  position: static;
}

.purenote-pro-aside.trending-posts-wrapper {
  position: relative;
}

.trending-posts .post-wrap {
  overflow: hidden;
}

.trending-posts .post-cats-list, .latest-posts-wrapper .post-cats-list{
  position: static;
}

.trending-posts .post-cat-item a,
.latest-posts-wrapper .post-cat-item a{
  padding:3px 12px;
  font-size: 12px;
  color:#fff;
}

.meta-reading-time{
  display: none;
}

/*---------------------------------
   HIghlight slider  css
  ------------------------------------ */

.highlight-image {
  position: relative;
}

.highlight-title{
  margin-bottom: 0;
}

/* ==========================================
   HIGHLIGHTS WRAPPER
========================================== */
.carousel-posts-wrap.blogzee-card {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.highlight-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.highlight-slider-wrapper .swiper-wrapper {
    display: flex;
    transition: transform 0.35s ease;
    gap: 15px; 
    padding-right: 5px;
}

.highlight-slider-wrapper .swiper-slide {
flex: 0 0 316px;
    max-width: 316px;
    background: #fff;
    transition: 0.3s ease;
}

.purenote-pro-site-layout--full-width .highlight-slider-wrapper .swiper-slide{
  flex: 0 0 336px;
    max-width: 336px;
}

.highlight-slider-wrapper .swiper-slide:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,0.16);
}


.highlight-slider-wrapper .post-thumb-wrap {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.highlight-slider-wrapper .post-thumb-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 18px;
}


.highlight-slider-wrapper .post-categories {
    position: absolute;
    top: 10px;
    left: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-slider-wrapper .post-categories .cat-item a {
    background: #ff3fb6;
    padding: 6px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
}

.highlight-slider-wrapper .post-title a {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    margin-top:10px;
    display: block;
    text-decoration: none;
}

.highlight-slider-wrapper .post-title a:hover {
    color: #ff3fb6;
}

.highlight-slider-wrapper .post-meta {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.highlight-slider-wrapper .post-meta i {
    color: #222;
    font-size: 14px;
}


.custom-button-prev,
.custom-button-next {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.custom-button-prev { left: 0px; }
.custom-button-next { right: 0px; }

.custom-button-prev i,
.custom-button-next i {
    color: #000;
    font-size: 16px;
}

/*---------------------------------
    Widget author  css
  ------------------------------------ */

.purenote-pro-author-profile-wrapper .author-info-wrap .author-avatar {
  width: 85px;
  height: 85px;
  display: inline-block;
  margin: 0 10px 5px 0px;
}

.purenote-pro-author-profile-wrapper .author-info-wrap .author-avatar img {
  border-radius: 50px;
}

.purenote-pro-author-profile-wrapper .author-info-wrap .author-name {
  width: 65%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
}


/* preloader */

#purenote-pro-preloader {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#purenote-pro-preloader .preloader-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* single page  */

button.wp-block-search__button:hover{
  background-color:#d2d1d1;
}

.single #primary article h1.entry-title{
  margin-top:5px;
}
.single.purenote-pro-site-layout--separate #primary .related-posts-wrapper article{
  position: relative;
}

.single-posts-layout--two .purenote-pro-post-title-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90%;
    background: rgba(0, 0, 0, 0.6);
    margin-left: -45%;
    padding: 20px 20px 30px;
    text-align: center;
}

.single-posts-layout--two #primary article span, .single-posts-layout--two #primary article .entry-title, .single-posts-layout--two #primary article .post-meta-wrap a {
    color: #fff;
}

.single-posts-layout--two #primary article .post-meta-wrap {
  justify-content: center;
}

.single.purenote-pro-site-layout--separate.single-posts-layout--two #primary .post-cats-list{
  position: relative;
  top: unset;
  left: unset;
  justify-content: center;
}

.single-posts-layout--two #primary article .entry-title{
  margin-top:5px
}

.single.purenote-pro-site-layout--separate.single-posts-layout--two #primary .related-posts-wrapper .post-cats-list {
    position: absolute;
    top: 10px;
    left: 10px;
}

.single-posts-layout--two #primary article .related-posts-wrapper span, .single-posts-layout--two #primary article .related-posts-wrapper .entry-title, .single-posts-layout--two #primary article .related-posts-wrapper .post-meta-wrap a{
  color:#000;
}


/* ----------------------- single page admin author css ------------------------------------ */

.purenote-pro-site-layout--separate .post-author-box-wrapper {
  padding: 23px 20px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}

.purenote-pro-author__avatar {
  display: inline-block;
  width: 12%;
  margin-right: 2%;
  vertical-align: top;
}

.purenote-pro-author__avatar img {
  border-radius: 80px;
  box-shadow: 0 0 5px rgb(147 147 147 / 37%);
  border: 2px solid #fff;
}


.purenote-pro-author-info {
  display: inline-block;
  width: 85%;
}

.post-author-box-wrapper {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.post-author-box-wrapper.author-box-layout--two .purenote-pro-author__avatar {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

.post-author-box-wrapper.author-box-layout--two {
    margin-top: 70px;
    background: #f9f9f9;
}

/* ----------------------- related css ------------------------------------ */

.related-post-title {
  margin-bottom: 10px;
}

.single-related-posts {
  margin-top: 10px;
}

.related-posts-wrapper {
  margin-left: -3%;
}

.related-posts-wrapper .entry-title {
  padding: 10px 0px 0px;
  line-height: 24px;
}

.entry-title {
	line-height: 1.2;
}

.related-posts-wrapper .entry-title a{
  font-size: 16px;
}

.single.purenote-pro-site-layout--separate #primary article,
.single.purenote-pro-site-layout--separate .archive-content-wrapper article {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

.purenote-pro-site-layout--boxed .archive-content-wrapper article {
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.related-posts-wrapper article {
  width: 30.33%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -4px;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}

.page-header .page-title {
  margin-top: 0;
}

/* ---------------------------------------------------------
 My story css
 -----------------------------------------------------------  */

 .purenote-pro-web-stories{
  margin:30px 0px 10px;
 }

.storiesWrapper{
  height: 100%;
  display: flex;
  overflow: visible!important;
}


.skin {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 16px;
  padding: 12px;
  color: #fff;
  background: #333;
}
.skin select {
  background: #fff;
  font-size: inherit;
  text-transform: none;
  max-width: 30%;
}

@media (min-width: 524px) {
  .disclaimer {
    margin: 12px auto;
  }
}

	.purenote-pro-web-stories  .indicators {
		position: absolute;
		bottom: 0cm;
		z-index: 9999;
		display: flex;
		padding: 3%;
		width: 100%;
		gap: 10px;
		margin: 0;
		cursor: pointer;
	}

	.purenote-pro-web-stories .indicators .indicator {
		height: 4px;
		display: block;
		background: #ffffff57;
		width: 100%;
		border-radius: 50px;
		list-style: none;
		overflow: hidden;
	}

  .stories.carousel .story > .item-link > .item-preview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(transparent 35%, #000000d9 100%);
    transition: background-color 0.3s ease-in-out;
}


.purenote-pro-web-stories .stories-wrap {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.purenote-pro-web-stories .stories-wrap::-webkit-scrollbar {
    display: none;
}

.purenote-pro-web-stories .story {
    flex: 0 0 auto;
    width: 247px;
}

.purenote-pro-web-stories .preview {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.purenote-pro-web-stories .preview:before {
    content: '';
    display: block;
    padding-bottom: 140%;
}

.purenote-pro-web-stories .preview-thumb {
    position: absolute;
    inset: 0;
    background: #ddd;
}

.purenote-pro-web-stories .preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purenote-pro-web-stories .preview-thumb:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 35%, #000000d9 100%);
    z-index: 1;
}

.purenote-pro-web-stories .story-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    z-index: 2;
    font-weight:500;
    text-decoration: none;
    color: #000;
}

.purenote-pro-web-stories .story-title-wrap {
    position: absolute;
    bottom: 0;
    padding: 8%;
    z-index: 2;
}

.purenote-pro-web-stories .story-title {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.purenote-pro-web-stories .inner-stories-wrap {
    position: fixed;
    inset: 0;
    background: #000;
    display: none;
    z-index: 10000;
    padding: 20px;
}

.purenote-pro-web-stories .inner-stories-wrap.open {
    display: flex;
    justify-content: center;
}
.purenote-pro-web-stories .inner-stories {
    width: 460px;
    height: 100%;
}

@media (max-width: 640px) {
    .purenote-pro-web-stories .inner-stories {
        width: 100%;
    }
}

.purenote-pro-web-stories .swiper-wrapper,
.purenote-pro-web-stories .swiper-slide,
.purenote-pro-web-stories .story-item,
.purenote-pro-web-stories .story-cover-wrap,
.purenote-pro-web-stories .story-cover {
    height: 100%;
}
.purenote-pro-web-stories .story-cover-wrap {
    position: relative;
}

.purenote-pro-web-stories .story-cover-wrap:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 35%, #000000d9 100%);
    z-index: 1;
}

.purenote-pro-web-stories .story-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purenote-pro-web-stories .swiper-slide-active .story-cover img {
    animation: zoomIn 5s ease-in-out forwards;
}

@keyframes zoomIn {
    from { transform: scale(1); }
    to   { transform: scale(1.2); }
}
.purenote-pro-web-stories .content-wrap {
    position: absolute;
    bottom: 0;
    padding: 6%;
    width: 100%;
    z-index: 2;
    color: #fff;
}

.purenote-pro-web-stories .content-wrap .title {
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    width: 89%;
    padding: 8px 0px;
}

.purenote-pro-web-stories .swiper-slide-active .content-wrap .title {
    animation: moveIn .3s linear forwards;
}

@keyframes moveIn {
    from { transform: translateX(50px); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}

.purenote-pro-web-stories .swiper-slide-active .meta-wrap,
.purenote-pro-web-stories .swiper-slide-active .post-categories {
    animation: slideIn .3s linear forwards;
}

@keyframes slideIn {
    from { transform: translateX(-50px); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.swiper-pagination li {
    margin: 0 5px;
}

.swiper-pagination li button {
    display: block;
    width: 10px; /* initial size */
    height: 4px;
    background: rgba(255,255,255,0.5);
    border: none;
    border-radius: 2px;
    transition: width 0ms linear;
    cursor: pointer;
}

.swiper-pagination li.swiper-active button {
    background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
}
.purenote-pro-web-stories .action-buttons {
    position: absolute;
    top: 30px;
    right: 12px;
    z-index: 10002;
}

.purenote-pro-web-stories .action-btn {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
}

.story-dots {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    display: flex;
    list-style: none;
    padding: 0 10px;
    margin: 0;
    z-index: 99;
    gap: 5px;
}
.story-dots li {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
}
.story-dots li button {
    display: block; width: 100%; height: 100%;
    background: none; border: none; padding: 0;
}
.story-dots li .progress-bar-inner {
    display: block; height: 100%; width: 0;
    background: #fff;
}
.story-dots li.completed .progress-bar-inner {
    width: 100% !important;
}

.swiper-slide .title a, .swiper-slide .cat-item a, .purenote-pro-web-stories .swiper-slide-active .meta-wrap a{
  color:#fff;
}

.purenote-pro-web-stories .swiper-slide-active .meta-wrap{
  display: flex;
  gap:20px;
}

.purenote-pro-web-stories .swiper-slide-active .post-date {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.swiper-button-next, .swiper-button-prev {
    svg {
        height: 50%;
        object-fit: contain;
        transform-origin: center;
        width: 100%;
        fill: currentColor;
        pointer-events: none;
    }
}

  

   /*---------------------------------
    Widget category  css
  ------------------------------------ */

  .widget .category-item {
    display: grid;
    grid-template-columns: 28% 70%;
    gap: 2%;
    padding: 0px 0px 10px;
    margin:10px 0px;
    align-items: center;
    border-bottom: 1px solid #efefef;
  }

  .widget .category-image {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    border: 2px solid #ffff;
  }

  .widget .category-name {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    text-transform: capitalize;
  }
   