body.home .lte-header-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
background: transparent;
} body.home .lte-content-wrapper > .container.main-wrapper:first-of-type {
display: none;
} body.home #lte-nav-wrapper.lte-nav-color-white .lte-top-search-ico {
color: #ffffff;
} body.home .lte-content-wrapper {
overflow: visible;
} .lte-hero-slider {
position: relative;
width: 100%;
height: 100vh;
min-height: 600px;
overflow: hidden;
background-color: var(--black, #002c3f);
}
.lte-hero-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
opacity: 0;
visibility: hidden;
transition: opacity 1s ease, visibility 1s ease;
z-index: 1;
}
.lte-hero-slide.active {
opacity: 1;
visibility: visible;
z-index: 2;
}
.lte-hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
to bottom,
rgba(0, 22, 44, 0.55) 0%,
rgba(0, 22, 44, 0.4) 50%,
rgba(0, 22, 44, 0.55) 100%
);
z-index: 1;
}
.lte-hero-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
text-align: center;
}
.lte-hero-content .container {
max-width: 900px;
}
.lte-hero-subheading {
font-family: 'aAutoSignature', cursive;
font-size: 48px;
color: var(--main, #d0a249);
margin-bottom: 10px;
font-weight: 400;
line-height: 1.2;
letter-spacing: 1px;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}
.lte-hero-slide.active .lte-hero-subheading {
opacity: 1;
transform: translateY(0);
}
.lte-hero-heading {
font-family: var(--font-headers, 'Outfit'), sans-serif;
font-size: 80px;
font-weight: 400;
color: #ffffff;
line-height: 1.1;
margin-bottom: 20px;
text-transform: none;
letter-spacing: -0.5px;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}
.lte-hero-slide.active .lte-hero-heading {
opacity: 1;
transform: translateY(0);
}
.lte-hero-heading .lte-header {
color: var(--main, #d0a249);
}
.lte-hero-description {
font-size: 18px;
color: rgba(255, 255, 255, 0.85);
margin-bottom: 35px;
font-weight: 300;
line-height: 1.6;
max-width: 600px;
margin-left: auto;
margin-right: auto;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s;
}
.lte-hero-slide.active .lte-hero-description {
opacity: 1;
transform: translateY(0);
}
.lte-hero-buttons {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease 0.8s, transform 0.8s ease 0.8s;
}
.lte-hero-slide.active .lte-hero-buttons {
opacity: 1;
transform: translateY(0);
}
.lte-hero-buttons .lte-btn {
min-width: 180px;
text-align: center;
} .lte-hero-buttons .lte-btn.btn-white {
background-color: #ffffff;
color: var(--black, #002c3f);
border-color: #ffffff;
} .lte-hero-dots {
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 12px;
z-index: 10;
}
.lte-hero-dot {
width: 12px;
height: 12px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.6);
background: transparent;
cursor: pointer;
padding: 0;
transition: all 0.3s ease;
outline: none;
}
.lte-hero-dot:hover {
border-color: #ffffff;
}
.lte-hero-dot.active {
background-color: var(--main, #d0a249);
border-color: var(--main, #d0a249);
} @media (max-width: 1198px) {
.lte-hero-heading {
font-size: 56px;
}
.lte-hero-subheading {
font-size: 40px;
}
.lte-hero-description {
font-size: 16px;
}
}
@media (max-width: 768px) {
.lte-hero-slider {
height: 85vh;
min-height: 500px;
}
.lte-hero-heading {
font-size: 40px;
}
.lte-hero-subheading {
font-size: 32px;
}
.lte-hero-description {
font-size: 15px;
padding: 0 15px;
}
.lte-hero-buttons {
flex-direction: column;
align-items: center;
}
.lte-hero-dots {
bottom: 25px;
}
}
@media (max-width: 480px) {
.lte-hero-slider {
height: 75vh;
min-height: 450px;
}
.lte-hero-heading {
font-size: 32px;
}
.lte-hero-subheading {
font-size: 26px;
}
} .lte-about-section {
padding: 100px 0;
background-color: var(--white, #ffffff);
}
.lte-about-image {
position: relative;
padding: 0;
}
.lte-about-image img {
width: 100%;
height: 100%;
display: block;
position: relative;
z-index: 2;
object-fit: cover;
}
.lte-about-image-border {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid var(--main, #d0a249);
z-index: 3;
pointer-events: none;
}
.lte-about-content {
padding-left: 30px;
}
.lte-about-content .lte-heading h2 {
font-size: 44px;
line-height: 1.3em;
letter-spacing: -1px;
}
.lte-about-text {
font-size: 16px;
line-height: 1.8;
color: #666666;
margin-bottom: 30px;
}
.lte-about-contacts {
margin-top: 30px;
display: flex;
flex-wrap: wrap;
gap: 20px 40px;
align-items: flex-start;
}
.lte-about-phone {
display: flex;
align-items: center;
gap: 15px;
}
.lte-about-phone-label {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: #999999;
font-weight: 500;
}
.lte-about-phone-number {
font-size: 22px;
font-weight: 700;
color: var(--black, #002c3f);
text-decoration: none;
transition: color 0.3s ease;
}
.lte-about-phone-number:hover {
color: var(--main, #d0a249);
}
.lte-about-phone-number i {
color: var(--main, #d0a249);
margin-right: 8px;
font-size: 18px;
}
.lte-about-contact--small .lte-about-phone-number {
font-size: 16px;
}
.lte-about-contact--small .lte-about-phone-number i {
font-size: 14px;
} @media (max-width: 991px) {
.lte-about-section {
padding: 70px 0;
}
.lte-about-content {
padding-left: 0;
padding-top: 40px;
}
.lte-about-image {
max-width: 500px;
margin: 0 auto;
}
.lte-about-contacts {
flex-direction: column;
gap: 15px;
}
}
@media (max-width: 576px) {
.lte-about-section {
padding: 50px 0;
}
.lte-about-phone {
flex-direction: column;
align-items: flex-start;
}
.lte-about-phone-number {
font-size: 18px;
}
.lte-about-contact--small .lte-about-phone-number {
font-size: 14px;
}
} .lte-services-section {
padding: 100px 0 70px;
background-color: var(--white, #ffffff);
} .lte-services-section .lte-services-sc .lte-item {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
} .lte-services-section .lte-services-sc .lte-item-inner {
width: 100%;
overflow: hidden;
} .lte-services-section .lte-services-sc .lte-description {
display: flex;
flex-direction: column;
} .lte-services-section .lte-services-sc .lte-photo-wrapper {
display: block;
overflow: hidden;
}
.lte-services-section .lte-services-sc .lte-photo-wrapper img {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}
.lte-services-section .lte-services-sc .lte-item:hover .lte-photo-wrapper img {
transform: scale(1.1);
} .lte-services-section .lte-services-sc .lte-info {
display: block;
padding: 30px 35px;
background-color: var(--white, #ffffff);
position: relative;
} .lte-services-section .lte-services-sc .lte-info .lte-header {
font-family: var(--font-headers, 'Outfit'), sans-serif;
font-size: 24px;
line-height: 1.3em;
font-weight: 600;
color: var(--black, #002c3f);
text-decoration: none;
display: inline;
background-image: linear-gradient(var(--second, #d0a249), var(--second, #d0a249));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% 2px;
transition: all 0.5s ease;
}
.lte-services-section .lte-services-sc .lte-info .lte-header:hover {
background-size: 100% 2px;
color: var(--black, #002c3f);
} .lte-services-section .lte-services-sc .lte-btn-wrap {
padding-top: 12px;
}
@media (max-width: 991px) {
.lte-services-section {
padding: 70px 0 40px;
}
}
@media (max-width: 767px) {
.lte-services-section .lte-services-sc .lte-info {
padding: 35px 20px;
text-align: center;
}
.lte-services-section .lte-services-sc .lte-btn-wrap {
display: none;
}
}
@media (max-width: 576px) {
.lte-services-section {
padding: 50px 0 20px;
}
} .lte-events-section {
padding: 100px 0;
background-color: var(--white, #ffffff);
} .lte-events-left {
padding-right: 30px;
}
.lte-events-heading {
font-family: var(--font-headers), serif;
font-size: 48px;
font-weight: 400;
line-height: 1.2;
color: var(--black, #002c3f);
margin: 0 0 40px;
letter-spacing: -0.5px;
}
.lte-events-map {
margin-top: 20px;
}
@media (max-width: 1200px) {
.lte-events-map {
display: none;
}
}
.lte-events-map img {
max-width: 100%;
height: auto;
} .lte-events-section .lte-events-sc {
width: 100%;
}
.lte-events-section .lte-events-sc.lte-layout-table .lte-item {
padding-left: 0;
padding-right: 0;
} .lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-img {
width: 150px;
padding-right: 30px;
}
.lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-img img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
} .lte-events-section .lte-event-venue {
display: block;
font-size: 12px;
color: rgba(0, 22, 44, 0.55);
text-transform: uppercase;
letter-spacing: 0.04em;
margin-bottom: 4px;
white-space: nowrap;
overflow: hidden;
} .lte-events-section .lte-event-time,
.lte-events-section .lte-event-cost {
font-size: 14px;
color: rgba(0, 22, 44, 0.7);
line-height: 1.4;
}
.lte-events-section .lte-event-time {
padding-right: 20px;
} .lte-events-section .lte-title-wrapper {
margin-top: 4px;
} .lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header:after {
display: none;
} .lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header {
font-size: 22px;
margin: 0;
display: block;
background-image: none;
}
.lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header a {
color: var(--black, #002c3f);
}
.lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header a:hover {
color: var(--main, #d0a249);
} .lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-info {
padding-right: 20px;
} .lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-event-date {
color: var(--black, #002c3f);
}
.lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-event-date .lte-event-m {
color: var(--black, #002c3f);
} .lte-events-section .lte-events-sc.lte-layout-table .lte-item:after {
border-color: rgba(0, 44, 63, 0.15);
}
@media (max-width: 991px) {
.lte-events-section {
padding: 70px 0;
}
.lte-events-left {
padding-right: 0;
margin-bottom: 40px;
text-align: center;
}
.lte-events-heading {
font-size: 36px;
}
.lte-events-map img {
max-width: 300px;
}
.lte-events-section .lte-event-arrow {
display: none;
}
}
@media (max-width: 576px) {
.lte-events-section {
padding: 50px 0;
}
.lte-events-heading {
font-size: 30px;
}
} .lte-discovery-section {
padding: 100px 0;
background-color: var(--white, #ffffff);
}
@media (max-width: 991px) {
.lte-discovery-section {
padding: 70px 0;
}
}
@media (max-width: 576px) {
.lte-discovery-section {
padding: 50px 0;
}
} .lte-discovery-section .row [class*="col-"] {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
} .lte-discovery-section .lte-photo-wrapper {
position: relative;
height: 420px;
overflow: hidden;
}
.lte-discovery-section .lte-photo-wrapper a {
display: block;
width: 100%;
height: 100%;
}
.lte-discovery-section .lte-photo-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
} .lte-discovery-section .lte-photo-wrapper:before {
background: linear-gradient(to bottom, transparent 40%, rgba(0, 22, 44, 0.75) 100%) !important;
opacity: 1 !important;
} .lte-features-section {
padding: 100px 0 80px;
background-color: var(--white, #ffffff);
} .lte-features-rope {
margin-bottom: 40px;
}
.lte-features-rope img {
display: inline-block;
max-width: 100%;
height: auto;
} .lte-features-section .lte-heading.lte-heading-align-center {
text-align: center;
margin-bottom: 50px;
}
.lte-features-section .lte-heading .lte-header {
font-family: var(--font-headers, 'Outfit'), sans-serif;
font-size: 30px;
line-height: 1.4em;
font-weight: 400;
color: var(--black, #002c3f);
max-width: 700px;
margin: 0 auto;
}
.lte-features-section .lte-heading.lte-subcolor-main .lte-header span {
color: var(--main, #d0a249);
} .lte-features-yacht {
margin-bottom: 60px;
}
.lte-features-yacht img {
display: inline-block;
max-width: 100%;
height: auto;
} .lte-features-section .lte-block-icon {
list-style: none;
padding: 0;
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.lte-features-section .lte-block-icon .lte-item {
list-style: none;
padding: 0 15px;
margin-bottom: 40px;
float: left;
width: 33.3333%;
}
.lte-features-section .lte-block-icon .lte-inner {
display: flex;
align-items: flex-start;
gap: 18px;
}
.lte-features-section .lte-block-icon .lte-inner > i {
font-size: 40px;
color: var(--main, #d0a249);
flex-shrink: 0;
line-height: 1;
margin-top: 2px;
}
.lte-features-section .lte-block-icon .lte-icon-content {
display: block;
flex: 1;
}
.lte-features-section .lte-block-icon .lte-header.lte-h5 {
display: block;
font-family: var(--font-headers, 'Outfit'), sans-serif;
font-size: 18px;
font-weight: 600;
color: var(--black, #002c3f);
margin-bottom: 8px;
line-height: 1.3;
}
.lte-features-section .lte-block-icon .lte-descr {
display: block;
font-size: 15px;
font-weight: 300;
color: #666666;
line-height: 1.6;
} @media (max-width: 991px) {
.lte-features-section {
padding: 70px 0 60px;
}
.lte-features-section .lte-block-icon .lte-item {
width: 50%;
}
}
@media (max-width: 767px) {
.lte-features-section .lte-heading .lte-header {
font-size: 26px;
}
.lte-features-section .lte-block-icon .lte-item {
width: 50%;
margin-bottom: 30px;
}
}
@media (max-width: 576px) {
.lte-features-section {
padding: 50px 0 40px;
}
.lte-features-section .lte-block-icon .lte-item {
width: 100%;
margin-bottom: 25px;
}
.lte-features-section .lte-heading .lte-header {
font-size: 22px;
}
} .lte-gallery-section {
padding: 100px 0 80px;
}
.lte-gallery-section .lte-gallery-sc {
margin-top: 10px;
} .gallery-grid {
display: grid;
gap: 4px;
grid-template-columns: repeat(var(--gallery-cols, 4), 1fr);
grid-template-rows: 250px 250px;
}
.gallery-grid .gallery-featured {
grid-column: span 2;
grid-row: span 2;
} .lte-gallery-section .lte-gallery {
display: block;
overflow: hidden;
height: 100%;
}
.lte-gallery-section .lte-gallery img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.lte-gallery-section .lte-gallery:hover img {
transform: scale(1.15);
}
@media (max-width: 991px) {
.lte-gallery-section {
padding: 70px 0 0;
}
.gallery-grid {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 200px;
grid-auto-rows: 200px;
}
.gallery-grid .gallery-featured {
grid-column: span 2;
grid-row: span 1;
}
}
@media (max-width: 576px) {
.lte-gallery-section {
padding: 50px 0 0;
}
.gallery-grid {
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 180px;
}
.gallery-grid .gallery-featured {
grid-column: span 2;
grid-row: span 1;
}
} .lte-about-section .lte-heading,
.lte-services-section .lte-heading,
.lte-events-section .lte-heading,
.lte-discovery-section .lte-heading,
.lte-features-section .lte-heading,
.lte-gallery-section .lte-heading {
margin-bottom: 50px;
} .lte-about-section .lte-heading {
margin-bottom: 30px;
} .lte-about-section .lte-heading .lte-header,
.lte-services-section .lte-heading .lte-header,
.lte-discovery-section .lte-heading .lte-header,
.lte-features-section .lte-heading .lte-header,
.lte-gallery-section .lte-heading .lte-header {
color: var(--black, #002c3f);
} .lte-heading .lte-subheader.color-main {
color: var(--main, #d0a249);
}
@media (max-width: 1200px) {
.lte-gallery-section .lte-heading .lte-header.lte-size-md {
margin-top: 1rem;
}
}
@media (max-width: 992px) {
.lte-gallery-section .lte-heading .lte-header.lte-size-md {
margin-top: 1rem;
}
}
@media (max-width: 768px) {
.lte-about-section .lte-heading,
.lte-services-section .lte-heading,
.lte-events-section .lte-heading,
.lte-discovery-section .lte-heading,
.lte-features-section .lte-heading,
.lte-gallery-section .lte-heading {
margin-bottom: 35px;
}
}  body.home section {
position: relative;
} body.home .lte-content-wrapper {
overflow-x: hidden;
} .lte-about-section .row,
.lte-services-section .row,
.lte-events-section .row,
.lte-discovery-section .row,
.lte-features-section .row {
margin-left: -15px;
margin-right: -15px;
}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; } .clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.row:before,
.row:after { content: " "; display: table; }
.row:after { clear: both; }  .lte-footer-wrapper {
background-color: var(--black, #00162c) !important;
background-image: url(//boatripsplit.com/wp-content/themes/mit-boatripsplit/assets/images/pattern.png);
background-repeat: repeat;
} .lte-footer-wrapper:before {
display: none !important;
} .lte-footer-wrapper .footer-wrapper {
padding: 80px 0 50px;
background-color: var(--black, #00162c);
background-image: url(//boatripsplit.com/wp-content/themes/mit-boatripsplit/assets/images/pattern.png);
background-repeat: repeat;
color: rgba(255, 255, 255, 0.7);
} .lte-footer-wrapper .footer-wrapper::before {
display: none;
} .lte-footer-wrapper .lte-footer-divider {
height: 3px;
background-image: url(//boatripsplit.com/wp-content/themes/mit-boatripsplit/assets/images/top_pattern.png);
background-position: bottom center;
background-repeat: repeat-x;
margin-bottom: -1px;
} .lte-footer-wrapper .widget {
background-color: transparent;
margin-bottom: 30px;
} .lte-footer-wrapper .widget-title {
font-family: var(--font-headers, 'Outfit'), sans-serif;
font-size: 24px;
font-weight: 400;
color: var(--main, #d0a249);
margin: 0 0 25px;
padding-bottom: 0;
position: relative;
line-height: 1.2em;
}
.lte-footer-wrapper .widget-title:after {
display: none;
} .lte-footer-wrapper .widget p {
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
line-height: 1.7;
margin-bottom: 20px;
} .lte-footer-wrapper .widget strong {
color: #ffffff;
font-weight: 600;
} .lte-footer-logo {
margin-bottom: 20px;
}
.lte-footer-logo .lte-logo img {
max-height: 45px;
width: auto;
} .lte-social-icons {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-top: 15px;
}
.lte-social-icons a {
display: inline;
color: var(--main, #d0a249);
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease;
}
.lte-social-icons a:hover {
color: #ffffff;
} .lte-footer-menu {
list-style: none;
padding: 0;
margin: 0;
}
.lte-footer-menu li {
margin-bottom: 12px;
}
.lte-footer-menu li a {
color: #ffffff;
text-decoration: none;
font-size: 16px;
font-weight: 400;
transition: all 0.3s ease;
position: relative;
padding-left: 0;
}
.lte-footer-menu li a::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: var(--main, #d0a249);
font-size: 10px;
margin-right: 10px;
position: relative;
top: -1px;
}
.lte-footer-menu li a:hover {
color: var(--main, #d0a249);
padding-left: 5px;
} .lte-footer-contacts {
list-style: none;
padding: 0;
margin: 0;
}
.lte-footer-contacts li {
display: flex;
align-items: flex-start;
gap: 15px;
margin-bottom: 20px;
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
line-height: 1.6;
}
.lte-footer-contacts li:last-child {
margin-bottom: 0;
}
.lte-footer-contacts li i {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
min-width: 40px;
border-radius: 50%;
background-color: var(--main, #d0a249);
color: var(--black, #002c3f);
font-size: 14px;
flex-shrink: 0;
}
.lte-footer-contacts li a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
transition: color 0.3s ease;
}
.lte-footer-contacts li a:hover {
color: var(--main, #d0a249);
} .copyright-block.copyright-layout-default {
background-color: transparent;
}
.copyright-block.copyright-layout-default .container {
text-align: left;
}
.copyright-block p {
margin: 0;
font-size: 14px;
color: rgba(255, 255, 255, 0.6);
}
.copyright-block a {
color: var(--main, #d0a249);
}
.copyright-block a:hover {
color: #ffffff;
} .lte-go-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 74px;
height: 74px;
background-color: #ffffff;
color: var(--black, #00162c);
border-radius: 50%;
display: none;
align-items: center;
justify-content: center;
z-index: 999;
text-decoration: none;
transition: all 0.3s ease;
}
.lte-go-top .go-top-icon-v2 {
font-size: 36px;
color: var(--black, #00162c);
display: block;
text-align: center;
transition: all 0.2s ease;
}
.lte-go-top:hover {
background-color: var(--black, #00162c);
}
.lte-go-top:hover .go-top-icon-v2 {
color: #ffffff;
}
.lte-go-top.visible,
.lte-go-top.show {
display: flex;
} @media (max-width: 991px) {
.lte-footer-wrapper .footer-wrapper {
padding: 60px 0 30px;
}
}
@media (max-width: 767px) {
.lte-footer-wrapper .footer-wrapper {
padding: 50px 0 20px;
}
.lte-footer-wrapper .widget-title:after {
left: 50%;
transform: translateX(-50%);
}
.lte-footer-wrapper .widget {
text-align: center;
}
.lte-social-icons {
justify-content: center;
}
.lte-footer-contacts li {
flex-direction: column;
align-items: center;
text-align: center;
}
}
@media (min-width: 576px) and (max-width: 992px) {
.lte-footer-widget-area .col-md-6 {
width: 50%;
}
}
@media (max-width: 576px) {
.lte-footer-widget-area .col-sm-12 {
width: 100%;
}
}  .lte-navbar-icons .lte-nav-profile a {
font-size: 18px;
transition: all 0.2s ease;
}
.lte-navbar-icons .lte-nav-profile a:hover {
color: var(--main, #d0a249);
} .lte-navbar-icons .lte-nav-cart .cart-navbar {
text-decoration: none;
}
.lte-navbar-icons .lte-nav-cart .lte-cart {
position: relative;
display: inline-block;
}
.lte-navbar-icons .lte-nav-cart .lte-cart > i {
font-size: 18px;
transition: all 0.2s ease;
}
.lte-navbar-icons .lte-nav-cart .lte-cart:hover > i {
color: var(--main, #d0a249);
}
.lte-navbar-icons .lte-nav-cart .lte-count {
display: inline-block;
font-size: 11px;
font-weight: 600;
background-color: var(--main, #d0a249);
color: var(--black, #002c3f);
border-radius: 50%;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
position: absolute;
right: -10px;
top: -6px;
} #lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-nav-profile a,
#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-nav-cart .lte-cart > i {
color: #ffffff;
} #lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-nav-profile a,
#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-nav-cart .lte-cart > i {
color: var(--black, #002c3f);
} .lte-navbar.affix .lte-navbar-icons .lte-nav-profile a,
.lte-navbar.affix .lte-navbar-icons .lte-nav-cart .lte-cart > i,
.lte-navbar.affix .lte-top-search-ico {
color: var(--black, #002c3f);
}
#lte-nav-wrapper.lte-nav-color-white .lte-navbar.affix .lte-navbar-icons .lte-nav-profile a,
#lte-nav-wrapper.lte-nav-color-white .lte-navbar.affix .lte-navbar-icons .lte-nav-cart .lte-cart > i,
#lte-nav-wrapper.lte-nav-color-white .lte-navbar.affix .lte-top-search-ico {
color: #ffffff;
} #lte-nav-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
#lte-nav-wrapper.lte-layout-default {
position: relative;
} .lte-layout-default .lte-header-bar {
background-color: #ffffff;
background-image: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
} .lte-layout-default .lte-header-bar-nav > nav.lte-navbar-custom .lte-ul-nav > li > a {
color: var(--black) !important;
}
.lte-layout-default .lte-header-bar-nav > nav.lte-navbar-custom .lte-ul-nav > li > a:hover {
color: var(--main) !important;
} .lte-navbar-custom-mobile-wrapper .lte-navbar-items-custom .lte-ul-nav > li > a {
color: var(--white, #ffffff) !important;
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-items-custom .lte-ul-nav > li > a:hover {
color: var(--main, #d0a249) !important;
} .lte-navbar-custom-mobile-wrapper .lte-navbar-header .lte-logo {
max-width: calc(100% - 80px);
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-header .lte-logo img {
max-height: 50px;
max-width: 100%;
width: auto;
height: auto;
} .lte-navbar-custom-mobile-wrapper .lte-navbar-close {
position: relative;
z-index: 20;
}
.lte-header-bar {
display: flex;
align-items: center;
padding: 6px 45px 0;
min-height: 101px;
gap: 20px;
position: relative;
z-index: 100;
transition: background 0.2s linear;
background-image: url(//boatripsplit.com/wp-content/themes/mit-boatripsplit/assets/images/top_pattern.png);
background-repeat: repeat-x;
background-position: top center;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} .lte-header-bar.affix {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.99);
background-image: none;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
} .lte-header-bar.affix .lte-header-bar-nav > nav.lte-navbar-custom .lte-ul-nav > li > a {
color: var(--black) !important;
}
.lte-header-bar.affix .lte-header-bar-nav > nav.lte-navbar-custom .lte-ul-nav > li > a:hover {
color: var(--main) !important;
}
.lte-header-bar.affix .lte-navbar-icons .lte-list li a,
.lte-header-bar.affix .lte-navbar-icons .lte-list li a span {
color: var(--black);
}
.lte-header-bar.affix .lte-navbar-icons .lte-list li a span.lte-count {
color: var(--white);
}
.admin-bar .lte-header-bar.affix {
top: 32px;
} .lte-header-bar-nav {
flex: 1;
display: flex;
align-items: center;
} .lte-header-bar-logo {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.lte-header-bar-logo .lte-logo img {
max-height: 50px;
width: auto;
} .lte-header-bar-icons {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-end;
} .lte-header-bar-nav > .lte-navbar-custom-mobile-wrapper {
display: none;
}
.lte-header-bar-nav > nav.lte-navbar-custom {
display: block;
} .lte-header-bar .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li {
float: left;
font-size: 12px;
padding: 0;
position: relative;
}
.lte-header-bar .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li > a {
font-family: var(--font-main), sans-serif;
font-size: 16px;
font-weight: 500;
padding: 0 18px;
color: var(--black);
text-decoration: none;
cursor: pointer;
transition: color 0.4s ease;
}
.lte-header-bar .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li > a:hover {
color: var(--main);
} .lte-header-bar-icons .lte-navbar-icons .lte-list {
display: inline-flex;
list-style: none;
margin: 0;
padding: 0;
align-items: center;
gap: 5px;
}
.lte-header-bar-icons .lte-navbar-icons .lte-list li {
list-style: none;
}
.lte-header-bar-icons .lte-navbar-icons .lte-list li a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
font-size: 18px;
text-decoration: none;
transition: color 0.3s;
} .lte-scheme-white .lte-navbar-icons .lte-list li a,
.lte-scheme-white .lte-navbar-icons .lte-list li a span {
color: var(--white, #ffffff);
}
.lte-scheme-dark .lte-navbar-icons .lte-list li a,
.lte-scheme-dark .lte-navbar-icons .lte-list li a span {
color: var(--black, #002c3f);
}
.lte-scheme-dark .lte-navbar-icons .lte-list li a span.lte-count {
color: var(--white, #ffffff);
} .lte-cart.lte-cart-type-1 {
position: relative;
display: inline-flex;
align-items: center;
text-decoration: none;
}
.lte-cart.lte-cart-type-1 .lte-icon-cart {
font-size: 18px;
}
.lte-cart.lte-cart-type-1 .lte-count {
display: inline-block;
font-size: 11px;
font-weight: 600;
background-color: var(--main, #d0a249);
color: var(--black, #002c3f);
border-radius: 50%;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
position: absolute;
right: -10px;
top: -6px;
} .lte-layout-transparent .lte-header-bar:not(.affix) .lte-navbar-toggle-custom .icon-bar {
background-color: var(--white, #ffffff);
} .lte-header-bar.affix .lte-navbar-toggle-custom .icon-bar, 
.lte-layout-transparent .lte-header-bar.affix-top .lte-navbar-toggle-custom .icon-bar {
background-color: var(--black);
}  .lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.sub-menu {
width: 250px;
margin: 15px 0 0 0;
padding: 8px 0;
display: block;
opacity: 0;
position: absolute;
transform: translateY(10%);
transition: all 0.3s linear;
z-index: 0;
pointer-events: none;
text-align: left;
list-style: none;
border-radius: 0;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
background: #fff;
} .lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.menu-item-has-children:hover > ul.sub-menu {
opacity: 1;
transform: translateY(0);
transition: all 0.3s linear;
z-index: 100;
pointer-events: auto;
} .lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.sub-menu li {
padding: 0;
position: relative;
transition: all 0.3s linear;
text-align: start;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.sub-menu li:last-child {
border-bottom: none;
} .lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.sub-menu li a {
font-family: var(--font-main), sans-serif;
font-weight: 400;
font-size: 14px;
letter-spacing: 0;
padding: 4px 14px 6px 14px;
margin: 0 10px;
display: block;
position: relative;
text-transform: none;
transition: color 0.2s ease, background 0.2s ease;
color: var(--black);
text-decoration: none;
border-radius: 0;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.sub-menu li a span {
vertical-align: middle;
} .lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.sub-menu li:hover > a {
background-color: var(--main);
color: var(--black);
} .lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.sub-menu li:hover > ul {
opacity: 1;
transform: translateY(0);
z-index: 100;
pointer-events: auto;
} .lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.menu-item-has-children:hover:after {
content: "";
z-index: 50;
position: absolute;
height: 30px;
min-width: 250px;
bottom: -30px;
left: 0;
right: 0;
display: block;
background: transparent;
pointer-events: auto;
} @media (max-width: 1198px) { .lte-header-bar-nav > .lte-navbar-custom-mobile-wrapper {
display: block;
}
.lte-header-bar-nav > nav.lte-navbar-custom {
display: none;
}
.lte-header-bar {
padding: 10px 20px;
min-height: 90px;
position: relative;
} .lte-header-bar-nav {
position: relative;
z-index: 2;
pointer-events: none;
}
.lte-header-bar-nav > *,
.lte-navbar-custom-mobile-wrapper {
pointer-events: auto;
} .lte-header-bar-logo {
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
right: auto !important;
z-index: 1;
flex: none;
}
.lte-header-bar-logo .lte-logo img {
max-height: 55px;
} .lte-header-bar-icons {
display: flex;
}
.lte-style-grid .lte-navbar-icons li {
min-height: unset;
height: unset;
}
.lte-style-grid .lte-navbar-icons li {
width: 35px;
}
.lte-style-grid .lte-navbar-icons li.lte-nav-search {
display: none;
}
}
@media (max-width: 767px) {
.lte-header-bar {
padding: 8px 15px;
min-height: 80px;
}
.lte-header-bar-logo .lte-logo img {
max-height: 50px;
}
} .lte-page-header {
background-size: 100%;
background-position: center;
}
body.admin-bar .lte-page-header {
background-position: center;
}
.lte-page-header .breadcrumbs a {
color: #ffffff;
color: var(--white);
}
.lte-page-header > .container {
padding-top: 190px;
padding-bottom: 190px;
}
@media (max-width: 991px) {
.lte-page-header > .container {
padding-top: 120px;
padding-bottom: 120px;
}
.lte-nav-languages .wpml-ls-legacy-list-horizontal {
padding: 0;
}
}
@media (max-width: 767px) {
.lte-page-header {
background-size: cover;
}
.lte-page-header > .container {
padding-top: 80px;
padding-bottom: 80px;
}
.lte-discovery-section .row [class*="col-"] {
width: 100%;
}
}
@media (max-width: 480px) {
.lte-header-bar-logo .lte-logo img {
max-width: 30vw;
}
} .lte-about-testimonials + .lte-content-wrapper {
min-height: 0;
}
.home .lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper {
display: flex;
align-items: center;
}
.home .lte-events-sc .lte-item-wrapper .lte-event-date {
width: 30%;
}
@media (max-width: 991px) {
.home .lte-events-section .lte-events-col-right {
margin: auto;
}
.home .lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper {
display: block;
}
.home .lte-events-sc .lte-item-wrapper .lte-event-date {
width: 100%;
margin-bottom: 15px;
}
.home .lte-events-section .lte-events-sc.lte-layout-table .lte-item .lte-img {
margin: auto;
padding: 0;
}
.home .lte-events-section .lte-event-venue {
max-width: 100%;
}
}  .lte-about-intro {
padding: 80px 0 60px;
}
.lte-about-intro-heading {
font-family: var(--font-main), sans-serif;
font-weight: 500;
font-size: 28px;
line-height: 1.5;
color: var(--black, #002c3f);
margin-bottom: 50px;
}
.lte-about-stats {
margin-bottom: 40px;
}
.lte-about-stat-row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
}
.lte-about-stat-number h2 {
font-family: var(--font-main), sans-serif;
font-size: 80px;
font-weight: 600;
color: var(--black, #002c3f);
line-height: 1;
margin: 0;
display: inline;
}
.lte-counter-suffix {
font-family: var(--font-main), sans-serif;
font-size: 80px;
font-weight: 600;
color: var(--black, #002c3f);
line-height: 1;
}
.lte-counter-label {
font-family: var(--font-main), sans-serif;
font-size: 14px;
font-weight: 400;
color: var(--main, #d0a249);
text-transform: none;
letter-spacing: 0.5px;
margin: 5px 0 0;
}
.lte-about-stat-thumb img {
width: 160px;
height: 80px;
object-fit: cover;
border-radius: 40px;
}
.lte-about-stat-divider {
border-top: 1px dashed rgba(0, 44, 63, 0.15);
}
.lte-about-intro-image {
height: 100%;
}
.lte-about-intro-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
} .lte-about-services {
padding: 60px 0 80px;
}
.lte-about-services .lte-block-icon {
list-style: none;
padding: 0;
margin: 0;
}
.lte-about-services .lte-item {
list-style: none;
}
.lte-about-services .lte-inner {
padding: 30px;
border-right: 1px dashed rgba(0, 44, 63, 0.15);
height: 100%;
}
.lte-about-services .lte-item:last-child .lte-inner {
border-right: none;
}
.lte-about-services .lte-inner i.icon {
font-size: 60px;
color: var(--main, #d0a249);
display: block;
margin-bottom: 25px;
line-height: 1;
}
.lte-about-services .lte-icon-content {
display: block;
}
.lte-about-services .lte-header {
display: block;
font-family: var(--font-main), sans-serif;
font-size: 20px;
font-weight: 600;
color: var(--black, #002c3f);
margin-bottom: 12px;
}
.lte-about-services .lte-descr {
display: block;
font-size: 16px;
font-weight: 300;
color: #666;
line-height: 1.6;
margin-bottom: 30px;
}
.lte-about-services .lte-btn-wrap {
display: block;
}
.lte-about-services .lte-btn.btn-transparent {
color: var(--main, #d0a249);
padding: 0;
font-size: 0;
}
.lte-about-services .lte-btn.btn-transparent .lte-btn-after::after {
font-size: 20px;
color: var(--main, #d0a249);
} .lte-about-cta {
position: relative;
padding: 120px 0;
background-size: cover;
background-position: center;
background-attachment: fixed;
text-align: center;
}
.lte-about-cta .lte-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 22, 44, 0.55);
}
.lte-about-cta-inner {
position: relative;
z-index: 2;
}
.lte-about-cta h2 {
font-family: var(--font-main), sans-serif;
font-size: 60px;
font-weight: 600;
color: var(--white, #ffffff);
line-height: 1.2;
margin-bottom: 40px;
}
.lte-about-cta .lte-btn.btn-main.btn-lg {
padding: 18px 50px;
font-size: 16px;
} .lte-about-gallery {
padding: 80px 0;
background-color: var(--gray, #f1f0ec);
}
.lte-about-gallery-header {
margin-bottom: 50px;
align-items: flex-end;
}
.lte-about-gallery-title {
font-family: var(--font-main), sans-serif;
font-size: 50px;
font-weight: 600;
color: var(--black, #002c3f);
line-height: 1.15;
margin: 0;
}
.lte-about-gallery-text {
font-family: var(--font-main), sans-serif;
font-size: 18px;
font-weight: 400;
color: #555;
line-height: 1.6;
margin: 0;
}
.lte-about-gallery-masonry {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 240px 240px 240px;
gap: 14px;
} .lte-about-gallery-masonry a:nth-child(1) { grid-column: 1; grid-row: 1; }
.lte-about-gallery-masonry a:nth-child(2) { grid-column: 2; grid-row: 1; }
.lte-about-gallery-masonry a:nth-child(3) { grid-column: 3; grid-row: 1; }
.lte-about-gallery-masonry a:nth-child(4) { grid-column: 1; grid-row: 2; }
.lte-about-gallery-masonry a:nth-child(5) { grid-column: 2 / 4; grid-row: 2; }
.lte-about-gallery-masonry a:nth-child(6) { grid-column: 1 / 3; grid-row: 3; }
.lte-about-gallery-masonry a:nth-child(7) { grid-column: 3; grid-row: 3; }
.lte-about-gallery-masonry a {
display: block;
overflow: hidden;
height: 100%;
}
.lte-about-gallery-masonry img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.lte-about-gallery-masonry a:hover img {
transform: scale(1.06);
} .lte-about-testimonials {
padding: 80px 0 100px;
}
.lte-about-testimonials-header {
text-align: center;
margin-bottom: 50px;
}
.lte-about-testimonials-header .lte-subtitle {
font-family: var(--font-main), sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 3px;
color: #999;
margin-bottom: 15px;
}
.lte-about-testimonials-header .lte-section-title {
font-family: var(--font-cursive, 'aAutoSignature'), cursive;
font-size: 50px;
font-weight: 400;
color: var(--black, #002c3f);
margin: 0;
}
.lte-testimonials-sc .swiper-wrapper {
display: flex;
}
.lte-testimonials-sc .swiper-slide {
flex: 0 0 33.333%;
max-width: 33.333%;
padding: 0 15px;
}
.lte-testimonials-sc .lte-item {
height: 100%;
}
.lte-testimonials-sc .lte-inner {
border: 1px dashed rgba(0, 44, 63, 0.15);
border-radius: 0;
padding: 40px 30px;
height: 100%;
display: flex;
flex-direction: column;
}
.lte-quote-icon {
font-family: var(--font-cursive, 'aAutoSignature'), cursive;
font-size: 60px;
line-height: 1;
color: var(--main, #d0a249);
display: block;
margin-bottom: 20px;
}
.lte-testimonials-sc .lte-descr {
font-size: 16px;
font-weight: 300;
color: #555;
line-height: 1.7;
flex: 1;
margin-bottom: 30px;
}
.lte-testimonials-sc .lte-author {
display: flex;
align-items: center;
gap: 15px;
}
.lte-testimonials-sc .lte-avatar img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.lte-testimonials-sc .lte-author-info {
display: flex;
flex-direction: column;
}
.lte-testimonials-sc .lte-header {
font-family: var(--font-main), sans-serif;
font-size: 16px;
font-weight: 600;
color: var(--black, #002c3f);
}
.lte-testimonials-sc .lte-position {
font-size: 13px;
font-weight: 400;
color: #999;
}
.lte-testimonials-nav {
display: flex;
justify-content: center;
gap: 15px;
margin-top: 40px;
}
.lte-testimonials-nav .lte-swiper-prev,
.lte-testimonials-nav .lte-swiper-next {
width: 50px;
height: 50px;
border: 1px solid rgba(0, 44, 63, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s;
font-size: 18px;
color: var(--black, #002c3f);
}
.lte-testimonials-nav .lte-swiper-prev:hover,
.lte-testimonials-nav .lte-swiper-next:hover {
border-color: var(--main, #d0a249);
color: var(--main, #d0a249);
} @media (max-width: 991px) {
.lte-about-intro-heading {
font-size: 22px;
}
.lte-about-stat-number h2,
.lte-counter-suffix {
font-size: 50px;
}
.lte-about-cta h2 {
font-size: 36px;
}
.lte-about-gallery-title {
font-size: 36px;
margin-bottom: 20px;
}
.lte-about-gallery-masonry {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(4, 200px);
}
.lte-about-gallery-masonry a:nth-child(1) { grid-column: 1; grid-row: 1; }
.lte-about-gallery-masonry a:nth-child(2) { grid-column: 2; grid-row: 1; }
.lte-about-gallery-masonry a:nth-child(3) { grid-column: 1; grid-row: 2; }
.lte-about-gallery-masonry a:nth-child(4) { grid-column: 2; grid-row: 2; }
.lte-about-gallery-masonry a:nth-child(5) { grid-column: 1; grid-row: 3; }
.lte-about-gallery-masonry a:nth-child(6) { grid-column: 2; grid-row: 3; }
.lte-about-gallery-masonry a:nth-child(7) { grid-column: 1 / 3; grid-row: 4; }
.lte-testimonials-sc .swiper-slide {
flex: 0 0 50%;
max-width: 50%;
}
.lte-about-services .lte-inner {
border-right: none;
border-bottom: 1px dashed rgba(0, 44, 63, 0.15);
}
}
@media (max-width: 767px) {
.lte-about-intro {
padding: 40px 0;
}
.lte-about-cta {
padding: 60px 0;
}
.lte-about-cta h2 {
font-size: 28px;
}
.lte-about-gallery-title {
font-size: 28px;
}
.lte-about-gallery-text {
font-size: 15px;
}
.lte-about-gallery-masonry {
grid-template-columns: 1fr;
grid-template-rows: repeat(7, 180px);
}
.lte-about-gallery-masonry a:nth-child(1) { grid-column: 1; grid-row: 1; }
.lte-about-gallery-masonry a:nth-child(2) { grid-column: 1; grid-row: 2; }
.lte-about-gallery-masonry a:nth-child(3) { grid-column: 1; grid-row: 3; }
.lte-about-gallery-masonry a:nth-child(4) { grid-column: 1; grid-row: 4; }
.lte-about-gallery-masonry a:nth-child(5) { grid-column: 1; grid-row: 5; }
.lte-about-gallery-masonry a:nth-child(6) { grid-column: 1; grid-row: 6; }
.lte-about-gallery-masonry a:nth-child(7) { grid-column: 1; grid-row: 7; }
.lte-testimonials-sc .swiper-slide {
flex: 0 0 100%;
max-width: 100%;
}
.lte-about-testimonials-header .lte-section-title {
font-size: 36px;
}
} .lte-share-inline {
display: inline-block;
text-align: right;
}
.lte-share-inline .lte-share-header {
font-family: var(--font-headers), serif;
letter-spacing: -0.5px;
font-weight: 400;
font-size: 14px;
margin-right: 12px;
color: var(--black);
}
.lte-share-inline a {
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
color: var(--black);
font-size: 14px;
margin-left: 4px;
border-radius: 50%;
background-color: var(--gray);
transition: all 0.3s ease;
}
.lte-share-inline a:hover {
background-color: var(--main);
color: #fff;
} .comments-area .form-submit input[type="submit"],
.comments-area #send_comment {
background-color: var(--main);
color: #fff;
border: 2px solid var(--main);
padding: 16px 50px;
font-family: var(--font-headers), serif;
letter-spacing: -0.5px;
font-weight: 400;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
text-transform: none;
min-width: 200px;
}
.comments-area .form-submit input[type="submit"]:hover,
.comments-area #send_comment:hover {
background-color: transparent;
color: var(--main);
} .lte-contact-section {
padding: 70px 0;
}
.lte-contact-intro {
padding-right: 40px;
}
.lte-contact-intro .lte-sub-header {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
color: var(--main);
margin-bottom: 14px;
display: block;
}
.lte-contact-intro h2.lte-header,
.lte-contact-intro h4.lte-header {
font-size: 42px;
font-weight: 400;
line-height: 1.15;
color: var(--black);
margin-top: 0;
margin-bottom: 20px;
}
.lte-contact-intro .lte-descr {
font-size: 15px;
line-height: 1.7;
color: #777;
margin-bottom: 36px;
} .lte-contact-list {
list-style: none;
padding: 0;
margin: 0;
}
.lte-contact-list li {
display: flex;
align-items: center;
margin-bottom: 18px;
}
.lte-contact-list-icon {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
min-width: 36px;
border-radius: 50%;
background: transparent;
border: 1.5px solid var(--main);
color: var(--main);
font-size: 15px;
margin-right: 16px;
}
.lte-contact-list-text {
font-size: 15px;
color: var(--black);
line-height: 1.4;
}
.lte-contact-list-text a {
color: inherit;
text-decoration: none;
}
.lte-contact-list-text a:hover {
color: var(--main);
} .lte-cf-field {
position: relative;
margin-bottom: 28px;
}
.lte-cf-field .lte-cf-icon {
position: absolute;
left: 0;
top: 20px;
color: var(--main);
font-size: 14px;
line-height: 1;
pointer-events: none;
}
.lte-cf-field--textarea .lte-cf-icon {
top: 4px;
transform: none;
}
.lte-fallback-contact-form input[type="text"],
.lte-fallback-contact-form input[type="email"],
.lte-fallback-contact-form input[type="tel"] {
width: 100%;
border: none;
border-bottom: 1px solid #ddd;
padding: 8px 0 8px 34px !important;
font-size: 15px;
color: #333;
background: transparent;
outline: none;
transition: border-color .2s;
}
.lte-fallback-contact-form input[type="text"]:focus,
.lte-fallback-contact-form input[type="email"]:focus {
border-bottom-color: var(--main);
}
.lte-fallback-contact-form textarea {
width: 100%;
border: none;
border-bottom: 1px solid #ddd;
padding: 8px 0 8px 0;
font-size: 15px;
color: #333;
background: transparent;
outline: none;
resize: vertical;
min-height: 120px;
transition: border-color .2s;
}
.lte-fallback-contact-form textarea:focus {
border-bottom-color: var(--main);
}
.lte-fallback-contact-form input::placeholder,
.lte-fallback-contact-form textarea::placeholder {
color: #aaa;
}
.lte-btn-wrap--right {
text-align: right;
margin-top: 32px;
}
.wpcf7-form .lte-btn-wrap--right {
display: flex;
justify-content: flex-end;
}
@media (max-width: 1198px) {
.wpcf7-form .lte-btn-wrap--right {
justify-content: center;
}
}
.wpcf7-form .lte-cf-field:has(.lte-cf-icon) input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
padding-left: 30px !important;
}
.wpcf7-form .lte-btn-wrap--right .wpcf7-submit {
color: #fff !important;
}  .woocommerce div.product div.images,
.woocommerce div.product div.images.woocommerce-product-gallery {
float: left;
width: 48%;
}
.woocommerce div.product div.summary {
float: right;
width: 48%;
}
.woocommerce div.product::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 1199px) {
.woocommerce div.product div.images,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary {
float: none;
width: 100%;
}
} .woocommerce .woocommerce-notices-wrapper:empty {
display: none;
}
.woocommerce .woocommerce-notices-wrapper {
margin: 0;
padding: 0;
} .woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
flex-direction: column;
align-items: flex-start;
} .lte-wc-order:empty {
display: none;
} .woocommerce ul.products {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
list-style: none;
padding: 0;
}
.woocommerce ul.products[class*="columns-"] {
margin: 0 -15px;
}
.woocommerce ul.products[class*="columns-"] li.product {
margin: 0 0 30px 0;
padding: 0 15px;
position: relative;
} .woocommerce ul.products li.product .lte-image .lte-wc-view {
display: block;
width: 42px;
height: 42px;
border-radius: 50%;
background-color: var(--main);
position: relative;
cursor: pointer;
transition: all 0.3s ease;
margin-left: 8px;
}
.woocommerce ul.products li.product .lte-image .lte-wc-view:before {
content: "\f06e";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 16px;
color: var(--white);
transition: all 0.3s ease;
}
.woocommerce ul.products li.product .lte-image .lte-wc-view:hover {
background-color: var(--main);
}
.woocommerce ul.products li.product .lte-image .lte-wc-view:hover:before {
color: var(--white);
} .woocommerce ul.products li.product .lte-image .lte-buttons-wrapper .lte-btn-wrap .lte-btn {
width: 42px;
height: 42px;
}
.woocommerce ul.products li.product .lte-image .lte-buttons-wrapper .lte-btn .lte-btn-after:after {
font-family: 'lte-font';
font-weight: 400 !important;
font-style: normal;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\E85D";
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: var(--white);
}
.woocommerce ul.products li.product .lte-image .lte-buttons-wrapper .lte-btn .lte-btn-inner:before,
.woocommerce ul.products li.product .lte-image .lte-buttons-wrapper .lte-btn .lte-btn-inner:after {
display: none;
} .woocommerce form .form-row textarea {
border-radius: 8px !important;
} .woocommerce table.shop_table td.actions .coupon {
display: flex;
flex-direction: row;
align-items: center;
float: left;
}
.woocommerce table.shop_table td.actions .coupon input#coupon_code,
.woocommerce table.shop_table td.actions .coupon .input-text {
background-color: var(--gray) !important;
border: 1px solid transparent !important;
border-radius: 48px;
padding: 12px 24px !important;
font-size: 12px;
height: 45px;
width: 200px;
outline: none;
box-shadow: none;
order: -1;
}
.woocommerce table.shop_table td.actions .coupon .button {
order: 2;
margin-left: -40px;
border-radius: 48px;
height: 45px;
line-height: 30px;
font-size: 14px;
min-width: initial;
padding: 7px 35px 11px !important;
background-color: var(--main);
color: var(--white);
border: none;
cursor: pointer;
white-space: nowrap;
}
.woocommerce table.shop_table td.actions .coupon .button:hover {
background-color: var(--black);
color: var(--white);
} .woocommerce table.shop_table td.actions > .button[name="update_cart"] {
float: right;
border-radius: 48px;
height: 45px;
line-height: 30px;
font-size: 14px;
padding: 7px 35px 11px !important;
background-color: var(--gray);
color: var(--black);
border: none;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce table.shop_table td.actions > .button[name="update_cart"]:hover {
background-color: var(--main);
color: var(--black);
} .woocommerce table.shop_table td.actions {
text-align: right;
}
.cart-collaterals .cart_totals {
float: right;
width: auto !important;
}
.cart-collaterals .cart_totals h2 {
display: none;
}
.cart-collaterals .cart_totals table {
text-align: right;
border-collapse: collapse !important;
}
.cart-collaterals .cart_totals tr th,
.cart-collaterals .cart_totals tr td {
background-color: transparent !important;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
vertical-align: middle;
padding: 20px 24px !important;
}
.cart-collaterals .cart_totals tr th {
text-align: right;
font-weight: 700 !important;
font-size: 16px !important;
}
.cart-collaterals .cart_totals tr td {
font-size: 16px !important;
}
.wc-proceed-to-checkout {
padding: 18px 0;
text-align: center;
}
.wc-proceed-to-checkout .checkout-button {
width: 100%;
}
.woocommerce table.shop_table {
margin: 0 -1px 24px 0;
padding: 15px 0 0;
}
@media (max-width: 767px) {
.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item {
display: flex;
flex-direction: column;
align-items: center;
}
.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item td {
width: 100%;
text-align: center;
padding: 10px 24px;
}
.cart.woocommerce-cart-form__contents .product-remove {
margin: 0;
padding: 0;
}
.cart.woocommerce-cart-form__contents .product-remove .remove {
float: none;
margin: auto;
}
.woocommerce-cart dl.variation {
width: max-content;
margin: auto !important;
}
.woocommerce table.shop_table .product-quantity {
height: 80px;
}
.woocommerce table.shop_table .product-quantity .quantity {
float: none;
margin: 10px auto;
}
.woocommerce-cart .actions .lte-btn-wrap {
display: block;
text-align: center;
}
.woocommerce table.shop_table td.actions button[name="update_cart"] {
float: none !important;
margin: 24px auto 0;
}
.woocommerce-cart table.shop_table {
margin-bottom: 0;
}
} @media (max-width: 991px) {
.lte-contact-intro h2.lte-header,
.lte-contact-intro h4.lte-header {
font-size: 30px;
}
}
@media (max-width: 767px) {
.lte-contact-intro {
padding-right: 0;
margin-bottom: 30px;
}
}  .content-sidebar.widget-area {
background-color: var(--gray);
background-image: url(//boatripsplit.com/wp-content/themes/mit-boatripsplit/assets/images/anchor_sidebar.png);
background-repeat: no-repeat;
background-position: center 60px;
background-size: 180px auto;
padding: 60px 30px 40px;
overflow: hidden;
position: relative;
} .content-sidebar.widget-area aside {
padding: 30px 0 20px;
position: relative;
}
.content-sidebar.widget-area aside:first-child {
padding-top: 0;
} .content-sidebar.widget-area a {
color: var(--black);
text-decoration: none;
transition: color 0.2s ease;
}
.content-sidebar.widget-area a:hover {
color: var(--main);
} .content-sidebar.widget-area .lte-header-widget {
font-family: var(--font-main), sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--black);
margin: 0 0 20px 0;
padding: 0;
display: block;
line-height: 1.27em;
}
.content-sidebar.widget-area .lte-sidebar-header {
margin-bottom: 15px;
} .content-sidebar.widget-area aside > ul,
.content-sidebar.widget-area aside ul {
list-style: none;
margin: 0;
padding: 0;
}
.content-sidebar.widget-area aside > ul li {
margin-bottom: 10px;
font-size: 14px;
position: relative;
vertical-align: middle;
}
.content-sidebar.widget-area aside > ul li a {
display: inline-block;
line-height: 1.4em;
color: var(--black);
}
.content-sidebar.widget-area aside > ul li a:hover {
color: var(--main);
} .content-sidebar.widget-area .widget_product_search form {
display: flex;
align-items: center;
background: var(--white);
border-radius: 48px;
padding: 4px 4px 4px 16px;
overflow: hidden;
min-height: 48px;
}
.content-sidebar.widget-area .widget_product_search input[type="search"] {
flex: 1;
border: none;
background: transparent;
outline: none;
font-family: var(--font-main), sans-serif;
font-size: 14px;
color: var(--black);
padding: 0;
height: 38px;
line-height: 38px;
}
.content-sidebar.widget-area .widget_product_search input[type="search"]::placeholder {
color: #aaa;
}
.content-sidebar.widget-area .widget_product_search button[type="submit"] {
flex-shrink: 0;
width: 38px;
height: 38px;
border-radius: 50%;
background-color: var(--main);
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s ease;
font-size: 0;
padding: 0;
color: transparent;
min-width: 38px;
}
.content-sidebar.widget-area .widget_product_search button[type="submit"]::before {
content: "\f002";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
color: var(--black);
}
.content-sidebar.widget-area .widget_product_search button[type="submit"]:hover {
background-color: var(--black);
}
.content-sidebar.widget-area .widget_product_search button[type="submit"]:hover::before {
color: var(--white);
} .content-sidebar.widget-area .widget_product_categories ul li {
padding: 0 0 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 0;
color: rgba(0, 0, 0, 0.4);
}
.content-sidebar.widget-area .widget_product_categories ul li:last-child {
padding-bottom: 0;
border: none;
}
.content-sidebar.widget-area .widget_product_categories ul li::before {
content: "\E852";
font-family: lte-font;
font-size: 8px;
color: var(--main);
margin-right: 6px;
line-height: 1;
vertical-align: middle;
}
.content-sidebar.widget-area .widget_product_categories ul li a {
font-family: var(--font-main), sans-serif;
font-weight: 700;
color: var(--black);
font-size: 14px;
}
.content-sidebar.widget-area .widget_product_categories ul li a:hover {
color: var(--main);
} .content-sidebar.widget-area .widget_shopping_cart p.empty {
font-size: 14px;
color: var(--black);
margin: 0;
}
.content-sidebar.widget-area .woocommerce-mini-cart__total {
text-align: center;
font-size: 16px;
padding-top: 14px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-family: var(--font-main), sans-serif;
}
.content-sidebar.widget-area .woocommerce-mini-cart__buttons {
text-align: center;
margin-top: 10px;
}
.content-sidebar.widget-area .woocommerce-mini-cart__buttons .button {
display: inline-block;
background-color: var(--main);
color: #ffffff;
border-radius: 48px;
padding: 10px 24px;
font-size: 14px;
font-family: var(--font-main), sans-serif;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
transition: background-color 0.2s, color 0.2s;
}
.content-sidebar.widget-area .woocommerce-mini-cart__buttons .button:hover {
background-color: var(--black);
color: #ffffff;
} .content-sidebar.widget-area dl.variation {
display: grid;
grid-template-columns: auto 1fr;
gap: 2px 8px;
margin: 0;
}
.content-sidebar.widget-area dl.variation dt,
.content-sidebar.widget-area dl.variation dd {
margin: 0;
font-size: 0.9rem;
line-height: 1.4;
}
.content-sidebar.widget-area dl.variation dd p {
margin: 0;
} @media (max-width: 1200px) {
.div-sidebar #content-sidebar.content-sidebar.widget-area {
position: relative;
z-index: 1;
transform: none;
top: auto;
left: auto;
bottom: auto;
max-width: 100%;
overflow: hidden;
}
} .woocommerce.widget_price_filter {
padding-bottom: 0 !important;
}
.woocommerce.widget_price_filter .price_slider_wrapper {
margin-top: 20px;
margin-right: 8px;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(0, 0, 0, 0.15);
}
.woocommerce.widget_price_filter .ui-slider-horizontal {
height: 3px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
background-color: var(--main);
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
top: -6px;
left: 0;
background-color: var(--white) !important;
background-image: none !important;
border: 3px solid var(--main) !important;
width: 14px !important;
height: 14px !important;
border-radius: 50% !important;
cursor: pointer;
outline: none;
appearance: none;
-webkit-appearance: none;
margin-left: 0;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle::before,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle::after {
display: none !important;
content: "" !important;
width: 0 !important;
height: 0 !important;
} .woocommerce.widget_price_filter .price_slider_amount {
display: flex;
flex-direction: column;
text-align: center;
margin-top: 0;
margin-bottom: 0;
padding-top: 20px;
} .woocommerce.widget_price_filter .price_slider_amount .price_label {
order: 1;
text-align: center;
font-size: 16px;
font-weight: 300;
font-family: var(--font-main), sans-serif;
margin: 0 0 16px;
padding: 0;
display: block;
} .woocommerce.widget_price_filter .price_slider_amount .lte-btn-wrap {
order: 2;
} .woocommerce.widget_price_filter .price_slider_amount button[type="submit"],
.woocommerce.widget_price_filter .price_slider_amount .lte-btn,
.woocommerce.widget_price_filter .price_slider_amount .button {
display: block !important;
width: 100% !important;
background-color: #d0a249 !important;
color: #002c3f !important;
font-size: 14px !important;
font-family: var(--font-main), sans-serif;
font-weight: 500 !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
padding: 14px 30px !important;
border: none !important;
border-radius: 48px !important;
cursor: pointer !important;
transition: background-color 0.3s, color 0.3s;
position: static !important;
float: none !important;
text-align: center !important;
min-width: 0 !important;
box-shadow: none !important;
}
.woocommerce.widget_price_filter .price_slider_amount button[type="submit"]:hover,
.woocommerce.widget_price_filter .price_slider_amount .lte-btn:hover,
.woocommerce.widget_price_filter .price_slider_amount .button:hover {
background-color: #002c3f !important;
color: #ffffff !important;
}  .woocommerce .quantity input.qty {
width: 140px;
height: 56px;
font-size: 14px;
padding: 0 38px;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 48px;
text-align: center;
background-color: #fff;
} .woocommerce .lte-more:after,
.woocommerce .lte-less:after {
content: "+";
display: block;
font-size: 18px;
font-weight: 300;
line-height: 1;
}
.woocommerce .lte-more.lte-less:after,
.woocommerce .lte-less.lte-less:after {
content: "−";
} .woocommerce table.shop_table .product-quantity div.quantity {
width: 140px;
} .woocommerce table.shop_table td.actions .coupon .input-text {
padding: 12px 24px !important;
font-size: 12px;
width: 200px;
height: 45px;
border: 1px solid rgba(0, 0, 0, 0.3) !important;
border-radius: 48px;
background-color: var(--gray);
}
@media (max-width: 767px) {
.woocommerce table.shop_table td.actions .coupon .input-text {
width: 100% !important;
}
}
.woocommerce table.shop_table td.actions .coupon .lte-btn,
.woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"] {
margin-top: 0;
font-size: 14px;
height: 45px;
line-height: 45px;
padding: 0 35px !important;
background-color: var(--main);
color: var(--white);
border-radius: 48px;
min-width: initial;
}
.woocommerce table.shop_table td.actions .coupon .lte-btn:hover,
.woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"]:hover {
background-color: var(--black);
color: var(--white);
}
@media (max-width: 767px) {
.woocommerce table.shop_table .product-thumbnail img  {
margin-top: 10px;
}
.woocommerce table.shop_table td.actions .coupon .lte-btn,
.woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"] {
width: 100% !important;
margin-top: 8px;
}
}
@media (max-width: 600px) {
.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody {
display: block;
width: 100%;
}
.woocommerce-checkout-review-order-table .cart_item {
display: block;
width: 100% !important;
box-sizing: border-box;
}
.woocommerce-checkout-review-order-table .cart_item td {
display: block;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
}
} .woocommerce div.product div.summary {
padding-left: 40px;
}
@media (max-width: 767px) {
.woocommerce div.product div.summary {
padding-left: 0;
}
} @media (min-width: 992px) {
.woocommerce-checkout form .col2-set {
width: 50%;
float: left;
padding-right: 1.5vw;
}
.woocommerce-checkout form .col2-set .col-1,
.woocommerce-checkout form .col2-set .col-2 {
float: none;
width: 100%;
}
.woocommerce-checkout form #order_review_heading,
.woocommerce-checkout form #order_review {
width: 50%;
padding-left: 1.5vw;
float: right;
clear: right;
margin-top: 0;
}
}
@media (max-width: 991px) {
.woocommerce-checkout form .col2-set .col-1,
.woocommerce-checkout form .col2-set .col-2 {
width: 100%;
clear: both;
}
} .woocommerce-cart table.cart th.product-name {
text-align: left;
}
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table th.product-price {
text-align: center;
} .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
border-collapse: collapse !important;
border: none;
} .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
background-color: var(--black);
color: var(--white);
padding: 24px;
font-size: 16px;
font-weight: 300;
font-family: var(--font-main), sans-serif;
letter-spacing: var(--font-main-letterspacing);
border: none;
text-transform: uppercase;
} .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
padding: 20px 24px;
font-size: 18px;
color: var(--black);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
padding: 20px 24px;
font-size: 18px;
font-weight: 300;
color: var(--black);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
text-align: left;
width: 65%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total {
text-align: right;
width: 35%;
} .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
text-align: left;
font-weight: 300;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody {
border-top: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
font-size: 18px;
font-weight: 600;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px;
} .woocommerce #place_order {
background-color: var(--main);
color: var(--white);
border-radius: 48px;
padding: 22px 30px;
font-size: 18px;
font-weight: 300;
width: 240px;
border: none;
cursor: pointer;
text-transform: none;
transition: all 0.2s ease;
display: block;
margin: 20px auto 0;
}
.woocommerce #place_order:hover {
background-color: var(--black);
color: var(--white);
} .woocommerce-checkout label {
font-size: 14px !important;
font-weight: 300 !important;
color: var(--black);
} .woocommerce-checkout h3 {
font-size: 30px;
font-weight: 400;
color: var(--black);
} .woocommerce-checkout #payment {
background: transparent;
border: none;
padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
border: none;
padding: 0;
list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 16px;
margin-bottom: 12px;
}
.woocommerce-checkout #payment .payment_method_bacs .woocommerce-additional-fields__field-wrapper {
margin-top: 15px;
} .lte-tours-archive-section {
padding: 60px 0 80px;
}
.lte-tour-card {
background: #fff;
margin-bottom: 40px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: box-shadow 0.3s ease;
}
.lte-tour-card:hover {
box-shadow: 0 8px 32px rgba(0,0,0,0.14);
}
.lte-tour-card__image-wrap {
display: block;
position: relative;
overflow: hidden;
}
.lte-tour-card__img {
width: 100%;
height: 280px;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.lte-tour-card:hover .lte-tour-card__img {
transform: scale(1.05);
}
.lte-tour-card__overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, transparent 50%, rgba(0,44,63,0.45) 100%);
transition: opacity 0.3s ease;
}
.lte-tour-badge {
position: absolute;
top: 16px;
left: 16px;
background: var(--main);
color: #fff;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
padding: 5px 12px;
}
.lte-tour-card__body {
padding: 24px 28px 28px;
}
.lte-tour-time {
font-size: 13px;
color: var(--main);
font-weight: 600;
margin: 0 0 10px;
letter-spacing: 0.5px;
}
.lte-tour-time .fa {
margin-right: 6px;
}
.lte-tour-card__title {
font-size: 20px;
font-weight: 700;
margin: 0 0 12px;
line-height: 1.3;
}
.lte-tour-card__title a {
color: var(--black);
text-decoration: none;
transition: color 0.2s;
}
.lte-tour-card__title a:hover {
color: var(--main);
}
.lte-tour-card__excerpt {
font-size: 14px;
color: #777;
line-height: 1.6;
margin: 0 0 20px;
}
.lte-tour-card__footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #eee;
}
.lte-tour-card__price {
font-size: 22px;
font-weight: 700;
color: var(--main);
} .lte-section-subtitle,
.lte-text-page p.lte-section-subtitle,
.comment-text p.lte-section-subtitle {
margin-bottom: 1rem;
}
.lte-boat-card {
margin-bottom: 30px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: box-shadow 0.3s ease;
}
.lte-boat-card:hover {
box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
.lte-boat-card__image-wrap {
display: block;
position: relative;
overflow: hidden;
height: 380px;
text-decoration: none;
}
.lte-boat-card__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.45s ease;
}
.lte-boat-card:hover .lte-boat-card__img {
transform: scale(1.06);
}
.lte-boat-card__overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, transparent 35%, rgba(0,20,40,0.72) 100%);
transition: background 0.35s ease;
}
.lte-boat-card:hover .lte-boat-card__overlay {
background: linear-gradient(to bottom, transparent 10%, rgba(0,20,40,0.88) 100%);
} .lte-boat-card__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 24px 24px 28px;
}
.lte-boat-card__title {
font-size: 21px;
font-weight: 700;
color: #fff;
margin: 0;
line-height: 1.3;
} .lte-boat-card__hover {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.4s ease, opacity 0.3s ease;
pointer-events: none;
}
.lte-boat-card:hover .lte-boat-card__hover {
max-height: 240px;
opacity: 1;
pointer-events: auto;
}
.lte-boat-card__specs {
list-style: none;
margin: 12px 0 18px;
padding: 0;
}
.lte-boat-card__specs li {
display: flex;
justify-content: space-between;
font-size: 13px;
color: rgba(255,255,255,0.9);
padding: 4px 0;
border-bottom: 1px solid rgba(255,255,255,0.12);
}
.lte-boat-card__specs li:last-child {
border-bottom: none;
}
.lte-boat-card__spec-label {
font-weight: 600;
color: rgba(255,255,255,0.7);
margin-right: 8px;
}
.lte-boat-card__spec-value {
color: #fff;
} .lte-tour-content {
padding: 60px 0 80px;
}
.lte-tour-body .lte-header {
margin-bottom: 8px;
}
.lte-tour-type-label {
display: inline-block;
background: var(--main);
color: #fff;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 5px 14px;
margin-bottom: 24px;
}
.lte-tour-description {
font-size: 15px;
line-height: 1.8;
color: #555;
margin-bottom: 40px;
} .lte-tour-stops {
margin-top: 10px;
}
.lte-tour-stops__title {
font-size: 18px;
font-weight: 700;
color: var(--black);
margin-bottom: 24px;
padding-bottom: 12px;
border-bottom: 2px solid var(--main);
display: inline-block;
}
.lte-tour-stop {
margin-bottom: 30px;
}
.lte-tour-stop__img-wrap {
position: relative;
margin-bottom: 12px;
overflow: hidden;
}
.lte-tour-stop__img-wrap img {
width: 100%;
height: 160px;
object-fit: cover;
display: block;
}
.lte-tour-stop__num {
position: absolute;
top: 10px;
left: 10px;
background: var(--main);
color: #fff;
font-size: 13px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.lte-tour-stop__name {
font-size: 14px;
font-weight: 700;
color: var(--black);
margin: 0 0 6px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.lte-tour-stop__desc {
font-size: 13px;
color: #777;
line-height: 1.6;
margin: 0;
} .lte-tour-sidebar {
background: var(--black);
color: #fff;
padding: 32px 28px 36px;
position: sticky;
top: 100px;
}
.lte-tour-sidebar__title {
font-size: 16px;
font-weight: 700;
color: var(--main);
text-transform: uppercase;
letter-spacing: 1.5px;
margin: 0 0 24px;
padding-bottom: 14px;
border-bottom: 1px solid rgba(255,255,255,0.12);
}
.lte-tour-sidebar__list {
list-style: none;
padding: 0;
margin: 0 0 28px;
}
.lte-tour-sidebar__list li {
display: flex;
align-items: baseline;
padding: 12px 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
gap: 10px;
}
.lte-tour-sidebar__icon {
color: var(--main);
width: 18px;
flex-shrink: 0;
font-size: 13px;
}
.lte-tour-sidebar__label {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.8px;
color: rgba(255,255,255,0.55);
flex-shrink: 0;
width: 70px;
}
.lte-tour-sidebar__value {
font-size: 14px;
font-weight: 500;
color: #fff;
flex: 1;
}
.lte-tour-sidebar__price {
color: var(--main);
font-size: 16px;
font-weight: 700;
}
.lte-tour-sidebar__cta {
width: 100%;
text-align: center;
display: block;
} @media (max-width: 768px) {
.lte-tour-content {
padding: 40px 0 60px;
}
.lte-tour-sidebar {
margin-top: 40px;
position: static;
}
.lte-tour-card__img {
height: 220px;
}
.lte-boat-card__image-wrap {
height: 280px;
}
}  .lte-tour-hero-slider.swiper-container,
.lte-tour-hero-slider.lte-tour-hero-single {
width: 100%;
height: 420px;
margin-bottom: 25px;
border-radius: 4px;
overflow: hidden;
}
.lte-tour-slide {
width: 100%;
height: 420px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .is-tour-product .woocommerce-product-gallery {
display: none !important;
} .lte-tour-row {
padding: 36px 0 60px;
} @media (min-width: 1200px) {
.lte-tour-row {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
gap: 40px;
}
.lte-tour-left-col {
flex: 0 0 68%;
max-width: 68%;
min-width: 0;
}
} .lte-tour-left-col .summary.entry-summary {
float: none !important;
width: 100% !important;
padding: 0 !important;
} .is-tour-product .summary.entry-summary h1.product_title {
font-size: 36px !important;
line-height: 1.25;
margin-bottom: 16px;
} .lte-tour-left-col .summary.entry-summary,
.lte-tour-left-col .lte-tour-content-sections {
padding-left: 0;
margin-left: 0;
}
.lte-tour-left-col .summary.entry-summary .woocommerce-product-details__short-description,
.lte-tour-left-col .summary.entry-summary .product_meta {
padding-left: 0 !important;
margin-left: 0 !important;
} .lte-tour-content-sections {
padding-top: 16px;
} @media (min-width: 1200px) {
.lte-tour-sidebar-col {
flex: 0 0 calc(32% - 40px);
max-width: calc(32% - 40px);
position: sticky;
top: 80px;
align-self: flex-start;
}
} .lte-tour-booking-sidebar {
padding: 28px 24px;
background: var(--gray);
border-top: 4px solid var(--main);
} .lte-tour-sidebar-price {
display: flex;
flex-direction: column;
margin-bottom: 20px;
padding-bottom: 18px;
border-bottom: 1px solid rgba(0,0,0,.1);
}
.lte-tour-price-label {
font-size: 12px;
text-transform: uppercase;
letter-spacing: .08em;
color: #888;
margin-bottom: 4px;
}
.lte-tour-price-value .amount {
font-size: 28px;
font-weight: 700;
color: var(--main);
}
.lte-tour-price-value .woocommerce-Price-currencySymbol {
font-size: 18px;
} .lte-tour-booking-sidebar .lte-tour-sidebar__list {
list-style: none;
padding: 0;
margin: 0 0 16px;
}
.lte-tour-booking-sidebar .lte-tour-sidebar__list li {
display: flex;
align-items: flex-start;
padding: 8px 0;
border-bottom: 1px solid rgba(0,0,0,.07);
font-size: 14px;
gap: 8px;
}
.lte-tour-booking-sidebar .lte-tour-sidebar__list li:last-child {
border-bottom: none;
}
.lte-tour-sidebar__icon {
width: 20px;
color: var(--main);
flex-shrink: 0;
padding-top: 2px;
}
.lte-tour-sidebar__label {
font-weight: 600;
color: var(--black);
width: 80px;
flex-shrink: 0;
}
.single-boats .lte-tour-sidebar__label {
width: 110px;
}
.lte-tour-sidebar__value {
color: #555;
flex: 1;
} .lte-tour-meeting-point {
font-size: 13px;
color: #777;
margin-bottom: 18px;
line-height: 1.5;
}
.lte-tour-meeting-point .fa {
color: var(--main);
margin-right: 5px;
} .lte-book-tour-btn {
display: block;
width: 100%;
margin-top: 18px;
padding: 14px 20px;
background: var(--main);
color: #fff;
border: none;
border-radius: 6px;
font-size: 1em;
font-weight: 700;
letter-spacing: .02em;
cursor: pointer;
text-align: center;
transition: opacity .2s ease;
}
.lte-book-tour-btn:hover {
opacity: .85;
} .lte-tour-modal-cart .single_add_to_cart_button {
display: block !important;
width: 100% !important;
text-align: center !important;
color: #fff !important;
}
.lte-tour-modal-cart .quantity {
display: none !important;
} .lte-tour-stops__title {
font-size: 22px;
font-weight: 700;
color: var(--black);
margin: 36px 0 16px;
padding-bottom: 10px;
border-bottom: 2px solid var(--main);
} .lte-tour-description {
font-size: 16px;
line-height: 1.8;
color: #555;
margin-bottom: 10px;
} .lte-tour-itinerary__list {
list-style: none;
padding: 0;
margin: 0;
}
.lte-tour-itinerary__item {
display: flex;
flex-wrap: nowrap;
gap: 0 16px;
padding: 14px 0;
border-bottom: 1px solid #eee;
align-items: center;
}
.lte-tour-itinerary__item:last-child {
border-bottom: none;
}
.lte-tour-itinerary__time {
background: var(--main);
color: #fff;
font-size: 13px;
font-weight: 600;
padding: 5px 12px;
border-radius: 20px;
white-space: nowrap;
flex: 0 0 110px;
text-align: center;
}
.lte-tour-itinerary__location {
font-weight: 700;
color: var(--black);
font-size: 15px;
flex: 0 0 180px;
}
.lte-tour-itinerary__desc {
color: #555;
font-size: 14px;
flex: 1;
line-height: 1.6;
} .lte-tour-inc-wrap {
margin-bottom: 10px;
}
.lte-tour-check-list {
list-style: none;
padding: 0;
margin: 0;
}
.lte-tour-check-list li {
padding: 7px 0;
font-size: 15px;
color: #555;
border-bottom: 1px solid #f0f0f0;
display: flex;
align-items: center;
gap: 10px;
}
.lte-tour-check-list li:last-child {
border-bottom: none;
}
.lte-tour-check-list .fa-check {
color: #27ae60;
font-size: 14px;
flex-shrink: 0;
}
.lte-tour-check-list--no .fa-times {
color: #e74c3c;
font-size: 14px;
flex-shrink: 0;
}
.lte-tour-check-list .fa-circle {
color: var(--main);
flex-shrink: 0;
} .lte-tour-bring .lte-tour-check-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0 24px;
}
.lte-tour-bring .lte-tour-check-list li:last-child {
border-bottom: 1px solid #f0f0f0;
} .lte-tour-not-rec,
.lte-tour-add-info {
margin-top: 10px;
}
.lte-tour-not-rec p,
.lte-tour-add-info p {
font-size: 15px;
color: #666;
line-height: 1.7;
} .lte-tour-gallery-section {
margin-top: 50px;
}
.lte-tour-gallery-section .lte-tour-gallery-title {
margin-bottom: 24px;
}
.lte-tour-gallery-grid .lte-tour-thumb {
position: relative;
overflow: hidden;
margin-bottom: 20px;
display: block;
}
.lte-tour-gallery-grid .lte-tour-thumb img {
width: 100%;
height: 190px;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.lte-tour-gallery-grid .lte-tour-thumb:hover img {
transform: scale(1.08);
}
.lte-tour-gallery-grid .lte-tour-thumb::before {
content: '\f065';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 44, 63, 0.5);
color: #fff;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
}
.lte-tour-gallery-grid .lte-tour-thumb:hover::before {
opacity: 1;
} @media (max-width: 768px) {
.lte-tour-hero-slider.swiper-container,
.lte-tour-slide {
height: 260px;
}
.lte-tour-itinerary__item {
display: block;
}
.lte-tour-itinerary__item span {
display: block;
}
.lte-tour-itinerary__time {
width: 120px;
}
}  .lte-dest-slider {
position: relative;
width: 100%;
height: 420px;
overflow: hidden;
margin-bottom: 30px;
}
.lte-dest-slider .swiper-slide img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
}
.lte-dest-slider .swiper-button-prev,
.lte-dest-slider .swiper-button-next {
color: #fff;
width: 44px;
height: 44px;
background: rgba(0, 44, 63, 0.5);
border-radius: 50%;
transition: background 0.3s ease;
}
.lte-dest-slider .swiper-button-prev:hover,
.lte-dest-slider .swiper-button-next:hover {
background: var(--main, #d0a249);
}
.lte-dest-slider .swiper-button-prev::after,
.lte-dest-slider .swiper-button-next::after {
font-size: 18px;
}
.lte-dest-slider .swiper-pagination-bullet {
background: #fff;
opacity: 0.6;
}
.lte-dest-slider .swiper-pagination-bullet-active {
background: var(--main, #d0a249);
opacity: 1;
} .lte-dest-single-image {
margin-bottom: 30px;
overflow: hidden;
}
.lte-dest-single-image img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
} .lte-dest-content {
padding: 60px 0 80px;
}
.lte-dest-title {
font-size: 36px;
margin-bottom: 10px;
}
.lte-dest-intro {
margin-top: 24px;
color: var(--text, #555);
font-size: 16px;
line-height: 1.8;
} .lte-dest-highlights {
margin-top: 48px;
}
.lte-dest-highlight {
padding: 20px 0;
border-top: 1px solid #e8e8e8;
}
.lte-dest-highlight__icon {
font-size: 22px;
color: var(--main, #d0a249);
margin-bottom: 10px;
}
.lte-dest-highlight__title {
font-size: 15px;
font-weight: 700;
color: var(--black, #002c3f);
margin: 0 0 6px;
}
.lte-dest-highlight__desc {
font-size: 14px;
color: var(--text, #555);
margin: 0;
line-height: 1.6;
} .lte-dest-sidebar {
margin-top: 0;
position: sticky;
top: 100px;
}
.lte-dest-sidebar .lte-tour-description,
.lte-dest-sidebar .lte-tour-description p {
color: #fff;
} .lte-dest-tours-section {
background: var(--gray, #f1f0ec);
padding: 80px 0;
}
.lte-dest-tours-section .lte-heading {
margin-bottom: 40px;
} .lte-dest-tours-sidebar {
background: var(--black, #00162c);
padding: 24px 20px;
margin-top: 24px;
}
.lte-dest-tours-sidebar .lte-tour-sidebar__title {
color: #fff;
font-size: 16px;
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item:after {
border-color: rgba(255,255,255,0.12);
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper {
display: block;
text-align: left;
padding: 12px 0;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper > div {
display: block;
padding: 0;
overflow: hidden;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-event-date {
display: flex;
flex-direction: row;
align-items: baseline;
gap: 4px;
width: 100%;
text-align: left;
padding-right: 0;
min-width: 0;
color: var(--second, #d0a249);
margin-bottom: 4px;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-event-date .lte-event-d {
font-size: 13px;
display: inline;
line-height: 1.2;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-event-date .lte-event-m {
font-size: 13px;
display: inline;
color: var(--second, #d0a249);
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-img {
width: 100%;
min-width: 0;
margin-bottom: 6px;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-img img {
width: 100%;
height: 150px;
object-fit: cover;
display: block;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-info {
width: 100%;
min-width: 0;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header {
margin: 4px 0 2px;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header:after {
display: none;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header a {
color: #fff;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header a:hover {
color: var(--second, #d0a249);
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-info span {
color: rgba(255,255,255,0.65);
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-event-arrow {
display: none;
}
.lte-dest-tours-sidebar .lte-events-sc.lte-layout-table .lte-item .lte-img img {
max-width: 250px;
} .lte-dest-gallery {
padding: 60px 0 80px;
}
.lte-dest-gallery .swipebox img {
width: 100%;
height: 220px;
object-fit: cover;
display: block;
margin-bottom: 24px;
}
@media (max-width: 991px) {
.lte-dest-slider,
.lte-dest-slider .swiper-slide img,
.lte-dest-single-image img {
height: 320px;
}
.lte-dest-content {
padding: 40px 0 60px;
}
.lte-dest-sidebar {
position: static;
margin-top: 40px;
}
}
@media (max-width: 576px) {
.lte-dest-slider,
.lte-dest-slider .swiper-slide img,
.lte-dest-single-image img {
height: 240px;
}
.lte-dest-title {
font-size: 26px;
}
} .lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header:after {
top: auto;
bottom: 0;
} .lte-services-sc.lte-layout-grid .lte-item .lte-photo-wrapper img {
display: block;
height: 280px;
width: 100%;
object-fit: cover;
object-position: center;
}
.lte-services-sc.lte-layout-grid .lte-item .lte-info {
padding: 20px 0 25px;
}
.lte-services-sc.lte-layout-grid .lte-item .lte-info .lte-btn {
padding-top: 0;
}
.lte-services-section .lte-services-sc .lte-btn-wrap {
padding-top: 0;
}
.lte-services-sc.lte-layout-grid .lte-item .lte-info .lte-btn .lte-btn-inner {
transform: translateX(0);
}
.lte-service-desc {
font-size: 14px;
color: #555555;
color: var(--text);
margin: 8px 0 4px;
line-height: 1.6;
} .lte-events-sc.lte-layout-table .lte-item .lte-event-time:before,
.lte-events-sc.lte-layout-table .lte-item .lte-event-cost:before {
margin-right: 6px;
}  .woocommerce table.shop_table thead th {
background-color: #00162c;
background-color: var(--black);
color: #ffffff;
color: var(--white);
padding: 20px 28px;
font-size: 16px;
font-weight: 500;
font-family: var(--font-main), sans-serif;
letter-spacing: var(--font-main-letterspacing);
border: none;
text-transform: uppercase;
} .woocommerce table.shop_table tbody td {
padding: 20px 24px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top: none;
vertical-align: middle;
font-size: 16px;
color: #00162c;
color: var(--black);
}
.woocommerce table.shop_table tbody td.product-thumbnail {
padding-left: 0;
}
.woocommerce table.shop_table tbody td.product-thumbnail img {
max-width: 80px;
height: auto;
} .woocommerce table.shop_table td.actions {
padding: 20px 0;
border-bottom: none;
background: transparent;
}
.woocommerce table.shop_table td.actions .coupon {
display: inline-flex;
align-items: center;
gap: 10px;
}
.woocommerce table.shop_table td.actions .coupon #coupon_code {
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 48px;
padding: 12px 24px;
height: 48px;
font-size: 14px;
background-color: #f5f5f5;
min-width: 200px;
}
.woocommerce table.shop_table td.actions .coupon .button {
background-color: var(--main);
color: var(--white);
border-radius: 48px;
padding: 12px 30px;
font-size: 14px;
font-weight: 500;
border: none;
height: 48px;
cursor: pointer;
white-space: nowrap;
}
.woocommerce table.shop_table td.actions .coupon .button:hover {
background-color: var(--black);
color: var(--white);
} .woocommerce table.shop_table td.actions button[name="update_cart"] {
background: transparent !important;
color: var(--black);
border: none;
border-radius: 0;
padding: 6px 0;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
float: right;
}
.woocommerce table.shop_table td.actions button[name="update_cart"]:hover {
color: var(--main);
} .cart-collaterals .cart_totals {
float: right;
}
.cart-collaterals .cart_totals table {
border: 1px solid rgba(0, 0, 0, 0.1);
border-collapse: collapse !important;
}
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td {
padding: 20px 32px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 16px;
font-weight: 600;
color: var(--black);
}
.cart-collaterals .cart_totals table td {
font-weight: 400;
} .woocommerce-cart .wc-proceed-to-checkout {
text-align: right;
padding-top: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
background-color: var(--main);
color: var(--white);
border-radius: 48px;
padding: 18px 55px;
font-size: 16px;
font-weight: 500;
display: inline-block;
text-decoration: none;
transition: all 0.2s ease;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background-color: var(--black);
color: var(--white) !important;
} @media (max-width: 992px) {
.cart-collaterals .cart_totals {
float: none;
width: 100%;
}
}
@media (max-width: 767px) {
.woocommerce table.shop_table thead {
display: none;
}
.woocommerce table.shop_table td.actions .coupon {
flex-direction: column;
width: 100%;
}
.woocommerce table.shop_table td.actions .coupon #coupon_code {
min-width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout {
text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
padding: 16px 50px;
width: auto;
}
}  .lte-boat-single-content {
padding: 60px 0 80px;
} .lte-boat-specs-section {
margin-top: 48px;
}
.lte-boat-specs-table {
border: 1px solid #e8e8e8;
border-radius: 4px;
overflow: hidden;
}
.lte-boat-spec-row {
display: flex;
align-items: center;
padding: 14px 20px;
border-bottom: 1px solid #e8e8e8;
transition: background 0.2s ease;
}
.lte-boat-spec-row:last-child {
border-bottom: none;
}
.lte-boat-spec-row:nth-child(even) {
background: var(--gray, #f1f0ec);
}
.lte-boat-spec-row:hover {
background: rgba(208, 162, 73, 0.07);
}
.lte-boat-spec-label {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.6px;
color: var(--black, #00162c);
width: 40%;
flex-shrink: 0;
}
.lte-boat-spec-value {
font-size: 15px;
color: #444;
flex: 1;
} .lte-boat-sidebar {
position: sticky;
top: 100px;
} .lte-boat-sidebar .lte-tour-sidebar__label {
color: rgba(255, 255, 255, 0.65);
}
.lte-boat-sidebar .lte-tour-sidebar__value {
color: #fff;
} .lte-boat-sidebar .lte-tour-sidebar__cta {
background-color: var(--main, #d0a249);
color: var(--black, #00162c);
font-weight: 700;
padding: 14px 24px;
border: 2px solid var(--main, #d0a249);
border-radius: 0;
text-decoration: none;
transition: background 0.25s ease, color 0.25s ease;
margin-top: 8px;
}
.lte-boat-sidebar .lte-tour-sidebar__cta:hover {
background-color: transparent;
color: var(--main, #d0a249);
} .lte-boat-gallery__heading {
margin-bottom: 40px;
} @media (max-width: 991px) {
.lte-boat-single-content {
padding: 40px 0 60px;
}
.lte-boat-sidebar {
position: static;
margin-top: 40px;
}
.lte-boat-spec-label {
width: 45%;
}
}
@media (max-width: 576px) {
.lte-boat-spec-row {
flex-direction: column;
align-items: flex-start;
gap: 4px;
padding: 12px 16px;
}
.lte-boat-spec-label {
width: 100%;
font-size: 11px;
}
.lte-boat-spec-value {
font-size: 14px;
}
}  .woocommerce-cart .woocommerce-info {
text-align: center;
align-items: center;
} .woocommerce .return-to-shop {
text-align: center;
margin-top: 1rem;
}
.woocommerce .return-to-shop .wc-backward {
display: inline-block;
color: #ffffff !important;
}
.woocommerce .return-to-shop .wc-backward:hover {
background-color: var(--black, #002c3f) !important;
color: #ffffff !important;
} .woocommerce-cart dl.variation,
.woocommerce-checkout dl.variation {
display: grid;
grid-template-columns: auto 1fr;
gap: 2px 8px;
margin: 0;
}
.woocommerce-cart dl.variation dt,
.woocommerce-checkout dl.variation dt,
.woocommerce-cart dl.variation dd,
.woocommerce-checkout dl.variation dd {
margin: 0;
} .woocommerce .woocommerce-message .wc-forward {
color: #ffffff !important;
}
.woocommerce .woocommerce-message .wc-forward:hover {
background-color: var(--black, #002c3f) !important;
color: #ffffff !important;
} .lte-product-available-boats h2.lte-header {
font-size: 42px;
} .lte-tour-booking-form {
margin-top: 25px;
padding-top: 25px;
border-top: 1px solid #e5e5e5;
}
.lte-tour-booking-form .lte-tour-stops__title {
margin-bottom: 20px;
}
.lte-form-group {
margin-bottom: 16px;
}
.lte-form-group > label {
display: block;
font-size: 13px;
font-weight: 600;
color: var(--black);
margin-bottom: 6px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.lte-form-group input[type="text"],
.lte-form-group input[type="email"],
.lte-form-group input[type="tel"],
.lte-form-group input[type="date"],
.lte-form-group textarea {
width: 100%;
padding: 10px 14px;
border: 1px solid #ddd;
border-radius: 3px;
font-family: 'Outfit', sans-serif;
font-size: 14px;
color: var(--black);
background: #fff;
transition: border-color 0.2s;
}
.lte-form-group input:focus,
.lte-form-group textarea:focus {
border-color: var(--main);
outline: none;
}
.lte-form-group input.lte-field-error,
.lte-form-group textarea.lte-field-error {
border-color: #e74c3c;
}
.lte-form-radios {
display: flex;
gap: 10px;
}
.lte-radio-label {
display: flex;
align-items: center;
gap: 6px;
padding: 8px 14px;
border: 1px solid #ddd;
border-radius: 3px;
cursor: pointer;
flex: 1;
font-size: 13px;
font-weight: 400 !important;
text-transform: none !important;
transition: border-color 0.2s, background 0.2s;
}
.lte-radio-label:has(input:checked) {
border-color: var(--main);
background: rgba(208, 162, 73, 0.08);
}
.lte-radio-label.lte-radio-disabled {
opacity: 0.4;
cursor: not-allowed;
pointer-events: none;
}
.lte-radio-label input[type="radio"] {
accent-color: var(--main);
margin: 0;
}
.lte-form-price-summary {
text-align: center;
padding: 14px;
background: var(--gray);
border-radius: 3px;
margin-bottom: 16px;
font-size: 16px;
}
.lte-form-price-summary strong {
font-size: 22px;
color: var(--main);
}
.lte-form-buttons {
display: flex;
flex-direction: column;
gap: 10px;
}
.lte-book-whatsapp-btn {
background: #25D366 !important;
border-color: #25D366 !important;
}
.lte-book-whatsapp-btn:hover {
background: #1fb855 !important;
border-color: #1fb855 !important;
}
.lte-book-whatsapp-btn i {
font-size: 18px;
margin-right: 6px;
}
.lte-book-email-btn {
background: var(--main) !important;
border-color: var(--main) !important;
}
.lte-book-email-btn:hover {
background: #b8912e !important;
border-color: #b8912e !important;
}
.lte-book-email-btn i {
margin-right: 6px;
} .lte-tour-sidebar__subtitle {
font-size: 18px;
font-weight: 600;
color: var(--black);
margin: 0 0 15px;
padding-bottom: 10px;
border-bottom: 2px solid var(--main);
text-transform: uppercase;
letter-spacing: 0.5px;
} .lte-book-now-scroll {
display: block;
width: 100%;
padding: 14px 20px;
background: var(--main);
color: #fff;
border: none;
border-radius: 3px;
font-family: 'Outfit', sans-serif;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
transition: background 0.2s;
margin-bottom: 20px;
}
.lte-book-now-scroll:hover {
background: #b8912e;
}
.lte-book-now-scroll i {
margin-right: 6px;
}
@media (min-width: 1200px) {
.lte-book-now-scroll {
display: none;
}
} .lte-form-error-msg {
background: #fef2f2;
border: 1px solid #fecaca;
color: #b91c1c;
padding: 10px 14px;
border-radius: 3px;
font-size: 13px;
margin-bottom: 12px;
} .lte-tour-check-list--bring li i {
color: var(--main);
}
@media (max-width: 480px) {
.lte-form-radios {
flex-direction: column;
}
}