/*
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
*/

.cs-our-works-gallery .nectar-flickity .flickity-viewport {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.cs-our-works-gallery .nectar-flickity .flickity-page-dots .dot:before {
    width: 12px;
    height: 12px;
    background: #D9D9D9 !important;
    box-shadow: none;
}

.cs-our-works-gallery .nectar-flickity .flickity-page-dots .dot.is-selected::before {
    width: 12px;
    height: 12px;
    background: #34C4F2 !important;
}

.no-column-gap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nectar-cta[data-style="arrow-animation"]>span {
    display: flex;
    height: auto;
}

.nectar-cta[data-style="arrow-animation"]>span .text {
    margin: 0 !important;
}

.kcs-cta .row_col_wrap_12_inner .vc_col-sm-4 {
    padding-left: 0 !important;
}

ul li,
ol li {
    margin-bottom: 10px;
}

p {
    padding-bottom: 15px !important;
}

ol,
ul {
    margin-bottom: 15px !important;
}

.text-grey {
    color: #9F9F9F;
}

.text-blue {
    color: #34C4F2 !important;
}

.sub-menu .menu-title-text {
    font-weight: 900;
}

.sf-menu li ul li a .menu-title-text:after {
    bottom: -5px;
}

#slide-out-widget-area .inner .off-canvas-menu-container li>a {
    display: flex !important;
    flex-wrap: wrap;
}

#slide-out-widget-area .wpml-ls-menu-item .wpml-ls-flag {
    max-width: 28px !important;
    width: 100%;
    height: auto;
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    bottom: -5px !important;
}

#portfolio-nav .controls {
    margin: 0 !important;
}

#portfolio-nav .controls li {
    margin: 0 !important;
}

.kcs-portfolio-meta .row_col_wrap_12_inner {
    flex-wrap: nowrap !important;
}

.kcs-portfolio-title-icon .nectar-text-inline-images__image {
    object-fit: none;
}

.kcs-footer-menu .menu {
    margin-left: 0;
}

.kcs-footer-menu .menu li {
    list-style: none;
}

.kcs-solution-list .row_col_wrap_12 .wpb_column .wpb_wrapper {
    height: 100%;
}

.kcs-solution-list .row_col_wrap_12 .wpb_column .wpb_wrapper .nectar-fancy-box {
    height: 100%;
}

.kcs-solution-list .row_col_wrap_12 .wpb_column .wpb_wrapper .nectar-fancy-box .box-inner-wrap {
    height: 100%;
    padding: 50px 40px;
}

