/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* ==========================================================================
   Мега-меню услуг (#10288): на 1000–1300px уменьшаем шрифт заголовков
   и размер иконок. Значения в px — правь под себя.
   ========================================================================== */
@media (min-width: 1000px) and (max-width: 1300px) {

	/* Заголовки карточек */
	.the7-e-mega-menu-content.elementor-10288 .the7-heading-title {
		font-size: 18px !important;
		line-height: 1.2 !important;
	}

	/* Иконки (картинки) */
	.the7-e-mega-menu-content.elementor-10288 .elementor-widget-image img {
		width: 90px !important;
		height: auto !important;
	}

	/* Внешние отступы всего блока (паддинг панели вокруг сетки) */
	.the7-e-mega-menu-content.elementor-10288 .e-con-inner {
		padding: 20px !important;
	}

	/* Расстояние между квадратиками (ряды карточек) */
	.the7-e-mega-menu-content.elementor-10288 .elementor-element-764d022a,
	.the7-e-mega-menu-content.elementor-10288 .elementor-element-712542c {
		gap: 12px !important;
	}

	/* Паддинг внутри каждого квадратика */
	.the7-e-mega-menu-content.elementor-10288 a.e-con {
		padding: 14px !important;
	}

}