/*
Theme Name: Keywords Everywhere
Theme URI:
Author: Ernest Mugo
Author URI:
Description: This is a short description of the theme
Requires at least: 6.0
Tested up to: 6.5
Requires PHP:
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain:
Tags: relax, happy
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,700');

body {
    background: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.small-bold a {
    color: #41494f !important;
}

.ke-nav-btn {
    border-radius: 10rem;
    letter-spacing: 1.45px;
    font-size: 0.75rem !important;
    font-family: Poppins, sans-serif !important;
    padding: 9px 20px;
}

.ke-nav * {
    font-size: .9rem !important;
}

header {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-logo {
    font-family: 'Ubuntu', 'Poppins', sans-serif !important;
    font-weight: 700;
}

a.wp-block-navigation-item__content {
    font-family: 'Poppins', sans-serif !important;
}

header .ke-has-shadow {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .15);
}

.wp-container-core-navigation-is-layout-1.wp-container-core-navigation-is-layout-1 {
    gap: 29.5px;
    justify-content: flex-end;
}

.wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 {
    gap: 16px;
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: 100px;
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .15);
}

.hover-effect {
    transition: all .3s ease;
}

.hover-effect:hover {
    box-shadow: 0 1px 10px rgba(255, 255, 255, .4) !important;
    color: #212529;
    background-color: #ececec !important;
    border-color: #e6e6e6 !important;
}

.anchor-text,
.footer-nav-custom a {
    color: #007bff !important;
    font-size: 12px;
    font-weight: normal;
}

.footer-para {
    color: #646f79 !important;
    font-size: 12px !important;
}

.wp-block-post-author__content {
    align-content: space-around !important;
}

.wp-block-avatar img {
    border-radius: 90px;
}

.hidden {
    display: none;
    visibility: hidden;
}

@media (max-width: 1110px) {

    .text-logo {
        display: none;
    }
}

@media (max-width: 599px) {
    header .is-layout-flex {
        flex-direction: row-reverse;
    }
}

@media (max-width: 782px) {
    header .is-layout-flex {
        flex-direction: row-reverse;
    }
}

@media (max-width: 800px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block !important;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none !important;
    }
}

.mt-0 {
    margin-top: 0;
}

.fancy-title {
    background: linear-gradient(#f7fafc, #f4f8fb) !important;
    position: relative !important;
}

.wp-block-post-title {
    font-family: Poppins, sans-serif !important;
    font-weight: 700;
}

@media (min-width: 768px) {
    .single-post .has-large-title .wp-block-post-title {
        font-size: 3.5rem !important;
    }
}

body.archive.author .wp-block-post-featured-image,
body.blog .wp-block-post-featured-image,
body.single-post .wp-block-post-featured-image,
body.single-post .wp-block-post-featured-image {
    margin: 0 !important;
}

body.archive.author .wp-block-post-featured-image img,
body.blog .wp-block-post-featured-image img,
body.single-post .wp-block-post-featured-image img,
body.single-post .wp-block-post-featured-image img {
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.ke-blog-tplpart {
    width: 100%;
    margin-top: 5px;
}

.ke-blog-tplpart .avatar {
    width: 2rem;
    height: auto;
    vertical-align: middle;
}

.ke-blog-tplpart hr {
    /* display: block; */
    height: 1px;
    border: 0;
    border-top: 1px solid #edf4f8;
    margin-top: 5px;
    padding: 0;
    width: 100%;
}

.ke-blog-tplpart .wp-block-post-title a {
    color: red !important;
}

.box-shadow {
    padding: 10px;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03); */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: -webkit-fill-available;
    margin-top: -15px !important;
}

.hover-shadow-parent {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    border-radius: 1rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
}
/* .shadow-hover {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
} */

.hover-shadow-parent:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15) !important
}

/* .hover-shadow-parent:hover .box-shadow {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15) !important
} */

.small-bold {
    font-size: 80%;
    font-weight: bold;
}

.wp-block-post-title {
    font-size: 1rem !important;
}

.author-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    font-family: 'Poppins' !important;
}

.ke-footer-nav li {
    padding: 0rem .5rem !important;
}

.avatar-icon img {
    width: 3.25rem;
    height: 3.25rem;
}

.date-bp * {
    margin-block-start: 0px !important;
    font-size: .8rem !important;
    gap: 0;
}

.gap-avatar-words {
    gap: .5rem !important
}

.gap-words {
    gap: .4rem !important
}

.gap-avatar-words .wp-block-post-author-name {
    text-decoration: none !important;
}

.gap-words .wp-block-post-author-name__link {
    color: #007bff;
}

.extensionNotInstalled {
    display: block;
}

.extensionInstalledNoKey,
.extensionInstalledNoPlan,
.hasBronzePlan,
.hasSilverPlan,
.hasGoldPlan,
.hasPlatinumPlan {
    display: none;
}

[data-plan] .extensionNotInstalled {
    display: none;
}

[data-plan=""][data-valid-key="false"] .extensionInstalledNoKey {
    display: block;
}

[data-plan=""][data-valid-key="true"] .extensionInstalledNoPlan {
    display: block;
}

[data-plan="bronze"] .hasBronzePlan {
    display: block;
}

[data-plan="silver"] .hasSilverPlan {
    display: block;
}

[data-plan="gold"] .hasGoldPlan {
    display: block;
}

[data-plan="platinum"] .hasPlatinumPlan {
    display: block;
}

body.single-post .wp-block-post-author-biography {
    margin: 0;
    color: #5e5e5e;
}

body.single-post hr {
    border-top-color: #fff0;
}

body.single-post h1 {
    color: #41494f;
}

body.single-post h2,
body.single-post h1,
body.single-post p {
    font-family: Poppins, sans-serif !important;
}

body.single-post p {
    font-weight: 300;
}

.site-header {
    font-size: 2rem !important;
    color: #41494f;
    font-family: Poppins, serif !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

@media (min-width: 768px) {
    .site-header {
        font-size: 3.5rem !important;
    }
}

.lead {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-secondary a {
    font-size: 80%;
    font-weight: bolder;
}

.text-secondary time {
    font-size: 80%;
    font-weight: bolder;
}


.home p {
    font-family: poppins !important;
    margin-top: 1rem;
    font-weight: 300;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #6c757d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif !important;
}

.bold {
    font-weight: 700;
}

.author h1 {
    font-size: 2rem;
    font-weight: 700;
}

.pop {
    font-family: Poppins, sans-serif !important;
}

.archive.author hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #edf4f8;
    margin: 1em 0;
    padding: 0;
}

.single-post .bottom-user-deets .wp-block-post-author-name {
    font-weight: 700;
    font-size: 1.25rem !important;
}

.padding-group {
    padding-top: .5rem;
}

.inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
}

.inline p {
    width: fit-content;
}

.inline ul {
    width: fit-content;
    display: inline-block;
    list-style: none;
    margin: 0;
}

.inline li a {
    color: #007bff;
    font-size: 80%;
    font-weight: 400;
}

.rltd-tags {
    font-size: 1.25rem;
}


.wp-block-avatar{
    display: flex;
}

.wp-block-image {
    margin-bottom: 1rem !important;
    margin-top: 3rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wp-block-image img{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 1rem;
}