/**
Theme Name: Sticky-child
Author: StickyPages
Author URI: http://www.stickypages.ca
Description:
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Sticky-master
*/

.kmbykm strong {
 font-weight: 700;
 font-size:19px;
 color: #179EB7 !important;
 border-top: 1px solid #f3f3f3;
 width: 100%;
 display: block;
 margin-top: 35px;
}

.kmbykm strong::before {
 content:'KM';
 padding-right: 5px;
 color:#ccc;
 font-weight: 300
}


.mbym strong {
 font-weight: 700;
 font-size:19px;
 color: #179EB7 !important;
 border-top: 1px solid #f3f3f3;
 width: 100%;
 display: block;
 margin-top: 35px;
}

.mbym strong::before {
 content:'M';
 padding-right: 5px;
 color:#ccc;
 font-weight: 300
}

#theplus-navigation-normal-menu ul { 
  margin:0;
  padding:0;
  list-style:none;
  list-style-type:none;
}
#theplus-navigation-normal-menu > ul li {
  display:inline-block;
}
.plus-navigation-menu .nav li.dropdown .dropdown-menu {
	display:none;
}
.dropdown-menu { display:none; }
.plus-mobile-menu { display:none; }
.plus-mobile-nav-toggle { display:none; }