/*
Theme Name: Printeon
Theme URI: https://palleon.website/printeon.php
Description: WooCommerce Print Shop Theme
Author: Palleon Team
Author URI: https://palleon.website/
Version: 1.2.2
License: https://palleon.website/terms-conditions.php
Text Domain: printeon
*/

/* ---------------------- 
Stylesheet Guide
-------------------------

FONT FAMILY
GENERAL STYLES
FORM FIELDS
SOCIAL MEDIA ICONS
PAGE STRUCTURE
SLIDING PANEL
BLOG
FULLSCREEN SEARCH
POST NAVIGATION
RELATED POSTS
404
AUTHOR
COMMENTS
CARDS
FOOTER
WIDGETS
CONTACT FORM 7
WORDPRESS
GUTENBERG
ELEMENTOR
YITH WISHLIST
BOOTSTRAP OVERWRITES
MASONRY
MASONRY MEDIA QUERIES
MEDIA QUERIES

*/

/* ================= FONT FAMILY ================== */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/roboto-condensed/roboto-condensed-regular.eot');
    src: local('Roboto Condensed Regular'), local('Roboto-Condensed-Regular'),
        url('fonts/roboto-condensed/roboto-condensed-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto-condensed/roboto-condensed-regular.woff2') format('woff2'),
        url('fonts/roboto-condensed/roboto-condensed-regular.woff') format('woff'),
        url('fonts/roboto-condensed/roboto-condensed-regular.ttf') format('truetype'),
        url('fonts/roboto-condensed/roboto-condensed-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/roboto-condensed/roboto-condensed-700.eot');
    src: local('Roboto Condensed Bold'), local('Roboto-Condensed-Bold'),
        url('fonts/roboto-condensed/roboto-condensed-700.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto-condensed/roboto-condensed-700.woff2') format('woff2'),
        url('fonts/roboto-condensed/roboto-condensed-700.woff') format('woff'),
        url('fonts/roboto-condensed/roboto-condensed-700.ttf') format('truetype'),
        url('fonts/roboto-condensed/roboto-condensed-700.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/roboto-regular.eot');
    src: local('Roboto Regular'), local('Roboto-Regular'),
        url('fonts/roboto/roboto-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto/roboto-regular.woff2') format('woff2'),
        url('fonts/roboto/roboto-regular.woff') format('woff'),
        url('fonts/roboto/roboto-regular.ttf') format('truetype'),
        url('fonts/roboto/roboto-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/roboto/roboto-italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('fonts/roboto/roboto-italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto/roboto-italic.woff2') format('woff2'),
        url('fonts/roboto/roboto-italic.woff') format('woff'),
        url('fonts/roboto/roboto-italic.ttf') format('truetype'),
        url('fonts/roboto/roboto-italic.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/roboto/roboto-700.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('fonts/roboto/roboto-700.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto/roboto-700.woff2') format('woff2'),
        url('fonts/roboto/roboto-700.woff') format('woff'),
        url('fonts/roboto/roboto-700.ttf') format('truetype'),
        url('fonts/roboto/roboto-700.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'social-icons';
    src: url('fonts/social-icons/social-icons.eot');
    src: url('fonts/social-icons/social-icons.eot#iefix') format('embedded-opentype'),
        url('fonts/social-icons/social-icons.woff2') format('woff2'),
        url('fonts/social-icons/social-icons.woff') format('woff'),
        url('fonts/social-icons/social-icons.ttf') format('truetype'),
        url('fonts/social-icons/social-icons.svg#social-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ================= GENERAL STYLES ================== */

html {
    font-size: 17px;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto';
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
    color: #344055;
    background: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.7;
}

a {
    color: #5546e8;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #121212;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #121212;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.highlight {
    color: #5546e8;
}

.no-margin {
    margin: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-top: 0px !important;
}

.badge {
    font-size: 0.9rem
}

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

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

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

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

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

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

.title-with-border {
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.title-with-border span {
    background: #fff;
    padding-right: 1rem;
}

.title-with-border a {
    padding-left: 1rem;
    background: #fff;
    margin-left: auto;
}

.title-with-border a:after {
    font-family: 'Material Icons';
    content: ' \e941';
    text-indent: 0em;
    opacity: 0;
    font-size: 0;
    visibility: hidden;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transition-property: opacity, font-size;
    transition-delay: 0.2s, 0s;
}

.title-with-border a:hover:after {
    opacity: 1;
    font-size: inherit;
    visibility: visible;
}

.elementor-widget-printeon-heading {
    z-index: 1;
}

#footer-widgets .title-with-border span {
    background: rgba(0, 0, 0, 0.02);
}

.title-with-border span:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.075);
    z-index: -1;
    transform: translateY(-50%)
}

.lead {
    font-size: 1.15rem;
}

img {
    max-width: 100%;
    height: auto;
    color: transparent;
}

body.printeon .elementor-column {
    min-height: 0px;
}

pre {
    background: rgba(0, 0, 0, 0.02);
    padding: 1rem;
    margin: 2rem 0;
}

dl,
ol,
ul {
    margin-bottom: 2rem;
}

dd {
    margin-bottom: 2rem;
}

hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    margin: 2rem 0;
    table-layout: auto;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

table:not([class]) {
    border-collapse: collapse;
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid #ddd;
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}


blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.075);
    padding: 2.5rem 2rem;
    background: rgba(0, 0, 0, 0.02);
    margin: 3rem 0;
    font-weight: 700;
}

blockquote p {
    font-weight: 700;
    margin-bottom: 1rem;
}

blockquote p:last-child {
    margin: 0;
}

blockquote cite {
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem !important;
}

blockquote cite:before {
    content: '\2014 \2009'
}

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

ol.children,
ul.children {
    font-size: 0.9rem;
}

.elementor-accordion-item .elementor-tab-content p {
    margin-bottom: 1rem
}

/* ================= FORM FIELDS ================== */

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control,
.wp-block-search__input {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #344055;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.125rem;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[type=date].form-control:focus,
[contenteditable].form-control:focus,
.wp-block-search__input:focus {
    color: #121212;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.3) !important;
    outline: 0;
}

textarea[disabled],
textarea[readonly],
textarea.form-control[disabled],
textarea.form-control[readonly],
input.form-control[disabled],
input.form-control[readonly],
input[type=text][disabled],
input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=date][disabled],
input[type=date][readonly],
[type=text].form-control[disabled],
[type=text].form-control[readonly],
[type=password].form-control[disabled],
[type=password].form-control[readonly],
[type=email].form-control[disabled],
[type=email].form-control[readonly],
[type=tel].form-control[disabled],
[type=tel].form-control[readonly],
[contenteditable].form-control[disabled],
[contenteditable].form-control[readonly] {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e9ecef;
    opacity: 1;
}

textarea[disabled],
textarea[disabled]::-webkit-input-placeholder,
textarea.form-control[disabled],
textarea.form-control[disabled]::-webkit-input-placeholder,
input.form-control[disabled],
input.form-control[disabled]::-webkit-input-placeholder,
input[type=text][disabled],
input[type=text][disabled]::-webkit-input-placeholder,
input[type=password][disabled],
input[type=password][disabled]::-webkit-input-placeholder,
input[type=email][disabled],
input[type=email][disabled]::-webkit-input-placeholder,
input[type=number][disabled],
input[type=number][disabled]::-webkit-input-placeholder,
[type=text].form-control[disabled],
[type=text].form-control[disabled]::-webkit-input-placeholder,
[type=password].form-control[disabled],
[type=password].form-control[disabled]::-webkit-input-placeholder,
[type=email].form-control[disabled],
[type=email].form-control[disabled]::-webkit-input-placeholder,
[type=tel].form-control[disabled],
[type=tel].form-control[disabled]::-webkit-input-placeholder,
[type=date].form-control[disabled],
[type=date].form-control[disabled]::-webkit-input-placeholder,
[contenteditable].form-control[disabled],
[contenteditable].form-control[disabled]::-webkit-input-placeholder {
    color: #adb5bd;
}

textarea[disabled],
textarea[disabled]::-ms-input-placeholder,
textarea.form-control[disabled],
textarea.form-control[disabled]::-ms-input-placeholder,
input.form-control[disabled],
input.form-control[disabled]::-ms-input-placeholder,
input[type=text][disabled],
input[type=text][disabled]::-ms-input-placeholder,
input[type=password][disabled],
input[type=password][disabled]::-ms-input-placeholder,
input[type=email][disabled],
input[type=email][disabled]::-ms-input-placeholder,
input[type=number][disabled],
input[type=number][disabled]::-ms-input-placeholder,
[type=text].form-control[disabled],
[type=text].form-control[disabled]::-ms-input-placeholder,
[type=password].form-control[disabled],
[type=password].form-control[disabled]::-ms-input-placeholder,
[type=email].form-control[disabled],
[type=email].form-control[disabled]::-ms-input-placeholder,
[type=tel].form-control[disabled],
[type=tel].form-control[disabled]::-ms-input-placeholder,
[type=date].form-control[disabled],
[type=date].form-control[disabled]::-ms-input-placeholder,
[contenteditable].form-control[disabled],
[contenteditable].form-control[disabled]::-ms-input-placeholder {
    color: #adb5bd;
}

