/*
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 + BTNS *** */
.LetsTalkBtn img { max-height: initial !important; }
.LetsTalkBtn img:hover, img.LetsTalkBtn:hover {
    content: url('https://eugenia.yourcode-staging.com/wp-content/uploads/2024/12/lets-talk-btn-hover.svg');
}
.LetsTalkBtn2 img:hover, img.LetsTalkBtn2:hover {
    content: url('https://eugenia.yourcode-staging.com/wp-content/uploads/2024/12/lets-talk-btn-hover-2.svg');
}
img.BackBtn:hover {
    content: url('https://eugenia.yourcode-staging.com/wp-content/uploads/2024/12/go-back-btn-hover.svg');
}

/* *** HOME *** */
.nectar-text-inline-images h2 { font-weight: 300; }
.nectar-text-inline-images__marker { clip-path: inset(0%); }

.talentToggle .toggle {
    border-bottom: 0px;
    background: #FAA916;
    border-radius: 15px;
    margin-bottom: 15px !important;
    padding: 0 50px;
    transition: background-color 0.5s ease !important;
}
.talentToggle .toggle.open { background-color: #C3E2D0; }
.talentToggle .toggle>.toggle-title a {
    color: #2E363D;
}
.talentToggle h3 a {
    font-size: 28px !important;
    font-weight: 600;
}
.talentToggle .toggle>.toggle-title i {
    width: 70px !important;
    height: 70px !important;
    margin: 0 !important;
    border: 0 !important;
    top: 15% !important;
    right: 0 !important;
    left: initial !important;
    background-color: transparent !important;
}
.talentToggle .toggle>.toggle-title i:before {
    top: 5% !important;
    right: 0 !important;
    left: initial !important;
    width: 70px !important;
    height: 70px !important;
    background: url('imgs/arrow-up.svg') no-repeat;
    background-color: transparent !important;
}
.talentToggle .toggle>.toggle-title i:after {
    top: 2% !important;
    right: 0 !important;
    left: initial !important;
    width: 70px !important;
    height: 70px !important;
    background: url('imgs/arrow-down.svg') no-repeat;
    background-color: transparent !important;
}

.area-expertise {
    min-width: 150px;
    padding: 15px 25px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #C3E2D0;
    background: transparent;
    color: #C3E2D0;
    margin: 0;
}
.nectar-flickity[data-phone-columns="2"]:not(.masonry) .flickity-slider .cell { width: auto; }


/* *** FORMS *** */
input[type="text"], input[type="email"], textarea {
    background-color: #2E363D !important;
    border-radius: 50px !important;
    color: #F6F6F6 !important;
    padding: 15px 20px !important;
}
textarea { border-radius: 15px !important; }
input[type="checkbox"] {
    background-color: #2E363D !important;
    border-radius: 6px !important;
    margin-right: 12px !important;
}
input[type=checkbox]:before {
    color: #34EA86 !important;
    border-color: #34EA86 !important;
    left: 7px !important;
    top: 7px !important;
}
html .formcraft-css .fc-form .form-element .error {
    background: #1F1F2E !important;
    font-weight: 600 !important;
    font-size: 10px !important;
}
.form-element span:not(.error), .form-element a { color: #F6F6F6 !important; }
.form-element a { text-decoration: underline !important; }
.form-element a:hover { text-decoration: none !important; }
.form-element button {
    background-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
    background: url("imgs/submit-btn.svg") no-repeat !important;
    width: 210px !important;
    height: 60px !important;
    transition: 0.3s ease !important;
}
body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    background: url("imgs/submit-btn-hover.svg") no-repeat !important;
}
.form-element button .text, .powered-by { display: none !important; }


/* *** FOOTER *** */
#footer1 img {
    width: 100%;
    aspect-ratio: 6 / 3;
    object-fit: contain;
    mix-blend-mode: color-burn;
}
#footer1 p, #footer1 a, #footer2 p, #footer2 a {
    color: #F6F6F6;
    font-size: 12px;
}
#footerby p {
    font-size: 10px;
    font-weight: 300;
}
#footerby a { color: black }
#footerby a:hover, #foote1 a:hover, #footer2 a:hover { text-decoration: underline; }

#floatingMenu {
    display: flex;
    position: fixed;
    bottom: 8vh;
    right: 2vh;
    z-index: 999;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#floatingMenu img {
    width: 70px;
    animation: rotate 10s infinite linear;
}
#floatingMenu img:hover { animation-play-state: paused !important; }
#floatingMenuContent {
    display: none;
    position: fixed;
    bottom: 14vh;
    right: 0;
    z-index: 999;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
}
#floatingMenuContent li {
    list-style: none;
    margin-bottom: 15px;
}
#floatingMenuContent a {
    background: #F6F6F6;
    color: #1F1F2E;
    padding: 8px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
}
#floatingMenuContent a:hover {
    background: var(--nectar-extra-color-2);
    color: var(--nectar-accent-color);
}


/* *** MISC *** */
.page-id-94 nav { display: none !important; } /* temp hide */

/* WebKit Browsers */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb {
    background: var(--nectar-extra-color-2);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: var(--nectar-extra-color-1); }
html {
    scrollbar-width: thin;
    scrollbar-color: var(--nectar-extra-color-1) var(--nectar-extra-color-2);
}


/* *** MOBILE *** */
@media (max-width: 650px) {
    .talentToggle .toggle { padding: 0 20px; }
    .talentToggle h3 a {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .talentToggle img {
        max-width: 75% !important;
        margin: auto !important;
    }
}