/*
Theme Name:     Velvet for Kadence
Theme URI:      https://velvet.styleclouddemo.co/
Template:       kadence
Author:         StyleCloud
Author URI:     https://stylecloud.co/
Description:    A premium theme for Kadence by StyleCloud
Version:        1.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* MENU LINK STYLING */
body .mobile-navigation ul li ul li {
	font-size: 0.8em;
	text-transform: none;
	font-family: var(--global-heading-font-family);
	font-style: italic;
	padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
	#mobile-drawer .drawer-inner {
		max-width: 40%;
	}
}


/* POSTS GRID READ MORE STYLING */
body .wp-block-kadence-posts a.post-more-link {
	font-weight: normal;
	letter-spacing: 0em;
	text-transform: none;
	text-decoration: none !important;
	font-size: 120%;
	font-family: --global-heading-font-family;
	font-style: italic;
}
