/*
Theme Name: Point Finder Child Theme
Description: Child theme for the Point Finder
Author: Your name here
Template: pointfinder
*/

 
/* =Theme customization starts here
------------------------------------------------------- */
html{
  background-color: transparent!important;
}
#pf-loading-dialog{
  display:none!important;
}

.ap-pro-file-preview img {
  width: 100%;
}

.page-id-119994 .ap-form-wrapper.template2 {
  padding: 5px 10px;
}

.page-id-119994  .pf-container > .pf-row > .wpb_column {
    padding: 0;
}

body.page-id-234743 #ap-content-file-uploader .qq-upload-button,
body.page-id-234743 .ap-content-file-uploader .qq-upload-button {
    background: url(images/image_uploads_big.jpg) no-repeat scroll 0 0 transparent;
    width: 210px;
    margin-top: 5px;
    height: 80px;
}

.single-listing .pftabcontainer p img {
    max-width: 100%;
}

.single-post .pointfinder-post p,
.single-listing .pftabcontainer .pf-itempage-desc-block p {
    line-height: 30px;
}

@media (max-width: 568px){
    .single-listing .pftabcontainer p img {
        height: auto;
    }
}