textarea[disabled],
textarea[disabled]::placeholder,
textarea.form-control[disabled],
textarea.form-control[disabled]::placeholder,
input.form-control[disabled],
input.form-control[disabled]::placeholder,
input[type=text][disabled],
input[type=text][disabled]::placeholder,
input[type=password][disabled],
input[type=password][disabled]::placeholder,
input[type=email][disabled],
input[type=email][disabled]::placeholder,
input[type=number][disabled],
input[type=number][disabled]::placeholder,
[type=text].form-control[disabled],
[type=text].form-control[disabled]::placeholder,
[type=password].form-control[disabled],
[type=password].form-control[disabled]::placeholder,
[type=email].form-control[disabled],
[type=email].form-control[disabled]::placeholder,
[type=tel].form-control[disabled],
[type=tel].form-control[disabled]::placeholder,
[type=date].form-control[disabled],
[type=date].form-control[disabled]::-ms-input-placeholder,
[contenteditable].form-control[disabled],
[contenteditable].form-control[disabled]::placeholder {
    color: #adb5bd;
}

textarea::-ms-clear,
textarea.form-control::-ms-clear,
input.form-control::-ms-clear,
input[type=text]::-ms-clear,
input[type=password]::-ms-clear,
input[type=email]::-ms-clear,
input[type=number]::-ms-clear,
[type=text].form-control::-ms-clear,
[type=password].form-control::-ms-clear,
[type=email].form-control::-ms-clear,
[type=tel].form-control::-ms-clear,
[contenteditable].form-control::-ms-clear {
    display: none;
}

.btn {
    border-radius: 0.25rem;
}

input[type="submit"]:not(.btn):not(.slick-arrow),
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button),
.button,
.wp-element-button {
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #5546e8;
    border: 0.0625rem solid transparent;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.7;
    border-radius: 0.25rem;
    position: relative;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    text-transform: uppercase;
}

input[type="submit"]:not(.btn):not(.slick-arrow):focus,
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button):focus,
.button:focus,
.wp-element-button:focus {
    outline: 0 !important;
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}

input[type="submit"]:not(.btn):not(.slick-arrow):hover,
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button):hover,
.button:hover,
input[type="submit"]:not(.btn):not(.slick-arrow):active:hover,
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button):active:hover,
.button:hover,
.wp-element-button:hover,
.button:active:hover .wp-element-button:active:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}

input[type="submit"]:not(.btn):not(.slick-arrow):active,
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button):active,
.button:active,
.wp-element-button:active {
    box-shadow: none;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn .material-icons {
    font-size: 28px
}

/* ================= SOCIAL ICONS ================== */

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "social-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: '\f099';
}

/* '' */
.icon-facebook:before {
    content: '\f09a';
}

/* '' */
.icon-linkedin:before {
    content: '\f0e1';
}

/* '' */
.icon-github:before {
    content: '\f113';
}

/* '' */
.icon-youtube:before {
    content: '\f167';
}

/* '' */
.icon-xing:before {
    content: '\f168';
}

/* '' */
.icon-instagram:before {
    content: '\f16d';
}

/* '' */
.icon-flickr:before {
    content: '\f16e';
}

/* '' */
.icon-tumblr:before {
    content: '\f173';
}

/* '' */
.icon-apple:before {
    content: '\f179';
}

/* '' */
.icon-android:before {
    content: '\f17b';
}

/* '' */
.icon-dribbble:before {
    content: '\f17d';
}

/* '' */
.icon-foursquare:before {
    content: '\f180';
}

/* '' */
.icon-vkontakte:before {
    content: '\f189';
}

/* '' */
.icon-slack:before {
    content: '\f198';
}

/* '' */
.icon-delicious:before {
    content: '\f1a5';
}

/* '' */
.icon-digg:before {
    content: '\f1a6';
}

/* '' */
.icon-behance:before {
    content: '\f1b4';
}

/* '' */
.icon-spotify:before {
    content: '\f1bc';
}

/* '' */
.icon-deviantart:before {
    content: '\f1bd';
}

/* '' */
.icon-soundcloud:before {
    content: '\f1be';
}

/* '' */
.icon-vine:before {
    content: '\f1ca';
}

/* '' */
.icon-twitch:before {
    content: '\f1e8';
}

/* '' */
.icon-lastfm:before {
    content: '\f202';
}

/* '' */
.icon-pinterest:before {
    content: '\f231';
}

/* '' */
.icon-tripadvisor:before {
    content: '\f262';
}

/* '' */
.icon-odnoklassniki:before {
    content: '\f263';
}

/* '' */
.icon-amazon:before {
    content: '\f270';
}

/* '' */
.icon-vimeo:before {
    content: '\f27d';
}

/* '' */
.icon-reddit-alien:before {
    content: '\f281';
}

/* '' */
.icon-snapchat-ghost:before {
    content: '\f2ac';
}

/* '' */
.icon-etsy:before {
    content: '\f2d7';
}

/* '' */

/* ================= PAGE STRUCTURE ================== */

#printeon-main-wrapper {
    position: relative;
    display: block;
    padding: 80px 0px;
    z-index: 1;
    overflow-x: hidden;
}

.printeon-searchlg-wrapper {
    margin-bottom: 60px;
}

.printeon_before_footer {
    margin-bottom: 100px;
    display: block;
    position: relative;
}

.printeon_after_single_post,
.printeon_after_posts {
    margin-top: 3rem;
}

.printeon_before_single_post,
.printeon_before_posts {
    margin-bottom: 3rem;
}

.printeon-image-ad a {
    display: block;
}

#printeon-top-notice {
    background: #121212;
    color: #fff;
    padding: 0.75rem 0;
    font-weight: 700;
    font-size: 0.9rem;
}

#printeon-top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

#printeon-top-menu li {
    padding: 0 0 0 1rem;
    margin: 0;
}

#printeon-top-notice a {
    display: block;
    color: #fff;
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out;
}

#printeon-top-notice a:hover {
    opacity: 1;
}

#printeon-top-menu-mobile {
    cursor: pointer;
}

#printeon-header-menu.sticky-top.stick {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0.9;
}

#printeon-header-menu {
    padding: 0;
    z-index: 9;
    background: #5546e8;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
}

#printeon-header-menu .navbar-nav {
    width: 100%;
}

#printeon-header-menu .navbar-nav .nav-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
}

#printeon-header-menu .navbar-nav .nav-item.ml-auto a {
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#printeon-header-menu .navbar-nav .nav-item.ml-auto a:before {
    background: rgba(0, 0, 0, 0.075);
    position: absolute;
    width: 100%;
    height: 2.8rem;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin-top: -1.4rem;
    z-index: -1;
    border-radius: 3rem
}

.menu-btn.menu-item>a {
    background: #121212;
    color: #fff;
    padding: 0.4rem 1.2rem !important;
    border-radius: 100px;
}

.menu-btn.menu-item {
    display: flex;
    align-items: center;
}

#printeon-header-v2 .menu-btn.menu-item,
#printeon-header-v3 .menu-btn.menu-item {
    margin-left: auto;
}

#printeon-header {
    background: #5546e8;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99
}

.printeon-logo {
    width: auto;
    max-width: 100%;
    height: 37px;
    display: block;
}

.printeon-logo.logo-desktop {
    display: block;
}

.printeon-logo.logo-mobile {
    display: none;
}

#printeon-header-v1 #printeon-main-logo {
    display: flex;
    justify-content: center;
}

#printeon-header-v3 .printeon-logo {
    padding: 1rem 0;
}

#printeon-header-v3 #printeon-header-menu .navbar-nav>.nav-item:last-child>.nav-link {
    padding-right: 0
}

#printeon-header-v3 #printeon-header-menu .navbar-nav {
    flex-wrap: wrap
}

.printeon_header_banner {
    float: right;
    max-width: 728px;
}

.printeon-top-icons {
    display: flex;
    color: #fff;
    font-size: 0.9rem;
    justify-content: flex-end;
}

#printeon-main-menu .printeon-top-icons {
    padding: 1rem 0;
}

.printeon-top-icons.top-left-icons {
    justify-content: flex-start;
}

.printeon-top-icons a {
    color: #fff;
}

.printeon-top-icon-right div:last-child {
    display: block;
    font-size: 0.8rem;
    line-height: 1.6;
    opacity: 0.7;
}

.printeon-top-icon-right div:first-child {
    display: block;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 700;
    opacity: 0.9;
}

