/*Common Style Part for All Templates*/

.clearfix, .qcpnd-list-wrapper{
  clear: both !important;
}

.qcpnd-list-hoder, .qcpnd-list-holder{
  width: 100%;
  clear: both;
}

.qcpnd-list-holder li{
  margin-left: 0 !important;
}

.qcpnd-list-column{
  display: inline-block;
  vertical-align: top;
  min-width: 22%;
}

.opd-column-1{
  width: 100%;
}

.opd-column-2{
  width: 45%;
}

.opd-column-3{
  width: 30%;
}

.opd-column-4{
  width: 23%;
}

/*Search Area*/
.pnd-top-area.pnd-border-bottom, .filter-area {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

.pnd-top-area .pnd-half{
  width: 48%;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.pnd-half.pnd-add{
  text-align: left;
}

#live-search input {
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  height: 34px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#live-search input:focus {
  background-color: #e6e6e6;
  border: 1px solid #adadad;
}

.pnd-top-area .pnd-add-btn, .filter-btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff)";
  -moz-box-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pnd-top-area .pnd-add-btn:hover, .filter-btn:hover, .filter-active{
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
  outline: none;
}

.filter-btn {
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none !important;
}

.opd-item-count, .opd-item-count-fil{
  font-size: 60%;
  opacity: 60%;
}

.qcpnd-single-list ul{
  padding: 0 !important;
}

.qcpnd-list-column a{
 text-decoration: none !important; 
}

/*Widget*/
.widget-pnd-list{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.widget-pnd-list li {
  list-style: outside none none;
  margin-bottom: 6px;
  position: relative;
}

.widget-pnd-list li a{
  text-decoration: none;
}

.widget-pnd-list li a span{
  color: #848484;
  font-size: 80%;
}

.opening-bracket, .closing-bracket{
  color: #848484;
}

.widget-vcount, .widget-vcount .upvote-section{
  display: inline-block;
  color: #848484;
}

.widget-avatar {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 0px;
  width: 20px;
}

/*Upvote - Common*/
.qcpnd-list-hoder .upvote-section {
  height: 50px !important;
}

.qcpnd-list-hoder .upvote-btn {
  z-index: 805 !important;
  position: relative !important;
  height: 25px !important;
  width: 32px !important;
}

.qcpnd-list-hoder .upvote-count {
  z-index: 800 !important;
}

.qcpnd-list-hoder .ca-menu li {
  position: relative;
  margin-left: 0 !important;
}

.cls-embed-btn, .cls-embed-btn i{ color: #489fdf; }

/*Advertisement*/
.advertise-block {
  padding: 15px !important;
}

.advertise-block {
  padding: 15px;
}

.advertise-block img{
  max-width: 100%;
  height: auto;
}

.pnd-phone-num-holder a{
	border-bottom: none !important;
outline: none !important;
}

.pnd-phone-num-holder{
display: inline-block;
position: absolute;
right: 40px;
top: 0;
}

.sld-add-btn:hover, .button-link-pd:hover {
    color: #fff !important;
    border-color: #222;
    text-decoration: none;
}
.sld-add-btn::before, .button-link-pd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.sld-add-btn, .button-link-pd {
    position: relative;
    z-index: 1;
}
.sld-add-btn:hover::before, .button-link-pd:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sld-add-btn, .sld-add-btn::before, .button-link-pd, .button-link-pd::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
@media only screen and (max-width : 767px) {
	.button-link.button-link-pd {
		margin-bottom: 15px;
	}
	.button-link-pd {
		width: 100%;

	}
		
}



.sbd_address { cursor:pointer }
.sbd_street_map_results{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 275px;
  z-index: 99999;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgb(0 0 0 / 50%);
  display:none;
    padding: 0px 15px;
}

/* Style for popup */
.leaflet-popup-content-wrapper {
  font-size: 14;
  max-width: 230px;
    max-height: 626px;
}
.leaflet-popup-content p {
    margin: 8px 0 !important;
}
.sbd_bottom_area_marker p {
    padding: 0px 6px;
}

.sbd_map_popup_view{
      display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sbd_map_popup_view h3,
.sbd_map_popup_view p{
  margin-bottom: 5px !important;
}

.sbd_map_popup_view  p.sbd_map_img {
    width: 50px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}
.sbd_map_popup_view  p.sbd_map_img img{
    width: 100%;
    max-width: 100%;
}

.qcld_gdpr_check {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;    
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 250px;
    font-size: 25px;
}

.qcld_gdpr_check span.qcld_gdpr_check_click {
    font-size: 20px;
    padding: 5px 15px;
    color: indianred;
    cursor: pointer;
    background: #eee;
    border-radius: 4px;
    line-height: 24px;
    border: 1px solid #ddd;
}

.qcpnd-list-wrapper {
  max-width: initial;
  width: 100%;
  margin: 0 auto;
}