/*
    Theme Name: ELAVENTIS
    Theme URI: https://eksneks.agency
    Author: Younes MISSIRIA
    Author URI: https://about.me/missiria
    Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
    Requires at least: 6.1
    Tested up to: 1.0.1
    Requires PHP: 7.4
    Version: 1.0.1
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    Text Domain: eksneks.agency
    Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

 @import url("assets/css/bootstrap.min.css");
 @import url("assets/css/all.min.css");
 @import url("assets/css/swiper-bundle.min.css");
 @import url("assets/css/progressbar.css");
 @import url("assets/css/meanmenu.min.css");
 @import url("assets/css/master.css");

body > div:last-of-type {
  /* z-index: 9999; */
}

.__content {padding: 20px;}
.__content ol, .__content ul {padding: 0 0 0 50px;}
.__content ol > li, .__content ul > li {list-style: decimal; margin: 0 0 20px;}
.__content p ,.__content ol,.__content ul {margin: 0 0 30px;}
.__content h2 {margin: 10px 0;}

.home .footer__link li a {color: black;}
.home .footer__link li a:hover {color: black; text-decoration: underline;}
.home .footer__social li a {color: #666;}
.home .footer__social li a:hover {color: #000;}

@media screen and (max-width: 460px) {
  .feature__list.pack__list {  grid-template-columns: 1fr;}
}