/*
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
*/







/* ── Innomechanika custom ── */

/* fancy_box color_box_and_icon: hover border animáció bekapcsolása */
.nectar-fancy-box[data-style=color_box_and_icon]:after,
.nectar-fancy-box[data-style=color_box_basic]:after {
    display: block !important;
    background: #00A2BC;
    height: 4px;
}

/* Ha fehér háttér: sötétebb cyan border */
.nectar-fancy-box[data-style=color_box_and_icon][data-color="#ffffff"]:after {
    background: #00A2BC;
}

/* fancy_box belső padding harmonizálás */
.full-width-content .vc_col-sm-12 .vc_col-sm-12 > .wpb_wrapper > .nectar-fancy-box[data-style=color_box_and_icon] {
    padding: 28px 24px;
}
