/*
Theme Name: LCCC
Theme URI: 
Author: digify
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lccc
Tags: 
*/
html {
    scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

:target {
    scroll-margin-top: 4rem;
}

.block-inner {
    max-width: var(--wp--style--global--content-size);
    margin-inline: auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1279px) {
    :root {
        --wp--custom--line-height: 1.11;
    }

    .block-inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.heading {
    font-family: var(--wp--preset--font-family--anuphan);
    /* line-height: var(--wp--custom--line-height); */
    line-height: 1.28;
    font-weight: 600;
}
@media (max-width: 1279px) {
    .heading {
        line-height: 1.11;
    }
}


.heading--underlined {
    width: 100%;
    margin-bottom: 0.61rem;
    border-bottom: 0.125rem solid var(--wp--preset--color--secondary);
}

.has-nav-links a, .nav-link {
    text-decoration: underline;
    text-decoration-thickness: 0.2rem;
    text-underline-offset: 0.5rem;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease;
}
.has-nav-links a:hover, .nav-link:hover  {
    text-decoration-color: var(--wp--preset--color--primary);
}



.button--secondary {
    display: flex;
    padding: 0.9375rem 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid var(--wp--preset--color--primary);
    background: var(--wp--preset--color--white);
    width: fit-content;
    
    color: var(--wp--preset--color--primary);
    text-align: center;

    font-family: Anuphan;
    font-size: var(--wp--preset--font-size--lg);
    font-style: normal;
    font-weight: 600;

    cursor: pointer;

    transition: color 0.2s, background-color 0.2s, border-color 0.2s
}
.button--secondary:hover:not(.button--secondary--selected) {
    border-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--secondary);
}
.button--secondary--selected {
    border-color: var(--wp--preset--color--primary);
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
}

.button--primary {
    display: flex;
    width: fit-content;
    padding: 0.9375rem 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid var(--wp--preset--color--primary);
    background: var(--wp--preset--color--primary);
    
    color: var(--wp--preset--color--white);
    text-align: center;

    font-family: Anuphan;
    font-size: var(--wp--preset--font-size--lg);
    font-style: normal;
    font-weight: 600;

    cursor: pointer;
    
    transition: color 0.2s, background-color 0.2s, border-color 0.2s
}
.button--primary:hover, .button--primary--selected {
    border-color: var(--wp--preset--color--primary-darkened);
    background-color: var(--wp--preset--color--primary-darkened);
}

#glightbox-body .goverlay {
    background: #181438CC
}

#glightbox-body .gclose {
    display: none;
}
#glightbox-body .gslide-description {
    background: #181438FF;
    color: var(--wp--preset--color--white);
    font-size: 1.17188rem;
    line-height: 1.6;
}

.lccc-site-footer__newsletter {
	display: none !important;
}