.wpcf7 label, .wpcf7 input {
  font-family: 'Roboto';
}

.wpcf7 input[type=submit]:hover {
  background-color: #bf2072;
  color: #f1d204;
}

.widget_illdy_service .service .service-entry p{
  color: #444444;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 125px;
}

#footer .btm-copy-left {
    text-align: left;
}

#footer .btm-copy-right{
    text-align: right;
}

#footer .btm-copy-right span a{
    color: #4db2ec;
    text-decoration: none;
}



@media (max-width: 768px){
   #header .bottom-header h1{
     /*font-size: 56px;*/
       font-size: 52px;
       line-height: 64px
  }

  #header .bottom-header{
    padding-top: 12px;
    padding-bottom: 16px;
  }

  #header .top-header{
    padding-top: 5px;
  }

  #header .bottom-header.blog {
    padding: 58px 0;
  }

  #services{
    padding: 20px 0 15px 0;
  }

  #services .section-header{
     margin-bottom: 15px;
  }

  #footer{
    padding: 10px 0 0;
  }

  #footer .widget .widget-title{
    margin: 0 0 5px 0;
  }

  #nav_menu-2, #text-8{
    margin-top: 25px
  }

  .widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li{
    line-height: 30px;
  }

  #footer .btm-copy-left {
      text-align: center;
  }

  #footer .btm-copy-right{
      text-align: center;
  }
}