/* sidebar-fat-widget
-------------------------------------------------- */
/*.sidebar-fat-widget {
    width: 100%;
    height: ;
    background: #abcfef url(../images/sidebar-fat-widget.png) no-repeat right bottom;
    background-size: 100%;
    padding: 30px 12px;
    margin-top: 15px;
}

.sidebar-fat-widget h1 {
    font-size: 24px;
    font-weight: 400;
    text-shadow: 1px 1px 0px #b5d1ec;
}

.sidebar-fat-widget form {
    background: #fff;
    padding: 3px;
    width: ;
    height: 40px;
    margin: 10px 0 5px;
}

.sidebar-fat-widget p {
    float: left;
}

.sidebar-fat-widget label {
    display: none;
}

#sidebar-fat-widget_zipfield {
    width: 170px;
    height: 35px;
    margin-right: 5px;
    padding-left: 5px;
    font: 300 14px/35px 'Open Sans', sans-serif;
    border: 0;
    background: #fff;
}

.sidebar-fat-widget .gradient {
    width: 85px;
    height: 35px;
    border: 1px solid #728148;
    background: #869757 url(../images/white-gradient.png) repeat-x left top;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
}

.sidebar-fat-widget .gradient:hover {
    background-color: #728148;
}

#sidebar-fat-widget_button {
    width: 85px;
    color: #fff;
    font: 400 14px/15px 'Open Sans', sans-serif;
    text-shadow: 1px 1px 1px #566726;
    padding-left: 5px;
    text-align: left;
    height: 35px;
    border: 0;
    background: url(../images/wide-fat-widget_arrow.png) no-repeat 87% 45%;
    background-size: 15px;
    cursor: pointer;
}

.sidebar-fat-widget a {
    color: #fff;
    font-size: 12px;
}
*/

/* breadcrumb-nav
-------------------------------------------------- */
/*.breadcrumb-nav {
    font-size: 12px;
}

.breadcrumb-nav_left {
    float: left;
}

.breadcrumb-nav_left a {
    color: #555;
    text-decoration: none;
}

.breadcrumb-nav_right {
    float: right;
    text-align: right;
}*/

/* page-nav
-------------------------------------------------- */
/*.page-nav {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dedede;
    margin-top: 5px;
}

.page-nav a {
    display: block;
    font-weight: 400;
    text-decoration: none;
	font-size:14px;
}

.previous-page {
    padding-left: 30px;
    background: url(https://www.goodtherapy.org/images/arrow-prev.png) no-repeat 6px center;
    background-size: 18px;
	display: inherit !important;
	padding-right:7px;
}
.previous-page:hover{
	background-color: #f2f2f2;
}
.next-page {
    padding-right: 30px;
    background: url(https://www.goodtherapy.org/images/arrow-next.png) no-repeat 44px center;
    background-size: 18px;
	display: inherit !important;
	padding-left:7px;
	float:right;
}
.next-page:hover{
	background-color: #f2f2f2;
}
*/
/* therapist-list
-------------------------------------------------- */
/*.therapist-list {
    width: 100%;
    float: left;
}

.therapist-list li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    display: inline-block;
}

.therapist-list li p {
    margin: 0;
}

.therapist-list li:nth-child(1) {
    //border: 0;
}

.therapist-list li figure {
    float: left;
    position: relative;
    width: 160px;
    margin-right: 20px;
	margin-left: 0px;
	margin-top:0px;
}

.therapist-list li .verified-credentials {
    color: #fff;
	padding-left: 32px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/verfied_icon.png) no-repeat 8px center #8fa264;
    font-size: 11px;
    line-height: 23px;
    height: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.therapist-list .left {
    float: left;
    width: 370px;
}
*/
/*.therapist-list .left h1, .therapist-list .left h2 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.therapist-list .left a {
    text-decoration: none;
    color: #333333;

}
.therapist-list .left h1 {
    margin-top: -5px;
}

.therapist-list .left h1 a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.therapist-list .left h1 a:hover {
    color: #007ab9;
}
.therapist-list .left .therapistName {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.therapist-list .left .therapistName:hover {
    color: #007ab9;
}
.therapist-list .left .therapistSpec {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.therapist-list .left h2 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.therapist-list .left p {
    margin-top: 10px;
    line-height: 170%;
}

.therapist-list .right {
    float: right;
    width: 240px;
}

.therapist-list .right-facility {
    float: right;
    width: 252px;
}

.therapist-list .right span {
    display: block;
    float: left;
    width: 100%;
    color: #888;
    margin-top: 10px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
}

.therapist-list .right .phone {
    font-weight: bold;
    background: url('../images/header_phone.png') no-repeat scroll 0px 50%;
    background-size: 18px;
    padding-left: 25px;
    text-align: left !important;
}

.therapist-list .right .address {
    background: url('../images/address-icon.png') no-repeat scroll 0px 50%;
    background-size: 17px;
    padding-left: 25px;
    font-size: 13px;
    font-weight: 400;
}
.therapist-list .right .email {
    width: 110px;
    margin-right: 4px;
    float: left;
}

.therapist-list .right .email a {
    display: block;
    background: url('../images/icon-email-red.jpg') no-repeat left center;
    text-indent: -99999px;
    width: 104px;
    height: 32px;
}

.therapist-list .right .email-facility {
    width: 120px;
    cursor: pointer;
    margin-top: 11px;
    height: 30px;
    background: url(http://dolly.goodtherapy.org/images/emailfacilitybut.png) no-repeat;
    border-radius: 4px;
    background-size: contain;
}



.therapist-list .right .view-profile {
    width: 120px;
    float: left;
}

.therapist-list .right .view-profile a {
    display: block;
    background: url('../images/view_pofile.jpg') no-repeat left center;
    text-indent: -99999px;
    width: 119px;
    height: 32px;
}

.add-square{
    background: url('../graph/add-square-button.png');
}

.therapist-list .right .email a, .therapist-list .right .view-profile a {
    color: #666;
    text-decoration: none;
    font-weight: 400;
}

.therapist-list .right .email a:hover, .therapist-list .right .view-profile a:hover {
    color: #007ab9;
}

.featured_list_therapists{
	background: #b4c991 ;
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
   background: -moz-linear-gradient(top, #b4c991  0%, #8fa264  100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4c991 ), color-stop(100%,#8fa264 ));
   background: -webkit-linear-gradient(top, #b4c991  0%,#8fa264  100%);
   background: -o-linear-gradient(top, #b4c991  0%,#8fa264  100%);
   background: -ms-linear-gradient(top, #b4c991  0%,#8fa264  100%);
   background: linear-gradient(to bottom, #b4c991  0%,#8fa264  100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c991 ', endColorstr='#8fa264 ',GradientType=0 );
   border: 1px solid #768652 !important;
   padding: 0px 16px 16px 16px;
}
.therapist-list .featured_list_therapists .left a , .therapist-list .featured_list_therapists .left a h2 , .therapist-list .featured_list_therapists .left a p , .therapist-list .featured_list_therapists .right .phone , .therapist-list .featured_list_therapists .right .address{
	color: #fff;
}
.therapist-list li.featured_list_therapists:first-child {
   margin-top: 10px;
}

@media only screen and (max-width:767px){
	.pagination{
		display: none;
	}
}
*/