.kcs-tech-stack>.row_col_wrap_12 {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 15px !important;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left {
    padding: 0 !important;
    width: 45%;
    padding-right: 15px !important;
    margin-right: 25px !important;
    position: relative;
    margin-bottom: 0;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ccc;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext {
    display: flex;
    align-items: center;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext .iwt-icon {
    position: unset;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext .iwt-text {
    padding: 0 0 0 15px;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext img {
    margin-bottom: 0;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext .iwt-text {
    font-size: 26px;
    line-height: 120%;
    font-weight: 500;
    font-family: IBM Plex Mono;
}


.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-right {
    padding: 0 !important;
    flex: 1;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-right ul li {
    background: #ccc;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 10px 5px 0;
    font-size: 16px;
}

/* client logo slider  */
body .carousel-wrap {
    margin: 0 !important;
}

/* meet team  */
.ksa-meet-team .team-member img {
    width: 100% !important;
}

.wpml-ls-current-language>a {
    pointer-events: none;
    cursor: default;
}

/* blog CSS */

.posts-container .post .post-content-wrap .meta-category {
    display: none;
}

.single-post .inner-wrap #single-below-header .author,
.single-post .inner-wrap #single-below-header .meta-comment-count {
    display: none !important;
}

.single-post .content-inner {
    padding-bottom: 0px !important;
}

.single-post .blog_next_prev_buttons {
    margin-top: 0 !important;
}

.single-post .section-title.blog-title .inner-wrap>a,
.single-post .section-title.blog-title .inner-wrap .author-section {
    display: none !important;
}

body.rtl .post-area.featured_img_left .article-content-wrap .post-content-wrap {
    left: 0 !important;
    padding-left: 40px !important;
}

.blog_next_prev_buttons ul {
    margin-bottom: 0 !important;
}

.blog_next_prev_buttons ul li {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.posts-container .post-content .article-content-wrap .post-featured-img-wrap {
    width: 40% !important;
}

.posts-container .post-content .article-content-wrap .post-content-wrap {
    width: 60% !important;
    left: 39% !important;
}

.single-post #page-header-bg .blog-title .inner-wrap h1{
    max-width: 1470px !important;
}

.single-post .inner-wrap #single-below-header .date{
    border-left: none !important;
}

.single-post .inner-wrap #single-below-header .meta-reading-time {
   border-left: 1px solid rgb(247, 247, 247) !important;
}

/* small laptop  */
@media screen and (max-width:1470px) {
    h1 {
        font-size: 52px !important;
        line-height: 120% !important;
    }

    .kcs-tech-stack>.row_col_wrap_12 {
        padding: 20px 20px;
    }

    .kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext .iwt-text {
        font-size: 24px;
    }

    .kcs-industry-list .row_col_wrap_12 {
        padding-left: 20px !important;
    }
}

/* Tablet  */
@media screen and (max-width:1024px) {
    h1 {
        font-size: 48px !important;
    }

    h2,
    .wpb_wrapper h2.vc_custom_heading {
        font-size: 38px !important;
        line-height: 120% !important;
    }

    h3,
    .wpb_wrapper h3.vc_custom_heading {
        font-size: 32px !important;
        line-height: 120% !important;
    }

    h4 {
        font-size: 26px !important;
        line-height: 120% !important;
    }

    h5 {
        font-size: 24px !important;
        line-height: 120% !important;
    }

    h6 {
        font-size: 20px !important;
        line-height: 120% !important;
    }

    p {
        font-size: 16px !important;
    }

    li {
        font-size: 16px !important;
    }

    .kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext .iwt-text {
        font-size: 22px;
    }

    .nectar-cta {
        margin-right: 0 !important;
    }

    .nectar-cta a {
        padding-left: 0 !important;
    }

    .nectar-cta a svg,
    .nectar-cta a .line {
        display: none !important;
    }

    .posts-container .post-content .article-content-wrap .post-featured-img-wrap {
        width: 45% !important;
    }

    .posts-container .post-content .article-content-wrap .post-content-wrap {
        width: 55% !important;
        left: 45% !important;
    }



    @media screen and (max-width:991px) {
        .posts-container .post-content .article-content-wrap .post-featured-img-wrap {
            width: 40% !important;
        }

        .posts-container .post-content .article-content-wrap .post-content-wrap {
            width: 60% !important;
            left: 0 !important;
        }
    }
}

/* Mobile */
@media screen and (max-width:767px) {
    h1 {
        font-size: 38px !important;
    }

    h2,
    .wpb_wrapper h2.vc_custom_heading {
        font-size: 32px !important;
        line-height: 120% !important;
    }

    h3,
    .wpb_wrapper h3.vc_custom_heading {
        font-size: 28px !important;
        line-height: 120% !important;
    }

    h4 {
        font-size: 24px !important;
        line-height: 120% !important;
    }

    h5 {
        font-size: 22px !important;
        line-height: 120% !important;
    }

    h6 {
        font-size: 18px !important;
        line-height: 120% !important;
    }

    .kcs-tech-stack>.row_col_wrap_12 {
        flex-direction: column;
        padding: 20px 15px;
    }

    .kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px !important;
        padding-right: 0 !important;
    }

    .kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-right {
        width: 100%;
    }

    .kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left::before {
        display: none;
        padding-right: 0;
        margin-right: 0;
    }

    .kcs-tech-stack>.row_col_wrap_12 .kcs-tech-stack-left .iwithtext .iwt-text {
        font-size: 22px;
    }

    .kcs-tech-services .nectar-flickity .flickity-slider .nectar-fancy-box .box-inner-wrap {
        padding: 20px 20px;
    }

    .kcs-tech-services .nectar-flickity .flickity-viewport {
        margin-bottom: 70px !important;
    }

    .kcs-tech-services .nectar-flickity .flickity-page-dots {
        bottom: -60px !important;
    }

    .posts-container .post-content .article-content-wrap .post-featured-img-wrap {
        width: 100% !important;
    }

    .posts-container .post-content .article-content-wrap .post-content-wrap {
        width: 100% !important;
    }

    .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
        padding: 5% 0 0 0 !important;
    }
}