/*
Theme Name: INMODE
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: WeLoveWeb TEAM
Author URI: https://weloveweb.eu
Description: Child theme of Hello Elementor created for Inmode. Includes style customization, header, footer, and templates adapted to the corporate identity.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.0.1775023021
Updated: 2026-04-01 07:56:34

*/


/**
 * Table styling
 */
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}
table th,
table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
    font-weight: bold;
}
table thead th,
table tfoot th {
    font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
    border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }
    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }
    table table th {
        font-weight: 400;
    }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*Blog - Long words*/
.type-post h1,
h2,
h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

/*Blog - Long categoreis*/
.new-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.new-categories li {
    flex: 0 1 auto;
    word-break: break-word;
}

/*Home Second Seciton*/
.home-2section .elementor-divider {
    padding: 0 !important;
}

.home-2section .home-2section-box {
    margin-top: -30px;
    padding: 20px 0px;
    background: white;
    width: 100%;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 58% 0%, 50% 5%, 42% 0%);
}
.home-2section .home-2section-box p {
    margin: 0px !important;
}
