/*
 Theme Name:   Sarir Server WP Theme
 Theme URI:    https://sarirserver.com/
 Description:  Sarir server theme from hello elementor
 Author:       Matin Khamooshi
 Author URI:   https://matinkhamooshi.ir/
 Template:     hello-elementor
 Version:      2.0.0
*/

/* import fonts file */
@import url(assets/css/fonts.css);

:root {
	--wb-primary-color: #500C59;
	--wb-secondary-color: #5800B6;
	--wb-third-color: #515151;
	--wb-text-color: #888;
}

* {
    box-sizing: border-box;
}

body {
	font-family: iranyekan;
    margin: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,input, textarea, button {
	font-family: iranyekan;
}

.toggle-content {
	max-height: 400px;
	overflow: hidden;
	position: relative;
	&.is-expanded {
		max-height: 100%;
	}
}
#toggle-button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 64px;
	color: var(--e-global-color-5e79270);
    background: linear-gradient(0deg, #fff 40%, transparent 100%);
    border: none;
}
/* Mega Menu */
.mega-menu > ul.sub-menu > li > :is(a, a:hover, a:focus) {
    padding: 20px 20px 20px 64px;
}
@media (min-width:1024px) {
    .mega-menu > ul.sub-menu[aria-hidden="false"] {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        min-width: fit-content !important;
        box-shadow: 0 8px 64px rgba(0, 0, 0, .1);
    }
}