@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300;1,600&family=Roboto:wght@400;500;700&display=swap');

.pum-theme-131 .pum-content, .pum-theme-lightbox .pum-content {
    outline: none !important;
}

html {
	overflow-x: hidden;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #000000;
	background: #ffffff;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}

#instagrammer .row .col {
	min-width: 20%;
}


a {
	text-decoration: none !important;
	color: #505050;
}

.container {
    max-width: 1140px !important;
}

#wrapper,
header#header,
#header nav#navigation ul li a,
#header nav#navigation ul li a:after,
div#actions,
span#toggle-actions,
span#toggle-header,
div#actions .cover:after,
input.wpcf7-form-control.wpcf7-submit,
div#cookie-consent,
div#actionbar .booktid,
footer#footer .footer-info a,
footer#footer .footer-info a:before {
	transition: all .3s ease;
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: 100vh;
	padding-left: 300px;
	overflow: auto;
}
.action-window-open #wrapper {
	padding-right: 343px;
}

.header-open span#toggle-actions,
.action-window-open span#toggle-header {
    z-index: 99;
}


div#cookie-consent {
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,.85);
	color: #ffffff;
    width: 100%;
    padding-left: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 -4px 30px rgba(0,0,0,.2);
}
.action-window-open div#cookie-consent {
	padding-right: 360px;
}
div#cookie-consent p {
    margin: 0;
}
div#cookie-consent .leftside {
	display: flex;
	align-items: flex-start;
}
div#cookie-consent .leftside svg {
	min-width: 50px;
	width: 50px;
    margin-right: 5px;
    margin-top: -7px;
    margin-left: -7px;
    fill: #f0cbd1;
}
div#cookie-consent .rightside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
div#cookie-consent .rightside a {
    background: #2b2b29;
    color: white;
    display: block;
    text-align: center;
    margin-left: 10px;
    padding: 7px 40px;
    border-radius: 0;
	min-width: 150px;
}

header#header {
	background: #f7c9d1;
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	width: 300px;
	height: 100vh;
	padding: 50px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: none;
	box-shadow: 20px 0 50px 0 rgba(0,0,0,.3);
}

header#header .brand a img {
	width: 100%;
	max-width: 200px;
}

#header nav#navigation ul li:not(:last-child) {
	margin-bottom: 20px;
}
#header nav#navigation ul li a {
	text-transform: uppercase;
	color: #000000;
	font-weight: 500;
	display: block;
	text-align: center;
	position: relative;
}
#header nav#navigation ul li a:after {
	content: '';
	width: 100%;
	bottom: -5px;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 0;
	transform: scaleX(0);
}
#header nav#navigation ul li a:hover:after,
#header nav#navigation ul li.current-menu-item a:after {
	transform: scaleX(1);
}
#header nav#navigation ul li a:hover,
#header nav#navigation ul li.current-menu-item a {
	color: #000000;
}

#header nav#navigation ul li#menu-item-37 a {
    background: black;
    display: block;
    color: #ffffff !important;
    padding: 10px 30px;
}

#header .bottom .information {
	text-align: center;
	color: #000000;
}
#header .bottom .information a {
	color: #000000;
}
#header .bottom .information p {
	margin: 0;
	font-size: 13px;
}

#header ul.social-list {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,.3);
    padding-top: 10px;
}
#header ul.social-list li:not(:last-child) {
    margin-right: 20px;
}
#header ul.social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 12px;
}
#header ul.social-list li a span.icon {
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    border-radius: 100%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
#header ul.social-list li a span.icon svg {
    width: 100%;
    fill: #000000;
}

main#main {
	padding: 0 0 60px;
	flex: 1 0 auto;
	background: #ffffff;
}
main#main .pagetitle {
	height: 280px;
	margin-bottom: 80px;
	background-image: url(https://cutfactory.dk/wp-content/uploads/collage.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	display: flex;
	align-items: flex-end;
	position: relative;
}
main#main .pagetitle:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
}
main#main .pagetitle h1 {
	margin: 0;
	font-size: 60px;
	position: relative;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 10px 20px rgba(0,0,0,.40);
}
main#main .title-hr {
	margin-bottom: 20px;
	max-height: 46px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 0;
    position: relative;
    font-size: 12px;
    top: -10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
}
.breadcrumbs, .breadcrumbs a {
    color: #2b2b28;
}
.breadcrumbs span {
	margin-left: 5px;
}
.breadcrumbs a {
    display: inline-flex;
    align-items: center;
	margin-right: 5px;
}
.breadcrumbs a svg {
    margin-right: 4px;
    width: 18px;
    fill: #2b2b28;
}

