/*
Theme Name: Bophelo theme
Theme URI:
Description:
Author: OneCustom
Author URI: https:onecustom.co.za
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bophelo-child
*/

/* -------------------- GLOBALS ------------------------*/

a, a:active, a:focus {
    outline: none !important;
 }

h1.elementor-size-default {
    /* h1 48px / 40px */
    font-size: clamp(2.5rem, 2.3768rem + 0.5797vw, 3rem);
    line-height: 1.1;
}

h2.elementor-size-default {
    /* h2 46px / 30px */
    font-size: clamp(1.875rem, 1.6598rem + 1.0127vw, 2.875rem);
    line-height: 1.1;
}

h3.elementor-size-default {
    /* h3 30px / 24px */
    font-size: clamp(1.5rem, 1.4193rem + 0.3797vw, 1.875rem);
    line-height: 1.2;
}

h4.elementor-size-default {
    /* h4 28px / 22px */
    font-size: clamp(1.375rem, 1.2943rem + 0.3797vw, 1.75rem);
    line-height: 1.2;
}

h5.elementor-size-default {
    /* h5 22px / 18px */
    font-size: clamp(1.125rem, 1.0712rem + 0.2532vw, 1.375rem);
    line-height: 1.3;
}

h6.elementor-size-default {
    /* h5 20px / 17px */
    font-size: clamp(1rem, 0.9462rem + 0.2532vw, 1.25rem);
    line-height: 1.3;
}

p.elementor-size-default,
ul.elementor-size-default,
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p {
    /* p 18px / 16px */
    font-size: clamp(1rem, 0.9692rem + 0.1449vw, 1.125rem);
    line-height: 1.4;
}

p {
	margin: 0 0 20px 0;
}

p:last-child, li:last-child {
    margin-bottom: 0 !important;
}

ul, .entry-content ul {
    margin: 0 0 0 20px;
    padding: 0;
}