/*
Theme Name: fbkrFancyTheme
Theme URI:
Author: Anja Rajkovic
Author URI:
Description: FishingBooker theme
Version: 1.1
Licence: GNU General Public Licence v2 or later
Licence URI: http://www.gnu.org/licences/glp-2.0.html
Tags: fishing, booking, fish, destinations
*/

.anglers-choice {
    width: 135px;
    height: 25px;
    background-size: cover;
    background-image: url(https://static.fishingbooker.com/public/img/icons/anglers-choice-award-badge.svg);
    position: absolute;
    z-index: 3;
    top: 25px;
    left: -5px;
}

.charter-item {
    overflow: visible;
}

@media(max-width: 576px) {
    .anglers-choice {
        display: none;
    }
}
