/*!
Theme Name: Author Portfolio Pro
Theme URI: https://rswpthemes.com/author-portfolio-pro-wordpress-theme/
Author: RS WP THEMES
Author URI: https://rswpthemes.com
Description: Author Portfolio Pro is an easy-to-use WordPress Theme that is designed for those people who would like to start a blog about pets. But, it can be used for any kind of niche. This theme comes with a minimal look and responsive design. It has all the necessary options in the free version which are enough to launch your blog site without writing a single line of code. It is a speed-optimized theme that helps your website load within a blink of an eye and provides a great user experience to your visitors. The theme is developed with SEO-optimized codes and is schema.org markup ready to help your website rank higher in Google and other search engines. Furthermore, this theme is fully compatible with the popular WooCommerce plugin to allow you to sell your product via your website.
Version: 4.1.19
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: author-portfolio-pro
Tags: blog, news, e-commerce, grid-layout, one-column, two-columns, three-Columns, four-Columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, footer-widgets, flexible-header, theme-options, translation-ready, featured-images, block-styles, wide-blocks, sticky-post, featured-image-header, front-page-post-form, full-width-template, post-formats, threaded-comments

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

Author Portfolio Pro is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.woff2') format('woff2'),
        url('fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    color: #000000;
    overflow-x: hidden;
}

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

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0;
    background: #f1f1f1;
    padding: 1.25rem 1.25rem 1.25rem 3.125rem;
    border-left: 5px solid #000000;
    font-size: 1.2rem;
    line-height: 1.8;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# 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: #ffffff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #f1f1f1;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul ol,
ul ul,
ol ol,
ol ul {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 2em;
}

@media(max-width: 767px) {

    li>ul,
    li>ol {
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0.6em;
    }
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    width: auto;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #fb4747;
    border-radius: 0;
    background: #fb4747;
    color: #ffffff;
    line-height: 1.6;
    padding: .5em 1.5em;
    transition: .6s;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 400;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

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: #000000;
}

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: #000000;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    padding: 0.625em;
}

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: #000000;
    outline: none;
    border: 1px solid #000000;
}

select {
    border: 1px solid #000000;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #fb4747;
    text-decoration: none;
}

a:visited {
    color: #fb4747;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #fb4747;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    text-decoration: underline;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #444444;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #444444;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #f1f1f1;
}

.table tbody+tbody {
    border-top: 2px solid #f1f1f1;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #f1f1f1;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #f1f1f1;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Structure
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Pullquote
  ## Quote
  ## Separator
  ## Table
  ## Video
# Additional Theme Styles
  ## Color Palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Block Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/
/*.entry-content > * {
  margin: 36px auto;
  max-width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}
*/
/*.entry-content>.alignwide {
    max-width: 1070px;
    margin: 0 auto;
}
.entry-content>.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}
*/
/*@media screen and (min-width: 608px) {
  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
*/
/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/
.wp-block-code {
    padding: 0.8em 1em;
    margin-left: 14px;
    margin-right: 14px;
}

@media screen and (min-width: 608px) {
    .wp-block-code {
        margin-left: auto;
        margin-right: auto;
    }
}

