/*
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
*/


/* COMMON */
.text-intro {
    font-weight: 700;
    color: #004b9b;
    font-size: 22px;
}
/* FOOTER */

#footer-outer {
    font-size: 16px;
    line-height: 1.6;
}
#footer-widgets iframe {
    border: 0;
    aspect-ratio: 1.5/1;
    width: 100%;
    height: auto;
}

/* Module blog-recent Homepage */
.home .blog-recent {
    margin-bottom: 0;
    padding-bottom: 0;
}
.home .blog-recent .excerpt {
    display: none;
}
.home .blog-recent .col {
    position: relative;
}
.home .blog-recent .col:last-child {
    margin-bottom: 0;
}
.home .blog-recent .col > a {
    display: block;
}
body.home .blog-recent .col .post-header {
    color: #FFF;
    margin-bottom: 0;
}
body.home .blog-recent .col .post-header h3 a {
    color: #FFF !important;
}
.home .blog-recent .col .post-header {
    color: #FFF;
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: rgba(14, 37, 99, 0.60);
    font-size: 12px;
}
.row .blog-recent .col img {
    margin-bottom: 0;
    display: block;
}

/* Module Carousel nectar-flickity */
.nectar-flickity[data-controls=touch_total].nectar-carousel:not(.masonry) .flickity-viewport, .nectar-flickity[data-controls=touch_total]:not(.masonry) .flickity-viewport {
    margin-top: 25px;
    margin-bottom: 25px;
}
.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 0 0 90px 0;
}
.material .flickity-slider .wpb_row {
    margin-bottom: 0;
}

/* Module Portfolio */

.portfolio-items .work-info a:first-child,
.portfolio-items .nectar-love-wrap {
    display: none;
}
.portfolio-items .work-meta {
    width: 100%;
}
.portfolio-items .work-meta h4 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #004b9b;
}

/* Single portfolio */
.single-portfolio #breadcrumbs.yoast {
    padding-top: 20px;
}
.single-portfolio #sidebar {
    padding: 20px;
    background-color: #FAFAFA;
}
.single-portfolio .owl-theme[data-desktop-cols] .owl-dots .owl-dot.active span, 
.single-portfolio .owl-theme[data-desktop-cols] .owl-dots .owl-dot:hover span {
    background: #1647ac;
}
.single-portfolio .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    background: #1647ac;
}
.single-portfolio .owl-theme[data-desktop-cols] .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
.single-portfolio .owl-carousel[data-desktop-cols] .owl-stage {
    padding: 0 0 25px 0;
}
.single-portfolio .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}
.portfolio-item__heading {
    text-align: center;
    margin-bottom: 20px;
}
.portfolio-item__heading h2 {
    color: #004b9b;
    margin-bottom: 10px;
}
.portfolio-item__heading-location {
    font-weight: 500;
    text-transform: uppercase;
}
.portfolio-item__detail-item {
    font-size: 18px;
    line-height: 1.2;    
}
.portfolio-item__detail-item:not(:last-child) {
    margin-bottom: 20px;
}
.single-portfolio #sidebar .portfolio-item__detail-item h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
}