#postnl-login-button {
	min-height: 35px;
	max-height: 60px;
	width: 100%;
	border: 1px solid #F56900;
	background-color: #F56900;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	justify-content: center;
	transition: background-color 0.2s ease;
	opacity: 1;
	border-radius: 4px;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

#postnl-logo {
	vertical-align: middle;
	display: inline;
}

#postnl-login-button:hover,
#postnl-login-button:focus {
	background-color: #ed7000;
}

.postnl-button-in-minicart{
	margin: auto;
	width: 94%;
}

.postnl-hidden{
	visibility: hidden !important;
}tr.postnl-co-tr-container > td {
	padding:0px;
}

.woocommerce-shipping-methods label:has(.postnl_shipping_method_icon) {
	display: inline-flex;
	align-items: center;
}

.postnl_shipping_method_icon{
	max-height: 32px;
	width: auto;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

.postnl_checkout_container {
	border-radius:5px;
	margin:5px;
	border:1px solid #f0f0f0;
	overflow:hidden;
	font-size:14px;
}

.postnl_checkout_container.is-hidden {
    display: none;
}

.postnl_checkout_tab_list {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:flex;
	width:100%;
	flex-direction:row;
	flex-wrap:nowrap;
}

.postnl_checkout_tab_list > li {
	flex-grow:1;
	padding:0px;
	margin:0px;
}

.postnl_checkout_tab_list > li .postnl_checkout_tab {
	display:block;
	text-align:center;
	margin:0px;
	padding:10px;
	line-height:1em;
	font-size:1em;
	font-weight:700;
	cursor: pointer;
}

.postnl_checkout_tab_list > li.active .postnl_checkout_tab {
	background-color:#ed8c00;
	color:#fff;
}

.postnl_checkout_tab_list > li .postnl_checkout_tab i {
	float:right;
	font-style:normal;
}

.postnl_checkout_tab_list > li .postnl_checkout_tab:after {
	content:"";
	display:block;
	clear:both;
}

.postnl_checkout_tab_list > li input.postnl_option {
	display:none;
}

.postnl_content {
	display:none;
}

.postnl_content.active {
	display:block;
}

.postnl_content_desc {
	padding:5px 7px;
	background-color:#f0f0f0;
}

.postnl_content .postnl_list {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.postnl_delivery_day_list {
	transition: opacity 0.15s ease;
}

.postnl_delivery_day_list.postnl-updating {
	opacity: 0.5;
	pointer-events: none;
}

.postnl_content .postnl_list > li {
	padding:0px;
	margin:0px;
}

.postnl_content .postnl_list .list_title {
	background-color:#f0f0f0;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	line-height:1em;
	padding:8px 6px;
}

.postnl_content .postnl_list .list_title:after {
	content:"";
	display:block;
	clear:both;
}

.postnl_content .postnl_list .list_title span {
	font-size:1em;
	font-weight:700;
}

.postnl_content .postnl_list .list_title span.company {
	float:left;
}

.postnl_content .postnl_list .list_title span.distance {
	float:right;
	font-weight:400;
}

.postnl_content .postnl_list .postnl_sub_list {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.postnl_content .postnl_list .postnl_sub_list > li {
	margin:0px;
	padding:0px;
}

.postnl_content .postnl_list .postnl_sub_list > li.active {
	background-color:#d1eeff;
}

.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio_label {
	display:block;
	padding:13px 7px;
	margin:0px;
	line-height:1.2em;
	cursor: pointer;
}

.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio_label:after {
	content:"";
	display:block;
	clear:both;
}

.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio {
	margin-right:10px;
	float:left;
}

.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio_label span {
	display:block;
	overflow:hidden;
}

.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio_label span.amount,
.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio_label span.amount * {
	display:inline;
}

.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio_label i {
	float:right;
	font-style:normal;
	margin-left: 10px;
}

.postnl_content .postnl_list .postnl_sub_list .postnl_sub_radio_label i:last-child {
	margin-left: 0;
}
.postnl_checkout_container {
	position: relative;
	/* No min-height by default */
}

.postnl_checkout_container.loading {
	min-height: 200px; /* Adjust as needed */
}

.postnl-spinner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	transition: opacity 0.3s ease;
	opacity: 1;
	visibility: visible;
}

.postnl-spinner-overlay.hidden {
	opacity: 0;
	visibility: hidden;
}

/* Optional: Screen reader text styling */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}.wcgwp-wrapper{width:100%}.wcgwp-wrapper,.wcgwp-wrapper .wcgwp-checkbox-wrapper,.wcgwp-wrapper .wcgwp-prompt-wrapper{display:inline-block;margin-bottom:1em}.wcgwp-slidedown{display:none;margin-bottom:2em}.wcgwp-modal{margin:1em 0}.giftwrapper_products,.wcgwp-checkbox-wrapper,.wcgwp-prompt-wrapper{width:100%}.wcgwp-prompt-wrapper button{cursor:pointer}.wcgwp-wrapper-woocommerce_after_cart .wcgwp-prompt-wrapper,.wcgwp-wrapper-woocommerce_after_coupon .wcgwp-prompt-wrapper{margin-top:1em}.wcgwp-wrapper-woocommerce_after_coupon{clear:none}.wcgwp-ul:not(.wcgwp-singular),.woocommerce .wc-giftwrap .wcgwp-ul:not(.wcgwp-singular){display:flex;flex-flow:row wrap;gap:2em 3em;justify-content:flex-start;line-height:inherit;list-style:none;margin-left:0;margin-top:0;padding:0}.cart_item .giftwrap-cart ul{display:inline-block}.wcgwp-li{list-style:none}.entry-content .giftwrap_thumb img,.entry-content .wcgwp-thumb img,.wcgwp-wrapper .giftwrap_thumb img,.wcgwp-wrapper .giftwrap_thumb img:hover,.wcgwp-wrapper .wcgwp-thumb img,.wcgwp-wrapper .wcgwp-thumb img:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.giftwrap-coupon{margin-bottom:1em;text-align:left}.wcgwp-title{font-weight:600}.wcgwp-desc:not(.wcgwp-singular-label),.woocommerce table.cart td.actions .coupon .wcgwp-wrapper label,.woocommerce-page #content table.cart td.actions .coupon .wcgwp-wrapper label,.woocommerce-page table.cart td.actions .wcgwp-wrapper .coupon label,table.cart td.actions .coupon .wcgwp-wrapper label{display:inline;margin-left:.5em}.woocommerce-cart table.cart .product-name .wcgwp-wrapper a,.woocommerce-cart table.cart .product-name .wcgwp-wrapper a:hover{color:inherit}.wcgwp-note-container label,.woocommerce table.cart td.actions .coupon .wcgwp-note-container label{display:block;margin-left:0}.wcgwp-note{border:1px solid;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;min-height:4em;overflow:scroll;-webkit-appearance:none;width:100%}.wcgwp-wrapper .amount:before{content:"- "}.wcgwp-wrapper.wcgwp-checkbox-wrapper .amount:before,.wcgwp-wrapper.wcgwp-wrapper-product .amount:before{content:""}.single_add_to_cart_button+.wcgwp-wrapper-product{margin-top:1em}.wcgwp-remove a{color:#fff}.woocommerce .wcgwp-slidedown button.button,.woocommerce .wcgwp-wrapper .non_modal button.button,table.cart .coupon .wcgwp-slidedown .button,table.cart .coupon .wcgwp-wrapper .non_modal .button{margin:1em 0 0}.theme-go .giftwrap_ul input[type=radio]{opacity:1}.qode-theme-bridge.woocommerce-cart .container,.qode-theme-bridge.woocommerce-cart .content,.qode-theme-bridge.woocommerce-cart .wrapper,.qode-theme-bridge.woocommerce-checkout .container,.qode-theme-bridge.woocommerce-checkout .content,.qode-theme-bridge.woocommerce-checkout .wrapper{z-index:auto}@media (min-width:768px){.woocommerce table.cart td.actions .wcgwp-wrapper{text-align:left}}@media (max-width:800px){.wcgwp-wrapper{text-align:left}}:root{--bs-body-bg:#fff;--bs-border-color:#dee2e6;--bs-border-width:1px;--bs-body-color-rgb:33,37,41;--bs-border-radius-lg:0.5rem;--bs-border-color-translucent:rgba(255, 255, 255, 0.15)}/*!
 * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.wcgwp-modal.modal{--bs-modal-zindex:100001;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:#000;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg:#FFF;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.wcgwp-modal .modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.wcgwp-modal.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.wcgwp-modal.modal.fade .modal-dialog{transition:none}}.wcgwp-modal.modal.show .modal-dialog{transform:none}.wcgwp-modal.modal.modal-static .modal-dialog{transform:scale(1.02)}.wcgwp-modal .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.wcgwp-modal .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.wcgwp-modal .modal-dialog-scrollable .modal-body{overflow-y:auto}.wcgwp-modal .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.wcgwp-modal .modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:99999;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.wcgwp-modal .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.wcgwp-modal .modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.wcgwp-modal .modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.wcgwp-modal .modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.wcgwp-modal .modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.wcgwp-modal .modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.wcgwp-modal.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15)}.wcgwp-modal .modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.wcgwp-modal .modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.wcgwp-modal .modal-lg,.wcgwp-modal .modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.wcgwp-modal .modal-xl{--bs-modal-width:1140px}}.modal-open .product_layout_2 .product_content_wrapper .product_infos,.modal-open .product_layout_4 .product_content_wrapper .product_infos{position:relative}.qode-theme-bridge .modal-content{background-color:#f9f9f9}.woocommerce-cart.modal-open .et_builder_inner_content,.woocommerce-checkout.modal-open .et_builder_inner_content{z-index:100000}.theme-woodmart .modal-backdrop{z-index:150}.wcgwp-thumb img{height:auto!important;max-width:100%!important;width:100%!important}/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	/* color: #404040; */
	/* font-family: sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 15px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba( 0, 0, 0, 0.8 );
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

/*a:visited {
    color: purple;
}*/

/*a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}*/

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect( 1px, 1px, 1px, 1px );
	clip-path: inset( 50% );
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba( 0, 0, 0, 0.6 );
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}