/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/
.wp-block-cover-text p {
    padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/
.wp-block-group>.wp-block-group__inner-container>*:not(.container) {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group>.wp-block-group__inner-container>.alignwide {
    max-width: 1070px;
}

.wp-block-group>.wp-block-group__inner-container>.alignfull {
    max-width: 100%;
}

.wp-block-group.has-background>.wp-block-group__inner-container> :first-child {
    margin-top: 0;
}

.wp-block-group.has-background>.wp-block-group__inner-container>.alignfull {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.entry-content ul,
.entry-content ol {
    margin: 1.5em auto;
    max-width: 100%;
    list-style-position: outside;
}

.entry-content li {
    margin-left: 2.5em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
    margin-left: 0;
}

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/
.more-link {
    display: block;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/
.wp-block-pullquote>p:first-child {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/
.wp-block-quote {
    margin-left: 14px;
    margin-right: 14px;
    padding: 1rem;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    margin: 0;
}

.wp-block-quote>* {
    margin-left: 1rem;
}

blockquote.wp-block-quote.is-style-red-qoute {
    background: #00AF00;
    color: #ffffff;
}

blockquote.wp-block-quote.is-style-red-qoute p {
    margin-bottom: 15px;
    margin-top: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 36px auto;
    padding: 1rem 1.9rem;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 644px) {
    .wp-block-quote {
        margin: 36px auto;
    }
}

/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/
.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
.wp-block-table {
    overflow-x: auto;
    margin-left: 14px;
    margin-right: 14px;
    width: calc(100% - 28px);
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
}

@media screen and (min-width: 608px) {
    .wp-block-table {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.wp-block-video video {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Additional Theme Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Color Palette
--------------------------------------------------------------*/
.has-strong-blue-color {
    color: #0073aa;
}

.has-strong-blue-background-color {
    background-color: #0073aa;
}

.has-lighter-blue-color {
    color: #229fd8;
}

.has-lighter-blue-background-color {
    background-color: #229fd8;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* 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;
    -webkit-clip-path: none;
    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 {
    float: left;
    margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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;
    table-layout: fixed;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.site-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.lg-display-none {
    display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .widget-area {
        margin-top: 3.75rem;
    }
}

.blog-side-bar-column {
    position: sticky !important;
    top: 0;
    align-self: flex-start;
}

.blog-side-bar-column.sticky-sidebar-disbaled {
    position: static !important;
}

aside.widget-area .widget {
    box-shadow: none;
    background: #ffffff;
    padding: 0;
}

body.custom-background aside.widget-area .widget {
    padding: 20px;
    border-radius: 5px;
}

aside.widget-area .widget .widget-title {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

aside.widget-area .widget .widget-title:before {
    position: absolute;
    content: "";
    background: #fb4747;
    width: 50px;
    height: 3px;
    bottom: 0;
    border-radius: 0;
}

aside.hide-widget-border-title .widget .widget-title:before {
    display: none;
}

aside.hide-widget-border-title .widget .widget-title {
    border-bottom: none;
    padding-bottom: 0;
}

aside.show-widget-title-background .widget h2.widget-title {
    padding: 10px 20px;
}

.widget {
    margin-bottom: 2.575em;
}

.widget_categories li.cat-item {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    border-bottom: 1px solid #f1f1f1;
}

.widget.footer-layout-two {
    margin-bottom: 1.6em;
}

.footer-sidebar.widget .mc4wp-form-fields {
    display: flex;
}

.footer-sidebar.widget .mc4wp-form-fields input[type=submit] {
    margin-left: -5px;
}

.footer-sidebar.widget .mc4wp-form-fields input {
    border-radius: 0;
}

.footer-sidebar.widget form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    border-radius: 0;
    border: 0;
}

.footer-social-links .social-link {
    display: inline-block;
}

.footer-social-links .social-link a {
    padding: 0 .5em;
    color: #444444;
}

.footer-layout-two ul.menu li {
    margin: 0;
    padding: 0;
}

.widget.footer-layout-two:last-child {
    margin-bottom: 0;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .gallery-item {
    margin: 0;
}

.widget .gallery-item img {
    display: block;
    border: 1px solid transparent;
}

.widget .gallery {
    margin-bottom: 0;
}

.widget .widget-title,
.widget .widgettitle {
    padding: 1.25rem 0;
    margin-bottom: 1.2em;
    position: relative;
    border-bottom: 0;
    margin-top: 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    background: transparent;
    line-height: normal;
    border-bottom: 1px solid #f1f1f1;
}

.widget h2.widget-title.footer-title {
    color: #5CB85C;
    font-size: 1.7rem;
    position: relative;
    padding-top: 0;
    margin-bottom: 1.2em;
    padding-bottom: 1em;
}

.footer-content .widget .widget-title h4,
.footer-content .widget .widgettitle h4 {
    font-size: 1.375rem;
    text-transform: capitalize;
}

.footer-content .widget h2.widget-title.footer-title:before {
    position: absolute;
    width: 50px;
    height: 5px;
    content: "";
    background: #5CB85C;
    bottom: 0;
    left: 0;
    border-radius: 50px;
}

.footer-content .widget .widget-title,
.footer-content .widget .widgettitle {
    text-align: left;
}

@media only screen and (max-width: 991px) {

    .footer-content .widget,
    .footer-content .widget {
        margin-bottom: 40px;
    }

    .footer-content .widget .widget-title,
    .footer-content .widget .widgettitle {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.widget select {
    max-width: 100%;
    width: 100%;
    height: 2.5rem;
    border-color: #f1f1f1;
}

.widget a {
    color: #444444;
}

.widget .tagcloud a {
    color: #fff;
    background-color: #fb4747;
    display: inline-block;
    text-decoration: none;
    padding: 7px 15px;
    margin: 0.2em .12em;
    line-height: normal;
    border-radius: 3px;
    transition: .4s;
    font-size: 1rem !important;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
    background: #000000;
    color: #ffffff;
}

.widget ul,
.widget ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-content .widget ul,
.footer-content .widget ol {
    background: transparent;
    border-color: transparent;
    padding: 0;
}

.footer-content .widget p,
.footer-content .widget div {
    color: #444444;
}

.widget ul li,
.widget ol li {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.widget ul li a,
.widget ol li a {
    text-decoration: none;
    color: #444444;
    transition: .4s;
}

.footer-content .widget.widget_rss a {
    font-weight: 700;
}

.widget-area .widget.widget_rss a.rsswidget {
    font-weight: 700;
    color: #fb4747;
    display: block;
}

.rssSummary {
    margin: 15px 0;
}

.footer-content .widget.widget_rss span.rss-date,
.footer-content .widget.widget_rss cite {
    color: #444444;
    font-style: italic;
}

.footer-content .widget ul li a,
.footer-content .widget ol li a,
.footer-content .widget ul li,
.footer-content .widget ol li {
    color: #444444;
}

.footer-content .widget .menu-item-has-children>a {
    padding-bottom: 0.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-content .widget ul li span.post-date,
.footer-content .widget ol li span.post-date {
    font-size: 85%;
}

.footer-menu-wrapper ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-wrapper ul.menu li {
    display: inline-block;
}

.footer-menu-wrapper ul.menu li a {
    padding: 10px 15px;
    display: block;
    color: #000;
}

.footer-social-links-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.footer-social-links-wrapper a {
    color: #000;
    background: #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    border-radius: 50px;
    transition: .4s;
}

.footer-menu-wrapper {
    margin-bottom: 20px;
}

.footer-logo-wrapper {
    margin-bottom: 20px;
}

.widget ul li a:hover,
.widget ul li a:visited,
.widget ul li a:focus,
.widget ul li a:active,
.widget ol li a:hover,
.widget ol li a:visited,
.widget ol li a:focus,
.widget ol li a:active {
    text-decoration: underline;
    color: #fb4747;
}

.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol {
    padding-left: 0.625rem;
    margin: 0;
    list-style: none;
}

.widget ul ul li:last-child,
.widget ul ol li:last-child,
.widget ol ul li:last-child,
.widget ol ol li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_search input {
    height: 3rem;
    width: calc(100% - 3rem);
    float: left;
    border: 1px solid #f1f1f1;
    padding-left: .8rem;
    border-radius: 0;
}

.widget_search input:focus {
    outline: none;
    border-color: #fb4747;
}

.widget_search button {
    height: 3rem;
    width: 3rem;
    background-color: #fb4747;
    border-radius: 0;
    border: 1px solid #fb4747;
    color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
    padding: 0;
}

.widget_search button:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

/* Foote Top Section Style */
section.footer-content.footer-top-area {
    background: #1a1a1a;
}

section.footer-content.footer-top-area .widget-title.footer-title:before {
    border-radius: 0;
    height: 2px;
    background: rgb(255 255 255 / 50%);
}

section.footer-content.footer-top-area .widget-title.footer-title {
    color: hsl(0deg 0% 100% / 50%);
    font-size: 1.1rem;
    text-transform: uppercase;
    border-bottom-color: rgb(255 255 255 / 50%);
    margin-bottom: 2em;
}

section.footer-content.footer-top-area .widget p,
section.footer-content.footer-top-area .widget,
section.footer-content.footer-top-area .widget span,
section.footer-content.footer-top-area .widget li,
section.footer-content.footer-top-area .widget div,
section.footer-content.footer-top-area .widget cite,
section.footer-content.footer-top-area .widget span.rss-date,
section.footer-content.footer-top-area .widget table {
    color: #fff;
}

section.footer-content.footer-top-area .widget.widget_nav_menu li,
section.footer-content.footer-top-area .widget.widget_categories li {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

section.footer-content.footer-top-area .widget a {
    font-weight: 700;
    color: #fff;
}

/*End Footer Top Area Colors*/
.footer-content.section-padding {
    padding: 5rem 0;
    border-top: 1px solid #f1f1f1;
    background: transparent;
}

.footer-content.yellowbg {
    background: #ffc50a;
}

.footer-content.section-padding .widget * {
    color: #000000;
}

.footer-content.section-padding .widget-title h4 {
    margin-top: 0;
}

.searchform-area {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff7f3;
    top: 0;
    left: 0;
    z-index: 55;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
    transform: scale(0.5, 0.5);
    visibility: hidden;
    opacity: 0;
}

.searchform-area.show {
    transform: scale(1, 1);
    visibility: visible;
    z-index: 1030;
    opacity: 1;
}

.search-close {
    position: absolute;
    right: 70px;
    top: 70px;
    font-weight: 100;
    cursor: pointer;
}

.search-close i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    color: #000000;
    background: #f1f1f1;
}

.search-popup div {
    font-weight: 700;
    cursor: pointer;
}

.search-form-inner {
    width: 100%;
}

.search-form-inner .sidebarsearch .form-group input {
    width: calc(100% - 150px);
    height: 5rem;
    padding-left: 2rem;
}

.search-form-inner .sidebarsearch .form-group {
    display: flex;
}

.search-form-inner .sidebarsearch .form-group button {
    width: 150px;
}

.search-form-inner .sidebarsearch form {
    display: flex;
}

.search-form-inner .sidebarsearch form input {
    height: 70px;
    border-radius: 50px;
    padding-left: 50px;
}

.search-form-inner .sidebarsearch form button {
    background: transparent;
    color: #ccc;
    border: 0;
    position: absolute;
    right: 0;
    height: 70px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0;
}

.search-form-inner .sidebarsearch form {
    position: relative;
}

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

.post,
.page {
    margin: 0 0 30px;
}

body.author-portfolio-pro-page-stretched article.author-portfolio-pro-single-page {
    margin: 0;
    padding: 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    margin-top: 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.wp-block-latest-comments__comment {
    line-height: 1.6;
}

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

/*--------------------------------------------------------------
# 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%;
    display: block;
}

@media only screen and (max-width: 767px) {

    embed,
    iframe,
    object {
        height: auto;
    }
}

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

body.page {
    margin-bottom: 0;
}

.author-portfolio-pro-single-page .title-breadcrumb-inner,
.archive-page-section .title-breadcrumb-inner {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.author-portfolio-pro-single-page .title-breadcrumb-inner .entry-title,
.author-portfolio-pro-single-page .title-breadcrumb-inner .page-title,
.archive-page-section .title-breadcrumb-inner .entry-title,
.archive-page-section .title-breadcrumb-inner .page-title {
    margin-top: 0;
}

.author-portfolio-pro-single-page .title-breadcrumb-inner .breadcrumb a,
.archive-page-section .title-breadcrumb-inner .breadcrumb a {
    text-decoration: none;
    color: #fb4747;
}

.author-portfolio-pro-single-page .title-breadcrumb-inner {
    border-bottom: 0;
    margin-bottom: 0;
}

.author-portfolio-pro-single-page .title-breadcrumb-inner .page-title {
    margin-bottom: 0;
}
header.site-header {
    transition: all 0.3s ease-in-out;
}

#cssmenu.small-screen #menu-button:focus {
    outline: 1px dotted #000;
}

a.fa.fa-search.searchicon:focus {
    outline: auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
    transition: .4s;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    background: transparent;
    text-align: right;
}

header.site-header.header-five.header-six .header-logo-and-menu-wrapper #cssmenu {
    margin-left: -17px;
}

#cssmenu>ul>li {
    display: inline-block;
    margin: 10px 0;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 0 12px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    transition: .4s;
}

#cssmenu>ul>li:hover>a {
    color: #fb4747;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 1.875rem;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 0;
    right: 12px;
    width: 0.5rem;
    height: 0.125rem;
    display: block;
    background: transparent;
    content: '\e900';
    font-family: 'rswpthemes-icon';
    font-weight: 700;
}

#cssmenu>ul>li.has-sub:hover>a:before,
#cssmenu>ul>li.has-sub.focus>a:before {
    top: 1.4375rem;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -624.9375rem;
    border: 1px solid transparent;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

#cssmenu>ul>li>ul {
    padding-top: 1.5rem;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    transition: all .25s ease;
    text-align: left;
}

#cssmenu ul ul li:first-child {
    border-top: 2px solid #fb4747;
}

#cssmenu li:hover>ul,
#cssmenu li.focus>ul {
    left: auto;
    visibility: visible;
    opacity: 1;
    z-index: 22;
}

#cssmenu.align-right li:hover>ul,
#cssmenu.align-right li.focus>ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover>ul>li,
#cssmenu li.focus>ul>li {
    height: auto;
    margin-bottom: 0rem;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: -3px;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 1.0625rem;
    width: 14rem;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    background: #ffffff;
    text-transform: uppercase;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fb4747;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 1rem;
    right: 0.690rem;
    width: 0.5rem;
    height: 0.125rem;
    display: block;
    background: transparent;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 0.6275rem;
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 0.125rem;
    height: 0.5rem;
    background: transparent;
    content: '\e900';
    transition: all .25s ease;
    font-family: 'rswpthemes-icon';
    font-weight: 700;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 0.875rem;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 1.0625rem;
    height: 0;
}

#cssmenu.small-screen {
    width: 100%;
}

#cssmenu.small-screen ul {
    width: 100%;
    display: none;
}

#cssmenu.small-screen.align-center>ul {
    text-align: left;
}

#cssmenu.small-screen ul li {
    width: 100%;
    border-bottom: 0.0625rem solid rgb(56 49 49 / 20%);
    margin-bottom: 11px;
    padding-bottom: 5px;
}

#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover>ul>li {
    height: auto;
}

#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#cssmenu.small-screen>ul>li {
    float: none;
}

#cssmenu.small-screen ul ul li a {
    padding-left: 1.5625rem;
}

#cssmenu.small-screen ul ul ul li a {
    padding-left: ‭2 0.1875rem;
}

#cssmenu.small-screen ul ul li a {
    color: #000000;
    background: none;
}

#cssmenu.small-screen ul ul li:hover>a,
#cssmenu.small-screen ul ul li.active>a {
    color: #000000;
}

#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    opacity: 1;
    visibility: visible;
}

#cssmenu.small-screen>ul>li.has-sub>a:after,
#cssmenu.small-screen>ul>li.has-sub>a:before,
#cssmenu.small-screen ul ul>li.has-sub>a:after,
#cssmenu.small-screen ul ul>li.has-sub>a:before {
    display: none;
}

#cssmenu.small-screen #menu-button {
    display: block;
    padding: 1.0625rem 0;
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

#cssmenu.small-screen #menu-button:after {
    position: absolute;
    top: 1.375rem;
    right: 17px;
    display: block;
    height: 0.5rem;
    width: 1.25rem;
    border-top: 0.125rem solid #000000;
    border-bottom: 0.125rem solid #000000;
    content: '';
}

#cssmenu.small-screen #menu-button:before {
    position: absolute;
    top: 1rem;
    right: 17px;
    display: block;
    height: 0.125rem;
    width: 1.25rem;
    background: #000000;
    content: '';
}

#cssmenu.small-screen #menu-button.menu-opened:after {
    top: 1.4375rem;
    border: 0;
    height: 0.125rem;
    width: 0.9375rem;
    background: #000000;
    transform: rotate(45deg);
}

#cssmenu.small-screen #menu-button.menu-opened:before {
    top: 1.4375rem;
    background: #000000;
    width: 0.9375rem;
    transform: rotate(-45deg);
}

#cssmenu.small-screen ul ul ul li a:hover,
#cssmenu.small-screen ul ul ul li a:focus,
#cssmenu.small-screen ul ul ul li a:active {
    color: #000 !important;
}

/*.cssmenu.small-screen li ul.sub-menu{
     display: none !important;
}
.cssmenu.small-screen li.focus ul.sub-menu.open.menuopen{
     display: block !important;
}*/
#cssmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 2.875rem;
    width: 2.875rem;
    cursor: pointer;
    border: 0;
    background: transparent;
}

#cssmenu.small-screen .submenu-button.submenu-opened {
    background: transparent;
}

/*#cssmenu.small-screen ul ul .submenu-button {
    height: 2.125rem;
    width: 2.125rem;
}*/
#cssmenu.small-screen .submenu-button:after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 10px;
    height: 2px;
    display: block;
    background: #000000;
    content: '';
    z-index: 5;
    margin-right: -5px;
    margin-top: -1px;
}

#cssmenu.small-screen ul ul .submenu-button:after {
    top: 25px;
    right: 23px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:after {
    background: #000000;
}

#cssmenu.small-screen .submenu-button:before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 2px;
    height: 10px;
    display: block;
    background: #000000;
    content: '';
    z-index: 5;
    margin-right: -1px;
    margin-top: -5px;
}

#cssmenu.small-screen ul ul .submenu-button:before {
    top: 25px;
    right: 23px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#cssmenu.small-screen.select-list {
    padding: ‭0 0.3125rem;
}

#cssmenu ul li.premium-demo a {
    color: #ffffff !important;
    background: red;
}

#cssmenu ul li.premium-demo a:hover {
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    #cssmenu.small-screen>ul>li>a {
        padding-left: 0;
    }

    #cssmenu.small-screen ul ul li a {
        padding-left: 10px;
    }
}

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

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    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;
}

.ins-slider-area .title-parent {
    display: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #f1f1f1;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.site-branding h1 {
    font-size: 1.2rem;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}

.header-two-site-branding .title-and-tagline-wrapper,
.header-five-site-branding .title-and-tagline-wrapper {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
}

.show-logo-title-description-inline {
    display: flex;
}

.show-logo-title-description-inline .title-and-tagline-wrapper {
    margin-left: 10px;
    align-self: center;
}

.show-logo-title-description-inline .logo-image-wrapper {
    align-self: center;
}

.show-logo-title-description-inline .logo-image-wrapper a {
    display: block;
}

.show-logo-title-description-inline .logo-image-wrapper a img {
    display: block;
}

header.site-header.header-one.force-default-header-style.demo-site-header-layout {
    background: #fff !important;
     !i;
     !;
}

header.site-header.header-two.force-default-header-style .header-menu-area {
    background: #fff;
}

header.site-header.header-two.force-default-header-style .header-logo-section {
    padding-bottom: 30px;
    padding-top: 30px;
}

header.site-header.header-two.force-default-header-style .social-icons-wrapper .social-link a,
header.site-header.header-two.force-default-header-style .search-icon-wrapper a {
    color: #444;
    font-size: 16px;
}

header.site-header.header-two.force-default-header-style .header-logo-section .site-branding.show-logo-title-description-inline h1.site-title a,
header.site-header.header-two.force-default-header-style .header-logo-section .site-branding.show-logo-title-description-inline p.site-description {
    text-align: left;
}

header.site-header.header-two.force-default-header-style .header-logo-section .site-branding.show-logo-title-description-inline h1.site-title a {
    font-size: 30px;
}

header.site-header.header-two.force-default-header-style .logo-image-wrapper a {
    max-width: 180px;
    margin-bottom: 10px;
}

header.site-header.header-two.force-default-header-style.demo-site-header-layout {
    background: #fff !important;
     !i;
     !;
}


header.site-header.header-two.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline {
    display: block !important;
     !i;
     !;
    text-align: center;
}

header.site-header.header-two.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline .logo-image-wrapper a {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

header.site-header.header-two.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline h1.site-title a {
    text-align: center;
}

header.site-header.header-two.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline p.site-description {
    text-align: center;
}

header.site-header.header-three.force-default-header-style .site-branding .logo-image-wrapper a {
    max-width: 100px;
}

header.site-header.header-three.force-default-header-style .site-branding.show-logo-title-description-inline .logo-image-wrapper a {
    max-width: 70px;
}

header.site-header.header-three.force-default-header-style .site-branding.show-logo-title-description-inline .logo-image-wrapper a {
    max-width: 70px;
}

header.site-header.header-three.force-default-header-style .header-logo-section {
    background: #ebe7e0;
    padding-top: 30px;
    padding-bottom: 30px;
}

header.site-header.header-three.force-default-header-style .header-menu-area {
    background: #325d68;
}

header.site-header.header-three.force-default-header-style .header-menu-area #cssmenu>ul>li>a {
    color: #ffff;
}

header.site-header.header-three.force-default-header-style .header-logo-section .social-icons-wrapper .social-link a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-left: 4px;
}

header.site-header.header-three.force-default-header-style .header-logo-section .search-icon-wrapper a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}

header.site-header.header-four.force-default-header-style .header-menu-area {
    background: #000;
    border-bottom-color: #000;
}

header.site-header.header-four.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline {
    display: block !important;
     !i;
     !;
    text-align: center;
}

header.site-header.header-four.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline .logo-image-wrapper a {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

header.site-header.header-four.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline h1.site-title a {
    text-align: center;
}

header.site-header.header-four.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline p.site-description {
    text-align: center;
}

header.site-header.header-four.force-default-header-style .header-menu-area #cssmenu>ul>li>a {
    color: #fff;
}

header.site-header.header-four.force-default-header-style .header-menu-area .social-icons-wrapper .social-link a {
    color: #fff;
    font-size: 16px;
}

header.site-header.header-four.force-default-header-style .header-menu-area .search-icon-wrapper a {
    font-size: 16px;
    color: #fff;
    ;
}

header.site-header.header-four.force-default-header-style .header-menu-area #cssmenu ul.sub-menu li a {
    background: #000;
    color: #fff;
}

header.site-header.header-four.force-default-header-style .header-menu-area #cssmenu ul.sub-menu li a {
    border-color: #f1f1f147;
    text-transform: capitalize;
}

header.site-header.header-four.force-default-header-style .header-menu-area #cssmenu ul.sub-menu li a:hover {
    color: #ffffffd4;
}

header.site-header.header-four.force-default-header-style .site-branding.show-logo-title-description-inline h1.site-title a {
    text-align: center;
}

header.site-header.header-four.force-default-header-style .site-branding.show-logo-title-description-inline p.site-description {
    text-align: center;
}

header.site-header.header-four.force-default-header-style .header-logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

header.site-header.header-four.force-default-header-style .logo-image-wrapper a {
    max-width: 150px;
}

header.site-header.header-five.force-default-header-style .header-banner-image {
    max-height: 250px;
    width: 100%;
    display: block;
    height: 250px;
}

header.site-header.header-five.force-default-header-style .header-banner-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center center;
}

