/*
Theme Name: Joe Flatsome
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** STICKY SIDE BUTTON ***************/

.button:not(.icon).sticky-side-button {
	right: -0px; /* Negative Margin Right - Change Accordingly */ 
	float: right;
	position: fixed;
	top: calc(96%);
	transform: rotate(0deg);
	z-index:1;
	cursor: pointer;
	border-radius:0px !important;
	margin:0px;
}

.button:not(.icon).sticky-footer-button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius:0px !important;
    margin-bottom: 0em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}