﻿body {
	background-color: #fff;
	background-size: cover !important;
	background-image: url('https://checkin.techplacedev.eu/wp-content/uploads/2020/02/backround.png');
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 100vh;
}
body .site-logo img {
	height: 60px;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
	color: #0a2d61;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#site-header {
	background: #092c61;
	width: 70%;
}
#site-header.full-width,
#buttons.full-width {
	width: 100%;
}
.header-inner {
	padding: 1rem 0;
	/*justify-content: center !important;*/
}
.header-inner .check-title {
	color: #fff;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: center !important;
}

.site-description {
	color: #fff;
	display: none;
}
#site-header .toggle {
	display: none !important;
}
.header-titles {
	margin: 0;
}

.header-titles .site-logo {
	margin: 0;
}
.header-titles-wrapper {
	margin-right: 0;
}

.acf-field-5e57cec5d2abd > .acf-label {
	float: right !important;
	width: 70% !important;
}
.acf-field-5e57cec5d2abd:before {
	left: auto !important;
	right: 0 !important;
	width: 70% !important;
}

.acf-field-5e57cec5d2abd > .acf-input {
	width: 30% !important;
}
.acf-field-5e57cec5d2abd > .acf-label > label {
	display: none !important;
}

.page {
	padding: 0 30px 100px 30px;
	display: none;
	transition: .5s all;
}
.page.open {
	display: block;
	padding-top: 10px;
}

.page:after {
	content: "";
	display: block;
	clear: both;
}

.page.after-post {
	text-align: center;
}

.page.after-post img {
	margin: 15px auto;
	filter: contrast(1.1) saturate(0.75);
}

.page.after-post #user_pass {
	text-align: center;
	width: 66%;
	margin: 0 auto;
}

.page.after-post p.password-error {
	color: #b00;
	margin: 10px 0;
}

.page > div {
	box-sizing: border-box;
}
.page-title {
	text-align: center;
	color: #092C61;
}

.page .page-title {
	color: #092C61;
}
.page .page-title h4 {
	margin: 1.5rem auto;
}

.page .page-img {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	float: right;
	width: 30%;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	height: 100%; /*calc(100% - 169px);*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.page .page-img img {
	/*border: 20px solid #f5f9fd;*/
	margin: 0 auto;
	/*box-shadow: 0 0 13px 9px #f5f9fd;*/
}

.page .page-inputs {
	float: left;
	width: 70%;
	padding-right: 30px;
}

.page .group {
	padding: 5px 5px 0 5px;
	border: 1px solid #d0bf85;
	margin-bottom: 10px;
}
.page .group_img {
	padding: 5px;
	border: 1px solid #d0bf85;
}
.page .group_img img {
	width: 100%;
}
.page .group label {
	position: relative;
}
/*
.page .group label
.page .group .group_img {
	float: right;
	width: 35%;
	padding: 5px;
}
.page .group .group_inputs {
	float: left;
	width: 65%;
}
*/
.page .group label strong {
	font-size: 18px;
}
.page .row {
	background: #F9F9F6;
	border: 1px solid #f1f1e8;
	padding: 10px 10px 5px 10px;
	margin-bottom: 5px;
}

.page .row input {
	float: right;
	display: inline;
	width: auto;
	padding: 0;
}
.page .row input[type=number] {
	width: 50px;
	text-align: center;
}

#buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 70%;
	background: #F9F9F6;
	border-top: 1px solid #f1f1e8;
}
#buttons button,
#buttons input {
	min-width: 160px;
	width: auto;
}

#buttons .submit,
#buttons #check_pass {
	float: right;
}
#buttons #btn-complete {
	float: none;
	width: 100%;
}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #d0bf85;
	color: #092c61 !important;
	transition: .5s all;
	width: 200px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:not(.toggle):hover {
	text-decoration: none !important;
}
input[disabled],
button[disabled] {
	background-color: #ebeff3;
	color: #CCD6E0 !important;
}

input[type="checkbox"] {
	outline: none;
}

#site-footer {
	padding: 1rem 0 !important;
}
.page .row.error {
	border-color: red;
	border-width: 2px;
}

#btn-scroll {
	position: fixed;
	bottom: 70px;
	background-color: #d0bf85;
	color: #092c61 !important;
	transition: .5s all;
	text-align: center;
	width: 50%;
	left: 10%;
	padding: 0.5em 1.44em;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
}

/* sign page */
.sign-page .page-title {
	text-align: center;
}
.page.sign-page .group .group_inputs {
	width: 100%;
}
.page.sign-page .terms {
	width: 50%;
}
.page.sign-page .signature {
	width:50%;
	float: left;
}

.page.sign-page .signature label {
	text-align: center;
	padding: 15px
}
.page.sign-page .signature label input{
	float: none;
	display: block;
	margin: 15px auto 0;
}
.page.sign-page .signature label .switch {
	position: static;
	display: block;
	margin: 0 auto;
	top: auto;
	right: auto;
	transform: translate(0);
}
.page.sign-page .signature label input {
	min-width: 66%;
	max-width: 100%;
	padding: 10px;
}

.page.sign-page .signature.checker {
	padding-top: 104px;
}

/* switch */
.switch {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #9E4A4D;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	transition: .4s;
}

input:checked + .slider {
	background-color: #009966;
}

input:focus + .slider {
	box-shadow: 0 0 1px #009966;
}

input:checked + .slider:before {
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
	background: rgb(246,248,249); /* Old browsers */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.search-form {
	flex-direction: column;
}
.search-field {
	text-align: center;
}

.search-submit {
	text-transform: uppercase;
}

.index-footer {
	text-align: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.3);
}

.page.extras-page {
    padding: 0;
}

.page.extras-page .page-inputs {
    padding: 0;
}

.label-text {
	padding-right: 55px;	
}

.page.extras-page .row {
	width: 100%;
	border: 0;
}
.page.extras-page .group_img {
	border: 0;
}

.page.protocol .row {
	position: relative;
}
.page.protocol label {
	width: 49%;
}
.page.protocol input[type="text"] {
	position: absolute;
	top: 6px;
	right: 10px;
	height: 30px;
	width: 49%;
	padding: 5px;
}
.flex-div {
	display:flex;
	align-items: center;
	background: #f9f9f9;
}
