/*!
Theme Name: Stellar Select
Theme URI: http://workscout.in
Author: Purethemes
Author URI: https://www.strategies-express.co.uk/
Description: Stellar Select Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns

*/

/*new button stuff */
@mixin center($extend: true) {
    @if $extend {
        @extend %center;
    }

    @else {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}

%center {
    @include center($extend: false);
}

.new-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #333;
    color: #ccc;
    width: 200px;
    /*height: 60px;*/
    border: 0;
    font-size: 18px;

}

.new-button::focus {
    outline: 0;
}

.new-button::before {
            content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        width: 60px;
        height: 100%;
        left: -60px; /* Start the shine outside the left boundary */
        top: 0;
        opacity: .5;
        filter: blur(30px);
        transform: skewX(-15deg);
        animation: shine 3s infinite; /* Shine animation */

}

/*.new-button::after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translate(-100px, -50px) skewX(-15deg);

}*/

.feat-banner .sub-text h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
}

@keyframes shine {
    0% {
        transform: translateX(-200px) skewX(-15deg); /* Start position outside the button */
        opacity: 0.5;
    }
    50% {
        transform: translateX(250px) skewX(-15deg); /* Middle position */
        opacity: 0.6;
    }
    100% {
        transform: translateX(700px) skewX(-15deg); /* End position well outside the button */
        opacity: 0.5;
    }
}



.post-type-archive div#titlebar h2 {
    color: #ffffff !important;
}

@media only screen and (max-width: 900px) {
    .blog .blog-sec ul li .inner {
        background: none !important;
    }

    .blog .blog-sec ul li .inner h4 {
        display: none;
    }

    .blog .blog-sec ul li .inner p {
        display: none;
    }

    .blog .blog-sec ul li .inner a {}

    .blog .blog-sec ul li .inner a {
        position: absolute;
        bottom: 60px;
        left: 70px;
    }

    .blog .blog-sec ul li {
        min-height: 300px !important;

    }

    .blog div#titlebar .sixteen.columns {
        width: -webkit-fill-available;
    }
}

#blue-form form span input {
    width: inherit;
}

.pagination {
    display: block;
}

.pagination p {
    display: block;
}

.pagination span,
.pagination a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5rem 0 0;
    padding: 5px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: .25rem .5rem;
}

span.wpcf7-list-item-label a:hover {
    color: white;
    text-decoration: underline;
}

span.wpcf7-list-item-label a {
    color: #00C6F8;
}

span.wpcf7-list-item-label {
    color: white;
}

.single-job_listing .job-content .job_description ul {
    margin: 0 0 2rem;
}

div#blue-form form .consent_permission {
    margin: 2rem 0;
}

div#blue-form form .consent_permission span {
    margin: 0;
    padding: 0;
}

div#blue-form form .consent_permission label input,
div#blue-form form .consent_permission label .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: top;
}

div#blue-form form .consent_permission label input {
    height: 2rem;
}

div#blue-form form .consent_permission label .wpcf7-list-item-label {
    width: calc(100% - 2rem) !important;
    color: #fff !important;
    margin: 0 0 0 1rem;
}

div#blue-form form .consent_permission label .wpcf7-list-item-label a:hover {
    color: #fff !important;
}

/* FEATURED */
.featured h4 {
    background: #6B3AF7 !important;
}

.featured .post-type-archive-job_listing article ul.job_listings > li {
    border: 2px solid #6a38fb !important;
}

.featured a.stellar-but-b {
    color: #6B3AF7;
    border: 2px solid #6B3AF7;
}

.featured a.stellar-but-b:hover {
    color: #fff !important;
    border: 2px solid #6B3AF7;
    background: #6B3AF7 !important;
}

.featured {
    border: 2px solid #6a38fb !important;
}

/* FEATURED END */

.page-id-727 article {
    padding: 2rem 0;
}

.page-id-727 article input[type="submit"] {
    border: none;
    color: #fff;
}

.page-template-template-home .feat-banner .mortgage {
    max-width: 710px;
    margin: 0 auto !important;
}

.page-template-template-home .feat-banner .mortgage .col-lg-4 {
    padding: 1rem 2rem 1rem 0;
    border-right: 1px solid #fff;
}

.page-template-template-home .feat-banner .mortgage .col-lg-4 b {
    display: none;
    text-align: center;
    color: #fff;
    margin: 0 0 1rem;
}

.page-template-template-home .feat-banner .mortgage .col-lg-8 {
    padding: 0 0 0 2rem;
}

.page-template-template-home .feat-banner .mortgage .col-lg-8 p {
    text-align: left !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.post-type-archive-job_listing .small-cta-icon p span.mobile {
    display: none;
}

@media (max-width: 990px) and (min-width: 761px) {
    .page-template-template-home .feat-banner .container .row h1 {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
}

@media (max-width: 990px) {

    .post-type-archive-job_listing .small-cta-icon p span.desktop {
        display: none;
    }

    .post-type-archive-job_listing .small-cta-icon p span.mobile {
        display: block;
        font-weight: 500;
    }

    .post-type-archive-job_listing .small-cta-icon img {
        margin: 0 !important;
    }

    .page-template-template-home .feat-banner .mortgage .col-lg-4 {
        border: none !important;
        padding: 1rem 0;
    }

    .page-template-template-home .feat-banner .mortgage .col-lg-4 img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .page-template-template-home .feat-banner .mortgage .col-lg-8 {
        display: none;
    }

    .page-template-template-home .feat-banner .mortgage .col-lg-4 b {
        display: block !important;
    }
}

body #wrapper header {
    padding: 1rem 4rem;
    background-color: transparent;
    z-index: 999
}

@media (max-width:990px) {
    body #wrapper header {
        padding: 1rem 0rem !important
    }
}

body #wrapper header#second-header {
    position: fixed;
    width: 100%;
    top: -200px;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media (max-width:767px) {
    body #wrapper header#second-header {
        padding: 1rem
    }
}

body #wrapper header#second-header.scroll {
    top: 0;
    background-color: #ffffff;
    border-bottom: 2px solid #7A00EB
}

body #wrapper header#second-header.scroll .container .row .logo-area img {
    max-width: 300px
}

@media (max-width:760px) {
    body #wrapper header#second-header.scroll .container .row .logo-area img {
        max-width: 200px
    }
}

body #wrapper header#second-header.scroll .container .row .logo-area img.normal {
    display: none
}

body #wrapper header#second-header.scroll .container .row .logo-area img.scroll {
    display: block
}

body #wrapper header#second-header.scroll .container .row .navigation-area {
    margin: 1.2rem 0 0
}

@media (max-width:760px) {
    body #wrapper header#second-header.scroll .container .row .navigation-area {
        position: absolute;
        top: 7px;
        right: 0;
        margin: 0 !important;
        max-width: 65px
    }
}

body #wrapper header#second-header.scroll .container .row .navigation-area .menu-cta-menu-container ul li.call a:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/phone-p.svg)
}

body #wrapper header#second-header.scroll .container .row .navigation-area .menu-cta-menu-container ul li.email a:before,
body #wrapper header#second-header.scroll .container .row .navigation-area .menu-cta-menu-container ul li.menu-item-786 a:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/locked-b.svg)
}

body #wrapper header#second-header.scroll .container .row .navigation-area .menu-cta-menu-container ul li.upload a:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/upload-p.svg)
}

body #wrapper header#second-header.scroll .container .row .navigation-area .menu-cta-menu-container ul li a {
    color: #7A00EB
}

body #wrapper header#second-header.scroll .container .row .navigation-area #cust-toggle .line {
    border-color: #7A00EB
}

body #wrapper header#main-header {
    position: absolute;
    width: 100%
}

body #wrapper header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem !important
}

@media (max-width:767px) {
    body #wrapper header .container {
        padding: 0 .5rem !important
    }
}

body #wrapper header .container .row {
    margin: 0
}

@media (max-width:1300px) and (min-width:576px) {
    body #wrapper header .container .row .logo-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

body #wrapper header .container .row .logo-area img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 400px
}

@media (max-width:769px) and (min-width:577px) {
    body #wrapper header .container .row .logo-area img {
        max-width: 100%
    }
}

@media (max-width:576px) {
    body #wrapper header .container .row .logo-area img {
        max-width: 200px
    }
}

body #wrapper header .container .row .logo-area img.normal {
    display: block
}

body #wrapper header .container .row .logo-area img.scroll {
    display: none
}

body #wrapper header .container .row .navigation-area {
    display: block;
    overflow: hidden;
    margin: 1.9rem 0 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media (max-width:1300px) and (min-width:576px) {
    body #wrapper header .container .row .navigation-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:724px) and (min-width:577px) {
    body #wrapper header .container .row .navigation-area {
        margin: 1.3rem 0 0 0
    }
}

@media (max-width:576px) {
    body #wrapper header .container .row .navigation-area {
        margin: 0;
        position: absolute;
        right: 0;
        top: 4px;
        max-width: 65px
    }
}

@media (max-width:760px) {
    body #wrapper header .container .row .navigation-area {
        max-width: 65px
    }
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container {
    float: left;
    width: calc(100% - 55px)
}

@media (max-width:1300px) {
    body #wrapper header .container .row .navigation-area .menu-cta-menu-container {
        display: none
    }
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul {
    list-style: none;
    margin: 0;
    text-align: right;
    width: 100%
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul li {
    display: inline-block;
    margin: 0 3rem 0 0
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul li a {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul li a:before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 0
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul li.call a:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/phone-w.svg)
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul li.email a:before,
body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul li.menu-item-786 a:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/locked.svg)
}

body #wrapper header .container .row .navigation-area .menu-cta-menu-container ul li.upload a:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/upload-w.svg)
}

body #wrapper header .container .row .navigation-area #cust-toggle {
    margin: 0 0 0 15px;
    float: right;
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

body #wrapper header .container .row .navigation-area #cust-toggle .line {
    -webkit-transition: left .25s linear;
    -o-transition: left .25s linear;
    transition: left .25s linear;
    border: 1px solid #ffffff;
    width: 100%;
    position: absolute
}

body #wrapper header .container .row .navigation-area #cust-toggle .line.first {
    top: 0
}

body #wrapper header .container .row .navigation-area #cust-toggle .line.third {
    bottom: 0;
    left: 0
}

body #wrapper header .container .row .navigation-area #cust-toggle .line.second {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

body #wrapper header .container .row .navigation-area #cust-toggle:hover .line.third {
    left: 90%
}

body #wrapper header .container .row .navigation-area #cust-toggle:hover .line.second {
    left: 100%
}

body.logged-in .sfm-nav .sfm-menu-item-382 {
    display: none
}

body.logged-in .sfm-nav .sfm-menu-item-720 {
    display: block
}

body.logged-in #menu-item-14,
body.logged-in .menu-item-14 {
    display: none !important
}

body.logged-in #menu-item-786,
body.logged-in .menu-item-786 {
    display: inline-block !important
}

body #menu-item-14,
body .menu-item-14 {
    display: inline-block !important
}

body #menu-item-786,
body .menu-item-786 {
    display: none !important
}

body .sfm-nav .sfm-menu-item-382 {
    display: block
}

body .sfm-nav .sfm-menu-item-720 {
    display: none
}

body .sfm-sidebar-close:after,
body .sfm-sidebar-close:before {
    background-color: #7A00EB !important;
    height: 2px !important
}

body #sfm-sidebar .sfm-menu li a span {
    color: #303030;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-family: 'Cera-medium' !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: 0 0 .25rem
}

body #sfm-sidebar .sfm-menu li a span:hover {
    color: #7A00EB
}

body #sfm-sidebar .sfm-menu li a span:hover:after {
    height: 5px
}

body #sfm-sidebar .sfm-menu li a span:after {
    content: "";
    position: absolute;
    background-color: #7A00EB;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#sfm-sidebar .sfm-chapter,
#sfm-sidebar .sfm-menu li a,
#sfm-sidebar .sfm-search-form {
    padding: 12px 0 0 !important
}

#sfm-sidebar .sfm-social li a {
    font-size: 26px
}

.page-template-template-home .feat-banner {
    height: 110vh;
    background-image: url(/wp-content/themes/stellar-select/images/banner/hp-banner-2.jpg);
    background-size: cover;
    background-position: 50% 20%;
    position: relative;
    display: block;
    overflow: hidden
}

@media (max-width: 1600px) and (min-width: 991px) {
    .page-template-template-home .feat-banner {
        height: 150vh;
    }
}

@media (max-width:990px) {
    .page-template-template-home .feat-banner {
        height: 100%
    }
}

.page-template-template-home .feat-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(179deg, rgba(107, 58, 247, 0.8), rgba(122, 0, 235, 0.8), rgba(0, 198, 248, 0.8), rgba(107, 58, 247, 0.8));
    background: -o-linear-gradient(179deg, rgba(107, 58, 247, 0.8), rgba(122, 0, 235, 0.8), rgba(0, 198, 248, 0.8), rgba(107, 58, 247, 0.8));
    background: linear-gradient(271deg, rgba(107, 58, 247, 0.8), rgba(122, 0, 235, 0.8), rgba(0, 198, 248, 0.8), rgba(107, 58, 247, 0.8));
    background-size: 800% 800%;
    -webkit-animation: AnimationName 90s ease infinite;
    -moz-animation: AnimationName 90s ease infinite;
    animation: AnimationName 90s ease infinite
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

.page-template-template-home .feat-banner .container {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 2rem auto !important
}

@media (max-width:990px) {
    .page-template-template-home .feat-banner .container {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto;
        padding: 100px 0 50px !important
    }
}

.page-template-template-home .feat-banner .container .row {
    margin: 2rem 0
}

.page-template-template-home .feat-banner .container .row h1,
.page-template-template-home .feat-banner .container .row p {
    text-align: center;
    color: #ffffff;
    margin: 0 0 3rem
}

.page-template-template-home .feat-banner .container .row h1 {
    font-size: 4rem;
    line-height: 5rem;
    font-family: 'Cera-regular'
}

@media (max-width:760px) {
    .page-template-template-home .feat-banner .container .row h1 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 1.4rem
    }
}

@media (max-width:990px) {
    .page-template-template-home .feat-banner .container .row h1 br {
        display: none
    }
}

.page-template-template-home .feat-banner .container .row p {
    font-size: 1.15rem;
    line-height: 2rem
}

@media (max-width:760px) {
    .page-template-template-home .feat-banner .container .row p {
        display: none
    }
}

@media (max-width:760px) {
    .page-template-template-home .feat-banner .container .row p.call-link {
        display: block !important
    }
}

.page-template-template-home .feat-banner .container .row strong {
    color: #ffffff;
    font-family: 'Cera-medium';
    font-weight: 300
}

.page-template-template-home .feat-banner .container .row form {
    max-width: 70%;
    margin: 0 auto 3rem;
    display: block;
    overflow: hidden;
    text-align: center
}

@media (max-width:760px) {
    .page-template-template-home .feat-banner .container .row form {
        max-width: 100% !important
    }
}

.page-template-template-home .feat-banner .container .row form input {
    display: inline-block;
    border-radius: 35px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Cera-regular'
}

.page-template-template-home .feat-banner .container .row form input#search_keywords {
    margin: 0 20px 0 0;
    border: 2px solid #ffffff;
    width: calc(100% - 420px)
}

@media (max-width:990px) {
    .page-template-template-home .feat-banner .container .row form input#search_keywords {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px
    }
}

.page-template-template-home .feat-banner .container .row form input[type=submit] {
    width: 250px;
    border: none;
    cursor: pointer;
    border: 2px solid #ffffff;
    background: transparent;
    font-family: 'Cera-medium';
    border-radius: 35px;
    color: #ffffff;
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.page-template-template-home .feat-banner .container .row form input[type=submit]:hover {
    background: #00C6F8;
    border: 2px solid #00C6F8
}

@media (max-width:760px) {
    .page-template-template-home .feat-banner .container .row form input[type=submit] {
        width: 100%
    }
}

.page-template-template-home .feat-banner .container .row a.bannerlinkb {
    font-family: 'Cera-medium';
    color: #ffffff
}

.page-template-template-home .feat-banner .container .row a.banner-links {
    display: block;
    text-align: center;
    color: #ffffff;
    clear: both;
    font-size: 1rem;
    text-decoration: underline !important
}

@media (max-width:760px) {
    .page-template-template-home video {
        max-width: 100%;
        display: none
    }
}

.page-template-template-home h2.purpletitle,
.page-template-template-home h3.purpletitle {
    color: #7A00EB;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    .page-template-template-home h2.purpletitle,
    .page-template-template-home h3.purpletitle {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

.page-template-template-home h2,
.page-template-template-home h3 {
    color: #00C6F8;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    .page-template-template-home h2,
    .page-template-template-home h3 {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

.page-template-template-home #top.page-template-template-home {
    padding: 4rem 0 4rem 0
}

@media (max-width:760px) {
    .page-template-template-home #top.page-template-template-home {
        padding: 2rem 1rem
    }
}

.page-template-template-home #text-split {
    padding: 4rem 0
}

@media (max-width:760px) {
    .page-template-template-home #text-split {
        padding: 2rem 1rem 0rem 1rem
    }
}

@media (max-width:990px) {
    .page-template-template-home #text-split .text {
        width: 100%;
        margin: 0 0 2rem
    }
}

.page-template-template-home #text-split .text p {
    font-size: 1.15rem;
    line-height: 2rem
}

@media (max-width:760px) {
    .page-template-template-home #text-split .text p {
        font-size: 1rem
    }
}

.page-template-template-home #text-split .text a {
    margin: 0 1.5rem 0 0
}

@media (max-width:760px) {
    .page-template-template-home #text-split .text a {
        margin-bottom: 0rem !important;
        padding: 0.25rem 1.25rem;
        width: 100%;
        text-align: center
    }
}

.page-template-template-home #text-split .bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%
}

@media (max-width:990px) {
    .page-template-template-home #text-split .bg {
        width: 100%
    }
}

@media (max-width:760px) {
    .page-template-template-home #text-split .bg {
        display: none
    }
}

@media (max-width:1280px) {
    .page-template-template-home #text-split .bg img {
        max-width: 80% !important;
        max-height: 80% !important;
        margin: 0 auto;
        float: none !important;
        padding: 0 !important;
        margin: 0 auto 2rem
    }
}

.page-template-template-home #text-split .bg.about {
    background-image: url(/wp-content/themes/stellar-select/images/svg/stellar-icon.svg)
}

.page-template-template-home #text-split .bg.candidate img {
    max-height: 450px;
    max-width: 450px;
    background-size: cover;
    background-position: 50px 50px;
    background-repeat: no-repeat;
    padding: 0 30px 30px 0;
    float: right;
    width: 100%
}

.page-template-template-home #text-split .bg.client img {
    max-height: 450px;
    max-width: 450px;
    background-size: cover;
    background-position: 50px 50px;
    background-repeat: no-repeat;
    padding: 0 30px 30px 0
}

.page-template-template-home #pop-cats {
    background-color: #00C6F8;
    padding: 4rem 0;
    text-align: center
}

.page-template-template-home #pop-cats h3,
.page-template-template-home #pop-cats li,
.page-template-template-home #pop-cats p,
.page-template-template-home #pop-cats span {
    color: #ffffff
}

.page-template-template-home #pop-cats p {
    margin: 0 0 3rem
}

.page-template-template-home #pop-cats ul {
    margin: 0 0 3rem
}

.page-template-template-home #pop-cats ul li {
    display: inline-block;
    margin: 0 2rem 0 0;
    position: relative;
    width: 250px;
    height: 250px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@media (max-width:760px) {
    .page-template-template-home #pop-cats ul li {
        margin: 0 0 0 0;
        width: 100%;
        height: 150px
    }
}

.page-template-template-home #pop-cats ul li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.page-template-template-home #pop-cats ul li:last-child {
    margin: 0
}

.page-template-template-home #pop-cats ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.page-template-template-home #pop-cats ul li a .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}

.page-template-template-home #pop-cats ul li a img {
    max-width: 100px;
    margin: 0 auto 1rem
}

@media (max-width:760px) {
    .page-template-template-home #pop-cats ul li a img {
        max-width: 50px
    }
}

