/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.8.6

All css files are placed in /css/ folder
*/

.claimform .button_label{
    
    font-weight: bold;   
}
body div div a.button.claimform.button_full_width{
        background-color: #000 !important;
        width: auto !important;
}
body div div div div.button_align.align_center a.button.claimform.button_full_width:hover, body div div div a.button-stroke a.claimform.button_left:hover.button.button_stroke_custom:not(.action_button){
            background-color: #000 !important;

}
.claimbutton .one-fourth{width: 100%  !important; }

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

body div div a.button.claimform.button_full_width {
    animation: blink 1s infinite;
}
.claimbutton span{
        font-size: 22px;

}