/*
Theme Name: ThinkBIT Solutions 1 (Stackable)
Theme URI: http://underscores.me/
Author: ThinkBIT Solutions Phils. Inc.
Author URI: http://thinkbitsolutions.com
Description: ThinkBIT provides Websites, Apps, SEO and Digital Marketing, Event Registration Systems, Inventory Software and other software solutions to businesses.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thinkbit
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThinkBIT Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*Find a Helathcare Practitioner page*/

.searchandfilter h4 {
	font-size: 24px;
	color: #0073ae;
}

.sf-field-search input {
	padding: 15px 20px;
    background-color: #fafafa;
    border: none;
    width: 100%;
}

.sf-field-search label {
	width: 100%;
}

.sf-level-0 input {
	display: none;
}

.searchandfilter ul {
	padding-left: 0;
}

.search-filter-results .card {
	border: none;
    box-shadow: 0px 3px 9px #00000029;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 0;
}

.search-filter-results .card h4 {
	font-size: 18px;
    font-weight: bold;
    color: #0073ae;
    margin-bottom: 14px;
}

.search-filter-results .card a,
.search-filter-results .card p {
	color: #414141;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
}

.search-filter-results .card p.specialties {
	font-weight: bold;
    padding-left: 0;
    margin-bottom: 0;
}

.search-filter-results .card p.img-circle {
	border-radius: 50%;
    border: 0.5px solid #bbbbbb;
    width: 100px;
    height: 100px;
    padding: 10px;

}

.search-filter-results .card p.img-circle img {
	border-radius: 50%;
    object-fit: cover;
    width: 80px;
    height: 80px;
    object-position: center;
}