.printeon-top-icon {
    display: flex;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.printeon-top-icon:first-of-type {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

.printeon-top-icon-left {
    padding-right: 0.5rem;
}

.printeon-top-woo-icon a,
.printeon-top-woo-icon a:hover {
    color: #fff;
}

.printeon-top-woo-icon a {
    font-size: 16px;
    position: relative;
    width: 40px;
    border-radius: 100%;
    background: #121212;
    margin: 0 2px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.printeon-top-woo-icon a .material-icons {
    font-size: 22px;
}

.printeon-top-woo-icon>a>span {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
    line-height: 18px;
    min-width: 18px;
    text-align: center;
    border-radius: 100%;
    z-index: 1;
    color: #5546e8
}

.printeon-top-woo-icon a .material-icons {
    transition: transform 0.15s ease-in-out;
    transform: scale(1.0);
}

.printeon-top-woo-icon a:hover i {
    transform: scale(1.2);
}

#printeon-main-menu .printeon-top-woo-icon>a {
    font-size: 14px;
    width: 36px;
    line-height: 36px;
    margin: 0 0 0 4px;
    height: 36px;
}

.printeon-top-woo-icon {
    display: flex;
    align-items: center;
}

#printeon-header-menu .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

#printeon-header-menu .navbar-nav .nav-link:hover {
    color: #fff;
}

#printeon-header-menu .dropdown-menu {
    background-color: #121212;
    box-shadow: 4px 4px 40px rgba(255, 255, 255, 0.2);
    border-radius: 0px;
}

#printeon-header-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    padding: 0.7rem 0.9rem;
}

#printeon-header-menu .dropdown-item:last-child {
    border: none;
}

#printeon-header-menu .dropdown-item:hover {
    color: #fff;
}

#printeon-header-search .btn {
    border-radius: 100px;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    z-index: 2;
    background: #121212;
    color: #fff;
}

#printeon-header-search .btn .material-icons {
    font-size: 22px;
}

#printeon-header-search {
    margin: 0 2px;
}

#printeon-header-search .form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: none !important;
    background: #121212;
    color: #fff;
    padding: 0 1rem;
    font-size: 0.8rem;
    line-height: 1;
    transform: translateX(20px);
    z-index: 1;
}

#printeon-header-search .form-control::placeholder {
    color: #fff;
    opacity: 0.7;
}

#printeon-main-wrapper.printeon-homepage {
    padding-top: 0px !important;
}

#printeon-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 1
}

#printeon-page-title .container {
    position: relative;
    z-index: 2;
}

#printeon-page-title {
    background-color: #5546e8;
    padding: 5rem 0;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#printeon-page-title h1 {
    margin: 0;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
}

#printeon-page-title .printeon-page-subtitle,
#printeon-page-title .printeon-page-subtitle p {
    margin: 0.25rem 0 0 0;
    font-size: 1.1rem;
    font-style: normal;
    color: #fff;
    display: block;
    line-height: 1.6;
    font-weight: bold;
}

#printeon-shop-banner {
    margin: 0 0 2rem 0;
}

#printeon-shop-banner a {
    display: block;
}

#printeon-shop-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* ================= SLIDING PANEL ================== */

.overflow-hidden {
    overflow: hidden;
}

.printeon-panel {
    display: none;
    max-width: 100%;
    overflow-y: auto;
    width: 480px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(1, 1, 1, .1);
}

.printeon-panel-inner {
    position: relative;
    padding: 4rem 2rem;
    min-height: 100%;
}

#printeon-overlay {
    position: fixed;
    z-index: 999999999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden !important;
    background: rgba(250, 250, 250, 0.9);
}

.printeon-panel-inner .printeon-panel-close {
    position: absolute;
    top: 0px;
    right: 2rem;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: #F44336;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.printeon-panel-inner .printeon-panel-close i {
    transition: transform 0.2s ease-in-out;
    transform: scale(1.0);
}

.printeon-panel-inner .printeon-panel-close:hover i {
    transform: scale(1.2);
}

/* ================= BLOG ================== */

.printeon-cardfooter-author,
.printeon-cardfooter-date {
    display: inline-block;

}

.printeon-cardfooter-author {
    padding-right: 0.6rem;
}

.printeon-cardfooter-author img {
    display: inline-block !important;
    border-radius: 100% !important;
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
    margin-right: 0.25rem;
    margin-top: 0;
}

.card-small .printeon-cardfooter-author img {
    width: 20px;
    height: 20px;
}

.printeon-featured-img {
    margin: 0 auto 3rem auto;
    display: block;
    text-align: center;
}

.printeon-meta {
    display: flex;
    width: 100%;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.printeon-meta>div {
    display: flex;
    flex-wrap: wrap;
    margin: 0.25rem 0;
}

.printeon-meta>div.printeon-meta-updated {
    display: block;
    margin-top: 1rem
}

.printeon-meta .badge {
    margin-right: 4px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.printeon-meta .badge .material-icons {
    font-size: 1rem;
}

.printeon-cat-widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.printeon-cat-widget li {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.printeon-cat-widget li a {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.printeon-cat-widget li a span {
    transition: all 0.2s ease-in-out;
}

.printeon-cat-widget li a span.printeon-cat-span2 {
    margin-left: auto;
}

.animate-txt .tmc-posts-bg-img .tmc-posts-card-body {
    transition: all 0.2s ease-in-out;
}

.animate-txt .tmc-posts-bg-img:hover .tmc-posts-card-body {
    margin-bottom: 10px
}

.entry-content p:last-child {
    clear: both;
}

/* ================= FULLSCREEN SEARCH ================== */

#printeon-fullscreen-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.9);
    z-index: 99999999999;
}

#printeon-fullscreen-search-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#printeon-fullscreen-search-content form {
    width: 100%;
    max-width: 800px;
    padding: 40px;
}

#printeon-fullscreen-search .input-group {
    -webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .2);
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .2);
}

#printeon-close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #F44336;
    line-height: 50px;
    border-radius: 100%;
    padding: 0;
    font-size: 1.6rem;
    -webkit-transition: background 0.2s cubic-bezier(0.34, 2, 0.6, 1);
    -moz-transition: background 0.2s cubic-bezier(0.34, 2, 0.6, 1);
    transition: background 0.2s cubic-bezier(0.34, 2, 0.6, 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#printeon-close-search .material-icons {
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    font-size: 1.6rem;
}

#printeon-close-search:hover .material-icons {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.printeon-lg-form .form-control {
    padding: 1.25rem;
    font-size: 1.1rem
}

.printeon-lg-form .btn {
    font-size: 1.3rem;
    min-width: 100px
}

/* ================= POST NAVIGATION ================== */

.printeon-post-nav-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    table-layout: fixed;
    margin-top: 6px;
    background: rgba(0, 0, 0, 0.02);
}

.printeon-post-nav-left-row,
.printeon-post-nav-right-row {
    flex:1;
}

.printeon-post-nav-left-row {
    text-align: left;
  border-right:3px solid #fff;
}

.printeon-post-nav-right-row {
    text-align: right;
  border-left:3px solid #fff;
}

.printeon-post-nav-link {
    padding: 1.5rem 2rem;
    width: 100%;
    height: 100%;
    font-weight: 400;
    line-height: 1.6;
}

.printeon-post-nav-link > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.printeon-post-nav-right-row .printeon-post-nav-link > div {
  justify-content: flex-end;
}

.printeon-post-nav-right-row .printeon-post-nav-link .material-icons {
    margin: 0 0 0 5px;
}

.printeon-post-nav-left-row .printeon-post-nav-link .material-icons {
    margin: 0 5px 0 0;
}

.printeon-post-nav-link .material-icons {
    font-size:18px;
    padding-top:0.25rem;
    color: #121212;
}

.printeon-post-nav {
    color: inherit;
    font-weight: 700;
}

.printeon-post-nav:hover {
    color: #5546e8;
}

.printeon-post-nav-link span {
    display: block;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    color: #121212;
}

#printeon-share-buttons {
    margin-top: 2.25rem;
    max-width: 1100px
}

/* ================= RELATED POSTS ================== */

#printeon-related-posts-wrapper {
    padding: 2.5rem 2rem;
    background: rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 1;
    border-top: 5px solid rgba(0, 0, 0, 0.075);
    margin-top:2.5rem;
}

#printeon-related-posts-wrapper .title-with-border span {
    background: rgba(0, 0, 0, 0.02);
}

.printeon-masonry-grid.related-grid {
    margin: 0px -15px;
    margin-bottom: -30px;
}

.printeon-masonry-grid .printeon-related-post {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.printeon-related-post {
    display: flex;
    align-items: center;
}

.printeon-related-post-left {
    width: 70px;
}

.printeon-related-post-right {
    width: calc(100% - 70px);
}

.printeon-related-post-left a,
.printeon-related-post-left img {
    border-radius: 100%;
}

.printeon-related-post-left a {
    transition: opacity 0.2s ease-in-out;
}

.printeon-related-post-left a:hover {
    opacity: 0.8;
}

.printeon-related-post-right a {
    color: inherit;
    display: block;
    padding-left: 1rem;
    line-height: 1.5
}

.printeon-related-post-right a:hover {
    color: #5546e8;
}

.printeon-related-post-right a.printeon-related-post-date {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.printeon-related-post-date .material-icons {
    font-size: 0.9rem;
    vertical-align: middle;
    transform: translateY(-0.05rem);
}

.printeon-related-post-right .printeon-related-post-title {
    font-weight: 700;
}

/* ================= 404 ================== */

#printeon-404-wrapper {
    display: flex;
    justify-content: center;
    padding: 0px 60px;
    background-color: rgba(0, 0, 0, 0.02);
    height: 100vh;
    align-items: center;
}

#printeon-404-container {
    width: 100%;
    text-align: center;
    max-width: 800px;
}

#printeon-404-container h1 {
    font-size: 8rem;
    margin: 0 0 1rem 0;
    line-height: 1;
}

