@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
  *,
::after,
::before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
b,
strong {
font-weight: bolder;
}
img,
svg {
vertical-align: middle;
}
[hidden] {
display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.d-none {
display: none !important;
}
@media (min-width: 1201px) {
.d-xl-none {
display: none !important;
}
.d-xl-block {
display: block !important;
}
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.l-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem; background-color: white;
z-index: 10000000;
height: fit-content;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-brand img {
max-width: 100%;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: absolute;
padding: 0.5rem;
list-style: none;
background-color: rgba(191, 191, 191, 0.12368697478991597);
border-radius: 5px;
left: 0.5rem;
min-width: calc(100% - 1rem);
}
.menu-item {
position: relative;
border-bottom: 2px solid #F9F3E2;
padding-bottom: 50px;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
overflow: hidden;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (max-width: 1200px) {
.navbar-collapse {
max-height: 0;
transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.navbar-collapse.active {
max-height: 100vh;
transition: 0.5s;
}
.navbar-nav .nav-link {
width: fit-content;
}
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
.menu-item {
position: relative;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
padding: 0.5rem;
list-style: none;
background-color: rgba(191, 191, 191, 0.12368697478991597);
border-radius: 5px;
left: 0.5rem;
min-width: calc(100% - 1rem);
display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.active {
display: block;
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
.navbar-expand-sm .offcanvas-header {
display: none;
}
.navbar-expand-sm .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-sm .offcanvas-bottom,
.navbar-expand-sm .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-sm .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
.navbar-expand-md .offcanvas-header {
display: none;
}
.navbar-expand-md .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-md .offcanvas-bottom,
.navbar-expand-md .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-md .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navbar-expand-lg .offcanvas-header {
display: none;
}
.navbar-expand-lg .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-lg .offcanvas-bottom,
.navbar-expand-lg .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-lg .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
.navbar-expand-xl .offcanvas-header {
display: none;
}
.navbar-expand-xl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-xl .offcanvas-bottom,
.navbar-expand-xl .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
.navbar-expand-xxl .offcanvas-header {
display: none;
}
.navbar-expand-xxl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-xxl .offcanvas-bottom,
.navbar-expand-xxl .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xxl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-expand .offcanvas-header {
display: none;
}
.navbar-expand .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: 0.25;
}@font-face {
font-family: Atomic-Marker;
src: url(//tamatanga.com/wp-content/themes/theme_tamatanga/assets/Fonts/AtomicMarker.ttf);
font-display: swap;
}
@font-face {
font-family: The-Hand-Bold;
src: url(//tamatanga.com/wp-content/themes/theme_tamatanga/assets/Fonts/the-hand-bold.ttf);
font-display: swap;
}
@font-face {
font-family: The-Hand-Black;
src: url(//tamatanga.com/wp-content/themes/theme_tamatanga/assets/Fonts/the-hand-black.ttf);
font-display: swap;
}
@font-face {
font-family: The-Hand-Extrablack;
src: url(//tamatanga.com/wp-content/themes/theme_tamatanga/assets/Fonts/the-hand-extrablack.ttf);
font-display: swap;
}
.signup-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1000000;
display: flex;
justify-content: center;
align-items: center;
transition: opacity 0.5s ease-in-out;
opacity: 0;
pointer-events: none;
}
.signup-popup h2 {
line-height: 1;
margin-bottom: 20px;
}
.signup-popup > .bg {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
background-color: rgba(0, 0, 0, 0.5);
}
.signup-popup .box {
height: 80%;
width: 80%;
padding: 50px;
border-radius: 10px;
position: relative;
background-size: cover;
background-repeat: no-repeat, no-repeat;
background-position: bottom left, center;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/footer-blue-graphic.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/footer-blue-graphic.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
color: white;
text-align: center;
overflow-y: scroll;
}
.signup-popup .close {
position: absolute;
top: 20px;
right: 20px;
width: 30px;
height: auto;
cursor: pointer;
}
@media screen and (max-width: 576px) {
.signup-popup h2 {
font-size: 4rem;
}
.signup-popup .box {
padding: 70px 25px;
}
}
#book-hero {
padding: 227px 0 200px;
background-image: url(//tamatanga.com/wp-content/uploads/2024/03/contact-bg.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
}
.book-hero {
text-align: center;
}
.book-hero h1 {
font-size: 5rem;
margin: 0;
height: fit-content;
line-height: 1;
color: #fffcf4;
}
#booking-page {
padding-bottom: 150px;
}
@media screen and (max-width: 576px) {
#book-hero {
padding: 175px 0 100px;
}
.book-hero h1 {
font-size: 4rem;
}
}
.form-container[data-v-450725a2] {
padding: 0 !important;
}
.page-template-booking-form header,
.page-template-booking-form .order-now,
.page-template-booking-form .book-table,
.page-template-booking-form .make-a-booking-mob {
display: none;
} .partner-form-modal .modal-header h3 {
font-family: Atomic-Marker, sans-serif;
}
.header-row.header-row-partner {
display: none !important;
}
.content > .intro-content {
font-family: "degular", sans-serif !important;
font-weight: 300;
font-style: normal;
color: #173447 !important;
}
.form-horizontal .control-label {
font-family: "degular", sans-serif;
font-weight: 500;
color: #173447 !important;
}
.partner-form-modal {
z-index: 1000000 !important;
}
.cky-revisit-bottom-left {
bottom: 125px !important;
}
.page-template-content .main-header__links .link {
color: #173447;
}
.page-template-content .main-header__logo {
filter: invert(0.8);
}
.font-orange {
color: #f15f3a;
}
.day-loader {
opacity: 0%;
pointer-events: none;
transition: 1s ease-in-out;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: linear-gradient(to bottom, #f4a519 0%, #ef5f37 100%);
z-index: 100000000000;
}
.day-loader.active {
opacity: 100%;
pointer-events: all;
}
.loader-inner {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
#restLoader {
margin: 0 auto;
padding: 100px 0;
position: relative;
transform: scale(0.8);
width: 165px;
height: 100px;
}
#cook div {
position: absolute;
left: 6px;
transform: rotate(10deg);
width: 20px;
height: 20px;
opacity: 0;
background: #fff;
border-radius: 50%;
animation-name: cooking;
animation-duration: 2.5s;
transform-origin: 81px 0%;
animation-iteration-count: infinite;
animation-direction: normal;
}
#cook div:nth-child(1) {
animation-delay: 0;
}
#cook div:nth-child(2) {
animation-delay: 0.05s;
}
#cook div:nth-child(3) {
animation-delay: 0.1s;
}
#cook div:nth-child(4) {
animation-delay: 0.15s;
}
@keyframes cooking {
18% {
opacity: 0;
}
19% {
opacity: 1;
transform: rotate(10deg);
}
41% {
transform: rotate(105deg);
}
62% {
opacity: 1;
transform: rotate(222deg);
}
100% {
opacity: 0;
transform: rotate(222deg);
}
}
#panShadow {
background-color: #000;
position: absolute;
width: 130px;
height: 15px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 10px;
opacity: 0.4;
animation-name: shadowAction;
animation-duration: 2.5s;
transform-origin: 80% 0%;
animation-iteration-count: infinite;
animation-direction: normal;
}
@keyframes shadowAction {
0% {
}
15% {
width: 100px;
}
22% {
width: 130px;
}
55% {
opacity: 0.3;
width: 125px;
}
60% {
opacity: 0.5;
width: 110px;
}
}
#panMan {
top: 130px;
left: 0;
z-index: 1;
position: absolute;  animation-name: shake;
animation-duration: 2.5s;
transform-origin: 80% 0%;
animation-iteration-count: infinite;
animation-direction: normal;
}
@keyframes shake {
0% {
transform: rotate(0deg) translateY(0);
}
15% {
transform: rotate(-25deg) translateX(-30px);
}
22% {
transform: rotate(12deg);
}
55% {
transform: translateY(0) rotate(0) translateX(0);
}
60% {
transform: translateY(15px);
}
}
.no-scroll {
overflow: hidden;
}
::selection {
color: #f15f3a;
background-color: rgba(0, 139, 146, 0.5);
} header {
margin-top: 8px;
z-index: 100003;
}
.fade {
background-size: cover !important;
} .top-scroll-track {
background: #004251;
position: fixed;
top: 0;
left: 0;
height: 8px;
width: 100%;
z-index: 99998;
} .top-scroll-train {
width: 40px;
height: 8px;
background: #de0b53;
position: fixed;
top: 0;
left: 0;
}
.font-atomic {
font-family: Atomic-Marker, sans-serif;
-webkit-font-smoothing: antialiased;
font-weight: 500 !important;
}
.font-extrablack {
font-family: The-Hand-Extrablack, sans-serif;
letter-spacing: 2px;
font-weight: 300;
}
body {
color: #173447;
background: #fff6e8; }
.text-type {
opacity: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
outline: none !important;
box-shadow: none !important;
}
button:hover {
cursor: pointer;
}
a { text-decoration: none;
font-family: "degular", sans-serif;
font-weight: 700;
font-style: normal;
color: #173447;
font-size: 1.2rem;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: transparent !important;
}
a:hover {
text-decoration: none;
}
a.info {
cursor: pointer;
}
a.info .content > * {
color: #fffcf4;
}
a.info .content > p {
font-size: 1rem;
font-weight: 500;
color: #fffcf4;
padding: 0;
}
a.info .content > p:last-of-type {
margin-bottom: 0;
}
a.info .content {
text-align: left;
position: absolute;
background: url(//tamatanga.com/wp-content/uploads/2023/10/Hover-Shape.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 30px;
right: 65%;
bottom: 85%;
transform-origin: bottom right;
transform: scale(0);
transition: 0.3s ease-in-out;
pointer-events: none;
width: max-content;
max-width: 300px;
z-index: 1;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/10/Hover-Shape.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/10/Hover-Shape.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
}
a.info:hover .content {
transform: scale(1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
margin-bottom: 0.5rem;
}
p,
li {
margin: 0;
margin-bottom: 1rem;
font-family: "degular", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.2rem;
}
h4,
#content-section h3 {
font-family: The-Hand-Bold, sans-serif;
font-size: 2rem;
letter-spacing: 2px;
font-weight: 200;
}
#content-section h1 {
font-family: Atomic-Marker, sans-serif;
font-size: 4rem;
}
#content-section h2 {
font-family: Atomic-Marker, sans-serif;
font-size: 3rem;
}
h2 {
font-size: 5rem;
}
h3 {
font-family: The-Hand-Black, sans-serif;
font-size: 3rem;
font-weight: 300;
}
.flex-link {
display: flex;
align-items: center;
position: relative;
}
.squiggle {
transition: 0.3s ease-in-out;
stroke-dasharray: 60;
stroke-dashoffset: 60;
}
.flex-link > svg {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: calc(100% + 10px);
pointer-events: none;
}
a p {
font-family: "degular", sans-serif;
font-weight: 600;
font-style: normal;
color: #173447;
}
button {
border: none;
box-shadow: none;
font-family: The-Hand-Black, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.5rem;
border-radius: 5px;
position: relative;
padding: 16px 25px 10px 25px;
transition: 0.3s ease-in-out;
background: transparent;
z-index: 10;
color: #173447;
}
button .mask {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
z-index: -1;
}
button .shadow {
position: absolute;
top: 6px;
left: 6px;
height: 100%;
width: 100%;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
background: rgba(0, 0, 0, 0.1);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
z-index: -2;
}
.btn-lg {
font-size: 2rem;
}
.btn-dark-blue {
color: #fff6e8;
}
.btn-dark-blue .mask {
background: #173447;
}
.btn-blue {
color: #fff6e8;
}
.btn-blue .mask {
background: #008b92;
}
.btn-orange {
color: #fff6e8;
}
.btn-orange .mask {
background: #f15f3a;
}
.btn-pink {
color: #fff6e8;
}
.btn-pink .mask {
background: #de0b53;
}
.pulse-ani {
animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
0% {
transform: scale(0.8);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.8);
}
}
.x-overflow {
overflow: clip;
} .toggle-menu {
display: none;
}
header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99998;
}
.main-header {
display: flex;
align-items: center;
justify-content: space-between;
width: 90%;
margin: 0 auto;
padding-top: 75px;
}
.main-header__responsive {
display: none;
}
.main-header__logo {
width: 20%;
}
.main-header__logo img {
max-width: 100%;
}
.main-header__links {
display: flex;
align-items: center;
width: 40%;
}
.main-header__links .link:not(:last-of-type) {
margin-right: 3rem;
}
.main-header__links .link {
color: #fff6e8;
font-family: The-Hand-Black, sans-serif;
font-weight: 300;
font-size: 2rem;
position: relative;
}
.main-header__links .link button {
font-size: 2rem;
}
.main-header__links .link.active:not(.but)::after {
content: "";
background-image: url(//tamatanga.com/wp-content/uploads/2023/09/Nav-Underline.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 6px;
width: 40px;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.make-a-booking-mob {
display: none;
}
@keyframes shake {
1%,
9% {
transform: translate3d(-1px, 0, 0);
}
2%,
8% {
transform: translate3d(2px, 0, 0);
}
3%,
5%,
7% {
transform: translate3d(-4px, 0, 0);
}
4%,
6% {
transform: translate3d(4px, 0, 0);
}
}
.order-now {
position: fixed;
bottom: 0;
right: 0;
z-index: 99999;
animation: shake 8s 16s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}
.book-table {
position: fixed;
bottom: 0;
left: 0;
z-index: 100001;
animation: shake 8s 8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}
.order-now img,
.book-table img {
max-width: 300px;
height: auto;
}
.open-enquiry {
cursor: pointer;
}
#booking-enquiry {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
background: url(//tamatanga.com/wp-content/uploads/2023/09/enquiry-paint-bottom-left.png),
url(//tamatanga.com/wp-content/uploads/2023/09/enquiry-dots-bottom-left.png),
url(//tamatanga.com/wp-content/uploads/2023/09/enquiry-paint-top-right.png),
url(//tamatanga.com/wp-content/uploads/2023/09/enquiry-dots-top-right.png)
rgba(241, 95, 58, 0.77);
background-size: 20% auto, 35% auto, 25% auto, 10% auto;
background-position: bottom left, bottom left, top right, top right;
background-repeat: no-repeat;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
transition: 0.5s ease-in-out;
opacity: 0% !important;
pointer-events: none;
}
#booking-enquiry.active {
opacity: 100% !important;
pointer-events: all;
}
.backdrop-close {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: transparent;
}
.booking-enquiry-container {
max-width: 80%;
max-height: 90%;
background: #fff6e5;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/textarea-mask.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/textarea-mask.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
padding: 5%;
position: relative;
z-index: 2;
overflow: scroll;
}
.booking-enquiry-container.page {
max-width: initial;
max-height: initial;
overflow: visible;
padding: 2.5%;
-webkit-mask-image: none;
mask-image: none;
}
.booking-enquiry-container .close {
cursor: pointer;
position: absolute;
right: 50px;
top: 50px;
}
.booking-enquiry-container .head {
text-align: center;
margin-bottom: 30px;
}
.booking-enquiry-container .head img {
max-width: 80%;
}
.booking-enquiry-container .body {
text-align: center;
}
.dmn-form .powered-by {
display: none;
}
.dmn-form {
width: 80% !important;
margin: 30px auto !important;
padding: 0 !important;
border: none !important;
color: #173447 !important;
}
.dmn-form h1 {
font-size: 3rem !important;
margin: 0 !important;
height: fit-content !important;
line-height: 1 !important;
margin-bottom: 50px !important;
color: #008b92 !important;
font-family: Atomic-Marker, sans-serif !important;
} footer {
z-index: 99997;
position: relative;
padding-bottom: 100px;
background-image: url(//tamatanga.com/wp-content/uploads/2023/10/Background-Footer-Paint.png),
url(//tamatanga.com/wp-content/uploads/2023/09/Background-Flowers.png);
background-size: contain, cover;
background-repeat: no-repeat;
background-position: bottom center;
background-attachment: scroll, fixed;
background-color: #f39200;
}
footer::after {
content: "";
height: 20%;
width: 100%;
left: 0;
top: 0;
position: absolute;
background: rgb(243, 146, 38);
background: -moz-linear-gradient(
180deg,
rgba(243, 146, 38, 1) 10%,
rgba(243, 146, 38, 0) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(243, 146, 38, 1) 10%,
rgba(243, 146, 38, 0) 100%
);
background: linear-gradient(
180deg,
rgba(243, 146, 38, 1) 10%,
rgba(243, 146, 38, 0) 100%
);
z-index: -1;
pointer-events: none;
}
footer .right-image {
position: absolute;
right: 0;
top: 40%;
transform: translateY(-50%);
z-index: 1;
width: 30%;
pointer-events: none;
}
footer p,
footer h2,
footer h3,
footer h4,
footer a {
color: #fff6e8;
}
footer h4 {
font-family: The-Hand-Black, sans-serif;
}
footer .footer-border {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
vertical-align: bottom;
}
footer .footer-paper-top {
width: 100%;
}
.main-footer__singup {
position: relative;
padding-top: 50px;
}
.guest-form-ui-checkbox--checked:before,
.guest-form-ui-checkbox--unchecked:before {
color: black !important;
}
.main-footer__singup h2 {
line-height: 1;
transform: rotate(-3deg);
margin-bottom: 30px;
}
.main-footer__singup > div {
padding: 100px 50px 50px;
text-align: center;
width: 100%;
height: 100%; background-image: url(//tamatanga.com/wp-content/uploads/2023/09/footer-blue-graphic.png);
background-size: cover;
background-repeat: no-repeat, no-repeat;
background-position: bottom left, center;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/footer-blue-graphic.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/footer-blue-graphic.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
}
.main-footer__singup p {
font-weight: 500;
font-size: 1.2rem;
width: 60%;
margin-left: auto;
margin-right: auto;
}
.main-footer__top {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 100px;
}
.main-footer__side {
width: 40%;
}
.main-footer__spotify {
max-width: 300px;
}
.main-footer__spotify > a {
display: flex;
align-items: center;
}
.main-footer__spotify img {
margin-right: 20px;
}
.main-footer__spotify h4 {
margin-bottom: 0;
}
.main-footer__spotify p {
margin-bottom: 0;
}
.main-footer__logo {
width: 20%;
}
.main-footer__logo img {
max-width: 100%;
}
.main-footer__mid {
display: flex;
justify-content: space-between;
margin-top: 75px;
}
.main-footer__links {
display: flex;
}
.main-footer__links > div a:not(:last-of-type) {
margin-bottom: 0.5rem;
}
.main-footer__links > div a {
font-family: "degular", sans-serif;
font-weight: 300;
display: flex;
width: fit-content;
}
.main-footer__links > div:not(:last-of-type) {
margin-right: 75px;
}
.main-footer__right {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 75px;
}
.main-footer__app {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 1rem;
}
.main-footer__app h4 {
margin-bottom: 0;
}
.main-footer__app img {
max-width: 150px;
height: auto;
}
.main-footer__socials {
position: relative;
}
.main-footer__socials h3 {
transform: rotate(-4deg);
}
.main-footer__socials > div {
display: flex;
align-items: center;
justify-content: center;
}
.main-footer__socials > div a:not(:last-of-type) {
margin-right: 20px;
}
footer .big-doodle {
max-width: 170%;
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
height: auto;
z-index: -1;
}
footer .big-doodle path {
stroke-dasharray: 460;
stroke-dashoffset: 460;
}
.main-footer__bottom {
display: flex;
justify-content: space-between;
margin-top: 75px;
}
.main-footer__bottom a,
.main-footer__bottom p {
font-size: 0.8rem;
margin-bottom: 0;
}
.main-footer__bottom > p > a {
display: inline;
}
.main-footer__bottom > a {
display: flex;
align-items: center;
}
.main-footer__bottom a img {
margin-left: 10px;
}
.side-scrolling-footer {
display: flex;
writing-mode: sideways-lr;
position: absolute;
left: 0px;
bottom: 50px;
z-index: 99998;
}
.side-scrolling-footer h2 {
color: #fffcf4;
margin-bottom: 0;
font-size: 4rem;
white-space: nowrap;
}
.side-scrolling-footer > img {
margin: 50px 0;
} @media screen and (max-width: 1900px) {
.side-scrolling-footer h2 {
font-size: 3rem;
}
.main-header__links .link,
.main-header__links .link button {
font-size: 1.75rem;
}
.main-header__links .link:not(:last-of-type) {
margin-right: 2rem;
}
} @media screen and (max-width: 1200px) {
header {
position: absolute;
}
header .header-border {
display: none;
}
.main-header__logo {
order: -1;
display: flex;
align-items: center;
justify-content: center;
padding: 0 12px;
width: 90%;
margin: 0 auto;
position: relative;
padding: 75px 0;
}
.toggle-menu {
display: block;
cursor: pointer;
color: #fff6e5;
font-family: The-Hand-Black, sans-serif;
font-weight: 600;
font-size: 1.75rem;
position: absolute;
right: 0;
transform: rotate(-3.5deg);
}
.toggle-menu::after {
content: "";
background-image: url(//tamatanga.com/wp-content/uploads/2023/09/Nav-Underline.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 6px;
width: 40px;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
transition: 1s ease-in-out;
opacity: 0%;
}
.toggle-menu.active::after {
opacity: 100%;
}
.main-header__links .link.active {
color: #f39200;
}
.main-header__links .link.active::after {
background-image: url(//tamatanga.com/wp-content/uploads/2023/10/nav-active-underline-res.svg);
}
.main-header {
flex-wrap: wrap;
width: 100%;
position: relative;
padding: 0;
}
.main-header > .main-header__links {
display: none;
}
.main-header__responsive {
display: block;
width: 100%;
background: url(//tamatanga.com/wp-content/uploads/2023/09/Background-Flowers.png),
#fff6e5;
background-size: cover;
position: fixed;
bottom: 0;
padding: 50px 0;
transition: 1s ease-in-out;
transform: translateY(calc(100% + 124px)) !important;
}
.main-header__responsive.active {
transform: translateY(0px) !important;
}
.main-header__responsive::after {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: 100%;
width: 100%;
pointer-events: none;
background: rgb(252, 246, 229);
background: -moz-linear-gradient(
180deg,
rgba(252, 246, 229, 1) 0%,
rgba(252, 246, 229, 0) 50%
);
background: -webkit-linear-gradient(
180deg,
rgba(252, 246, 229, 1) 0%,
rgba(252, 246, 229, 0) 50%
);
background: linear-gradient(
180deg,
rgba(252, 246, 229, 1) 0%,
rgba(252, 246, 229, 0) 50%
);
}
.main-header__links {
width: 100%;
}
.main-header .main-header__links:last-of-type {
justify-content: center;
}
.main-header__links {
flex-direction: column;
}
.main-header__links .link:not(:last-of-type) {
margin-right: 0;
}
.main-header__links .link {
color: #f15f3a;
font-size: 2rem;
margin-bottom: 2rem;
}
.main-header__links > div .link:not(:last-of-type) {
margin-right: 2rem;
}
footer .big-doodle {
bottom: -20px;
max-width: 140%;
}
#home-hero .large-right-image {
display: none;
}
.main-footer__right {
gap: 50px;
}
.main-footer__links > div:not(:last-of-type) {
margin-right: 50px;
}
.main-footer__logo {
width: 30%;
}
}
@media screen and (max-width: 1024px) {
.side-scrolling-footer {
display: none;
}
.order-now img {
max-width: 200px;
}
.book-table img {
max-width: 200px;
}
} @media screen and (max-width: 992px) {
.main-footer__top {
flex-wrap: wrap;
}
.main-footer__logo {
width: 100%;
order: -1;
margin-bottom: 50px;
}
.main-footer__singup > div {
padding: 75px 50px 50px;
}
footer .right-image {
top: 40%;
width: 40%;
}
.main-footer__singup p {
width: 100%;
}
.main-header__links .link,
.main-header__links .link button {
font-size: 3rem;
}
.main-footer__mid {
flex-direction: column;
gap: 75px;
}
.main-footer__right {
gap: 75px;
}
.main-footer__links > div:not(:last-of-type) {
margin-right: 75px;
}
} @media screen and (max-width: 768px) {
} @media screen and (max-width: 767px) {
footer h2 {
line-height: 1;
}
.main-footer__side {
width: 100%;
}
.main-footer__spotify {
max-width: 100%;
}
footer .right-image {
width: 60%;
top: initial;
bottom: 200px;
}
.main-footer__links {
display: block;
}
.main-footer__links > div:not(:last-of-type) {
margin-right: 0;
margin-bottom: 50px;
}
.main-footer__mid {
align-items: flex-start;
margin-top: 25px;
}
footer {
padding-bottom: 50px;
background-size: auto 30%, cover;
}
.book-table {
max-width: 49%;
z-index: 100000;
}
.make-a-booking-mob {
max-width: 63%;
}
.main-footer__singup > div {
padding: 75px 25px 50px;
}
.booking-enquiry-container {
max-width: 100%;
}
.booking-enquiry-container:not(.page) .head {
padding-top: 80px;
}
.main-footer__singup > div {
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2024/07/sub-menu-banner-2-e1722342415691.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2024/07/sub-menu-banner-2-e1722342415691.png);
background-position: center;
}
}
@media screen and (max-width: 576px) {
.main-header {
padding: 20px 0 50px 0;
}
.main-header__logo a {
max-width: 60%;
}
footer h2 {
font-size: 3.5rem;
}
.main-footer__side {
width: 100%;
}
footer .big-doodle {
max-width: 110%;
}
.main-footer__bottom {
flex-direction: column-reverse;
align-items: center;
}
.main-footer__bottom > a {
margin-bottom: 1rem;
}
.main-footer__links > div a {
width: fit-content;
}
.main-footer__bottom a,
.main-footer__bottom p {
text-align: center;
}
footer .right-image {
bottom: 700px;
}
.main-header__responsive > img {
height: 60px;
}
.main-header__links .link,
.main-header__links .link button {
font-size: 2rem;
}
.main-header__links .link {
margin-bottom: 1.5rem;
}
.main-header__logo { padding: 0;
}
.main-footer__right {
display: block;
}
.main-footer__mid {
gap: 50px;
}
.main-footer__socials {
margin-top: 50px;
}
a.info .content {
max-width: 250px;
}
.main-header__links {
padding-bottom: 50px;
}
} @media screen and (max-width: 375px) {
.main-footer__singup > div {
padding: 75px 25px 50px;
}
footer h2 {
font-size: 3rem;
}
.main-header__links .link {
margin-bottom: 1rem;
}
.main-header__responsive {
padding: 0px 0 25px 0;
}
.discover-split-image .image .info {
right: 10%;
bottom: 50%;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//tamatanga.com/wp-content/themes/theme_tamatanga/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.fade {
background: rgb(244, 165, 25),
url(//tamatanga.com/wp-content/uploads/2023/09/Background-Flowers.png);
background: -moz-linear-gradient(
180deg,
rgba(244, 165, 25, 1) 0%,
rgba(240, 95, 55, 1) 100%
),
url(//tamatanga.com/wp-content/uploads/2023/09/Background-Flowers.png);
background: -webkit-linear-gradient(
180deg,
rgba(244, 165, 25, 1) 0%,
rgba(240, 95, 55, 1) 100%
),
url(//tamatanga.com/wp-content/uploads/2023/09/Background-Flowers.png);
background: linear-gradient(
180deg,
rgba(244, 165, 25, 1) 0%,
rgba(240, 95, 55, 1) 100%
),
url(//tamatanga.com/wp-content/uploads/2023/09/Background-Flowers.png);
background-repeat: no-repeat;
background-size: 100% auto;
background-attachment: scroll, fixed;
background-blend-mode: overlay;
position: relative;
}
.fade::after {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: rgb(240, 95, 55);
background: -moz-linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0) 100%
);
background: -webkit-linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0) 100%
);
background: linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0) 100%
);
z-index: -1;
}
.side-scrolling-text {
display: flex;
writing-mode: sideways-lr;
position: absolute;
right: 0px;
z-index: 99998;
}
.side-scrolling-text h2 {
color: #fffcf4;
margin-bottom: 0;
font-size: 4rem;
white-space: nowrap;
}
.side-scrolling-text > img {
margin: 50px 0;
height: auto;
}
#home-hero {
position: relative;
}
#home-hero .large-right-image {
position: absolute;
top: 0;
right: 0;
height: 130%;
pointer-events: none;
z-index: 1;
width: auto;
}
.home-hero { background-size: cover;  background-position: bottom;
display: flex;
align-items: flex-end;
padding-bottom: 100px;
}
.home-hero .slowly-shrink {
height: 65vh;
margin-left: 100px;
z-index: -1;
}
.home-hero .spin-on-scroll {
position: absolute;
left: 5%;
top: 227px;
}
.home-hero-contents {
display: flex;
align-items: flex-start; margin: 0 auto;
position: relative;
}
.home-hero-contents .vid-div::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: 100vw;
background: rgb(0, 0, 0);
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0.49763655462184875) 0%,
rgba(0, 0, 0, 0) 30%
);
z-index: 10;
pointer-events: none;
}
.home-hero-contents .vid-div {
padding-bottom: 56.25%;
position: relative;
width: 100vw;
}
.home-hero-contents .home-video {
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/10/video-mask.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/10/video-mask.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.home-hero-contents .home-eat { } .home-hero-contents .home-eat .eat-1,
.home-hero-contents .home-eat .eat-2,
.home-hero-contents .home-eat .eat-3 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-6deg);
width: 70%;
}
.home-hero-contents .home-eat .eat-1 {
z-index: 4;
height: auto;
} #home-intro {
margin-top: 100px;
}
.home-intro {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
#home-intro .text {
transform-origin: bottom center;
transform: rotate(-5deg);
width: fit-content;
}
#home-intro h2 {
font-size: 5rem;
margin: 0;
height: fit-content;
line-height: 1;
margin-bottom: 25px;
}
#home-intro h4 {
text-align: end;
margin: 0;
position: relative;
z-index: -1;
color: #fffcf4;
}
#home-boxes {
margin-top: 50px;
text-align: center;
z-index: 100;
position: relative;
}
.home-boxes {
columns: 3;
column-gap: 50px;
display: flex;
}
.home-boxes a {
width: 33.33%;
}
.home-box {
position: relative;
padding: 50px;
text-align: center;
transition: 0.3s ease-in-out;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
.home-box:hover {
transform: scale(1.05) rotate(4deg) !important;
}
.home-box.time-card .flex-link img {
transition: 0.3s ease-in-out;
}
.home-box.time-card:hover .flex-link img {
transform-origin: 40% -5px;
transform: rotate(-40deg);
}
.home-box .time {
position: absolute;
top: 25px;
right: 25px;
margin: 0;
font-size: 1.5rem;
}
.home-box .background {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -3;
pointer-events: none;
}
.home-box h3,
.home-box p,
.home-box a {
color: #fffcf4;
}
.home-box p:not(.flex-link, .time) {
font-family: "degular", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.2rem;
}
.home-box .flex-link {
justify-content: center;
margin: 0;
font-family: "degular", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.2rem;
}
.home-box.deal .dates {
position: absolute;
right: 25px;
top: 0;
transform: translateY(-40%);
width: 35%;
height: auto;
}
.home-box.deal .btn-dark-blue {
position: relative;
margin-top: 20px;
}
.home-box.deal .btn-dark-blue::after {
content: "👀";
z-index: -2;
position: absolute;
top: 0;
right: 25px;
transition: 0.3s ease-in-out;
transform: translateY(0%);
}
.home-box.deal:hover .btn-dark-blue::after {
transform: translateY(-60%);
}
.home-box .sign {
width: 75%;
transform-origin: 50% 9%;
}
.home-box.gift-card .gift {
width: 80%;
}
.home-box.gift-card:hover .squiggle {
stroke-dashoffset: 0;
}
#home-boxes .banner {
margin: 0 auto;
margin-top: 50px;
}
#home-split-image {
padding-top: 150px;
position: relative;
z-index: 11;
background: -moz-linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0) 100%
);
background: -webkit-linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0) 100%
);
background: linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0) 100%
);
}
#home-split-image > .left-image {
position: absolute;
left: 0;
bottom: 0;
height: 170%;
width: auto;
z-index: -1;
pointer-events: none;
}
.home-split-image {
display: flex;
justify-content: space-between;
align-items: center;
}
.home-split-image .image {
width: 50%;
transform: rotate(-4deg);
transform-origin: top right;
position: relative;
}
.home-split-image .image .main {
width: 100%;
height: 100%;
}
.home-split-image .image .main image {
transition: 1s ease-in-out;
transform-origin: center;
}
.rotate-center-slow {
animation: rotate-center-slow 20s infinite ease-in-out;
}
@keyframes rotate-center-slow {
0% {
transform: rotate(0deg) scale(1);
}
25% {
transform: rotate(-12deg) scale(1.2);
}
50% {
transform: scale(1);
}
75% {
transform: rotate(12deg) scale(1.2);
}
100% {
transform: rotate(0deg) scale(1);
}
}
.home-split-image .image .big-doodle {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
pointer-events: none;
}
.home-split-image .image .big-doodle path {
stroke-dasharray: 460;
stroke-dashoffset: 460;
}
.home-split-image .image .info {
position: absolute;
right: 0;
bottom: 50%;
transform: translateX(35%);
}
.home-split-image .text {
width: 40%;
}
.home-split-image .text h3,
.home-split-image .text p {
color: #fffcf4;
}
.home-split-image .text .links {
display: flex;
margin-top: 30px;
}
.home-split-image .text .links p {
font-family: The-Hand-Black, sans-serif;
font-size: 2rem;
font-weight: 300;
}
.home-split-image .text .links a:first-of-type {
margin-right: 55px;
}
#home-spinner-into-red {
margin-top: 50px;
}
.home-spinner-into-red {
text-align: center;
position: relative;
width: 65%;
margin: 0 auto;
}
.home-spinner-into-red .spinner {
width: 100%;
}
.home-spinner-into-red .spinner-text {
position: absolute;
bottom: 50%;
left: 50%;
transform: translate(-50%, 50%);
color: #fff6e8;
font-family: "degular", sans-serif;
font-weight: 800;
font-style: normal;
width: 100%;
font-size: 3rem;
background: #f15f3a;
}
.home-spinner-into-red .spinner-text::after {
background: #f15f3a;
}
#home-fussy {
padding: 0 5%;
background: rgba(240, 95, 55, 1);
}
#home-fussy > div {
padding: 50px;
background-image: url(//tamatanga.com/wp-content/uploads/2023/09/rock-02-teal.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: 10;
position: relative;
width: fit-content;
margin-left: auto;
}
#home-large-red-hover {
position: relative;
padding-bottom: 350px;
}
#home-large-red-hover > .right-image {
position: absolute;
bottom: 50%;
right: 0;
height: auto;
z-index: -1;
width: 22%;
pointer-events: none;
}
#home-large-red-hover:hover {
cursor: none;
}
#home-large-red-hover > .main-image {
pointer-events: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgb(240, 95, 55),
url(//tamatanga.com/wp-content/uploads/2024/01/What-have-we-here-2.png);
background: -moz-linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 1) 100%
);
background: -webkit-linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 1) 100%
);
background: linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 1) 100%
);
-webkit-mask-size: 100%;
mask-size: 100%;
-webkit-mask-position: 0% 0%;
mask-position: 0% 0%;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
--clipx: 0;
--clipy: 0;
--show: 0;
--fade: 0;
-webkit-mask-image: radial-gradient(
circle at var(--clipx) var(--clipy),
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0) var(--fade),
rgba(0, 0, 0, 1) var(--show),
rgba(0, 0, 0, 1) 100%
);
mask-image: radial-gradient(
circle at var(--clipx) var(--clipy),
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0) var(--fade),
rgba(0, 0, 0, 1) var(--show),
rgba(0, 0, 0, 1) 100%
);
background-size: contain;
background-repeat: no-repeat;
background-position: top center;
z-index: 10;
}
#home-large-red-hover > .main-image::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: calc(100% - 200px);
width: 100%;
background-size: cover, auto 100%;
background: linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0.5) 50%,
rgba(240, 95, 55, 1) 100%
),
url(//tamatanga.com/wp-content/uploads/2024/01/What-have-we-here-2.png);
background-size: contain;
background-repeat: no-repeat;
background-position: top center;
}
#home-large-red-hover .locations {
text-align: center;
position: relative;
}
#home-large-red-hover .locations img {
max-width: 100%;
height: auto;
}
#home-large-red-hover .locations .leeds {
pointer-events: all;
width: 20%;
margin-right: 20%;
margin-left: auto;
display: block;
margin-top: -100px;
}
#home-large-red-hover .locations .brum {
pointer-events: all;
position: absolute;
width: 20%;
left: 8%;
top: 50%;
}
#home-large-red-hover .locations .notts {
pointer-events: all;
width: 30%;
display: inline-block;
}
#home-large-red-hover .locations .leic {
pointer-events: all;
position: absolute;
width: 20%;
right: 8%;
top: 70%;
}
#home-large-red-hover h3 {
display: none;
}
#home-large-red-hover.touchscreen {
background: url(//tamatanga.com/wp-content/uploads/2023/09/Hover-Right-Image.png),
-moz-linear-gradient(0deg, rgba(240, 95, 55, 1) 0%, rgba(240, 95, 55, 0)
100%);
background: url(//tamatanga.com/wp-content/uploads/2023/09/Hover-Right-Image.png),
-webkit-linear-gradient(0deg, rgba(240, 95, 55, 1) 0%, rgba(
240,
95,
55,
0
)
100%);
background: url(//tamatanga.com/wp-content/uploads/2023/09/Hover-Right-Image.png),
linear-gradient(
0deg,
rgba(240, 95, 55, 1) 0%,
rgba(240, 95, 55, 0) 100%
);
background-position: right;
background-size: contain;
background-repeat: no-repeat;
padding-top: 100px;
}
#home-large-red-hover.touchscreen h3 {
display: block;
text-align: center;
color: #fffcf4;
}
#home-large-red-hover.touchscreen > .main-image,
#home-large-red-hover.touchscreen .locations > img {
display: none !important;
}
#home-split-image.touchscreen {
background: none !important;
}
#home-large-red-hover.touchscreen .locations .leeds {
margin-top: 0;
}
#home-paper-slider {
position: relative;
height: 115vh;
display: flex;
align-items: center;
background: url(//tamatanga.com/wp-content/uploads/2023/09/Group-25567.jpg),
linear-gradient(
90deg,
rgba(0, 0, 0, 0.9037990196078431) 0%,
rgba(0, 0, 0, 0) 100%
);
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: overlay;
}
.home-paper-slider {
margin-top: 200px;
}
#home-paper-slider .paper-divider {
position: absolute;
left: 0;
width: 100%;
height: auto;
top: 0;
transform: translateY(-58%);
}
#home-paper-slider .bottom-paper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
vertical-align: bottom;
}
.home-owl {
transform: rotate(-8deg);
z-index: 0;
}
.home-owl.owl-theme .owl-nav .owl-prev img,
.home-owl.owl-theme .owl-nav .owl-next img {
width: 60px;
height: auto;
}
.home-owl.owl-theme .owl-dots .owl-dot span,
.home-owl.owl-theme .owl-dots .owl-dot:hover span {
width: 40px;
height: 25px;
background: url(//tamatanga.com/wp-content/uploads/2023/09/owl-dot.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin: 0;
}
.home-owl.owl-theme .owl-dots .owl-dot.active span {
background: url(//tamatanga.com/wp-content/uploads/2023/09/owl-dot-active.svg);
width: 40px;
height: 25px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin: 0;
}
.home-owl .owl-stage-outer {
padding: 50px;
}
.owl-theme .owl-nav {
margin-top: 0;
transform: rotate(8deg);
pointer-events: none;
position: absolute;
width: 100%;
top: 75%;
}
.owl-theme .owl-nav .owl-prev {
position: absolute;
right: 100%;
top: 0%;
pointer-events: all;
}
.owl-theme .owl-nav .owl-next {
position: absolute;
left: 100%;
pointer-events: all;
top: 0;
}
.home-paper-slider__single .icon {
width: auto !important;
display: initial !important;
}
.home-paper-slider__single .text {
width: 55%; position: relative;
}
.home-paper-slider__single .text .bg {
height: calc(100% - 80px);
transform: translateY(20%);
width: 100%;
position: absolute;
bottom: 0;
z-index: -1;
} .home-paper-slider__single .text p {
color: #fffcf4;
font-size: 3rem;
font-weight: 800;
padding: 0 20px;
line-height: 1;
}
.home-paper-button {
margin-top: 50px;
text-align: center;
} @media screen and (max-width: 1900px) {
.side-scrolling-text h2 {
font-size: 3rem;
}
.home-split-image .text {
padding-right: 50px;
}
#home-paper-slider {
height: auto;
padding-bottom: 200px;
}
.home-paper-slider__single .text {
width: 45%;
} } @media screen and (max-width: 1200px) {
.home-box {
padding: 40px;
}
#home-large-red-hover > .main-image::after {
background-size: cover;
}
#home-fussy {
padding-top: 100px;
margin-bottom: -100px;
}
.home-paper-slider__single .text {
width: 60%;
}
#home-paper-slider {
background-position: right;
}
.home-hero {
padding-bottom: 0;
}
.home-paper-slider__single .text .bg {
height: calc(100% - 70px);
transform: translateY(35px);
}
}
@media screen and (max-width: 1112px) {
#home-large-red-hover .locations .leeds {
width: 28%;
margin-bottom: -30px;
}
#home-large-red-hover .locations .notts {
width: 45%;
}
#home-large-red-hover .locations .leic {
width: 28%;
right: 3%;
}
#home-large-red-hover .locations .brum {
width: 28%;
left: 3%;
}
.owl-theme .owl-nav .owl-next {
transform: translateX(-100%);
}
.owl-theme .owl-nav .owl-prev {
transform: translateX(100%);
}
} @media screen and (max-width: 992px) {
.home-hero-contents .home-eat .eat-1,
.home-hero-contents .home-eat .eat-2,
.home-hero-contents .home-eat .eat-3 {
transform: translate(-50%, -25%) rotate(-3deg);
}
.home-boxes a {
width: calc(50% - 25px);
}
.home-boxes {
flex-wrap: wrap;
justify-content: center;
gap: 50px;
}
.home-box.gift-card {
height: 450px;
}
.home-split-image {
display: block;
}
.home-split-image .image,
.home-split-image .text {
width: 100%;
padding-right: 0;
}
.home-hero .spin-on-scroll {
top: 90%;
}
.home-split-image .image {
transform-origin: center;
margin-bottom: 50px;
}
#home-split-image > .left-image {
height: auto;
width: 50%;
bottom: initial;
top: -25%;
}
.home-owl .owl-stage-outer {
padding: 0 50px;
}
#home-large-red-hover .locations {
display: flex;
flex-wrap: wrap;
}
#home-large-red-hover .locations .leeds {
width: 50%;
margin-right: 4%;
order: 1;
margin-bottom: -40px;
position: relative;
z-index: 3;
}
#home-large-red-hover .locations .notts {
width: 80%;
margin-left: 4%;
order: 2;
}
#home-large-red-hover .locations .brum {
position: initial;
order: 3;
width: 48%;
margin-left: 4%;
}
#home-large-red-hover .locations .leic {
position: initial;
order: 4;
width: 40%;
margin-right: 4%;
margin-top: 50px;
}
#home-large-red-hover.touchscreen {
padding-bottom: 100px;
}
#home-paper-slider {
padding-top: 200px;
}
.home-paper-slider__single .text {
width: 90%;
}
.home-owl.owl-theme .owl-nav {
display: none !important;
}
.home-owl.owl-theme .owl-dots {
margin-top: 25px;
}
} @media screen and (max-width: 768px) {
} @media screen and (max-width: 767px) {
.home-split-image .image .big-doodle {
width: 200px;
height: auto;
}
.home-hero-contents .vid-div {
padding-bottom: 0;
height: 600px;
}
.home-hero {
display: block;
}
.home-hero-contents .home-eat .eat-1,
.home-hero-contents .home-eat .eat-2,
.home-hero-contents .home-eat .eat-3 {
width: 95%;
}
.home-hero-contents video {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
#home-intro h2 {
font-size: 2.5rem;
}
#home-intro .text {
transform: rotate(0deg);
}
#home-intro h4 {
text-align: start;
}
.home-boxes a {
width: 90%;
}
.home-box.deal {
padding-top: 100px;
}
.home-box.gift-card {
height: auto;
}
.home-box.gift-card .gift {
height: auto;
}
.side-scrolling-text {
display: none;
}
#home-split-image > .left-image {
bottom: -12px;
}  .home-split-image .image .info {
transform: translateX(0%);
bottom: 70%;
}
a.info:hover .content {
transform: scale(0.8);
}
#home-intro {
margin-bottom: 150px;
}
.home-hero .spin-on-scroll {
top: 90%;
width: 20%;
}
.home-paper-slider__single .icon {
width: 100px !important;
}
#home-paper-slider {
background-position: center;
}
.home-paper-slider__single .text p {
font-size: 1.8rem;
}
.home-paper-slider__single .text p br {
display: none !important;
}
}
@media screen and (max-width: 576px) {
#home-split-image {
z-index: 101;
}
.home-hero-contents .vid-div {
height: 500px;
}
} @media screen and (max-width: 320px) {
}