/*
Theme Name: Kaaryam
Theme URI: https://wpnepal.com/themes/kaaryam/
Author: WordCamp Nepal
Author URI: https://wpnepal.com/
Description: Kaaryam is a WordPress theme that is fast and lightweight, designed for Full Site Editing. It is perfect for blogs, businesses, portfolios, and creative agencies, and is ideal for creating stunning event websites. You can experience speed optimization and unique layouts using the WordPress blocks editor.
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaaryam
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Kaaryam WordPress Theme, (C) 2023 wpnepal.com
Kaaryam is distributed under the terms of the GNU GPL.
*/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

 @media only screen and (max-width:768px) { 
    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        padding: 30px;
    }
    
    .wp-block-navigation ul.wp-block-navigation__container.is-responsive.wp-block-navigation {
        gap: 10px;
    }
    
    .wp-block-navigation__responsive-container-close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
    }
 }

.entry-content.wp-block-post-content a:not(.wp-block-button__link),
.entry-summery a:not(.wp-block-button__link),
.widget a:not(.wp-block-button__link) {
	text-decoration: underline;
}
.page-template-page-no-title .entry-content.wp-block-post-content a:not(.wp-block-button__link),
.page-template-page-no-title .entry-content.wp-block-post-content a:not(.wp-block-button__link):visited {
    text-decoration: none;
}
.editor-styles-wrapper .has-no-underline a,
.editor-styles-wrapper .has-no-underline,
.has-no-underline a,.has-no-underline,
.wp-block-post-excerpt__more-link  {
	text-decoration: none;
}

.page-template-page-no-title .widget a:not(.wp-block-button__link),
.page-template-page-no-title  .entry-summery a:not(.wp-block-button__link),
.page-template-page-no-title  .entry-content a:not(.wp-block-button__link) {
    text-decoration: none;
}