/*
Theme Name: Bøgild Markise
Template: pro
Author: Clockwork
Author URI: https://clockwork.dk
Version: 42
*/
html {
	overflow-y: scroll;
}
header .x-navbar .desktop .x-nav > li > a {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}
.x-text a, #cn-notice-text a {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	text-decoration: none !important;
	border-bottom: 1px solid #009cbc;
	padding-top: .05rem !important;
	background: linear-gradient(to bottom, #009cbc 0, #009cbc 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0 0;
	padding: 0 2px;
}
.x-text a:hover, #cn-notice-text a:hover {
	color: #fff;
	background-size: 1rem 3rem;
	border-bottom: 1px solid #009cbc;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
	font-size: 16px;
}

.x-btn, .button, [type="submit"] {
	text-shadow: none !important;
	padding: 0.5em 1.4em;
	min-width: 160px;
}

header ul.x-menu > li:after, footer ul.x-menu > li:after {
	position: relative;
	content: '|';
	font-size: 1em;
	color: #fff;
	padding-top: 7px;
}
header ul.x-menu > li:last-child:after {
	content: '';
	display: none;
}
.captcha-image .cf7ic_instructions {
	display: block;
}
.captcha-image .cf7ic_instructions span {
	color: #000 !important;
}
.captcha-image label > input:checked + svg, .captcha-image label>input:focus+svg {
	border: 2px solid #000 !important;
}
.captcha-image {
	border: 0 !important;
	width: 100%;
}
.widget {
	text-shadow: none;
}


#cn-notice-buttons {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: .5rem; /* optional spacing */
}
#cn-notice-text {
	font-size: 16px;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
#cn-notice-text strong {
	font-weight: 400;
	font-size: 1.5em;
}
#cn-accept-cookie {
	border-color: #abd037;
	background-color: #abd037;
	color: #000;
}
#cn-accept-cookie:hover {
	border-color: #009cbc !important;
	background-color: #009cbc !important;
	color: #fff !important;
}
#cn-refuse-cookie:hover {
	border-color: #009cbc;
	background-color: #009cbc;
	color: #fff;
}
#cn-refuse-cookie {
	border-color: #e20;
	background-color: #e20;
}
.cn-revoke-cookie {
	width: 36px;
	opacity: 0.3;
	position: absolute;
	left: -100px;
	bottom: -20px;
	transition: opacity 0.3s ease;
}
.cn-revoke-cookie:hover {
	opacity: 0.7;
}
.cn-text-container {
	position: relative;
	top: 2px;
}
.cn-button {
	padding: 5px 20px !important;
	font-size: 16px !important;
}
#cn-close-notice {
	display: none;
}

.wpcf7-not-valid-tip {
	margin: 4px 0 0;
	font-size: 1em;
	color: #f00;
}
.wpcf7-response-output {
	border: none;
	box-shadow: none;
}
.wpcf7-form textarea {
	height: 100px;
}
.wpcf7-list-item {
	margin: 0;
}
.x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice, .woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-radius: 0;
	font-size: inherit;
	text-shadow: none;
}

.wpcf7-submit {
	font-family: 'menufont', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	padding-top: 0.7em;
	padding-right: 2em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border: 4px solid #000;
}


@media only screen and (max-width: 979px) {
	
}
@media only screen and (max-width: 768px) {
	.fullwdt {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	
}