header.site-header.header-five.force-default-header-style .show-logo-title-description-inline h1.site-title a {
    text-align: left;
}

header.site-header.header-five.force-default-header-style .show-logo-title-description-inline p.site-description {
    text-align: left;
}

header.site-header.header-six.force-default-header-style .header_overlay_color {
    background: #3f51b5cc;
}

header.site-header.header-six.force-default-header-style .logo-image-wrapper a {
    max-width: 180px;
    margin-bottom: 10px;
}

header.site-header.header-six.force-default-header-style .header-logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

header.site-header.header-six.force-default-header-style h1 a {
    color: #fff;
}

header.site-header.header-six.force-default-header-style p.site-description {
    color: #fff;
}

header.site-header.header-six.force-default-header-style #cssmenu>ul>li>a {
    color: #fff;
}

header.site-header.header-six.force-default-header-style .social-icons-wrapper .social-link a {
    color: #fff;
}

header.site-header.header-six.force-default-header-style .search-icon-wrapper a {
    color: #fff;
}

header.site-header.header-six.force-default-header-style .header-menu-area {
    border-color: #f1f1f18a;
}

header.site-header.header-six.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline {
    display: block !important;
     !i;
     !;
    text-align: center;
}

header.site-header.header-six.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline .logo-image-wrapper a {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

header.site-header.header-six.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline h1.site-title a {
    text-align: center;
}

header.site-header.header-six.force-default-header-style.demo-site-header-layout .show-logo-title-description-inline p.site-description {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .show-logo-title-description-inline .logo-image-wrapper a {
        max-width: 60px;
    }

    .show-logo-title-description-inline .site-title a {
        font-size: 20px !important;
         !i;
         !;
    }

    .site-branding h1,
    .site-branding h1 a {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 0;
    }

    header.site-header.header-five .site-branding h1 a {
        font-size: 1.6rem;
    }

    header.site-header.header-five .site-branding {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .site-branding h1 a {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.site-branding h1 a {
    color: #000000;
    text-transform: uppercase;
}

p.site-description {
    margin-top: 0;
    margin-bottom: 0;
}

.logo-area {
    display: flex;
    align-items: center;
}

.header-one,
.header-two {
    padding: 1.5rem 0 0 0;
}

header.site-header {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    position: relative;
    z-index: 999;
}

header.site-header.header-three {
    border-bottom: 0;
}

.header_overlay_color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0;
}

.header-logo-and-menu-wrapper {
    z-index: 1;
    position: relative;
}

header.site-header.header-two,
header.site-header.header-three,
header.site-header.header-five {
    padding-bottom: 0;
    padding-top: 0;
}

header.site-header.header-two .header-logo-section,
header.site-header.header-three .header-logo-section,
header.site-header.header-five .header-logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-banner-image img {
    display: block;
    margin: 0 auto;
}

section.page-header-area {
    background: #f4f4ec;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

section.page-header-area,
.books-category-archive-header {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

section.page-header-area:before,
.books-category-archive-header:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f4f4ec;
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
}

.page-header-area.no-overlay:before,
.books-category-archive-header.no-overlay:before {
    display: none;
}

.page-header-area h1 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    section.page-header-area h1 {
        font-size: 26px !important;
    }
}

.search-and-cart-icon a,
.search-and-cart-icon a:visited {
    color: #444444;
    transition: .4s;
}

.cart-icon-wrapper #minicarcount {
    position: absolute;
    right: -10px;
    top: -10px;
    font-weight: 700;
    font-size: .8rem;
}

@media (min-width: 992px) {

    header.site-header.header-two .header-menu-area #cssmenu>ul>li:first-child>a,
    header.site-header.header-three .header-menu-area #cssmenu>ul>li:first-child>a {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {

    header.site-header.header-two .site-branding .site-title a,
    header.site-header.header-five .site-branding .site-title a,
    header.site-header.header-three .site-branding .site-title a,
    header.site-header.header-four .site-branding .site-title a {
        font-size: 2.5rem;
    }

    header.site-header.header-two .site-branding .site-description,
    header.site-header.header-five .site-branding .site-description,
    header.site-header.header-three .site-branding .site-description,
    header.site-header.header-four .site-branding .site-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) {

    header.site-header.header-two .site-branding .site-title a,
    header.site-header.header-five .site-branding .site-title a,
    header.site-header.header-three .site-branding .site-title a,
    header.site-header.header-four .site-branding .site-title a {
        font-size: 2rem;
    }

    header.site-header.header-two .site-branding .site-description,
    header.site-header.header-five .site-branding .site-description,
    header.site-header.header-three .site-branding .site-description,
    header.site-header.header-four .site-branding .site-description {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .site-branding.header-logo {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 20px;
    }

    header.site-header.header-two .site-branding .site-title a,
    header.site-header.header-three .site-branding .site-title a,
    header.site-header.header-four .site-branding .site-title a,
    header.site-header.header-five .site-branding .site-title a {
        font-size: 2rem;
    }

    header.site-header.header-two p.site-description,
    header.site-header.header-five p.site-description,
    header.site-header.header-four p.site-description {
        font-size: 1rem;
    }

    header.site-header.header-two .site-branding.header-logo,
    header.site-header.header-five .site-branding.header-logo,
    header.site-header.header-four .site-branding.header-logo {
        text-align: center;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 20px;
    }

    header.site-header.header-four .site-branding.header-logo,
    header.site-header.header-five .site-branding.header-logo {
        margin-bottom: 0;
    }
}

.search-and-cart-icon>div.social-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.social-icons-wrapper {
    display: flex;
    justify-content: flex-end;
}

.social-icons-wrapper>div a {
    width: 30px;
    color: #444;
    display: inline-block;
}

.social-icons-wrapper a svg {
    fill: #444;
    transition: .4s;
}

.social-icons-wrapper a:hover svg {
    fill: #fb4747;
}

.search-and-cart-icon .search-icon-wrapper a svg {
    fill: #444;
    width: 22px;
    transition: .4s;
}

.search-and-cart-icon .search-icon-wrapper a:hover svg {
    fill: #fb4747;
    width: 22px;
}

.search-and-cart-icon .search-icon-wrapper {
    margin-left: 30px;
}
.cart-icon.icon-type-text {
    margin-left: 30px;
}

.search-and-cart-icon>div.social-icons-wrapper a {
    padding: 0 5px;
}

.header-one .menu-area {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 1.5rem;
    padding: 0.625rem;
}

.header-one #cssmenu {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .header-one #cssmenu {
        text-align: left;
    }
}

.site-branding .site-title a {
    text-decoration: none;
    display: block;
}

header.site-header.header-five .site-branding h1.site-title {
    text-align: center;
}

/* Header Layout two */
header.site-header.header-four .header-logo-section {
    padding: 3em 0;
}

header.site-header.header-two .site-branding h1.site-title a,
header.site-header.header-four .site-branding h1.site-title a {
    text-align: center;
}

header.site-header.header-two p.site-description {
    text-align: center;
}

header.site-header.header-three .header-logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

header.site-header.header-two .header-menu-area,
header.site-header.header-three .header-menu-area,
header.site-header.header-five .header-menu-area {
    border-top: 1px solid #f4f4ec;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.site-header.header-four .header-menu-area {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4ec;
}
header.site-header.header-two.force-default-header-style.demo-site-header-layout .header-menu-area{
    border-top-color: #ddd;
}
header.site-header.header-four.force-default-header-style .site-branding.show-logo-title-description-inline h1.site-title a {
    text-align: center;
}

header.site-header.header-four.force-default-header-style .site-branding.show-logo-title-description-inline p.site-description {
    text-align: center;
}
header.site-header.header-five.force-default-header-style.demo-site-header-layout .header-menu-area {
    border-top: 1px solid #ddd;
}
@media (max-width: 767px){
    .eafe-book-slider-section-wrapper .rswpbs-book-slider.carousel-slider>.container{
        padding: 0;
    }
}
/* Search Template */
.popup-search-template-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.popup-search-template-area.visible {
    opacity: 1;
    visibility: visible;
}

.search-template-content-area-inner {
    width: 100%;
}

.search-template-hide-button a {
    text-decoration: none;
    color: #000000;
    width: auto;
    height: auto;
    text-align: center;
    border: none;
    border-radius: 50px;
    line-height: normal;
    display: inline-block;
    font-size: 2rem;
    padding: 0;
}

.search-template-hide-button a svg {
    fill: #000;
}

.search-template-hide-button {
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 55;
}

.search-template-search-box button {
    position: absolute;
    right: 0;
    top: 0;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #000000;
    display: none;
}

.search-template-search-box input {
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 60px;
    float: none;
}

.search-template-inner h2.widgettitle {
    font-size: 1rem;
    display: block;
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.search-template-inner .widget {
    margin-bottom: 35px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
}

.search-template-tags-wrapper .widget.widget_tag_cloud a {
    font-size: 1rem !important;
    margin-bottom: 5px;
}

.search-template-tags-wrapper .widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*Mobile Menu CSS*/
.mobile-menu-template-area {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    padding: 50px 0;
    transition: left 0.3s ease-out;
    box-shadow: -18px 0px 20px 0px #000000;
    left: -300px;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: auto;
}

.mobile-menu-template-area.visible {
    left: 0;
}

.mobile-menu-template-area ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.mobile-menu-template-area ul ul {
    padding-left: 0;
    display: none;
}

.mobile-menu-template-area ul ul.open {
    display: block;
}

.mobile-menu-template-area ul ul a {
    padding-left: 10px;
}

.mobile-menu-template-area ul ul ul a {
    padding-left: 20px;
}

.mobile-menu-template-area ul ul ul ul a {
    padding-left: 30px;
}

.mobile-menu-template-area li a {
    color: #000000;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-logo {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-logo .site-description {
    margin-bottom: 1em;
}

.mobile-menu-logo h1 {
    font-size: 1.5rem;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mobile-menu-logo h1 a {
    color: #000000;
}

.mobile-menu-template-area ul.menu li {
    position: relative;
}

span.sub-menu-button {
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
}

span.sub-menu-button .sub-menu-icon {
    display: block;
    position: relative;
    height: 15px;
    width: 15px;
}

.menu-icon-wrapper a {
    color: #000;
}

span.sub-menu-button .sub-menu-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    left: 0;
}

span.sub-menu-button .sub-menu-icon:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    left: 50%;
    background-color: #000000;
    margin-top: -6.5px;
}

span.sub-menu-button.submenu-opened a:after {
    display: none;
}

.mobile-menu-template-hide-button-wrapper a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 25px;
    border: 2px solid #000000;
    text-align: center;
    color: #000;
    border-radius: 50px;
}

