@charset 'utf-8';
/*
 Theme Name:   Happy Baby Child Theme
 Theme URI:    http://happy-baby.themerex.net/
 Description:  Happy Baby Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     happy-baby
 Version:      1.0
 Tags:         light, inheritable theme options
 Text Domain:  happy-baby
*/


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

:root {
  --ln-blue: #bdd1f8;
  --ln-dark-blue: #1D2D4D;
  --ln-gray: #d8cdc2;
  --ln-yellow: #f9e36f;
  --ln-text-dark-bg: #3d3d3d;
  --ln-black: #3d3d3d;
}


.scheme_dark.sidebar .sidebar_inner .widget {
    background-color: var(--ln-blue);
}

.scheme_dark.sidebar h1, .scheme_dark.sidebar h2, .scheme_dark.sidebar h3, .scheme_dark.sidebar h4, .scheme_dark.sidebar h5, .scheme_dark.sidebar h6, .scheme_dark.sidebar h1 a, .scheme_dark.sidebar h2 a, .scheme_dark.sidebar h3 a, .scheme_dark.sidebar h4 a, .scheme_dark.sidebar h5 a, .scheme_dark.sidebar h6 a {
    color: var(--ln-text-dark-bg);
}

.scheme_dark.sidebar .sidebar_inner,
.scheme_dark.sidebar li>a, .scheme_dark.sidebar .post_title>a {
    color: var(--ln-text-dark-bg);
}

.scheme_dark.sidebar li>a:hover, .scheme_dark.sidebar .post_title>a:hover {
    color: var(--ln-yellow);
}

.scheme_dark.sidebar ul>li:before {
    background-color: var(--ln-yellow);
}

.scheme_dark .woocommerce div.product p.price, .scheme_dark .woocommerce div.product span.price, .scheme_dark .woocommerce span.amount, .scheme_dark .woocommerce-page span.amount {
    color: var(--ln-dark-blue);
}

.scheme_dark input[type="text"], .scheme_dark input[type="number"], .scheme_dark input[type="url"], .scheme_dark input[type="email"], .scheme_dark input[type="tel"], .scheme_dark input[type="search"], .scheme_dark input[type="password"], .scheme_dark .select2-container .select2-choice, .scheme_dark .select2-container .select2-selection, .scheme_dark textarea, .scheme_dark textarea.wp-editor-area, .scheme_dark #buddypress .dir-search input[type="search"], .scheme_dark #buddypress .dir-search input[type="text"], .scheme_dark #buddypress .groups-members-search input[type="search"], .scheme_dark #buddypress .groups-members-search input[type="text"], .scheme_dark #buddypress .standard-form input[type="color"], .scheme_dark #buddypress .standard-form input[type="date"], .scheme_dark #buddypress .standard-form input[type="datetime-local"], .scheme_dark #buddypress .standard-form input[type="datetime"], .scheme_dark #buddypress .standard-form input[type="email"], .scheme_dark #buddypress .standard-form input[type="month"], .scheme_dark #buddypress .standard-form input[type="number"], .scheme_dark #buddypress .standard-form input[type="password"], .scheme_dark #buddypress .standard-form input[type="range"], .scheme_dark #buddypress .standard-form input[type="search"], .scheme_dark #buddypress .standard-form input[type="tel"], .scheme_dark #buddypress .standard-form input[type="text"], .scheme_dark #buddypress .standard-form input[type="time"], .scheme_dark #buddypress .standard-form input[type="url"], .scheme_dark #buddypress .standard-form input[type="week"], .scheme_dark #buddypress .standard-form select, .scheme_dark #buddypress .standard-form textarea, .scheme_dark #buddypress form#whats-new-form textarea, .scheme_dark #booked-page-form input[type="email"], .scheme_dark #booked-page-form input[type="text"], .scheme_dark #booked-page-form input[type="password"], .scheme_dark #booked-page-form textarea, .scheme_dark .booked-upload-wrap, .scheme_dark .booked-upload-wrap input {
    color: var(--ln-text-dark-bg);
    font-weight: 600;
    border-color: var(--ln-yellow);
    background-color: var(--ln-yellow);
}

.scheme_dark input[type="text"]:focus, .scheme_dark input[type="number"]:focus, .scheme_dark input[type="url"]:focus, .scheme_dark input[type="email"]:focus, .scheme_dark input[type="tel"]:focus, .scheme_dark input[type="search"]:focus, .scheme_dark input[type="password"]:focus, .scheme_dark select option:hover, .scheme_dark select option:focus, .scheme_dark .select2-container .select2-choice:hover, .scheme_dark textarea:focus, .scheme_dark textarea.wp-editor-area:focus, .scheme_dark #buddypress .dir-search input[type="search"]:focus, .scheme_dark #buddypress .dir-search input[type="text"]:focus, .scheme_dark #buddypress .groups-members-search input[type="search"]:focus, .scheme_dark #buddypress .groups-members-search input[type="text"]:focus, .scheme_dark #buddypress .standard-form input[type="color"]:focus, .scheme_dark #buddypress .standard-form input[type="date"]:focus, .scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus, .scheme_dark #buddypress .standard-form input[type="datetime"]:focus, .scheme_dark #buddypress .standard-form input[type="email"]:focus, .scheme_dark #buddypress .standard-form input[type="month"]:focus, .scheme_dark #buddypress .standard-form input[type="number"]:focus, .scheme_dark #buddypress .standard-form input[type="password"]:focus, .scheme_dark #buddypress .standard-form input[type="range"]:focus, .scheme_dark #buddypress .standard-form input[type="search"]:focus, .scheme_dark #buddypress .standard-form input[type="tel"]:focus, .scheme_dark #buddypress .standard-form input[type="text"]:focus, .scheme_dark #buddypress .standard-form input[type="time"]:focus, .scheme_dark #buddypress .standard-form input[type="url"]:focus, .scheme_dark #buddypress .standard-form input[type="week"]:focus, .scheme_dark #buddypress .standard-form select:focus, .scheme_dark #buddypress .standard-form textarea:focus, .scheme_dark #buddypress form#whats-new-form textarea:focus, .scheme_dark #booked-page-form input[type="email"]:focus, .scheme_dark #booked-page-form input[type="text"]:focus, .scheme_dark #booked-page-form input[type="password"]:focus, .scheme_dark #booked-page-form textarea:focus, .scheme_dark .booked-upload-wrap:hover, .scheme_dark .booked-upload-wrap input:focus {
    color: #ffffff;
    border-color: var(--ln-dark-blue);
    background-color: var(--ln-dark-blue);
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: unset;
}
