body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 5px;
}

h4 {
    font-size: 1.4rem;
}

h1 {
   margin-bottom: 1.25rem;
   font-weight: 400;
   line-height: 1.178;
   font-size: 1.75rem;
}

a {
    color: #2b8be3;
}

.macbook img {
  width: 100%;
  margin-top: 70px;
}

.m-b-3 {
  font-size: 40px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
}

.fa-angle-down:before {
    content: "\f107";
}

.section-testimonials .blockquote footer {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 10em;
}

.section-testimonials {
    background: #663fb5 url(../img/smartphone-klio.jpg) no-repeat center bottom;
}

header.jumbotron.bg-inverse.text-xs-center.center-vertically, .label-info, .has-light-mask:after, .video-js:after {
  background: #3a7bd5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3a7bd5 , #00d2ff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3a7bd5, #00d2ff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3a7bd5, #00d2ff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3a7bd5 , #00d2ff);
}

.btn-primary {
  background-color: #00d2ff;
  border-color: #00d2ff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  background-color: #3a7bd5;
  border-color: #3a7bd5;
}

.c-input>input:checked ~ .c-indicator {
  background-color: #00d2ff;
  border-color: #00d2ff;
}

.c-checkbox .c-indicator {
    border: 1px solid #00d2ff;
}

h3.wp.wp-1.animated.fadeInUp {
  font-family: "Raleway", sans-serif;
  line-height: 1.6em;
}

.icona {
  height: 150px;
  margin-bottom: 20px;
}

.immagine-header {
  height: 200px;
  margin-top: 20px;
}

.icona-logo {
  height: 25px;
  margin-top: 9px;
}

.icon-sketch:before {
    content: "\e602";
}

textarea {
  height: 190px;
}

.form-control-text:after {
  background-image: url("../img/edit.png");
}

.black-background {
  background: #2F2F2F;
}

.white-title {
  color: white;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 992px) {
  .section-testimonials .blockquote footer {
    padding: 0 1em;
  }
}

@media only screen and (max-width: 768px) {
  .immagine-header {
    height: 200px;
    margin-top: 40px;
  }
  p.wp.wp-7.animated.fadeInUp {
    margin-bottom: 50px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bg-inverse-custom {
    margin-top: 0px;
  }
  .down-arrow.floating-arrow.page-anchor {
    display: none;
  }
  .icona-logo {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .section-testimonials .blockquote footer {
    padding: 0;
  }
  .h3 {
    font-size: 1.5rem;
  }
}
