/* ---------------------------------------------------------------------------------------------

	Theme Name: WorkDigital Foundation Child
	Version: 0.1
	Description: Child theme for WorkDigital Foundation theme
	Author: WorkDigital
	Author URI: https://workdigital.dk
    Template: wd-foundation

/* --------------------------------------------------------------------------------------------- */


/* Header */

.wd-header .header-topper {
    background: color-mix(in srgb, var(--primary-color) 90%, #000);
    color: var(--light);
}

.header-topper-item a:hover {
    color: var(--secondary-color-hover);
}

.main-header-inner .main-header-logo-link img {
    max-height: 100px;
}

/* WD Cards */

.entry-content .wd-cards-wrapper {
    --wd-card-text-color: var(--light);
	--wd-card-bg: var(--primary-color);
}

.entry-content .wd-cards-wrapper .wd-card-image-wrapper,
.entry-content .wd-cards-wrapper .wd-card-image-wrapper .wd-card-image {
	border-radius: var(--wd-card-border-radius) var(--wd-card-border-radius) 0 0;
}

/* Afrunding af billeder og højreside elementer */

.entry-content .wp-block-image img,
.entry-content .rightside-element,
.entry-content .rightside-element iframe {
    border-radius: 10px;
}

/* Kontakt formular */

.entry-content .wd-contact-form .kontaktform-rows {
    grid-template-columns: 1fr;
}

/* WD USP'er */

.entry-content .wd-usp-container .wd-usp .wd-usp__icon .wd-icon *:not(rect) {
    fill: #ffc817;
}