/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.rhd-job-date {
    margin-bottom: 0.512em;
    font-family: "Roboto", sans-serif;
    font-size: 0.75em;
    font-style: normal;
    font-weight: bold !important;
    line-height: 1.6;
    letter-spacing: 0.125em;
    margin-right: calc(0.125em* -1);
    text-transform: uppercase;
}

.rhd-job-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: #000000;
    margin: 0 !important;
}

.rhd-post-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.rhd-post-item {
    padding: 10px 0;
    border-bottom: solid 1px #5b5b5b;
    width: 100%;
    display: block;
}

.rhd-post-item:last-child {
    border: none;
    padding-bottom: 0;
}

.rhd-post-form {
	width: 100%;
	margin-bottom: 10px;
}

.rhd-search-bar-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
	margin-bottom: 10px;
}

.rhd-search-bar-helper {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: row;
}

.rhd-search-bar {
    flex-grow: 1;
	width: 100%;
    padding-left: 35px !important;
    padding-right: 35px !important;
	margin-bottom: 0 !important;
    height: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0em 0.15em 0.5em 0em rgba(0,0,0,0.15) !important;
}

.rhd-search-icon {
    position: absolute;
    left: 0;
	top: 0;
	height: 40px;
	width: 35px;
	text-align: center;
	line-height: 40px !important;
    font-size: 16px;
    color: #666;
}

.rhd-reset-button {
    position: absolute;
    right: 0;
	top: 0;
	height: 40px;
	width: 35px;
	text-align: center;
    background: none;
    border: none;
    font-size: 16px;
	line-height: 40px;
    cursor: pointer;
    color: #888;
    display: none;
}

.rhd-reset-button:hover {
    color: #000;
}

.rhd-submit {
	height: 40px !important;
    padding: 0 15px !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.rhd-category-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    gap: 10px;
	margin-bottom: 0;
}

#custom-post-feed { max-width: 600px; margin: auto; }
#post-search { width: 100%; padding: 8px; margin-bottom: 10px; }
#category-filters label { display: block; margin-bottom: 5px; }
#post-list { margin-top: 15px; }
.post-item { padding: 10px; border-bottom: 1px solid #ddd; }
#loading-icon { margin-left: 10px; font-size: 18px; }