.page-template-template-home #cv-cta {
    background-color: #00C6F8;
    text-align: center;
    padding: 2rem
}

@media (max-width:760px) {
    .page-template-template-home #cv-cta {
        padding: 1rem;
        margin-top: 1rem
    }
}

.page-template-template-home #cv-cta .upload span {
    display: inline;
    color: #ffffff;
    font-size: 2.7rem;
    vertical-align: middle;
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.page-template-template-home #cv-cta .upload span:hover {
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

@media (max-width:760px) {
    .page-template-template-home #cv-cta .upload span {
        font-size: 1.5rem
    }
}

.page-template-template-home #cv-cta img {
    max-width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0
}

@media (max-width:760px) {
    .page-template-template-home #cv-cta img {
        max-width: 35px
    }
}

.page-template-template-home #feat-jobs {
    padding: 3rem 0;
    background: #f7f7f7
}

.page-template-template-home #feat-jobs h3 {
    text-align: center;
    color: #7A00EB
}

.page-template-template-home #feat-jobs .stellar-but-b {
    text-align: center
}

.page-template-template-home #feat-jobs ul {
    padding: 0 0 35px
}

.page-template-template-home #feat-jobs ul li {
    margin: 10px;
    max-height: 367px !important;
    border-radius: 5px;
    border: 2px solid #00C6F8;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@media (max-width:760px) {
    .page-template-template-home #feat-jobs ul li {
        max-height: 209px !important
    }
}

.page-template-template-home #feat-jobs ul li:hover {
    border: 2px solid #7A00EB;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-template-template-home #feat-jobs ul li:hover h4 {
    background-color: #7A00EB;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-template-template-home #feat-jobs ul li:hover .stellar-but-b {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #7A00EB;
    border-color: #7A00EB
}

.page-template-template-home #feat-jobs ul li a h4 {
    background-color: #00C6F8;
    color: #ffffff;
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-template-template-home #feat-jobs ul li a .inner {
    padding: 1rem 1rem 6rem 1rem
}

.page-template-template-home #feat-jobs ul li a .inner p {
    font-size: 1rem;
    margin-top: 1rem
}

@media (max-width:760px) {
    .page-template-template-home #feat-jobs ul li a .inner p {
        display: none
    }
}

.page-template-template-home #feat-jobs ul li a .inner .meta {
    display: block;
    margin: 0 0 .2rem;
    font-size: 1rem;
    color: #303030
}

.page-template-template-home #feat-jobs ul li a .inner .meta img {
    max-width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0
}

.page-template-template-home #feat-jobs ul li a .inner .meta span {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem
}

.page-template-template-home #feat-jobs ul li a .inner ul li {
    width: calc(50% - 20px) !important
}

.page-template-template-home #feat-jobs ul li a .inner .stellar-but-b {
    padding: .5rem .5rem;
    font-size: 1em
}

.page-template-template-home #feat-jobs ul li a .inner .stellar-but-b:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #ffffff;
    background-color: #7A00EB !important
}

.page-template-template-home #feat-jobs ul button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    background: none;
    padding: 0;
    border: none
}

@media (max-width:1300px) {
    .page-template-template-home #feat-jobs ul button {
        top: 100%
    }
}

.page-template-template-home #feat-jobs ul button:before {
    content: "";
    width: 35px;
    height: 35px;
    background-size: cover;
    display: block
}

@media (max-width:550px) {
    .page-template-template-home #feat-jobs ul button:before {
        width: 30px;
        height: 30px
    }
}

.page-template-template-home #feat-jobs ul button.slick-prev {
    left: -75px
}

@media (max-width:1300px) {
    .page-template-template-home #feat-jobs ul button.slick-prev {
        left: 0
    }
}

@media (max-width:760px) {
    .page-template-template-home #feat-jobs ul button.slick-prev {
        display: none !important
    }
}

.page-template-template-home #feat-jobs ul button.slick-prev:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/left-arrow.svg)
}

.page-template-template-home #feat-jobs ul button.slick-next {
    right: -75px
}

@media (max-width:1300px) {
    .page-template-template-home #feat-jobs ul button.slick-next {
        right: 0
    }
}

@media (max-width:760px) {
    .page-template-template-home #feat-jobs ul button.slick-next {
        display: none !important
    }
}

.page-template-template-home #feat-jobs ul button.slick-next:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/right-arrow.svg)
}

.page-template-template-home #feat-jobs a {
    margin: 0rem auto 0 !important;
    float: none;
    max-width: 250px
}

.page-template-template-home #contact-cta {
    background-color: #7A00EB;
    padding: 3rem 0
}

.page-template-template-home #contact-cta:before {
    content: "";
    width: 491px;
    height: 727px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: 14%;
    right: 12%;
    opacity: .1
}

@media (max-width:990px) {

    .page-template-template-home #contact-cta .link,
    .page-template-template-home #contact-cta .text {
        width: 100%;
        margin: 0 0 1rem
    }
}

.page-template-template-home #contact-cta h3,
.page-template-template-home #contact-cta p {
    color: #ffffff
}

.page-template-template-home #contact-cta p {
    margin: 0 0 0rem;
    max-width: 645px
}

@media (max-width:760px) {
    .page-template-template-home #contact-cta p {
        margin-bottom: 35px !important
    }
}

@media (max-width:590px) {
    .page-template-template-home #contact-cta p:last-child {
        margin-bottom: 35px !important
    }
}

.page-template-template-home #contact-cta h3 {
    font-family: 'Cera-regular';
    border-bottom: 3px solid #ffffff;
    max-width: 590px;
    padding: 0 0 1.5rem;
    position: relative
}

@media (max-width:590px) {
    .page-template-template-home #contact-cta h3 {
        font-size: 1.4rem
    }
}

.page-template-template-home #contact-cta h3 b {
    font-family: 'Cera-medium';
    font-size: 3rem
}

@media (max-width:590px) {
    .page-template-template-home #contact-cta h3 b {
        font-size: 1.4rem
    }
}

.page-template-template-home #testimonails {
    padding: 5rem 0 12rem 0;
    background-image: url(/wp-content/themes/stellar-select/images/page/testimonials-bg.png);
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat
}

@media (max-width:990px) {
    .page-template-template-home #testimonails {
        padding: 3rem 0 6rem 0 !important;
        background-position: 50% 0%
    }
}

@media (max-width:760px) {
    .page-template-template-home #testimonails {
        background-size: 500%
    }
}

.page-template-template-home #testimonails .stellar-but {
    float: none;
    margin: 4rem auto 0;
    max-width: 300px
}

.page-template-template-home #testimonails .row {
    max-width: 970px;
    margin: 0 auto
}

@media (max-width:990px) and (min-width:760px) {
    .page-template-template-home #testimonails .row .test {
        width: 65%;
        max-width: 65%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

@media (max-width:990px) and (min-width:760px) {
    .page-template-template-home #testimonails .row .img {
        width: 35%;
        max-width: 35%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.page-template-template-home #testimonails .row p {
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'Cera-medium';
    color: #4e4e4e
}

@media (max-width:760px) {
    .page-template-template-home #testimonails .row p {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.page-template-template-home #testimonails .row strong {
    color: #7A00EB;
    font-family: 'Cera-bold'
}

.page-template-template-home #testimonails .row .author-info {
    padding: 0 0 0 50px;
    position: relative
}

.page-template-template-home #testimonails .row .author-info:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #7A00EB;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.page-template-template-home #testimonails .row .author-info div {
    font-size: 1.15rem;
    line-height: 1.4rem
}

.page-template-template-home #testimonails .row .author-info div.author {
    font-family: 'Cera-bold'
}

.page-template-template-home #testimonails .row img {
    width: 285px;
    margin: 0 auto
}

@media (max-width:760px) {
    .page-template-template-home #testimonails .row img {
        display: none
    }
}

.page-template-template-home #insights {
    padding: 3rem 0
}

.page-template-template-home #insights h3 {
    text-align: center;
    color: #7A00EB
}

.page-template-template-home #insights ul {
    display: block;
    overflow: hidden
}

@media (max-width:760px) {
    .page-template-template-home #insights ul {
        padding: 1rem
    }
}

.page-template-template-home #insights ul li {
    width: calc(100% / 3 - .34rem);
    float: left;
    margin: 0 .5rem 0 0;
    padding: 2rem;
    background-color: #f6f6f6;
    border-radius: 10px
}

@media (max-width:990px) {
    .page-template-template-home #insights ul li {
        width: 100%;
        margin: 0 0 1rem
    }
}

.page-template-template-home #insights ul li:last-child {
    margin: 0
}

.page-template-template-home #insights ul li .thumb {
    width: 165px;
    height: 165px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px !important
}

.page-template-template-home #insights ul li .inner {
    text-align: center
}

.page-template-template-home #insights ul li .inner h4 {
    font-size: 1.5rem;
    font-family: 'Cera-bold';
    margin-bottom: 20px !important
}

.page-template-template-home #insights ul li .inner p {
    font-size: 1rem
}

.page-template-template-home #insights ul li .inner a {
    float: none;
    width: 205px;
    margin: auto
}

.page-template-template-home #insights a {
    margin: 3rem auto 0 !important;
    float: none;
    max-width: 250px
}

.page-template-template-home .firstblock {
    min-height: 300px !important
}

@media (max-width:1024px) {
    .page-template-template-home .firstblock {
        width: 100%
    }
}

@media (max-width:1024px) {
    .page-template-template-home .video {
        display: none !important
    }
}

.page-template-template-home .underwritten-bar a.stellar-but-w {
    position: absolute;
    margin-top: 20%
}

@media (max-width:760px) {
    .page-template-template-home .underwritten-bar a.stellar-but-w {
        margin-top: -5% !important
    }
}

.page-template-template-home .small-cta-icon {
    margin: 1rem 0 0 0
}

.page-template-template-home .small-cta-icon p {
    text-align: center;
    color: #6B3AF7;
    font-family: 'Cera-regular';
    margin-bottom: 15px
}

.page-template-template-home .small-cta-icon a {
    color: #6B3AF7;
    font-family: 'Cera-medium';
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.page-template-template-home .small-cta-icon a:hover {
    border-bottom: 2px solid #6B3AF7;
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.page-template-template-home .small-cta-icon img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.page-template-template-home .small-cta-icon span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #6B3AF7;
    font-family: 'Cera-regular'
}

.newsletter {
    background-color: #00C6F8;
    padding: 2rem 0
}

.newsletter .inner {
    max-width: 1322px;
    margin: 0 auto
}

.newsletter .small-cta-icon-b p {
    margin-bottom: 0
}

.newsletter .small-cta-icon-b a,
.newsletter .small-cta-icon-b span {
    color: #ffffff
}

.newsletter .small-cta-icon-b a {
    color: #ffffff
}

.newsletter .small-cta-icon-b a:hover {
    border-bottom: 2px solid #ffffff !important;
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.newsletter p {
    text-align: center;
    font-family: 'Cera-regular';
    margin-bottom: 15px
}

.newsletter a {
    font-family: 'Cera-medium';
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.newsletter a:hover {
    border-bottom: 2px solid #6B3AF7;
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.newsletter img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

@media (max-width:760px) {
    .newsletter img {
        display: none
    }
}

.newsletter span {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

@media (max-width:760px) {
    .newsletter span {
        margin-left: 15px;
        margin-right: 15px
    }
}

#footer {
    background-color: #303030
}

#footer .container {
    padding: 4rem 1rem 1rem !important
}

@media (max-width:990px) {
    #footer .container {
        padding: 1rem 1rem 2rem 1rem !important
    }
}

@media (max-width:990px) and (min-width:768px) {
    #footer .container .row .col-lg-3 {
        width: 50%
    }
}

#footer .container .row h5 {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0 0 1.2rem
}

@media (max-width:990px) {
    #footer .container .row h5 {
        margin-top: 2rem
    }
}

#footer .container .row ul li {
    margin: 0 0 .6rem
}

#footer .container .row ul li a {
    color: #ffffff;
    line-height: 1.2rem;
    font-size: 1rem
}

#footer .container .row .sitemap ul {
    display: block;
    overflow: hidden
}

#footer .container .row .sitemap ul li {
    width: 50%;
    float: left
}

#footer .container .row .contact ul li {
    margin: 0 0 1rem;
    display: block;
    overflow: hidden
}

#footer .container .row .contact ul li b,
#footer .container .row .contact ul li span {
    color: #ffffff
}

#footer .container .row .contact ul li b {
    width: 19px;
    float: left
}

#footer .container .row .contact ul li span {
    display: block;
    width: calc(100% - 20px);
    float: left;
    padding: 0 0 0 10px;
    line-height: 1.8rem;
    font-size: 1rem
}

#footer .container .row .copyright img {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:760px) {
    #footer .container .row .copyright img {
        margin-bottom: 15px
    }
}

#footer .container .row .copyright span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 0 0 15px;
    font-size: 1rem
}

@media (max-width:760px) {
    #footer .container .row .copyright span {
        margin-bottom: 15px;
        padding-left: 0px;
        margin-top: 0px
    }
}

#footer .container .row .q-links img {
    width: 35px
}

#footer .container .row .q-links ul {
    text-align: right
}

@media (max-width:760px) {
    #footer .container .row .q-links ul {
        text-align: left
    }
}

#footer .container .row .q-links ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1rem 0.5rem
}

#footer .container .row .q-links ul li.rec img {
    width: 55px
}

#footer .container .row .q-links ul li.ssl img {
    width: auto
}

#footer .container .row .q-links ul li:last-child {
    margin: 0 .5rem 0.5rem
}

@media (max-width:760px) {

    #footer .cats,
    #footer .contact,
    #footer .legal,
    #footer .sitemap {
        display: none
    }
}

span.microtext {
    font-size: .6rem !important;
    color: #a9a9a9 !important;
    margin-top: 13px;
    padding-left: 0 !important
}

.small-cta-icon p {
    text-align: center;
    color: #6B3AF7;
    font-family: 'Cera-regular';
    margin-bottom: 15px
}

.small-cta-icon a {
    color: #6B3AF7;
    font-family: 'Cera-medium';
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.small-cta-icon a:hover {
    border-bottom: 2px solid #6B3AF7;
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.small-cta-icon img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

@media (max-width:760px) {
    .small-cta-icon img {
        display: none !important
    }
}


.small-cta-icon span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #6B3AF7;
    font-family: 'Cera-regular'
}

@media (max-width:760px) {
    .small-cta-icon span {
        margin-left: 15px;
        margin-right: 15px
    }
}

.miniicon img {
    float: left;
    margin-right: 10px;
    max-width: 40px;
    vertical-align: top;
    display: inline-block;
    margin: 7px 15px 0 0
}

.page-template-template-dashboard #titlebar,
.page-template-template-login #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/dash-banner.jpg) !important;
    background-position: 50% 30%
}

.page-template-template-dashboard .small-cta-icon,
.page-template-template-login .small-cta-icon {
    margin: 0 0 2rem 0;
    background-color: #fbfbff !important;
    padding: 1rem 0 1rem 0
}

@media (max-width:760px) {

    .page-template-template-dashboard .small-cta-icon,
    .page-template-template-login .small-cta-icon {
        margin: 0
    }
}

.page-template-template-dashboard .small-cta-icon p,
.page-template-template-login .small-cta-icon p {
    margin-bottom: 0
}

p.logininfo {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 2rem
}

@media (max-width:760px) {
    p.logininfo {
        margin-left: 15px;
        margin-right: 15px
    }
}

.page-template-template-login .container.full-width {
    padding: 1rem 0 !important
}

.page-template-template-login .container.full-width #login-register-password {
    margin: 0 auto;
    float: none;
    display: block
}

.page-template-template-login .container.full-width #login-register-password #login-tabs {
    display: block;
    overflow: hidden
}

.page-template-template-login .container.full-width #login-register-password #login-tabs.purple li a {
    border: 2px solid #7A00EB;
    color: #7A00EB
}

.page-template-template-login .container.full-width #login-register-password #login-tabs.purple li.register a {
    border: 2px solid #7A00EB;
    color: #7A00EB;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.page-template-template-login .container.full-width #login-register-password #login-tabs.purple li.register.active a {
    background-color: #7A00EB;
    color: #ffffff !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.page-template-template-login .container.full-width #login-register-password #login-tabs li {
    display: block;
    width: 50%;
    float: left
}

.page-template-template-login .container.full-width #login-register-password #login-tabs li a {
    padding: 10px 15px;
    background: none;
    color: #ffffff;
    display: block;
    text-align: center;
    border: 2px solid #00C6F8;
    color: #00C6F8;
    font-family: 'Cera-medium';
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.page-template-template-login .container.full-width #login-register-password #login-tabs li.active a {
    background-color: #00C6F8;
    cursor: auto;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Cera-medium';
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.page-template-template-login .container.full-width #login-register-password #login-tabs li:first-child a {
    border-radius: 25px 0 0 25px
}

.page-template-template-login .container.full-width #login-register-password #login-tabs li:last-child a {
    border-radius: 0 25px 25px 0
}

.page-template-template-login .container.full-width #login-register-password .tab-content.purple form fieldset input[type=submit] {
    border: none;
    padding: 10px 20px;
    color: #7A00EB;
    display: block;
    width: 100%;
    border-radius: 25px;
    background-color: #ffffff;
    font-family: 'Cera-medium';
    border: 2px solid #7A00EB;
    cursor: pointer
}

.page-template-template-login .container.full-width #login-register-password .tab-content.purple form fieldset input[type=submit]:hover {
    color: #ffffff;
    background: #7A00EB !important
}

.page-template-template-login .container.full-width #login-register-password .tab-content h3 {
    display: none
}

.page-template-template-login .container.full-width #login-register-password .tab-content form {
    display: block;
    clear: both
}

.page-template-template-login .container.full-width #login-register-password .tab-content form fieldset label {
    font-family: 'Cera-medium';
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0 0 .5rem
}

.page-template-template-login .container.full-width #login-register-password .tab-content form fieldset label i {
    display: none
}

.page-template-template-login .container.full-width #login-register-password .tab-content form fieldset label input {
    border: 2px solid #f6f6f6;
    background: none;
    margin: 1rem 0
}

.page-template-template-login .container.full-width #login-register-password .tab-content form fieldset input[type=submit] {
    border: none;
    padding: 10px 20px;
    color: #00C6F8;
    display: block;
    width: 100%;
    border-radius: 25px;
    background-color: #ffffff;
    font-family: 'Cera-medium';
    border: 2px solid #00C6F8;
    cursor: pointer
}

.page-template-template-login .container.full-width #login-register-password .tab-content form fieldset input[type=submit]:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

.page-template-template-login .container.full-width #login-register-password .tab-content form#workscout_login_form fieldset p:nth-child(4) {
    display: none
}

.page-template-template-dashboard .container.post {
    padding: 2rem 0 !important
}

.page-template-template-dashboard .container.post .myaccount_user {
    display: block;
    clear: both;
    overflow: hidden
}

.page-template-template-dashboard .container.post .myaccount_user h2 {
    float: left
}

@media (max-width:850px) {
    .page-template-template-dashboard .container.post .myaccount_user h2 {
        float: none;
        margin: 1rem 0
    }
}

.page-template-template-dashboard .container.post .myaccount_user .social-area {
    float: right
}

@media (max-width:850px) {
    .page-template-template-dashboard .container.post .myaccount_user .social-area {
        float: none;
        margin: 1rem 0
    }
}

.page-template-template-dashboard .container.post .myaccount_user .social-area a {
    margin: 0 0 0 1rem;
    color: #00C6F8;
    background-color: transparent;
    border: 2px solid #00C6F8;
    padding: 10px 15px;
    border-radius: 25px;
    font-family: 'Cera-medium';
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@media (max-width:480px) {
    .page-template-template-dashboard .container.post .myaccount_user .social-area a {
        display: block;
        margin: 0 0 .5rem !important
    }
}

.page-template-template-dashboard .container.post .myaccount_user .social-area a:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

@media (max-width:850px) {
    .page-template-template-dashboard .container.post .myaccount_user .social-area a:first-child {
        margin: 0
    }
}

.page-template-template-dashboard .container.post .myaccount_user .social-area a.purple {
    border-color: #7A00EB;
    color: #7A00EB
}

.page-template-template-dashboard .container.post .myaccount_user .social-area a.purple:hover {
    color: #ffffff;
    background: #7A00EB !important
}

.page-template-template-dashboard .container.post .woocommerce-MyAccount-navigation {
    width: 100%;
    float: left
}

.page-template-template-dashboard .container.post .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 1rem
}

