/*
Theme Name: MedJobs Theme
Theme URI: http://pixelprime.co/themes/jobster-wp/
Template: jobster
Description: Jobster Child Theme
Version: 2.0
Author: Pixel Prime
Author URI: http://pixelprime.co/
Text Domain: jobster
Tags: black, white, light, four-columns, responsive-layout, custom-colors, custom-header, custom-menu, featured-image-header, full-width-template, sticky-post, theme-options, translation-ready, threaded-comments
License: 
License URI: 
*/
.not-visible {
    display: none;
}

.pxp-hero-boxed-circular-center {
    position: absolute;
    border-radius: 50%;
    background: url("/wp-content/uploads/2023/09/tlo.png") no-repeat center;
    background-size: cover;
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
        top: 73px;
        right: 73px;
        bottom: 73px;
        left: 73px;
        min-width: 170px;
        width: 170px !important;
        min-height: 170px;
    }

    @media screen and (min-width: 1401px) {
        top: 73px;
        right: 73px;
        bottom: 73px;
        left: 73px;
        min-width: 280px;
        min-height: 280px;
    }

    @media screen and (min-width: 1450px) {

        min-width: 320px;
        min-height: 320px;
    }

  /*  position: absolute;
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
    max-width: 420px;
    max-height: 420px;
    border-radius: 50%;
    background: url("/wp-content/uploads/2023/08/cropped-medjobs_logo.jpeg") no-repeat center;
    background-size: cover;
    min-width: 280px;
    min-height: 280px;*/



}

/*
.pxp-page-header-simple {
    background: #21C0E0 !important;
}*/
.pxp-main-footer-bottom {
    background: #48A7BA;
}


h1 {
    white-space: nowrap;
}

.nf-footer-image img {
    border-radius: 10%;
}

.pxp-logo > a > img {
    height: auto;
    width: auto;
    max-height: 60px;
    border-radius: 20%;
}


.pxp-hero-boxed-circulars {
    width: 100%;
    position: relative;
    right: 75px;
}

.nfr-pt-100 {
    padding-top: 50px !important;
    margin-top: 50px !important;
}
.pxp-posts-card-1 {
    min-height: 532px !important;
}

table.table.table-hover.align-middle tr:hover {
    background-color: #ccc;
}

.pxp-single-job-content-details {
    line-height: 1.5rem;
}
.pxp-single-job-content-details > div {
    margin-bottom: 15px;
}