#printeon-404-container p.printeon-404-subtitle {
    font-size: 1.2rem;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 2rem
}

#printeon-404-container .btn {
    border-radius: 80px;
    padding: .75rem 1.75rem;
}

/* ================= AUTHOR ================== */

.printeon-author-tabs {
    margin: 3rem 0;
}

.printeon-author-tabs .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 0.9rem;
    border: none;
    padding: 1.25rem 1.5rem;
    position: relative;
}

.printeon-author-tabs .tab-content {
    background: rgba(0, 0, 0, 0.02);
    border: none;
    padding: 3rem 2rem;
}

.printeon-author-tabs .nav-tabs .nav-link.active,
.printeon-author-tabs .nav-tabs .nav-item.show .nav-link {
    background: rgba(0, 0, 0, 0.02);
    border: none;
}

.printeon-author-tabs .nav-tabs .nav-link span,
.printeon-author-tabs .nav-tabs .nav-item .nav-link span {
    display: block;
}

.printeon-author-tabs .nav-tabs .nav-link span:before,
.printeon-author-tabs .nav-tabs .nav-item .nav-link span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background: transparent;
    content: '';
    transition: all 0.2s ease-in-out;
}

.printeon-author-tabs .nav-tabs .nav-link.active span:before,
.printeon-author-tabs .nav-tabs .nav-item.show .nav-link span:before {
    width: 100%;
    background: rgba(0, 0, 0, 0.075);
}

.printeon-author-box {
    display: flex;
    margin: 0;
    padding: 0
}

.printeon-author-avatar img {
    border-radius: 100%;
}

.printeon-author-meta {
    padding-left: 1.5rem;
}

.printeon-author-meta h3 {
    margin-bottom: 0.75rem;
}

.printeon-author-meta h3 a {
    color: inherit;
}

.printeon-author-meta h3 a:hover {
    color: #5546e8;
}

.printeon-author-meta p {
    margin-bottom: 1.5rem;
}

.printeon-author-box .printeon-author-avatar {
    width: 100px;
}

.printeon-author-box .printeon-author-meta {
    width: calc(100% - 100px)
}

.printeon-author-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 1rem 0;
}

.printeon-author-row-avatar {
    padding: 0 0 1rem 0;
    width: 150px;
    margin: 0 auto;
}

.printeon-author-row-avatar img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.printeon-author-row-info {
    width: 100%;
    max-width: 900px;
}

#printeon-page-title .printeon-author-row-info .printeon-page-subtitle {
    margin-top: 0.5rem;
}

.printeon-top-icons.printeon-author-icons {
    justify-content: center;
    margin-top: 1.25rem;
    text-shadow: none;
}

.printeon-top-icons.printeon-author-box-icons {
    justify-content: flex-start;
    margin: 0;
}

.printeon-top-icons.printeon-author-box-icons .printeon-top-woo-icon a {
    margin: 0 4px 0 0;
    font-size: 18px;
    width: 36px;
    line-height: 36px;
    background: #5546e8;
    height: 36px;
}

.printeon-author-box-btn {
    display: flex;
    justify-content: flex-end;
    margin: 2.5rem 0 -1rem 0;
}

.printeon-author-box-btn .btn {
    font-size: 0.8rem;
    border-radius: 50px;
    padding: 0.5rem 1.25rem
}

/* ================= COMMENTS ================== */

#printeon-comments-wrapper {
    margin-top: 3rem;
    padding: 3rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-width: 5px;
}

.printeon_comments_block,
.printeon_comment_form {
    position: relative;
    display: block;
}

.printeon_comments_block h3.title-with-border {
    margin-bottom: 4rem;
}

.printeon_commentlist .comment-respond {
    margin: 0px 0px 40px 0px;
    list-style: none;
    padding: 0;
}

.printeon_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    table-layout: fixed;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.printeon_comment_inner {
    display: table-row;
}

.printeon_comment_left,
.printeon_comment_right {
    display: table-cell;
    vertical-align: top;
}

.printeon_comment_left {
    width: 60px;
}

.printeon_comment_left img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.printeon_comment_right {
    width: 100%;
}

.printeon_comment_right_inner {
    padding-left: 20px;
    position: relative;
}

.printeon_comment_right_inner.printeon_no_avatar {
    padding: 0px !important;
}

.printeon_commentlist,
.printeon_comments_block .children {
    margin: 0px;
    padding: 0px;
}

.printeon_commentlist {
    margin-top: 50px;
}

.printeon_comments_block .children li {
    position: relative;
}

.printeon_commentlist .comment>.comment {
    position: relative;
}

.printeon_commentlist .comment>.comment .printeon_comment {
    padding-left: 60px;
}

.printeon_commentlist .comment>.comment:before {
    font-family: 'Material Icons';
    content: "\e15e";
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 25px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    color: rgba(0, 0, 0, 0.15);
    font-weight: 700;
}

.printeon_comment_text {
    margin: 0px;
    display: block;
    font-style: normal;
}

.printeon_cancel {
    float: right;
}

.printeon_cancel a,
.printeon_cancel a:hover {
    vertical-align: top;
    color: #fff;
    background: #F44336;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: box-shadow 0.15s ease;
    letter-spacing: 0.025em;
    font-size: 0.8rem;
}

.printeon_cancel a:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

#respond form {
    margin-bottom: 0px;
}

p.logged-in-as {
    margin-bottom: 20px;
    margin-top: -20px;
}

.printeon-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}

.printeon-pager.comments-pager a {
    padding: 10px 15px;
}

.printeon-pager .pagination {
    margin-bottom: 0px !important;
}

.printeon_comments pre {
    padding: 0px;
}

.printeon_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.printeon_comments_rss a {
    display: flex;
    justify-content: flex-end;
}

.printeon_comments_rss .material-icons {
    margin-right: 5px;
    font-weight: normal;
}

p.form-submit {
    margin-bottom: 0px;
}

.printeon_fn {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-style: normal;
    line-height: 1;
}

.printeon_comment_links {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    margin-bottom: 2rem;
    line-height: 1;
}

.printeon_comment_links a {
    color: inherit;
}

/* ================= CARDS ================== */

body.printeon .card {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

body.printeon .card>a>img {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.printeon .card-body {
    padding: 2rem 1.5rem;
}

body.printeon .card-footer {
    padding: 1.25rem 1.5rem;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

body.printeon .card-title,
body.printeon .card-title a {
    margin-bottom: 1rem;
    line-height: 1.3;
}

.card .woocommerce-loop-product__title:hover,
body.printeon .card-title a:hover {
    color: #5546e8;
}

.card-footer a:not([class]),
.card-footer a:not([class]):hover {
    display: flex;
    align-items: center
}

.card-footer a:not([class]) .material-icons {
    font-size: 1rem;
    margin-right: 0.25rem;
}

.card-body p:last-of-type {
    margin: 0;
}

.printeon-card-subtitle {
    margin: 0;
    font-weight: 700
}

.printeon-card-excerpt p {
    margin: 0;
}

.printeon-card-excerpt {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.card-featured-img {
    position: relative;
    margin: -1px -1px 0 -1px;
}

.card-featured-img img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    vertical-align: bottom;
}

.card-featured-img:hover img {
    opacity: 0.8;
}

.card-masonry-cats {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.card-masonry-cats .badge {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.card-masonry-cats-list span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.card-date a {
    color: inherit;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    color: #121212
}

body.printeon .card-horizontal .card {
    flex-direction: row;
    align-items: stretch;
}

body.printeon .card-horizontal .card .card-featured-img {
    margin: -1px;
    width: 50%;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    transition: opacity 0.2s ease-in-out;
}

body.printeon .card-horizontal .card .card-featured-img:hover {
    opacity: 0.8;
}

body.printeon .card-horizontal .card .card-featured-img img {
    border-radius: 0;
}

body.printeon .card-horizontal .card .card-content {
    width: 50%;
    margin: 0px;
    padding: 3rem 2.5rem;
}

body.printeon .card-horizontal .card .card-footer {
    border: none;
    padding: 0;
    margin-top: 1.5rem;
}

body.printeon .card-horizontal .card .card-body {
    padding: 0;
}

body.printeon .card-small p {
    font-size: 0.9rem
}

body.printeon .card-small .card-footer {
    font-size: 0.75rem;
}

body.printeon .card-small .card-masonry-cats-list span {
    font-size: 0.75rem
}

body.printeon .card-small .card-body {
    padding: 1.25rem 1rem;
}

body.printeon .card-small .card-footer {
    padding: 1rem;
}

div.format-video .card:before,
div.format-gallery .card:before,
div.format-audio .card:before,
div.format-quote .card:before,
div.format-video .tmc-posts-card:before,
div.format-gallery .tmc-posts-card:before,
div.format-audio .tmc-posts-card:before,
div.format-quote .tmc-posts-card:before {
    width: 40px;
    background: #121212;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 9;
    font-family: 'Material Icons';
    font-size: 20px;
    border-radius: 100%;
    font-weight: 700;
}

div.format-gallery .card:before {
    content: "\e413";
}

div.format-video .card:before {
    content: "\e037";
}

div.format-audio .card:before {
    content: "\e050";
}

div.format-quote .card:before {
    content: "\e244";
}

div.format-video .card-horizontal .card:before,
div.format-gallery .card-horizontal .card:before,
div.format-audio .card-horizontal .card:before,
div.format-quote .card-horizontal .card:before,
div.format-video .tmc-posts-horizontal.tmc-posts-card:before,
div.format-gallery .tmc-posts-horizontal.tmc-posts-card:before,
div.format-audio .tmc-posts-horizontal.tmc-posts-card:before,
div.format-quote .tmc-posts-horizontal.tmc-posts-card:before {
    left: 0.5rem;
    right: auto;
}

/* ================= FOOTER ================== */

#printeon-footer {
    position: relative;
    background-color: #121212;
}

#footer-widgets .menu-btn.menu-item>a {
    background: transparent;
    color: inherit;
    padding: 0 !important;
    border-radius: 0;
    font-weight: normal;
}

#footer-widgets {
    position: relative;
    padding: 80px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer-widgets .tagcloud a,
#footer-widgets a[class^="tag"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: inherit;
}

#footer-widgets .tagcloud a:hover,
#footer-widgets a[class^="tag"]:hover {
    color: #fff;
}

#footer-widgets .wp-block-tag-cloud span,
#footer-widgets .tagcloud .tag-link-count {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}


#printeon-footer-bottom .printeon-footer-icons {
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}