.page-template-template-dashboard .container.post .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px;
    color: #7A00EB;
    background-color: transparent;
    border: 2px solid #7A00EB;
    border-radius: 25px;
    font-family: 'Cera-medium';
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-template-template-dashboard .container.post .woocommerce-MyAccount-navigation ul li a:hover {
    color: #ffffff;
    background: #7A00EB !important
}

.page-template-template-dashboard .container.post .woocommerce-MyAccount-content {
    width: 100%;
    float: left;
    padding: 0 1rem
}

.page-template-template-dashboard .container.post .content-sec {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 15px
}

.page-template-template-dashboard .container.post .content-sec table.manage-table.job-manager-bookmarks {
    font-size: 2rem
}

.page-template-template-dashboard .container.post .content-sec input[type=submit] {
    border: none;
    color: #ffffff;
    margin: 1rem 0 0
}

.page-template-template-dashboard .container.post .content-sec table {
    display: block;
    width: 100%
}

@media (max-width:990px) and (min-width:481px) {
    .page-template-template-dashboard .container.post .content-sec table {
        zoom: 75%
    }
}

@media (max-width:480px) {
    .page-template-template-dashboard .container.post .content-sec table {
        zoom: 50%
    }
}

.page-template-template-dashboard .container.post .content-sec table thead {
    background: #f6f6f6;
    width: 100%;
    display: block
}

.page-template-template-dashboard .container.post .content-sec table thead tr {
    width: 100%;
    display: block
}

.page-template-template-dashboard .container.post .content-sec table thead tr th {
    width: 16%;
    display: inline-block;
    padding: 1rem !important
}

@media (max-width:480px) {
    .page-template-template-dashboard .container.post .content-sec table thead tr th {
        width: 32%
    }
}

.page-template-template-dashboard .container.post .content-sec table tbody {
    display: block;
    width: 100%
}

.page-template-template-dashboard .container.post .content-sec table tbody tr {
    display: block;
    width: 100%
}

.page-template-template-dashboard .container.post .content-sec table tbody tr td {
    width: 16%;
    display: inline-block;
    padding: 1rem !important;
    height: 100%
}

@media (max-width:480px) {
    .page-template-template-dashboard .container.post .content-sec table tbody tr td {
        width: 32%
    }
}

.page-template-template-dashboard .container.post .content-sec table tbody tr td.action {
    width: 100% !important
}

.page-template-template-dashboard .container.post .content-sec table tbody tr td a {
    margin: 0 15px 0 0
}

.page-template-template-dashboard .container.post .content-sec table tbody tr td a:hover {
    color: #7A00EB
}

.page-template-template-dashboard .container.post .content-sec table.small-only {
    display: none
}

.page-template-template-dashboard .container.post .content-sec table.job-manager-bookmarks thead tr th {
    width: calc(100% / 3 - 10px);
    font-size: 1.4rem
}

.page-template-template-dashboard .container.post .content-sec table.job-manager-bookmarks tbody tr td {
    width: calc(100% / 3 - 10px)
}

.page-template-template-dashboard .container.post .content-sec table.job-manager-bookmarks tbody tr td.action {
    width: calc(100% / 3 - 5px) !important
}

.page-template-template-dashboard .button {
    color: #00C6F8;
    border-radius: 25px;
    font-family: 'Cera-medium';
    font-size: 18px;
    background: transparent;
    border: 2px solid #00C6F8;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-template-template-dashboard .button:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

.page-template-template-dashboard input[type=submit] {
    color: #00C6F8 !important;
    padding: .5rem 3rem !important;
    border-radius: 25px !important;
    font-family: 'Cera-medium' !important;
    font-size: 18px !important;
    background: transparent !important;
    border: 2px solid #00C6F8 !important;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-template-template-dashboard input[type=submit]:hover {
    color: #ffffff !important;
    background: #00C6F8 !important
}

#titlebar {
    min-height: 300px;
    background-image: url(/wp-content/themes/stellar-select/images/banner/client-banner.jpg);
    background-size: cover;
    background-position: 50% 30%;
    display: block;
    overflow: hidden
}

@media (max-width:760px) {
    #titlebar {
        min-height: 210px
    }
}

#titlebar .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 150px 0 0 !important;
    text-align: center
}

@media (max-width:1024px) {
    #titlebar .container {
        padding: 185px 1rem 0 !important
    }
}

@media (max-width:760px) {
    #titlebar .container {
        padding: 100px 1rem 0 !important
    }
}

#titlebar .container h1 {
    color: #ffffff;
    font-size: 3rem;
    margin: 0 0 2rem
}

#titlebar .container p {
    color: #ffffff
}

.archive #titlebar .container {
    padding: 155px 0 0
}

.page-id-82 #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/privacy-banner.jpg);
    background-position: 50% 30%
}

.page-id-62 #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/contact-banner.jpg);
    background-position: 50% 30%
}

.page-id-62 #text-split {
    padding: 1rem 0 4rem 0
}

.page-id-62 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #fff !important;
    border-color: #00c5fa !important
}

.page-id-58 #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/upload-banner.jpg);
    background-position: 50% 30%
}

.page-id-50 #titlebar,
.page-id-8067 #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/about-banner.jpg);
    background-size: cover;
    background-position: 50% 27%
}

.page-id-50 h2.bluetitle-b,
.page-id-50 h3.bluetitle-b,
.page-id-8067 h2.bluetitle-b,
.page-id-8067 h3.bluetitle-b {
    color: #6B3AF7;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    .page-id-50 h2.bluetitle-b,
    .page-id-50 h3.bluetitle-b,
    .page-id-8067 h2.bluetitle-b,
    .page-id-8067 h3.bluetitle-b {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

.page-id-725 input[type=submit] {
    z-index: 1;
    position: relative;
    border: 2px solid #00C6F8;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #00C6F8;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    float: left;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-id-725 input[type=submit]:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

.page-id-725 h2 {
    margin-top: 6rem
}

h2.bluetitle-b,
h3.bluetitle-b {
    color: #7A00EB;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    h2.bluetitle-b,
    h3.bluetitle-b {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

h2.purpletitle-b,
h3.purpletitle-b {
    color: #6B3AF7;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    h2.purpletitle-b,
    h3.purpletitle-b {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

h2.purpletitle,
h3.purpletitle {
    color: #7A00EB;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    h2.purpletitle,
    h3.purpletitle {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

h2,
h3 {
    color: #00C6F8;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    h2,
    h3 {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

#text-split {
    padding: 4rem 0
}

@media (max-width:990px) {
    #text-split {
        padding: 2rem 1rem
    }
}

#text-split .text p {
    font-size: 1.15rem;
    line-height: 2rem
}

@media (max-width:760px) {
    #text-split .text p {
        font-size: 1rem
    }
}

#text-split .text a {
    margin: 0 1.5rem 0 0
}

@media (max-width:760px) {
    #text-split .text a {
        margin-bottom: 15px;
        width: 100%;
        text-align: center
    }
}

.small-cta {
    padding: 2rem 0rem
}

.small-cta p {
    text-align: center;
    color: #7A00EB;
    font-family: 'Cera-medium'
}

.small-cta a {
    text-decoration: underline !important;
    color: #7A00EB;
    font-size: 1.15rem;
    font-family: 'Cera-medium'
}

#text-split.top-tabs {
    padding: 4rem 0
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container {
    margin: 0
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul {
    margin: 0 0 1rem
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li {
    width: calc(100% / 3);
    display: block;
    float: left;
    margin: 0 0 0 0;
    border: 2px solid #7A00EB;
    border-radius: 0;
    font-family: 'Cera-medium';
    border-left: 0
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li:first-child {
    border-radius: 25px 0 0 25px;
    border-left: 2px solid #7A00EB
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li:last-child {
    border-radius: 0 25px 25px 0
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li body,
#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li span {
    font-family: 'Cera-medium'
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li:last-child {
    margin: 0
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active {
    background-color: #7A00EB
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active a span {
    color: #ffffff
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li a {
    margin: 0;
    text-align: center;
    padding: .5rem;
    background: none;
    border: none;
    border-radius: 25px
}

#text-split.top-tabs .vc_tta-container .vc_tta-tabs-container ul li a span {
    color: #7A00EB
}

#text-split.top-tabs .vc_tta-container .vc_tta-panels-container .vc_tta-panels {
    background: none;
    border: none
}

#text-split.top-tabs .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 0
}

.cta-link {
    padding: 1rem 0 2rem
}

.cta-link a,
.cta-link p {
    text-align: center;
    margin: 0;
    color: #7A00EB;
    font-family: 'Cera-medium'
}

.cta-link a {
    text-decoration: underline !important
}

p.micro-text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Cera-medium'
}

.large-tab-text p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: 'Cera-light'
}

h3.royal-blue {
    color: #7A00EB
}

#blue-tabs {
    background-color: #7A00EB;
    padding: 2rem
}

#blue-tabs:before {
    content: "";
    width: 1038px;
    height: 1300px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: 102%;
    right: 0%;
    opacity: .1
}

#blue-tabs a span,
#blue-tabs h2,
#blue-tabs p {
    color: #ffffff
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container {
    margin: 0
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul {
    margin: 0 0 1rem
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li {
    width: calc(100% / 3 - .75rem);
    display: block;
    float: left;
    margin: 0 1rem 1rem 0;
    border: 2px solid #ffffff;
    border-radius: 25px
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:last-child,
#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(3),
#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(6) {
    margin: 0
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active {
    background-color: #ffffff
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active a span {
    color: #7A00EB
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:first-child a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/house-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:nth-child(2) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/apartment-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:nth-child(3) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/factory-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:nth-child(4) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/bridges-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:nth-child(5) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/piggy-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:nth-child(6) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/cabrioletcar-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:nth-child(7) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/city-hall-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li.vc_active:last-child a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/interest-b.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li a {
    margin: 0;
    text-align: left;
    padding: .5rem .5rem .5rem 50px;
    background: none;
    border: none;
    border-radius: 25px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10px 50%
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li a span {
    color: #ffffff
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:first-child a {
    background-image: url(/wp-content/themes/stellar-select/images/svg//house.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(2) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg//apartment.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(3) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/factory.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(4) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/bridges.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(5) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/piggy-w.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(6) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/cabrioletcar.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:nth-child(7) a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/city-hall.svg)
}

#blue-tabs .vc_tta-container .vc_tta-tabs-container ul li:last-child a {
    background-image: url(/wp-content/themes/stellar-select/images/svg/interest-w.svg)
}

#blue-tabs .vc_tta-container .vc_tta-panels-container .vc_tta-panels {
    background: none;
    border: none
}

#blue-tabs .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 0
}

#case-study {
    text-align: center;
    padding: 4rem 0 6rem 0
}

@media (max-width:760px) {
    #case-study {
        padding: 0rem 0 2rem 0
    }
}

#case-study ul {
    max-width: 900px;
    margin: 0 auto 2rem;
    display: block;
    overflow: hidden
}

#case-study ul li {
    text-align: left;
    width: calc(100% / 3);
    padding: .5rem;
    float: left;
    color: #7A00EB;
    font-family: 'Cera-medium'
}

@media (max-width:760px) {
    #case-study ul li {
        width: calc(100% / 1)
    }
}

#case-study ul li p {
    margin: 0;
    float: left
}

#case-study ul li a {
    font-family: 'Cera-medium';
    color: #ababab;
    margin-left: 7px
}

#case-study h3.royal-blue {
    max-width: 947px;
    margin: auto;
    margin-bottom: 39px !important
}

#case-study a {
    float: none;
    margin: 0 auto;
    max-width: 300px
}

.testimonial-block {
    padding: 2rem 0 4rem 0
}

.testimonial-block ul li {
    margin: 0 0 2rem;
    padding: 0 0 2rem 100px;
    position: relative
}

.testimonial-block ul li:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #7A00EB;
    display: block
}

.testimonial-block ul li:before {
    content: "";
    width: 70px;
    height: 70px;
    background-size: cover;
    background-image: url(/wp-content/themes/stellar-select/images/svg/quotations.svg);
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-block ul li:last-child:after {
    content: none
}

.testimonial-block ul li p {
    margin: 0 0 .5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #7A00EB;
    font-family: 'Cera-medium'
}

.testimonial-block ul li span {
    color: #303030;
    font-size: 1rem;
    font-family: 'Cera-medium'
}

.testimonial-block a {
    float: none;
    margin: 0 auto;
    max-width: 300px
}

.testimonial-large-image .vc_column-inner {
    min-height: 561px;
    max-width: 383px
}

#blue-form {
    background-color: #7A00EB;
    padding: 2rem 0
}

@media (max-width:760px) {
    #blue-form {
        padding: 2rem 0 0 0
    }
}

#blue-form:before {
    content: "";
    width: 1000px;
    height: 1300px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: -45%;
    right: 21%;
    opacity: .1
}

#blue-form h4 {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 3rem;
    width: 80%
}

@media (max-width:760px) {
    #blue-form h4 {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 25px
    }
}

#blue-form form span {
    width: calc(100% / 2 - 1px);
    display: inline-block;
    padding: 0 2rem 0 0;
    margin: 0 0 2rem
}

@media (max-width:760px) {
    #blue-form form span {
        width: calc(100% / 1 - 0px)
    }
}

#blue-form form span input {
    padding: .5rem 1rem;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff
}

#blue-form form span .wpcf7-not-valid-tip {
    color: #ffffff;
    width: 100%;
    font-size: .6rem;
    margin-bottom: 0px
}

#blue-form form input.wpcf7-submit {
    margin: 1rem 0 0;
    padding: .5rem 1rem;
    background-color: #ffffff;
    color: #7A00EB;
    border-radius: 25px;
    border: none;
    width: calc(100% / 2 - 2rem);
    font-size: 1.1rem;
    font-family: 'Cera-medium';
    cursor: pointer
}

@media (max-width:760px) {
    #blue-form form input.wpcf7-submit {
        width: 250px
    }
}

@media (max-width:760px) {
    #blue-form form .message input {
        min-height: 115px
    }
}

#blue-form form ::-webkit-input-placeholder {
    color: #ffffff
}

#blue-form form ::-moz-placeholder {
    color: #ffffff
}

#blue-form form :-ms-input-placeholder {
    color: #ffffff
}

#blue-form form :-moz-placeholder {
    color: #ffffff
}

#blue-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #ffffff
}

.page-id-50 .first-row-split {
    padding: 1rem 0 4rem 0 !important
}

.page-id-50 .second-about h4 {
    font-size: 1.8rem;
    margin-bottom: 12px
}

.page-id-50 .small-about-block .vc_column-inner {
    padding-right: 0px !important;
    padding-left: 0px !important
}

.page-id-50 .small-about-block {
    margin-top: 6%;
    text-align: center
}

@media (max-width:760px) {
    .page-id-50 .small-about-block {
        display: none
    }
}

.page-id-50 .small-about-block h4 {
    color: #6B3AF7
}

.page-id-50 .small-about-block img {
    max-width: 150px;
    float: right
}

@media (max-width:760px) {
    .page-id-50 .small-about-block img {
        margin: auto !important;
        margin-bottom: 15px !important;
        float: none !important;
        display: none
    }
}

.page-id-50 .middle-text {
    text-align: center
}

.page-id-50 #text-split .text p {
    font-size: 1.15rem;
    line-height: 2rem;
    max-width: 1050px;
    margin: auto
}

@media (max-width:760px) {
    .page-id-50 #text-split .text p {
        font-size: 1rem
    }
}

.page-id-50 #text-split h3 {
    color: #6B3AF7
}

.page-id-50 .split-button a.stellar-but-e {
    position: absolute;
    clear: both;
    left: 12rem;
    top: 4rem
}

@media (max-width:760px) {
    .page-id-50 .split-button a.stellar-but-e {
        position: inherit
    }
}

.page-id-50 #pattern-block {
    padding: 1rem 0 1rem 0;
    background-image: url(/wp-content/themes/stellar-select/images/svg/pattern-new.svg);
    background-color: #6B3AF7;
    background-size: 100%;
    background-position: 15% 50%;
    background-repeat: no-repeat;
    background-size: 30%
}

.page-id-50 .contentblock {
    background: #6B3AF7;
    padding: 2rem;
    border-radius: 25px;
    float: right;
    max-width: 700px
}

@media (max-width:760px) {
    .page-id-50 .contentblock {
        text-align: center;
        padding: .5rem;
        padding-top: 1rem
    }
}

.page-id-50 .contentblock h2,
.page-id-50 .contentblock p {
    color: #ffffff
}

.page-id-50 .pop-text {
    margin: 0 auto !important;
    margin-bottom: 0px;
    max-width: 1065px
}

.page-id-50 #pop-cats {
    padding: 4rem;
    text-align: center
}

@media (max-width:760px) {
    .page-id-50 #pop-cats {
        padding: 2rem 1rem
    }
}

.page-id-50 #pop-cats h3 {
    color: #6B3AF7
}

.page-id-50 #pop-cats h4 {
    color: #6B3AF7;
    font-size: 1.8rem
}

.page-id-50 #pop-cats li {
    color: #6B3AF7
}

.page-id-50 #pop-cats p {
    margin: 0 0 3rem
}

.page-id-50 #pop-cats ul {
    margin: 0 0 3rem
}

.page-id-50 #pop-cats ul li {
    display: inline-block;
    margin: 0 2rem 0 0;
    position: relative;
    width: calc(100% / 3 - 2rem);
    min-height: 275px;
    border: 2px solid #1b66f3;
    border-radius: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@media (max-width:990px) {
    .page-id-50 #pop-cats ul li {
        width: 100%;
        min-height: auto;
        max-width: 500px;
        margin: 0 auto 2rem;
        display: block
    }
}

.page-id-50 #pop-cats ul li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.page-id-50 #pop-cats ul li:last-child {
    margin: 0
}

@media (max-width:990px) {
    .page-id-50 #pop-cats ul li:last-child {
        margin: 0 auto
    }
}

.page-id-50 #pop-cats ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

@media (max-width:990px) {
    .page-id-50 #pop-cats ul li a {
        position: relative;
        left: auto;
        top: auto;
        padding: 2rem
    }
}

.page-id-50 #pop-cats ul li a .inner {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    width: 100%;
    padding: 2rem 1.4rem 0 1rem;
    vertical-align: top !important
}

@media (max-width:990px) {
    .page-id-50 #pop-cats ul li a .inner {
        position: relative;
        top: auto;
        padding: 0 1rem
    }
}

.page-id-50 #pop-cats ul li a img {
    max-width: 100px;
    margin: 0 auto 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.page-id-50 #join-cta {
    background-color: #f3fcff;
    padding: 3rem 0;
    border-top: 2px solid #6B3AF7
}

.page-id-50 #join-cta h3 {
    color: #7A00EB
}

.page-id-50 #join-cta p {
    color: #303030
}

.page-id-50 #join-cta p {
    margin: 0 0 0rem
}

.page-id-50 #join-cta a.stellar-but-c {
    margin-top: 4rem;
    margin-right: 4rem;
    width: 270px;
    text-align: center;
    padding: 1rem;
    float: right
}

.page-id-50 #team-sec {
    padding: 3rem 0 3rem;
    background-color: #6B3AF7
}

.page-id-50 #team-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    bottom: 0;
    padding: 1rem 0 1rem 0;
    background-image: url(/wp-content/themes/stellar-select/images/svg/pattern-new.svg);
    background-color: #6B3AF7;
    background-position: 15% 50%;
    background-repeat: repeat-y;
    background-size: 23%
}

@media (max-width:990px) {
    .page-id-50 #team-sec:before {
        content: none
    }
}

@media (max-width:990px) {
    .page-id-50 #team-sec .bg {
        display: none
    }
}

@media (max-width:990px) {
    .page-id-50 #team-sec .vc_col-sm-9 {
        width: 100%;
        padding: 0 1rem
    }
}

.page-id-50 #team-sec h3 {
    color: #ffffff
}

