/**
 * Theme Name:     FBWL
 * Author:         OlMalex
 * Author URI: https://olmalex.com
 * Template:       royal-elementor-kit
 * Text Domain:	   fbwl
 * Description:    Custom theme for specific area of business. All these templates are created with elementor page builder. 
 * Version: 1.0.121
 * Requires at least: 4.7
 * Requires PHP: 5.2
 * Tested up to: 6.5.3
 * Tags:  e-commerce, custom-colors, full-width-template, custom-menu, custom-logo, featured-images, sticky-post, theme-options
 */


:root {
    --e-global-color-primary: #6B007C;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #6B007C;
    --e-global-color-accent: #61CE70;
    --e-global-color-da945d0: #6B007C;
    --e-global-color-495f83a: #B6E27B;
    --e-global-color-29c2104: #E6F3D6;
    --e-global-color-958298b: #FFFFFF;
    --e-global-color-564125c: #e9e6ed;
    --e-global-color-f37a783: #F55050;
    --e-global-color-38b4266: #E8E8E8;
    --e-global-typography-primary-font-family: "Jost";
    --e-global-typography-primary-font-size: 24px;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Jost";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Jost";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Jost";
    --e-global-typography-accent-font-weight: 500;
    background-color: var(--e-global-color-29c2104);
    --wvs-tooltip-background-color: #FFFFFF;
    --wvs-tooltip-text-color: #6B007C;
    --wvs-item-box-shadow: #6B007C;
    --wvs-item-text-color: #6B007C;
    --wvs-hover-item-box-shadow: #6B007C;
    
}
/* Hide page title */
h1.page-title {
	display: none;
}
/* Contact Us form */
.woocommerce button.button:hover, .woocommerce button.button:focus, [type=button].focus, [type="button"].hover, [type="submit"].hover, [type="submit"].focus {
     background-color: var(--e-global-color-495f83a, #B6E27B);
     color: var(--e-global-color-primary, #6B007C);
}
/* Scroll to top */
.scrollup-button {
    display: none;
    position: fixed;
    z-index: 1000;
    padding: 8px;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    background-color: #6b007c;
    border: solid 2px #6b007c;
    border-radius: 32px;
    -webkit-animation: display 0.5s;
    animation: display 0.5s;
}
