/*
Theme Name: Hourty Child
Theme URI: https://wpbingosite.com/wordpress/hourty
Author: wpbingo
Description: This is a child theme for Hourty
Version: 1.0
Author URI: http://wpbingosite.com
Template: hourty
Text Domain: hourty-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* COLORS */
/*  Rationale - The theme has an error within it's SCSS compilation process.
    Can't really fix the issue without stripping the client out of automatic updtes. Need to wait until the theme developer fixes it.
*/

:root {
    --theme-color-main: #C48027;
    --theme-color-main-light: #F6CC79;
}

body #bwp-topbar .topbar-left>div i {
    color: var(--theme-color-main);
}

body .bwp-slider.default .slick-dots li.slick-active button {
    background: var(--theme-color-main-light);
}

body .back-top {
    background: #efc676;
}

/* END COLORS */
/* UTILITY CLASSES - things you can't target with Elementor */
.images-square img {
    aspect-ratio: 1/1 !important;
    width: 100%;
    object-fit: cover;
}

.homepage-content-slider img {
    max-height: 500px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.page-title.bwp-title {
    background-size: cover !important
}

.domki-service .icon-slider {
    background: #646b3b !important;
}

.domki-service .icon-slider i {
    color: white !important;
}

@media screen and (max-width: 992px) {
    .bwp-header.header-v2 {
        position: absolute !important;
        background:
            transparent !important;
    }

    .page-title.bwp-title {
        padding-top: 200px;
    }
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}