/*
Theme Name: Realfactory Child Theme
Template: realfactory
Description: Real Factory WordPress Theme
Version: 1.0.0
*/

.realfactory-navigation .sf-menu > li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.realfactory-copyright-container {
    border-top: 1px solid #FFF;
}
.realfactory-logo {
    padding-top: 10px !important;
}
.realfactory-logo-inner {
    max-width: 80px !important;
}
.realfactory-footer-wrapper .realfactory-footer-column {
    border-left: 0px !important;
}

#menu-sidebar-menu li{
  padding: 15px 0px;
  margin-bottom: 0px;
  border-top:1px solid gray;
}

#menu-sidebar-menu a:hover, #menu-sidebar-menu .current-menu-item > a {
    color: #2268A1;
    font-weight: bold;
}

.realfactory-widget .brochures {
  padding: 10px;
  display: inline-block;
  text-align: center;
  width:100%;
  color:#FFF;
  background-color: #2268A1;
}

.realfactory-widget .pdf {
  padding: 10px;
  display: inline-block;
  text-align: center;
  width:100%;
  color:#2268A1;
  background-color: #FFF;;
  border:1px solid #2268A1;
  margin-top:10px;
}

.inner-content p a{
  font-size: 13px;
  color:#86B9EC !important;
}

.pinned-tool ul li{
  color:#86B9EC !important;
}

.custom-bullets ul li{
  list-style-image: url(images/bullet_main.png);
}