/*
Theme Name: LB25
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.pk-selected-swatch {border: 2px solid red;}
/******************************************************/
/******************************************************/
/* lsb_swatch */

.ux-swatch {
    height: 44px !important;
    width: 44px !important;
}
/* Single Color */
.ux-swatch__color--single-color {
    background: var(--swatch-color, #ccc);
}

/* Dual Color */
.ux-swatch__color--dual-color {
    background: linear-gradient(125deg, var(--swatch-color1, #ccc) 50%, var(--swatch-color2, #ccc) 50%);
}

.ux-swatch--label {width:75px !important; background-color: #F9F9F9;}
.ux-swatch--label.selected {background-color: #FFF;} 

.ux-swatch--label .selected .ux-swatch__text{color: #000 !important; font-weight: bold !important;} 


/******************************************************/




/* Fonts */
@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('fonts/titilliumweb-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('fonts/titilliumweb-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}