/*
Theme Name:     Avery for Kadence
Theme URI:      https://avery.styleclouddemo.co/
Template:       kadence
Author:         StyleCloud
Author URI:     https://styleclouddemo.co/
Description:    A premium theme for Kadence from StyleCloud
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*RESPONSIVE SCALING*/
@media screen and (min-width: 1180px) {
	html {
		font-size: 1vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
	html {
		font-size: 2vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 4vw;
	}
}


/*MENU LINK STYLING*/
.mobile-navigation ul li ul li {
	font-size: 0.85em;
	font-family: var(--global-body-font-family);
	text-transform: none;
	padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
	#mobile-drawer .drawer-inner {
		max-width: 40%;
	}
}


/*LIGHT BLOG GRID*/
.transparent-blog .entry.loop-entry .entry-header .entry-title{
	color: var(--global-palette6);
}
.transparent-blog .loop-entry .entry-summary p {
	color: var(--global-palette6) !important;
}


/*SOCIAL ICON STYLING*/
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	font-size: 0.8rem;
}