#printeon-footer-bottom .printeon-footer-icons li {
    margin: 5px 0px;
}

#printeon-footer-bottom .printeon-footer-icons li a {
    display: flex;
    width: 36px;
    height: 36px;
    background: none;
    text-align: center;
    border-radius: 100%;
    color: inherit;
    transition: color 0.2s ease-in-out;
    font-size: 16px;
    box-shadow: none;
    color: #aaa;
    align-items: center;
    justify-content: center;
}

#printeon-footer-bottom .printeon-footer-icons li a:hover {
    color: #fff;
}

#printeon-footer-bottom #printeon-gototop {
    background: #5546e8;
    color: #fff;
    margin-left: 8px;
}

#printeon-gototop .material-icons {
    font-size: 20px
}

#printeon-footer-bottom #printeon-gototop i {
    transition: transform 0.15s ease-in-out;
    transform: scale(1.0);
}

#printeon-footer-bottom #printeon-gototop:hover i {
    transform: scale(1.2);
}

#printeon-footer-bottom {
    padding: 20px 0px;
}

#printeon-footer-bottom p {
    margin: 0;
    font-style: italic;
    font-size: 0.9rem;
}

#printeon-footer h1,
#printeon-footer h2,
#printeon-footer h3,
#printeon-footer h4,
#printeon-footer h5,
#printeon-footer h6 {
    color: #fff;
}

#footer-widgets .title-with-border span {
    background: #121212;
}

#printeon-footer,
#printeon-footer p,
#printeon-footer a:not([class]),
#footer-widgets .printeon-widget a:not(.btn) {
    color: #aaa
}

#printeon-footer a:not([class]):hover,
#footer-widgets .printeon-widget a:not(.btn):hover {
    color: #fff;
}

#printeon-footer .title-with-border span::before {
    background: rgba(255, 255, 255, 0.1);
}

#footer-widgets .form-control {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

#footer-widgets img.footer-logo {
    max-width: 220px !important;
    margin-bottom: -40px;
}

#printeon-footer .custom-select {
    color: #fff;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border: .0625rem solid rgba(255, 255, 255, 0.1);
}

#printeon-footer .custom-select option {
    color: #121212 !important;
}

#footer-widgets table:not([class]),
#footer-widgets table:not([class]) th,
#footer-widgets table:not([class]) td {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#footer-spacer {
    display: flex;
    width: 100%;
    height: 40px;
}

#footer-widgets p,
.printeon-widget .wp-block-image,
.printeon-widget .wp-block-button {
    margin: 0 !important;
}

#footer-widgets p {
    font-size: 0.9rem
}

#footer-widgets .wp-block-archives li,
#footer-widgets .wp-block-categories-list li,
#footer-widgets .wp-block-page-list li,
#footer-widgets .wp-block-latest-posts li,
#footer-widgets .wc-block-product-categories-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ================= WIDGETS ================== */

.printeon-widget,
.widget_mc4wp_form_widget {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
    vertical-align: bottom;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 1.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.02);
    font-size: 0.9rem;
}

#footer-widgets .printeon-widget,
#footer-widgets .widget_mc4wp_form_widget {
    padding: 0;
    border: none;
    background-color: transparent;
}

.printeon-widget .widgettitle,
.printeon-widget .wp-block-heading {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.printeon-widget ul,
.printeon-widget ol {
    margin: 0 !important;
}

.widget_mc4wp_form_widget label {
    margin-bottom: 20px;
    display: inline-block;
}

.printeon-widget h5 {
    margin-bottom: 1.5rem;
}

.printeon-widget h5:empty {
    display: none;
}

.printeon-widget img {
    max-width: 100%;
    height: auto;
}

.printeon-widget a:not(.btn),
[class*="elementor-widget-wp-widget-"] a {
    color: inherit;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

[class*="elementor-widget-wp-widget-"] a:hover,
.printeon-widget a:not(.btn):hover {
    color: #5546e8;
}

.printeon-widget:last-child {
    margin-bottom: 0px !important;
}

[class*="elementor-widget-wp-widget-"] ul,
.widget_nav_menu div ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_archives ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

[class*="elementor-widget-wp-widget-"] ul>li,
.widget_nav_menu div ul>li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_archives ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.recentcomments {
    position: relative;
    padding: 0px 0px 0.5rem 0px;
    margin: 0px 0px 0.5rem 0px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recentcomments a {
    font-size: 1rem;
    text-transform: none;
}

.recentcomments,
.recentcomments a.url {
    font-size: 0.8rem;
    text-transform: uppercase;
}

[class*="elementor-widget-wp-widget-"] ul li li,
.widget_nav_menu div ul>li li,
.widget_recent_entries ul li li,
.widget_categories ul li li,
.widget_pages ul li li,
.widget_archive ul li li,
.widget_archives ul li li {
    border: none;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

[class*="elementor-widget-wp-widget-"] ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_archives ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu div ul>li:last-child,
.recentcomments:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

[class*="elementor-widget-wp-widget-"] ul>li>ul>li>a,
.widget_nav_menu div ul>li>ul>li>a,
.widget_recent_entries ul li ul li a,
.widget_categories ul li ul li a,
.widget_pages ul li ul li a,
.widget_meta ul li ul li a,
.widget_recent-posts ul li ul li a,
.recentcomments .comment-author-link a {
    font-size: 90%;
}

.widget_recent_comments ul li a {
    display: inline-block;
}

.widget_recent_comments ul li span {
    position: relative;
    display: inline-block;
}

[class*="elementor-widget-wp-widget-"] ul li ul,
.widget_nav_menu div ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul {
    padding-left: 0.5rem;
}

[class*="elementor-widget-wp-widget-"] ul ul,
.widget_nav_menu div ul ul,
.widget_categories ul ul,
.widget_pages ul ul {
    padding: 0.5rem 0 0 0
}

.widget_categories ul li {
    position: relative;
}

.widget_search.printeon-widget,
.widget_display_search.printeon-widget,
.widget_product_search.printeon-widget {
    padding: 0px;
    border: none;
    background-color: transparent;
}

.elementor-widget-wp-widget-recent-posts ul li span.post-date,
.widget_recent_entries ul li span.post-date {
    display: block;
    margin: 0.2rem 0 0 0;
    position: relative;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.elementor-widget-wp-widget-recent-posts ul li span.post-date:before,
.widget_recent_entries ul li span.post-date:before {
    font-family: 'Material Icons';
    content: "\e8b5";
    padding-right: 0.3rem;
    font-weight: 400;
}

.elementor-widget-wp-widget-categories ul li span.badge,
.widget_categories ul li span.badge {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0.3rem;
    right: 0;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1em;
    padding: 6px 8px 6px 8px;
    border-radius: 20px;
}

.elementor-widget-wp-widget-categories ul li:hover span.badge,
.widget_categories ul li:hover span.badge {
    background: #5546e8
}

.elementor-widget-wp-widget-categories ul li a,
.widget_categories ul li a {
    display: block
}

.widget_rss div,
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 0.875rem;
}

.widget_rss ul li .rssSummary {
    margin-bottom: 15px;
}

.widget_rss ul li .rss-date {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.widget_rss cite {
    font-style: italic;
}

.widget_rss a {
    font-weight: 700;
    padding: 0;
}

.widget_rss ul li cite {
    text-align: right;
    display: block;
}

#recentcomments a {
    display: block !important;
}

/* calendar widget */

#wp-calendar {
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    max-width: 480px;
    font-size: 0.825rem
}

.widget_calendar.printeon-widget {
    padding: 0px;
    border: none;
}

#wp-calendar caption {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#wp-calendar thead th {
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

#wp-calendar tbody td {
    position: relative;
    padding: 10px;
    text-align: center;
}

#wp-calendar tbody td#today {
    font-weight: 700;
}

#wp-calendar tbody td#today:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
}

#wp-calendar tbody td a {
    display: block;
}

