/*!
Theme Name: Brisk Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: brisk
Version: 1.0.1
Text Domain: brisk
*/

 /* Add your custom style here */

/* Tweak sizes/URLs here */
.effect-image {
    overflow: hidden !important;
}

.clear-margin p {
    margin: 0 !important;
}


.landscape img {
    aspect-ratio: 16/9;
    object-fit:cover !important;
    min-height:200px;
}

.uicore-page-title {
    background-size: 110%;
    animation: bgZoom 10s linear forwards; /* no loop */
    background-position: center;
}

@keyframes bgZoom {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 110%;
    }
}

/*contact us*/
.page-id-27 #contact-us-footer {
    display: none !important;
}
