@import url("../kiddo-turf-parent/screen.css");

@media only screen and (max-width: 989px) and (min-width: 768px){
.boxrow .box_content {
min-height: 535px;
}

.logo {
margin: -4px 0 0 3px;
}
.list_numbers a {
height: 50px;
width: 150px;
}


}


@media only screen and (max-width: 765px) and (min-width: 280px){
.logo {
height: 80px;
}
.logo img {
max-width: 100%;
}
.header {height:348px;
background:none}
}

/* contact form side by side fix */
.box_sprite .col_right {
    padding: 0px 14px!important;
}