@import url(https://fonts.googleapis.com/css?family=Nunito);
textarea {
  resize: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.error {
  font-size: 12px;
  color: red;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

input:focus {
  border-color: #47a5ba !important;
}

textarea:focus {
  border-color: #47a5ba !important;
}

.hide {
  display: block !important;
  visibility: hidden;
}

.toplist li a {
  color: #fff;
}

.toplist li:hover a:hover {
  color: #47a5ba !important;
}

.flipH {
  transform: rotate(-180deg);
}

.link:hover {
  color: #47a5ba;
}

.tp-caption.raleway {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 52px;
}

@media (max-width: 640px) {
  h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 444px) {
  .topbar-right-items {
    width: 60%;
    padding-top: 22px;
  }

  .ce-feature-box-64 {
    padding: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-section.dark-dropdowns #menu > ul li.hover > a, .header-section.dark-dropdowns #menu > ul li.active > a {
    color: #47a5ba;
  }
}
