/*
Theme Name: Veronica Clare Theme
Theme URI: https://veronicaclare.com
Version: 1.0
Description: A theme created by Veronica Clare.
Author: Veronica Clare
Author URI: https://veronicaclare.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.fl-button,
.fl-button:visited {
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}
.fl-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.float-down{
	margin-top:auto;
}
@media (min-width: 1025px) {
    .activity-col > .fl-col-content:hover .wild5-number img {
        max-width: 150px;
        opacity: 1;
        transition: all .6s ease-in-out;
    }
}
@media (min-width: 1025px) {
    body:not(.fl-builder-edit) .wild5-number img {
        max-width: 1px;
        opacity: 0;
        transition: all .6s ease-in-out;
    }
}
@media (min-width: 1025px) {
    .activity-col > .fl-col-content:hover .activity-text {
        max-height: auto;
        overflow: visible;
        opacity: 1;
        transition: all .6s ease-in-out;
    }
}
@media (min-width: 1025px) {
    .activity-col > .fl-col-content:hover .fl-module-button .fl-module-content {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: all .6s ease-in-out;
    }
}
@media (min-width: 1025px) {
    body:not(.fl-builder-edit) .activity-col > .fl-col-content:not(:hover) .activity-text {
        max-height: 1px;
        overflow: hidden;
        opacity: 0;
        transition: all .6s ease-in-out;
    }
}