/*
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
*/
/* Floating Menu */

#services-menu {
  left: 20px;
  background-color: #fff;
  color: #000;
  padding: 5px 35px;
  border-top-left-radius: 10px;
  cursor: pointer;
  border-top-right-radius: 10px;
  position: relative;
}
#services-submenu {
  display: none;
  position: absolute;
  left: 0;
  color: #333;
  background-color: #f7f7f7;
  list-style: none;
  margin: 0;
  padding: 5px;
  width: 100%;    
  border-radius: 0 0 10px 10px;
  top: 40px;
}
#services-submenu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#services-submenu li {
  list-style: none;
}
#services-submenu li a {
  padding: 5px 25px;
  display: block;
  color: inherit;
  text-align: left;
}
#services-submenu li:hover a {
  color: #fff !important;
}
#services-submenu li:hover {
  background-color: #c6912d;
  color: #fff;
}
#services-menu:hover #services-submenu {
  display: block;
}
/*#services-submenu:before {*/
/*  content: ' ';*/
/*  position: absolute;*/
/*  width: 0;*/
/*  height: 0;*/
/*  right: 9px;*/
/*  bottom: -20px;*/
/*  border: 10px solid;*/
/*  border-color: #f7f7f7 #00000000 #00000000 #0000;*/
/*}*/




