.project-with-sidebar .full-width-container .page-title {
  padding-top: 0px;
}

.project-with-sidebar .gallery-sidebar {
  padding-top: 5vh;
}

#page-breadcrumbs--contact .alert-success {
  color: #fff;
  background-color: #53d086;
  border-color: #c3e6cb;
  margin-top: 20px;
}

#page-breadcrumbs--contact .contact-info .page-title {
  margin-top: -15px;
}

.nav-item--showOnlyInMobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .theme-menu-one .header-right-widget {
    display: none;
  }

  .showingOnlyOnSmartDevice {
    display: block;
    text-align: center;
  }

  #page-breadcrumbs--contact {
    padding: 0px 0 25px 0;
  }

  .nav-item--showOnlyInMobile {
    display: inline-block;
  }

  .nav-item--mobile a:link {
    color: #53d086;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .show {
    display: block;
  }
}
@media only screen and (max-width: 430px) {
  .theme-menu-one .header-right-widget .contact-us {
    display: inline-block;
  }

  .theme-menu-one .header-right-widget {
    top: 15px;
    right: 10vh;
    left: auto;
  }
}