.mobile-menu-template-hide-button {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

/*End of Mobile Menu Template*/
header.archive-page-header,
.woocommerce-products-header {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

section.shop-page-main-block header.woocommerce-products-header {
    display: none;
}

header.archive-page-header .archive-description,
.woocommerce-products-header .term-description {
    margin-bottom: 10px;
}

header.archive-page-header span {
    color: #fb4747;
}

header.archive-page-header h1.page-title,
h1.woocommerce-products-header__title.page-title {
    margin-top: 0;
}

.page-banner-area {
    min-height: 15rem;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
}

.page-banner-area.page_header_with_thumnail {
    height: 500px;
    min-height: 500px;
}

.page-banner-area.page_header_with_thumnail h1 {
    color: #ffffff;
}

.page-banner-area.page_header_with_thumnail:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.page-banner-area h1 {
    margin-top: 0;
    color: #000000;
    font-size: 4rem;
}

.page-banner-area:before {
    position: absolute;
    content: "";
    background: rgba(241, 241, 241, 0.45);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.page-banner-area .breadcrumb a {
    font-weight: 700;
    color: #5bca8c;
}

.author-portfolio-pro_author-bio-image-inner {
    position: relative;
    padding-bottom: 60px;
}

.author-portfolio-pro_author-bio-widget.content-align-left .author-portfolio-pro_author-bio-content,
.author-portfolio-pro_author-bio-widget.content-align-left .author-name h4,
.author-portfolio-pro_author-bio-widget.content-align-center .author-portfolio-pro_author-social-profiles-links {
    text-align: left;
}

.author-portfolio-pro_author-bio-widget.content-align-right .author-portfolio-pro_author-bio-content,
.author-portfolio-pro_author-bio-widget.content-align-right .author-name h4,
.author-portfolio-pro_author-bio-widget.content-align-right .author-portfolio-pro_author-social-profiles-links {
    text-align: right;
}

.author-portfolio-pro_author-bio-widget.content-align-center .author-portfolio-pro_author-bio-content,
.author-portfolio-pro_author-bio-widget.content-align-center .author-name h4,
.author-portfolio-pro_author-bio-widget.content-align-center .author-portfolio-pro_author-social-profiles-links {
    text-align: center;
}

.author-portfolio-pro_author-bio-content .author-description a {
    color: #fb4747;
    font-weight: 700;
}

.author-portfolio-pro_author-bio-image-inner .profile-picture {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 120px;
    left: 50%;
    margin-left: -60px;
}

.author-portfolio-pro_author-bio-widget.no-banner-image .profile-picture {
    position: static !important;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.author-portfolio-pro_author-bio-widget.no-banner-image .author-portfolio-pro_author-bio-image-inner {
    padding-bottom: 0;
}

.author-portfolio-pro_author-bio-widget.no-banner-image .author-portfolio-pro_author-bio-content {
    margin-top: 15px;
}

.author-portfolio-pro_author-bio-widget.no-banner-image {
    text-align: left;
}

.author-portfolio-pro_author-bio-widget .author-profession {
    margin-bottom: 15px;
}

.author-portfolio-pro_author-bio-image-inner .profile-picture img {
    border-radius: 0;
    display: block;
}

.author-portfolio-pro_author-bio-image-inner .banner-image img {
    display: block;
}

.author-portfolio-pro_author-bio-content {
    margin-top: 2em;
    text-align: center;
}

.author-portfolio-pro_author-bio-content h4 {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}

.author-portfolio-pro_author-bio-content .author-profession p {
    margin-top: 0;
    margin-bottom: 0;
}

.author-portfolio-pro_author-bio-content .author-description {
    color: #444444;
}

.author-portfolio-pro_author-social-profiles-links .social-link {
    display: inline-block;
}

.author-portfolio-pro_author-social-profiles-links .social-link a {
    padding: 0 .5em;
}

.author-portfolio-pro_author-social-profiles-links {
    text-align: center;
}

.author-bio h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.author-bio {
    text-align: center;
}

.author-content {
    padding: 0 15px;
}

.author-content p {
    color: #444444;
}

.about-social-link a {
    margin: 0 5px;
}

.author-vcard {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.5em 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 3em;
}

.author-vcard__image {
    width: 100px;
}

.author-vcard__about {
    width: calc(100% - 100px);
    padding-left: 2em;
}

.author-vcard__about p {
    margin: 0;
    margin-bottom: 1.2em;
}

.author-vcard__image img {
    border-radius: 50px;
    display: block;
}

.author-vcard__about h4 {
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 0.5em;
}

.post-author {
    padding: 15px;
    border: 1px solid #f1f1f1;
    background: #ffffff;
    margin-bottom: 50px;
    margin-top: 20px;
}

body.custom-background .post-author {
    border-radius: 5px;
}

.post-author div.author-image {
    width: 200px;
    padding-right: 20px;
}

.post-author .author-about {
    width: calc(100% - 200px);
}

.post-author .follow-me a {
    width: 40px;
    height: 41px;
    line-height: 41px;
    border: 1px solid rgba(180, 184, 204, 0.5);
    text-align: center;
    color: #444444;
}

.post-author h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .post-author {
        display: block !important;
    }

    .post-author div.author-image {
        width: 50%;
    }

    .post-author .author-about {
        width: 100%;
    }

    .post-author .author-about h4 {
        margin-top: 15px;
    }
}

.author-portfolio-pro-standard-post.post-layout-two {
    display: flex;
}

.post-layout-two .author-portfolio-pro-standard-post__entry-content {
    width: calc(100% - 250px);
    padding-left: 2em;
}

.post-layout-two .single-post-sticky-sidebar-area {
    width: 250px;
    max-height: 550px;
    overflow-y: auto;
    top: 0;
    position: sticky;
}

.single-post-sticky-sidebar-area .post-author-box img {
    border-radius: 50%;
    width: 100px;
}

.single-post-sticky-sidebar-area .post-author-box p {
    margin-bottom: 0;
    color: #444444;
}

.single-post-sticky-sidebar-area .post-author-box h4 {
    margin: 0;
    text-transform: capitalize;
    font-size: 1.5rem;
}

.single-post-sticky-sidebar-area .share-this-post p {
    margin: 0;
    color: #444444;
}

.single-post-sticky-sidebar-area .share-this-post .social-share .appc_ess a.appc_ess-item {
    max-width: 50% !important;
    min-width: 48% !important;
}

.single-post-sticky-sidebar-area .post-author-box {
    margin-bottom: 1.5em;
}

.single-post-sticky-sidebar-area .share-this-post .social-share .appc_ess a.appc_ess-item span {
    display: none;
}

@media only screen and (max-width: 991px) {
    .post-layout-two .single-post-sticky-sidebar-area {
        width: 170px;
    }

    .post-layout-two .author-portfolio-pro-standard-post__entry-content {
        width: calc(100% - 170px);
    }

    .single-post-sticky-sidebar-area .share-this-post .social-share .appc_ess a.appc_ess-item {
        min-width: 44% !important;
    }

    .single-post-sticky-sidebar-area .post-author-box h4 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .post-layout-two .single-post-sticky-sidebar-area {
        display: none;
    }

    .post-layout-two .author-portfolio-pro-standard-post__entry-content {
        width: 100%;
        padding-left: 0;
    }
}

.pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 1.25rem;
    padding: 0;
    margin-left: 0;
}

.pagination-center {
    justify-content: center;
    display: flex;
}

.pagination-left {
    justify-content: left;
    display: flex;
}

.pagination-right {
    justify-content: flex-end;
    display: flex;
}

.pagination li.page-item a,
.pagination li.page-item span {
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    margin: 0.1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    background: #fb4747;
}

.pagination li.page-item a:hover,
.pagination li.page-item a.current,
.pagination li.page-item span:hover,
.pagination li.page-item span.current {
    background-color: #000000;
    color: #ffffff;
}

.single-post-navigation a {
    text-decoration: none;
    font-weight: 700;
    color: #000000;
}

.single-post-navigation>div {
    width: 50%;
}

.single-post-navigation {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 50px;
}

body.custom-background .single-post-navigation {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .d-flex.single-post-navigation {
        display: block !important;
    }

    .single-post-navigation>div {
        width: 100%;
    }

    .single-post-navigation>div.next-post {
        margin-top: 1em;
    }
}

.page-numbers {
    border: 0 !important;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-numbers li {
    border: 0 !important;
}

.page-numbers li a,
.page-numbers li span {
    padding: 0;
    color: #ffffff !important;
    text-decoration: none;
    margin: 0.1rem !important;
    background-color: #fb4747;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 3px;
}

.page-numbers li a:hover,
.page-numbers li span:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.page-numbers li span.current {
    background-color: #000000 !important;
}

.previous-post .postarrow i {
    margin-right: 1rem;
}

.single-post-navigation .postarrow {
    display: inline-block;
    border-radius: 0;
    padding: .2rem 0;
    margin-bottom: .5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

.single-post-navigation .next-post {
    text-align: right;
}

.single-post-navigation .next-post .postarrow i {
    margin-left: 1rem;
}

.single-post-navigation a {
    display: block;
}

.scrooltotop a {
    background-color: #fb4747;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    right: 1.25rem;
    bottom: 1.25rem;
    position: fixed;
    z-index: 5;
    text-align: center;
    border-radius: 50%;
    font-size: 1rem;
    text-decoration: none;
}

.scrooltotop a:hover {
    color: #ffffff;
    background-color: #fb4747;
}

@media only screen and (max-width: 47.9375rem) {
    .scrooltotop.hide-button-on-mobile {
        display: none;
    }
}

.site-info {
    text-align: left;
    color: #000000;
    font-size: 10pt;
}

.site-info a {
    color: #ab9595;
    font-weight: 600;
}

@media only screen and (max-width: 47.9375rem) {
    .site-info {
        text-align: center;
    }
}

.social-link-footer {
    text-align: right;
}

@media only screen and (max-width: 47.9375rem) {
    .social-link-footer {
        text-align: center;
        margin-top: 1.2rem;
    }
}

.social-link-footer a {
    width: 2.5rem;
    display: inline-block;
    height: 2.5rem;
    border: 1px solid #cdcddf;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 50%;
    text-decoration: none;
    color: #778193;
    background-color: #f1f1f1;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 5;
}

.social-link-footer a:hover {
    background-color: #fb4747;
    color: #ffffff;
    border-color: #fb4747;
}

.site-copyright {
    padding: 1rem 0;
    border-top: 1px solid rgba(221, 221, 221, 0.1);
    position: relative;
    background: #f4f4ec;
}

.site-copyright p {
    margin: 10px 0;
}

footer.site-footer {
    background-color: #f4f4ec;
}

.footer-layout-two ul.menu li {
    display: inline-block;
}

.footer-layout-two ul.menu li a {
    color: #444444;
    padding: .2em 1em;
}

@media only screen and (max-width: 47.9375rem) {
    .footer-nav {
        text-align: center;
        margin-top: 1.2rem;
    }
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li a {
    display: block;
    padding: 0 .5rem;
    color: #444444;
    text-transform: capitalize;
}

.footer-nav ul li a:hover {
    color: #000000;
    text-decoration: none;
}

body.custom-background .comments-area {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

body.custom-background .comments-area p.form-submit {
    margin-bottom: 0;
}

.comments-area .comment-respond h4 {
    font-size: 24px;
    margin-bottom: 0;
}

p.logged-in-as {
    margin-top: 0;
    text-align: left;
    margin-bottom: 40px;
    color: #444444;
}

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

.comments-area .comment-input-box input,
.comments-area .comment-form textarea {
    background: #f5f5f5;
    margin-bottom: 10px;
}

.comments-area .comments-title {
    margin-bottom: 1.8rem;
    font-size: 26px;
}

.comments-area form#commentform p a {
    text-decoration: none;
}

.comments-area ol.comment-list {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 4em;
}

@media only screen and (max-width: 47.9375rem) {
    .comments-area ol.comment-list .depth-1.parent {
        border: 1px solid #fb4747;
        padding: 1rem;
        margin-bottom: 1.2rem;
    }
}

.comments-area ol.comment-list ol.children,
.comments-area ol.comment-list ul.children {
    list-style: none;
    padding-left: 0;
}

@media only screen and (max-width: 47.9375rem) {

    .comments-area ol.comment-list ol.children,
    .comments-area ol.comment-list ul.children {
        padding-left: 0;
        margin-left: 0;
    }
}

.comments-area ol.comment-list ol.children .commnenter-details,
.comments-area ol.comment-list ul.children .commnenter-details {
    width: calc(100% - 6.25rem);
}

@media only screen and (max-width: 47.9375rem) {

    .comments-area ol.comment-list ol.children .commnenter-details,
    .comments-area ol.comment-list ul.children .commnenter-details {
        width: 100%;
    }
}

.comments-area ol.comment-list .single-comment {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 47.9375rem) {
    .comments-area ol.comment-list .single-comment {
        display: block;
    }
}

.comments-area ol.comment-list .single-comment .commenter-image {
    width: 6.25rem;
    margin-right: 0.625rem;
}

.comments-area ol.comment-list .single-comment .commenter-image img {
    border-radius: 50%;
    background-color: #f1f1f1;
}

.comments-area ol.comment-list .single-comment .commnenter-details {
    max-width: 100%;
    width: calc(100% - 6.25rem);
}

@media only screen and (max-width: 47.9375rem) {
    .comments-area ol.comment-list .single-comment .commnenter-details {
        width: 100%;
    }
}

.comments-area ol.comment-list .single-comment .commnenter-details>p {
    margin-bottom: 0.625rem;
}

.comments-area ol.comment-list .single-comment .commnenter-details .comment-meta {
    display: block;
}

.comments-area ol.comment-list .single-comment .commnenter-details .comment-meta h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
}

@media only screen and (max-width: 991px) {
    .comments-area ol.comment-list .single-comment .commnenter-details .comment-meta {
        display: block;
    }

    .comments-area ol.comment-list .single-comment .commnenter-details .comment-meta h4 {
        margin-top: 20px;
    }
}

.comments-area ol.comment-list .single-comment .commnenter-details .comment-meta h4 a {
    text-decoration: none;
    color: #000000;
}

.comments-area ol.comment-list .single-comment .commnenter-details .comment-meta p {
    margin: 0;
}

.comments-area ol.comment-list .single-comment .reply a {
    color: #000000;
    position: relative;
    line-height: 1.4;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}

.comments-area ol.comment-list .single-comment .reply a:after {
    content: "\e907";
    font-family: 'rswpthemes-icon';
    margin-left: 0.625rem;
}

.comments-area .comment-form button.btn.btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
}

@media only screen and (max-width: 47.9375rem) {
    div#respond {
        padding: 50px 20px;
    }
}

form#commentform input[name="author"],
form#commentform input[name="email"] {
    width: calc(50% - 5px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

form#commentform input[name="email"] {
    margin-right: 0;
}

form#commentform input[name="url"] {
    margin-bottom: 10px;
}

form#commentform textarea[name="comment"] {
    background: #fff;
    width: 100%;
}

