/*
 Theme Name:   Beautique Child Theme
 Theme URI:    https://beautique.axiomthemes.com/
 Description:  Beautique Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     beautique
 Version:      1.0.0
 Tags:         beauty, hair, makeup, massage, nail salon, plastic surgery, luxury salon, spa, wellness center, barbershop, hairdresser, tattoo salon, piercing, online store, beauty products
 Text Domain:  beautique
*/

/* =Theme customization starts here
------------------------------------------------------------ */


:root {
    --theme-font-h1_font-family: "Gotham", cursive !important;
    --theme-font-h2_font-family: "CLAUDIO", cursive !important;
    --theme-font-h3_font-family: "CLAUDIO", cursive !important;
    --theme-font-h4_font-family: "CLAUDIO", cursive !important;
    --theme-font-h5_font-family: "CLAUDIO", cursive !important;
    --theme-font-h6_font-family: "Gotham", cursive !important;
    --theme-font-logo_font-family: "CLAUDIO", cursive !important;
    --theme-font-button_font-family: "CLAUDIO", cursive !important;
    --theme-font-menu_font-family: "CLAUDIO", cursive !important;
}

.sc_icons_divider3 .sc_icons_item:hover {
    background-color: transparent !important;
}
.sc_icons_divider3 .sc_icons_item:hover .sc_icons_item_title,
.sc_icons_divider3 .sc_icons_item:hover .sc_icons_item_title span,
.sc_icons_divider3 .sc_icons_item:hover .sc_icons_item_title a,
.sc_icons_divider3 .sc_icons_item .sc_icons_item_title a:hover {
    color: #000 !important;
}
.sc_icons_divider3 .sc_icons_item:hover .sc_icons_item_description {
    color: #000 !important;
}

/* Lightbox overlay */
.lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.lightbox.active {
    opacity: 1;
    pointer-events: auto;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
}
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
/* Đè lại css cũ  */
.sc_portfolio.sc_portfolio_fill .sc_portfolio_item .post_featured:hover .mask {
    opacity: 0 !important;
}
.sc_portfolio.sc_portfolio_fill .sc_portfolio_item .post_featured .post_info {
    display: none !important;
}
.font-royale .sc_item_subtitle.sc_title_subtitle.sc_item_subtitle_above.sc_item_title_style_default,
.font-royale h1 ,
.font-royale h5
{
    font-family: "Royale Couture" !important;
}
