.index-isotope.v3 article.pluto-post-box .post-title a:hover {
border-bottom: 0px;
color: #1F83BD;
}

.widget_categories ul li a:hover {
text-decoration: none;
}

.featured-carousel-post .post-content-body .post-title:hover {
color: #1F83BD;
text-decoration: none;
}

input.wpcf7-form-control.wpcf7-submit {
  border: 2px solid #000; /*2px is border width and red is border color*/
  padding: 10px 30px;  /*10px is top and bottom padding. It will increase button height. 30px is left and right padding*/
  float:left;
  border-radius:0;
}

input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: red;  /*Change red to your preferred background color*/
}

#menu-item-4804 {
padding-right: 50px;
}

#menu-item-4803 {
padding-left: 20px;
}

