/**
 * Theme Name: WpCasterPro
 * Theme URI: https://wpcasterpro.qantumthemes.xyz/demo/
 * Author: Qantum Themes SL
 * Author URI: https://qantumthemes.com
 * License: GNU General Public License v2 or later.
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Description: Podcasting platform WordPress theme
 * Version: 2.0
 * Requires PHP: 7.4
 * Requires at least: 6.2
 * Tested up to: 6.8
 * Text Domain: wpcasterpro
 * Domain Path: /languages/
 * Tags: two-columns, right-sidebar
 * 
 */

/**
 * We recommend using the provided child theme to add your own style customizations.
 * */

.trapthink-btn {
    background-color: #c34743;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.trapthink-btn:hover {
    background-color: #e74c3c;
}