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

/* MENU */

#header-outer nav > ul > li > a {
    position: relative !important;
}

#header-outer nav > ul > li > a::after {
    content: "+" !important;
    font-size: 0.7em !important;
    margin-left: 2px !important;
    position: relative !important;
    top: -0.4em !important;
    color: inherit !important;
    display: inline-block !important;
    transition: color 0.3s ease;
}
#header-outer nav > ul > li > a:hover::after {
    color: #47ceb8 !important;
}
#header-outer[data-lhe="animated_underline"] nav > ul > li:not([class*="button_"]) > a .menu-title-text:after {
    width: auto !important;
}
.off-canvas-menu-container.mobile-only li a {
    font-family: 'arboria' !important;
    font-weight: 400 !important;
}

/* FONT */
body {
    font-family: "arboria", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* CTA */

.btn-insights {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    min-width: 220px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 999px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #47ceb8 0%, #ffffff 100%) border-box;
    transition: all 0.35s ease;
    overflow: hidden;
}

.btn-insights span {
    display: block;
}

.btn-insights .arrow {
    width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transform: translateX(-4px);
    transition: width 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.btn-insights:hover {
    background:
        linear-gradient(90deg, #47ceb8 0%, #47ceb8 70%, #ffffff 100%) padding-box,
        linear-gradient(90deg, #47ceb8 0%, #ffffff 100%) border-box;
}

.btn-insights:hover .arrow {
    width: 20px;
    opacity: 1;
    transform: translateX(0);
}

/* BANNER */

#SR7_1_1 .hades .sr7-bullet {
    width: 190px !important;
    height: 6px !important;
    background: #47ceb8 !important;
    border: none !important;
    box-shadow: none !important;
}

#SR7_1_1 .hades .sr7-bullet.sr7-touchhover,
#SR7_1_1 .hades .sr7-bullet.selected {
    background: #359B8A !important;
}

span.sr7-bullimg {
    display: none !important;
}

/* SERVICES */

.ColumnServices {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.ColumnServices:hover {
    transform: scale(1.06) !important;
}

.ColumnServices:hover .column-bg-overlay-wrap.column-bg-layer {
    box-shadow: 5px 5px 15px -4px #C7C7C7;
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    #SR7_1_1 .hades .sr7-bullet {
        width: 80px !important;
        height: 3px !important;
    }
	div#Banner a.btn-insights {
    	min-width: 180px !important;
	}
}