/* custom styles for Business Directory listings 
 see http://businessdirectoryplugin.com/support-forum/faq/how-to-use-custom-styles-with-bd-2-1  */

/*directory links*/
#wpbdp-categories > ul > li.cat-item > a{
  font-family:Arial,helvetica,sans-serif;
  font-size:16px;
  line-height:1.5em;
  }

/*category title*/
h2.category-name{
color: #333;
font-family: cambria, georgia, 'times new roman', serif;
font-size: 19px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1.2em;  
}
  
/*field label*/
div.listing-details div.field-value label {
color: #333;
font-family: cambria, georgia, 'times new roman', serif;
font-size: 16px;
font-weight: bold;
height: 19px;
letter-spacing: -1px;
line-height:1.2em;
}

/*field value*/
/*.value {font-style:Arial,helvetica,sans-serif;font-size:12px;font-color:#0e1d82}*/
div.listing-details div.field-value span.value {
  font-family:Arial,helvetica,sans-serif;
  font-size:16px;
  line-height:1.5em;
  color:#666;
  }
  
  /*Advanced search link*/
  #wpbdmsearchform > a{
    font-family: arial, helvetica, sans-serif;
font-size: 11px;
    }
  
  /*buttons*/
#wpbdp-bar-view-listings-button, #wpbdp-bar-show-directory-button,#wpbdmsearchsubmit,
input.view-listing{
  -webkit-appearance: none;
-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 1px 0px inset, rgba(255, 255, 255, 0.4) 0px 0px 1px 0px inset;
background-color: rgb(0, 153, 204);
border:solid 1px rgb(0, 153, 204);
box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 1px 0px inset, rgba(255, 255, 255, 0.4) 0px 0px 1px 0px inset;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
font-family: arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
height: 22px;
margin: 2px;
padding: 3px;
  }
  

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
/*  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  outline-width: 0px;
  outline-style: none;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;*/
}