/*
 Theme Name:   WealthCo Child Theme
 Theme URI:    https://wealthco.themerex.net/
 Description:  WealthCo Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     wealthco
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  wealthco
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.scheme_default .sc_title_accent,
.top_panel_default .scheme_dark.top_panel_title {
    background: rgb(66,45,65);
    background: -moz-linear-gradient(135deg, rgba(66,45,65,1) 0%, rgba(95,58,93,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(66,45,65,1) 0%, rgba(95,58,93,1) 100%);
    background: linear-gradient(135deg, rgba(66,45,65,1) 0%, rgba(95,58,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#422d41",endColorstr="#5f3a5d",GradientType=1);
}

.scheme_default .sc_title_accent {
    border-radius: 24px;
}

.scheme_default.sc_title_accent .title_wrap_in {
    border-radius: 12px;
}

.sc_button {
    padding: 1.4em 3em;
}

.scheme_default .sc_button_default.color_style_dark, .scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
    background-color: #775775;
}

.scheme_default .sc_button_default.color_style_dark:hover, .scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
    background-color: #828182;
}

.sc_layouts_title_breadcrumbs {
    display: none;
}