/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.wpforms-submit,
.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    background-color: #00aaff !important;
	border-radius: 50px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row {
	container-type: normal !important;
}

div.wpforms-container-full:not(:empty) {
	margin: 0 !important;
}

footer li.lang-item {
    display: inline;
    margin-right: 10px;
}

.home .hero-section {
	display: none;
}

.menu-contact > a {
    height: 50px;
    background: #00aaff;
    margin-left: 15px;
    border-radius: 100px;
}

ul#menu-main-menu > li:last-child > a,
ul#menu-main-menu-nl > li:last-child > a,
ul#menu-eph-group > li:last-child > a {
    height: 50px;
    background: #00aaff;
    color: #fff;
    margin-left: 15px;
    border-radius: 100px;
}

ul.sub-menu li:last-child a, ul.sub-menu li:last-child a {
    height: auto;
    background: #fffff;
	margin-left: 0 !important;
}

ul#menu-main-menu-nl li:last-child a, ul#menu-main-menu li:last-child a, ul#menu-eph-group li:last-child a {
	padding-right: 20px
}

li.lang-item-en {
    margin-left: -10px;
}

ul.sub-menu > li > a {
    --linkHoverColor: #fff !important;
}


ul.sub-menu li:last-child a, ul.sub-menu li:last-child a {
	background: none !important;
}

.wpforms-submit,
.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    background-color: #00aaff;
    border-radius: 50px;

}

.cky-footer-wrapper {
	height: 90px;
}

.cky-consent-container .cky-consent-bar {
    box-shadow: 0 -1px 150px 0 #acabab !important;
}

.stk-block.stk-block-column.stk-column>.stk-column-wrapper {
	margin: 0;
}

.ct-icon, .ct-icon-container svg {
	width: 14px;
	height: 14px;
}

// Archive cpt

.definitions-archive {
    max-width: 800px;
    margin: 0 auto;
}

.definition-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.definition-title {
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle-arrow {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.toggle-arrow.rotate {
    transform: rotate(90deg);
}

.definition-title.active {
    color: #0073aa;
}

.definition-content {
    padding-top: 10px;
    display: none;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

html[lang="nl-NL"] .language-switcher-language::before {
	content:"Bekijk dit artikel in het:";
	display: inline-block;
	color: #fff;
	margin-left: -45px;
	margin-right: 10px;
}

html[lang="en-GB"] .language-switcher-language::before {
	content:"View this article in:";
	display: inline-block;
	color: #fff;
	margin-left: -45px;
	margin-right: 10px;
}

.language-switcher-language li {
	display: inline;
	list-style: none;
	background: #00aaff;
    padding: 5px 8px;
    border-radius: 3px;
}

.language-switcher-language li a {
	color: #fff;
	font-size: 16px;
}


.product-overview .stk-block-posts__image-card-container {
	background-color: #fff !important;
	margin-top: 20px; !important;
}

.product-overview .stk-block-posts__image-card-container img {
	width: 30% !important;
	height: 30% !important;
	margin: 20px auto !important;
}

/* Toont usp icons bij solutions */

.stk-block-posts__excerpt ul {
    list-style: none;
    padding: 0;
}

.stk-block-posts__excerpt li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

/* Zorg ervoor dat het icoon goed wordt weergegeven naast de tekst */
.stk-block-posts__excerpt li .stk--svg-wrapper {
    margin-right: 10px;
}

/* Zorg ervoor dat het icoon altijd dezelfde grootte heeft */
.stk-block-posts__excerpt li .stk--inner-svg svg {
    width: 32px !important; /* Stel de breedte van het icoon in */
    height: 32px !important; /* Stel de hoogte van het icoon in */
}


.stk-block-posts__excerpt ul {
    list-style: none;
    padding: 0;
}

.stk-block-posts__excerpt li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

/* Zorg ervoor dat het icoon goed wordt weergegeven naast de tekst */
.stk-block-posts__excerpt li .stk--svg-wrapper {
    margin-right: 10px;
}

/* Zorg ervoor dat de SVG altijd dezelfde grootte heeft */
.stk-block-posts__excerpt li .stk--inner-svg svg {
    width: 20px !important;
    height: 20px !important; 
}

.solution-overview .stk-img-wrapper img {
	object-fit: contain;
	margin-top: 10px !important;
}

.solution-overview .stk-img-wrapper {
	margin-top: 10px !important;
}

