/*
Theme Name:     Solar Child
Theme URI: 		http://wedesignthemes.com/themes/solar/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Solar theme powered by DesignThemes — Metasen customization
Template:       solar
Version:        1.1
*/

/* ============================================================
   METASEN — Couleur principale : #3b82f6 (Bleu Metasen)
   Ces overrides CSS complètent le filtre PHP sur solar-opts.
   Certains sélecteurs du thème sont hardcodés (#1a90c6)
   et doivent être overridés ici.
   ============================================================ */

/* Mobile menu toggle — valeur hardcodée dans style-custom-color.php */
.dt-menu-toggle {
    background: #3b82f6 !important;
}

/* Boutons principaux */
input[type="submit"],
button,
input[type="reset"],
.entry-format a,
.live-chat a,
.skin-highlight,
.widgettitle:before,
.pagination ul li a:hover,
.pagination ul li span,
th {
    background-color: #3b82f6 !important;
}

/* Liens et textes colorés */
a,
.blog-entry .entry-title h4 a,
.dt-sc-title.with-sub-title h3,
.entry-meta .date {
    color: #3b82f6 !important;
}

/* Bordures */
#main-menu ul li.menu-item-simple-parent ul,
#main-menu .megamenu-child-container {
    border-bottom-color: #3b82f6 !important;
}

/* Footer widgets background */
#footer .footer-widgets {
    background-color: #1e3a5f !important;
}

/* Copyright bar */
#footer .footer-copyright {
    background-color: #1d4ed8 !important;
    color: #ffffff;
}

#footer .footer-copyright p,
#footer .footer-copyright a {
    color: #ffffff !important;
}

/* Metasen footer layout */
.metasen-footer-info {
    text-align: center;
    padding: 15px 0;
    line-height: 1.8;
    font-size: 14px;
    color: #ffffff;
}

.metasen-footer-info a {
    color: #93c5fd !important;
    text-decoration: none;
}

.metasen-footer-info a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.metasen-footer-info .footer-brand {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    margin-bottom: 6px;
}

.metasen-footer-info .footer-tagline {
    font-style: italic;
    color: #bfdbfe;
    margin-bottom: 10px;
    display: block;
}

.metasen-footer-info .footer-contact {
    margin-bottom: 6px;
}

.metasen-footer-info .footer-copyright-text {
    margin-top: 10px;
    font-size: 12px;
    color: #93c5fd;
}

/* ============================================================
   ICONBOX — Couleur des pictos (#3b82f6)
   ============================================================ */

/* Cercle / wrapper icône */
.dt-sc-icon-box .icon-wrapper,
.dt-sc-icon-box .icon-wrapper span {
    color: #3b82f6 !important;
    border-color: #3b82f6 !important;
}

/* Type 5 spécifique : fond coloré sur le cercle */
.dt-sc-icon-box.type5 .icon-wrapper {
    background-color: #3b82f6 !important;
    border-color: #3b82f6 !important;
}

.dt-sc-icon-box.type5 .icon-wrapper span,
.dt-sc-icon-box.type5 .icon-wrapper i {
    color: #ffffff !important;
}

/* Hover : bleu foncé */
.dt-sc-icon-box.type5:hover .icon-wrapper {
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}

/* Titres des iconbox */
.dt-sc-icon-box .icon-content h4,
.dt-sc-icon-box .icon-content h3 {
    color: #1e3a5f !important;
}

.dt-sc-icon-box:hover .icon-content h4,
.dt-sc-icon-box:hover .icon-content h3 {
    color: #3b82f6 !important;
}