div#actionbar {
    background: #000000;
    padding: 20px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
div#actionbar h3 {
	color: #ffffff;
	margin: 0;
	font-weight: 400;
}
div#actionbar .booktid {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0cbd1;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 0;
	color: #000000;
	padding: 10px 30px;
	margin-left: 20px;
	min-width: 200px;
}
div#actionbar .booktid:hover {
	background: #ffffff;
}

footer#footer {
	background: #ffffff;
}
footer#footer .footer-info p {
	margin: 0;
}
footer#footer .footer-info {
    padding: 60px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
footer#footer .footer-info ul {
	max-width: 200px;
}
footer#footer .footer-info ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,.2);
}
footer#footer .footer-info a:before {
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAcklEQVR4nJXPMQ6CUBBF0UNcAqGARtZBjB1uhIrKsA1iK9qpG0ILF2RMvgnFB+JLJnnFzcwd/kyKLvQWxRy4wR0n7DEuwQmGMDVea/AZVxyW4B94mSjkMc9b8NzhGdv2hR7oUeGNMnYywzH0Btu5J1bzAdTfEB7my8UbAAAAAElFTkSuQmCC");
	width: 10px;
	display: inline-block;
	margin-right: 5px;
}
footer#footer .footer-info a {
	color: #000000;
}
footer#footer .footer-info a:hover {
	color: #000000;
	margin-left: 5px;
}
footer#footer .footer-info table {
	width: 84%;
	line-height: 1.3;
	text-align: left;
}
footer#footer .footer-info table tr:not(:last-child) td,
table.openinghours tr:not(:last-child) td {
	border-bottom: 1px solid rgba(0,0,0,.2);
}
footer#footer .footer-info table tr td:last-child {
	text-align: right;
}
footer#footer .footer-info h5 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
}
footer#footer .footer-copyright {
	padding: 20px 0;
	font-size: 12px;
	color: #5b5b5b;
}
footer#footer .footer-copyright .container {
	position: relative;
}
footer#footer .footer-copyright p {
	margin: 0;
}


#mobilebooktime {
	position: fixed;
	bottom: 15px;
	right: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	padding-right: 20px;
	background: rgba(255,255,255,.2);
	background: rgba(0,0,0,.75);
	border-radius: 100px;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #2b2b28, 0 10px 20px rgba(0,0,0,.2);
}
#mobilebooktime span {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #f0cbd1;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
#mobilebooktime span svg {
	fill: #2b2b28;
	width: 100%;
}


div#actions {
	top: 0;
	right: 0;
	height: 100vh;
	width: 360px;
	position: fixed;
	background: #ffffff;
	box-shadow: -10px 0 20px rgba(0,0,0,.15);
	z-index: 999;
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.action-window-open #actions {
	transform: translateX(0);
}

span#toggle-actions {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 10px;
	right: 30px;
	z-index: 9991;
	border: 2px solid #ffffff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	cursor: pointer;
	transform: translateX(0) rotate(180deg);
	filter: drop-shadow(0px 4px 10px black);
}
.action-window-open span#toggle-actions {
	transform: translateX(-290px) rotate(0);
}
span#toggle-actions svg {
	width: 100%;
	fill: #ffffff;
}
div#actions .cover {
	position: relative;
	height: 200px;
}
div#actions .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div#actions .cover h4 {
	color: #ffffff;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 15px;
	font-size: 28px;
	margin: 0;
}
div#actions .cover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(35deg, rgba(0,0,0,.6), transparent);
}
div#actions .cover:after {
	content: '';
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	background: linear-gradient(129deg, rgba(0,0,0,.7) 0%, transparent 46%);
	transform: translateX(-100px) rotate(90deg);
}
.action-window-open div#actions .cover:after {
	background: linear-gradient(140deg, rgba(0,0,0,.6) 0%, transparent 40%);
	transform: translateX(0) rotate(0);
}
div#actions h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
div#actions .opening .openinghours {
	line-height: 1.2;
	width: 188px;
	font-size: 13px;
	margin-bottom: 10px;
}
div#actions .opening .openinghours tr.active {
	font-weight: 700;
}
div#actions .opening .openinghours tr td:last-child {
	text-align: right;
}
div#actions .opening,
div#actions .action {
	padding-left: 15px;
	padding-right: 15px;
}
div#actions .opening {
	padding-top: 20px;
	padding-bottom: 10px;
}
div#actions .action {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: auto;
}
div#actions .action a {
	background: #000000;
	border: 2px solid #000000;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-top: 10px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