div#respond h4 {
    text-align: left;
    margin-bottom: 35px;
    margin-top: 0;
}

.logged-in div#respond h4 {
    margin-bottom: 15px;
}

form#commentform p.comment-form-cookies-consent {
    text-align: left;
}

form#commentform p.form-submit {
    text-align: left;
}

form#commentform p.form-submit button.btn-primary {
    border: 0;
    border-radius: 5px;
}

.related-post-wrapper {
    margin-top: 1.5rem;
}

.related-post-wrapper .related-post-title {
    margin-bottom: 1.5rem;
}

.related-post-wrapper .related-post-sldider .author-portfolio-pro-standard-post__post-title h4 {
    margin-top: .5rem;
    margin-bottom: 0.9rem;
}

ul.recent-post-widget {
    text-align: center;
}

ul.recent-post-widget li {
    position: relative;
    display: flex;
    justify-content: space-between;
}

ul.recent-post-widget li div.recent-widget-content {
    position: static;
    z-index: 2;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0 1em;
    width: 100%;
    align-self: center;
}

ul.recent-post-widget li div.recent-post-thumb {
    width: 100px;
    height: 100px;
}

ul.recent-post-widget li.has-post-thumbnail div.recent-widget-content {
    width: calc(100% - 105px);
}

.recent-post-date a {
    font-size: .8rem;
}