.page-id-50 #team-sec ul {
    border-bottom: 2px solid #6B3AF7
}

.page-id-50 #team-sec ul li {
    width: calc(100% / 3 - 10px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2rem;
    padding: 0
}

@media (max-width:1280px) and (min-width:760px) {
    .page-id-50 #team-sec ul li {
        width: calc(100% / 2 - 10px)
    }
}

@media (max-width:760px) {
    .page-id-50 #team-sec ul li {
        width: 100%
    }
}

.page-id-50 #team-sec ul li h4 {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.6rem
}

.page-id-50 #team-sec ul li .meta span {
    display: block;
    color: #ffffff
}

.page-id-50 #team-sec .join {
    padding: 2rem 0
}

.page-id-50 #team-sec .join a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.page-id-54 #text-split.top-tabs {
    padding: 0 0 2rem 0 !important
}

.page-id-54 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #fff !important;
    border-color: #00c5fa !important
}

.page-id-54 #testimonails {
    padding: 0rem 0 5rem 0
}

@media (max-width:760px) {
    .page-id-54 #testimonails {
        padding: 0rem 0 1rem 0
    }
}

.page-id-54 #testimonails h3,
.page-id-54 #testimonails span {
    color: #4e4e4e;
    font-size: 2.6rem;
    line-height: 3.4rem
}

@media (max-width:760px) {

    .page-id-54 #testimonails h3,
    .page-id-54 #testimonails span {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

.page-id-54 #testimonails span {
    color: #6B3AF7 !important;
    font-family: 'Cera-bold'
}

.page-id-54 #testimonails .cand-testi-img .vc_column-inner {
    min-height: 332px
}

.page-id-54 .cand-testimonial-link a.stellar-but-w-b {
    position: absolute;
    right: 2rem;
    bottom: 2rem
}

@media (max-width:760px) {
    .page-id-54 .cand-testimonial a.stellar-but {
        margin-bottom: 35px
    }
}

.page-id-54 .cand-testimonial p {
    margin-bottom: 0
}

.page-id-54 .testiinfo {
    padding: 0 0 0 55px;
    position: relative
}

.page-id-54 .testiinfo:before {
    content: "";
    position: absolute;
    top: 52%;
    left: 0;
    background-color: #7A00EB;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.page-id-54 .small-cta-icon {
    margin: 0
}

.page-id-54 #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/client-banner.jpg);
    background-position: 50% 32%
}

.page-id-54 .expect-block {
    max-width: 565px
}

@media (max-width:760px) {
    .page-id-54 .expect-block {
        max-width: 100%
    }
}

.page-id-54 .expect-block h3 {
    color: #7A00EB;
    font-size: 2rem;
    margin-bottom: .5rem
}

.page-id-54 .expect-block span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px)
}

@media (max-width:760px) {
    .page-id-54 .expect-block span {
        width: calc(100% - 0px) !important;
        margin-top: 10px !important
    }
}

@media (max-width:760px) {
    .page-id-54 .vc_tta-panel-body {
        background: transparent !important;
        padding: .5rem !important
    }
}

@media (max-width:760px) {
    .page-id-54 .large-tab-text p {
        font-size: 1rem !important;
        line-height: 1.6rem !important
    }
}

.page-id-54 .vc_tta-panel-heading {
    background: transparent !important
}

.page-id-52 #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/candidate-banner.jpg);
    background-position: 50% 18%
}

.page-id-52 div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff;
    color: #fff
}

.page-id-52 a.textlink {
    color: #303030;
    font-family: 'Cera-medium'
}

.page-id-52 .small-cta-icon {
    margin: 0
}

.page-id-52 h2.bluetitle-b,
.page-id-52 h3.bluetitle-b {
    color: #6B3AF7 !important
}

.page-id-52 #text-split {
    padding: 1rem 0 2rem 0 !important
}

.page-id-52 #text-split h1 {
    color: #6B3AF7;
    font-size: 5rem;
    line-height: 5rem;
    font-family: 'Cera-bold'
}

@media (max-width:760px) {
    .page-id-52 #text-split h1 {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

.page-id-52 .candidate-right-block {
    margin-top: 1rem !important
}

.page-id-52 .candidate-right-block a.stellar-but-e {
    min-width: 238px;
    margin-right: 1rem;
    text-align: center
}

@media (max-width:760px) {
    .page-id-52 .candidate-right-block a.stellar-but-e {
        margin-bottom: 10px;
        width: 100%
    }
}

.page-id-52 #blue-tabs-2 {
    background-color: #6B3AF7 !important;
    padding: 3rem 0 2rem
}

.page-id-52 #blue-tabs-2:before {
    content: "";
    width: 1227px;
    height: 1600px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: -7%;
    right: 63%;
    opacity: .1
}

.page-id-52 #blue-tabs-2 a,
.page-id-52 #blue-tabs-2 h2,
.page-id-52 #blue-tabs-2 p,
.page-id-52 #blue-tabs-2 span {
    color: #ffffff !important
}

.page-id-52 #blue-tabs-2 a {
    border-bottom: 2px dotted #fff
}

.page-id-52 .job-cat-list ul {
    -webkit-column-count: 3;
    column-count: 3
}

@media (max-width:760px) {
    .page-id-52 .job-cat-list ul {
        -webkit-column-count: 1;
        column-count: 1
    }
}

.page-id-52 .job-cat-list ul li {
    margin-bottom: .55rem
}

.page-id-52 .expect-title h1 {
    max-width: 523px
}

.page-id-52 .expect-block {
    max-width: 565px
}

@media (max-width:760px) {
    .page-id-52 .expect-block {
        max-width: 100%
    }
}

.page-id-52 .expect-block h3 {
    color: #6B3AF7;
    font-size: 2rem;
    margin-bottom: .5rem
}

.page-id-52 .expect-block span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px) !important
}

@media (max-width:760px) {
    .page-id-52 .expect-block span {
        width: calc(100% - 0px) !important;
        margin-top: 10px !important
    }
}

.page-id-52 #contact-cta {
    background-color: #6B3AF7;
    padding: 3rem 0
}

.page-id-52 #contact-cta:before {
    content: "";
    width: 700px;
    height: 1000px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: 148%;
    right: 5%;
    opacity: .1
}

.page-id-52 #contact-cta h3,
.page-id-52 #contact-cta p {
    color: #ffffff
}

.page-id-52 #contact-cta p {
    margin: 0 0 0rem;
    max-width: 564px
}

@media (max-width:760px) {
    .page-id-52 #contact-cta p {
        margin-bottom: 1.5rem
    }
}

.page-id-52 #contact-cta h3 {
    font-family: 'Cera-regular';
    max-width: 525px;
    padding: 0 0 0rem;
    margin-bottom: 1rem
}

@media (max-width:760px) {
    .page-id-52 #contact-cta h3 {
        max-width: 100%px
    }
}

.page-id-52 #contact-cta h3 b {
    font-size: 3rem
}

@media (max-width:760px) {
    .page-id-52 #contact-cta h3 b {
        font-size: 2rem
    }
}

.page-id-52 #contact-cta .candidate-reg-b a.stellar-but-w-b {
    top: 3rem;
    left: -1rem;
    position: absolute
}

@media (max-width:760px) {
    .page-id-52 #contact-cta .candidate-reg-b a.stellar-but-w-b {
        position: inherit
    }
}

.page-id-52 .process {
    text-align: center;
    position: relative
}

.page-id-52 .process .number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #6B3AF7;
    margin: 0 15px 0 0;
    float: left;
    position: relative
}

@media (max-width:760px) {
    .page-id-52 .process .number {
        margin-bottom: 1.5rem !important;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        float: none
    }
}

.page-id-52 .process .number span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    font-size: 4rem;
    line-height: 4rem
}

@media (max-width:760px) {
    .page-id-52 .process .number span {
        font-size: 2.2rem
    }
}

.page-id-52 .process .number img {
    max-width: 30px
}

.page-id-52 .process .text {
    width: calc(100% - 85px);
    float: left
}

@media (max-width:760px) {
    .page-id-52 .process .text {
        width: calc(100% - 0px);
        text-align: center
    }
}

.page-id-52 .process h1 {
    margin-bottom: 2rem
}

.page-id-52 .process .process-left {
    text-align: left !important;
    max-width: 715px;
    margin: auto !important;
    margin-bottom: 0rem !important
}

@media (max-width:760px) {
    .page-id-52 .process .process-left {
        margin-bottom: 1rem !important
    }
}

.page-id-52 .process .process-left h3 {
    color: #6B3AF7;
    font-size: 2rem;
    margin-bottom: .5rem
}

.page-id-52 .process .process-left a {
    color: #6B3AF7;
    text-decoration: underline !important;
    font-family: 'Cera-medium'
}

.page-id-52 .process .process-left p {
    max-width: 485px
}

.page-id-52 .process .process-right {
    text-align: left !important;
    max-width: 600px;
    margin: auto !important;
    margin-right: 6rem !important;
    margin-bottom: 0rem !important
}

@media (max-width:760px) {
    .page-id-52 .process .process-right {
        margin-right: 0rem !important;
        margin-bottom: 1rem !important
    }
}

.page-id-52 .process .process-right h3 {
    color: #6B3AF7;
    font-size: 2rem;
    margin-bottom: .5rem
}

.page-id-52 .process .process-right a {
    color: #6B3AF7;
    text-decoration: underline !important;
    font-family: 'Cera-medium'
}

.page-id-52 .process .process-right p {
    max-width: 485px
}

.page-id-52 .block-title {
    background: #6B3AF7;
    padding: 1rem 1rem 3rem 1rem
}

@media (max-width:760px) {
    .page-id-52 .block-title {
        padding: 1rem
    }
}

.page-id-52 .block-title h2 {
    color: #ffffff;
    line-height: 2.8rem;
    font-size: 2.4rem
}

@media (max-width:760px) {
    .page-id-52 .block-title h2 {
        line-height: 2.6rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

.page-id-52 .resources-block {
    padding: 1rem 0rem 5rem 0
}

@media (max-width:760px) {
    .page-id-52 .resources-block {
        margin-bottom: 2rem;
        padding: 1rem 0rem 2rem 0
    }
}

.page-id-52 .resources-list ul {
    margin-left: 3rem
}

@media (max-width:760px) {
    .page-id-52 .resources-list ul {
        margin: 2rem 1rem
    }
}

.page-id-52 .resources-list ul li {
    width: calc(100% / 2 - 1rem);
    float: left;
    max-width: 365px
}

@media (max-width:760px) {
    .page-id-52 .resources-list ul li {
        width: calc(100% / 1 - 0rem);
        margin-bottom: .5rem
    }
}

.page-id-52 .resources-list ul li h3 {
    color: #6B3AF7;
    margin-bottom: 0;
    font-size: 1.7rem
}

.page-id-52 .resources-list ul li h3 a {
    color: #6B3AF7;
    margin-bottom: 0;
    font-size: 1.7rem
}

.page-id-52 .resources-list ul li p {
    margin-bottom: .2rem;
    max-width: 330px
}

.page-id-52 .resources-list ul li a {
    color: #ababab;
    font-family: 'Cera-medium'
}

.page-id-52 #testimonails {
    padding: 0rem 0 5rem 0
}

@media (max-width:760px) {
    .page-id-52 #testimonails {
        padding: 0rem 0 1rem 0
    }
}

.page-id-52 #testimonails h3,
.page-id-52 #testimonails span {
    color: #4e4e4e;
    font-size: 2.6rem;
    line-height: 3.4rem
}

@media (max-width:760px) {

    .page-id-52 #testimonails h3,
    .page-id-52 #testimonails span {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

.page-id-52 #testimonails span {
    color: #6B3AF7 !important;
    font-family: 'Cera-bold'
}

.page-id-52 #testimonails .cand-testi-img .vc_column-inner {
    min-height: 332px
}

.page-id-52 .cand-testimonial-link a.stellar-but-w-b {
    position: absolute;
    right: 2rem;
    bottom: 2rem
}

@media (max-width:760px) {
    .page-id-52 .cand-testimonial .stellar-but-d {
        margin-bottom: 35px !important
    }
}

.page-id-52 .cand-testimonial p {
    margin-bottom: 0
}

.page-id-52 .testiinfo {
    padding: 0 0 0 55px;
    position: relative
}

.page-id-52 .testiinfo:before {
    content: "";
    position: absolute;
    top: 52%;
    left: 0;
    background-color: #6B3AF7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.page-id-58 .full-form input.wpcf7-form-control.wpcf7-submit {
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #00C6F8;
    font-family: 'Cera-medium';
    border: 2px solid #00C6F8;
    background: transparent;
    border-radius: 25px;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    left: 1.5rem
}


.page-id-58 .full-form input.wpcf7-form-control.wpcf7-submit:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

.page-id-58 span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
    margin-top: -15px;
    font-size: .8rem !important;
    font-family: 'Cera-regular' !important
}

.page-id-58 label.uploadcv span.wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    top: 55px;
    left: -44px
}

.full-form {
    margin: 2rem 0 5rem 0
}

.full-form ::-webkit-input-placeholder {
    color: #303030
}

.full-form ::-moz-placeholder {
    color: #303030
}

.full-form :-ms-input-placeholder {
    color: #303030
}

.full-form :-moz-placeholder {
    color: #303030
}

.full-form .pag {
    width: calc(100% / 2 - 3px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0px 10px
}

@media (max-width:760px) {
    .full-form .pag {
        width: calc(100% / 1 - 3px)
    }
}

.full-form .pag input,
.full-form .pag label.uploadcv,
.full-form .pag select {
    background: none;
    border: 2px solid #f6f6f6;
    padding: .5rem;
    color: #303030;
    margin: 0 0 1rem;
    font-size: 1.1rem !important;
    line-height: 1rem;
    font-family: 'Cera-medium';
    min-height: 45px
}

.full-form .pag input:focus,
.full-form .pag label.uploadcv:focus,
.full-form .pag select:focus {
    border-color: #7A00EB;
    color: #7A00EB
}

.full-form .pag label span {
    font-size: 1.1rem;
    line-height: 1rem;
    font-family: 'Cera-medium'
}

.full-form .pag input#uploadcv {
    display: none
}

.full-form .pag label.uploadcv {
    display: block;
    background: none;
    border: 2px solid #f6f6f6;
    font-family: 'Cera-medium';
    font-size: 1rem;
    color: #303030;
    padding: 0.75rem .5rem .75rem 45px;
    background-image: url(/wp-content/themes/stellar-select/images/svg/attach.svg);
    background-size: 20px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    min-height: 45px
}

.full-form .pag .linkedin input.wpcf7-form-control {
    padding: .5rem .5rem .5rem 45px;
    background-image: url(/wp-content/themes/stellar-select/images/svg/linkedin-g.svg);
    background-size: 20px;
    background-position: 15px 48%;
    background-repeat: no-repeat;
    min-height: 45px
}

.full-form input.wpcf7-form-control.wpcf7-submit {
    background-color: #2cbbeb;
    border: none;
    color: #ffffff;
    border-radius: 25px;
    padding: .5rem;
    font-family: 'Cera-medium';
    font-size: 1rem;
    margin-top: 15px
}

.full-form input.wpcf7-form-control.wpcf7-submit:hover {
    color: #6B3AF7;
    background: #ffffff !important
}

.page-template-template-dashboard input[type=submit] {
    color: #00C6F8 !important;
    padding: .5rem 3rem !important;
    border-radius: 25px !important;
    font-family: 'Cera-medium' !important;
    font-size: 18px !important;
    background: transparent !important;
    border: 2px solid #00C6F8 !important;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.page-template-template-dashboard input[type=submit]:hover {
    color: #ffffff !important;
    background: #00C6F8 !important
}

.page-template-template-dashboard .page-template-template-dashboard fieldset.form input input,
.page-template-template-dashboard .page-template-template-dashboard form.job-manager-form input {
    background: none !important;
    font-family: 'Cera-regular'
}

.page-template-template-dashboard input#alert_keyword,
.page-template-template-dashboard input#alert_name {
    background: none !important;
    border: 2px solid #f6f6f6 !important;
    font-family: 'Cera-regular'
}

.page-template-template-dashboard .chosen-container-multi .chosen-choices {
    background: none !important;
    border: 2px solid #f6f6f6 !important;
    font-family: 'Cera-regular'
}

.page-template-template-dashboard .chosen-container-single .chosen-single {
    background: none !important;
    border: 2px solid #f6f6f6 !important;
    font-family: 'Cera-regular'
}

.page-template-template-dashboard .chosen-container-single .chosen-single span {
    margin-top: 7px;
    font-size: 15px !important;
    font-family: 'Cera-regular'
}

.page-template-template-dashboard .chosen-container-single .chosen-single div {
    margin-top: 7px
}

.page-template-template-dashboard fieldset {
    margin-bottom: 10px
}

.page-id-82 .privacy-list .vc_tta-title-text {
    color: #00C6F8;
    font-size: 2rem;
    font-family: 'Cera-medium'
}

@media (max-width:760px) {
    .page-id-82 .privacy-list .vc_tta-title-text {
        font-size: 1.4rem
    }
}

.page-id-82 .vc_tta-panel-body p {
    margin-bottom: 20px !important
}

.page-id-726 input[type=submit] {
    border: none;
    padding: 10px 20px;
    color: #00C6F8;
    display: block;
    width: 100%;
    border-radius: 25px;
    background-color: #ffffff;
    font-family: 'Cera-medium';
    border: 2px solid #00C6F8;
    cursor: pointer;
    margin: 35px 0
}

.page-id-726 input[type=submit]:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

.page-id-726 .page-posts.notice-message {
    margin-top: 35px
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 2px solid #00c6f8;
    border-radius: 5px;
    font-family: 'Cera-medium'
}

.page-id-838 #case-study ul li {
    margin-bottom: 20px
}

@media (max-width:760px) {
    .page-id-838 h3.royal-blue {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
}

span.ajax-loader {
    display: none !important
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 42px
}

a.bookmark-notice.button.dark.bookmark-notice {
    background: transparent;
    color: #ffffff;
    background: #7A00EB;
    border-radius: 25px;
    width: 315px !important;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

a.bookmark-notice.button.dark.bookmark-notice:hover {
    color: #7A00EB !important;
    background: transparent !important;
    border: 2px solid #7A00EB
}

@media (max-width:760px) {
    .woo-login-form {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:760px) {
    .tax-job_listing_category .sidebar form {
        display: none
    }
}

.page-template-template-dashboard .small-cta-icon-2,
.post-type-archive-job_listing .small-cta-icon-2,
.tax-job_listing_category .small-cta-icon-2,
.tax-job_listing_region .small-cta-icon-2,
.tax-job_listing_type .small-cta-icon-2 {
    margin: 0 0 2rem 0;
    background-color: #fbfbff !important;
    padding: 1rem 0 1rem 0
}

.page-template-template-dashboard .small-cta-icon-2 p,
.post-type-archive-job_listing .small-cta-icon-2 p,
.tax-job_listing_category .small-cta-icon-2 p,
.tax-job_listing_region .small-cta-icon-2 p,
.tax-job_listing_type .small-cta-icon-2 p {
    margin-bottom: 0
}

.page-template-template-dashboard #titlebar,
.post-type-archive-job_listing #titlebar,
.tax-job_listing_category #titlebar,
.tax-job_listing_region #titlebar,
.tax-job_listing_type #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/jobs-banner.jpg);
    background-position: 50% 52%
}

@media (max-width:760px) {

    .page-template-template-dashboard #titlebar,
    .post-type-archive-job_listing #titlebar,
    .tax-job_listing_category #titlebar,
    .tax-job_listing_region #titlebar,
    .tax-job_listing_type #titlebar {
        padding-left: 15px;
        padding-right: 15px
    }
}

.page-template-template-dashboard #titlebar .category-desc,
.post-type-archive-job_listing #titlebar .category-desc,
.tax-job_listing_category #titlebar .category-desc,
.tax-job_listing_region #titlebar .category-desc,
.tax-job_listing_type #titlebar .category-desc {
    text-align: center
}

.page-template-template-dashboard #titlebar .container,
.post-type-archive-job_listing #titlebar .container,
.tax-job_listing_category #titlebar .container,
.tax-job_listing_region #titlebar .container,
.tax-job_listing_type #titlebar .container {
    text-align: center;
    padding: 9rem 0rem 0rem 0rem !important
}

