/*

Theme Name: InterPrac
Description: The official InterPrac theme.
Version: 1.1

*/

.free-cta-form .form-input {
  background: #fff;
  border: 1px solid #000;
  box-shadow: none;
}
.free-cta-form {
  width: 50%;
  margin: 0 auto;
}
.free-cta-form .form-input-container {
  margin-right: 4px;
}
#inner-banner > div {
  background: rgba(0,0,0,0.50);
  padding: 20px 0;
  max-width: 100%;
}

@media (max-width : 768px) {
  .free-cta-form {
    width: 100%;
  }
  .free-cta-form .form-input-container {
    width: 100%;
  }
}

  .free-checklist-container {
  	background: #cde2f5;
  }
.free-checklist-container .text {
  width: 60%;
}
.free-checklist-container img {
  display: none;
  margin: 0 auto;
}
  .free-checklist-bg {
  background: #cde2f5 url('/wp-content/uploads/2017/10/checklist-board.png') no-repeat right;
      padding: 20px 0;
      margin: 0 auto;
      background-size: 23%;
  }
  .free-checklist-container h3 {
    margin-bottom: 5px;
  }

@media (max-width : 768px) {
  .free-checklist-container .text {
    width: 100%;
  }
  .free-checklist-container {
    text-align: center; 
  }
  .free-checklist-bg {
    background: #cde2f5;
  }
  .free-checklist-container img {
    display: block;
    margin-bottom: 20px;
  }
}

  .btn-checklist { 
background: #1371a6;
color: #fff;
font-size: 14px;
padding: 10px 15px;
border-radius: 2px;
}
.btn-checklist:hover {
text-decoration: none;
background: #1478b0;
}

