/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.cky-revisit-bottom-right {
  bottom: 65px !important;
}

body {
    padding-bottom: 45px !important;
}

#page-header-bg .subheader {
    display: none;
}

#mobile-shortcuts {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#mobile-shortcuts ul {
	list-style: none;
	margin: 0;
}

#mobile-shortcuts ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#mobile-shortcuts ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	list-style: none;
}

#mobile-shortcuts ul li a {
	display: block;
	text-align: center;
	padding: 10px 15px;
	color: #ffffff;
}

#mobile-shortcuts ul li a i {}

#mobile-shortcuts-phone a { background-color: #5B8930; }

#mobile-shortcuts-whatsapp a { background-color: #00A884; }

@media (min-width: 768px) {
	
	#mobile-shortcuts { display: none; }
	
	body { padding-bottom: 0 !important; }
	
}





