/* Enter Your Custom CSS Here */


/* button in navigation (free seo analysis) */
#menu-item-1586 .item_link.with_icon {
  background: #ce3c28 !important;
}
#menu-item-1586 .item_link.with_icon:hover {
  background: #8e2618 !important;
}

/* button on contact form */
.ninja-forms-field.button {
  background: #ce3c28 !important;
}
.ninja-forms-field.button:hover {
  background: #8e2618 !important;
}


/* hide some elements from footer */
div#dslc-footer div.dslc-modules-section:nth-of-type(2),
div#dslc-footer div.dslc-modules-section:nth-of-type(1),
.dslc-social-wrap {
  display: none !important;
}


/* Mobiles */
@media only screen and (max-width: 550px) {

  .right-off-canvas-menu.off-canvas-area .essb-fans {
    display: none;
  }
}
