#header .module-user {
	padding-left: .5rem;
	margin-left: 1rem;
	position: relative;
}
#header .module-user::before {
	content: '';
	width: 1px;
	height: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#header .module-user .nav ul {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	display: none;
	background-color: #fff;
	color: #000;
	white-space: nowrap;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 0.5rem;
	right: 0;
	top: 100%;
}
#header .module-user .nav > li {
	padding: 1.0875rem 1rem;
	cursor: pointer;
}
#header .module-user .nav > li:hover:before,
#header .module-user .nav > li:focus:before {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
}
#header .module-user .nav li {
	position: relative;
}
#header .module-user .nav ul li {
	padding: 0.3rem;
}
#header .module-user .nav ul li a {
	/* padding: 0.5rem 1rem; */
	padding: 0.3875rem 1rem;
	display: block;
}
#header .module-user .nav li:hover ul,
#header .module-user .nav li:focus ul {
	display: block;
}
.error {
	color: #f00;
}
.email-info {
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	margin-bottom: 10px;
}
.timeRemaining {
	text-align: center;
}
.timeRemaining p {
	margin-bottom: .5rem;
}
.timeRemaining .box {
	display: flex;
	justify-content: center;
}
.timeRemaining .box .column {
	padding: 10px;
	min-width: 80px;
}
.timeRemaining .box .column .number {
	font-size: 30px;
	font-weight: bold;
}
.timeRemaining .box .column .text {
	text-transform: uppercase;
	font-size: 12px;
}

.vertical-center {
	justify-content: center;
}


.weeding-form .question-group-title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 25px;
}
.weeding-form .question-group-title::before {
	content: "i";
	border: 1px solid #000;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 1.8;
	margin-right: 12px;
	font-size: 15px;
	color: #000;
}

.weeding-form label {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	/* display: block; */
	/* font-family: 'Playfair Display', sans-serif; */
	/* font-style: italic; */
	/* text-align: left !important; */
	/* line-height: 2; */
}

.weeding-form input,
.weeding-form select,
.weeding-form textarea {
	border-color: rgba( 0, 0, 0, 0.25 ); /* #979797; */
	
}
.weeding-form input:focus,
.weeding-form select:focus,
.weeding-form textarea:focus {
	border-color: #000;
}
.weeding-form input[type="submit"], 
.weeding-form button[type='submit'] {
	border-color: #D2B859;
	background-color: #D2B859;
	color: #fff;
}
.weeding-form input[type="submit"]:hover, 
.weeding-form input[type="submit"]:focus, 
.weeding-form button[type='submit']:hover,
.weeding-form button[type='submit']:focus {
	border-color: #000;
	background-color: #000;
}

input[type="range"] {
	padding-left: 0;
	padding-right: 0;
	border: 0;
	-webkit-appearance: none;
	margin: 4px 0 8px;
	width: 100%;
}

input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-radius: 1.3px;
  /* border: 0.2px solid #010101; */
  border: 0.2px solid rgba( 0, 0, 0, 0.25 );
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-radius: 1.3px;
  /* border: 0.2px solid #010101; */
  border: 0.2px solid rgba( 0, 0, 0, 0.25 );
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: transparent;
  /* border: 0.2px solid #010101; */
  border: 0.2px solid rgba( 0, 0, 0, 0.25 );
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
input[type=range]::-ms-fill-upper {
  background: transparent;
  /* border: 0.2px solid #010101; */
  border: 0.2px solid rgba( 0, 0, 0, 0.25 );
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #b8992b;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #D2B859;
  cursor: pointer;
  margin-top: -8px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 1px solid #b8992b;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #D2B859;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 1px solid #b8992b;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #D2B859;
  cursor: pointer;
}

.range-output {
	display: block;
	color: #979797;
	font-weight: normal;
}
.range-output strong {
	color: #000;
}

.weeding-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}
.weeding-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
	margin-top: 18px;
	display: block;
}

.weeding-form label .sublabel {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
}

.weeding-form label.sublabel {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
	margin-bottom: 30px;
}

.weeding-form label.sublabel .wpcf7-form-control-wrap {
	margin-bottom: 5px;
}

.weeding-form .address label.sublabel {
	margin-bottom: 0;
}
.weeding-form .row.address {
	margin-bottom: 30px;
}

.weeding-form .row.dojazd-sala {
	margin-bottom: 30px;
}
.weeding-form .row.dojazd-sala img {
	margin-bottom: 10px;
}



.weeding-form .wpcf7-checkbox {
	position: relative;
}
.weeding-form .wpcf7-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.weeding-form .wpcf7-checkbox .wpcf7-list-item {
	margin-right: 20px;
}
.weeding-form .wpcf7-checkbox .wpcf7-list-item.last {
	margin-right: 0;
}
.weeding-form .wpcf7-checkbox .wpcf7-list-item-label {
	padding-left: 30px;
	position: relative;
	font-weight: normal;
}
.weeding-form .wpcf7-checkbox .wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	/* border: 1px solid #D2B859; */
	border: 1px solid rgba( 0, 0, 0, 0.25 );
	border-radius: 100%;
}
.weeding-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
	border-color: #D2B859;
}
.weeding-form .wpcf7-checkbox .wpcf7-list-item-label::after {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #D2B859;
	border-radius: 100%;
	display: none;
}
.weeding-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
	display: block;
}

.codedropz-upload-handler {
	border: 1px solid rgba( 0, 0, 0, 0.25 );
	border-radius: 0;
	cursor: pointer;
}
.codedropz-upload-handler .codedropz-upload-container {
	padding: 30px 20px;
}
.codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
	font-weight: normal;
	font-size: 16px;
}
.codedropz-upload-handler .dnd-upload-counter {
	font-weight: normal;
}

.cst-mb-2 .wpcf7-form-control-wrap {
	margin-bottom: .5rem!important;
}

.qgt-mt {
	margin-top: 15px;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-form.invalid .wpcf7-response-output {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
	color: #721c24;
	background-color: #f8d7da;
	margin-top: 30px;
	display: block;
}

.wpcf7-form.sent .wpcf7-response-output {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid #c3e6cb;
	border-radius: .25rem;
	color: #155724;
	background-color: #d4edda;
	margin-top: 30px;
	display: block;
}



.modal-alert {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	text-align: center;
}
.modal-alert.open {
	display: block;
}
.modal-alert .modal-container {
	background-color: #fff;
	margin: 15% auto;
	padding: 30px;
	display: inline-block;
	min-width: 380px;
}
.modal-alert .modal-container .modal-content {
	padding: 20px 0 30px;
}
.modal-alert .modal-container .close-modal {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	line-height: 1;
	
	display: none;
}
.modal-alert .modal-container .close-modal:hover,
.modal-alert .modal-container .close-modal:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.btn-form-submit {
	padding: 10px 20px;
	font-weight: 400;
	border: 1px solid #D2B859;
	padding: 0.6rem 1.2rem;
	text-transform: uppercase;
	outline: 0;
	border-radius: 0;
	font-size: 1rem;
	transition: all 0.3s ease-in-out;
	background-color: #D2B859;
	color: #fff;
	display: inline-block;
	text-align: center;
}
.btn-form-submit:hover,
.btn-form-submit:focus {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

.codedropz-upload-wrapper {
	position: relative;
}
.wpcf7-drag-n-drop-file,
.wpcf7-drag-n-drop-file.d-none {
	display: block !important;
	visibility: visible;
	/* height: 110px; */
	/* z-index: 2; */
	opacity: 0 !important;
}

.required-field {
	color: #d63637;
}

.dnd-icon-remove-ar.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove-ar.deleting:after { display:none!important; }