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


/*********Spektrum***********/
/*Flip-Box - Abgerundete Ecken*/
.flip-box-front, .flip-box-back {
    border-radius: 30px !important;
}
/*Flip-Box - Abstände zum Rand*/
.flip-box-front .inner, .flip-box-back .inner {
    padding: 45px !important;
}


/*Flip-Box - Farbverlauf zu Front hinzufügen*/
.flip-box-front::after {
    border-radius: 30px !important;
    background: linear-gradient(to bottom, rgb(50, 50, 50, 1) 0%, rgba(50, 50, 50, 0) 50%) !important;
	opacity: 70% !important;
}
/*Flip-Box - Farbverlauf zu Back hinzufügen */
.flip-box-back {
    background: linear-gradient(to bottom, #0232B8 0%, #0DB0E5 90%, #2FC0D2 100%) !important;
}


/*********Aufzählung mit Chevron - Fancy unordered list***********/
/*Kleinerer Abstand zu Icon*/
.nectar-fancy-ul ul li {
    padding-left: 25px !important;
}
/*Kleinere Icons*/
.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
    font-size: 13px !important;
	}


/*********Impressionen***********/
/*Ecken abrunden*/
.inner-wrap.animated {
    border-radius: 30px !important;
}
/*Bildvorschau groß - Ecken abrunden*/
.fancybox-content img {
    border-radius: 30px !important;
}



/*********Allgemein***********/
/*Button CTA - Verlauf von links nach rechts*/
.nectar-cta[data-color="extra-color-gradient-1"]:not([data-style="material"]) .link_wrap{
    background: linear-gradient(to right, #0a84d5, #2fc0d2) !important;
}



/*********Spektrum***********/
/*Carousel - Schatten zu Weiter- und Zurück-Button hinzufügen*/
button.flickity-button.flickity-prev-next-button.next, button.flickity-button.flickity-prev-next-button.previous {
    box-shadow: 0 6px 31px rgba(0, 0, 0, 0.25), 0 0 23px rgba(171, 197, 80, 0.2);
}


/*********Formular***********/
/*Formular-Button - Schrift und hintergrund allen anderen Buttons anpassen*/
html body #nex-forms .pill.button_fields .input_container .btn {
    padding: 10px 25px !important;
    background: linear-gradient(to right, #0a84d5, #2fc0d2);
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.03em !important;
}

/*Breadcrumbs - Striche dazwischen anpassen*/
.nf_ms_breadcrumb.bc-connected .step_connecter {
    width: 17px !important;
    right: -26px !important;
    border-bottom: 1px solid #00000050 !important;
}
/*Breadcrumbs - Schrift anpassen*/
span.the_step_num {
    font-family: 'Poppins' !important;
    font-size: 17px !important;
}

/*Breadcrumbs - Kreishintergründe - Farbe anpassen*/
html body .nf_ms_breadcrumb > ul.md-color-blue li.current {
    border: 2px solid #001bb0 !important;
}
html body .nf_ms_breadcrumb.bc-solid ul.md-color-blue > li.current, #nex-forms .nf_ms_breadcrumb.triangular.bc-solid ul.md-color-blue li.current::before, #nex-forms .nf_ms_breadcrumb.triangular.bc-solid ul.md-color-blue li.current::after, #nex-forms .nf_ms_breadcrumb.triangular.bc-solid > ul.md-color-blue li.current:first-child {
    background: #001bb0 !important;
}
html body .nf_ms_breadcrumb.bc-solid ul.md-color-blue > li.visited, #nex-forms .nf_ms_breadcrumb.bc-solid.triangular ul.md-color-blue li.visited::before, #nex-forms .nf_ms_breadcrumb.bc-solid.triangular ul.md-color-blue li.visited::after {
    background: #bfc6eb !important;
}
html body .nf_ms_breadcrumb > ul.md-color-blue li.visited {
    border: 2px solid #bfc6eb !important;
}

/*********Kongresse***********/
/*Schatten hinter Bild hinzufügen*/
.nectar-post-grid-item-bg-wrap-inner {
    box-shadow: 1px 2px 11px 1px rgba(0, 0, 0, 0.15) !important;
    margin: 11px !important;
    border-radius: 25px !important;
}

/*********Termin***********/
/*Termin - Sektion in Vordergrund machen, damit der Date Picker nicht hinter dem Footer verschwindet*/
#termin {
	z-index: 15 !important;
}


/*********Footer***********/
/*LinkedIn Icon auf mobil sichtbar machen*/
.fa.fa-linkedin:before {
    content: "\e605" !important;
}