div#actions .action a.phonecall {
	color: #000000;
	background: #f7c9d1;
    border: 2px solid #f7c9d1;
}
div#actions .action a svg {
	fill: #ffffff;
	width: 24px;
	margin-right: 10px;
}
div#actions .action a.phonecall svg {
	fill: #000000;
}
div#actions span.openStatus {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100px;
	margin-right: 10px;
	margin-bottom: 1px;
}
div#actions span.openStatus.open {
	background: #41c75a;
}
div#actions span.openStatus.closed {
	background: #c83035;
}


.latepoint-lightbox-w h1, .latepoint-lightbox-w h2, .latepoint-lightbox-w h3, .latepoint-lightbox-w h4, .latepoint-lightbox-w h5, .latepoint-lightbox-w h6,
.latepoint-w,
.latepoint-lightbox-w button, .latepoint-lightbox-w input, .latepoint-lightbox-w select, .latepoint-lightbox-w textarea,
.latepoint-w h1, .latepoint-w h2, .latepoint-w h3, .latepoint-w h4, .latepoint-w h5, .latepoint-w h6 {
	font-family: 'NeoSans', sans-serif;
}
.latepoint-w .latepoint-booking-form-element.latepoint-color-black .latepoint-side-panel {
	background: #000000;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-title,
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions h5 {
	color: #ffffff;
}
.latepoint-w .latepoint-booking-form-element.latepoint-color-black .latepoint-side-panel .latepoint-step-desc-w, .latepoint-w .latepoint-booking-form-element.latepoint-color-black .latepoint-side-panel .latepoint-questions {
	color: #ececec;
}
.latepoint-w .os-form-group.os-form-textfield-group label {
	color: #c3c3c3 !important;
}
.latepoint-w .latepoint-booking-form-element.latepoint-color-black .latepoint-summary-w h3.summary-header .os-lines:before, .latepoint-w .latepoint-booking-form-element.latepoint-color-black .latepoint-summary-w h3.summary-header .os-lines:after {
	border-color: #c7c7c7;
}
.latepoint-w .latepoint-booking-form-element.latepoint-color-black .latepoint-btn.latepoint-btn-primary {
	background-color: #2b2b29;
}
.latepoint-login-form-w h4 {
	color: #2b2b29;
}
.latepoint-btn, .latepoint-btn:hover, .latepoint-btn:focus, .latepoint-btn:active {
	background-color: #2b2b29;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus {
    color: #173550 !important;
}
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control::placeholder, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control::placeholder {
    color: #cccccc;
}
.latepoint-w .os-form-group.os-form-select-group .os-form-control, .latepoint-w .os-form-group.os-form-select-group input.os-form-control, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control {
	border: 1px solid #cccccc !important;
}
.latepoint-w .os-form-group.os-form-select-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-select-group input.os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control:focus {
    background-color: #f7f7f7 !important;
    border-color: #a2a2a2 !important;
}
.customer-dashboard-tabs a.active,
.customer-bookings-tiles h6.customer-booking-service-name,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover span, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover i, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus span, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus i,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link span, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link i {
	color: #2b2b29 !important;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link span {
	border-bottom: 1px solid #2b2b29;
}
.customer-dashboard-tabs a:after {
	background-color: #2b2b29;
}
.customer-dashboard-tabs a {
	color: #cecece;
	font-size: 16px;
}
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-cancelled {
	background-color: #2b2b29;
}
.latepoint-w .latepoint-section-heading-w .heading-extra,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover span, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover i, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus span, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus i,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link span, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link i {
	color: #2b2b29 !important;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link span {
	border-bottom: 1px solid #2b2b29;
}
.latepoint-book-button,
.latepoint-book-button:focus, .latepoint-book-button:hover {
	background-color: #2b2b29;
	border-radius: 0;
}
.customer-bookings-tiles .customer-booking,
.latepoint-login-form-w {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
	border-radius: 0;
	overflow: hidden;
}
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-approved, .customer-bookings-tiles .customer-booking-info .booking-info-value.status-pending, .customer-bookings-tiles .customer-booking-info .booking-info-value.status-cancelled {
	border-radius: 0;
}
.latepoint-admin input, .latepoint-admin button, .latepoint-admin select, .latepoint-admin optgroup, .latepoint-admin textarea, .latepoint-w input, .latepoint-w button, .latepoint-w select, .latepoint-w optgroup, .latepoint-w textarea,
.latepoint-w .os-form-group.os-form-select-group .os-form-control, .latepoint-w .os-form-group.os-form-select-group input.os-form-control, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control {
	border-radius: 0 !important;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price-label {
	display: none;
}
/*.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn:hover {
	background: transparent;
}*/

#main label {
	width: 100%;
	margin: 0;
}
#main input[type="text"],
#main input[type="email"],
#main textarea {
	position: relative;
	display: block;
	box-shadow: none;
	border: 1px solid #cad2e0;
	padding: 10px;
	background-color: #fff;
	width: 100%;
	color: #32373c;
	line-height: normal;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
}
#main textarea {
	height: 150px;
}
input.wpcf7-form-control.wpcf7-submit {
	background: #000000;
	color: #ffffff;
	padding: 10px 30px;
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
}


