/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

.claim-badge a {
    background-color: red;
    border-radius: 4px;
    color: white;
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 16px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    display: block;
    margin-bottom: 35px;
}
.claim-badge a:hover {
    background-color: white;
    color: red;
}