#wp-calendar tfoot tr td {
    border: 0 !important;
    padding: 0 !important;
}

#wp-calendar tfoot tr a {
    display: block;
    padding: 15px 20px;
    font-weight: 700;
}

#wp-calendar tfoot tr #prev {
    text-align: left;
}

#wp-calendar tfoot tr #next {
    text-align: right;
}

.tagcloud {
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}

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

.tagcloud a,
a[class^="tag"] {
    font-size: 0.9rem !important;
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1;
    color: inherit;
}

.tagcloud a:hover,
a[class^="tag"]:hover {
    text-decoration: none;
    color: #5546e8;
}

.wp-block-tag-cloud span,
.tagcloud .tag-link-count {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-search__label {
    display: none;
}

/* ================= CONTACT FORM 7 ================== */

body.printeon .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

body.printeon div.wpcf7-mail-sent-ok,
body.printeon div.wpcf7-mail-sent-ng,
body.printeon div.wpcf7-spam-blocked,
body.printeon div.wpcf7-validation-errors {
    border: none !important;
    padding: 20px 25px !important;
    margin: 30px 0px 0px 0px;
    box-shadow: none;
    background: #121212;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

body.printeon div.wpcf7-validation-errors {
    background: #f2a229;
    color: #121212;
}

body.printeon div.wpcf7-mail-sent-ok {
    background: #009688;
}

body.printeon div.wpcf7-spam-blocked {
    background: #F44336;
}

body.printeon div.wpcf7-mail-sent-ng {
    background: #009ffd;
}

body.printeon div.wpcf7-mail-sent-ok:after,
body.printeon div.wpcf7-mail-sent-ng:after,
body.printeon div.wpcf7-spam-blocked:after,
body.printeon div.wpcf7-validation-errors:after {
    content: "\e5cd";
    font-family: 'Material Icons';
    position: absolute;
    top: 1rem;
    right: 0;
    line-height: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    z-index: 9;
    font-weight: 700;
}

body.printeon span.wpcf7-not-valid-tip {
    margin-bottom: 25px;
    margin-top: 5px;
    font-size: 0.875rem;
}

body.printeon .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border: 1px solid transparent;
    background: #F44336;
    padding: 0.9rem;
    font-size: 0.9rem;
    margin: 0 !important;
    color: #fff !important;
    height: 100%;
    width: 100%;
    line-height: 1.5rem;
    font-weight: 700;
}

body.printeon .wpcf7-recaptcha {
    margin-bottom: 30px;
}

body.printeon .wpcf7-textarea {
    max-height: 140px;
    resize: none;
}

body.printeon .grecaptcha-badge {
    z-index: 9 !important;
}

body.printeon .wpcf7-form label {
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    font-size: 0.8rem
}

body.printeon .wpcf7-form .row {
    margin-right: -20px;
    margin-left: -20px;
}

body.printeon .wpcf7-form [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

body.printeon .wpcf7-form p {
    margin-bottom: 1.5rem;
}

body.printeon .wpcf7-form>p:last-of-type {
    margin: 0;
}

/* ================= WORDPRESS ================== */

body.printeon .alignleft {
    float: left;
    margin: 0 2rem 3rem 0;
}

body.printeon .alignright {
    float: right;
    margin: 0 0 3rem 2rem;
}

body.printeon .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

body.printeon img.alignnone {
    float: none;
}

body.printeon .caption-image .alignleft,
body.printeon .caption-image .alignright {
    float: none !important;
}

body.printeon img.size-full,
body.printeon img.size-large,
body.printeon img.header-image,
body.printeon img.wp-post-image,
body.printeon img.alignnone,
body.printeon img.alignright,
body.printeon img.aligncenter,
body.printeon img.alignleft {
    max-width: 100%;
    height: auto;
}

body.printeon .wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 2rem;
}

body.printeon .wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}

body.printeon .wp-caption-text {
    margin: 0px;
    padding: 10px;
    font-size: 1rem;
}

body.printeon .gallery-caption {
    font-weight: 700;
}

body.printeon .bypostauthor {
    font-weight: normal;
}

body.printeon .form-allowed-tags {
    font-size: 80%;
}

body.printeon .post-password-form label {
    margin: 0px;
}

body.printeon .post-password-form input[type="submit"] {
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: bottom;
    transform: none !important;
    border-radius: 0;
}

body.printeon .post-password-form p:first-of-type {
    padding: 1rem 1.5rem;
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}

body.printeon .printeon-page-links {
    display: flex;
    clear: both;
    font-weight: 700;
    line-height: 1;
    margin: 3rem 0 2rem 0;
    font-size: 0.9rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

body.printeon .printeon-page-links a {
    display: inline-block;
}

body.printeon .printeon-page-links>a>span,
body.printeon .printeon-page-links>span {
    position: relative;
    height: 46px;
    margin: 0 2px;
    min-width: 46px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 800;
}

body.printeon .printeon-page-links>span {
    background: #5546e8;
    color: #fff;
}

body.printeon .printeon-page-links>a>span:hover {
    color: #5546e8;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.02)
}

body.printeon .printeon-page-links>a>span {
    background: rgba(0, 0, 0, 0.02);
    color: #344055
}

div.sticky .card {
    border-top: 3px solid #5546e8;
}

.textwidget>p:last-of-type {
    margin-bottom: 0;
}

/* Text meant only for screen readers. */

body.printeon .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

/* ================= GUTENBERG ================== */

body.printeon .alignfull,
body.printeon .alignwide,
body.printeon .aligncenter,
body.printeon .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both;
}

body.printeon .wp-block-cover-image.alignfull {
    width: auto;
}

body.printeon .wp-block-cover,
body.printeon .wp-block-cover-image {
    height: auto;
}

body.printeon .wp-block-cover p {
    line-height: 1.5;
    font-weight: 800;
}

body.printeon .wp-block-cover .wp-block-cover__inner-container p {
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
}

body.printeon .wp-block-cover .wp-block-cover__inner-container p:last-child {
    margin: 0;
}

body.printeon .wp-block-media-text:not(.alignleft):not(.alignright),
body.printeon .wp-block-embed:not(.alignleft):not(.alignright),
body.printeon .wp-block-image:not(.alignleft):not(.alignright),
body.printeon .wp-block-cover:not(.alignleft):not(.alignright),
body.printeon .wp-block-audio:not(.alignleft):not(.alignright),
body.printeon .wp-block-code:not(.alignleft):not(.alignright),
body.printeon .wp-block-button:not(.alignleft):not(.alignright),
body.printeon .wp-block-video:not(.alignleft):not(.alignright),
body.printeon .wp-block-verse:not(.alignleft):not(.alignright),
body.printeon .wp-block-preformatted:not(.alignleft):not(.alignright),
body.printeon .wp-block-latest-comments:not(.alignleft):not(.alignright) {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

body.printeon .wp-block-gallery {
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 2rem;
}

.wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
    line-height: 1.5;
    font-weight: 700;
    font-size: 1.7rem
}

.wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom: 0;
}

.wp-block-audio audio {
    width: 100%;
}

.wp-block-columns {
    margin: 3rem 0;
}

.wp-block-column p:last-child {
    margin: 0
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 15px 5px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.7;
}

.wp-block-gallery a {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.wp-block-gallery a:hover,
.wp-block-gallery a:focus {
    opacity: 0.7;
}

.wp-block-cover-image-text {
    font-weight: 700;
}

.wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.wp-block-video iframe,
.wp-block-video object,
.wp-block-video embed,
.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

table.wp-block-table {
    border-collapse: collapse;
}

table.wp-block-table,
table.wp-block-table th,
table.wp-block-table td {
    border: 1px solid #ddd;
}

table.wp-block-table th,
table.wp-block-table td {
    padding: 10px 15px;
}

.wp-block-table.is-style-stripes {
    border-color: #ddd
}

.wp-block-archives,
.wp-block-categories-list,
.wp-block-page-list,
.wp-block-latest-posts,
.wc-block-product-categories-list {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    vertical-align: bottom;
}

aside .wp-block-archives,
aside .wp-block-categories-list,
aside .wp-block-page-list,
aside .wp-block-latest-posts,
aside .wc-block-product-categories-list {
    margin: 0;
}

.wp-block-archives li,
.wp-block-categories-list li,
.wp-block-page-list li,
.wp-block-latest-posts li,
.wc-block-product-categories-list li {
    position: relative;
    padding: 0px 0px 0.6rem 0px;
    margin: 0px 0px 0.6rem 0px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-archives li a,
.wp-block-categories-list li a,
.wp-block-page-list li a,
.wp-block-latest-posts li a,
.wc-block-product-categories-list li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.wp-block-categories-list li li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.wp-block-archives li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-page-list li:last-child,
.wp-block-latest-posts li:last-child,
.wc-block-product-categories-list li:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
}

.wp-block-archives li ul,
.wp-block-categories-list li ul {
    padding-left: 15px;
}

.wp-block-archives ul,
.wp-block-categories-list ul {
    padding-top: 0px;
    margin-top: 10px;
    list-style: none;
}

.wp-block-latest-posts__post-date {
    font-size: 0.8rem
}

.wp-block-latest-posts__post-title {
    display: block
}

.wp-block-latest-comments {
    padding: 0px;
}

.wp-block-latest-comments li {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-latest-comments__comment-excerpt p {
    margin: 15px 0 0 0;
}

.wp-block-latest-comments li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 3rem 2rem;
    margin: 3rem 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.8;
}

.wp-block-pullquote {
    padding: 0;
    margin: 3rem 0;
    text-align: left;
}

.wp-block-pullquote.is-style-solid-color {
    padding: 4rem 3rem
}

.wp-block-pullquote blockquote {
    border: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.is-style-default blockquote p {
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-default blockquote cite {
    margin-top: 1.5rem;
    display: block;
    line-height: 1.5;
}

#printeon-main-wrapper>.container>.row>.col-12>.entry-content>[class^="wp-block-"]:first-child {
    margin-top: 0
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25% !important;
}

.has-text-color p {
    color: inherit
}

/* ================= ELEMENTOR ================== */

.elementor-widget-heading .elementor-heading-title>a:hover {
    color: #5546e8;
}

.elementor-widget-container .bbp-topics {
    margin: 0px !important;
}

/* TABS */

body.printeon .elementor-widget-tabs .elementor-tab-content {
    padding: 2rem
}

body.printeon .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
}

body.printeon .elementor-widget-tabs .elementor-tab-content p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    body.printeon .elementor-widget-tabs .elementor-tab-content {
        padding: 1.5rem 1rem;
    }
}

