/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.pj-content {
    margin-top: 50px;
}

.pj-location {
    font-size: 18px;
    color: rgb(90 90 90);
}

.pj-categories {
    font-size: 16px;
    color: #636363;
}

.pj-card-title {
    color: #223645;
    font-size: 18px;
    font-weight: 500;
}

.pj-archive-post {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .10);
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    min-height: 92px;
    transition: .3s;
}

.pj-archive-post:hover {
    transition: .3s;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .25);
    background: #223645;
    color: #FFFFFF;
    border: 1px solid #223645;
}

.pj-archive-post a:focus {
    background: none !important;
}

.pj-archive-post:hover span,  .pj-related-post:hover span{
    color: #FFFFFF;
}

.pj-archive-post a {
    text-decoration: none !important;
    display: flex;
    padding: 15px 5px;
    width: 100%;
    margin: 0;
}

.pj-archive-post a span {
    display: block;
}

.pj-filters-title, .pj-filters-subtitle, .pj-posts-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.pj-filters-title {
    font-size: 16px;
    font-weight: bold;
    color: #001b60;
}

.pj-posts-title {
    font-size: 20px;
    color: #2489ff;
    font-weight: bold;
}


.pj-filters-subtitle {
    font-size: 16px;
}

.pjtext-container {
    display: flex;
    margin-bottom: 20px;
}

#pjtext {
    border: 1px solid #001b60;
    background: #fff;
    color: #3d464d;
    padding: 5px 10px;
    font-size: 15px;
    width: 75%;
    margin: 0;
    outline: none;
}

.pjtext-container span {
    width: 25%;
    border: none;
    font-size: 14px;
    background-color: #001b60;
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pjtext-container span:hover {
    background-color: #636363;
}

.pjcategory-container input[type=checkbox] {
    border: 1px solid #001b60;
    width: 20px;
    height: 20px;
    background: #ffffff;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.pjcategory-container input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 6px;
    top: 3px;
    position: absolute;
    width: 6px;
    height: 10px;
    border: 2px solid #001b60;
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}

.pjcategory-container input[type=checkbox]:checked:after {
    opacity: 1;
}

.pj-archive-sidebar {
    /*width: 25%;*/
    margin-bottom: 40px;
}

.pjcategory-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pj-archive-sidebar .pjcategory-container label {
    color: #636363 !important;
    font-size: 15px !important;
    cursor: pointer;
    font-weight: 400;
    margin: 0 !important;
}

/*.pj-archive-posts {
    width: 75%;
}*/

.pj-pagination {
    display: flex;
    justify-content: end;
}

.pj-pagination > div {
    border: 1px solid #001b60;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 5px;
    line-height: 33px;
    font-size: 18px;
    cursor: pointer;
    color: #001b60;
    transition: .3s;
}

.pj-pagination > div.active, .pj-pagination > div:hover {
    color: #ffff;
    background-color: #001b60;
    transition: .3s;
}

#pj-filters .select2-container--default .select2-selection--multiple,
#pj-filters .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #001b60;
    border-radius: 0;
}

#pj-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: #001b60;
    border-color: #001b60;
}

#pj-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #636363 !important;
    color: #ffffff;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
#pj-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color: #001b60 !important;
    border-color: #001b60;
    border-radius: 0;
}

#pj-filters .select2-container .select2-search--inline .select2-search__field {
    height: 25px;
    font-family: 'Poppins';
    margin-left: 10px;
    font-size: 15px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

#pj-filters .select2-container {
    width: 100% !important;
}

.pj-clear-filters {
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

/** SINGLE **/
.pj-post-back {
    margin-bottom: 30px;
}

.pj-post-back > a {
    text-decoration: none !important;
    background: none !important;
    outline: none !important;
}


.pj-post-back > a > span {
    display:inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #001b60 !important;
}

.pj-post-back > a > span:hover .pj-post-back-arrow {
    background: #001b60;
    color: #ffffff;
    transition: .3s;
}

.pj-post-back-arrow {
    margin-right: 8px;
    border: 1px solid #001b60;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    color: #001b60;
    transition: .3s;
}

.pj-related-posts {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.pj-related-post {
    margin-bottom: 20px;
}

.pj-related-post a {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .10);
    min-height: 92px;
    border: 1px solid #ffffff;
    transition: .3s;
    color: #223645;
}

.pj-related-post a:hover {
    transition: .3s;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .25);
    background: #223645 !important;
    color: #FFFFFF;
    border: 1px solid #223645;
}

.pj-related-post a {
    text-decoration: none !important;
    display: flex;
    padding: 15px;
    height: 100%;
}

.pj-related-post a span {
    display: block;
}

.pj-related-posts .pj-posts-title {
    display: block;
    width: 100%;
}

.pj-apply-btn {
    border: 2px solid #001b60;
    background: #001b60 !important;
    color: #ffffff !important;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 30px auto 0;
    transition: .2s;
    outline: none !important;
}

.pj-apply-btn:hover {
    color: #ffffff !important;
    background: #636363 !important;
    border-color: #636363;
    transition: .2s;
}

.pj-apply-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.pj-d-none {
    display: none;
}

.pj-apply-form {
    max-width: 500px;
    min-width: 400px;
    display: block;
    margin: .5rem auto;
    background: #ffffff;
    border-radius: 5px;
}

.pj-apply-modal:not(.pj-d-none) .pj-apply-form {
    animation-name: pjFadeIn;
    animation-duration: 1s;
    transition-timing-function: linear;
}

.pj-apply-form-body {
    padding: 2rem;
    position: relative;
}

.pj-apply-form-group {
    margin-bottom: 1rem;
    font-size: 16px;
}

.pj-apply-form-group input[type=text] {
    border: 1px solid #001b60;
    background: #fff;
    color: #3d464d;
    padding: 5px 10px;
    font-size: 16px;
    margin: 0;
    outline: none !important;
    width: 100%;
}

.pj-apply-form-footer {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}

.pj-apply-form-footer button.pj-submit, .pj-apply-form-footer button.pj-cancel {
    border: 2px solid #001b60;
    padding: 5px 30px;
    font-size: 15px;
    margin: 0 10px;
    transition: .3s;
    outline: none !important;
    font-weight: normal;
}

.pj-apply-form-footer button.pj-submit {
    background: #001b60 !important;
    color: #ffffff !important;
}

.pj-apply-form-footer button.pj-cancel {
    border: 2px solid #ffffff;
    color: #223645;
}

.pj-apply-form-footer button.pj-cancel:hover {
    background: #223645 !important;
    border: 2px solid #223645 !important;
    color: #ffffff !important;
    transition: .3s;
}

.pj-apply-form-footer button.pj-submit:hover {
    background: #636363 !important;
    border-color: #636363;
}

.pj-apply-form-footer button.pj-cancel {
    background: transparent !important;
    color: #001b60 !important;
}

.pj-apply-form-header {
    background: #001b60;
    padding: 30px;
}

.pj-apply-form-header div {
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.pj-posts-title--single {
    color: #636363;
    font-size: 25px;
}

.pj-apply-btn--top {
    margin-top: 10px;
    margin-left: 0;
    max-width: 155px;
    padding: 5px 10px;
}

.pj-pagination-first, .pj-pagination-last {
    letter-spacing: -3px;
}

.pj-results-container {
    color: #001b60;
    margin-top: 15px;
    font-size: 14px;
}

.pj-archive {
    font-family: 'Poppins';
}

.pj-posts-title--filters-title, .pj-results-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pj-results-container span {
    color: #001b60;
    font-size: 14px;
}

@keyframes pjFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}