/*
Theme Name:        Silicon Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Silicon Multipurpose Business Theme. Silicon is a multipurpose WordPress Theme with focus in Technology Business niches.
Requires at least: WordPress 5.0
Template:          silicon
Version:           1.7.0
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       silicon-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

.dark-mode body {
    background-color: #00212f;
}

.dark-mode a {
    color: #00aeef;
}

.custom-logo, .dark-mode .site-dark-logo {
    max-height: 70px;
    width: auto;
}

.wpforms-hidden, .wpforms-label-hide {
    display:none;
}

.wpforms-field-checkbox ul {
    margin-bottom: 0;
}

.text-gradient-primary {
    background: linear-gradient(to right, #00769b, #00c1f3, #ade1fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-primary {
    background: linear-gradient(45deg, #00c1f3, #00769b, #00769b, #00769b, #00c1f3) !important;
}

.dark-mode .bg-light:not(.badge), .dark-mode .card.card-hover.bg-light {
    background-color: #001921 !important;
}

.dark-mode .dark-border-0 {
    background-color: rgba(255, 255, 255, 0.05);
}

footer {
    box-shadow: 0px 0px 10px 0px #00000020;
}