/*
Theme Name: Berg Child Theme
Theme URI: http: //demo.yosoftware.com
Description: This is a custom child theme for Berg
Author: YOSOFTWARE
Author URI: http: //yosoftware.com/
Template: berg-wp
Version: 0.1
*/

/*
Insert here your custom css
*/

p a:link {
	color:red!important;
	text-decoration: underline;
}

.order-online {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 15px 30px;
    z-index: 998;
    background: #e22e2e;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
}
#odn-order-now { right: 15px !important; bottom: 15px !important; }
.order-online:hover { background: #111; }