/*
Theme Name: M-Molka Theme
Description: M-Molka Theme
Author: Marcin Baran
Author URI: http://www.emuto.pl
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.rightmodals{
	position: fixed !important;
	right: -20px;
	top: 160px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.rightmodals .fusion-button-wrapper{
	display: block;
	margin: 0 0 2px 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.rightmodals .button-small{
	padding: 6px 18px 6px 11px;
}
.rightmodals .fusion-button-wrapper .button-small:hover{
	margin-left: -10px;
}
@media only screen and (max-width: 800px){
	.rightmodals{
		top: 160px;
	}
	.rightmodals .fusion-column-wrapper{
		position: absolute;
		right: 0;
	}
}

