/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Mar 01 2024 | 06:54:44 (am)
/*
/******* Do not edit this file *******/

#ai1ec-container .ai1ec-calendar-toolbar {
 display:none;
}
#give_monthly_background {
    background: url(https://castingforrecovery.org/wp-content/uploads/2018/08/givemonthly-300x300.png) no-repeat;
    height:300px;
    width:300px;
}
#give_monthly_background:hover {

    background: url('https://castingforrecovery.org/wp-content/uploads/2018/08/givemonthly-300x300_yellow.png') no-repeat;

}
#give_now_background {
    background: url(https://castingforrecovery.org/wp-content/uploads/2018/08/givenow-300x300.png) no-repeat;
    height:300px;
    width:300px;
    float: right;
}
#give_now_background:hover {

    background: url('https://castingforrecovery.org/wp-content/uploads/2018/08/givenow-300x300_yellow.png') no-repeat;

}

@media (max-width:480px) {
    #give_now_background {
    
    float: none;
    clear:all;
}
 #give_now_background:hover {

    background: url('https://castingforrecovery.org/wp-content/uploads/2018/08/givenow-300x300.png') no-repeat;

}
#give_monthly_background:hover {

    background: url('https://castingforrecovery.org/wp-content/uploads/2018/08/givemonthly-300x300.png') no-repeat;

}
}