/* Enter Your Custom CSS Here */
#logo{ display:table; }
@media (max-width:480px){#logo img{width:100%}}

.home-boxes {
    width: 32%;
    padding: 0 2% 0 0;
    float: left;
}
.home-boxes.third{
 padding:0; 
}

@media all and (max-width:767px){
.home-boxes{
width:100%;padding:0 0px ;float:none;
 margin-bottom: 16px;
}
}
.single-post #sidebar {
  display:none;
}
#main.fullwidth .sp-grid > li {
  height: auto;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}
.wpcf7 p {
  text-align:left;
}