/*
Theme Name: Handyman Corporate
Author: ChoiceLocal
Author URI: https://www.choicelocal.com/
Description: Custom Theme Styles for Handyman Corporate site.
Version: 1.0.0
*/
@media (min-width: 768px){
.col-sm-3 {
    width: 31%;}}
@media (min-width: 992px) {
input, select, textarea {
    font-size: 14px!important;
    width: 95%;
  }
}
.searchbtn{top:25px;}
@media (max-width: 977px) {
input, select, textarea {
    font-size: 14px!important;
    width: 80%;
  }
}
@media screen and (max-width: 768px){
.searchbtn{top:0px;}
.handyman__title {
    font-size: 34px !important;
}
.jobsList{float:left !important;width:100%;}
}
.thesearch{padding:28px; background-color:#00529c;box-shadow: 1px 1px 6px 0px #888888;}
.careerContainer h2{font-size:24px !important;}
.hidden {display: none!important;}
.handyman__title span {
    color: #fcb827;}
.handyman__title {
    color: #fff;
    /*font-size: 60px;*/
    text-align: center;}
.jobsList{font-size: 16px;}
.jobrow{height: 75px;
cursor: pointer;
padding: 30px;}
.handyman__bimg {
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 0;*/
    padding-top: 224px;
    width: 100%;
  padding-bottom: 4px;
    position: absolute;
    /*top: 0;*/}
.handyman__backgroundimg {
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 0;*/
    padding-top: 224px;
    width: 100%;
  padding-bottom: 124px;
    position: absolute;
    /*top: 0;*/}
.input{padding: 5px 10px ;
}