/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Used by Marshof */

/*Add your own styles here:*/

.cta-button {
	position: absolute;
	right: 30px;
	bottom: 30%;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-webkit-transform: rotate(-10deg) scale(1);
	transform: rotate(-10deg) scale(1);
	z-index: 2;
	width: 130px;
	height: 130px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 600;
	padding: 10px;
	border-radius: 50%;
	color: #fff;
	font-family: 'CabritoNormBold', serif;
	font-size: 26px;
	text-decoration: none;
	text-align: center;
	background: #f29000;
	background-size: contain;
	border: 50%;
}
.cta-button span {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
}

.cta-button:active, 
.cta-button:focus, 
.cta-button:hover {
	-webkit-transform: rotate(0deg) scale(1.05);
	transform: rotate(0deg) scale(1.05);
	color: #fff;
	text-decoration: none;
}
