.post-thumbnail {
    margin-bottom: 30px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields),
.entry-content ol:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) {
    padding-left: 0;
}

.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li,
.entry-content ol:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li {
    margin-bottom: 15px;
}

.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li ul,
.entry-content ol:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li ul {
    padding-top: 15px;
}

.entry-content
    ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields)
    .location:before {
    background-image: url(https://eis-tx.com/wp-content/uploads/2025/07/location-icon.png) !important;
}
.entry-content
    ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields)
    .date-posted:before {
    background-image: url(https://eis-tx.com/wp-content/uploads/2025/07/clock-icon-28.png) !important;
}
.entry-content
    ul.job-listing-meta:not(.entry-meta):not(.wufoo-ul):not(.gform_fields)
    li {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.entry-content a {
    color: rgb(var(--secondary-color));
}

.entry-content a:hover {
    text-decoration: underline;
    color: rgb(var(--secondary-color));
}

.entry-content * {
    word-break: break-word;
}

.entry-content h1 {
    margin: 0 0 15px;
}

.entry-content h2 {
    margin: 25px 0 15px;
}

.entry-content h3 {
    margin: 25px 0 15px;
}
.entry-content ul.job_listings {
    padding: 12px 20px !important;
    margin: 10px 0px 0px 0px !important;
    list-style: none;
    border: none;
    background-color: #f6f6f6 !important;
    border-radius: 4px;
}
.entry-content ul.job_listings li {
    padding-left: 0px !important;
}
.entry-content ul.job_listings li.type-job_listing:last-child {
    margin-bottom: 0;
}
.entry-content ul.job_listings li.type-job_listing a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px 12px 2em !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 4px !important;
}
.entry-content ul.job_listings li.type-job_listing a .meta {
    min-width: 25%;
    font-size: 16px;
    font-weight: 500;
}

/*Sidebar*/

.main-sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
}

/*.main-sidebar .widget-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(var(--primary-color));
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
}*/

/*.widget ul li {
    list-style: none;
}
.main-sidebar .widget ul li:not(:last-child) {
    margin-bottom: 10px ;
}*/

.gform_widget {
    padding: 15px 25px;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
}

.gform_widget .widget-title {
    padding: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .entry-content ul:not(.entry-meta) {
        padding: 15px 20px;
        background-color: #fff;
    }
}

/*Archived*/

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

body.search article.page,
body.search article.post,
body.archive article.post,
body.archive article.page {
    margin-bottom: 50px;
}

.entry-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.entry-meta li:not(:last-child) {
    margin-right: 10px;
}

.entry-meta li {
    list-style: none;
    color: #333 !important;
    line-height: 1.3;
    word-break: break-word;
}

.entry-meta li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
}

.entry-meta li,
.entry-meta li a {
    font-weight: 600 !important;
    font-size: 15px;
}

.entry-meta li a {
    color: rgb(rgb(var(--primary-color))) !important;
}
.entry-meta li a:hover {
    text-decoration: underline !important;
}

.emg-post-card {
    margin-bottom: 50px;
}

.emg-post-card .post-thumbnail img {
    height: auto;
}

.emg-post-card header.entry-header * {
    margin: 0;
}

.blog-page-post-body .entry-content > * {
    margin-bottom: 0;
}

@media (min-width: 1199px) {
    .blog-page-post-body {
        overflow: hidden;
    }

    .emg-post-card .post-thumbnail {
        float: left;
        margin-right: 30px;
        max-width: 300px;
    }
}

.post-footer a.readMore {
    font-size: 18px;
    font-weight: bold;
}

.emg_pagination {
    text-align: center;
}

.emg_pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(var(--primary-color));
    color: #fff !important;
    border-radius: 0;
    margin: 0 5px;
}

.emg_pagination .prev,
.emg_pagination .next {
    width: auto;
    background: transparent;
    height: auto;
    padding: 0 10px;
}

.emg_pagination span.page-numbers.current {
    opacity: 0.5;
}

.emg_pagination span.page-numbers.dots {
    width: auto;
    background: transparent;
}

.emg_pagination span.page-numbers.dots,
.emg_pagination .prev,
.emg_pagination .next {
    color: rgb(var(--primary-color)) !important;
}

@media (max-width: 480px) {
    .entry-meta {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .entry-meta li:not(:last-child) {
        padding-right: 0;
        border-right: 0;
        margin: 0 0 5px;
    }
}
