/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */





.grecaptcha-badge { 
    visibility: hidden !important;
}

/* .credits {
	padding-top: 5px;
} */
.credits p {
    line-height: 20px;
}

@media only screen and (min-width: 768px) {
    .credits p { 
        text-align: right;
    }
}

.credits p a {
    color: #fff!important;
}

.credits p a:hover {
    color: #882D38!important;
}

.credits a .plum {
    background-image: url(./assets/images/plum-logo-sm.png);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    height: 20px;
    margin: 1px 3px 0;
    width: 20px;
    display: inline-block;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: absolute;

}

.credits a:hover .plum {
    animation-name: plumbounce;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;

    -moz-animation-name: plumbounce;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;

    -webkit-animation-name: plumbounce;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes plumbounce {
    45% {
        height: 15px;
        margin-top: 6px;
    }

    55% {
        height: 15px;
        margin-top: 6px;
    }

    75% {
        height: 25px;
        margin-top: -7px;
    }
}

@-moz-keyframes plumbounce {
    45% {
        height: 15px;
        margin-top: 6px;
    }

    55% {
        height: 15px;
        margin-top: 6px;
    }

    75% {
        height: 25px;
        margin-top: -7px;
    }
}

@keyframes plumbounce {
    45% {
        height: 15px;
        margin-top: 6px;
    }

    55% {
        height: 15px;
        margin-top: 6px;
    }

    75% {
        height: 25px;
        margin-top: -7px;
    }
}
