/*
 Theme Name:   Corpus Child
 Theme URI:    http://themeforest.net/user/euthemians
 Description:  Corpus Child Theme
 Version:      2.8.0
 Author:       Euthemians Team
 Author URI:   http://euthemians.com
 Text Domain:  corpus
 Template:     corpus
 */

 /* HOME PAGE TOP FLOATING BUTTONS */

 .front-buttons-container {
 	width: auto;
 	height: 60px;
 	position: absolute;
 	bottom: 100px;
 	margin-left: 50%;
 	z-index: 10;
 }

 .front-buttons-container a {
 	display: inline-block;
 	margin: 0 5px;
 }

 .front-buttons {
 	line-height: 60px;
 	display: inline-block;
 	vertical-align: top;
 	min-width: 30px;
 	height: 60px;
 	padding: 0 15px;
 	border-radius: 3px;
 	color: white;
 }

 .learn-more {
 	background: rgba(192, 32, 39, 0.7);
 }

 .buy-now {
 	background: rgba(30, 152, 71, 0.7);
 }

 .enquire {
 	background: rgba(39, 52, 123, 0.7)
 }

