/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Single Portfolio */
.single-portfolio .nectar-fancy-ul {
    font-size: 14px;
}
.single-portfolio .nectar-meta-category-el {
    font-size: 12px;
}
.single-portfolio .nectar-meta-category-el span {
    display: block;
    position: relative;
    color: #000;
}
.single-portfolio .nectar-meta-category-el span:not(:last-child) {
    padding-right: 16px;
}
.single-portfolio .nectar-meta-category-el span:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #1647ac;
    width: 5px;
    height: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2.5px;
}
.single-portfolio .vc_custom_heading {
    color: #1C355B !important;
}

@media only screen and (max-width: 999px) {
    .single-portfolio #portfolio-extra .span_12 {
        flex-direction: column-reverse;
    }
}

/* Footer */
#footer-widgets .logo {
    width: 200px;
}

/* Contact */
.page-id-82 .blog-recent[data-style*=classic_enhanced] .inner-wrap {
    box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.page-id-82 .meta-category {
    display: none;
}

/* Single Post */
.single-post h1 {
    color: #1647AC;
}

/* CTA Staffing home */
.cta-staffing {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 75px;
    pointer-events: none;
    font-weight: 700;
    letter-spacing: 2px;
}
.cta-staffing a {
    pointer-events: all !important;
    margin-bottom: 0;
    line-height: 1.1em;
}
body[data-button-style^="rounded"] .cta-staffing .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding: 13px 22px;
}
body[data-button-style*=rounded] .cta-staffing .nectar-button.tilt {
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
}
.cta-staffing .nectar-button.tilt:before,
.cta-staffing .nectar-button.tilt:after {
    content: none;
    display: none;
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .cta-staffing .nectar-button.medium {
        font-size: 11px;
    }
    body[data-button-style^="rounded"] .cta-staffing .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
        padding: 9px 22px;
    }
}
@media only screen and (max-width: 690px) {
    .cta-staffing {
        letter-spacing: 0.5px;
        bottom: 50px;
    }
    .cta-staffing .nectar-button.medium {
        font-size: 9px;
    }
    body[data-button-style^="rounded"] .cta-staffing .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
        padding: 8px 13px;
    }
}