/* ================= YITH WISHLIST ================== */

body.printeon .yith-add-to-wishlist-button-block {
    margin: 0 0 20px 0;
}

body.printeon .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 7px;
}

body.printeon .yith-wcwl-icon-svg {
    width: 24px !important;
    height: 24px !important;
}

.card-footer .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

body.printeon .card-footer .yith-add-to-wishlist-button-block {
    margin: 0 0 0 auto;
}

body.printeon .printeon-single-product-left .yith-add-to-wishlist-button-block {
    margin: 20px 0 0 0;
}

.printeon-yith-card-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.printeon-yith-card-btn .yith-wcwl-add-to-wishlist-button {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.printeon-yith-card-btn .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

body.printeon .printeon-yith-card-btn .yith-wcwl-icon-svg {
    width: 28px !important;
    height: 28px !important;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--themed-button {
    background: transparent !important;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--themed-button:hover {
    border: 1px solid #121212;
}

.woocommerce .wishlist_table .button.remove_from_wishlist {
    font-size: 0.9rem !important;
    background: transparent !important;
    color: #F44336 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none !important;
    line-height: 1 !important;
}

body.printeon table.wishlist_table {
    font-size: 0.9rem;
}

body.printeon .wishlist_table .product-add-to-cart span.dateadded {
    font-size: 0.8rem;
}

body.printeon table.wishlist_table.shop_table .product-remove {
    display: none;
}

body.printeon .wishlist_table thead tr th,
body.printeon .wishlist_table tfoot td td {
    background: #fff !important;
    border: none !important;
    color: #121212;
}

body.printeon .woocommerce table.shop_table.wishlist_table tr td {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.printeon .wishlist_table .product-add-to-cart a {
    margin: 3px auto 0 auto !important;
    font-weight: bold;
}

.wishlist_manage_table tfoot a.create-new-wishlist {
    background: #121212 !important;
    color: #fff !important;
    border-color: #121212 !important;
}

.woocommerce .hidden-title-form a.hide-title-form {
    background: #F44336 !important;
    color: #fff !important;
    border-color: #F44336 !important;
}

.woocommerce .save-title-form {
    background: #009688 !important;
    color: #fff !important;
    border-color: #009688 !important;
}

.woocommerce .wishlist-title a.show-title-form svg {
    display: none !important;
}

.hidden-title-form {
    position: relative;
    margin: 0 0 40px 0;
}

.hidden-title-form .edit-title-buttons {
    display: flex;
}

.hidden-title-form a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 4px;
}

.woocommerce .wishlist-title h2 {
    font-size: 1.7rem;
}

#printeon-yith-btn a .material-icons {
    font-size: 20px;
}

body.printeon #yith_wcwl_share_url {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 10px 15px;
    margin: 10px 0 5px 0;
    font-size: 0.9rem;
    outline: none !important;
    width: 100%;
}

body.printeon .wishlist_table.mobile {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

body.printeon .wishlist_table.mobile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

body.printeon .wishlist_table.mobile li:last-child {
    border-bottom: none;
}

body.printeon .wishlist_table.mobile li .item-wrapper {
    margin: 0;
    width: 100%;
}

body.printeon .wishlist_table.mobile li .additional-info-wrapper {
    padding: 0 4px;
    margin-left: 70px;
}


body.printeon .wishlist_table.mobile li .additional-info-wrapper .additional-info {
    margin: 0;
}

.wishlist_table.mobile li .item-details table.item-details-table {
    margin: 0;
  }

body.printeon .remove_from_wishlist {
    display: flex;
    justify-content: flex-end;
    color: #F44336 !important;
    font-weight: bold;
    margin: 0 4px 0 auto !important;
    line-height: 1;
}

body.printeon .remove_from_wishlist i:after {
    content: 'Remove';
    line-height: 1;
    margin-bottom: 4px;
    font-style: normal;
}

body.printeon .wishlist_table.mobile li .item-details h3 {
    margin: 0;
    font-size: 1.2rem;
}

body.printeon .wishlist_table.mobile.wishlist_table .product-add-to-cart a {
    margin: 3px 4px 0 auto !important;
    font-weight: bold;
}


/* ================= BOOTSTRAP OVERWRITES ================== */

.container {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1400px;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

body.printeon .breadcrumb {
    justify-content: flex-start;
    font-size: 1.2rem;
    font-style: normal;
    margin: 0.25rem 0 0 0;
    font-weight: bold;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    opacity: 0.7;
}

body.printeon .breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Material Icons' !important;
}

body.printeon .breadcrumb .breadcrumb-item {
    padding: 0;
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item .material-icons {
    font-size: 1.2rem;
    padding-top: 0.35rem
}

body.printeon #navbar-toggler {
    padding: 1.75rem 0;
    font-weight: 700;
    font-size: 1.2rem;
    width: 100%;
}

body.printeon #navbar-toggler span {
    position: absolute;
    right: 0;
    top: 1.5rem;
}

body.printeon .input-group-prepend .btn,
body.printeon .input-group-append .btn {
    z-index: inherit;
}

.pagination {
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page-link {
    color: #121212;
    background-color: #f5f5f5;
    border: none;
    font-weight: 800;
    transition: all 0.15s ease;
    outline: none !important;
    box-shadow: none !important;
}

.page-link:focus,
.page-link:hover {
    color: #fff;
    background-color: #5546e8;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
    pointer-events: none;
    font-weight: 800;
}

.page-item .page-link,
.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 2px;
    border-radius: 0 !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 0.9rem;
}

.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.alert-warning,
.btn-warning {
    color: #121212 !important;
}

.alert-warning p {
    color: #121212 !important;
}

body.printeon .alert {
    border-left: 0.4rem solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem
}

/* ================= MASONRY ================== */

.printeon-column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.size-1of4 {
    width: 25%;
}

.size-1of5 {
    width: 20%;
}

.printeon-masonry-grid,
.printeon-masonry-grid2 {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: bottom;
    margin: 0px -20px;
    min-width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.printeon-masonry-grid>div,
.printeon-masonry-grid2>div {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.printeon-masonry-grid .card-masonry,
.printeon-masonry-grid2 .card-masonry,
.printeon-masonry-grid2 .printeon-gallery-item {
    padding: 0px 20px;
    margin-bottom: 40px;
}

.printeon-gallery-item {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.printeon-gallery-item:hover,
.printeon-gallery-item:focus {
    opacity: 0.7;
}

.printeon-masonry-grid.small-grid,
.printeon-masonry-grid2.small-grid {
    margin: 0px -15px;
}

.printeon-masonry-grid.small-grid .card-masonry,
.printeon-masonry-grid2.small-grid .card-masonry {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.printeon-one-column[data-columns]::before {
    content: '1 .printeon-column.size-1of1';
}

.printeon-two-columns[data-columns]::before {
    content: '2 .printeon-column.size-1of2';
}

.printeon-three-columns[data-columns]::before {
    content: '3 .printeon-column.size-1of3';
}

.printeon-four-columns[data-columns]::before {
    content: '4 .printeon-column.size-1of4';
}

.printeon-five-columns[data-columns]::before {
    content: '5 .printeon-column.size-1of5';
}

.printeon-one-column[data-columns]::before,
.printeon-two-columns[data-columns]::before,
.printeon-three-columns[data-columns]::before,
.printeon-four-columns[data-columns]::before,
.printeon-five-columns[data-columns]::before {
    visibility: hidden;
}

/* ================= MASONRY MEDIA QUERIES ================== */

@media screen and (min-width: 1200px) {

    .printeon-masonry-grid.large-grid,
    .printeon-masonry-grid2.large-grid {
        margin: 0px -30px;
    }

    .printeon-masonry-grid.large-grid .card-masonry,
    .printeon-masonry-grid2.large-grid .card-masonry {
        padding: 0px 30px;
        margin-bottom: 60px;
    }

    .printeon-two-columns[data-columns]::before {
        content: '2 .printeon-column.size-1of2';
    }

    .printeon-three-columns[data-columns]::before {
        content: '3 .printeon-column.size-1of3';
    }

    .printeon-four-columns[data-columns]::before {
        content: '4 .printeon-column.size-1of4';
    }

    .printeon-five-columns[data-columns]::before {
        content: '5 .printeon-column.size-1of5';
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .printeon-five-columns[data-columns]::before {
        content: '4 .printeon-column.size-1of4';
    }

    .printeon-four-columns[data-columns]::before {
        content: '3 .printeon-column.size-1of3';
    }

    .printeon-three-columns[data-columns]::before,
    .printeon-two-columns[data-columns]::before {
        content: '2 .printeon-column.size-1of2';
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .printeon-five-columns[data-columns]::before {
        content: '3 .printeon-column.size-1of3';
    }

    .printeon-three-columns[data-columns]::before,
    .printeon-four-columns[data-columns]::before,
    .printeon-two-columns[data-columns]::before {
        content: '2 .printeon-column.size-1of2';
    }
}

@media only screen and (max-width: 575px) {
    .printeon-five-columns[data-columns]::before {
        content: '2 .printeon-column.size-1of2';
    }

    .printeon-four-columns[data-columns]::before,
    .printeon-three-columns[data-columns]::before,
    .printeon-two-columns[data-columns]::before {
        content: '1 .printeon-column.size-1of1';
    }
}

/* ================= MEDIA QUERIES ================== */

@media screen and (min-width: 1200px) {
    body.printeon .printeon-masonry-grid.large-grid .card-body {
        padding: 2.75rem 2.25rem;
    }

    body.printeon .printeon-masonry-grid.large-grid .card-footer {
        padding: 1.5rem 2.25rem;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }

    #printeon-404-wrapper {
        padding: 0 40px;
    }

    .wp-block-pullquote.is-style-solid-color {
        padding: 3rem 2rem
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 15px;
    }

    #printeon-header {
        padding: 1.5rem 0;
    }

    .printeon-logo {
        height: 33px;
    }

    .printeon-logo.logo-desktop {
        display: none;
    }

    .printeon-logo.logo-mobile {
        display: block;
    }

    #printeon-header-menu .navbar-nav {
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    #printeon-header-menu .navbar-nav .dropdown-menu {
        box-shadow: none;
        padding: 0;
        margin: 0;
        background: none;
    }

    #printeon-header-menu .navbar-nav .dropdown-item,
    #printeon-header-menu .navbar-nav .nav-link {
        font-size: 1rem;
        display: flex;
        align-items: center;
    }

    #printeon-header-menu .dropdown-toggle::after {
        margin-left: auto;
        font-size: 1rem;
    }

    #printeon-header-menu .navbar-nav .dropdown-item {
        padding: 0.75rem 0;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    #printeon-header-menu .navbar-nav .dropdown-menu .dropdown-menu {
        margin: 0;
        padding: 0;
    }

    #printeon-header-menu .navbar-nav li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #printeon-header-menu .navbar-nav li:last-child {
        border: none;
    }

    #printeon-header-menu .navbar-nav .nav-link {
        padding: 1rem 0;
    }

    #printeon-header-menu .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
        padding-left: 1rem
    }

    #printeon-header-v1 .menu-btn.menu-item,
    #printeon-header-v2 .menu-btn.menu-item,
    #printeon-header-v3 .menu-btn.menu-item,
    #printeon-header-v4 .menu-btn.menu-item {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #printeon-header-v3 #printeon-main-logo {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #printeon-header-v3 .printeon-logo {
        margin: 0 auto;
    }

    #printeon-header-v4 #printeon-main-logo {
        display: none;
    }

    #printeon-header-v4 #navbar-toggler span {
        font-size: 30px;
        position: relative;
        top: auto;
        right: auto;
    }

    #printeon-header-v4 #navbar-toggler {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    #printeon-main-menu .printeon-top-icons {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    body.printeon .card-horizontal .card .card-featured-img {
        width: 40%;
    }

    body.printeon .card-horizontal .card .card-content {
        width: 60%;
    }
}

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

    .wp-block-column,
    .wp-block-columns {
        display: block !important;
        width: 100% !important;
    }

    .wp-block-column {
        margin: 0 0 2rem 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    #printeon-main-wrapper {
        padding: 60px 0px;
    }

    #printeon-404-wrapper {
        padding: 0px 20px;
    }

    .printeon_before_footer {
        margin-bottom: 80px;
    }

    #printeon-comments-wrapper {
        padding: 2rem 1rem;
    }

    .printeon_comment_left {
        width: 40px;
    }

    .printeon_comment_left img {
        width: 40px;
        height: 40px;
    }

    .printeon_comment_right_inner {
        padding-left: 15px;
    }

    .printeon_commentlist .comment>.comment .printeon_comment {
        padding-left: 40px;
    }

    .printeon_commentlist .comment>.comment:before {
        left: 5px;
        top: 15px
    }

    .printeon-top-icon-left {
        display: none;
    }

    .printeon-author-meta {
        padding-left: 1.5rem;
    }

    #printeon-header-v1 .printeon-top-icon-wrapper {
        display: none;
    }

    #printeon-header-v1 #printeon-main-logo {
        display: block;
    }

    #printeon-header-v1 .row.justify-content-around {
        justify-content: space-between !important;
    }

    #footer-widgets {
        padding: 60px 0px;
    }

    #printeon-footer-icons {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0;
    }

    #printeon-footer-icons .printeon-footer-icons {
        float: none;
        display: inline-block;
        vertical-align: bottom;
        padding: 0 15px;
    }

    #printeon-footer-icons .printeon-footer-icons li {
        float: none;
        display: inline-block;
    }

    .printeon-footer-icons li {
        margin: 2px;
    }

    #printeon-footer-bottom {
        text-align: center;
        padding: 30px 0px;
    }

    #printeon-footer-bottom .printeon-footer-icons {
        justify-content: center;
        margin: 0 0 1rem 0;
    }

    body.printeon .card-horizontal .card .card-content {
        padding: 2rem;
    }

    .printeon-top-woo-icon>a {
        width: 36px;
        height: 36px;
    }

    .printeon-top-woo-icon>a>.material-icons {
        font-size: 18px;
    }

    #printeon-top-menu {
        flex-direction: column;
        align-items: flex-end;
    }

    #printeon-top-menu li {
        padding: 0 0 0.25rem 1rem;
    }
}

