/*
	Theme Name: dinelscooter
	Author: dinelscooter
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.text-center {
	text-align: center;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	font-size: 62.5%;
}

body {
	background: #ececec;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #444;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #853433;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

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

input:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Oswald", sans-serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.top-bar {
	background: #2A2A2A;
	padding: 10px 0;
}

.top-bar p a,
.top-bar p {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	color: #E2E2E2;
	font-size: 14px;
}

.top-bar p {
	margin: 0;
}

.top-bar__left .is-hidden-desktop a {
	color: #e0e0e0;
}

.top-bar__left .is-hidden-desktop a img {
	margin-right: 5px;
}

.top-bar__left .is-hidden-desktop a span:first-child {
	font-size: 20px;
	padding-right: 5px;
	border-right: 1px dotted #E2E2E2;
}

.top-bar__left .is-hidden-desktop a span:last-child {
	display: none;
}

/* wrapper */
.wrapper {
	max-width: 1386px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* header */
.header {
	display: none;
	background: #E2E2E2;
	padding: 20px 0;
}

/* logo */
.logo {
	position: absolute;
	left: 32px;
	top: 0;
	z-index: 1;
}

.logo-img {
	border-radius: 10px;
}

/* nav */
.nav>ul {
	display: inline-block;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	position: relative;
}

.nav>ul>li {
	display: inline-block;
}

.nav ul>li>a {
	color: #000;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	line-height: 40px;
	padding: 11px 15px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0 solid transparent;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
}

.nav>ul>li:hover>a {
	background-color: #853433;
	color: #fff;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	white-space: nowrap
}

.nav ul li:hover>ul {
	display: block;
}

.nav ul ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.nav ul ul li a {
	padding: 10px;
	display: block;
	background: #853433;
	height: auto;
	color: #fff;
	line-height: normal;
}

.nav ul ul li a:hover {
	text-decoration: underline;
}

/* bnr */
.mrg {
	margin: 50px 0;
}

.mainBanner {
	position: relative;
}

.mainBanner .wrapper {
	position: relative;
	padding: 0;
}

.bannerImage {
	position: relative;
	max-height: 450px
}

.bannerImage img {
	display: block;
	width: 100%;
	height: auto;
}

.ribbondesign-wrapper {
	display: none;
	width: 85px;
	height: 88px;
	position: absolute;
	top: -8px;
	right: 1px;
}

.ribbondesign {
	font-family: "Oswald", sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	o-transform: rotate(45deg);
	position: relative;
	padding: 9px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #853433;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.ribbondesign:before,
.ribbondesign:after {
	content: "";
	border-top: 3px solid #301c03;
	border-top: 3px solid rgba(55, 55, 55, .7);
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.ribbondesign:before {
	left: 0;
}

.ribbondesign:after {
	right: 0;
}

.bannerText {
	position: absolute;
	top: 26px;
	bottom: 0;
	left: 0;
	right: 0;
}

.bannerText .swiper-slide {
	color: #fff;
}

.swiper-slide_wrapper {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	padding-top: 11%;
}

.bannerText .line {
	display: inline-block;
	font-size: 11px;
	line-height: 150% !important;
	background-color: #853433 !important;
	opacity: .9;
	font-weight: 500 !important;
	margin-bottom: 2px;
	padding: 5px 20px 5px 20px !important;
}

.swiper-slide_wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* Dots */
.bannerText .swiper-pagination {
	position: absolute;
	left: clamp(12px, 4vw, 40px);
	bottom: clamp(12px, 2.5vw, 30px);
}

.swiper-pagination-bullet {
	height: 13px;
	width: 13px;
	background: rgba(255, 255, 255, .7);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #717171;
}

@media (max-width: 640px) {
	.bannerText {
		align-items: flex-end;
	}
}

/* welcome */
.welcome .wrapper .flex {
	background: #fff;
}

.col50 {
	width: 100%;
	padding: 0 10px;
}

.twoCols .col_wrapper {
	position: relative;
	padding: 30px 10% 40px 10%;
	height: 100%;
}

.twoCols h2,
.twoCols h1 {
	color: #853433;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: 120%;
	z-index: 1;
	position: relative;
}

.twoCols h2 span,
.twoCols h1 span {
	font-family: "Oswald", sans-serif;
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #444;
}

.twoCols p {
	line-height: 24px;
}

.btnMain {
	display: block;
	margin: 0 auto;
	font-family: "Oswald", sans-serif;
	width: 130px;
	height: 40px;
	color: #fff !important;
	background: #853433;
	font-size: 17px;
	letter-spacing: 1.5px;
	font-weight: 300;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 9px;
	z-index: 1;
	position: relative;
}

/* services */
.services {
	position: relative;
}

.servicesBg {
	background: #F3F3F3 !important;
	padding: 60px 0 20px 0;
}

.services-headline {
	font-family: "Oswald", sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: 400;
	line-height: 110%;
	margin-top: 0;
	margin-bottom: 30px;
}

.services .services-image {
	display: none;
}

.col33 {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.service-item {
	text-align: center;
}

.service-item__title {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.service-item__text p {
	margin: 0;
	line-height: 21px;
}

/* mobility */
.mobility img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.mobility .col50 {
	padding: 0;
}

.mobility .col50:first-child {
	order: 2;
}

.mobility .col50:last-child {
	order: 1;
}

.mobility-content {
	background: #853433;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	color: #fff;
	text-align: center;
	height: 300px;
}

.mobility-content_wrapper {
	max-width: 80%;
	margin: 0 auto;
}

.mobility-headline {
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
}

.mobility-cta {
	margin: 0;
}

.mobility-cta .btn {
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 20px;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .9px;
	line-height: 20px;
	padding: 7px;
	font-family: "Oswald", sans-serif;
	margin: 0 auto;
}

.mobility-text p {
	line-height: 23px;
	margin: 40px 0 30px 0;
}

/* columns */
.columns .twoCols {
	background: #fff;
}

.columns .twoCols .col50:last-child .col_wrapper {
	position: relative;
}

.columns h2 {
	margin-bottom: 60px;
}

.atticus-badge-house {
	display: none;
}

.atticus-badge-block {
	display: block;
	position: absolute;
	width: 85px;
	height: 80px;
	left: auto;
	right: 0;
	margin-top: -98px;
	margin-right: 0;
	background-color: #853433;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 0;
}

.atticus-badge-headline,
.atticus-badge-content {
	display: block;
	position: relative;
	width: 75%;
	height: 15px;
	left: 5px;
	margin: 0 auto;
	margin-top: 17px;
	font-family: "Oswald", sans-serif;
	letter-spacing: .2px;
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	line-height: 14px;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 1;
}

.atticus-badge-content {
	height: 50%;
	left: 3px;
	margin-top: -2px;
	font-size: 34px;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	line-height: 35px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

.atticus-badge-triangle {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 10px;
	bottom: -10px;
	margin-top: px;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #853433 transparent transparent transparent;
	z-index: 0;
}

/* footer */
.footer {
	background: #2a2a2a;
	padding: 40px 0;
	margin-top: 40px;
}

.footer .wrapper>div {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 40px;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li ul {
	display: none;
}

.footer span,
.footer p,
.footer li,
.footer a {
	font-size: 14px;
	line-height: 24px;
	color: #e2e2e2;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p.h3 {
	font-size: 17px;
	font-weight: 400;
	color: #e2e2e2;
	margin-top: 0;
}

#text-3 img {
	margin-right: 10px;
}

.footer-info {
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 20px;
	width: 100% !important;
	padding-top: 5px !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.footer-info p {
	font-size: 10px;
	color: #e2e2e2;
	margin: 0;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.section-headlines {
	text-align: center;
	margin-bottom: 25px;
}

.section-headline {
	font-family: "Oswald", sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #853433;
	margin: 0;
}

.section_headline_small {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #626262;
	margin: 0;
}

.section_headline_small p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.productsSection_wrapper {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 60px;
}

.catalog-grid {
	display: flex;
	flex-wrap: wrap;
	width: 92%;
	margin: 0 auto;
}

.catalog-card {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.catalog-card .card-link {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: #f8f8f8;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	overflow: hidden;
}

.catalog-card .card-media {
	border-bottom: 1px solid #dbdbdb;
}

.catalog-card .card-media img {
	display: block;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	max-height: 190px;
	width: 100%;
	object-fit: contain;
	background: #fff;
}

.catalog-card .card-title {
	font-size: 22px;
	font-weight: 400;
	color: #7a3b33;
	margin: 0 0 20px 0;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.catalog-card .card-desc {
	color: #444;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.catalog-card .card-price {
	position: relative;
	margin-top: auto;
	border-top: 1px solid #dbdbdb;
	color: #737373;
	font-size: 14px;
	padding: 10px 20px 8px 20px;
}

.catalog-card .card-price::after,
.catalog-card .card-price::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #853433;
	pointer-events: none;
}


.catalog-card .card-price::after {
	right: 34px;
	opacity: .7;
}

.catalog-card .card-price::before {
	right: 16px;
	opacity: .4;
}


.catalog-card .card-badge {
	font-family: "Oswald", sans-serif;
	position: absolute;
	top: 18px;
	right: 6px;
	z-index: 2;
	transform: translate(35%, -35%) rotate(45deg);
	background: #853433;
	color: #fff;
	width: 120px;
	padding: 9px 0;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	pointer-events: none;
}

.cm-lock {
	overflow: hidden;
}

.cm-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	padding: 24px 12px;
}

/* modal panel */
.cm-modal {
	position: relative;
	width: 100%;
	max-width: 500px;
	background: #eaeaea;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.cm-x {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 5;
	border: none;
	background: transparent;
	background: url(https://dinelscooter.cubittest6.dk/wp-content/uploads/2025/10/docBox.png);
}

.cm-header {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #2e2e2e;
	color: #fff;
	padding: 35px 10px 31px 10px;
	border-radius: 10px 10px 0 0;
}

.cm-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #f1f3f3;
	margin: 0;
	text-align: center;
	font-weight: 400;
	letter-spacing: .5px;
}

.cm-circles {
	position: relative;
	height: 40px;
	background: #2e2e2e;
	margin-bottom: 80px;
}

.cm-price-circle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #853433;
	color: #fff;
	display: flex;
	place-items: center;
	border: 4px solid #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
	z-index: 1;
}

.cm-price-main {
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	line-height: 1
}

.cm-price-sub {
	font-family: "Oswald", sans-serif;
	font-size: 10px;
	font-weight: 300;
	margin-top: 2px
}

.cm-thumb-circle {
	position: absolute;
	left: calc(50% + 15px);
	top: 28px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 6px solid #fff;
	z-index: 0;
}

.cm-body {
	max-height: 340px;
	overflow: auto;
}

.specs_container {
	max-width: 390px;
	margin: 0 auto;
	padding: 0 10px;
}

.cm-info-h {
	font-weight: 400;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	color: #853433;
	padding-bottom: 8px;
	border-bottom: 1px solid #dadada;
	margin-top: 0;
	margin-bottom: 8px;
}

.cm-info-p p {
	color: #444;
	margin: 0 0 25px;
}

.cm-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid #dadada;
}

.cm-row:last-child {
	border-bottom: 0
}

.cm-row dt {
	font-size: 14px;
	letter-spacing: 1px;
	color: #853433;
}

.cm-row dd {
	font-size: 14px;
	letter-spacing: 1px;
}

.cm-cta-wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.cm-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 42px;
	border-radius: 24px;
	background: #853433;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 0 22px;
}

.cm-cta:hover {
	filter: brightness(1.05)
}

.cm-strong {
	font-weight: 700;
}

.cm-footer {
	position: sticky;
	bottom: 0;
}

.cm-btn {
	font-family: "Oswald", sans-serif;
	border: 0;
	background: transparent;
	color: #212121;
	font-weight: 400;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	background: #dfdfdf;
	text-align: center;
	padding: 23px 10px;
	border-radius: 0 0 10px 10px;
	width: 100%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.p50 {
	padding: 50px 0;
}

.bg {
	background: #fff;
}

.text-full .bg {
	padding-bottom: 50px;
}

.text-full p {
	margin-top: 0;
}

.dub-art-subline {
	font-size: 16px;
	font-weight: 500;
	color: #626262;
	line-height: 120%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.dub-art-subline a img {
	margin: 0 0 0 5px !important;
}

.dub-art-subline a {
	display: flex;
	align-items: center;
}

.productSlider .ps-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.productSlider .ps-media {
	background: #fff;
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productSlider .ps-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.productSlider .ps-content {
	background-color: #853433;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 15%;
}

.productSlider .ps-title {
	font-family: "Oswald", sans-serif;
	color: #f7f7f7;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
}

.productSlider .ps-text p {
	margin: 10px 0 0 0;
	color: #f7f7f7;
}

@media (max-width: 900px) {
	.productSlider .ps-grid {
		grid-template-columns: 1fr;
	}

	.productSlider .ps-media {
		min-height: 200px;
	}
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	transition: .6s ease;
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-ms-transition: .6s ease;
	-o-transition: .6s ease;
	background-color: rgba(0, 0, 0, .1);
	width: 56px;
	height: 56px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px;
}

.swiper-button-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}

.swiper-button-next {
	right: 0;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .8);
}


.mainBanner .swiper-button-next {
	right: 4px;
}

.mainBanner .swiper-button-prev {
	left: 4px;
}

.mainBanner .swiper-button-next,
.mainBanner .swiper-button-prev {
	top: calc(50% - 75px);
}

table {
	width: 100%;
}

table tr {
	border-bottom: 1px dotted #383838 !important;
	padding-bottom: 5px !important;
}

table tr td {
	padding: 5px 3px 3px !important;
}

.twoCols-section.text-image-section .twoCols .col50 {
	padding: 0;
}

.twoCols-section.text-image-section .text-col {
	background: #853433;
	color: #fff;
}

.twoCols-section.text-image-section .text-col p {
	opacity: .9;
}

.twoCols-section.text-image-section .text-col strong {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	opacity: 1;
}

.twoCols-section.text-image-section .twoCols .col50:first-child:after {
	display: none;
}

.twoCols-section.text-image-section .img-col .col_wrapper {
	padding: 0;
}

.ti-icons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 50px 0 60px 0;
}

.ti-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.ti-text.icons {
	padding-left: 15%;
}

.twoCols-section.text-image-section .image-right .img-col {
	order: 1;
}

.twoCols-section .img-col img {
	height: 100%;
	object-fit: cover;
}

.twoCols-section.text-image-section .image-right .text-col {
	order: 2;
}

.why {
	--brand: #853433;
	--line: #444;
	--term: #6b6b6b;
	--text: #333;
	--dot: 15px;
	--left: 60px;
	--gap: 16px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--text);
}


.why::before {
	content: "";
	position: absolute;
	left: calc(var(--left) + var(--gap) / 2);
	top: 15px;
	bottom: 40px;
	width: 1px;
	background: var(--line);
}


.why>li {
	position: relative;
	display: flex;
	gap: var(--gap);
	align-items: flex-start;
	padding: 10px 0;
}

.why>li:first-child {
	color: #853433;
}

.why>li:first-child:after {
	border-color: #853433;
}

.why__term {
	flex: 0 0 var(--left);
	text-align: right;
	padding-right: 7px;
	padding-top: 2px;
}


.why__desc {
	flex: 1 1 auto;
	line-height: 1.45;
	margin-left: 7px;
}

.why>li::after {
	content: "";
	position: absolute;
	left: calc(var(--left) + var(--gap) / 2 - var(--dot) / 2);
	top: 20px;
	transform: translateY(-50%);
	width: var(--dot);
	height: var(--dot);
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--line);
}

.ti-text.quote {
	padding-left: 5%;
}

.ti-text.quote p {
	position: relative;
}

.ti-text.quote p:before {
	content: url(/wp-content/uploads/2025/10/abigail-icon4.png);
	position: absolute;
	left: -30px;
}

.bannerV2 {
	margin-top: 40px;
}

.bannerV2_wrapper {
	overflow: hidden;
	position: relative;
	padding: 4px;
	margin: -4px;
}

.bannerV2 .bg {
	background: #FBFBFB;
	padding: 60px 20px;
}

.bannerV2 .section-headline {
	font-size: 26px;
	line-height: 110%;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 3px;
}

.bannerV2 .section_headline_small {
	font-family: arial;
	font-weight: 300;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: .7;
}

.bv2-inner {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

/* left maroon panel */
.bv2-panel {
	background: #853433;
	color: #fff;
	padding: 25px;
	text-align: center;
}

.bv2-panel h3 {
	font-family: "Oswald", sans-serif;
	font-size: 22px !important;
	font-weight: 400;
	margin: 0;
}

.bv2-panel h4 {
	font-size: 14px;
	line-height: 140%;
	opacity: .5;
	font-family: arial;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
}

.bv2-panel p {
	font-weight: 300;
	font-size: 15px;
	line-height: 140%;
	opacity: .8;
}

.bv2-panel p:last-child {
	opacity: 1;
}

.bv2-panel .btnMain {
	background: #fff;
	color: #853433 !important;
	opacity: 1;
}

.bv2-figure {
	margin: 0;
}

.bv2-figure img {
	display: block;
	width: 100%;
	height: auto;
}

.bv2-ribbon {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(35%, -35%) rotate(45deg);
	background: #853433;
	color: #fff;
	padding: 9px 18px;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	pointer-events: none;
}

.contact {
	position: relative;
	max-width: 520px;
	padding: 10px 12px 10px 24px;
	color: #212121;
	font-family: arial;
	font-weight: 300;
	font-size: 14px;
	z-index: 1;
}

.contact::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: #853433;
}

.contact__row {
	display: flex;

	align-items: flex-start;
	padding: 6px 0;
}

.contact__term {
	flex: 0 0 110px;
	font-weight: 700;
	color: #853433;
}

.contact__desc {
	flex: 1 1 auto;
	line-height: 1.45;
}

.contact a:hover {
	text-decoration: underline;
}

.mapImg {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 0;
	object-fit: cover;
	transform: translateY(-50%);
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media(max-width:767px) {
	.columns .col50:first-child:after {
		content: '';
		display: block;
		position: relative;
		width: 100%;
		height: 0;
		margin: 0 auto;
		margin-top: -30px;
		margin-bottom: 45px;
		border-top: 3px dotted #ebebeb;
		opacity: 1;
	}
}

@media (max-width:1023.98px) {
	.is-hidden-mobile {
		display: none !important;
	}
}


@media only screen and (min-width:380px) {
	.bannerText .line {
		font-size: 13px;
	}
}

@media only screen and (min-width:480px) {
	.top-bar__left .is-hidden-desktop a span:last-child {
		display: block;
		padding-left: 5px;
		font-size: 14px
	}

	.bannerText .line {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.services .services-image {
		display: block;
		overflow: hidden;
		display: block;
		position: absolute;
		width: 100%;
		max-width: 200px;
		height: auto;
		right: 0;
		margin-top: -70px;
		z-index: 0;
		top: 0;
	}

	.atticus-badge-house {
		display: block;
	}

	.catalog-card {
		width: 50%;
	}

	.dub-art-subline {
		flex-direction: row;
	}

	.ti-icons {
		left: 8%;
	}
}

@media only screen and (min-width:768px) {
	.bannerText {
		top: 80px;
	}

	.bannerText .line {
		font-size: 28px;
	}

	.col50 {
		width: 50%;
	}

	.twoCols .col50:first-child {
		position: relative;
	}

	.twoCols .col50:first-child:after {
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: 77%;
		top: 10%;
		right: 0;
		left: auto;
		margin-left: -3px;
		border-right: 3px dotted #ebebeb;
		opacity: 1;
	}

	.col33 {
		width: 50%;
	}

	.services .services-image {
		max-width: 300px;
	}

	.service-item {
		text-align: left;
		max-width: 320px;
	}

	.mobility-visual,
	.mobility-content,
	.mobility img {
		height: 500px;
	}

	.mobility .col50:first-child {
		order: 1;
	}

	.mobility .col50:last-child {
		order: 2;
	}

	.footer .wrapper>div {
		width: 50%;
	}

	.swiper:hover .swiper-button-next:not(.swiper-button-lock),
	.swiper:hover .swiper-button-prev:not(.swiper-button-lock) {
		display: flex;
	}

	.twoCols-section.text-image-section .image-right .img-col {
		order: 2;
	}

	.twoCols-section.text-image-section .image-right .img-col img {
		height: 100%;
		object-fit: cover;
	}

	.twoCols-section.text-image-section .image-right .img-col .col_wrapper {
		height: 100%;
	}

	.twoCols-section.text-image-section .image-right .text-col {
		order: 1;
	}

	.ti-text {
		padding: 0;
		text-align: right;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.ti-icons {
		right: -20px;
		z-index: 1;
		left: auto;
	}

	.bv2-figure {
		background: #fff;
		padding: 14px;
	}

	.bv2-inner {
		grid-template-columns: 1fr 1fr;
		width: 692px;
		margin: 0 auto;
	}

	.bannerV2 .section-headline {
		font-size: 36px;
	}

	.bannerV2 .section_headline_small {
		font-size: 14px;
	}

	.bv2-inner .bv2-figure {
		order: 2;
		height: 470px;
		width: 100%;
		max-width: 312px;
	}

	.bv2-inner .bv2-figure img {
		height: 100%;
		object-fit: cover;
	}

	.bv2-panel {
		width: 430px;
		height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-right: -50px;
		z-index: 1;
	}

	.contact {
		padding: 10px 12px 10px 38px;
	}
}

@media only screen and (min-width:960px) {
	.col33 {
		width: 33.333%;
		margin-bottom: 60px;
	}

	.service-item {
		max-width: 350px;
	}

	.twoCols h2,
	.twoCols h1 {
		font-size: 28px;
	}

	.footer .wrapper>div {
		width: 25%;
	}

	.catalog-card {
		width: 25%;
	}
}

@media only screen and (min-width:1024px) {
	.is-hidden-desktop {
		display: none !important;
	}

	.header {
		display: block;
	}

	.mainBanner {
		margin-top: 30px;
	}

	.mainBanner .wrapper {
		padding: 0 10px;
	}

	.swiper-slide_wrapper {
		padding-top: 6%;
	}

	.bannerText {
		top: 120px;
	}

	.ribbondesign-wrapper {
		display: block;
	}

	.bannerImage {
		padding: 4px;
		margin: -4px;
		overflow: hidden;
	}

	.bannerText .line {
		font-size: 34px;
	}

	.bv2-inner {
		width: 100%;
		max-width: 1000px;
	}

	.bv2-inner .bv2-figure {
		width: 100%;
		max-width: 100%;
	}

	.bv2-panel {
		width: auto;
		padding: 25px 70px;
	}

	.bv2-panel h3 {
		font-size: 26px !important;
	}
}

@media only screen and (min-width:1140px) {
	.bannerText .line {
		font-size: 42px;
	}
}

@media only screen and (min-width:1280px) {
	.atticus-badge-block {
		right: 75px;
	}

	.services .services-image {
		max-width: 400px;
		margin-top: -90px;
	}

	.ti-text.quote {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.ti-text.quote p {
		width: 50%;
		padding-right: 12%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}