/* ==============================================================================
Theme Name: Lotus
Theme URI: http://demo.averta.net/themes/lotus
Description: Flexible & Powerful Multipurpose Wordpress Theme
Author: averta
Author URI: http://www.averta.net
Version: 993.9
License:GNU General Public License
License URI:license.txt
Text Domain: default
================================================================================= */


a.btn-red {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(218, 2, 2, 0.5)), color-stop(100%, rgba(200, 51, 44, 1)));
    color: #fff;
    font-weight: 600;
}

a.btn-red:hover {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(218, 2, 2, 0.5)), color-stop(100%, rgba(148, 28, 23, 1)));
    color: #fff;
    font-weight: 600;
}

.widget-testimonial .testimonial_slider > div {
width: 100%;
}

.home .callout {
    background-color: #d7c690;
    border: 2px solid #c5b276;
}
.home .callout h3,
.home .callout p {
    text-shadow: none;
    color: #333;
}
.home .callout h3 {
letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 40px;
}
.home .callout p {
font-size: 20px;
}