/*ul.recent-post-widget li.has-post-thumbnail div.recent-widget-content .recent-post-date .posted-on time.published:not(.updated) {
    display: none;
}*/
ul.recent-post-widget li .recent-post-date time:not(.published) {
    display: none;
}

ul.recent-post-widget li.author-portfolio-pro-recent-post .recent-widget-content .cat-links {
    display: block;
    margin-bottom: 10px;
}

ul.recent-post-widget li.author-portfolio-pro-recent-post .recent-widget-content h2 {
    font-size: 1rem;
    margin-top: 0;
}

ul.recent-post-widget li .recent-widget-content h2 a {
    color: #000000;
    background: linear-gradient(to right, #000000 0%, #000000 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
    background-size: 0% 3px;
    text-decoration: none;
    padding-bottom: 6px;
    transition: .4s;
}

ul.recent-post-widget li .recent-widget-content h2 a:hover,
ul.recent-post-widget li .recent-widget-content h2 a:focus {
    background-size: 100% 3px;
}

ul.recent-post-widget li .recent-widget-content a:hover,
ul.recent-post-widget li .recent-widget-content a:focus {
    outline: none;
    text-decoration: none;
}

@media only screen and (max-width: 47.9375rem) {
    ul.recent-post-widget li .recent-widget-content h2 {
        font-weight: 400;
    }
}

ul.recent-post-widget li .recent-widget-content p {
    margin-bottom: 0;
}

ul.recent-post-widget li .recent-widget-content a:hover {
    text-decoration: none;
}

ul.recent-post-widget li .recent-widget-content .cat-links a {
    background: #fb4747;
    color: #ffffff;
    padding: .4rem 1.2rem;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    transition: .4s;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 50px;
}

ul.recent-post-widget li .recent-widget-content .cat-links a:hover,
ul.recent-post-widget li .recent-widget-content .cat-links a:focus {
    background-color: #000000;
}

ul.recent-post-widget li .recent-widget-content .posted_by {
    display: inline-block;
}

ul.recent-post-widget li .recent-widget-content .posted_by a {
    display: block;
    text-decoration: none;
    color: #fb4747;
}

ul.recent-post-widget li .recent-widget-content .posted_by a img {
    border-radius: 50%;
    margin-right: 0;
}

ul.recent-post-widget li .recent-widget-content .posted_by a i {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-style: normal;
    color: #000000;
    margin-left: 7px;
    font-size: 14px;
}

ul.recent-post-widget .recent-post-thumb {
    position: relative;
}

ul.recent-post-widget .recent-post-thumb img {
    display: block;
    border-radius: 5px;
}
.recent-post-widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.author-portfolio-pro-recent-post {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.recent-post-thumb {
    flex: 0 0 100px;
    margin-right: 15px;
}

.recent-post-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.rct-news-title {
    font-size: 16px;
    margin: 0 0 5px;
}

.rct-news-title a {
    text-decoration: none;
    color: #333;
}

.recent-post-date,
.recent-post-excerpt {
    font-size: 14px;
    color: #666;
}

.no-post-thumbnail .recent-widget-content {
    flex: 1;
}
li.author-portfolio-pro-recent-post.no-post-thumbnail .recent-widget-content a h2.rct-news-title {
    color: #000000;
    background: linear-gradient(to right, #fb4747 0%, #fb4747 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
    background-size: 0% 3px;
    text-decoration: none;
    padding-bottom: 6px;
    transition: .4s;
}

li.author-portfolio-pro-recent-post.no-post-thumbnail .recent-widget-content a:hover h5.rct-news-title,
li.author-portfolio-pro-recent-post.no-post-thumbnail .recent-widget-content a:focus h5.rct-news-title {
    background-size: 100% 3px;
}

li.author-portfolio-pro-recent-post.no-post-thumbnail .recent-widget-content .posted_by a i {
    color: #000000;
}

a.btn.default-btn-style {
    padding: .6rem 2rem;
    display: inline-block;
    background: #e70000;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    transition: .4s;
}

a.btn.default-btn-style:hover {
    transform: translateY(-3px);
}

.copyright-menu ul li {
    display: inline-block;
}

.copyright-menu {
    margin-top: 40px;
}

.copyright-menu ul {
    padding: 0;
}

.copyright-menu ul li a {
    color: #ab9595;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 0 12px;
}

.copyright-menu ul li a:hover {
    color: #e70000;
}

.social-link-bottom {
    margin-left: 0;
}

.social-link-bottom a {
    width: 40px;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    color: #444444;
    border: 1px solid #B2B7CB4D;
    transition: .4s;
    text-decoration: none;
}

section.footer-content {
    padding: 50px 0;
}

section.footer-content.footer-bottom-area {
    padding: 80px 0;
}

.social-link-bottom a:hover {
    background: #e70800;
    color: #fff;
    border-color: #e70800;
}

section.no-results.not-found {
    padding: 50px;
    text-align: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
}

section.error-404.not-found {
    text-align: center;
    background: #f4f4ec;
    padding: 3em;
    margin-bottom: 3em;
}

section.error-404.not-found .page-header .page-title {
    text-align: center;
    margin-top: 0;
}

section.error-404.not-found .page-content form.search-form {
    display: flex;
    width: 50%;
    align-items: center;
}

section.error-404.not-found .page-content div.sidebarsearch {
    display: flex;
    justify-content: center;
}

section.no-results.not-found .widget_tag_cloud h2.widgettitle {
    display: none;
}

section.no-results.not-found .widget_tag_cloud {
    margin-top: 50px;
}

section.no-results.not-found .widget_tag_cloud .tagcloud a {
    font-size: 1rem !important;
}

section.no-results.not-found .search-form {
    display: flex;
    position: relative;
}

section.no-results.not-found .search-form button {
    position: absolute;
    right: 1px;
    background: transparent;
    color: #000000;
    top: 0;
    border: none;
    border-left: 1px solid #f1f1f1;
}

section.no-results.not-found .search-form input[type="text"] {
    border-radius: 50px;
    padding-left: 20px;
}

/*# sourceMappingURL=style.css.map */
ul.wp-block-categories-list.wp-block-categories li.cat-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    text-transform: capitalize;
}

p.wp-block-tag-cloud a {
    padding: 7px 10px;
    border: 1px solid #f1f1f1;
    color: #444444;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 4px;
    transition: .4s;
}

p.wp-block-tag-cloud a:hover {
    color: #fb4747;
}

/*Blocks ALign*/
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
}

.alignwide {
    width: calc(100% + 395px);
    max-width: calc(100% + 395px);
    margin-left: -197.5px !important;
}

body.right-sidebar .alignfull,
body.left-sidebar .alignfull,
body.right-sidebar .alignwide,
body.left-sidebar .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
}

