/*
Theme Name:     Cleaning Services Child
Theme URI:      https://smartdata.tonytemplates.com/cleaning-service/intro/
Description:    Child theme for Cleaning Services
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       cleaning-services
Version:        1.0
*/


/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
 
 
.block.breadcrumbs .container {display:none;}
.block.breadcrumbs {margin-bottom:45px;}
 
 /* Give the link some padding and some color */
.navbar-nav > li.ss-nav-button {
  padding: 10px;
}

.navbar-nav > li.ss-nav-button > a {
  padding: 5px 18px !important;
  color: #ffffff !important;
  border-radius: 5px;
  background-color: #0f637d;
}

/* Adjust the position for the fixed navigation menu */
.fl-page-header-fixed .navbar-nav > li.ss-nav-button > a {
  position: relative;
  bottom: 6px;
}

/* Give the button a hover & active state */
.navbar-nav > li.ss-nav-button > a:active,
.navbar-nav > li.ss-nav-button > a:hover {
  color: #ffffff !important;
  background-color: #196f8c;
}
 