.page-template-template-dashboard #titlebar .container a,
.page-template-template-dashboard #titlebar .container p,
.post-type-archive-job_listing #titlebar .container a,
.post-type-archive-job_listing #titlebar .container p,
.tax-job_listing_category #titlebar .container a,
.tax-job_listing_category #titlebar .container p,
.tax-job_listing_region #titlebar .container a,
.tax-job_listing_region #titlebar .container p,
.tax-job_listing_type #titlebar .container a,
.tax-job_listing_type #titlebar .container p {
    color: #ffffff
}

.page-template-template-dashboard #titlebar .container a,
.post-type-archive-job_listing #titlebar .container a,
.tax-job_listing_category #titlebar .container a,
.tax-job_listing_region #titlebar .container a,
.tax-job_listing_type #titlebar .container a {
    font-family: 'Cera-medium'
}

.page-template-template-dashboard #titlebar .container h1,
.post-type-archive-job_listing #titlebar .container h1,
.tax-job_listing_category #titlebar .container h1,
.tax-job_listing_region #titlebar .container h1,
.tax-job_listing_type #titlebar .container h1 {
    margin: 0 0 2rem
}

.page-template-template-dashboard #titlebar .container p,
.post-type-archive-job_listing #titlebar .container p,
.tax-job_listing_category #titlebar .container p,
.tax-job_listing_region #titlebar .container p,
.tax-job_listing_type #titlebar .container p {
    margin: 0 0 2rem
}

.page-template-template-dashboard #titlebar .container form,
.post-type-archive-job_listing #titlebar .container form,
.tax-job_listing_category #titlebar .container form,
.tax-job_listing_region #titlebar .container form,
.tax-job_listing_type #titlebar .container form {
    max-width: 70%;
    margin: 0 auto 2rem;
    display: block;
    overflow: hidden;
    clear: both
}

@media (max-width:760px) {

    .page-template-template-dashboard #titlebar .container form,
    .post-type-archive-job_listing #titlebar .container form,
    .tax-job_listing_category #titlebar .container form,
    .tax-job_listing_region #titlebar .container form,
    .tax-job_listing_type #titlebar .container form {
        max-width: 100% !important
    }
}

.page-template-template-dashboard #titlebar .container form input,
.post-type-archive-job_listing #titlebar .container form input,
.tax-job_listing_category #titlebar .container form input,
.tax-job_listing_region #titlebar .container form input,
.tax-job_listing_type #titlebar .container form input {
    width: calc(100% - 465px);
    margin: 0 15px 0 0;
    display: inline-block;
    border-radius: 35px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Cera-regular';
    border: 2px solid #ffffff
}

@media (max-width:760px) {

    .page-template-template-dashboard #titlebar .container form input,
    .post-type-archive-job_listing #titlebar .container form input,
    .tax-job_listing_category #titlebar .container form input,
    .tax-job_listing_region #titlebar .container form input,
    .tax-job_listing_type #titlebar .container form input {
        width: calc(100% - 10px);
        font-size: 14px;
        margin: 0 !important;
        margin-bottom: 15px !important
    }
}

.page-template-template-dashboard #titlebar .container form button,
.post-type-archive-job_listing #titlebar .container form button,
.tax-job_listing_category #titlebar .container form button,
.tax-job_listing_region #titlebar .container form button,
.tax-job_listing_type #titlebar .container form button {
    width: 250px;
    text-align: center;
    display: inline-block;
    border-radius: 35px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    font-family: 'Cera-medium'
}

@media (max-width:760px) {

    .page-template-template-dashboard #titlebar .container form button,
    .post-type-archive-job_listing #titlebar .container form button,
    .tax-job_listing_category #titlebar .container form button,
    .tax-job_listing_region #titlebar .container form button,
    .tax-job_listing_type #titlebar .container form button {
        width: 100%
    }
}

.page-template-template-dashboard #titlebar .container form button:hover,
.post-type-archive-job_listing #titlebar .container form button:hover,
.tax-job_listing_category #titlebar .container form button:hover,
.tax-job_listing_region #titlebar .container form button:hover,
.tax-job_listing_type #titlebar .container form button:hover {
    color: #ffffff;
    background: transparent !important;
    border: 2px solid #00C6F8;
    background: #00C6F8 !important;
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.page-template-template-dashboard .sidebar form,
.post-type-archive-job_listing .sidebar form,
.tax-job_listing_category .sidebar form,
.tax-job_listing_region .sidebar form,
.tax-job_listing_type .sidebar form {
    padding: 1rem;
    border: 2px solid #00C6F8;
    border-radius: 10px;
    margin: 10px 0 2rem
}

.page-template-template-dashboard .sidebar form .widget_range_filter span.to,
.post-type-archive-job_listing .sidebar form .widget_range_filter span.to,
.tax-job_listing_category .sidebar form .widget_range_filter span.to,
.tax-job_listing_region .sidebar form .widget_range_filter span.to,
.tax-job_listing_type .sidebar form .widget_range_filter span.to {
    float: right
}

.page-template-template-dashboard .sidebar form .widget_range_filter .range-indicator span,
.post-type-archive-job_listing .sidebar form .widget_range_filter .range-indicator span,
.tax-job_listing_category .sidebar form .widget_range_filter .range-indicator span,
.tax-job_listing_region .sidebar form .widget_range_filter .range-indicator span,
.tax-job_listing_type .sidebar form .widget_range_filter .range-indicator span {
    font-size: 1rem
}

.page-template-template-dashboard .sidebar form .widget_range_filter input#salary_check,
.post-type-archive-job_listing .sidebar form .widget_range_filter input#salary_check,
.tax-job_listing_category .sidebar form .widget_range_filter input#salary_check,
.tax-job_listing_region .sidebar form .widget_range_filter input#salary_check,
.tax-job_listing_type .sidebar form .widget_range_filter input#salary_check {
    display: none
}

.page-template-template-dashboard .sidebar form .widget_range_filter .widget_range_filter-inside,
.post-type-archive-job_listing .sidebar form .widget_range_filter .widget_range_filter-inside,
.tax-job_listing_category .sidebar form .widget_range_filter .widget_range_filter-inside,
.tax-job_listing_region .sidebar form .widget_range_filter .widget_range_filter-inside,
.tax-job_listing_type .sidebar form .widget_range_filter .widget_range_filter-inside {
    margin-bottom: -22px
}

.page-template-template-dashboard .sidebar form .widget_range_filter .widget_range_filter-inside .range-indicator,
.post-type-archive-job_listing .sidebar form .widget_range_filter .widget_range_filter-inside .range-indicator,
.tax-job_listing_category .sidebar form .widget_range_filter .widget_range_filter-inside .range-indicator,
.tax-job_listing_region .sidebar form .widget_range_filter .widget_range_filter-inside .range-indicator,
.tax-job_listing_type .sidebar form .widget_range_filter .widget_range_filter-inside .range-indicator {
    margin: .8rem 0 1rem
}

.page-template-template-dashboard .sidebar form .chosen-container-single .chosen-single span,
.post-type-archive-job_listing .sidebar form .chosen-container-single .chosen-single span,
.tax-job_listing_category .sidebar form .chosen-container-single .chosen-single span,
.tax-job_listing_region .sidebar form .chosen-container-single .chosen-single span,
.tax-job_listing_type .sidebar form .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808080;
    font-size: 1rem;
    line-height: 2.8rem
}

.page-template-template-dashboard .sidebar form .chosen-container-single .chosen-results li.active-result,
.post-type-archive-job_listing .sidebar form .chosen-container-single .chosen-results li.active-result,
.tax-job_listing_category .sidebar form .chosen-container-single .chosen-results li.active-result,
.tax-job_listing_region .sidebar form .chosen-container-single .chosen-results li.active-result,
.tax-job_listing_type .sidebar form .chosen-container-single .chosen-results li.active-result {
    font-size: 1rem
}

.page-template-template-dashboard .sidebar form .chosen-container-single .chosen-search,
.post-type-archive-job_listing .sidebar form .chosen-container-single .chosen-search,
.tax-job_listing_category .sidebar form .chosen-container-single .chosen-search,
.tax-job_listing_region .sidebar form .chosen-container-single .chosen-search,
.tax-job_listing_type .sidebar form .chosen-container-single .chosen-search {
    display: none
}

.page-template-template-dashboard .sidebar form .chosen-container-single div b:after,
.post-type-archive-job_listing .sidebar form .chosen-container-single div b:after,
.tax-job_listing_category .sidebar form .chosen-container-single div b:after,
.tax-job_listing_region .sidebar form .chosen-container-single div b:after,
.tax-job_listing_type .sidebar form .chosen-container-single div b:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 8px 14px 0 0;
    top: 0;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #1ebaed;
    float: right;
    font-weight: normal
}

.page-template-template-dashboard .sidebar form .widget select.job-manager-category-dropdown,
.post-type-archive-job_listing .sidebar form .widget select.job-manager-category-dropdown,
.tax-job_listing_category .sidebar form .widget select.job-manager-category-dropdown,
.tax-job_listing_region .sidebar form .widget select.job-manager-category-dropdown,
.tax-job_listing_type .sidebar form .widget select.job-manager-category-dropdown {
    line-height: 30px;
    padding: 13px 15px;
    width: 100%;
    display: inline-block
}

.page-template-template-dashboard .sidebar form .widget,
.post-type-archive-job_listing .sidebar form .widget,
.tax-job_listing_category .sidebar form .widget,
.tax-job_listing_region .sidebar form .widget,
.tax-job_listing_type .sidebar form .widget {
    margin: 0 0 1rem
}

.page-template-template-dashboard .sidebar form .widget h4,
.post-type-archive-job_listing .sidebar form .widget h4,
.tax-job_listing_category .sidebar form .widget h4,
.tax-job_listing_region .sidebar form .widget h4,
.tax-job_listing_type .sidebar form .widget h4 {
    font-size: 1.5rem;
    margin: 0 0 1rem
}

.page-template-template-dashboard .sidebar form .widget .checkboxes input[type=checkbox],
.post-type-archive-job_listing .sidebar form .widget .checkboxes input[type=checkbox],
.tax-job_listing_category .sidebar form .widget .checkboxes input[type=checkbox],
.tax-job_listing_region .sidebar form .widget .checkboxes input[type=checkbox],
.tax-job_listing_type .sidebar form .widget .checkboxes input[type=checkbox] {
    display: none
}

.page-template-template-dashboard .sidebar form .widget .checkboxes input[type=checkbox]:checked + label:before,
.post-type-archive-job_listing .sidebar form .widget .checkboxes input[type=checkbox]:checked + label:before,
.tax-job_listing_category .sidebar form .widget .checkboxes input[type=checkbox]:checked + label:before,
.tax-job_listing_region .sidebar form .widget .checkboxes input[type=checkbox]:checked + label:before,
.tax-job_listing_type .sidebar form .widget .checkboxes input[type=checkbox]:checked + label:before {
    content: "\f00c"
}

.page-template-template-dashboard .sidebar form .widget .checkboxes label:before,
.post-type-archive-job_listing .sidebar form .widget .checkboxes label:before,
.tax-job_listing_category .sidebar form .widget .checkboxes label:before,
.tax-job_listing_region .sidebar form .widget .checkboxes label:before,
.tax-job_listing_type .sidebar form .widget .checkboxes label:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
    color: #00C6F8;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #f6f6f6;
    background: #f6f6f6
}

.page-template-template-dashboard article ul.job_listings .job-cta,
.post-type-archive-job_listing article ul.job_listings .job-cta,
.tax-job_listing_category article ul.job_listings .job-cta,
.tax-job_listing_region article ul.job_listings .job-cta,
.tax-job_listing_type article ul.job_listings .job-cta {
    padding: 2.5rem 4.5rem;
    background-color: #6B3AF7;
    margin: 1rem 0
}

.page-template-template-dashboard article ul.job_listings .job-cta:first-child,
.post-type-archive-job_listing article ul.job_listings .job-cta:first-child,
.tax-job_listing_category article ul.job_listings .job-cta:first-child,
.tax-job_listing_region article ul.job_listings .job-cta:first-child,
.tax-job_listing_type article ul.job_listings .job-cta:first-child {
    display: block !important
}

@media (max-width:760px) {

    .page-template-template-dashboard article ul.job_listings .job-cta,
    .post-type-archive-job_listing article ul.job_listings .job-cta,
    .tax-job_listing_category article ul.job_listings .job-cta,
    .tax-job_listing_region article ul.job_listings .job-cta,
    .tax-job_listing_type article ul.job_listings .job-cta {
        padding: 1.5rem 0.5rem;
        border-radius: 5px
    }
}

.page-template-template-dashboard article ul.job_listings .job-cta img,
.post-type-archive-job_listing article ul.job_listings .job-cta img,
.tax-job_listing_category article ul.job_listings .job-cta img,
.tax-job_listing_region article ul.job_listings .job-cta img,
.tax-job_listing_type article ul.job_listings .job-cta img {
    max-width: 100px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:760px) {

    .page-template-template-dashboard article ul.job_listings .job-cta img,
    .post-type-archive-job_listing article ul.job_listings .job-cta img,
    .tax-job_listing_category article ul.job_listings .job-cta img,
    .tax-job_listing_region article ul.job_listings .job-cta img,
    .tax-job_listing_type article ul.job_listings .job-cta img {
        display: none
    }
}

.page-template-template-dashboard article ul.job_listings .job-cta .inner,
.post-type-archive-job_listing article ul.job_listings .job-cta .inner,
.tax-job_listing_category article ul.job_listings .job-cta .inner,
.tax-job_listing_region article ul.job_listings .job-cta .inner,
.tax-job_listing_type article ul.job_listings .job-cta .inner {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 101px);
    padding: 0 1rem
}

@media (max-width:760px) {

    .page-template-template-dashboard article ul.job_listings .job-cta .inner,
    .post-type-archive-job_listing article ul.job_listings .job-cta .inner,
    .tax-job_listing_category article ul.job_listings .job-cta .inner,
    .tax-job_listing_region article ul.job_listings .job-cta .inner,
    .tax-job_listing_type article ul.job_listings .job-cta .inner {
        width: calc(100% - 0px)
    }
}

.page-template-template-dashboard article ul.job_listings .job-cta .inner h5,
.post-type-archive-job_listing article ul.job_listings .job-cta .inner h5,
.tax-job_listing_category article ul.job_listings .job-cta .inner h5,
.tax-job_listing_region article ul.job_listings .job-cta .inner h5,
.tax-job_listing_type article ul.job_listings .job-cta .inner h5 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #ffffff;
    margin: 0 0 1rem
}

.page-template-template-dashboard article ul.job_listings .job-cta .inner p,
.post-type-archive-job_listing article ul.job_listings .job-cta .inner p,
.tax-job_listing_category article ul.job_listings .job-cta .inner p,
.tax-job_listing_region article ul.job_listings .job-cta .inner p,
.tax-job_listing_type article ul.job_listings .job-cta .inner p {
    color: #ffffff;
    width: 68%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 2rem 0 0;
    font-size: 1.15em
}

@media (max-width:760px) {

    .page-template-template-dashboard article ul.job_listings .job-cta .inner p,
    .post-type-archive-job_listing article ul.job_listings .job-cta .inner p,
    .tax-job_listing_category article ul.job_listings .job-cta .inner p,
    .tax-job_listing_region article ul.job_listings .job-cta .inner p,
    .tax-job_listing_type article ul.job_listings .job-cta .inner p {
        width: 100%;
        margin-bottom: 15px
    }
}

.page-template-template-dashboard article ul.job_listings .job-cta .inner a,
.post-type-archive-job_listing article ul.job_listings .job-cta .inner a,
.tax-job_listing_category article ul.job_listings .job-cta .inner a,
.tax-job_listing_region article ul.job_listings .job-cta .inner a,
.tax-job_listing_type article ul.job_listings .job-cta .inner a {
    color: #ffffff;
    background-color: #00C6F8;
    width: 23%;
    float: none;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:760px) {

    .page-template-template-dashboard article ul.job_listings .job-cta .inner a,
    .post-type-archive-job_listing article ul.job_listings .job-cta .inner a,
    .tax-job_listing_category article ul.job_listings .job-cta .inner a,
    .tax-job_listing_region article ul.job_listings .job-cta .inner a,
    .tax-job_listing_type article ul.job_listings .job-cta .inner a {
        width: 100%
    }
}

.page-template-template-dashboard article ul.job_listings .job-cta .inner .stellar-but-b,
.post-type-archive-job_listing article ul.job_listings .job-cta .inner .stellar-but-b,
.tax-job_listing_category article ul.job_listings .job-cta .inner .stellar-but-b,
.tax-job_listing_region article ul.job_listings .job-cta .inner .stellar-but-b,
.tax-job_listing_type article ul.job_listings .job-cta .inner .stellar-but-b {
    padding: 0.3rem 1rem;
    text-align: center;
    font-size: 1.1rem
}

.page-template-template-dashboard article ul.job_listings > li,
.post-type-archive-job_listing article ul.job_listings > li,
.tax-job_listing_category article ul.job_listings > li,
.tax-job_listing_region article ul.job_listings > li,
.tax-job_listing_type article ul.job_listings > li {
    margin: 10px 19px 0 0;
    border-radius: 5px;
    border: 2px solid #00C6F8;
    background: #ffffff;
    width: calc(100% / 2 - 12px);
    display: inline-block;
    vertical-align: top;
    min-height: 415px
}

.page-template-template-dashboard article ul.job_listings > li:nth-of-type(2n),
.post-type-archive-job_listing article ul.job_listings > li:nth-of-type(2n),
.tax-job_listing_category article ul.job_listings > li:nth-of-type(2n),
.tax-job_listing_region article ul.job_listings > li:nth-of-type(2n),
.tax-job_listing_type article ul.job_listings > li:nth-of-type(2n) {
    margin: 10px 0
}

@media (max-width:1280px) and (min-width:991px) {

    .page-template-template-dashboard article ul.job_listings > li,
    .post-type-archive-job_listing article ul.job_listings > li,
    .tax-job_listing_category article ul.job_listings > li,
    .tax-job_listing_region article ul.job_listings > li,
    .tax-job_listing_type article ul.job_listings > li {
        width: 100%
    }
}

@media (max-width:767px) {

    .page-template-template-dashboard article ul.job_listings > li,
    .post-type-archive-job_listing article ul.job_listings > li,
    .tax-job_listing_category article ul.job_listings > li,
    .tax-job_listing_region article ul.job_listings > li,
    .tax-job_listing_type article ul.job_listings > li {
        width: 100%;

        min-height: 0 !important
    }
}

.page-template-template-dashboard article ul.job_listings > li h4,
.post-type-archive-job_listing article ul.job_listings > li h4,
.tax-job_listing_category article ul.job_listings > li h4,
.tax-job_listing_region article ul.job_listings > li h4,
.tax-job_listing_type article ul.job_listings > li h4 {
    background-color: #00C6F8;
    color: #ffffff;
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    min-height: 82px
}

.page-template-template-dashboard article ul.job_listings > li h4 span,
.post-type-archive-job_listing article ul.job_listings > li h4 span,
.tax-job_listing_category article ul.job_listings > li h4 span,
.tax-job_listing_region article ul.job_listings > li h4 span,
.tax-job_listing_type article ul.job_listings > li h4 span {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 0rem .5rem;
    text-transform: uppercase;
    color: #fff;
    margin-left: .5rem;
    font-size: 1rem;
    font-family: 'Cera-medium'
}

.page-template-template-dashboard article ul.job_listings > li .inner,
.post-type-archive-job_listing article ul.job_listings > li .inner,
.tax-job_listing_category article ul.job_listings > li .inner,
.tax-job_listing_region article ul.job_listings > li .inner,
.tax-job_listing_type article ul.job_listings > li .inner {
    padding: 1.5rem
}

.page-template-template-dashboard article ul.job_listings > li .inner p,
.post-type-archive-job_listing article ul.job_listings > li .inner p,
.tax-job_listing_category article ul.job_listings > li .inner p,
.tax-job_listing_region article ul.job_listings > li .inner p,
.tax-job_listing_type article ul.job_listings > li .inner p {
    margin-top: 1rem;
    font-size: .89em
}