@media only screen and (max-width: 575px) {
    html {
        font-size: 14px;
    }

    #printeon-main-wrapper {
        padding: 40px 0px;
    }

    .printeon_before_footer {
        margin-bottom: 60px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    p {
        margin-bottom: 1.5rem;
    }

    #footer-widgets {
        padding: 40px 0px;
    }

    blockquote {
        padding: 1rem;
    }

    .wp-block-pullquote.is-style-solid-color {
        padding: 2rem 1rem
    }

    #printeon-comments-wrapper {
        padding: 0;
        border: none;
    }

    .printeon-post-nav-link {
        padding: 1.5rem 1rem;
    }

    .printeon-post-nav-link .material-icons {
        display: none
    }

    body.printeon .card-body {
        padding: 1.5rem 1rem;
    }

    body.printeon .card-footer {
        padding: 1rem;
    }

    .printeon-top-woo-icon>a>span {
        font-size: 10px;
        line-height: 16px;
        min-width: 16px;
    }

    .printeon-top-woo-icon>a {
        font-size: 14px;
        width: 36px;
        line-height: 36px;
    }

    .printeon-author-meta {
        padding-left: 1rem;
    }

    #printeon-close-search {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
    }

    .printeon-searchlg-wrapper {
        margin-bottom: 40px;
    }

    body.printeon .card-horizontal .card .card-featured-img {
        width: 25%;
    }

    body.printeon .card-horizontal .card .card-content {
        width: 75%;
        padding: 1.5rem;
    }

    .printeon-author-row-avatar {
        width: 120px;
    }

    .printeon-author-box .printeon-author-avatar img {
        width: 80px;
    }

    .printeon-author-box {
        flex-direction: column;
        text-align: center;
    }

    .printeon-author-box .printeon-author-avatar,
    .printeon-author-box .printeon-author-meta {
        width: 100%;
        padding: 0;
    }

    .printeon-author-box .printeon-author-avatar {
        margin-bottom: 1rem
    }

    .printeon-author-box .printeon-author-avatar img {
        width: 100px;
    }

    .printeon-top-icons.printeon-author-box-icons {
        justify-content: center;
    }

    #printeon-related-posts-wrapper,
    .printeon-author-tabs .tab-content {
        padding: 2rem 1rem;
    }

    .printeon-author-box-btn {
        margin-bottom: 0;
    }

    .printeon-masonry-grid.related-grid {
        margin-bottom: -20px
    }

    .printeon-masonry-grid .printeon-related-post {
        margin-bottom: 20px;
    }

    .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-pullquote.is-style-default blockquote p {
        font-size: 1.4rem;
    }

    .printeon_comment {
        margin-bottom: 2rem;
        padding-bottom: 0;
    }
}