.alignleft {
	float: left !important;
	margin-right: 10px;
}

.alignright{
	float: right !important;
	margin-left: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imageSpaceLeft {
	margin-left: 10% !important;
}
.imageSpaceRight {
	margin-right: 10% !important;
}

.wp-caption {
	max-width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.mobile-only {
	display: none !important;
}
.desktop-only {
	display: block !important;
}

.clearfix {
	clear: both;
}

.btn-fullwidth {
	width: 100%;
}

.overlay-btn {
	position: fixed; 
	top: 100px; 
	right: 80px;
	z-index: 9;
}
.overlay-btn2 {
	position: fixed; 
	top: 160px; 
	right: 80px;
	z-index: 8;
}
.overlay-btn3 {
	position: fixed; 
	top: 220px; 
	right: 80px;
	z-index: 10;
}


/* SM */
 @media (max-width: 575px) { 
	.mobile-only {
		display: block !important;
	}
	.desktop-only {
		display: none !important;
	}
	 
	.overlay-btn {
	position: fixed; 
	top: auto;
	bottom: 0px; 
	right: 0px;
	height: 55px !important;
	width: 100% !important;
	z-index: 9;
  	border-radius: 0px !important;
	padding:1px !important;
	padding-top: 10px !important;
	 }
}