/*
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
*/



#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li.current-menu-item a {
    border-bottom: solid 2px;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
    background: rgba(255,255,255,0.96);
    color: #212121 !important;
    font-size: 12px;
    letter-spacing: 0;
    cursor: pointer;
    padding: 10px 42px !important;
    border: none !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
    background: #fff !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: lightgrey;
    position: relative;
    top: -2px;
}

.grecaptcha-badge {
    right: -1000px !important;
}

body .portfolio-items[data-gutter="1px"][data-col-num="elastic"], 
body .portfolio-items[data-gutter="1px"] .col {
    padding: 0 !important;
}

body .container-wrap .portfolio-items[data-ps="8"] .next-arrow,
body .container-wrap .portfolio-items[data-ps="8"] .line, 
.portfolio-items[data-ps="8"] .col .work-info .vert-center .line {
    top: 50px;
    bottom: auto;
}

p.gform_required_legend {
    display: none;
}

#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding-bottom: 25px;
    padding-top: 20px;
}

body #header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) > a .menu-title-text:after {
    bottom: 0px;
}

.testimonial_slider[data-style="minimal"] blockquote span:not(.title).testimonial-name {
    font-size: 26px;
}


.portfolio-filters-inline.full-width-section {
    /* background: #283587; */
    background: rgba(255,255,255,0.96);
}

body .portfolio-filters-inline {
    padding-top: 20px;
    padding-bottom: 20px;
}

body .portfolio-filters-inline ul li a,
body .portfolio-filters-inline ul li a.active,
body .portfolio-filters-inline .container ul li .active {
    color: #212121 !important;
    position: relative;
}

.single-portfolio .bottom_controls:before {
    content: 'Related Cases';
    text-align: center;
    display: block;
    padding: 60px 30px 30px;
    font-family: "Baloo 2";
    letter-spacing: 0;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}


.wpb_text_column p a,
#footer-widgets .widget_text a {
    position: relative;
    opacity: 1 !important;
}

.wpb_text_column p a:before,
#footer-widgets .widget_text a:before,
body .portfolio-filters-inline ul li a:before {
    content: '';
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #212121;
}

.wpb_text_column p a:before,
#footer-widgets .widget_text a:before {
    border-color: #fff !important;
}

.wpb_text_column p a:hover:before,
#footer-widgets .widget_text a:hover:before,
body .portfolio-filters-inline ul li a:hover:before,
body .portfolio-filters-inline ul li a.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

body[data-button-style*="slightly_rounded"] .portfolio-filters-inline .container ul li {
    padding-left: 15px;
    padding-right: 15px;
}

body[data-button-style*="slightly_rounded"] .portfolio-filters-inline .container ul li a {
    border-radius: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1px !important;
}



.portfolio-items[data-ps="8"] .col .work-info .vert-center {
    bottom: auto;
}


.portfolio-items[data-ps="8"] .col:hover img,
.portfolio-items[data-ps="7"] .col:hover img {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}

.portfolio-items[data-ps="8"] .col .work-info .vert-center:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 5) 0%, rgba(255, 255, 255, 0) 100%); */
    background: linear-gradient(180deg, rgb(33 33 33 / 70%) 0%, rgba(255, 255, 255, 0) 100%);
}


.portfolio-items .col .work-info a:before,
.portfolio-items .col .work-info a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    transform-origin: top;
    background: #212121;
}

.portfolio-items .col .work-info a:after {
    top: auto;
    bottom: 0;
    transform-origin: bottom;
}

.portfolio-items .col:hover .work-info a:before,
.portfolio-items .col:hover .work-info a:after {
    height: 15px;
}

.portfolio-items .col .work-info:before,
.portfolio-items .col .work-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width 0.35s ease;
    transform-origin: left;
    background: #212121;
    z-index: 99;
}

.portfolio-items .col:hover .work-info:before,
.portfolio-items .col:hover .work-info:after {
    width: 15px;
}

.portfolio-items .col .work-info:after {
    left: auto;
    right: 0;
    transform-origin: right;
}







body .wpb_gallery .portfolio-items[data-ps="8"] .col .work-info .vert-center {
    bottom: auto;
    display: flex;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
}

body .wpb_gallery .portfolio-items[data-ps="8"] .col:hover .work-info .vert-center {
    opacity: 1;
}

body .wpb_gallery .portfolio-items[data-ps="8"] .col .work-info .vert-center h3 {
    order: -1;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}

body .wpb_gallery .portfolio-items[data-ps="8"] .col .work-info .vert-center p {
    text-transform: none;
}

body .wpb_gallery .portfolio-items[data-ps="8"] .col .work-info .vert-center .next-arrow,
body .wpb_gallery .portfolio-items[data-ps="8"] .col .work-info .vert-center .line {
    display: none;
}


body .wpb_gallery .portfolio-items[data-ps="8"] .col .work-info-bg {
    opacity: 0 !important;
}

body .wpb_gallery .portfolio-items[data-ps="8"] .col .work-info .vert-center:after {
    content: "\e036";
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /* font-size: 40px; */
    font-size: 25px;
    position: absolute;
    top: 32px;
    right: -100px;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
}

body .wpb_gallery .portfolio-items[data-ps="8"] .col:hover .work-info .vert-center:after {
    right: 32px;
}

body .wpb_gallery .portfolio-items[data-gutter="default"]:not([data-col-num="elastic"]) {
    margin-top: 0px;
}

body .wpb_gallery .portfolio-items[data-gutter="default"]:not([data-col-num="elastic"]) .col {
    padding: 0px !important;
}

.nectar_video_lightbox:hover:before {
    opacity: 1;
}

.testimonial_slider[data-style="minimal"] blockquote span.title {
    font-style: normal;
}


.work-item .project_categories {
    margin-top: 5px;
}

.work-item .project_categories span {
    display: inline-block;
    background: #212121;
    font-size: 13px;
    padding: 0px 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-family: "Baloo 2";
    font-weight: 600;
}


.nectar-milestone[data-symbol-alignment=superscript] .number .symbol-wrap {
    top: 20px;
}



@media only screen and (max-width: 1024px) {

.single:not(.material) #page-header-bg.fullscreen-header h1 {
    font-size: 60px;
    line-height: 1 !important;
}

body #page-header-wrap #page-header-bg.fullscreen-header .span_6 span.subheader {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-top: 10px;
}

}


@media only screen and (max-width: 1024px) {

.single:not(.material) #page-header-bg.fullscreen-header h1 {
    font-size: 40px;
}

body #page-header-wrap #page-header-bg.fullscreen-header .span_6 span.subheader {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-top: 0;
}

}


/*
div[data-cky-tag="powered-by"] {
    display: none !important;
}
*/



.cky-consent-container .cky-consent-bar {
    box-shadow: none !important;
}

.cky-notice .cky-title,
.cky-consent-bar .cky-notice-des p {
    padding-bottom: 0;
}