@media (max-width: 920px) {
    .alignwide {
        margin: 32px calc((767px - 920px) / 2);
        max-width: 920px;
        width: 920px;
    }

    body.right-sidebar .alignfull,
    body.left-sidebar .alignfull,
    body.right-sidebar .alignwide,
    body.left-sidebar .alignwide {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
    }
}

span.opacity-none a {
    font-size: 0;
    position: relative;
    display: inline-block;
}

span.opacity-none a:before {
    position: relative;
    content: "\f058";
    font-family: 'FontAwesome';
    font-size: 1rem;
    color: #00AF00;
}

.author-portfolio-pro-standard-post__overlay-category span.cat-links a:hover,
.widget .tagcloud a:hover,
.discover-me-button a:hover,
.author-portfolio-pro-standard-post__post-meta span.cat-links a:hover {
    background: #000000;
    color: #ffffff;
}

.social-share .rswptpc_ess {
    justify-content: center;
}

/* Post Layout Two Standard post Layout */
.post-single-colum .author-portfolio-pro-standard-post.standard-post-layout:hover,
.post-single-colum .author-portfolio-pro-standard-post.standard-post-layout {
    box-shadow: none;
}

.post-single-colum .author-portfolio-pro-standard-post.standard-post-layout .author-portfolio-pro-standard-post__content-wrapper {
    padding: 20px 30px;
}

.author-portfolio-pro-standard-post__post-loop-footer .continue-reading-btn a {
    color: #000;
}

.standard-post-layout .author-portfolio-pro-standard-post__post-meta span.cat-links a {
    border-radius: 0;
}

.standard-post-layout .author-and-date-together {
    display: flex;
    align-items: center;
}

.standard-post-layout .author-and-date-together .author-image img {
    border-radius: 50%;
    display: block;
}

.standard-post-layout .author-and-date-together .author-image {
    margin-right: 10px;
}

.standard-post-layout .author-and-date-together .post-short-date .posted-on a time.updated {
    display: none;
}

.standard-post-layout .author-and-date-together .post-short-date .posted-on a time.entry-date.published {
    display: inline-block !important;
}

.standard-post-layout .author-and-date-together .post-short-date .posted-on a time {
    color: #444444;
    font-size: .8rem;
}

.standard-post-layout .author-and-date-together .author-name {
    color: #000;
}

@media (max-width: 767px) {
    .post-single-colum .author-portfolio-pro-standard-post.standard-post-layout .author-portfolio-pro-standard-post__content-wrapper {
        padding: 15px 20px;
    }

    .post-single-colum .author-portfolio-pro-standard-post.standard-post-layout .author-portfolio-pro-standard-post__content-wrapper .author-portfolio-pro-standard-post__post-title a h2 {
        font-size: 1.3rem;
    }

    .standard-post-layout .author-and-date-together .author-image {
        margin-bottom: 0;
    }
}

/*About Company Widget*/
.company-social-links .social-link a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #444444;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: 0px 2px;
    transition: .4s;
}

.company-social-links .social-link a:hover {
    background: #fb4747;
    color: #ffffff;
    border-color: #fb4747;
}

.company-logo {
    margin-bottom: 10px;
}

.company-social-links .social-link {
    display: inline-block;
}

.company-social-links {
    margin-top: 20px;
}

/*Cookies Banner CSS*/
.rs-wp-themes-cookies-banner-area {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 300px;
    z-index: 88888;
}

.rs-wp-themes-cookies-inner-area {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
}

.rs-wp-themes-cookes-content-wrapper {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.rs-wp-themes-cookies-banner-area h4 {
    margin-top: 0;
}

.rs-wp-themes-cookies-banner-area .cookies_accept_button {
    display: block;
    text-align: center;
    background: #fb4747;
    color: #fff;
    padding: .5em 1.5em;
    margin-bottom: 1.2em;
    cursor: pointer;
}

.rs-wp-themes-cookies-accept-area {
    font-size: .8rem;
    background: #f1f1f1;
    padding: .2em 1em;
    text-align: center;
}

.rs-wp-themes-cookies-accept-area a {
    font-weight: 700;
}

/** Sticky Share Icon css*/
.author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable {
    display: flex;
}

.sticky-social-share-widget {
    position: sticky;
    max-height: 400px;
    top: 0;
    margin-right: 1em;
}

.social-sticky-menu-show-on-mobile {
    display: none;
}

.author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable .rspbpc_ess .rspbpc_ess-item span {
    display: none;
}

.author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable.display-social-website-name-with-icon .rspbpc_ess .rspbpc_ess-item span {
    display: inline;
}

.author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable .rspbpc_ess .rspbpc_ess-item {
    min-width: 40px;
    border-radius: 50px;
}

.author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable.display-social-website-name-with-icon .rspbpc_ess .rspbpc_ess-item {
    min-width: 130px;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable a.rspbpc_ess-item {
        font-size: .8rem;
        height: 30px;
        max-width: 30px;
        line-height: 30px;
        min-width: 30px !important;
    }
}

@media (max-width: 767.98px) {
    .social-sticky-menu-show-on-mobile {
        display: block;
    }

    .author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable .sticky-social-share-widget {
        display: none;
    }

    .author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable .social-sticky-menu-show-on-mobile a.rspbpc_ess-item {
        font-size: .8rem;
        height: 30px;
        max-width: 30px;
        line-height: 30px;
        min-width: 30px !important;
    }

    .author-portfolio-pro-standard-post__content-wrapper.sticky-social-share-icon-enable .social-sticky-menu-show-on-mobile div.rspbpc_ess {
        justify-content: center;
    }
}

body.custom-background .book-header-area.book-info-bg {
    border-radius: 5px;
}

body.custom-background .book-overview-area .book-overview {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

body.custom-background .book-overview-area .book-info-wrapper.book-info-bg {
    border-radius: 5px;
}

/*Books Slider*/
section.blog-page-header-area.blog-page-books-section {
    background: #f4f4ec;
    padding: 5em 0 5em 0;
}

.books-slider-active .books-product-layout {
    padding: 0 15px;
}

.blog-page-header-area .books-product-layout.books-loop-item {
    margin-bottom: 20px;
}

.books-slider-active .slick-list {
    margin: 0 -15px;
}

.books-slider-wrapper .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 5;
    border: 1px solid #f1f1f1;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}

.books-slider-wrapper .slick-arrow.slick-next {
    position: absolute;
    right: -60px;
    bottom: 50%;
    margin-bottom: 25px;
    z-index: 55;
}

.books-slider-wrapper .slick-arrow.slick-prev {
    position: absolute;
    left: -60px;
    bottom: 50%;
    margin-bottom: 25px;
    z-index: 55;
}

@media (max-width: 1200px) {
    .books-slider-wrapper .slick-arrow.slick-prev {
        left: -20px;
        background: #ffffff;
    }

    .books-slider-wrapper .slick-arrow.slick-next {
        right: -20px;
        background: #ffffff;
    }
}

@media (max-width: 991.98px) {
    .books-slider-wrapper .slick-arrow.slick-prev {
        left: 0;
        background: #ffffff;
    }

    .books-slider-wrapper .slick-arrow.slick-next {
        right: 0;
        background: #ffffff;
    }
}

/*Testimonial*/
.book-author-area {
    margin-top: 4em;
}

.testimonial--item-inner h4 {
    margin: 0;
    font-size: 1.2rem;
}

.testimonial--item-inner {
    text-align: left;
    padding: 1em;
    background: #f4f4ec;
    margin-bottom: 1.5em;
}

body.custom-background .testimonial--item-inner {
    border-radius: 5px;
}

/*Instagram Slider*/
.author-portfolio-pro-instagram-section {
    position: relative;
}

.author-portfolio-pro-instagram-section #sb_instagram .sbi_photo_wrap {
    height: 260px !important;
}

.author-portfolio-pro-instagram-section #sb_instagram .sbi_photo img {
    height: auto;
}

