/*
 Theme Name:   NAIOP Job Listings
 Theme URI:    https://joblistings.naioppittsburgh.com
 Description:  Custom theme for NAIOP Pittsburgh Job Listings
 Author:       NAIOP Pittsburgh
 Author URI:   https://naioppittsburgh.com
 Template:     Divi
 Version:      1.0.0
*/

/* Company logos in upper right of grid listings */
.gv-grid.gv-list-view-content .gv-grid-col {
    position: relative !important;
    padding-right: 140px !important;
}

.gv-grid.gv-list-view-content .gv-field-2-6 {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    max-width: 120px !important;
    z-index: 10 !important;
}

.gv-grid.gv-list-view-content .gv-field-2-6 img {
    max-width: 100% !important;
    height: auto !important;
}

/* Job description padding - brute force */
.job_description_viewlist,
div.job_description_viewlist,
.gv-list-view .job_description_viewlist,
.gv-container .job_description_viewlist {
    padding-top: 20px !important;
}

/* Company logo positioning in list view - brute force */
.gv-list-view-content,
div.gv-list-view-content,
.gv-container .gv-list-view-content {
    position: relative !important;
}

.job_company_logotop,
div.job_company_logotop,
.gv-list-view .job_company_logotop,
.gv-container .job_company_logotop {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    max-width: 168px !important;
    z-index: 10 !important;
}

.job_company_logotop img,
div.job_company_logotop img {
    max-width: 100% !important;
    height: auto !important;
    transform: scale(1.4) !important;
    transform-origin: top right !important;
}

/* Description column padding */
.gv-grid-col-2-3.gv-list-view-content-description,
div.gv-grid-col-2-3.gv-list-view-content-description {
    padding-top: 30px !important;
}
