/* 
Theme Name: The Kit Lab
Theme URI: https://github.com/elementor/hello-theme-child/
Description: The Kit Lab is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*-- Widescreen --*/
/* @media (min-width: 2400px) {} */
/*-- Desktop --*/
/* @media (min-width:1367px) and (max-width: 2399px) {} */
/*-- Laptop --*/
/* @media (min-width:1201px) and (max-width: 1366px) {} */
/*-- Tablet Landscape --*/
/* @media (min-width:1025px) and (max-width: 1200px) {} */
/*-- Tablet Potrait --*/
/* @media (min-width:881px) and (max-width: 1024px) {} */
/*-- Mobile Landscape --*/
/* @media (min-width:768px) and (max-width: 880px) {} */
/*-- Mobile Potrait --*/
/* @media screen and (max-width:767px) {} */

/* Color Definitions
Primary: Main brand color for prominent elements like headings and icons, establishing the site's core visual identity.
Secondary: Supporting color for sub-elements such as list items, subheadings, animated headings, and price table backgrounds.
Text: Standard color for body paragraphs and menu items, ensuring readable content across the site.
Accent: Highlight color for interactive or attention-grabbing items like links, button backgrounds, tabs, accordions, and badges. */

/* Fonts 
Space Grotesk
-------------
Primary - 400
Secondary - 500
Text - 
Accent - 

Weight - 600
Weight - 700
Transform Default
Transform Capitalize

Body - 15-15-15-15-14-14 | 400 | 1.6 | 0.3px
Menu - 16-16-15-15-14-14 | 500 | 1 | U
Button - 20-20-18-18-16-16 | 500 | 1.2 | -2% | U

H1 - 80-64-54-46-38-36 | 500 | 1.1 | -2%
H2 - 64-56-50-40-36-32 | 400 | 1.1 | -2%
H3 - 48-44-40-36-32-28 | 400 | 1.25 | -6%
H4 - 32-30-26-26-24-24 | 600 | 1.2 | -2%
H5 - 24-24-22-22-20-20 | 700 | 1.2 | -2%
H6 - 20-20-18-18-16-16 | 600 | 1.2 | -2%

14-14-13-13-12-12 | 400 | 1.28 | -2%
14-14-13-13-12-12 | 500 | 1
16-16-15-15-14-14 | 400 | 1.5
16-16-15-15-14-14 | 500 | 1
18-18-17-17-16-16 | 300 | 1.5556
18-18-17-17-16-16 | 400 | 1.2223
28-28-26-26-24-24 | 600 | 1.28 | -2%
40-36-32-30-28-26 | 400 | 1.2 | -2%
72-62-52-44-36-34 | 400 | 0.9444 | -2%
*/

:root {
    --color-primary: #958578;
    --color-secondary: #252525;
    --color-text: #4A4A4A;
    --color-accent: #958578;

    --color-black: #000000;
    --color-white: #ffffff;
    --color-text-two: #8C8C8C;
    --color-border: #B3B3B3;
    --color-news: #707070;
}
@media (min-width:768px) and (max-width: 1599px) {
  .e-con {
    /* --container-max-width: 90%; */
  }
}
/* h1, h2, h3, h4, h5, h6 {
    font-weight: 700!important;
} */
h1,
.elementor-widget-heading h1.elementor-heading-title {
    line-height: 1;
}
a {
    text-decoration: none !important;
}
a:hover,
a:focus,
a:active,
a:visited,
a:focus-within,
a:focus-visible {
    outline: none!important;
}
ul, 
ol {
    /* list-style-position: inside;
    margin-left: 0; */
    padding-left: 20px;
}
ul li, 
ol li {
    margin-top: 10px;
}
ul li:first-child, 
ol li:first-child {
    margin-top: 0;
}
.img-full {
    width: 100%;
}
.img-lightbox a, 
.a-img-full a {
    display: block;
}
.bg-100-100 {
    background-size: 100% 100%!important;
}
@media (min-width:1367px) {
    .bg-100-wide {
        background-size: 100% 100%!important;
    }
}
@media screen and (max-width: 767px) {
    ul, 
    ol {
        text-align: left;
    }
}

