/*
Theme Name:   x-business child theme
Description:  Write here a brief description about your child-theme
Author:       rhythmandbrews
Author URL:   https://rhythmandbrews.wpengine.com
Template:     x-business
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  x-business-child
*/

/* Write here your own personal stylesheet */

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #B98C41 ;
    text-decoration: inherit;
}

a:visited {
    color: #B98C41 ;
}

a:hover,
a:focus,
a:active {
    color:#B98C41;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.comment-reply-link,
 a.button, input[type="button"],
 input[type="reset"],
 input[type="submit"] {
    background: #e54242 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 40px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #000000;
    border-radius:30px;
    font-weight: 400;
}


/*Scrollup Style*/

.scrollup {
    background-color: #B98C41;
    border-radius: 50%;
    bottom: 50px;
    color: #fff;
    display: none;
    float: right;
    line-height: 1.2;
    height: 53px;
    width: 53px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
}

.scrollup:hover {
    background-color: #B98C41;
}

.scrollup i {
    font-size: 30px;
    color: #fff;
    line-height: 51px;
}