@media (max-width:760px) {

    .page-template-template-dashboard article ul.job_listings > li .inner p,
    .post-type-archive-job_listing article ul.job_listings > li .inner p,
    .tax-job_listing_category article ul.job_listings > li .inner p,
    .tax-job_listing_region article ul.job_listings > li .inner p,
    .tax-job_listing_type article ul.job_listings > li .inner p {
        width: 100%;
        margin-bottom: 15px;
        display: none !important
    }
}

.page-template-template-dashboard article ul.job_listings > li .inner .meta,
.post-type-archive-job_listing article ul.job_listings > li .inner .meta,
.tax-job_listing_category article ul.job_listings > li .inner .meta,
.tax-job_listing_region article ul.job_listings > li .inner .meta,
.tax-job_listing_type article ul.job_listings > li .inner .meta {
    display: block;
    margin: 0 0 .2rem;
    font-size: 1rem
}

.page-template-template-dashboard article ul.job_listings > li .inner .meta img,
.post-type-archive-job_listing article ul.job_listings > li .inner .meta img,
.tax-job_listing_category article ul.job_listings > li .inner .meta img,
.tax-job_listing_region article ul.job_listings > li .inner .meta img,
.tax-job_listing_type article ul.job_listings > li .inner .meta img {
    max-width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0
}

.page-template-template-dashboard article ul.job_listings > li .inner .meta span,
.post-type-archive-job_listing article ul.job_listings > li .inner .meta span,
.tax-job_listing_category article ul.job_listings > li .inner .meta span,
.tax-job_listing_region article ul.job_listings > li .inner .meta span,
.tax-job_listing_type article ul.job_listings > li .inner .meta span {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-family: 'Cera-medium'
}

.page-template-template-dashboard article ul.job_listings > li .inner ul li,
.post-type-archive-job_listing article ul.job_listings > li .inner ul li,
.tax-job_listing_category article ul.job_listings > li .inner ul li,
.tax-job_listing_region article ul.job_listings > li .inner ul li,
.tax-job_listing_type article ul.job_listings > li .inner ul li {
    width: calc(50% - 20px)
}

.page-template-template-dashboard article ul.job_listings > li .inner .stellar-but-b,
.post-type-archive-job_listing article ul.job_listings > li .inner .stellar-but-b,
.tax-job_listing_category article ul.job_listings > li .inner .stellar-but-b,
.tax-job_listing_region article ul.job_listings > li .inner .stellar-but-b,
.tax-job_listing_type article ul.job_listings > li .inner .stellar-but-b {
    padding: .5rem .5rem;
    width: calc(100% - 0px);
    padding: 0.3rem 1rem;
    text-align: center;
    font-size: 1.1rem
}

@media (max-width:760px) {

    .page-template-template-dashboard article ul.job_listings > li .inner .stellar-but-b,
    .post-type-archive-job_listing article ul.job_listings > li .inner .stellar-but-b,
    .tax-job_listing_category article ul.job_listings > li .inner .stellar-but-b,
    .tax-job_listing_region article ul.job_listings > li .inner .stellar-but-b,
    .tax-job_listing_type article ul.job_listings > li .inner .stellar-but-b {
        margin-top: 20px !important
    }
}

.page-template-template-dashboard article ul.job_listings > li .inner a,
.post-type-archive-job_listing article ul.job_listings > li .inner a,
.tax-job_listing_category article ul.job_listings > li .inner a,
.tax-job_listing_region article ul.job_listings > li .inner a,
.tax-job_listing_type article ul.job_listings > li .inner a {
    float: none;
    display: inline-block
}

.page-template-template-dashboard .small-cta-icon,
.post-type-archive-job_listing .small-cta-icon,
.tax-job_listing_category .small-cta-icon,
.tax-job_listing_region .small-cta-icon,
.tax-job_listing_type .small-cta-icon {
    margin: 0 0 2rem 0;
    background-color: #fbfbff !important;
    padding: 1rem 0 1rem 0
}

@media (max-width:760px) {

    .page-template-template-dashboard .small-cta-icon,
    .post-type-archive-job_listing .small-cta-icon,
    .tax-job_listing_category .small-cta-icon,
    .tax-job_listing_region .small-cta-icon,
    .tax-job_listing_type .small-cta-icon {
        padding: 1rem .5rem
    }
}

.page-template-template-dashboard .small-cta-icon p,
.post-type-archive-job_listing .small-cta-icon p,
.tax-job_listing_category .small-cta-icon p,
.tax-job_listing_region .small-cta-icon p,
.tax-job_listing_type .small-cta-icon p {
    margin-bottom: 0
}

.page-template-template-dashboard .small-cta-icon-2,
.post-type-archive-job_listing .small-cta-icon-2,
.tax-job_listing_category .small-cta-icon-2,
.tax-job_listing_region .small-cta-icon-2,
.tax-job_listing_type .small-cta-icon-2 {
    margin: 0 0 2rem 0;
    background-color: #fbfbff !important;
    padding: 1rem 0 1rem 0
}

.page-template-template-dashboard .small-cta-icon-2 p,
.post-type-archive-job_listing .small-cta-icon-2 p,
.tax-job_listing_category .small-cta-icon-2 p,
.tax-job_listing_region .small-cta-icon-2 p,
.tax-job_listing_type .small-cta-icon-2 p {
    margin-bottom: 0
}

.cta {
    min-height: 300px;
    padding: 2rem;
    margin: 0 0 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

@media (max-width:1550px) {
    .cta {
        padding: .75rem
    }
}

.cta b,
.cta p {
    font-size: 1.6rem;
    color: #ffffff;
    font-family: 'Cera-medium'
}

.cta .inner {
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 2rem
}

.cta.blue {
    background-color: #00C6F8
}

.cta.blue:after {
    content: "";
    width: 325px;
    height: 569px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: 101%;
    right: -18%;
    opacity: .1
}

@media (max-width:990px) {
    .cta.blue {
        display: none
    }
}

.cta.purple {
    background-color: #6B3AF7
}

.cta.purple:after {
    content: "";
    width: 325px;
    height: 569px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: 12%;
    right: 39%;
    opacity: .1
}

@media (max-width:990px) {
    .cta.purple {
        display: none
    }
}

@media (max-width:1550px) {
    .cta a.stellar-but {
        font-size: 1rem !important
    }
}

@media (max-width:990px) {
    .single-job_listing .jobs-side-other {
        display: none
    }
}

.single-job_listing .jobs-side-other h3 {
    text-align: left
}

.single-job_listing .jobs-side-other .simple-jobs li a {
    max-width: 108px
}

.single-job_listing #titlebar {
    min-height: 300px;
    background-image: url(/wp-content/themes/stellar-select/images/banner/job-ad-banner.jpg)
}

@media (max-width:760px) {
    .single-job_listing #titlebar {
        min-height: 250px
    }
}

.single-job_listing #titlebar .container {
    text-align: center
}

@media (max-width:1020px) {
    .single-job_listing #titlebar .container {
        padding: 85px 1rem 0 !important
    }
}

.single-job_listing #titlebar .container a,
.single-job_listing #titlebar .container p {
    color: #ffffff
}

.single-job_listing #titlebar .container h1,
.single-job_listing #titlebar .container h2 {
    margin: 0 0 2rem;
    color: #ffffff !important
}

@media (max-width:760px) {

    .single-job_listing #titlebar .container h1,
    .single-job_listing #titlebar .container h2 {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.single-job_listing #titlebar .container p {
    margin: 0 0 2rem
}

.single-job_listing #titlebar .container .meta,
.single-job_listing #titlebar .container .meta span {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6rem
}

.single-job_listing #titlebar .container .sixteen {
    width: 100% !important
}

.single-job_listing .job-content {
    margin: 2rem auto;
    padding: 2rem 0 !important
}

.single-job_listing .job-content .job-manager-applications-error {
    text-align: center;
    padding: 1rem;
    font-family: 'Cera-medium';
    color: #ffffff;
    background-color: #eb2c2c;
    font-size: 1.2rem;
    line-height: 1.2rem
}

.single-job_listing .job-content .job-manager-info {
    text-align: center;
    padding: 1rem;
    font-family: 'Cera-medium';
    color: #ffffff;
    background-color: #00C6F8;
    font-size: 1.2rem;
    line-height: 1.2rem
}

.single-job_listing .job-content .notification {
    text-align: center;
    padding: 1rem;
    font-family: 'Cera-medium';
    color: #ffffff;
    background-color: #7A00EB;
    font-size: 1.2rem;
    line-height: 1.2rem
}

@media (max-width:990px) {
    .single-job_listing .job-content .sidebar {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.single-job_listing .job-content .sidebar .job-meta {
    padding: 1rem;
    border: 2px solid #00C6F8;
    border-radius: 10px;
    margin: 10px 0 2rem
}

@media (max-width:760px) {
    .single-job_listing .job-content .sidebar .job-meta {
        display: none
    }
}

.single-job_listing .job-content .sidebar .job-meta .meta {
    display: block;
    margin: 0 0 1rem;
    font-size: 1rem
}

.single-job_listing .job-content .sidebar .job-meta .meta h4 {
    font-size: 1.4rem
}

.single-job_listing .job-content .sidebar .job-meta .meta img {
    max-width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0
}

.single-job_listing .job-content .sidebar .job-meta .meta span {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #303030
}

.single-job_listing .job-content .job_description ul {
    list-style: inherit;
    padding: 0em 2em
}

.single-job_listing .job-content .job_description h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 1rem 0rem
}

@media (max-width:760px) {
    .single-job_listing .job-content .job_description .top-sec.row {
        margin-bottom: 22px !important
    }
}

@media (max-width:1180px) {
    .single-job_listing .job-content .job_description .top-sec .col-lg-5.social {
        padding-left: 0;
        margin-bottom: 10px
    }
}

@media (max-width:1219px) {
    .single-job_listing .job-content .job_description .top-sec .col-lg-5.social {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.single-job_listing .job-content .job_description .top-sec .links {
    text-align: right
}

@media (max-width:1219px) {
    .single-job_listing .job-content .job_description .top-sec .links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        padding: 0
    }
}

.single-job_listing .job-content .job_description .top-sec .links a {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 1rem 0 0 !important;
    width: 180px
}

@media (max-width:480px) {
    .single-job_listing .job-content .job_description .top-sec .links a {
        display: block;
        width: 100% !important;
        margin: 0 0 1.4rem !important
    }
}

.single-job_listing .job-content .job_description .top-sec .links a span {
    display: inline-block;
    vertical-align: middle
}

.single-job_listing .job-content .job_description .top-sec .links a:last-child {
    margin: 0
}

.single-job_listing .job-content .job_description .top-sec .links a:hover {
    color: #ffffff !important
}

.single-job_listing .job-content .job_description .top-sec .links a.bm-w {
    padding: .5rem;
    width: 240px;
    margin: 0
}

.single-job_listing .job-content .job_description .top-sec .links a.bm-w:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(/wp-content/themes/stellar-select/images/svg/bookmark-outline.svg);
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 0 15px 0 0
}

.single-job_listing .job-content .job_description .top-sec .links a.bm-w:hover:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/bookmark-white.svg)
}

.single-job_listing .job-content .job_description .top-sec .links a.bm-p {
    width: 240px;
    padding: .5rem;
    margin: 0
}

.single-job_listing .job-content .job_description .top-sec .links a.bm-p:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(/wp-content/themes/stellar-select/images/svg/bookmark-outline.svg);
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 0 15px 0 0
}

.single-job_listing .job-content .job_description .top-sec .links a.bm-p:hover:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/bookmark-white.svg)
}

.single-job_listing .job-content .job_description .top-sec .links a.not-logged {
    margin: 0 !important;
    width: 280px;
    padding: .5rem 0
}

.single-job_listing .job-content .job_description .top-sec .links a.stellar-but {
    color: #7A00EB;
    border-radius: 25px;
    background: none
}

.single-job_listing .job-content .job_description .top-sec .links a.remove-bookmark {
    border: 2px solid #7A00EB;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'Cera-medium';
    border-radius: 5px;
    border-radius: 25px;
    background: none
}

.single-job_listing .job-content .job_description .top-sec .links a.remove-bookmark span {
    font-size: 1.2rem;
    color: #7A00EB;
    font-family: 'Cera-medium';
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.single-job_listing .job-content .job_description .top-sec .links a.remove-bookmark:hover {
    background-color: #7A00EB
}

.single-job_listing .job-content .job_description .top-sec .links a.remove-bookmark:hover span {
    color: #ffffff
}

.single-job_listing .job-content .job_description .top-sec .social .share-post {
    float: left;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0
}

@media (max-width:760px) {
    .single-job_listing .job-content .job_description .top-sec .social .share-post {
        width: 100%;
        text-align: center
    }
}

.single-job_listing .job-content .job_description .top-sec .social .share-post span {
    font-family: 'Cera-medium'
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li a {
    display: block;
    padding: 0;
    border-radius: 5px;
    line-height: 0;
    border: 0;
    padding: 5px 7.5px
}

@media (max-width:420px) {
    .single-job_listing .job-content .job_description .top-sec .social .share-post li a {
        padding: 2.5px 5px
    }
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li a:before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0;
    display: block
}

@media (max-width:420px) {
    .single-job_listing .job-content .job_description .top-sec .social .share-post li a:before {
        width: 25px;
        height: 25px;
        background-size: 25px
    }
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li a.email-share:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/email-g.svg)
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li a.facebook-share:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/facebook-g.svg)
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li a.twitter-share:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/twitter-g.svg)
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li a.linkedin-share:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/linkedin-gr.svg)
}

.single-job_listing .job-content .job_description .top-sec .social .share-post li a.whatsapp-share:before {
    background-image: url(/wp-content/themes/stellar-select/images/svg/whatsapp-g.svg)
}

.single-job_listing .job-content .job_description .job_application form .chosen-container .chosen-results {
    padding: 0
}

.single-job_listing .job-content .job_description .job_application form .form-content,
.single-job_listing .job-content .job_description .job_application form .send-app-btn,
.single-job_listing .job-content .job_description .job_application form fieldset {
    width: calc(100% / 2 - 2px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1rem;
    padding: 0 10px
}

@media (max-width:760px) {

    .single-job_listing .job-content .job_description .job_application form .form-content,
    .single-job_listing .job-content .job_description .job_application form .send-app-btn,
    .single-job_listing .job-content .job_description .job_application form fieldset {
        width: calc(100% / 1 - 0px)
    }
}

.single-job_listing .job-content .job_description .job_application form .form-content h3,
.single-job_listing .job-content .job_description .job_application form .send-app-btn h3,
.single-job_listing .job-content .job_description .job_application form fieldset h3 {
    display: none
}

.single-job_listing .job-content .job_description .job_application form .form-content label,
.single-job_listing .job-content .job_description .job_application form .send-app-btn label,
.single-job_listing .job-content .job_description .job_application form fieldset label {
    display: none
}

.single-job_listing .job-content .job_description .job_application form .form-content .chosen-container,
.single-job_listing .job-content .job_description .job_application form .send-app-btn .chosen-container,
.single-job_listing .job-content .job_description .job_application form fieldset .chosen-container {
    display: none
}

.single-job_listing .job-content .job_description .job_application form .form-content #hear-about-us,
.single-job_listing .job-content .job_description .job_application form .send-app-btn #hear-about-us,
.single-job_listing .job-content .job_description .job_application form fieldset #hear-about-us {
    display: block !important
}

.single-job_listing .job-content .job_description .job_application form .form-content .chosen-container-single .chosen-single span,
.single-job_listing .job-content .job_description .job_application form .send-app-btn .chosen-container-single .chosen-single span,
.single-job_listing .job-content .job_description .job_application form fieldset .chosen-container-single .chosen-single span {
    background: none;
    border: 0;
    font-family: 'Cera-medium';
    font-size: 1rem;
    color: #303030
}

.single-job_listing .job-content .job_description .job_application form .form-content .chosen-single,
.single-job_listing .job-content .job_description .job_application form .form-content input,
.single-job_listing .job-content .job_description .job_application form .form-content select,
.single-job_listing .job-content .job_description .job_application form .send-app-btn .chosen-single,
.single-job_listing .job-content .job_description .job_application form .send-app-btn input,
.single-job_listing .job-content .job_description .job_application form .send-app-btn select,
.single-job_listing .job-content .job_description .job_application form fieldset .chosen-single,
.single-job_listing .job-content .job_description .job_application form fieldset input,
.single-job_listing .job-content .job_description .job_application form fieldset select {
    background: none;
    border: 0;
    border: 2px solid #f6f6f6;
    padding: .5rem;
    font-family: 'Cera-medium';
    font-size: 1rem;
    color: #303030
}

.single-job_listing .job-content .job_description .job_application form .form-content .chosen-single:focus,
.single-job_listing .job-content .job_description .job_application form .form-content input:focus,
.single-job_listing .job-content .job_description .job_application form .form-content select:focus,
.single-job_listing .job-content .job_description .job_application form .send-app-btn .chosen-single:focus,
.single-job_listing .job-content .job_description .job_application form .send-app-btn input:focus,
.single-job_listing .job-content .job_description .job_application form .send-app-btn select:focus,
.single-job_listing .job-content .job_description .job_application form fieldset .chosen-single:focus,
.single-job_listing .job-content .job_description .job_application form fieldset input:focus,
.single-job_listing .job-content .job_description .job_application form fieldset select:focus {
    border-color: #7A00EB;
    color: #7A00EB
}

.single-job_listing .job-content .job_description .job_application form .form-content input#linkedin,
.single-job_listing .job-content .job_description .job_application form .send-app-btn input#linkedin,
.single-job_listing .job-content .job_description .job_application form fieldset input#linkedin {
    padding: .5rem .5rem .5rem 40px;
    background-image: url(/wp-content/themes/stellar-select/images/svg/linkedin-g.svg);
    background-size: 20px;
    background-position: 15px 50%;
    background-repeat: no-repeat
}

.single-job_listing .job-content .job_description .job_application form .form-content.fieldset-how-did-you-hear select,
.single-job_listing .job-content .job_description .job_application form .send-app-btn.fieldset-how-did-you-hear select,
.single-job_listing .job-content .job_description .job_application form fieldset.fieldset-how-did-you-hear select {
    display: block !important
}

.single-job_listing .job-content .job_description .job_application form .form-content.fieldset-upload-cv .field input#upload-cv,
.single-job_listing .job-content .job_description .job_application form .send-app-btn.fieldset-upload-cv .field input#upload-cv,
.single-job_listing .job-content .job_description .job_application form fieldset.fieldset-upload-cv .field input#upload-cv {
    display: none
}

.single-job_listing .job-content .job_description .job_application form .form-content.fieldset-upload-cv .field label,
.single-job_listing .job-content .job_description .job_application form .send-app-btn.fieldset-upload-cv .field label,
.single-job_listing .job-content .job_description .job_application form fieldset.fieldset-upload-cv .field label {
    display: block;
    background: none;
    border: 0;
    border: 2px solid #f6f6f6;
    font-family: 'Cera-medium';
    font-size: 1rem;
    color: #303030;
    padding: .5rem;
    padding: .5rem .5rem .5rem 40px;
    background-image: url(/wp-content/themes/stellar-select/images/svg/attach.svg);
    background-size: 20px;
    background-position: 15px 50%;
    background-repeat: no-repeat
}

.single-job_listing .job-content .job_description .job_application form .form-content.fieldset-upload-cv .field label .upload-btn,
.single-job_listing .job-content .job_description .job_application form .send-app-btn.fieldset-upload-cv .field label .upload-btn,
.single-job_listing .job-content .job_description .job_application form fieldset.fieldset-upload-cv .field label .upload-btn {
    background: none;
    font-family: 'Cera-medium';
    font-size: 1rem;
    color: #303030
}

.single-job_listing .job-content .job_description .job_application form .form-content.fieldset-upload-cv .field label.filled,
.single-job_listing .job-content .job_description .job_application form .send-app-btn.fieldset-upload-cv .field label.filled,
.single-job_listing .job-content .job_description .job_application form fieldset.fieldset-upload-cv .field label.filled {
    border-color: #7A00EB;
    color: #7A00EB
}