table.price {
	margin-bottom: 30px;
	width: 100%;
	font-weight: 500;
}
table.price small {
	font-weight: 400;
}

table.price thead tr {
	background: #ffffff !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

table.price tr:nth-child(odd) {
	background: #fedbe1;
}
table.price tr:nth-child(even) {
	background: #ffeaee;
}
table.price tr td {
	padding: 5px 10px;
}
/*table.price tr td:first-child {
	font-weight: 500;
}*/
table.price tr td:not(:first-child) {
	text-align: right;
	width: 150px;
}
table.price small {
	font-style: italic;
	font-weight: 400;
}

.page-id-32 main#main .pagetitle {
	text-align: center;
}
.page-id-8 #main iframe {
	border-radius: 0px;
}
.page-id-10 main#main img {
	border-radius: 0px;
	object-fit: cover;
	width: 100%;
	filter: saturate(0.8) brightness(1.1) contrast(0.4);
}


.services h4 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 400;
}
.services > p {
	margin-bottom: 40px;
}
.services span.barber-icon {
	background: #f7c9d1;
	width: 80px;
	height: 80px;
	padding: 10px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #000000, 0 10px 20px rgba(0,0,0,.2);
}
.services span.barber-icon i:before {
	font-size: 36px;
	color: #000000;
	margin: 0;
}
.services span.barber-icon img {
	width: 100%;
	height: unset;
	display: block;
}
.services .row > div h4 {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.services .row > div p {
	font-size: 13px;
}


.mobilebrand {
	position: fixed;
	top: 0;
	z-index: 95;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	background: #ffffff;
	height: 90px;
	border-top: 7px solid #f0cbd1;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.mobilebrand a {
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    margin: auto;
	max-width: 220px;
}
.mobilebrand .animatedlogo .logobody {
    width: 100px;
    position: absolute;
}
.mobilebrand .animatedlogo .redbluelines {
    width: 22px;
    height: 70px;
    position: absolute;
    background: linear-gradient(to right, rgba(0,0,0,.5) 0%, rgba(211,211,211,0) 50%, rgba(0,0,0,.5) 100%), repeating-linear-gradient(-30deg, #549ccc, #549ccc 10px, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 15px, #da363d 15px, #da363d 25px, rgba(0,0,0,0) 25px, rgba(0,0,0,0) 30px);
    animation: barbermobil 5s linear infinite;
}
.mobilebrand .animatedlogo .redbluelines span.shiny {
    width: 3px;
    height: 60px;
    top: 7px;
}
.mobilebrand .animatedlogo .logoroyal {
    width: 42px;
    margin-bottom: 3px;
}
.mobilebrand .animatedlogo .logolabel {
    width: 88px;
}
.mobilebrand .animatedlogo {
    height: 96px;
    width: 100px;
}
@keyframes barbermobil {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: 70px;
  }
}


span#toggle-header {
	position: fixed;
	z-index: 991;
	top: 15px;
	left: 15px;
	display: none;
	width: 30px;
	height: 30px;
}

