
#gform_submit_button_1{
	background: #13aa65 !important;
}

#gform_submit_button_1:hover{
	background: #000 !important;
}

.gfield--type-select select{
	padding: 9px !important;
}

.gform-theme--foundation .gform_fields{
	row-gap: 15px !important;
}

.gfield--type-html{
    color: #f00 !important;
    font-weight: 500;
    font-size: 14px;	
}


#bot-prompt-div{
  z-index: 99999999 !important;
}

.providers-filter-section .pp-post-thumbnail img{
    width: 200px !important;
    background: #f3fcf8 !important;
    border: 2px solid #2aa844 !important;
    border-radius: 50% !important;	
}

.providers-filter-section .pp-post-excerpt a{
    display: inline-block !important;
    text-decoration: none !important;
    background: #13aa65 !important;
    color: #fff !important;
    padding: 10px 25px !important;
    font-weight: 600;
    margin-top: 15px !important;	
}

.providers-filter-section .pp-post-excerpt a:hover{
    background: #000000 !important;	
}


#filterForm, #advancedFilterForm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;	
	 justify-content: center;
   margin-bottom: 25px;
}

.select-locations, .select-insurances, .select-categories{
  margin-right: 25px;	
}

#filterForm select, #advancedFilterForm select{
	height: 50px;
}

.select-submit{
   margin-top: 27px;	
}

.location-insurance-filter .elementor-grid-item{
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ECECEC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);	
}

.location-insurance-filter .elementor-post__thumbnail img{
    width: 200px !important;
    height: 200px !important;
    background: #f3fcf8 !important;
    border: 2px solid #2aa844 !important;
    border-radius: 50% !important;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    object-fit: cover;
}

.location-insurance-filter .elementor-post__excerpt a{
	
display: inline-block !important;
    text-decoration: none !important;
    background: #13aa65 !important;
    color: #fff !important;
    padding: 10px 25px !important;
    font-weight: 600;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
	
}

.location-insurance-filter .elementor-post__excerpt a:hover{
    background: #000 !important;
	
}


@media only screen and (max-width: 767px) {
	
.providers-filter-section .pp-post-filters-dropdown .pp-post-filters-dropdown-button {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}	
	
	
.select-locations, .select-insurances, .select-categories{
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
}	
	
#filterForm, #advancedFilterForm{
    margin-bottom: 0px;
    flex-wrap: wrap;
}	
	
.select-submit{
    margin-top: 10px;
}	
	
 
}

.breadcrumb {
    margin: 0;
    padding: 5px 0;
    text-align: center;
}