@charset "UTF-8";
/*
Theme Name: Blogflux
Theme URI: https://wedevstudios.com/theme/blogflux/
Author: ThemeDevStudios
Author URI: http://wedevstudios.com/
Description: BlogFlux is a vibrant and modern WordPress theme designed to elevate your blogging experience. With its clean and intuitive layout, BlogFlux seamlessly blends aesthetic appeal with user-friendly functionality. This theme offers a dynamic platform for bloggers to showcase their content effortlessly, providing a visually engaging and responsive environment for readers. Packed with customizable features and a focus on readability, BlogFlux empowers bloggers to create a unique and memorable online presence, making it the ideal choice for those seeking a sleek and contemporary WordPress theme for their blog.
Requires at least: 5.5
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogflux
Tags: blog, news, photography, one-column, two-columns, custom-background, custom-logo, custom-menu, featured-images, featured-image-header, flexible-header, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- CSS Reset
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
	- Grid
# Header
	- Top Area
	- Navigation Area
	- Site Branding
# Components
	- Navigation
	- Search Modal
	- Breadcrumbs
	- Post Navigation
	- Banner Slider
	- Posts and pages
	- 404 Error
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Social Share
	- Author Bio
	- Model Box
	- Social Icon
# Footer
# plugins
	- Jetpack infinite scroll
	- Mailchimp For WP
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
:root {
    --wedev-background-color: #ffffff;
    --wedev-text-color: #333;
    --wedev-alt-text-color: #f3f3f3;
    --white-color: #ffffff;
    --black-color: #26282b;
    --primary-color: #5ca5ff;
    --primary-hover-color: #1a81ff;
    --primary-font-family: 'Roboto', sans-serif;
    --secondary-font-family: 'Poppins', sans-serif;
    --font-size-large: 5.1rem;
    --font-size-big: 4.1rem;
    --font-size-medium: 3.2rem;
    --font-size-small: 2rem;
    --font-size-regular: 1.6rem;
    --font-weight-regular: 400;
    --font-weight-semibold: 500;
    --font-weight-bold: 700;
}
/* Normalize
--------------------------------------------- */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
.wedevs-btn {
    position: relative;
}
.wedevs-btn::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0.5rem;
    width: 0;
    background-color: var(--primary-hover-color);
    transition: .4s;
}
.wedevs-btn:hover::before,
.wedevs-btn:focus::before {
    width: 100%;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
::-moz-selection {
    background: #070707;
    color: #fff;
}
::selection {
    background: #070707;
    color: #fff;
}
/* CSS Reset
--------------------------------------------- */
html,
body {
    border: none;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
}
blockquote::before,
blockquote::after {
    content: "";
}
/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
    font-size: 62.5%;
    /* 1rem = 10px */
}
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wedev-text-color);
    font-size: 1.8rem;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
}
body,
button,
input,
select,
optgroup,
textarea {
    font-family: var(--primary-font-family);
}
.site-widget-recent .entry-title,
.entry-title-primary,
.more-post .entry-title {
    font-family: var(--primary-font-family);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: var(--secondary-font-family);
    font-weight: var(--font-weight-bold);
    line-height: 1.25;
    margin: 0 0 1rem;
}
h1 {
    font-size: 5.1rem;
}
h2 {
    font-size: 4.1rem;
}
h3 {
    font-size: 3.2rem;
}
h4 {
    font-size: 2.8rem;
}
h5 {
    font-size: 2.4rem;
}
h6 {
    font-size: 2rem;
}
.font-size-large {
    font-size: var(--font-size-large);
    line-height: calc(var(--font-size-large) * 1.2);
}
@media (max-width: 575px) {
    .site h1,
    .site .font-size-large {
        font-size: var(--font-size-medium);
        line-height: calc(var(--font-size-medium) * 1.2);
    }
}
.font-size-big {
    font-size: var(--font-size-big);
    line-height: calc(var(--font-size-big) * 1.2);
}
.font-size-medium {
    font-size: var(--font-size-medium);
    line-height: calc(var(--font-size-medium) * 1.2);
}
.font-size-small {
    font-size: var(--font-size-small);
    line-height: calc(var(--font-size-small) * 1.2);
}
.font-size-regular {
    font-size: var(--font-size-regular);
    line-height: calc(var(--font-size-regular) * 1.2);
}
@media (max-width: 991px) {
    .font-size-large {
        font-size: var(--font-size-big);
        line-height: calc(var(--font-size-big) * 1.2);
    }
    .font-size-big {
        font-size: var(--font-size-medium);
        line-height: calc(var(--font-size-medium) * 1.2);
    }
    .font-size-medium {
        font-size: 2.8rem;
        line-height: calc(2.8rem * 1.2);
    }
}
@media (max-width: 767px) {
    .font-size-large {
        font-size: var(--font-size-medium);
        line-height: calc(var(--font-size-medium) * 1.2);
    }
    .font-size-big {
        font-size: 2.8rem;
        line-height: calc(2.8rem * 1.2);
    }
    .font-size-medium {
        font-size: 2.4rem;
        line-height: calc(2.4rem * 1.2);
    }
}
@media (max-width: 575px) {
    .font-size-large {
        font-size: 2.8rem;
        line-height: calc(2.8rem * 1.2);
    }
    .font-size-big {
        font-size: 2.6rem;
        line-height: calc(2.6rem * 1.2);
    }
}
.wedevs-social-share-label,
.widget_block .wp-block-group__inner-container > h2,
.widget-title,
.wedevs-social-icon,
.widget_tag_cloud a {
    text-transform: uppercase;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wedevs-btn,
.wedevs-social-share-label,
.entry-meta,
.primary-menu a,
.wedevs-social-icon,
.wedevs-featured-categories,
.site-widget-categories .categories-widget-layout li a .cat-title,
.navigation.posts-navigation .nav-links a {
    font-family: var(--secondary-font-family);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wedevs-btn,
.entry-meta {
    font-size: var(--font-size-regular);
    line-height: calc(var(--font-size-regular) * 1.2);
}
.widget_block .wp-block-group__inner-container > h2,
.widget-title {
    font-size: 1.8rem;
}
.primary-menu a,
.wedevs-social-share-label {
    font-size: 1.6rem;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
.fill-children-current-color,
.fill-children-current-color * {
    fill: currentColor;
}
/* Elements
--------------------------------------------- */
body {
    background: var(--wedev-background-color);
    margin: 0;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
    list-style: none;
    margin: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: inherit;
    max-width: 100%;
    vertical-align: top;
}
figure {
    margin: 0 0 3rem;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.clear:before,
.clear:after,
.site-wrapper:before,
.site-wrapper:after,
.site-row:before,
.site-row:after,
.widget:before,
.widget:after {
    content: '';
    display: table;
}
.clear:after,
.site-wrapper:after,
.site-row:after,
.widget:after {
    clear: both;
}
.data-bg {
    background-color: var(--black-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}
.data-bg-fixed {
    background-attachment: fixed;
}
.wedevs-optimize-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-size-large {
    height: 640px;
}
.image-size-big {
    height: 500px;
}
.image-size-medium {
    height: 300px;
}
.image-size-small {
    height: 200px;
}
.image-size-thumbnail {
    height: 100px;
}
/* Links
--------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #444;
}
a:hover,
a:focus,
a:active {
    outline: none;
}
a:focus-visible {
    outline: 2px solid;
}
.site-content .entry-content a:not(.more-link):not(.button):not(.wp-block-button__link):not(.wedevs-btn),
.site-content .entry-summary a:not(.more-link):not(.button):not(.wedevs-btn),
.widget_text a:not(.more-link):not(.button):not(.wedevs-btn),
.site-footer-widgetarea .widget_block a:not(.more-link):not(.button) {
    text-decoration: underline;
}
.site-content .entry-content .wedevs-author-bio a,
.site-content .entry-content .post-navigation a,
.site-content .entry-content .comments-area a {
    text-decoration: none !important;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 30px;
    min-height: 50px;
    cursor: pointer;
    transition: all ease 0.35s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: var(--primary-hover-color);
    color: #fff;
}
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 {
    background-color: #000;
    color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid;
    border-radius: 0;
    padding: 5px 30px;
    min-height: 50px;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Grid
--------------------------------------------- */
.site-wrapper,
.site-wrapper-fluid {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .site-wrapper {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .site-wrapper {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .site-wrapper {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .site-wrapper {
        max-width: 1140px;
    }
}
@media (min-width: 1441px) {
    .site-wrapper {
        max-width: 1280px;
    }
}
@media (max-width: 1199px) {
    .site-wrapper-fluid {
        max-width: 960px;
    }
}
@media (max-width: 991px) {
    .site-wrapper-fluid {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .site-wrapper-fluid {
        max-width: 540px;
    }
}
.site-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.site-row-collapse {
    margin-right: 0;
    margin-left: 0;
}
.site-row-small {
    margin-right: -5px;
    margin-left: -5px;
}
.site-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.site-row-collapse .site-column {
    padding-right: 0;
    padding-left: 0;
}
.site-row-small .site-column {
    padding-right: 5px;
    padding-left: 5px;
}
.site-column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.site-column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.site-column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.site-column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.site-column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.site-column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.site-column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.site-column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.site-column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.site-column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.site-column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.site-column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.m-0 {
    margin: 0;
}
.mb-4 {
    margin-bottom: .4rem;
}
.mb-8 {
    margin-bottom: .8rem;
}
.mb-16 {
    margin-bottom: 1.6rem;
}
.mb-24 {
    margin-bottom: 2.4rem;
}
.mb-48 {
    margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
    .column-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .column-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .column-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (max-width: 1199px) {
    .hidden-md-screen {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
@media (max-width: 1400px) {
    .site-column-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 1024px) {
    .site-column-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 991px) {
    .site-column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .site-column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-sm-screen {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .site-column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-column-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .site-column-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-xs-screen {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
@media (max-width: 575px) {
    .site-column-xxs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead.site-header-overlap{
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
@media (max-width: 767px) {
    #masthead.site-header-overlap{
        background-color: none;
        position: relative;
    }
}
.home.admin-bar .site-header {
    top: 3.2rem;
}
@media (min-width: 992px) {
    .has-slider-enabled:not(.paged) .site-header-area button.toggle:hover,
    .has-slider-enabled:not(.paged) .site-header-area button.toggle:focus {
        color: var(--primary-color);
    }
}
.site-header-area {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
/* Top Area
--------------------------------------------- */
.site-header-components {
    display: flex;
    align-items: center;
}
.header-components-left {
    background: var(--wedev-background-color);
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: flex-start;
    min-height: 10rem;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .header-components-left {
        max-width: 32rem;
    }
}
@media (max-width: 575px) {
    .header-components-left {
        max-width: 24rem;
    }
}
.header-components-right {
    justify-content: flex-end;
    gap: 2rem;
}
.wp-custom-logo .site-branding {
    display: flex;
    align-items: center;
}
.wp-custom-logo .site-branding .site-logo {
    margin-right: 1.5rem
}
/* Site Branding
--------------------------------------------- */
.site-branding .site-title {
    display: block;
    font-size: 120rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
}
.site-branding .site-title a {
    color: inherit;
}
.site-branding .site-description {
    margin-bottom: 0;
    position: relative;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
ul.primary-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem;
}
.primary-menu .icon {
    display: block;
    height: 0.7rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(-45deg);
    width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0;
}
.primary-menu .icon::before {
    height: 0.8rem;
    width: 0.1rem;
}
.primary-menu .icon::after {
    height: 0.1rem;
    width: 0.8rem;
}
.primary-menu li {
    position: relative;
}
.primary-menu > li.menu-item-has-children > a {
    padding-right: 1.5rem;
}
.primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.6rem);
}
.primary-menu a {
    color: inherit;
    font-weight: 600;
    display: block;
    font-size: 2rem;
    line-height: calc(1.6rem * 1.2);
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}
/* SUB MENU */
.primary-menu ul {
    background: #000;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 22rem;
    z-index: 1;
}
.primary-menu ul li:hover,
.primary-menu ul li:focus {
    background: #222;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}
.primary-menu ul::before {
    height: 2rem;
    left: 0;
    right: 0;
}
.primary-menu ul::after {
    border: 0.8rem solid transparent;
    border-bottom-color: #000;
    right: 1.8rem;
}
.primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.15s linear;
    width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}
/* DEEP DOWN */
.primary-menu ul ul {
    top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -2rem;
    top: 0;
    width: 2rem;
}
.primary-menu ul ul::after {
    border-bottom-color: transparent;
    border-left-color: #000;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
}
.rtl .primary-menu ul ul::after {
    transform: rotate(180deg);
}
/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
    .primary-menu > li.menu-item-has-children > a {
        padding-right: 0;
        margin-right: 2rem;
    }
    .primary-menu ul li.menu-item-has-children > a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }
}
/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}
.cover-modal {
    display: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
    display: none !important;
}
.cover-modal.show-modal {
    display: block;
    cursor: pointer;
}
.cover-modal.show-modal > * {
    cursor: default;
}
/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.header-wedevs-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 1199px) {
    .header-wedevs-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
.menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 999;
}
.admin-bar .menu-modal {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .menu-modal {
        top: 46px;
    }
}
.menu-modal.show-modal {
    display: flex;
}
.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
    background: var(--wedev-background-color);
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
}
@media (max-width: 767px) {
    .menu-modal-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 120rem;
}
@media (min-width: 768px) {
    .menu-wrapper {
        width: calc(100% - 8rem);
    }
}
button.close-nav-toggle {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 3.1rem 0;
    width: 100%;
}
button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
}
.menu-modal .menu-top {
    flex-shrink: 0;
}
/* Toggles ----------------------------------- */
.toggle {
    -moz-appearance: none;
    -webkit-appearance: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button.toggle {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}
.site-header-area button.toggle {
    color: #000;
}
.site-header-area button.toggle:hover,
.site-header-area button.toggle:focus {
    color: #444;
}
.menu-modal button.toggle:hover,
.menu-modal button.toggle:focus {
    color: #000;
}
.toggle .svg-icon {
    width: 20px;
    height: 20px;
}
/* Main Menu --------------------------------- */
.modal-menu {
    position: relative;
}
@media (min-width: 700px) {
    .modal-menu {
        left: auto;
        width: 100%;
    }
}
.modal-menu li {
    border-style: solid;
    border-width: 0.1rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
}
.modal-menu > li:last-child {
    border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.modal-menu a {
    display: block;
    padding: 2rem 0;
    text-decoration: none;
    width: 100%;
}
button.sub-menu-toggle {
    border-left: 0.1rem solid;
    border-radius: 0;
    flex-shrink: 0;
    padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
    height: 1.4rem;
    transition: transform 0.15s linear;
    width: 1.4rem;
}
button.sub-menu-toggle.active svg {
    transform: rotate(180deg);
}
.modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
}
.modal-menu ul li a {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
    position: relative;
}
.menu-wrapper .active {
    display: block;
}
.menu-wrapper.is-toggling {
    pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
    transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
    .menu-wrapper.is-animating .menu-item,
    .menu-wrapper.is-animating .toggling-target {
        transition-duration: 1ms !important;
    }
}
/* Menu Bottom ------------------------------- */
.menu-bottom {
    flex-shrink: 0;
    padding: 4rem 0;
}
.menu-bottom .wedevs-social-icon {
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .menu-modal {
        opacity: 1;
        justify-content: flex-end;
        padding: 0;
        transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
    }
    .menu-modal.cover-modal {
        background: rgba(0, 0, 0, 0);
    }
    .menu-modal.active {
        background: rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease-out;
    }
    .menu-modal-inner {
        box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        padding: 0;
        transform: translateX(20rem);
        transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        width: 50rem;
    }
    .menu-modal.active .menu-modal-inner {
        opacity: 1;
        transform: translateX(0);
        transition-timing-function: ease-out;
    }
    .menu-bottom {
        padding: 6rem 0;
    }
}
/* Search Modal
--------------------------------------------- */
.search-modal {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: -9999rem;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 999;
}
.admin-bar .search-modal.active {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .search-modal.active {
        top: 46px;
    }
}
.search-modal-inner {
    background: var(--wedev-background-color);
    padding-top: 5rem;
    padding-bottom: 5rem;
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-modal-inner .wedevs-search-bar {
    display: flex;
    justify-content: space-between;
}
.search-modal.active {
    left: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
button.search-untoggle {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    padding: 0 2.5rem;
}
.search-modal button.search-untoggle {
    color: inherit;
}
.search-modal.active .search-untoggle {
    animation: popIn both 0.3s 0.2s;
}
.search-untoggle svg {
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    width: 1.5rem;
}
.search-untoggle:focus svg,
.search-untoggle:hover svg {
    transform: scale(1.15);
}
.search-modal form {
    margin: 0;
    position: relative;
    width: 100%;
}
.search-modal .search-field {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 2rem;
    max-width: calc(100% + 2rem);
    padding: 0 0 0 2rem;
    width: calc(100% + 2rem);
}
.search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
    color: inherit;
}
.search-modal .search-field::-moz-placeholder {
    color: inherit;
    line-height: 4;
}
.search-modal .search-submit {
    position: absolute;
    right: -9999rem;
    top: 50%;
    transform: translateY(-50%);
}
.search-modal .search-submit:focus {
    right: 0;
}
/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
    font-size: 90%;
    margin: 4rem auto 2rem;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}
:where(.category, .search) .breadcrumbs {
    margin: 0;
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.breadcrumbs ul .trail-item span {
    position: relative;
    margin: 0 .5rem .4rem 0;
    background: rgba(0, 0, 0, 0.045);
    padding: .3rem .6rem .4rem .4rem;
    border-radius: 2px;
    line-height: 1;
    max-width: 18em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wedevs-inner-banner.data-bg .breadcrumbs ul .trail-item span {
    background: rgba(255, 255, 255, 0.45);
}
.breadcrumbs ul .trail-item span:hover,
.breadcrumbs ul .trail-item span:focus {
    background: rgba(0, 0, 0, 0.085);
}
.breadcrumbs ul .trail-item.trail-begin span {
    margin-left: 0;
}
.breadcrumbs ul .trail-item span:before {
    content: "";
    display: inline-block;
    margin-left: .45rem;
    margin-right: .65rem;
    vertical-align: middle;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
}
/* Post Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.post-navigation .nav-links .meta-nav {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-size: 2.4rem;
}
.navigation.pagination {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
    text-align: center;
}
.navigation.pagination a {
    color: inherit;
}
.navigation.pagination .page-numbers {
    display: inline-block;
    margin-right: 1.25em;
    color: #abadaf;
}
.navigation.pagination .page-numbers.current {
    color: #161719;
}
.navigation.pagination .page-numbers:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 600px) {
    .navigation.pagination .prev:after,
    .navigation.pagination .next:before {
        position: relative;
        display: inline-block;
        width: 2.25rem;
        height: 1px;
        content: '';
        vertical-align: middle;
        background-color: #eaebee;
    }
    .navigation.pagination .prev:after {
        margin-left: 1.25em;
    }
    .navigation.pagination .next:before {
        margin-right: 1.25em;
    }
}
.navigation.posts-navigation .nav-links a {
    padding: 1.5rem 3rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    min-width: 260px;
    display: inline-block;
    text-align: center;
}
.navigation.posts-navigation .nav-links a:hover,
.navigation.posts-navigation .nav-links a:focus {
    background: var(--black-color);
}
.site-ajax-pagination {
    text-align: center;
}
.floating-post-navigation {
    position: fixed;
    top: 50%;
    z-index: 999;
    width: 340px;
    height: 200px;
    overflow: hidden;
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    -moz-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    -o-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    transition: all .4s cubic-bezier(.24, .6, .25, 1);
}
.floating-post-navigation img {
    filter: alpha(opacity=65);
    opacity: .65;
}
.floating-navigation-prev {
    right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
    right: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.floating-navigation-next {
    left: calc(100% - 50px);
}
.floating-navigation-next:hover {
    left: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.floating-post-navigation img {
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100% !important;
}
.floating-navigation-prev img {
    right: 50px;
}
.floating-navigation-next img {
    left: 50px;
}
.floating-post-navigation a {
    color: inherit;
}
.floating-post-navigation a:hover,
.floating-post-navigation a:focus {
    color: inherit !important;
}
.floating-post-navigation .floating-navigation-label {
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
    right: 0;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 2;
    letter-spacing: 3px;
}
.floating-navigation-next .floating-navigation-label {
    right: auto;
    left: 0;
}
.floating-post-navigation .floating-navigation-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
    padding: 20px 60px 20px 20px;
    z-index: 2;
}
.floating-navigation-next .floating-navigation-title {
    padding: 20px 20px 20px 60px;
}
/* Banner Slider
--------------------------------------------- */
.wedevs-slider {
    position: relative;
}
.wedevs-slider article > div:first-child {
    width: 60%;
    height: 100vh;
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .wedevs-slider article > div:first-child {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .wedevs-slider article > div:first-child {
        position: relative;
        width: 100%;
        height: 72rem;
    }
    .wedevs-slider article > div:first-child::before {
        position: absolute;
        content: '';
        inset: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .3);
    }
}
@media (max-width: 767px) {
    .wedevs-slider article > div:first-child {
        height: 56rem;
    }
}
@media (max-width: 575px) {
    .wedevs-slider article > div:first-child {
        height: 48rem;
    }
}
.wedevs-slider .has-no-image {
    background-color: rgba(0, 0, 0, 0.6);
}
.wedevs-slider .has-no-image + div > .entry-title {
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: none;
    -webkit-text-fill-color: #000;
}
.wedevs-slider article .webdevs-slider-content {
    position: absolute;
    top: 50%;
    left: 44%;
    translate: 0 -50%;
    width: 100rem;
}
@media (max-width: 1600px) {
    .wedevs-slider article .webdevs-slider-content {
        left: 35%;
    }
}
@media (max-width: 1400px) {
    .wedevs-slider article .webdevs-slider-content {
        width: 80rem;
    }
}
@media (max-width: 1200px) {
    .wedevs-slider article .webdevs-slider-content {
        width: 64rem;
        left: 30%;
    }
}
@media (max-width: 991px) {
    .wedevs-slider article .webdevs-slider-content {
        width: 72rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 1.5rem;
        color: #fff;
    }
    .wedevs-slider article .webdevs-slider-content a:not(:hover, :focus) {
        color: inherit;
    }
}
@media (max-width: 767px) {
    .wedevs-slider article .webdevs-slider-content {
        max-width: 54rem;
    }
}
@media (max-width: 575px) {
    .wedevs-slider article .webdevs-slider-content {
        max-width: 100%;
    }
}
.wedevs-slider article .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1;
    overflow: hidden;
}
@media (min-width: 992px) {
    .wedevs-slider article .entry-title {
        background-color: var(--wedev-text-color);
        background-size: cover;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-size: 16rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: var(--wedev-background-color);
    }
}
@media (max-width: 1400px) {
    .wedevs-slider article .entry-title {
        font-size: 15rem;
    }
}
@media (max-width: 1200px) {
    .wedevs-slider article .entry-title {
        font-size: 11rem;
    }
}
@media (max-width: 991px) {
    .wedevs-slider article .entry-title {
        background: none !important;
        font-size: 7.3rem;
        line-height: calc(7.3rem * 1.2);
    }
}
@media (max-width: 575px) {
    .wedevs-slider article .entry-title {
        font-size: 5.1rem;
        line-height: calc(5.1rem * 1.2);
    }
}
.wedevs-slider article .entry-meta,
.wedevs-slider article p {
    display: none;
}
.wedevs-slider article a.wedevs-btn {
    position: relative;
    left: 48rem;
    color: #000;
    background-color: transparent;
    padding: 0;
    font-size: 2.2rem;
    line-height: calc(2.2rem * 1.2);
    font-weight: 600;
}
@media (max-width: 767px) {
    .wedevs-slider article a.wedevs-btn {
        left: 32rem;
    }
}
@media (max-width: 575px) {
    .wedevs-slider article a.wedevs-btn {
        left: 48%;
    }
}
.wedevs-slider article a.wedevs-btn:where(:hover, :focus) {
    color: var(--primary-hover-color);
}
.wedevs-slider article a.wedevs-btn::before {
    position: absolute;
    content: '';
    left: initial;
    right: 0;
    bottom: -16px;
    height: 0.15rem;
    width: 36rem;
    background-color: #000;
    transition: none;
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .wedevs-slider article a.wedevs-btn::before {
        width: 26rem;
    }
}
@media (max-width: 991px) {
    .wedevs-slider article a.wedevs-btn::before {
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    .wedevs-slider article a.wedevs-btn::before {
        width: 24rem;
    }
}
@media (max-width: 575px) {
    .wedevs-slider article a.wedevs-btn::before {
        width: 80%;
    }
}
.wedevs-slider article a.wedevs-btn:where(:hover, :focus)::before {
    background-color: var(--primary-hover-color);
}
.wedevs-slider .swiper-button-next:after,
.wedevs-slider .swiper-button-prev:after {
    color: #000;
    font-family: none;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: calc(2.5rem * 1.2);
    text-transform: capitalize !important;
}
@media (max-width: 991px) {
    .wedevs-slider .swiper-button-next:after,
    .wedevs-slider .swiper-button-prev:after {
        color: #fff;
    }
}
@media (max-width: 575px) {
    .wedevs-slider .swiper-button-next:after,
    .wedevs-slider .swiper-button-prev:after {
        font-size: 2rem;
        line-height: calc(2rem * 1.2);
    }
}
.wedevs-slider .swiper-button-next,
.wedevs-slider .swiper-button-prev {
    top: initial;
    bottom: 4rem;
}
.wedevs-slider .swiper-button-next {
    right: 4rem;
}
.wedevs-slider .swiper-button-prev {
    left: initial;
    right: 28rem;
}
@media (max-width: 575px) {
    .wedevs-slider .swiper-button-prev {
        right: 24rem;
    }
}
.wedevs-slider .swiper-button-prev::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 6rem;
    translate: 0 -50%;
    height: 0.3rem;
    width: 14rem;
    background-color: #000;
}
@media (max-width: 991px) {
    .wedevs-slider .swiper-button-prev::before {
        background-color: #fff;
    }
}
@media (max-width: 575px) {
    .wedevs-slider .swiper-button-prev::before {
        width: 12rem;
        left: 5rem;
    }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}
.post,
.page {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.site-content {
    margin-bottom: 4rem;
    position: relative;
}
.has-slider-enabled:not(.paged) .site-content {
    margin-top: 0;
}
@media (min-width: 1200px) {
    .left-sidebar .site-content .content-area {
        padding-left: 30px;
    }
    .right-sidebar .site-content .content-area {
        padding-right: 30px;
    }
}
.wedevs-block {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    position: relative;
}
.wedevs-block-wrapper .wedevs-banner-block {
    padding-bottom: 0;
    margin-bottom: 6rem;
}
.wedevs-featured-categories {
    position: relative;
}
@media (max-width: 991px) {
    .wedevs-featured-categories {
        margin-bottom: 3rem;
    }
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-thumbnail {
    position: relative;
}
.entry-thumbnail .entry-meta {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 6px 15px;
}
.entry-thumbnail-effect {
    display: block;
    position: relative;
    overflow: hidden;
}
.entry-thumbnail-effect img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.entry-thumbnail-effect:hover img,
.entry-thumbnail-effect:focus img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.entry-title a {
    background-image: linear-gradient(180deg, transparent 90%, var(--primary-color) 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
}
.entry-title:hover a,
.entry-title:focus a {
    text-decoration: none;
    background-size: 100% 100%;
}
.entry-meta .category a,
.entry-meta .cat-tags a,
.entry-meta-categories a,
.entry-footer .category a,
.entry-footer .cat-tags a,
.entry-footer .entry-meta-categories a {
    display: inline;
    background-image: linear-gradient(180deg, transparent 80%, var(--primary-color) 0);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: .5rem;
}
.entry-meta .category a:last-child,
.entry-meta .cat-tags a:last-child,
.entry-meta-categories a:last-child,
.entry-footer .category a:last-child,
.entry-footer .cat-tags a:last-child,
.entry-footer .entry-meta-categories a:last-child {
    margin-right: 0;
}
.entry-meta-posted-by .avatar {
    width: 40px;
    border-radius: 50%;
}
.entry-meta-posted-by .author {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0;
}
.wedevs-post-wrapper .wedevs-article-post .entry-thumbnail {
    margin-bottom: 3rem;
}
.wedevs-post-wrapper .wedevs-article-post .entry-details .entry-content .wedevs-btn-primary {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 2.4rem;
}
.wedevs-post-wrapper .wedevs-article-post .entry-details .entry-content .wedevs-btn-primary > svg {
    vertical-align: middle;
    margin-left: .8rem;
}
.wedevs-post-wrapper .entry-details {
    border-bottom: 1px solid;
    margin-bottom: 4rem;
}
.entry-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.wedevs-more-panel {
    margin-bottom: 4rem;
}
.wedevs-more-panel .entry-thumbnail {
    height: 140px;
    margin-bottom: 1.5rem;
}
.wedevs-more-panel .entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wedevs-block-title,
.wedevs-panel-title {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.wedevs-block-heading .wedevs-block-title {
    position: relative;
    text-align: center;
}
.wedevs-block-heading .wedevs-block-title > span {
    display: inline-block;
    z-index: 1;
    max-width: calc(100% - 5px);
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    vertical-align: middle;
    background-color: var(--wedev-background-color);
}
.wedevs-block-heading .wedevs-block-subtitle {
    text-align: center;
}
.single .wedevs-inner-banner {
    margin-bottom: 6rem;
    margin-top: 4rem;
}
.single-layout-simple .site-content .content-area .wedevs-single-article .entry-header {
    margin-bottom: 3rem;
}
.wedevs-related-articles {
    padding: 6rem 0 8rem;
    border-top: 1px solid;
}
.wedevs-related-articles .related-post .entry-thumbnail .post-thumbnail {
    display: block;
    height: 260px;
    margin-bottom: 2rem;
}
.wedevs-related-articles .related-post .entry-thumbnail .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wedevs-related-articles .related-post .entry-details {
    text-align: center;
}
.wedevs-related-articles .wedevs-related-carousel .swiper-wrapper {
    margin-bottom: 4rem;
}
/* 404 Error
--------------------------------------------- */
.wedevs-error-block .site-main {
    padding: 6rem 0 4rem;
}
.wedevs-error-block .widget_search {
    margin-bottom: 8rem;
    margin-top: 4rem;
}
.wedevs-error-block .error-thumb-image img {
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .wedevs-error-block {
        margin-bottom: 5rem;
        margin-top: 10rem;
    }
    .wedevs-error-block .site-main {
        background-color: rgba(0, 0, 0, 0.03);
    }
    .wedevs-error-block .error-thumb-image img {
        margin-top: -10rem;
    }
}
/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
#comments {
    margin-top: 60px;
    padding-bottom: 5px;
}
#comments .comments-title {
    margin-bottom: 60px;
}
.page #comments .comments-title {
    margin-top: 60px;
}
#comments .comment-list {
    list-style: none;
    margin: 40px auto;
    padding: 0;
}
#comments .comment-list li {
    border-bottom: 1px solid;
    margin-bottom: 40px;
}
#comments .comment-list li article {
    padding: 0;
    margin-bottom: 40px;
}
#comments .comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
}
#comments .comment-list .children li {
    margin: 0;
    border: none;
}
#comments .comment-list .comment-content li {
    margin-bottom: 10px;
    border: none;
}
#comments .comment-list .comment-content h1,
#comments .comment-list .comment-content h2,
#comments .comment-list .comment-content h3,
#comments .comment-list .comment-content h4,
#comments .comment-list .comment-content h5,
#comments .comment-list .comment-content h6 {
    margin-bottom: 30px;
    margin-top: 30px;
}
#comments .comment-body {
    min-height: 60px;
    display: block;
    position: relative;
    clear: both;
}
#comments .comment-body p:last-child {
    margin-bottom: 0;
}
#comments .comment-body footer {
    margin-bottom: 35px;
}
#comments .comment-body .comment-content {
    background: #f4f7f6;
    padding: 20px;
    clear: both;
    line-height: 1.75;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
#comments .comment-body .comment-content:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f4f7f6 transparent;
}
#comments .comment-author img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}
#comments .comment-author .fn {
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    padding-top: 5px;
}
#comments .comment-author .says {
    display: none;
}
#comments .comment-meta .comment-metadata {
    font-size: 14px;
    line-height: inherit;
    margin-top: 5px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#comments .comment-meta .comment-metadata .edit-link {
    margin-left: 10px;
    font-style: italic;
}
#comments .reply {
    margin-top: 30px;
}
#comments .comment-reply-link {
    font-weight: 600;
    font-size: 14px;
}
#comments .comment-reply-link:after {
    content: "";
    background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="14.796" height="10.354" viewBox="0 0 14.796 10.354"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l4.117,4.116-4.117,4.116" transform="translate(-7811.241 1126.021)" fill="none" stroke="%23f15641" stroke-linecap="round" stroke-width="1.5"></path><path d="M6555.283-354.415h-12.624" transform="translate(-6542.659 358.532)" fill="none" stroke="%23f15641" stroke-linecap="round" stroke-width="1.5"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: 14px;
    display: inline-block;
    height: 14px;
    transform: none;
    font-size: 20px;
    line-height: inherit !important;
    margin-left: 5px;
    vertical-align: middle;
    transition: margin-left 250ms ease;
    width: 14px;
}
#comments .comment-reply-link:hover:after {
    margin-left: 13px;
}
#comments .comment-list .bypostauthor .comment-author img {
    border: 2px solid #ffcc00;
}
#comments .comment-form {
    margin-top: 30px;
}
#comments .comment-form p {
    margin-bottom: 10px;
}
#comments .comment-form p:last-child {
    margin-bottom: 0px;
}
#comments .comment-list #respond {
    margin: -20px 0 40px 0px;
}
#comments .comment-form-info-fields {
    margin-bottom: 25px;
}
#comments .comment-form-author input#author,
#comments .comment-form-email input#email,
#comments .comment-form-url input#url,
#comments .comment-form-comment textarea {
    width: 100%;
    margin-top: 3px;
}
#comments p.comment-form-author,
#comments p.comment-form-email,
#comments p.comment-form-url {
    width: 32%;
    margin-right: 2%;
    float: left;
}
#comments p.comment-form-url {
    margin-right: 0;
    clear: right;
    margin-bottom: 30px;
}
#comments #wp-comment-cookies-consent {
    margin-right: 7px;
    vertical-align: 1px;
}
#comments p.form-submit {
    clear: both;
}
#comments span.required {
    color: #ff7979;
}
#comments .comment-awaiting-moderation {
    color: #DB6A23;
}
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    margin-bottom: 30px;
    margin-top: -20px;
    font-size: 14px;
}
#comments p.form-allowed-tags {
    margin-bottom: 25px;
    font-size: 14px;
}
#comments h3.comment-reply-title {
    font-size: 18px;
    margin-bottom: 5px;
    clear: both;
}
#comments ol li h3.comment-reply-title {
    margin-top: 60px;
}
#comments h3.comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
/* Paragraph that wraps the submit button and hidden comment ID fields. */
#comments .comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 30px;
}
/* Jetpack checkboxes. */
#comments .comment-form .comment-subscription-form,
#comments .comment-form .comment-subscription-form:only-child {
    font-size: 14px;
    margin-top: 20px;
}
#comments .comment-form .comment-subscription-form:last-child {
    margin-top: 0;
}
/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}
.widget-area .widget {
    margin-bottom: 3rem;
}
.widget_block .wp-block-group__inner-container > h2,
.widget .widget-title {
    margin: 0 0 1.5rem;
    position: relative;
}
.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget select {
    max-width: 100%;
}
.widget_search .search-form {
    display: flex;
}
.widget_search .search-form label {
    flex: 1;
}
.widget_search .search-form .search-field {
    margin-bottom: 0;
}
.widget_search .search-form .search-submit {
    font-size: 0;
    line-height: 0;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="22.219" height="22.219" viewBox="0 0 22.219 22.219"><path id="Path_24900" data-name="Path 24900" d="M13.346,22.717a9.3,9.3,0,0,0,5.772-2l5.506,5.506,1.594-1.594-5.506-5.506a9.344,9.344,0,1,0-7.366,3.6Zm0-16.5a7.137,7.137,0,1,1-7.124,7.124A7.138,7.138,0,0,1,13.346,6.222Z" transform="translate(-4 -4)" fill="%23fff"/></svg>');
    background-size: 22.22px;
    background-repeat: no-repeat;
    background-position: center;
}
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-latest-comments li {
    font-weight: var(--font-weight-semibold);
    position: relative;
    margin-top: 1em;
    padding-left: 1.5em;
}
.widget-area .widget_nav_menu ul li,
.widget-area .widget_categories ul li,
.widget-area .widget_recent_entries ul li,
.widget-area .widget_recent_comments ul li,
.widget-area .widget_archive ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_pages ul li,
.widget-area .widget_rss ul li,
.widget-area .widget_block .wp-block-latest-posts li,
.widget-area .widget_block .wp-block-categories li,
.widget-area .widget_block .wp-block-archives li,
.widget-area .widget_block .wp-block-latest-comments li {
    font-size: 1.6rem;
}
.widget_nav_menu ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_rss ul li:before,
.widget_block .wp-block-latest-posts li:before,
.widget_block .wp-block-categories li:before,
.widget_block .wp-block-archives li:before,
.widget_block .wp-block-latest-comments li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 12' version='1.1'%3E%3Cpath d='M 3.484375 1.234375 C 3.554688 1.164062 3.648438 1.125 3.75 1.125 C 3.851562 1.125 3.945312 1.164062 4.015625 1.234375 L 8.515625 5.734375 C 8.585938 5.804688 8.625 5.898438 8.625 6 C 8.625 6.101562 8.585938 6.195312 8.515625 6.265625 L 4.015625 10.765625 C 3.867188 10.914062 3.632812 10.914062 3.484375 10.765625 C 3.335938 10.617188 3.335938 10.382812 3.484375 10.234375 L 7.71875 6 L 3.484375 1.765625 C 3.414062 1.695312 3.375 1.601562 3.375 1.5 C 3.375 1.398438 3.414062 1.304688 3.484375 1.234375 Z M 3.484375 1.234375 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 6px;
    left: 0;
}
.site-footer-widgetarea .widget_nav_menu ul li:before,
.site-footer-widgetarea .widget_categories ul li:before,
.site-footer-widgetarea .widget_recent_entries ul li:before,
.site-footer-widgetarea .widget_recent_comments ul li:before,
.site-footer-widgetarea .widget_archive ul li:before,
.site-footer-widgetarea .widget_meta ul li:before,
.site-footer-widgetarea .widget_pages ul li:before,
.site-footer-widgetarea .widget_rss ul li:before,
.site-footer-widgetarea .widget_block .wp-block-latest-posts li:before,
.site-footer-widgetarea .widget_block .wp-block-categories li:before,
.site-footer-widgetarea .widget_block .wp-block-archives li:before,
.site-footer-widgetarea .widget_block .wp-block-latest-comments li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  fill='%23fff' viewBox='0 0 12 12' version='1.1'%3E%3Cpath d='M 3.484375 1.234375 C 3.554688 1.164062 3.648438 1.125 3.75 1.125 C 3.851562 1.125 3.945312 1.164062 4.015625 1.234375 L 8.515625 5.734375 C 8.585938 5.804688 8.625 5.898438 8.625 6 C 8.625 6.101562 8.585938 6.195312 8.515625 6.265625 L 4.015625 10.765625 C 3.867188 10.914062 3.632812 10.914062 3.484375 10.765625 C 3.335938 10.617188 3.335938 10.382812 3.484375 10.234375 L 7.71875 6 L 3.484375 1.765625 C 3.414062 1.695312 3.375 1.601562 3.375 1.5 C 3.375 1.398438 3.414062 1.304688 3.484375 1.234375 Z M 3.484375 1.234375 '/%3E%3C/svg%3E%0A");
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    display: block;
    margin: 0.2em 0 0;
    color: #757575;
    font-size: 90%;
    font-weight: 400;
}
.widget_rss .rssSummary {
    font-size: 80%;
    margin: 0.5em 0;
}
.widget_rss cite {
    display: block;
    color: #ccc;
    font-size: 90%;
}
.widget_rss cite:before {
    content: "-";
    margin-right: 0.5em;
}
.widget_rss .rsswidget img {
    display: inline-block;
    margin-right: 0.5em;
}
.widget_calendar table {
    position: relative;
    table-layout: fixed;
    width: 100%;
    max-width: 250px;
}
.widget_calendar table th,
.widget_calendar table td {
    text-align: center;
    padding: 0.2em;
}
.widget_calendar table caption {
    background-color: #f3f3f3;
    padding: 0.2em 2em;
    margin-bottom: 10px;
}
.widget_calendar table tfoot {
    position: absolute;
    width: 100%;
    top: 0;
}
.widget_calendar table tfoot #prev,
.widget_calendar table tfoot #next {
    position: absolute;
    top: 0;
    padding: 5px;
    width: 2em;
    color: #ccc;
}
.widget_calendar table tfoot #prev:hover,
.widget_calendar table tfoot #next:hover {
    color: #aaa;
}
.widget_calendar table tfoot #prev {
    left: 0;
}
.widget_calendar table tfoot #next {
    right: 0;
}
.widget_calendar table tfoot td a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    text-indent: -999999px;
}
.widget_calendar table tbody a {
    font-weight: 700;
}
.widget_tag_cloud a {
    display: inline-block;
    margin: 0 0.2em 0.4em 0;
    padding: 0.6em 1em;
    background-color: #f3f3f3;
    color: #888;
    font-size: 11px !important;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
    background: var(--black-color);
    color: #fff;
}
.site-widget-recent .recent-widget-layout li {
    margin-bottom: 32px;
}
.site-widget-recent .recent-widget-layout li:last-child {
    margin-bottom: 0;
}
.site-widget-recent .entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-widget-recent .recent-widget-layout .entry-header {
    overflow: hidden;
}
.site-widget-recent .widget-layout-1 .entry-thumbnail,
.site-widget-recent .widget-layout-3 .entry-thumbnail {
    height: 65px;
    width: 105px;
}
.site-widget-recent .widget-layout-1 .entry-thumbnail {
    margin-right: 20px;
    float: left;
}
.site-widget-recent .widget-layout-3 .entry-thumbnail {
    float: right;
    margin-left: 20px;
}
.site-widget-recent .widget-layout-2 .entry-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 190px;
}
.site-widget-recent .widget-layout-2 .entry-header {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
.site-widget-categories .categories-widget-layout li {
    position: relative;
    margin-bottom: 57px;
}
.site-widget-categories .categories-widget-layout li a {
    padding: 15px;
    min-width: 228px;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, 50%);
    background: var(--wedev-background-color);
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    overflow: hidden;
    z-index: 1;
}
.site-widget-categories .categories-widget-layout li a .cat-title {
    float: left;
    font-size: 1.6rem;
}
.site-widget-categories .categories-widget-layout li a .post-count {
    float: right;
    width: auto;
    padding: 4px 8px;
    background: var(--primary-color);
    border-radius: 3px;
    color: var(--white-color);
    margin-left: 10px;
    text-align: center;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    transition: linear .2s;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.2);
}
.site-widget-author .wedevs-author-image {
    width: 232px;
    height: 232px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 3rem;
}
.site-widget-author .wedevs-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-widget-author .wedevs-author-content {
    text-align: center;
}
.site-widget-author .wedevs-author-social {
    position: relative;
    margin-top: 15px;
    text-align: center;
}
.wedevs-author-social .author-social-icons li {
    display: inline-block;
    vertical-align: middle;
}
.site-widget-slider {
    background-color: var(--wedev-background-color);
    position: relative;
}
.site-widget-slider .swiper-slide {
    text-align: center;
}
.site-widget-slider .swiper-nav {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}
.site-widget-slider .swiper-nav .wedevs-sidebar-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .65;
}
.site-widget-slider .swiper-nav .wedevs-sidebar-slide-prev {
    left: 10px;
    right: auto;
}
.site-widget-slider .swiper-nav .wedevs-sidebar-slide-next {
    right: 10px;
    left: auto;
}
.site-widget-slider .entry-details {
    padding: 2rem 1rem;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1em;
    display: grid;
    grid-gap: 1em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/* Social Share
--------------------------------------------- */
.wedevs-social-share {
    display: block;
    direction: rtl;
    text-align: left;
    line-height: 0;
}
.wedevs-social-share-inner {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 32px;
    cursor: pointer;
}
.wedevs-social-share-inner:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 7c2.761 0 5 2.239 5 5s-2.239 5-5 5-5-2.239-5-5 2.239-5 5-5zm11.122 12.065c-.073.301-.122.611-.122.935 0 2.209 1.791 4 4 4s4-1.791 4-4-1.791-4-4-4c-1.165 0-2.204.506-2.935 1.301l-5.488-2.927c-.23.636-.549 1.229-.943 1.764l5.488 2.927zm7.878-15.065c0-2.209-1.791-4-4-4s-4 1.791-4 4c0 .324.049.634.122.935l-5.488 2.927c.395.535.713 1.127.943 1.764l5.488-2.927c.731.795 1.77 1.301 2.935 1.301 2.209 0 4-1.791 4-4z'/%3E%3C/svg%3E");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 32px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wedevs-social-share-inner:hover:before {
    opacity: 0.5;
}
.wedevs-social-share-label {
    z-index: -1;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    line-height: 32px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    pointer-events: none;
}
.wedevs-social-share .wedevs-social-share-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    visibility: hidden;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.wedevs-social-share-icon span {
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
.wedevs-social-share .wedevs-share-icon-facebook span {
    background-color: #4267B2;
}
.wedevs-social-share .wedevs-share-icon-twitter span {
    background-color: #1DA1F2;
}
.wedevs-social-share .wedevs-share-icon-linkedin span {
    background-color: #0e76a8;
}
.wedevs-social-share .wedevs-share-icon-pinterest span {
    background-color: #E60023;
}
.wedevs-social-share .wedevs-share-icon-email span {
    background-color: #1DB954;
}
.wedevs-social-share-icon:hover span,
.wedevs-social-share-icon:focus span {
    background-color: #111;
    color: #fff;
}
.wedevs-social-share-icon span .svg-icon {
    width: 16px;
    height: 16px;
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon {
    z-index: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(1) {
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(1) {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(2) {
    z-index: 2;
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(2) {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(68px);
    -moz-transform: translateX(68px);
    -ms-transform: translateX(68px);
    -o-transform: translateX(68px);
    transform: translateX(68px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(3) {
    z-index: 3;
    -webkit-transform: translateX(68px);
    -moz-transform: translateX(68px);
    -ms-transform: translateX(68px);
    -o-transform: translateX(68px);
    transform: translateX(68px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(4) {
    z-index: 4;
    -webkit-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(5) {
    z-index: 5;
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(6) {
    z-index: 6;
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(7) {
    z-index: 7;
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(7) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(8) {
    z-index: 8;
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(8) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(9) {
    z-index: 9;
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(9) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
}
.wedevs-social-share-inner .wedevs-social-share-icon:nth-child(10) {
    z-index: 10;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
}
.wedevs-social-share-inner:hover .wedevs-social-share-icon:nth-child(10) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translateX(362px);
    -moz-transform: translateX(362px);
    -ms-transform: translateX(362px);
    -o-transform: translateX(362px);
    transform: translateX(362px);
}
/* Author Bio
--------------------------------------------- */
.wedevs-author-bio {
    border: 1px solid;
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.wedevs-author-bio .wedevs-author-image {
    width: 120px;
    border-radius: 60px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin: 2rem;
}
.wedevs-author-bio .wedevs-author-info {
    display: table;
}
.wedevs-author-bio .wedevs-author-description {
    margin-top: 35px;
    padding-right: 35px;
    font-size: 14px;
    margin-bottom: 10px;
}
.wedevs-author-bio .wedevs-author-description .wedevs-author-title,
.wedevs-author-bio .wedevs-author-description .wedevs-author-role {
    text-transform: capitalize;
}
.wedevs-author-bio .wedevs-author-social .wedevs-author-social-list li {
    display: inline-block;
}
.wedevs-author-bio .wedevs-author-social .wedevs-author-social-list li a {
    color: #000000;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    display: block;
}
.wedevs-author-bio .wedevs-author-social .wedevs-author-social-list li .svg-icon {
    display: inline-block;
    height: 2rem;
    vertical-align: middle;
    width: 2rem;
}
/* Model Box
--------------------------------------------- */
.wedevs-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -115;
    visibility: hidden;
    transition: opacity .2s ease-out;
    background-color: rgba(250, 249, 247, .87);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wedevs-modal.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out;
    z-index: 115;
}
.wedevs-modal .wedevs-modal-wrapper {
    position: relative;
    width: 100%;
    max-width: 780px;
    background-color: #faf9f7;
    box-shadow: 0 0 49.5px 0.5px rgba(51, 49, 48, 0.15);
    opacity: 0;
    transform: translateY(24px);
    transition: transform .6s ease, opacity .3s ease-out;
}
.wedevs-modal.is-visible .wedevs-modal-wrapper {
    opacity: 1;
    transform: translateY(0);
}
.wedevs-modal-body {
    display: flex;
    width: 100%;
}
.wedevs-modal-body .wedevs-popup-image {
    display: block;
    width: 340px;
    height: auto;
}
.data-bg-modelbox {
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}
.wedevs-popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    flex: 1;
}
.wedevs-popup-content .wedevs-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 1em;
    padding-right: 1em;
    color: #aaa;
    background: none;
    border: 0;
}
.wedevs-popup-content .wedevs-popup-title {
    font-size: 32px;
    margin: 0 auto 15px;
    line-height: 1.2;
}
.wedevs-popup-content .mc4wp-form-fields > p {
    float: none;
}
.wedevs-popup-content .mc4wp-form-fields input[type="text"],
.wedevs-popup-content .mc4wp-form-fields input[type="email"] {
    color: #000;
}
.wedevs-popup-content .mc4wp-form-fields input[type="text"],
.wedevs-popup-content .mc4wp-form-fields input[type="email"],
.wedevs-popup-content .mc4wp-form-fields input[type="submit"] {
    display: block;
    margin: 0.5rem 0;
    width: 100%;
}
/* Social Icon
--------------------------------------------- */
.wedevs-social-icon {
    --item-space: 5px;
    --icon-size: 20px;
}
.widget .wedevs-social-icon {
    --item-space: 0.0001px;
    --icon-size: 22px;
}
.wedevs-social-icon a {
    margin: 0 var(--item-space);
    text-align: center;
    background-color: #f2f2f2;
    padding: 1.2rem .8rem;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.2);
}
.site-header .wedevs-social-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.site-header .wedevs-social-icon a .svg-icon {
    height: var(--icon-size);
    width: var(--icon-size);
}
.widget .wedevs-social-icon {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.widget .wedevs-social-icon.icon-layout-1,
.widget .wedevs-social-icon a > span {
    display: block;
}
.widget .wedevs-social-icon.icon-layout-1 > a {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0.8rem;
    border-radius: 1.2rem;
}
.widget .wedevs-social-icon.icon-layout-1 > a:not(:last-child) {
    margin-bottom: 1.2rem;
}
.widget .wedevs-social-icon.icon-layout-2 > a span {
    margin-top: .8rem;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.wedevs-newsletter-block {
    background-color: #F3F8FE;
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-bottom: 0;
}
.newsletter-block-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3.2rem;
}
@media (max-width: 991px) {
    .newsletter-block-content {
        grid-template-columns: repeat(1, 1fr);
    }
}
.newsletter-block-content form > div {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}
.newsletter-block-content form > div > p,
.newsletter-block-content form > div > p:last-child input {
    margin: 0;
}
.newsletter-block-content form > div > p:not(:last-child) {
    width: calc(50% - .8rem);
}
@media (max-width: 767px) {
    .newsletter-block-content form > div > p:not(:last-child) {
        width: 100%;
    }
}
.newsletter-block-content form > div > p input {
    width: 100% !important;
}
.newsletter-block-content form > div > p:last-child {
    width: 100%;
}
#site-footer {
    background-color: #0c0f16;
    position: relative;
}
#site-footer,
#site-footer a {
    color: #fff;
}
#site-footer a:hover,
#site-footer a:focus {
    color: var(--primary-color);
}
.site-footer-widgetarea {
    padding: 6rem 0 4rem;
}
.site-footer-copyrightarea {
    padding: 4rem 0;
}
.scroll-up {
    background: var(--primary-color);
    color: var(--white-color);
    position: absolute;
    right: 40px;
    top: -50px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 25px;
}
.scroll-up span,
.scroll-up small {
    display: block;
    margin-bottom: 10px;
}
.scroll-up:hover,
.scroll-up:focus {
    background: var(--primary-hover-color);
    color: #fff;
}
.scroll-up .svg-icon {
    height: 22px;
    width: 22px;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
/* Mailchimp For WP
--------------------------------------------- */
.mc4wp-form-fields {
    margin: 0;
    max-width: 730px;
}
.mc4wp-form-fields > p {
    display: block;
    float: left;
}
.mc4wp-form-fields > p label {
    font-size: 0;
    margin: 0;
}
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    font-size: 18px;
}
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    width: 500px;
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
    line-height: 70px;
}
.mc4wp-form-fields input[type="submit"] {
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    width: 190px;
    margin-left: 10px;
}
.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:focus {
    filter: alpha(opacity=85);
    opacity: 0.85;
}
.mc4wp-response {
    clear: both;
    max-width: 540px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .mc4wp-form-fields > p,
    .mc4wp-form-fields input[type="email"],
    .mc4wp-form-fields input[type="submit"] {
        width: 100%;
        margin: 0.5rem auto;
    }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.alignwide,
.alignfull {
    margin: 3rem auto;
}
.site-column-miniwrap .alignwide,
.site-column-miniwrap .alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
@media (min-width: 1441px) {
    .site-column-miniwrap .alignwide {
        margin: 32px -175px;
        max-width: 1170px;
        width: 1170px;
    }
}
.wp-block-post-template,
.wp-block-query-loop {
    margin: 0 auto;
}
.widget .wp-block-search .wp-block-search__button {
    background: var(--primary-color);
    border: 0;
    color: #fff;
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-link {
    font-size: 16px !important;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
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,
.site-header,
.modal-menu li,
button.sub-menu-toggle,
.wedevs-post-wrapper .entry-details,
.wedevs-author-bio,
#comments .comment-list li,
.wedevs-related-articles {
    border-color: rgba(40, 40, 40, 0.1);
}
.entry-thumbnail .entry-meta {
    background-color: var(--primary-color);
}
.entry-thumbnail .entry-meta,
.entry-thumbnail .entry-meta a {
    color: var(--white-color);
}
a:focus,
button:focus {
    outline-color: var(--primary-color);
}
a.skip-minicart-start {
    display: none;
}
.active-mini-cart a.skip-minicart-start {
    display: block;
}
.site-archive-main .wedevs-article-post .site-column-4 .entry-meta,
.site-archive-main .wedevs-article-post .site-column-4 .comment-link,
.site-archive-main .wedevs-article-post .site-column-4 .wedevs-social-share {
    margin-bottom: 1.5rem
}
.rtl .wedevs-related-articles .wedevs-swiper-container .swiper-nav-control .svg-icon,
.rtl .widget_nav_menu ul li:before,
.rtl .widget_categories ul li:before,
.rtl .widget_recent_entries ul li:before,
.rtl .widget_recent_comments ul li:before,
.rtl .widget_archive ul li:before,
.rtl .widget_meta ul li:before,
.rtl .widget_pages ul li:before,
.rtl .widget_rss ul li:before,
.rtl .widget_block .wp-block-latest-posts li:before,
.rtl .widget_block .wp-block-categories li:before,
.rtl .widget_block .wp-block-archives li:before,
.widget_block .wp-block-latest-comments li:before {
    /*rtl:begin:ignore*/
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /*rtl:end:ignore*/
}
.entry-meta-posted-by,
.entry-meta-tags,
.comment-link{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.categories-content-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    background-color: var(--primary-color);
    padding: .8rem;
}
.categories-content-container > div {
    height: 8rem;
    width: 12rem;
}
.categories-content-container > a {
    font-size: 2rem;
    line-height: calc(2rem * 1.2);
    font-weight: 600;
    width: calc(100% - 12rem);
    word-break: break-all;
    color: #fff;
}
.categories-content-container .post-count {
    position: absolute;
    top: -1.6rem;
    right: 2.4rem;
    background-color: var(--wedev-background-color);
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: calc(2rem * 1.2);
    border: 2px solid var(--primary-color);
}
.featured-carousel-container {
    overflow: hidden;
}
.featured-carousel-container .swiper-slide > div {
    height: 6rem;
}
.article-content-overlay {
    position: relative;
}
.has-post-thumbnail.article-content-overlay .wedevs-article-content {
    position: absolute;
    inset: 0;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(51.04%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 51.04%);
    background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 51.04%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 51.04%);
    height: 100%;
    width: 100%;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.article-content-overlay.has-post-thumbnail .wedevs-article-content a {
    color: inherit;
}
.wedevs-video-block {
    background-color: #F3F8FE;
    padding: 3.2rem 0;
}
.wedevs-video-block iframe {
    height: 24rem;
    width: 100%;
    margin-bottom: .8rem;
}
.wedevs-video-block .wedevs-primary-link {
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.2);
    text-decoration: underline;
    color: var(--primary-color);
    font-weight: 600;
}
.wedevs-video-block .wedevs-primary-link:where(:hover, :focus) {
    color: var(--primary-hover-color);
}
.wedevs-video-block .wedevs-secondary-link {
    margin-top: 3.2rem;
    display: block;
    border: 1px solid var(--primary-color);
    text-align: center;
    padding: 1.6rem;
}
.wedevs-video-block .wedevs-secondary-link:where(:hover, :focus) {
    color: #fff;
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
@media (max-width: 991px) {
    .wedevs-video-block .wedevs-secondary-link {
        margin-top: 2rem;
    }
}
@media (min-width: 1200px) {
    .social-images-container {
        display: flex;
        justify-content: center;
    }
    .social-images-container > .wedevs-optimize-image {
        flex: 1;
        max-width: 300px;
    }
}
@media (max-width: 1199px) {
    .social-images-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 575px) {
    .social-images-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
.wedevs-social-images .wedevs-section-head a {
    margin-left: .4rem;
}
.wedevs-social-images .wedevs-section-head a:not(:hover, :focus) {
    color: var(--primary-color);
}
.social-images-container a {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.social-images-container a:hover::before,
.social-images-container a:focus::before {
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1400px) {
    .social-images-container > div {
        height: 18rem;
    }
}
@media (max-width: 767px) {
    .social-images-container > div {
        height: 16rem;
    }
}
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}
.single #primary {
    display: grid;
    grid-template-columns: 5% 95%;
    gap: 2.4rem;
    max-width: 82rem;
    margin: 0 auto;
}
.single-social-share .wedevs-social-share-label {
    display: none;
}
.single #primary .wedevs-social-share-inner {
    position: sticky;
    top: 0;
    cursor: auto;
    height: auto;
    width: auto;
    margin: 0;
}
.admin-bar.single #primary .wedevs-social-share-inner {
    top: 3.2rem;
}
.single #primary .wedevs-social-share-inner:before {
    all: initial;
}
.single #primary .wedevs-social-share-inner .wedevs-social-share-icon {
    transform: translate(0);
    display: inline-block;
    margin-bottom: 1.2rem;
}
.single #primary .wedevs-social-share-icon span {
    color: #000;
}
.single #primary .wedevs-social-share-inner .wedevs-social-share-icon:hover span,
.single #primary .wedevs-social-share-inner .wedevs-social-share-icon:focus span {
    color: #fff;
}
.single #primary .wedevs-social-share-icon span .svg-icon {
    height: 2.4rem;
    width: 2.4rem;
}
:where(.category, .search) #content .wedevs-inner-banner.data-bg {
    position: relative;
    padding: 3.2rem 0 1.6rem;
    margin-bottom: 3.2rem;
}
:where(.category, .search) #content .wedevs-inner-banner.data-bg::before {
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}
:where(.category, .search) #content .wedevs-inner-banner.data-bg h1 {
    color: #fff;
}
#site-footer .wedevs-social-icon,
#site-footer .wedevs-social-icon a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 575px) {
    #site-footer .wedevs-social-icon {
        margin-top: 1.6rem;
    }
}
#site-footer .wedevs-social-icon a {
    padding: .8rem;
}
#site-footer .wedevs-social-icon svg {
    height: 2.4rem;
    width: 2.4rem;
}
#site-footer .wedevs-social-icon svg:not(:hover, :focus) {
    color: #000;
}