/*
Theme Name: hello-elementor-child
Theme URI: https://swimmaster.dlrmedia.co.uk/  // Enter the URL of your child theme's website or leave it blank
Description: My custom child theme based on hello-elementor.
Author: Dywtaycities
Author URI: https://swimmaster.dlrmedia.co.uk/
Template: hello-elementor
Version: 1.0
*/

@font-face {
    font-family: "Omnes";
    src: url('/wp-content/themes/hello-elementor-child-theme/fonts/Omnes%20Regular.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child-theme/fonts/Omnes%20Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: "Omnes_bold";
    src: url('/wp-content/themes/hello-elementor-child-theme/fonts/Omnes%20SemiBold.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child-theme/fonts/Omnes%20SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

body {
    font-family: "Omnes" !important;
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: "Omnes_bold" !important;
} */


.cky-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 10px;
}

.cky-prefrence-btn-wrapper {
    gap: 10px;
}

.cky-btn-accept, .cky-prefrence-btn-wrapper .cky-btn {
    background-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-bd2e39a) !important;
    border-color: var(--e-global-color-accent) !important;
    margin: 0;
}

.cky-notice-btn-wrapper .cky-btn:hover, button.cky-btn.cky-btn-reject, .cky-btn-customize, .cky-btn.cky-btn-preferences, .cky-btn-accept:hover {
    background-color: transparent !important;
    color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    opacity: 1;
}

button.cky-btn.cky-btn-reject:hover, .cky-btn.cky-btn-preferences:hover, .cky-btn.cky-btn-customize:hover {
    background-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-bd2e39a) !important;
    opacity: 1;
}

/* footer  */
.footer-text-link-color a {
    color: white !important;
    position: relative;
}
.footer-text-link-color a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: white !important;
    bottom: -1px;
    left: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}
.footer-text-link-color a:hover::after {
    transform: scaleX(1);
}