.single-job_listing .job-content .job_description .job_application form .form-content.fieldset-linkedin input#linkedin,
.single-job_listing .job-content .job_description .job_application form .send-app-btn.fieldset-linkedin input#linkedin,
.single-job_listing .job-content .job_description .job_application form fieldset.fieldset-linkedin input#linkedin {
    margin: 0 0 .5rem
}

.single-job_listing .job-content .job_description .job_application form .form-content.fieldset-linkedin .description,
.single-job_listing .job-content .job_description .job_application form .send-app-btn.fieldset-linkedin .description,
.single-job_listing .job-content .job_description .job_application form fieldset.fieldset-linkedin .description {
    text-align: right;
    display: block
}

.single-job_listing .job-content .job_description .job_application form small.description {
    font-family: 'Cera-medium'
}

.single-job_listing .job-content .job_description .job_application form small.description span {
    font-size: 1rem;
    font-family: 'Cera-medium'
}

.single-job_listing .job-content .job_description .job_application form small.description a {
    font-size: 1rem;
    font-family: 'Cera-medium'
}

.single-job_listing .job-content .job_description .job_application form .send-app-btn {
    text-align: right
}

@media (max-width:760px) {
    .single-job_listing .job-content .job_description .job_application form .send-app-btn {
        text-align: left
    }
}

.single-job_listing .job-content .job_description .job_application form .send-app-btn input {
    background-color: transparent;
    border: 2px solid #00C6F8;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #00C6F8;
    font-family: 'Cera-medium';
    cursor: pointer;
    border-radius: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.single-job_listing .job-content .job_description .job_application form .send-app-btn input:hover {
    color: #ffffff;
    background: #00C6F8
}

.single-job_listing .job-content .job_description .job_application form ::-webkit-input-placeholder {
    color: #303030
}

.single-job_listing .job-content .job_description .job_application form ::-moz-placeholder {
    color: #303030
}

.single-job_listing .job-content .job_description .job_application form :-ms-input-placeholder {
    color: #303030
}

.single-job_listing .job-content .job_description .job_application form :-moz-placeholder {
    color: #303030
}

.single-job_listing a.bookmark-notice {
    border: 2px solid #7A00EB;
    background-color: #7A00EB;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'Cera-medium';
    border-radius: 5px;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.post-type-archive-job_listing .widget-salary-filter label {
    font-size: 1.5rem;
    margin: 0 0 1rem
}

#bookmark-dialog input {
    border: none;
    color: #ffffff;
    border-radius: 10px;
    padding: .5rem 1rem
}

#wrapper .job-manager-single-alert-link {
    margin: 1rem 0 0
}

#wrapper .job-manager-single-alert-link a {
    background: #00C6F8;
    color: #ffffff;
    padding: .5rem 1rem;
    border-radius: 10px
}

#wrapper .job-manager-single-alert-link a:before {
    content: "\f0f3" !important;
    font-family: FontAwesome !important
}

form.job-manager-application-form.job-manager-form {
    margin-left: -10px
}

ul.share-post {
    border-radius: 25px;
    padding: .5rem 0 !important
}

.job-manager-single-alert-link a {
    display: none
}

.category-desc {
    background-color: #6B3AF7;
    padding: 2rem 2rem;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.category-desc:after {
    content: "";
    width: 900px;
    height: 1300px;
    position: absolute;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background-image: url(/wp-content/themes/stellar-select/images/svg/large-s.svg);
    background-repeat: no-repeat;
    top: 121%;
    right: 10%;
    opacity: .1;
    overflow: hidden
}

.category-desc p {
    text-align: left;
    color: #ffffff
}

.category-desc p:first-child {
    font-size: 1.8rem;
    font-family: 'Cera-medium'
}

.category-desc h3 {
    text-align: left;
    color: #ffffff
}

a.load_more_jobs.button.centered {
    z-index: 1;
    margin-top: 25px !important;
    position: relative;
    border: 2px solid #00C6F8;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #00C6F8;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    margin-top: 10px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

a.load_more_jobs.button.centered:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

a.load_more_jobs.button.centered i.fa-plus-circle.fa {
    display: none
}

a.load_more_jobs.load_previous {
    display: none
}

.single-job_listing #titlebar .container .meta,
.single-job_listing #titlebar .container .meta span {
    font-family: 'Cera-medium'
}

.top-sec.row {
    margin-top: 10px
}

.widget.widget_range_filter.widget-salary-filter label:before {
    display: none !important
}

li.no_job_listings_found {
    border: none !important
}

.logged-in .menu .signin {
    display: none
}

.logged-in .menu .logedin {
    display: block
}

.menu .signin {
    display: block
}

.menu .logedin {
    display: none
}

.jobs-side h3 {
    display: block;
    float: none;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #7A00EB;
    border: 2px solid #7A00EB;
    text-align: center;
    border-radius: 20px;
    padding: .5rem
}

.jobs-side .simple-jobs li {
    display: block;
    text-align: center;
    background-color: #f6f6f6;
    margin: 0 0 1rem;
    overflow: hidden;
    padding: 0.75rem .25rem;
    border-radius: 5px
}

.jobs-side .simple-jobs li .inner h4 {
    padding: 10px 0;
    color: #7A00EB;
    font-size: 1.2rem;
    line-height: 1.4rem
}

.jobs-side .simple-jobs li .inner span {
    color: #7A00EB;
    font-size: 1rem;
    display: block;
    margin: 0 0 7px
}

.jobs-side .simple-jobs li a {
    padding: 7.5px;
    border: 2px solid #7A00EB;
    color: #7A00EB;
    display: block;
    max-width: 70%;
    margin: 10px auto 10px;
    border-radius: 20px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: 'Cera-medium';
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.jobs-side .simple-jobs li a:hover {
    color: #ffffff;
    background: #7A00EB
}

.jobs-side-other h3 {
    display: block;
    float: none;
    font-size: 2rem;
    line-height: 2rem;
    color: #7A00EB;
    text-align: center;
    border-radius: 20px;
    padding: .5rem
}

.jobs-side-other .simple-jobs li {
    display: block;
    text-align: center;
    border: 2px solid #7A00EB;
    margin: 0 0 1rem;
    overflow: hidden;
    padding: 0.75rem 1.25rem;
    border-radius: 5px
}

.jobs-side-other .simple-jobs li .inner h4 {
    padding: 10px 0;
    color: #7A00EB;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: left
}

.jobs-side-other .simple-jobs li .inner span {
    color: #303030;
    font-size: 1rem;
    display: block;
    margin: 0 0 7px;
    text-align: left
}

.jobs-side-other .simple-jobs li a {
    padding: 7.5px;
    border: 2px solid #7A00EB;
    color: #7A00EB;
    display: block;
    max-width: 70%;
    margin: 10px 0px;
    border-radius: 20px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: 'Cera-medium';
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.jobs-side-other .simple-jobs li a:hover {
    color: #ffffff;
    background: #7A00EB
}

.rotate-text {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    overflow: hidden;
    padding: 0 4px
}

.rotate-text:hover span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rotate-text span {
    line-height: 65px;
    display: inline-block !important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.rotate-text span:before {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.page-template-template-generic #wrapper header#main-header .container,
.single-case_study #wrapper header#main-header .container,
.single-post #wrapper header#main-header .container,
.single-team-members #wrapper header#main-header .container,
.single-testimonial #wrapper header#main-header .container {
    margin: 0;
    max-width: 100% !important;
    padding: 0 2rem
}

.page-template-template-generic #wrapper header#second-header .container,
.single-case_study #wrapper header#second-header .container,
.single-post #wrapper header#second-header .container,
.single-team-members #wrapper header#second-header .container,
.single-testimonial #wrapper header#second-header .container {
    max-width: 100% !important
}

.page-template-template-generic .small-cta-icon,
.single-case_study .small-cta-icon,
.single-post .small-cta-icon,
.single-team-members .small-cta-icon,
.single-testimonial .small-cta-icon {
    margin: 0 0 2rem 0;
    background-color: #fbfbff !important;
    padding: 1rem 0 1rem 0
}

@media (max-width:760px) {

    .page-template-template-generic .small-cta-icon,
    .single-case_study .small-cta-icon,
    .single-post .small-cta-icon,
    .single-team-members .small-cta-icon,
    .single-testimonial .small-cta-icon {
        margin: 0
    }
}

.page-template-template-generic .small-cta-icon p,
.single-case_study .small-cta-icon p,
.single-post .small-cta-icon p,
.single-team-members .small-cta-icon p,
.single-testimonial .small-cta-icon p {
    margin-bottom: 0
}

.page-template-template-generic #wrapper #titlebar,
.single-case_study #wrapper #titlebar,
.single-post #wrapper #titlebar,
.single-team-members #wrapper #titlebar,
.single-testimonial #wrapper #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/job-ad-banner.jpg)
}

.page-template-template-generic #wrapper #titlebar .container,
.single-case_study #wrapper #titlebar .container,
.single-post #wrapper #titlebar .container,
.single-team-members #wrapper #titlebar .container,
.single-testimonial #wrapper #titlebar .container {
    text-align: center
}

.page-template-template-generic #wrapper #titlebar .container a,
.page-template-template-generic #wrapper #titlebar .container p,
.single-case_study #wrapper #titlebar .container a,
.single-case_study #wrapper #titlebar .container p,
.single-post #wrapper #titlebar .container a,
.single-post #wrapper #titlebar .container p,
.single-team-members #wrapper #titlebar .container a,
.single-team-members #wrapper #titlebar .container p,
.single-testimonial #wrapper #titlebar .container a,
.single-testimonial #wrapper #titlebar .container p {
    color: #ffffff
}

.page-template-template-generic #wrapper #titlebar .container h1,
.page-template-template-generic #wrapper #titlebar .container h2,
.single-case_study #wrapper #titlebar .container h1,
.single-case_study #wrapper #titlebar .container h2,
.single-post #wrapper #titlebar .container h1,
.single-post #wrapper #titlebar .container h2,
.single-team-members #wrapper #titlebar .container h1,
.single-team-members #wrapper #titlebar .container h2,
.single-testimonial #wrapper #titlebar .container h1,
.single-testimonial #wrapper #titlebar .container h2 {
    margin: 0 0 2rem;
    color: #ffffff
}

@media (max-width:760px) {

    .page-template-template-generic #wrapper #titlebar .container h1,
    .page-template-template-generic #wrapper #titlebar .container h2,
    .single-case_study #wrapper #titlebar .container h1,
    .single-case_study #wrapper #titlebar .container h2,
    .single-post #wrapper #titlebar .container h1,
    .single-post #wrapper #titlebar .container h2,
    .single-team-members #wrapper #titlebar .container h1,
    .single-team-members #wrapper #titlebar .container h2,
    .single-testimonial #wrapper #titlebar .container h1,
    .single-testimonial #wrapper #titlebar .container h2 {
        font-size: 2rem
    }
}

.page-template-template-generic #wrapper #titlebar .container p,
.single-case_study #wrapper #titlebar .container p,
.single-post #wrapper #titlebar .container p,
.single-team-members #wrapper #titlebar .container p,
.single-testimonial #wrapper #titlebar .container p {
    margin: 0 0 2rem
}

.page-template-template-generic #wrapper #titlebar .container .meta,
.page-template-template-generic #wrapper #titlebar .container .meta span,
.single-case_study #wrapper #titlebar .container .meta,
.single-case_study #wrapper #titlebar .container .meta span,
.single-post #wrapper #titlebar .container .meta,
.single-post #wrapper #titlebar .container .meta span,
.single-team-members #wrapper #titlebar .container .meta,
.single-team-members #wrapper #titlebar .container .meta span,
.single-testimonial #wrapper #titlebar .container .meta,
.single-testimonial #wrapper #titlebar .container .meta span {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6rem
}

.page-template-template-generic #wrapper #titlebar .container .sixteen,
.single-case_study #wrapper #titlebar .container .sixteen,
.single-post #wrapper #titlebar .container .sixteen,
.single-team-members #wrapper #titlebar .container .sixteen,
.single-testimonial #wrapper #titlebar .container .sixteen {
    width: 100% !important
}

.page-template-template-generic #wrapper .container,
.single-case_study #wrapper .container,
.single-post #wrapper .container,
.single-team-members #wrapper .container,
.single-testimonial #wrapper .container {
    padding: 2rem 0;
    max-width: 90% !important
}

@media (max-width:1500px) {

    .page-template-template-generic #wrapper .container .col-xl-8,
    .single-case_study #wrapper .container .col-xl-8,
    .single-post #wrapper .container .col-xl-8,
    .single-team-members #wrapper .container .col-xl-8,
    .single-testimonial #wrapper .container .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width:990px) and (min-width:651px) {

    .page-template-template-generic #wrapper .container .col-xl-8,
    .single-case_study #wrapper .container .col-xl-8,
    .single-post #wrapper .container .col-xl-8,
    .single-team-members #wrapper .container .col-xl-8,
    .single-testimonial #wrapper .container .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (max-width:650px) {

    .page-template-template-generic #wrapper .container .col-xl-8,
    .single-case_study #wrapper .container .col-xl-8,
    .single-post #wrapper .container .col-xl-8,
    .single-team-members #wrapper .container .col-xl-8,
    .single-testimonial #wrapper .container .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.page-template-template-generic #wrapper .container .content,
.single-case_study #wrapper .container .content,
.single-post #wrapper .container .content,
.single-team-members #wrapper .container .content,
.single-testimonial #wrapper .container .content {
    padding: 0 2rem
}

@media (max-width:760px) {

    .page-template-template-generic #wrapper .container .content,
    .single-case_study #wrapper .container .content,
    .single-post #wrapper .container .content,
    .single-team-members #wrapper .container .content,
    .single-testimonial #wrapper .container .content {
        padding: 0
    }
}

.page-template-template-generic #wrapper .container .content h1,
.single-case_study #wrapper .container .content h1,
.single-post #wrapper .container .content h1,
.single-team-members #wrapper .container .content h1,
.single-testimonial #wrapper .container .content h1 {
    color: #7A00EB;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 2rem
}

@media (max-width:760px) {

    .page-template-template-generic #wrapper .container .content h1,
    .single-case_study #wrapper .container .content h1,
    .single-post #wrapper .container .content h1,
    .single-team-members #wrapper .container .content h1,
    .single-testimonial #wrapper .container .content h1 {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

@media (max-width:1500px) {

    .page-template-template-generic #wrapper .container .jobs-side,
    .single-case_study #wrapper .container .jobs-side,
    .single-post #wrapper .container .jobs-side,
    .single-team-members #wrapper .container .jobs-side,
    .single-testimonial #wrapper .container .jobs-side {
        display: none
    }
}

.page-template-template-generic #wrapper .container .resource-nav,
.single-case_study #wrapper .container .resource-nav,
.single-post #wrapper .container .resource-nav,
.single-team-members #wrapper .container .resource-nav,
.single-testimonial #wrapper .container .resource-nav {
    padding-left: 0
}

@media (max-width:1500px) and (min-width:991px) {

    .page-template-template-generic #wrapper .container .resource-nav,
    .single-case_study #wrapper .container .resource-nav,
    .single-post #wrapper .container .resource-nav,
    .single-team-members #wrapper .container .resource-nav,
    .single-testimonial #wrapper .container .resource-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width:990px) and (min-width:651px) {

    .page-template-template-generic #wrapper .container .resource-nav,
    .single-case_study #wrapper .container .resource-nav,
    .single-post #wrapper .container .resource-nav,
    .single-team-members #wrapper .container .resource-nav,
    .single-testimonial #wrapper .container .resource-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media (max-width:650px) {

    .page-template-template-generic #wrapper .container .resource-nav,
    .single-case_study #wrapper .container .resource-nav,
    .single-post #wrapper .container .resource-nav,
    .single-team-members #wrapper .container .resource-nav,
    .single-testimonial #wrapper .container .resource-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:760px) {

    .page-template-template-generic #wrapper .container .resource-nav,
    .single-case_study #wrapper .container .resource-nav,
    .single-post #wrapper .container .resource-nav,
    .single-team-members #wrapper .container .resource-nav,
    .single-testimonial #wrapper .container .resource-nav {
        padding-left: 0
    }
}

.page-template-template-generic #wrapper .container .resource-nav .widget h4,
.single-case_study #wrapper .container .resource-nav .widget h4,
.single-post #wrapper .container .resource-nav .widget h4,
.single-team-members #wrapper .container .resource-nav .widget h4,
.single-testimonial #wrapper .container .resource-nav .widget h4 {
    margin: 0 0 1rem
}

.page-template-template-generic #wrapper .container .resource-nav .widget ul,
.single-case_study #wrapper .container .resource-nav .widget ul,
.single-post #wrapper .container .resource-nav .widget ul,
.single-team-members #wrapper .container .resource-nav .widget ul,
.single-testimonial #wrapper .container .resource-nav .widget ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    position: relative
}

.page-template-template-generic #wrapper .container .resource-nav .widget ul:before,
.single-case_study #wrapper .container .resource-nav .widget ul:before,
.single-post #wrapper .container .resource-nav .widget ul:before,
.single-team-members #wrapper .container .resource-nav .widget ul:before,
.single-testimonial #wrapper .container .resource-nav .widget ul:before {
    content: "";
    width: 5px;
    background-color: #7A00EB;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px
}

.page-template-template-generic #wrapper .container .resource-nav .widget ul li a,
.single-case_study #wrapper .container .resource-nav .widget ul li a,
.single-post #wrapper .container .resource-nav .widget ul li a,
.single-team-members #wrapper .container .resource-nav .widget ul li a,
.single-testimonial #wrapper .container .resource-nav .widget ul li a {
    color: #b5b5b5
}

.page-template-template-generic #wrapper .container .resource-nav .widget ul li a:hover,
.single-case_study #wrapper .container .resource-nav .widget ul li a:hover,
.single-post #wrapper .container .resource-nav .widget ul li a:hover,
.single-team-members #wrapper .container .resource-nav .widget ul li a:hover,
.single-testimonial #wrapper .container .resource-nav .widget ul li a:hover {
    color: #7A00EB
}

.page-template-template-generic #wrapper .container .resource-nav .widget ul li.current-menu-item a,
.single-case_study #wrapper .container .resource-nav .widget ul li.current-menu-item a,
.single-post #wrapper .container .resource-nav .widget ul li.current-menu-item a,
.single-team-members #wrapper .container .resource-nav .widget ul li.current-menu-item a,
.single-testimonial #wrapper .container .resource-nav .widget ul li.current-menu-item a {
    color: #7A00EB;
    font-weight: 500
}

.page-template-template-generic #wrapper .container .resource-nav .widget.cta,
.single-case_study #wrapper .container .resource-nav .widget.cta,
.single-post #wrapper .container .resource-nav .widget.cta,
.single-team-members #wrapper .container .resource-nav .widget.cta,
.single-testimonial #wrapper .container .resource-nav .widget.cta {
    background-color: #f6f6f6;
    min-height: 0
}

@media (max-width:760px) {

    .page-template-template-generic #wrapper .container .resource-nav .widget.cta,
    .single-case_study #wrapper .container .resource-nav .widget.cta,
    .single-post #wrapper .container .resource-nav .widget.cta,
    .single-team-members #wrapper .container .resource-nav .widget.cta,
    .single-testimonial #wrapper .container .resource-nav .widget.cta {
        display: none
    }
}

.page-template-template-generic #wrapper .container .resource-nav .widget.cta a,
.page-template-template-generic #wrapper .container .resource-nav .widget.cta p,
.single-case_study #wrapper .container .resource-nav .widget.cta a,
.single-case_study #wrapper .container .resource-nav .widget.cta p,
.single-post #wrapper .container .resource-nav .widget.cta a,
.single-post #wrapper .container .resource-nav .widget.cta p,
.single-team-members #wrapper .container .resource-nav .widget.cta a,
.single-team-members #wrapper .container .resource-nav .widget.cta p,
.single-testimonial #wrapper .container .resource-nav .widget.cta a,
.single-testimonial #wrapper .container .resource-nav .widget.cta p {
    color: #7A00EB;
    border-color: #7A00EB;
    font-size: 1.3rem;
    margin: 0
}

