/***** VARIABlES *****/

:root {
    --jurcase-jobs-primary-color: rgba(57, 129, 151, 1);
    --jurcase-jobs-text-color: rgba(54, 54, 54, 1);
    --jurcase-jobs-muted-color: rgba(238, 238, 238, 1);
    --jurcase-jobs-inverse-color: rgba(255, 255, 255, 1);
    --jurcase-jobs-border-color: rgba(221, 221, 221, 1);
    --jurcase-jobs-box-shadow: 0px 0px 10px rgba(0, 0, 0, .14);
}


/***** FONT *****/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v20-latin-regular.woff') format('woff'), url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), url('../fonts/roboto-v20-latin-500.woff') format('woff'), url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), url('../fonts/roboto-v20-latin-700.woff') format('woff'), url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
}


/***** VISUAL COMPOSER FIX *****/

.compose-mode .jurcase-jobs-plugin-items>.jurcase-jobs-plugin-item>p {
    display: none !important;
}


/***** SHORTCODE *****/

.jurcase-jobs-plugin {
    font-size: 16px;
    font-family: 'Open Sans', 'Roboto';
}

.jurcase-jobs-plugin i {
    font-family: 'FontAwesome' !important;
    font-weight: 900 !important;
}

.jurcase-jobs-plugin-spinner {
    background: var(--jurcase-jobs-inverse-color);
    border: 1px solid var(--jurcase-jobs-border-color);
    padding: 0px 25px;
    height: 100px;
    text-align: center;
}

.jurcase-jobs-plugin-spinner i {
    font-size: 2em;
    line-height: 100px;
    color: var(--jurcase-jobs-primary-color);
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-items {
    display: flex;
    flex-direction: column;
}

.jurcase-jobs-plugin-stations .jurcase-jobs-plugin-item {
    display: block !important;
    position: relative !important;
    background: var(--jurcase-jobs-inverse-color) !important;
    padding: 25px !important;
    border: 1px solid var(--jurcase-jobs-border-color) !important;
    margin-bottom: 15px !important;
    text-decoration: none !important;
    color: var(--jurcase-jobs-text-color) !important;
    font-size: 100% !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item a {
    display: block !important;
    position: relative !important;
    background: var(--jurcase-jobs-inverse-color) !important;
    padding: 25px !important;
    border: 1px solid var(--jurcase-jobs-border-color) !important;
    margin-bottom: 15px !important;
    text-decoration: none !important;
    color: var(--jurcase-jobs-text-color) !important;
    font-size: 100% !important;
    transition: box-shadow .25 ease !important;
    box-shadow: none !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item a:hover {
    transition: box-shadow .25 ease !important;
    box-shadow: var(--jurcase-jobs-box-shadow) !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item:last-child a {
    margin-bottom: 0 !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item.featured a {
    border-color: var(--jurcase-jobs-primary-color) !important;
    transition: box-shadow .25 ease !important;
    box-shadow: inset 0 0 0 2px var(--jurcase-jobs-primary-color) !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item.featured a:hover {
    transition: box-shadow .25 ease !important;
    box-shadow: inset 0 0 0 2px var(--jurcase-jobs-primary-color), var(--jurcase-jobs-box-shadow) !important;
}

.jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-featured {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 35px !important;
    height: 32.5px !important;
    line-height: 30px !important;
    text-align: center !important;
    background: transparent !important;
}

.jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-featured::after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 0 !important;
    background: transparent !important;
    border-width: 50px 50px 50px 0 !important;
    border-style: solid !important;
    border-color: var(--jurcase-jobs-primary-color) transparent transparent transparent !important;
    z-index: 1 !important;
}

.jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-featured i {
    position: absolute !important;
    z-index: 2 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: var(--jurcase-jobs-inverse-color) !important;
    font-family: FontAwesome !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    min-height: 75px !important;
}

@media all and (max-width: 1020px) {
    .jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-content {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-content>div {
        margin-bottom: 15px !important;
    }

    .jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-content>div:last-child {
        margin-bottom: 0 !important;
    }
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-logo {
    flex: 0 !important;
    margin-right: 25px !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-logo img {
    max-width: 150px !important;
    max-height: 75px !important;
    margin: 0 !important;
    height: auto !important;
    width: 145px !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-info {
    flex: 1 !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-name {
    color: var(--jurcase-jobs-primary-color) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item-icons {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 10px !important;
}

@media all and (max-width: 1020px) {
    .jurcase-jobs-plugin .jurcase-jobs-plugin-item-icons {
        flex-direction: column !important;
    }
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-icon {
    margin-right: 10px !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-icon:last-child {
    margin-right: 0 !important;
}

.jurcase-jobs-plugin .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-icon i {
    margin-right: 5px !important;
    color: var(--jurcase-jobs-primary-color) !important;
}


/* Posts */

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-content {
    margin-bottom: 25px !important;
    color: #363636 !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-logo {
    margin-bottom: 20px !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-logo img {
    border-radius: 5px !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-logo a {
    display: block !important;
    height: 208px !important;
    width: 100% !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-logo div {
    height: 208px !important;
    width: 100% !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 5px !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-categories {
    margin-bottom: 0 !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-categories span {
    display: inline-block !important;
    margin-right: 5px !important;
    color: #888 !important;
    text-transform: uppercase !important;
    font-size: 0.95em !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-name {
    font-size: 1.2em !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    text-decoration: none !important;
    line-height: 34px !important;
    font-weight: 400 !important;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-name a {
    font-size: 1.2em !important;
    color: #333 !important;
    text-decoration: none;
}

.jurcase-jobs-plugin-posts .jurcase-jobs-plugin-item-excerpt {
    font-weight: 300 !important;
    word-wrap: break-word !important;
}

.jurcase-jobs-plugin-posts>.--cols-2,
.jurcase-jobs-plugin-posts>.--cols-3 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin-right: -25px !important;
    align-items: stretch !important;
}

@media (max-width: 1400px) {

    .jurcase-jobs-plugin-posts>.--cols-2,
    .jurcase-jobs-plugin-posts>.--cols-3 {
        flex-direction: column !important;
        margin-right: 0 !important;
    }
}

.jurcase-jobs-plugin-posts>.--cols-2>* {
    flex: 0 1 auto !important;
    width: -webkit-calc(100% / 2) !important;
    width: -moz-calc(100% / 2) !important;
    width: calc(100% / 2) !important;
    padding-right: 25px !important;
}

@media (max-width: 1400px) {
    .jurcase-jobs-plugin-posts>.--cols-2>* {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.jurcase-jobs-plugin-posts>.--cols-3>* {
    flex: 0 1 auto !important;
    width: -webkit-calc(100% / 3) !important;
    width: -moz-calc(100% / 3) !important;
    width: calc(100% / 3) !important;
    padding-right: 25px !important;
}

@media (max-width: 1400px) {
    .jurcase-jobs-plugin-posts>.--cols-3>* {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.jurcase-jobs-plugin-item-icon i {
    font-family: FontAwesome !important;
}

.jurcase-jobs-plugin-item-logo div {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 85px;
}