.author-portfolio-pro-instagram-section div#sb_instagram {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.author-portfolio-pro-instagram-section div#sb_instagram #sbi_images {
    padding: 0 !important;
    display: block;
}

.author-portfolio-pro-instagram-section .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -25px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    z-index: 7;
    cursor: pointer;
    font-size: .81rem;
}

.author-portfolio-pro-instagram-section .slick-arrow.slick-next {
    right: 20px;
}

.author-portfolio-pro-instagram-section .slick-arrow.slick-prev {
    left: 20px;
}

#sb_instagram #sbi_load {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

@media (max-width:991px) {
    #sb_instagram .sbi_photo {
        height: 200px !important;
    }
}

@media (max-width:767px) {
    #sb_instagram .sbi_photo {
        height: 200px !important;
    }
}

/*Featured Book Widget*/
.featured-book-area-inner .book-name h2 {
    font-size: 1.3rem;
    margin: 0;
}

.featured-book-area-inner .book-author h4 {
    font-size: 1rem;
    margin: 0;
    color: #444;
}

.featured-book-area-inner .order-button a {
    display: inline-block;
    padding: .5em 2em;
    background: #fb4747;
    color: #fff;
    border-radius: 50px;
    transition: .4s;
}

.featured-book-area-inner {
    text-align: center;
}

.featured-book-area-inner .order-button {
    margin-top: 1em;
}

.featured-book-area-inner .book-image {
    margin-bottom: 1em;
}

.featured-book-area-inner .order-button a:hover {
    background: #000000;
}

/*Subscribe Form Widget*/
.subscribe-form-widget-wrapper h2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
}

.subscribe-form-widget-wrapper {
    padding: 0 1.2em;
    text-align: center;
}

.subscribe-form-widget-wrapper .mc4wp-form-fields input {
    width: 100% !important;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 1em;
}

.subscribe-form-widget-wrapper .mc4wp-form-fields input[type="submit"] {
    width: auto !important;
}

/*About Me Section*/
.about-section-area {
    padding: 80px 0;
}

.about-section-content .heading-wrapper {
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 0;
}

.about-section-content h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .about-section-content .heading-wrapper {
        font-size: 4.5rem;
    }

    .about-section-area {
        background-attachment: scroll !important;
    }
}

@media (max-width: 991px) {
    .about-section-content .heading-wrapper {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    .about-section-content .heading-wrapper {
        font-size: 2.5rem;
    }

    .about-section-area {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}

.about-section-content .heading-wrapper p {
    margin: 0;
}

.about-section-social-links .social-link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    transition: .4s;
    display: inline-block;
}

.about-section-social-links {
    display: flex;
    flex-flow: wrap;
    margin-top: 50px;
}

/*End About Me Section*/
/*Start Footer Sign Up form Section*/
.subscribe-form-footer-content .subscribe-form-widget-wrapper h2 {
    font-size: 3rem;
}

.subscribe-form-footer-content .mc4wp-form-fields {
    display: flex;
    justify-content: center;
}

.subscribe-form-footer-content .subscribe-form-widget-wrapper .mc4wp-form-fields input {
    width: 31% !important;
    margin: 0 6px;
}

.subscribe-form-footer-content .subscribe-form-widget-wrapper .mc4wp-form-fields input[type="submit"] {
    width: 22% !important;
}

@media (max-width: 991px) {
    .subscribe-form-footer-content .subscribe-form-widget-wrapper h2 {
        font-size: 2.5rem;
    }

    .subscribe-form-footer-content .subscribe-form-widget-wrapper h2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .subscribe-form-footer-content .subscribe-form-widget-wrapper h2 {
        font-size: 1.5rem;
    }

    .subscribe-form-footer-content .mc4wp-form-fields {
        display: block;
    }

    .subscribe-form-footer-content .subscribe-form-widget-wrapper h2 br {
        display: none;
    }

    .subscribe-form-footer-content .subscribe-form-widget-wrapper .mc4wp-form-fields input {
        width: 100% !important;
        margin: 5px 0;
    }

    .subscribe-form-footer-content .subscribe-form-widget-wrapper .mc4wp-form-fields input[type="submit"] {
        width: 70% !important;
    }
}

/*End Footer Sign Up Form section*/
body #preloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

body #preloader-wrapper #preloader {
    background-image: url(assets/img/loader.gif);
    width: 64px;
    height: 64px;
}

.author-portfolio-pro-wordpress-theme-credit-link {
    font-size: 11px;
    background: #fff;
    color: #000;
    padding: 3px 10px;
    line-height: normal;
    border-radius: 50px;
}

.author-portfolio-pro-wordpress-theme-credit-link a {
    color: #000 !important;
}

a.author-website-template-icon.fa-solid.fa-square-check span {
    font-size: 0;
}

.author-portfolio-pro-wordpress-theme-credit-link .rswpthemes-icon span {
    font-size: 0;
}

.author-portfolio-pro-wordpress-theme-credit-link .rswpthemes-icon:before {
    color: blue;
}

a.author-website-template-icon.fa-solid.fa-square-check {
    margin-left: 2px;
    color: #ff0037;
    display: inline-block;
    vertical-align: baseline;
}

/*Force Header Style*/
header.site-header.header-one.force-default-header-style p.site-description {
    color: #000;
}

header.site-header.header-one.force-default-header-style .social-icons-wrapper .social-link a,
header.site-header.header-one.force-default-header-style .search-icon-wrapper a {
    color: #444;
    font-size: 16px;
}

header.site-header.header-one.force-default-header-style .site-branding .title-and-tagline-wrapper h1 a {
    font-size: 30px;
}

header.site-header.header-one.force-default-header-style .show-logo-title-description-inline .logo-image-wrapper a {
    max-width: 70px;
    margin: 0;
    display: block;
}

header.site-header.header-one.force-default-header-style .show-logo-title-description-inline .logo-image-wrapper a img {
    display: block;
}
header.site-header.header-one.force-default-header-style.demo-site-header-layout {
    border-bottom: 1px solid #f1f1f1;
}
header.site-header.header-six.force-default-header-style.demo-site-header-layout {
    background-image: url(http://demo.rswpthemes.com/writers-portfolio/wp-content/uploads/sites/24/2022/12/cropped-header-large-image-min-scaled-1.jpg) !important;
}
header.site-header .site-branding.show-logo-title-description-inline h1.site-title {
    text-align: left;
}

header.site-header .site-branding.show-logo-title-description-inline p.site-description {
    text-align: left;
}
@media (max-width: 767px) {
    .site-header .normal-menu .cssmenu.text-right {
        text-align: center !important;
    }

    .site-header .normal-menu .right-menu {
        text-align: center !important;
        justify-content: center !important;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .header-menu-area .normal-menu .right-menu-col {
        text-align: center;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .header-menu-area .normal-menu .cssmenu {
        text-align: center !important;
    }
}

/*Blog Top Sidebar Area Design*/

.book-section-title {
    margin-bottom: 60px;
}

.book-section-title-wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 5;
    padding: 0 10px;
    margin: 0;
    font-size: 1.5rem;
    order: 2;
    min-width: fit-content;
}

.book-section-title-inner {
    text-align: center;
    position: relative;
    display: flex;
}

.book-section-title-inner:before {
    position: static;
    content: "";
    background: transparent;
    width: 100%;
    height: 10px;
    margin-top: 0;
    border-left: none !important;
    border-right: none !important;
    order: 1;
    align-self: center;
    border-style: double;
    border-collapse: collapse;
    border-width: medium;
    border-color: #000;
    border-block-width: 4px;
    order: 1;
}

.book-section-title-inner:after {
    position: static;
    content: "";
    background: transparent;
    width: 100%;
    height: 10px;
    margin-top: 0;
    align-self: center;
    margin-right: -2px;
    border-left: none !important;
    border-right: none !important;
    align-self: center;
    margin-right: -2px;
    border-width: 1px;
    border-style: double;
    border-collapse: collapse;
    border-block-width: 4px;
    order: 3;
    border-color: #000;
}
body.page-template-blankpage article.page {
    margin-bottom: 0;
}
.author-portfolio-pro-theme-buy-button-wrapper{
    position: fixed;
    left: 30px;
    bottom: 10%;
}
.author-portfolio-pro-theme-buy-button-wrapper .buy-theme-button a {
    background: red;
    color: #fff;
    display: block;
    padding: 7px 15px;
    border-radius: 50px;
    line-height: normal;
    font-size: 14px;
}