/*
Theme Name: Roisin
Theme URI: https://roisin.qodeinteractive.com
Description: Flower Shop and Florist Theme
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Text Domain: roisin
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.cust_btn_ {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Quicksand,sans-serif;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .03em;
    border-radius: 0;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 9px 37px 12px;
    cursor: pointer;
    z-index: 3;
    color: #0c5b47;
    background-color: #fef1e6;
    border: 1px solid transparent;
	margin-bottom: 30px;
}