/**
 * @version		1.0.0
 * @package		JoomlaXTC Elite template for Joomla 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2015 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */

/* CSS */
.xmasButton1, .xmasButton2 {
    background-color: initial;
    border-radius: 6px;
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 40px;
    line-height: 40px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
    transition: box-shadow .2s;
}

.xmasButton1 {
    background-image: linear-gradient(-180deg, #db1220, #8f0c15);
}

.xmasButton2 {
    background-image: linear-gradient(-180deg, #08750b, #032904);
}

.xmasButton1:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.xmasButton2:hover {
    box-shadow: rgba(76, 253, 0, 0.5) 0 3px 8px;
}