.toggle-header-inner:after, .toggle-header-inner:before {
	display: block;
	content: "";
}
.toggle-header-inner, .toggle-header-inner:after, .toggle-header-inner:before {
	position: absolute;
	width: 30px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 0;
	background-color: #000;
}
span#toggle-header .toggle-header-inner {
	top: 3px;
	display: block;
}
span#toggle-header .toggle-header-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}
span#toggle-header .toggle-header-inner:after {
	top: 20px;
}
.header-open span#toggle-header .toggle-header-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}
.header-open span#toggle-header .toggle-header-inner:after {
	transform: translate3d(0,-20px,0) rotate(-90deg);
}
.header-open span#toggle-header .toggle-header-inner {
	transform: translate3d(0,10px,0) rotate(45deg);
}



@media only screen and (max-width: 1350px) {
	div#cookie-consent,
	.action-window-open div#cookie-consent {
		padding-left: 0;
		padding-right: 0;
	}
	
	body:not(.action-window-open) span#toggle-actions {
		border-color: #000000;
		box-shadow: none;
	}
	body:not(.action-window-open) span#toggle-actions svg {
		filter: invert(1);
	}
	
	span#toggle-header {
		display: block;
	}
	.mobilebrand {
		display: block;
	}

	span#toggle-header,
	span#toggle-actions {
		top: 32px;
	}

	header#header {
		opacity: 0;
		visibility: hidden;
		transform: translateX(-100%);
	}
	.header-open span#toggle-header {
		transform: translateX(300px);
	}
	.header-open header#header {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}

	#wrapper {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 90px;
		height: unset;
		overflow: inherit;
	}
	.action-window-open #wrapper {
		padding-right: 0;
	}

	div#window-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,.6);
		z-index: 99;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.header-open div#window-overlay,
	.action-window-open div#window-overlay {
		opacity: 1;
		visibility: visible;
	}

	.hero .container {
		max-width: calc(100% - 50px) !important;
		padding: 0 40px;
	}
	
}

@media only screen and (max-width: 991px) {
	footer#footer .footer-info .container .row {
		margin-bottom: -40px;
	}
	footer#footer .footer-info .container .row > div {
		margin-bottom: 40px;
	}
}
	
@media only screen and (max-width: 865px) {
	div#actionbar .container {
		flex-direction: column;
	}
	div#actionbar .container .booktid {
		margin-top: 20px;
		margin-left: 0;
	}
	div#actionbar .container strong {
		display: block;	
	}
	div#actionbar .container strong span {
		display: none;	
	}
}

@media only screen and (max-width: 768px) {
	main#main .pagetitle h1 {
		font-size: 40px;
	}
	main#main .pagetitle {
    	height: 150px;
		margin-bottom: 40px;
	}
	main#main {
		padding: 0 0 20px;
	}
	
	div#actions .cover {
		height: 160px;
	}
	
	div#cookie-consent {
		font-size: 12px;
	}
	div#cookie-consent .rightside a {
		margin-top: 10px;
		font-size: 12px;
	}
	div#cookie-consent .rightside a:first-child {
		margin-left: 0;
	}
	
	div#actionbar .container h3 {
		font-size: 20px;
		text-align: center;
	}
	div#actionbar .container .booktid {
		font-size: 16px;
		min-width: auto;
		padding: 8px 15px;
		margin-top: 10px;
	}
	
	body { 
		font-size: 13px;
	} 
	
	.services h4 {
		font-size: 28px;
	}
	
	.services > p {
		font-size: 16px;
	}
	
	.hero .container {
		margin-top: -50px;
		margin-bottom: 40px;
	}
	.hero .container p {
		font-size: 22px;
	}
	.hero .container p > span {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.latepoint-w .latepoint-booking-form-element .latepoint-form-w {
		max-width: 100%;
	}
	
	div#actions {
		width: 300px;
	}
	.action-window-open span#toggle-actions {
		transform: translateX(-240px) rotate(0);
	}
}

@media only screen and (max-width: 575px) {
	footer#footer .footer-info #footermenu {
		margin: 0 auto !important;
	}
	footer#footer .footer-info table {
		margin: 0 auto;
		width: 100%;
		max-width: 260px;
	}
	
	/*.services .row > div:not(:first-child) {
		margin-top: 20px;
	}*/
	
	.hero .container p {
		font-size: 17px;
	}
	
	footer#footer .footer-info .row > div > p {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}