/*
 Theme Name:   On Adventure Child
 Theme URI:    https://generatepress.com
 Description:  Default child theme
 Author:       Happy Advertising
 Author URI:   https://happyadv.ro
 Template:     generatepress
 Version:      0.1
*/

/* HEADER START */
a {
    text-decoration: none;
}
ul {
    margin-top: 0;
    margin-bottom: 0;
}
/* HEADER END */

/* GENERAL START */
:where(.wp-block-columns) {
    margin-bottom: 0;
}
.text-clip {
color: transparent;
-webkit-background-clip: text;
background-image: url(/wp-content/uploads/2025/01/drumetii-1024x768.webp);
background-size: contain;
background-position: center;
}
.gb-block-is-current {
    position: relative;
}
.gb-block-is-current:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #4DA528;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
}
.float-right {
    float: right;
}
/* GENERAL END */