/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */

p.primary a {
  display:inline-block;
  padding: 18px 32px 16px;
  background: #000;
  border: 1px solid #000;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;

}

p.buttonlink {
  margin: 30px 0 0;
}

p.buttonlink a {
  display:inline-block;
  padding: 18px 32px 16px;
  background: #000;
  border: 1px solid #000;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vc-widget-text p {
  font-weight: 300;
  line-height: 1.75em;
  font-size: 14px;
}

.vc-widget-text.greybox {
  background: #eee;
  color:#555;
  padding: 30px;
}

.vc-widget-text.greybox h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}
  
.vc-widget-text.greybox a {
  color:#FFF;
}

@media screen and (min-width: 768px) and (max-width:991px) {
  .vc-widget-text.greybox {
    padding: 15px;
  }
  .vc-widget-text.greybox h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }  
}

@media screen and (max-width: 767px) {
  .vc-widget-text.greybox {
    padding: 30px 15px;
  }
  .vc-widget-text.greybox h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  
  .no-margin-xs.row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-margin-xs .vc-widget {
    padding: 0;
  }
  
  .vc-widget-text p {
    font-size: 13px;
  }

}
