/*tiago*/
/*business directory css style*/
/* pesquisa motor*/



.wpbdp-main-box {
    background: none;
    margin: 30px 0 20px 0;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
}

/*btn */

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
   /*background-color: #3e8ede;*/
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    text-transform: capitalize;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
    /*background-color: #333333;*/
    color: #fff;
}
.submit-btn input[type="submit"] {
    background-color: #3e8ede;
}
.submit-btn:hover input[type="submit"]:hover {
    background-color: #333333;
}
.wpbdp-main-links {
    text-align: center;
    background-color: #3e8ede;
    margin-top: 45px;
}


/*btn directoria*/

#wpbdp-bar-show-directory-button {
    width: 100%;
    background-color: #333333;
}

#wpbdp-bar-show-directory-button:hover {
    width: 100%;
    background-color: #3e8ede;
}wpbdp-field-10, #wpbdp-field-11
/*FIM btn*/

/*pesquisa*/
.wpbdp-main-box .advanced-search-link {
    border: none;
    box-shadow: none;
    display: block;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    padding-top: 15px;
}
/*FIm pesquisa*/

/*input txt*/
#wpbdp-field-10, #wpbdp-field-11, #wpbdp-main-box-keyword-field {
    margin: 0;
    background-color: #d6d6d6;
    height: 50px;
    font-size: 14px;
    padding: 16px;
}

/*input.text, input.title, input[type=text], select, textarea {
    margin: 0;
    background-color: #d6d6d6;
    height: 50px;
    font-size: 14px;
    padding: 16px;
}*/

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #fff;
    /* color: #3e3e3e; */
}

/* FIM input txt*/
/*div*/
#wpbdp-search-form-wrapper {margin-bottom: 50px !important;}
/* directoria div*/
div.wpbdp-main-links wpbdp-main-links-1-buttons {
    text-align: center;
    background-color: #3e8ede;
    margin-top: 45px;
}
/* FIM directoria div-*/
/* pesquisa*/

.wpbdp-bar {
     background: none;
    margin: 10px 0 20px 0;
    padding: 5px 10px;
}
/*input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 16px;
    border: none;input.wpbdp-submit wpbdp-button submit {background-color: #3e8ede;}
    color: #333333;
    background-color: #d6d6d6;
}*/

/*.select2-container--default .select2-selection--single {
    background-color: #d6d6d6;
   border: none;
    border-radius: 0px;
    height: 50px;
}*/

input.wpbdp-button.reset {
    background-color: #333333;}

input.wpbdp-button.reset:hover {
    background-color: #3e8ede;}

input.wpbdp-submit.wpbdp-button.submit {background-color: #3e8ede;}
input.wpbdp-submit.wpbdp-button.submit:hover {background-color: #333333;}
/* FIM - pesquisa motor*/
/*resultados*/

.wpbdp-listing-excerpt {
    padding: 10px;
    /* border-bottom: dotted 1px #ddd; */
    margin: 20px 0px 20px 0px;
}
.wpbdp-listing-excerpt.odd {
    background: #3e8ede24;
}

.wpbdp-listing .listing-title, .wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2 {
    text-decoration: none;
    font-weight: bold;
    color: #250671 !important;
}

.wpbdp-listing .listing-title {
    border: none; 
    border-bottom: 2px solid #3e8ede;
    font-size: 115%;
    /* color: #dcd669; */
    margin-bottom: 8px;
   background: none; 
}
div.listing-actions.cf {height: 40px;}

a.wpbdp-button.view-listing {
	display:none;
	/*desligar display:none quando tivermos dados das lojas*/
    padding: 10px 20px 10px 20px!important;
    font-size: 14px;
    text-decoration: none;
    color: #3e8ede;
    background: none;
    border: 2px solid #3e8ede;}
a.wpbdp-button.view-listing:hover { 
display:none;
/*desligar display:none quando tivermos dados das lojas*/
    padding: 10px 20px 10px 20px!important;
    font-size: 14px;
    text-decoration: none;
    /* background-color: #fff !important; */
    color: #333333;
    background: none;
    border: 2px solid #333333;
    /* border-radius: 3px; */
    /* box-shadow: 0 1px 2px rgba(64,64,64,0.1); */
    /* margin: 0px 15px 0px 100px; */}

.wpbdp-listing-excerpt.odd {
    background: none;
}

/* FIM Resultados*/
.wpbdp-listing {
	width:49%;
	float:left;
}
.wpbdp-listing-excerpt .listing-thumbnail{
	display:none;
}
.listing-details .value{
	pointer-events: none;
  cursor: default;
}
.wpbdp-pagination
{
	clear:both;
	margin-bottom:60px;
}
