@media (max-width: 768px) {
   .elstatus-features, h4 {
       text-align:center !important;
   }
 .elstatus-features img {
       margin-bottom:25px;
   }

  section p, .fw-testimonials-item, .form-wrapper {
     margin-left:10px;
     margin-right:10px;
  }

  .footer .social-icons ul {
     border:0px !important;
     margin-top: 0px;
  }

     .fw-special-title:after {
        margin-right: auto  !important;
        margin-left: auto !important;
     }

   .navbar-header img {
      height:24px !important;
      margin-top: 10px !important;
   }
}

.fw-flash-type-success {
  background-color: #81d742;
  color:white!important;
  font-size:25px;
  margin-bottom:0px;
  padding-bottom:50px;
  padding-top:20px;
  list-style-type:none;
}

.navbar-header img {
   height:30px;
   margin-top:5px;
}

@media (min-width: 768px) {
  /* Custom menu buttons */
  /* Login */
  #menu-item-2974 {
    background-color: #3ca5ff;
    height: 50px;
    color: #fff !important;
  }
  #menu-item-2974 a:hover, #menu-item-2974 a:active, #menu-item-2974 a:visited,  #menu-item-2974 a:hover span,  #menu-item-2974 a:focus span, #menu-item-2974 span {
    color: #fff !important;
  }

 /* Create account */
  #menu-item-2854 {
    background-color: #ffbf39;
    height: 50px;
    color: #fff !important;
  }
  #menu-item-2854 a:hover, #menu-item-2854 a:active, #menu-item-2854 a:visited,  #menu-item-2854 a:hover span,  #menu-item-2854 a:focus span, #menu-item-2854 span {
    color: #fff !important;
  }
}

.fw-flash-type-success {
       background-color: #ff8d00;
}

.custom-radio input {
  margin-right: 10px;
}