/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2021 | 00:09:44 */
.cbp-row wh-footer {
    padding-bottom: 56px;
}

.custom_floating_footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	position: fixed;
	bottom: 0;
	color: #FFFFFF;
	font-size: 1.1em;
	background-color: #fff;
  	border-top: solid 2px #1e73be !important;
	z-index: 9;
}
.custom_floating_footer img {
	width: 100px;
	height: auto;
}
.custom_floating_footer a {
	margin-left: 10px;
	color: #277aaa;
}
