/*!
Theme Name:   Kenta Ciela
Theme URI:    https://kentatheme.com/child-themes/kenta-ciela
Author:       WP Moose
Author URI:   https://www.wpmoose.com
Description:  A Multi-purpose and Customizable Free WordPress Theme. You can also access the Kenta theme's rich Starter Sites (https://kentatheme.com/starter-sites/) to help you create your sites with just one click instead of starting from scratch. It provides endless possibilities to create your site visually in minutes, without coding skills. We also have tons of options for you to customize every part of your site. You can almost build any kind of websites, like blog, business, portfolio, WooCommerce storefronts etc. Whether you're bloggers, editors, online magazines, newspaper, news portals, content publishers, creative business, small businesses, startups and freelancers, we can help you build an amazing website.
Template:     kenta
Version:      1.0.0
Tested up to: 6.7
Requires PHP: 7.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kenta-ciela
Tags: blog, portfolio, e-commerce, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, threaded-comments, theme-options, translation-ready, wide-blocks
*/

/*-------------------------------------------------------------
## Global fallback vars, for patterns preview
-------------------------------------------------------------*/
:root {
    --kenta-transparent: rgba(0, 0, 0, 0);
    --kenta-primary-color: var(--kenta-primary-color-admin, #02c6f5);
    --kenta-primary-active: var(--kenta-primary-active-admin, #03a9f4);
    --kenta-accent-color: var(--kenta-accent-color-admin, #181f28);
    --kenta-accent-active: var(--kenta-accent-active-admin, #334155);
    --kenta-base-color: var(--kenta-base-color-admin, #ffffff);
    --kenta-base-100: var(--kenta-base-100-admin, #f8fafc);
    --kenta-base-200: var(--kenta-base-200-admin, #f1f5f9);
    --kenta-base-300: var(--kenta-base-300-admin, #e2e8f0);
}

/*-------------------------------------------------------------
## Utilities
-------------------------------------------------------------*/
.is-no-margin {
    margin: 0 !important;
}

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

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

.is-style-prose-max-width {
    --wp--style--global--content-size: 65ch;
    max-width: 65ch;
}

.is-flex-shrink-0 {
    flex-shrink: 0;
}

.is-flex-grow-1 {
    flex-grow: 1;
}

/*-------------------------------------------------------------
## Image lightbox
-------------------------------------------------------------*/

.wp-lightbox-container button {
    width: 48px;
}

/* fix: preview error in wp-theme.com */
.wp-lightbox-container button:not(.lightbox-trigger) {
    background: none;
    border: none;
    display: none;
}

/*-------------------------------------------------------------
## Social links
-------------------------------------------------------------*/
.prose ul.wp-block-social-links > li,
.prose ul.wp-block-social-links,
ul.wp-block-social-links > li,
ul.wp-block-social-links {
    padding-left: 0;
}