@media (max-width:760px) {

    .page-template-template-generic #wrapper .container .resource-nav .widget.cta a,
    .page-template-template-generic #wrapper .container .resource-nav .widget.cta p,
    .single-case_study #wrapper .container .resource-nav .widget.cta a,
    .single-case_study #wrapper .container .resource-nav .widget.cta p,
    .single-post #wrapper .container .resource-nav .widget.cta a,
    .single-post #wrapper .container .resource-nav .widget.cta p,
    .single-team-members #wrapper .container .resource-nav .widget.cta a,
    .single-team-members #wrapper .container .resource-nav .widget.cta p,
    .single-testimonial #wrapper .container .resource-nav .widget.cta a,
    .single-testimonial #wrapper .container .resource-nav .widget.cta p {
        font-size: 1rem
    }
}

.page-template-template-generic #wrapper .container .resource-nav .widget.cta a,
.single-case_study #wrapper .container .resource-nav .widget.cta a,
.single-post #wrapper .container .resource-nav .widget.cta a,
.single-team-members #wrapper .container .resource-nav .widget.cta a,
.single-testimonial #wrapper .container .resource-nav .widget.cta a {
    margin: 20px 0 0
}

@media (max-width:760px) {

    .page-template-template-generic #wrapper .container .resource-nav .widget.cta a,
    .single-case_study #wrapper .container .resource-nav .widget.cta a,
    .single-post #wrapper .container .resource-nav .widget.cta a,
    .single-team-members #wrapper .container .resource-nav .widget.cta a,
    .single-testimonial #wrapper .container .resource-nav .widget.cta a {
        font-size: 1rem
    }
}

.page-template-template-generic #wrapper .container .resource-nav .widget.cta a:hover,
.single-case_study #wrapper .container .resource-nav .widget.cta a:hover,
.single-post #wrapper .container .resource-nav .widget.cta a:hover,
.single-team-members #wrapper .container .resource-nav .widget.cta a:hover,
.single-testimonial #wrapper .container .resource-nav .widget.cta a:hover {
    background-color: #7A00EB !important;
    color: #ffffff
}

.page-template-template-generic #footer .container,
.single-case_study #footer .container,
.single-post #wrapper #footer .container,
.single-team-members #footer .container,
.single-testimonial #footer .container {
    max-width: 100% !important
}

.page-template-template-generic .scroll .container,
.single-case_study .scroll .container,
.single-post #wrapper .scroll .container,
.single-team-members .scroll .container,
.single-testimonial .scroll .container {
    max-width: 100% !important
}

.post-type-archive-testimonial #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/testimonials-banner.jpg);
    background-position: 50% 22%
}

.post-type-archive-testimonial .small-cta-icon {
    margin: 0 0 0rem 0;
    background-color: #fbfbff !important;
    padding: 1rem 0 1rem 0
}

.post-type-archive-testimonial .small-cta-icon p {
    margin-bottom: 0
}

.post-type-archive-testimonial .container.page {
    padding: 4rem 2rem !important
}

@media (max-width:767px) {
    .post-type-archive-testimonial .container.page {
        padding: 2rem 1rem !important
    }
}

@media (max-width:799px) {
    .post-type-archive-testimonial .top-sec .col-sm-4 {
        margin-bottom: 25px !important;
        margin-top: 25px !important
    }
}

.post-type-archive-testimonial .top-sec {
    margin: 0 0 2rem
}

@media (max-width:990px) and (min-width:800px) {

    .post-type-archive-testimonial .top-sec .col-sm-4,
    .post-type-archive-testimonial .top-sec .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:799px) {

    .post-type-archive-testimonial .top-sec .col-sm-4,
    .post-type-archive-testimonial .top-sec .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.post-type-archive-testimonial .top-sec .col-sm-8 {
    padding-left: 0
}

.post-type-archive-testimonial .top-sec h2 {
    font-size: 3rem;
    line-height: 3rem
}

@media (max-width:779px) {
    .post-type-archive-testimonial .top-sec h2 {
        margin: 0 0 1rem;
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.post-type-archive-testimonial .top-sec .switcher {
    float: right
}

@media (max-width:1174px) {
    .post-type-archive-testimonial .top-sec .switcher {
        display: block;
        float: none
    }
}

.post-type-archive-testimonial .top-sec .switcher .option {
    border-radius: 25px;
    float: left;
    padding: .75rem 0;
    border: 2px solid #00C6F8;
    background-color: transparent;
    color: #00C6F8;
    width: 170px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: 'Cera-medium';
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media (max-width:1174px) and (min-width:481px) {
    .post-type-archive-testimonial .top-sec .switcher .option {
        width: calc(100% / 2);
        font-size: 1.2rem
    }
}

@media (max-width:480px) {
    .post-type-archive-testimonial .top-sec .switcher .option {
        width: 100%
    }
}

.post-type-archive-testimonial .top-sec .switcher .option.selected {
    background: #00C6F8;
    color: #ffffff;
    border: 2px solid #00C6F8;
    cursor: auto;
    font-weight: 500
}

.post-type-archive-testimonial .top-sec .switcher .option:first-child {
    border-radius: 25px 0 0 25px;
    border-right: 2
}

@media (max-width:760px) {
    .post-type-archive-testimonial .top-sec .switcher .option:first-child {
        border-radius: 25px;
        margin-bottom: 10px
    }
}

.post-type-archive-testimonial .top-sec .switcher .option:last-child {
    border-radius: 0 25px 25px 0;
    border-left: 2
}

@media (max-width:760px) {
    .post-type-archive-testimonial .top-sec .switcher .option:last-child {
        border-radius: 25px;
        margin-bottom: 10px
    }
}

.post-type-archive-testimonial .test-cont {
    display: none
}

.post-type-archive-testimonial .test-cont.visible {
    display: block
}

.post-type-archive-testimonial .test-cont ul li {
    border-bottom: 1px solid #f6f6f6;
    padding: 0 0 2rem;
    margin: 0 0 2rem
}

.post-type-archive-testimonial .test-cont ul li p {
    margin: 0 0 .5rem
}

.post-type-archive-testimonial .test-cont ul li span {
    color: #00C6F8;
    font-weight: 500;
    font-family: 'Cera-medium'
}

.blog #titlebar {
    background-image: url(/wp-content/themes/stellar-select/images/banner/insight-banner.jpg);
    margin-bottom: 2rem
}



.blog .blog-sec {
    margin: 3rem 0
}

.blog .blog-sec ul {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0
}

.blog .blog-sec ul li {
    width: calc(100% / 3 - 10px);
    float: left;
    margin: 0 15px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 360px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    overflow: hidden
}

@media (max-width:1250px) and (min-width:770px) {
    .blog .blog-sec ul li {
        width: calc(100% / 2 - 7.5px);
        min-height: 500px
    }
}

@media (max-width:769px) {
    .blog .blog-sec ul li {
        width: 100%;
        margin: 0 0 15px;
        min-height: 400px
    }
}

@media (max-width:600px) and (min-width:381px) {
    .blog .blog-sec ul li {
        min-height: 450px
    }
}

@media (max-width:380px) {
    .blog .blog-sec ul li {
        min-height: 560px
    }
}

.blog .blog-sec ul li:nth-child(3n) {
    margin: 0 0 10px
}

@media (max-width:1250px) {
    .blog .blog-sec ul li:nth-child(3n) {
        margin: 0 15px 15px 0
    }
}

@media (max-width:1250px) and (min-width:770px) {
    .blog .blog-sec ul li:nth-child(2n) {
        margin: 0 0 10px 0
    }
}

.blog .blog-sec ul li:hover .inner {
    bottom: 0
}

.blog .blog-sec ul li:hover .inner p {
    opacity: 1
}

.blog .blog-sec ul li .inner {
    position: absolute;
    bottom: -60%;
    width: 100%;
    height: 100%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media (max-width:1250px) {
    .blog .blog-sec ul li .inner {
        bottom: 0
    }
}

.blog .blog-sec ul li .inner h4 {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin: 0 0 1rem
}

.blog .blog-sec ul li .inner p {
    color: #ffffff;
    opacity: 0;
    margin: 0 0 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media (max-width:1250px) {
    .blog .blog-sec ul li .inner p {
        opacity: 1
    }
}

.blog .blog-sec ul li .inner a {
    padding: .2rem 2rem;
    font-size: 1rem
}

.blog .blog-sec ul li .cat-wrap .Popular {
    display: none
}

.signup {
    max-width: 1320px;
    margin: auto;
    margin-bottom: 35px
}

.signup a.cg-link-d {
    z-index: 1;
    position: relative;
    border: 2px solid #00C6F8;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #00C6F8;
    font-family: 'Cera-medium';
    border-radius: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.signup a.cg-link-d:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

@font-face {
    font-family: 'Cera-black';
    src: url('/wp-content/themes/stellar-select/fonts/CeraRoundBasic-Black.woff')
}

@font-face {
    font-family: 'Cera-bold';
    src: url('/wp-content/themes/stellar-select/fonts/CeraRoundBasic-Bold.woff')
}

@font-face {
    font-family: 'Cera-light';
    src: url('/wp-content/themes/stellar-select/fonts/CeraRoundBasic-Light.woff')
}

@font-face {
    font-family: 'Cera-medium';
    src: url('/wp-content/themes/stellar-select/fonts/CeraRoundBasic-Medium.woff')
}

@font-face {
    font-family: 'Cera-regular';
    src: url('/wp-content/themes/stellar-select/fonts/CeraRoundBasic-Regular.woff')
}

@font-face {
    font-family: 'Cera-thin';
    src: url('/wp-content/themes/stellar-select/fonts/CeraRoundBasic-Thin.woff')
}

.widget_range_filter-inside .range-indicator {
    margin: 0 0 .5rem
}

.widget_range_filter-inside .ui-slider {
    position: relative;
    text-align: left
}

.widget_range_filter-inside .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: default
}

.widget_range_filter-inside .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #f6f6f6
}

.widget_range_filter-inside .ui-slider-horizontal {
    height: .6em;
    background-color: #f6f6f6;
    margin: 0 5px
}

.widget_range_filter-inside .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
    border-radius: 50%
}

.widget_range_filter-inside .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_range_filter-inside .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.widget_range_filter-inside .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.widget_range_filter-inside .ui-slider-vertical {
    width: .8em;
    height: 100px
}

.widget_range_filter-inside .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em
}

.widget_range_filter-inside .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.widget_range_filter-inside .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.widget_range_filter-inside .ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    background-color: #f6f6f6;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 47px;
    line-height: 47px;
    border: none;
    background-color: #f6f6f6;
    color: #808080;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500
}

.chosen-container.chosen-container-multi .chosen-drop {
    padding: 4px 4px 4px 0
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808080
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    position: relative
}

.chosen-container-single .chosen-single div b:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 14px 0 0;
    top: 0;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #c0c0c0;
    float: right;
    font-weight: normal
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    padding-top: 0;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    margin-bottom: 4px;
    padding: 10px 20px 10px 10px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa
}

.chosen-container-single .chosen-search > input[type=text] {
    float: none;
    width: 100%
}

.search-container .chosen-container-single .chosen-search > input[type=text],
.search_location .chosen-container-single .chosen-search > input[type=text] {
    width: 100% !important
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 10px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: normal;
    z-index: 10
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-drop::-webkit-scrollbar {
    width: 10px
}

.chosen-drop::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px
}

.chosen-drop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2)
}

.chosen-drop::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3)
}

.chosen-container .chosen-results {
    color: #808080;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 232px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container-multi .chosen-results li {
    padding: 10px 18px
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #505050;
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

.chosen-container .chosen-results li.no-results {
    color: #808080;
    display: list-item;
    background-color: #fff
}

.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container.chosen-with-drop .chosen-choices,
.chosen-container.chosen-with-drop .chosen-single {
    border-radius: 3px 3px 0 0
}

.chosen-container.chosen-with-drop .chosen-drop {
    border-radius: 0 0 3px 3px
}

.chosen-container-multi .chosen-results li:first-child {
    margin-top: 10px
}

.chosen-container-multi .chosen-results li:last-child {
    margin-bottom: 10px
}

.chosen-container-multi .chosen-results li {
    margin: 0 7px
}

.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 12px 18px;
    line-height: 36px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    text-decoration: none;
    white-space: nowrap;
    line-height: 23px;
    cursor: pointer;
    margin: 0px
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 0;
    padding: 0;
    height: 24px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    color: #808080;
    line-height: normal;
    font-weight: 500
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    max-width: 100%;
    background-color: #505050;
    line-height: 29px;
    color: #FFF;
    cursor: default;
    font-weight: 500;
    padding: 0px 22px 0px 8px;
    margin: 2px 4px 2px 0px;
    top: 0
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: -2px;
    right: 7px;
    display: block
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 13px;
    top: 1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #fff;
    float: right;
    font-weight: normal
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #808080
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    content: "\f0d8"
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #808080 !important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8
}

.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505
}

.mfp-content p {
    margin-bottom: 0
}

.mfp-content input[type=submit] {
    margin-top: 25px
}

.fieldset-resume_id small {
    color: #999
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

.mfp-s-loading .mfp-arrow {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    right: 0px;
    top: 40px
}

.mfp-close {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    right: 0;
    cursor: pointer !important;
    z-index: 9999;
    background: #282828;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.mfp-close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 16px;
    top: 0;
    left: 0;
    position: relative
}

.mfp-content .mfp-close {
    top: 29px;
    right: 29px;
    border-radius: 3px;
    background-image: url(/wp-content/themes/stellar-select/images/svg/cancel.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 49%
}

.apply_with_resume p {
    margin-bottom: 0
}

.mfp-content .mfp-close:before {
    display: none
}

.mfp-close:hover {
    background-color: #505050
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px
}

.mfp-arrow {
    opacity: 0;
    margin: 0;
    top: 50%;
    margin-top: -24px;
    padding: 0;
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    background: #c0c0c0;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.mfp-arrow:hover {
    background: #808080
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    font-family: "FontAwesome";
    font-size: 16px
}

.mfp-arrow.mfp-arrow-right {
    right: 0
}

.mfp-arrow.mfp-arrow-left:before {
    content: "\f053";
    top: 1px;
    left: -1px;
    position: relative
}

.mfp-arrow.mfp-arrow-right:before {
    content: "\f054";
    top: 1px;
    left: 1px;
    position: relative
}

.mfp-content:hover .mfp-arrow {
    opacity: 1
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black
}

.mfp-iframe-holder .mfp-close {
    top: 0px
}

div.small-dialog {
    background: #fff;
    padding: 30px 40px 35px 40px;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .mfp-content input[name=wp_job_manager_resumes_apply_with_resume_create] {
    font-size: 14px;
    background-color: #282828
}

div.small-dialog h3 {
    margin-bottom: 20px
}

.workscout-way h3 {
    display: none
}

div.small-dialog span.line {
    padding-top: 7px
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.65
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4)
}

.mfp-figure {
    line-height: 0
}

.mfp-bottom-bar {
    margin-top: -30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

@media (max-width:800px) {
    .mfp-arrow {
        width: 70px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.85
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.job_listing_packages ul.job_packages .package-section {
    background-color: #eee
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body.login {
    background-image: url('/wp-content/uploads/2017/11/paddle-boarding-mountain-lake-grey-scale.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 30%
}

body.login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: -1
}

body.login h1 a {
    background-image: url('/wp-content/uploads/SVG/abllogo.svg');
    background-size: 100%;
    background-size: 196px;
    width: 196px;
    height: 79px
}

body.login #login {
    max-width: 32rem;
    width: 100%
}

body.login #login #backtoblog,
body.login #login #nav {
    color: #ffffff
}

body.login #login #backtoblog a,
body.login #login #nav a {
    color: #ffffff
}

body.login #login #backtoblog a:hover,
body.login #login #nav a:hover {
    color: #ffffff
}

body.login #login form {
    padding: 2rem
}

body.login #login form#loginform {
    background: rgba(0, 0, 0, 0.5)
}

body.login #login form#loginform label {
    color: #ffffff
}

body.login #login form#loginform input[type=password],
body.login #login form#loginform input[type=text] {
    padding: .3rem 1rem .5rem
}

body.login #login .submit input {
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    text-shadow: none;
    border-radius: 0;
    font-size: 1.2rem;
    padding: .5rem 1rem;
    height: 2.8rem;
    line-height: 1.4rem
}

body.login #login .submit input:hover {
    color: #000000
}

body a,
body input,
body li,
body p,
body select,
body span,
body table,
body textarea {
    font-family: 'Cera-regular';
    font-size: 1.15rem;
    line-height: 1.8rem;
    text-decoration: none !important
}

@media (max-width:760px) {

    body a,
    body input,
    body li,
    body p,
    body select,
    body span,
    body table,
    body textarea {
        font-size: 1rem
    }
}

body b {
    font-family: 'Cera-medium';
    font-size: 1.2rem;
    line-height: 1.8rem
}

@media (max-width:760px) {
    body b {
        font-size: 1rem
    }
}

body p {
    margin: 0 0 2rem
}

body input,
body li,
body p,
body select,
body span,
body textarea {
    color: #303030
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Cera-medium'
}

body #wrapper .wpb_content_element {
    margin: 0
}

body #wrapper .container {
    width: 100%;
    max-width: 1322px;
    margin: 0 auto;
    padding: 0 2rem
}

@media (max-width:1024px) {
    body #wrapper .container {
        padding: 0 1rem 0
    }
}

body #wrapper .container .columns {
    margin: 0 auto
}

@media (max-width:990px) {
    body #wrapper .container .row {
        margin: 0
    }
}

body #wrapper .container article {
    width: 100%
}

.stellar-but {
    z-index: 1;
    position: relative;
    border: 2px solid #7A00EB;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #7A00EB;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but:hover {
    color: #ffffff;
    background: #7A00EB !important
}

.stellar-but-b {
    z-index: 1;
    position: relative;
    border: 2px solid #00C6F8;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #00C6F8;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-b:hover {
    color: #ffffff;
    background: #00C6F8 !important
}

.stellar-but-c {
    z-index: 1;
    position: relative;
    border: 2px solid #7A00EB;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #7A00EB;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-c:hover {
    color: #ffffff;
    background: #7A00EB !important
}

.stellar-but-d {
    z-index: 1;
    position: relative;
    border: 2px solid #6B3AF7;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #6B3AF7;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-d:hover {
    color: #ffffff;
    background: #6B3AF7 !important
}

.stellar-but-e {
    z-index: 1;
    position: relative;
    border: 2px solid #6B3AF7;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #6B3AF7;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-e:hover {
    color: #ffffff;
    background: #6B3AF7 !important
}

.stellar-but-e-2 {
    z-index: 1;
    position: relative;
    border: 2px solid #6B3AF7;
    background: #6B3AF7;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'Cera-medium';
    border-radius: 25px;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-e-2:hover {
    color: #6B3AF7;
    background: #ffffff !important
}

.stellar-but-w {
    z-index: 1;
    position: relative;
    border: 2px solid #ffffff;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    font-family: 'Cera-medium';
    color: #7A00EB;
    color: #ffffff;
    border-radius: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-w:hover {
    color: #7A00EB;
    background: #ffffff !important
}

.stellar-but-w-lb {
    z-index: 1;
    position: relative;
    border: 2px solid #ffffff;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    font-family: 'Cera-medium';
    color: #00C6F8;
    color: #ffffff;
    border-radius: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-w-lb:hover {
    color: #00C6F8;
    background: #ffffff !important
}

.stellar-but-w-b {
    z-index: 1;
    position: relative;
    border: 2px solid #ffffff;
    padding: .5rem 3rem;
    font-size: 1.2rem;
    font-family: 'Cera-medium';
    color: #6B3AF7;
    color: #ffffff;
    border-radius: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.stellar-but-w-b:hover {
    color: #6B3AF7;
    background: #ffffff !important
}

.center-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.center-abs-vert {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.current-menu-item > a,
.current-menu-parent a {
    background: transparent !important;
    font-weight: 900
}

.transition-1 {
    -webkit-transform: all 1s ease-in-out;
    -ms-transform: all 1s ease-in-out;
    transform: all 1s ease-in-out
}

.transition-2 {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.transition-3 {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@media screen and (max-width: 767px) {
    .your-column-class {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        text-align: center;
    }
