#callsearch div {
    display: block;
    float: right;
    width: 30%;
    margin-left: 20px;
    clear: left;
}
#callsearch label {
   display: flex;
}
#callsearch input[type="submit"]{
	    float: none;
    display: block;
    clear: both;
}
#callsearch select{
	width: 100%;
}
#callsearch .select2-container{
	width: 100% !important;
}
.areas_cat a{
	color: #fff;
}
.sybject_tags a{
	color: #000;
}
.areas_cat button, .sybject_tags button{
	margin-left: 4px;
}
.topline a{
	color: #333333;
}
.single-call .obi_random_banners_posts img{
	width: 100%;
}
.nav-previous.call-alignleft a,.nav-next.call-alignright a{
	display: block;
}
.nav-previous.call-alignleft a:first-child{
	text-align:left;
}
@media screen and (max-width: 768px){
	#callsearch div {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px;
    clear: left;
	}
}