/*
Theme Name: PowerLinks Child
Theme URI: https://links.powergo.energy
Author: Jeroen Zwart
Author URI: https://www.powergo.energy
Description: Child theme for PowerLinks
Version: 1.0.1
Template: powerlinks
Text Domain: powerlinks-child
*/

/* Styles van het hoofdthema importeren */
@import url("../powerlinks/style.css");

body {
    background: var(--color-light-haze) !important;
    color: var(--color-midnight-violet) !important;
}
a {
    color: var(--color-midnight-violet) !important;
}
a:hover {
    color: var(--color-twilight-blue) !important;
}
.button:hover {
    color: var(--color-light-haze) !important;
}
.button::before {
    background-color: var(--color-midnight-violet) !important;
}
.button-content::before {
    background-image: url('../powerlinks/files/icons/dark/icon-link.svg') !important;
}
.button:hover .button-content::before {
    background-image: url('../powerlinks/files/icons/light/icon-link.svg') !important;
}
header .logo {
    box-shadow: 0 0 35px var(--color-sunbeam-yellow) !important;
    background-color: var(--color-light-copper) !important;
}
.social-icon {
    border: 1px solid var(--color-midnight-violet) !important;
}
.social-icon:hover {
    background-color: var(--color-midnight-violet) !important;
}
.social-icon.icon-fb { background-image: url('../powerlinks/files/icons/dark/facebook.svg') !important; }
.social-icon.icon-fb:hover { background-image: url('../powerlinks/files/icons/light/facebook.svg') !important; }

.social-icon.icon-x { background-image: url('../powerlinks/files/icons/dark/twitter-x.svg') !important; }
.social-icon.icon-x:hover { background-image: url('../powerlinks/files/icons/light/twitter-x.svg') !important; }

.social-icon.icon-ig { background-image: url('../powerlinks/files/icons/dark/instagram.svg') !important; }
.social-icon.icon-ig:hover { background-image: url('../powerlinks/files/icons/light/instagram.svg') !important; }

.social-icon.icon-li { background-image: url('../powerlinks/files/icons/dark/linkedin.svg') !important; }
.social-icon.icon-li:hover { background-image: url('../powerlinks/files/icons/light/linkedin.svg') !important; }

.social-icon.icon-yt { background-image: url('../powerlinks/files/icons/dark/youtube.svg') !important; }
.social-icon.icon-yt:hover { background-image: url('../powerlinks/files/icons/light/youtube.svg') !important; }

.social-icon.icon-tt { background-image: url('../powerlinks/files/icons/dark/tiktok.svg') !important; }
.social-icon.icon-tt:hover { background-image: url('../powerlinks/files/icons/light/tiktok.svg') !important; }

.social-icon.icon-we { background-image: url('../powerlinks/files/icons/dark/website.svg') !important; }
.social-icon.icon-we:hover { background-image: url('../powerlinks/files/icons/light/website.svg') !important; }

#wpadminbar a {
    color: #c3c4c7 !important;
}