/**
 * Theme Name: co-de Theme
 * Template:   twentytwentyfive
 * ...other header fields
 */

strong {
	font-weight: 600;
}

.wpcf7 .wpcf7-form > p {
    margin-top: 0;
    margin-top: 0;
}

.wpcf7 .wpcf7-form > p:not(:first-of-type) {
    margin-top: var(--wp--preset--spacing--20);
}

.wpcf7 .wpcf7-form > p:not(:last-of-type) {
    margin-bottom: var(--wp--preset--spacing--20);
}

 .wpcf7 .wpcf7-text,
 .wpcf7 .wpcf7-textarea {
    width: 100%;
    border: 1px solid #000;
	border-radius:5px;
    background-color: var(--wp--preset--color--accent-1);
    color: #000;
    font-family: var(--wp--preset--font-family--manrope);
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 1.5;
	box-sizing: border-box;
}

.wpcf7 .wpcf7-form-control.wpcf7-quiz {
    border: 1px solid #000;
	border-radius:5px;
    background-color: var(--wp--preset--color--accent-1);
    color: #000;
    font-family: var(--wp--preset--font-family--manrope);
    font-size: var(--wp--preset--font-size--large);
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 1.5;
	max-width: 100px; 
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .wpcf7-checkbox {
    width: 22px;
    height: 22px;

}

/* Checkbox Kontaktformuluar */


[type="checkbox"] {
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
}

[type="checkbox"] {
	position: relative;
	margin: 0;
	top: 2px;
	margin-right: 5px;

}

[type="checkbox"]::before {
	width: 17px;
	height: 17px;
	border: 1px solid #000;
	border-radius:5px;
	background-color: var(--wp--preset--color--accent-1);
	display: block;
	content: "";
	float: left;
	z-index: 5;
	position: relative;
}

[type="checkbox"]:checked::before {
	box-shadow: inset 0px 0px 0px 3px var(--wp--preset--color--accent-1);
	background-color: #000;
}

.hide-mobile {
	display: none;
}

footer {
	margin-top: 0;
}

/* Cookie Bar */


#cookie-law-info-again {
	background-color: transparent !important;
	padding-top: 0.8em !important;
	padding: 0.8em 1.8em 20px;
	box-shadow: none !important;
	right: 5% !important;
}


#cookie-law-info-again #cookie_hdr_showagain {
	color: var(--wp--preset--color--contrast) !important;
	border-radius: 99999px !important;
	border: 0px solid var(--wp--preset--color--contrast);
	box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.2);
	padding: 0.8em 1.8em !important;
	background-color: var(--wp--preset--color--accent-1) !important;
}


#cookie-law-info-bar, .cli-modal-content, .cli-tab-content {
	background-color: var(--wp--preset--color--accent-1) !important;
	font-size: var(--wp--preset--font-size--medium);

}

#cookie_hdr_showagain {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.1px;
}

.cli-tab-header {
	background-color: var(--wp--preset--color--accent-5);
}


.cli-bar-container > div:first-of-type {
	flex-basis: 70% !important;
}


.cli-bar-container > div:last-of-type {
	flex-basis: 30% !important;
}



.wt-cli-element.cli-plugin-button, #wt-cli-privacy-save-btn {
	color: var(--wp--preset--color--accent-5) !important;
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.1px;
	padding: 0.8em 1.8em !important;
	background-color: var(--wp--preset--color--contrast);
	border-width: 0 !important;
	line-height: inherit;
	font-family: inherit;
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
	word-break: break-word;
	margin: 0 !important;
	border-radius: 9999px !important;
	box-shadow: none !important;
	
}

a.wt-cli-element  {
	color: var(--wp--preset--color--contrast);
}
.wt-cli-element:focus {
	outline: 2px solid var(--wp--preset--color--contrast) !important;
	  outline-offset: 2px;
	
}

.cli-plugin-button:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent) !important;
}

@media (max-width: 781px) {
.wp-block-group .alignfull {
	padding-top: var(--wp--preset--spacing--70) !important;
	padding-bottom: var(--wp--preset--spacing--70) !important;
	}
}