/*
Theme Name:     Vida
Theme URI:      https://vida.styleclouddemo.co/
Template:       kadence
Author:         StyleCloud
Author URI:     https://stylecloud.co
Description:    A premium theme for Kadence by StyleCloud
Version:        2.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Header */
@media (min-width: 1367px) {
	body #mobile-drawer .drawer-inner,
	body #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg, 
	body #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner {
		width: 35% !important;
	}
}
body .popup-drawer .drawer-overlay { 
	backdrop-filter: blur(3px);
	background-color: rgba(0, 0, 0, 0.2);
}
body .popup-drawer .drawer-content > div {
	border-bottom: 1px solid #000000;
	padding: 2rem 0;
	margin: 0;
}
body .popup-drawer .drawer-content > div:last-child {
	border: none;
}
body .site-header .button {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
}
body .site-header .mobile-html p {
	margin: 0.7rem 0 0  !important;
}
body .popup-drawer .sub-menu li {
	font-size: 1.5rem !important;
}
@media screen and (max-width: 767px) {
	body .popup-drawer .sub-menu li {
		font-size: 1rem !important;
	}
}


/* Popup Menu > Expand Submenu */
body .drawer-content .drawer-nav-drop-wrap {
	position: relative;
}
body .drawer-content .drawer-nav-drop-wrap .drawer-sub-toggle {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
	border: none !important;
	padding: 0;
	margin: 0;
}
