/*
 * Theme Name: Kameleon Parent Theme
 * Theme URI: https://www.kameleonagency.com/
 * Author: Kameleon Group
 * Author URI: https://www.kameleonagency.com/
 * Description: Parent Theme For Kameleon Clients
 * Version: 0.0.26
 * Text Domain: kameleon
 */

/* a few resets */

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* apply font-size for rem/px value matching i.e. 0.1rem = 1px / 1.6rem = 16px */

html, body {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

ul.kam-breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.kam-breadcrumbs li {
    display: inline-block;
}