/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


:root {
    /* Button Styles */
    --button: #4662c7;
    --buttonhover: #3750ae;
    --buttontransition: background-color ease-out 0.2s;
    /* Error Styles */
    --error: #ee5e5e;
    --errorhover: #d74040;
    /* Yellow & Success */
    --success: #FFB831;
    --successhover: #FF963B;
    /* Footer Links & Misc Styles */
    --linkcolor: #5563ba;
    --linkcolorhover:  #4755af;
    --linkcolortransition: color ease-out 0.3s;
    /* Misc */
    --green: #4BB75C;
    --contentradius: 5px!important;
    --lightgreycolor: rgb(89, 100, 112)!important;
}

/*    --error: #FF6666;
    --errorhover: #FF6666;
*/
.ascend {
    background-color: #f4f6f8!important;
}

#ajax-loading-screen .loading-icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    opacity: 0;
    top: 50%!important;
    left: 0!important;
    width: 100%!important;
    height: 40px!important;
    max-height: 45px!important;
    margin: 0!important;
}

label,
.fancy-select-wrap label {
    color: black!important;
    font-weight: 600!important;
    font-size: 13px!important;
}


/* Global CSS Styles */

.col.span_9.col_last {
    margin-right: -35px!important;
}

header#top nav>ul>li[class*="button_solid_color"]>a:hover:before,
#header-outer.transparent header#top nav>ul>li[class*="button_solid_color"]>a:hover:before,
a.nectar-button.large.regular.has-icon.regular-button:hover {
    transition: var(--buttontransition);
    opacity: 1!important;
    background-color: var(--buttonhover) !important;
}

#header-outer:not([data-lhe="animated_underline"]) header#top nav ul li[class*="button_bordered"] a:hover {
    margin-right: 20px!important;
    margin-left: 20px!important;
}

header#top nav>ul>li[class*="button_bordered"]>a:before,
#header-outer.transparent header#top nav>ul>li[class*="button_bordered"]>a:before {
    border: 1.5px solid rgba(88, 92, 113, 0.75)!important;
}

#mobile-menu ul li a {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 300;
}