/*
Theme Name: Mama 2025
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
*/

/* DEMO FOOTER */
.material #footer-outer .widget li a {
    font-size: 16px !important;
    line-height: 22px!important;
    font-weight: normal !important;
	margin-bottom: 7px;
}

/* DEMO CARUSLE */
.nectar-flickity.nectar-post-grid {
    padding: 0px 10px;
}
.related-post-wrap {
    padding-bottom: 80px;
}

/* ALL CSS */
#search-results .result .title span {
    font-size: 12px;
}
.nectar-button.medium, .nectar-button.large {
    font-size: 18px;
}
.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
	font-size: 25px;
}
.team-meta h5, 
.next-prev-title.nectar-blog-single-section-title.nectar-inherit-h4 {
    font-weight: 400 !important;
    font-size: 16px !important;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
    background-color: #fff;
}

/* BLOG POSTS & PORTFOLIO */
.nectar-post-grid[data-text-layout=all_bottom_left_shadow] .nectar-post-grid-item div.inner:before {
	height: 90%;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgb(1 0 57) 100%);
}
[data-columns="4"].layout-mixed:not([data-text-layout="all_bottom_left_shadow"]) > div:nth-child(10n + 1) div.inner:before {
        background: linear-gradient(to top, rgba(15, 15, 15, 0), rgb(1 0 57) 100%);
}
.portfolio-items .col .work-item {
    border-radius: 10px;
	margin: 15px 0px;
}

/* PRILOGA ACF */
#priloga a:before {
    float: left;
    font-size: 2em;
    padding-right: 15px;
    color: #27276f;
  	font-family: FontAwesome;
    content: "\f101";
}