/*
Theme Name: Cataleya
Theme URI: https://cataleya
Description: Cataleya Restaurant and Lounge
Author: Berke - 
Author URI: 
Version: 1.2.1
*/

@font-face {
    font-family: 'Euro-Light';
    src: url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/Euro-Light.woff2') format('woff2'),
         url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/Euro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euro-Regular';
    src: url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/Euro-Regular.woff2') format('woff2'),
         url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/Euro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: 'catbook';
    src: url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/catbook.woff2') format('woff2'),
         url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/catbook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body p {
  letter-spacing: .03125rem !important;
}

@media only screen and (max-width: 768px) {
	#qodef-fullscreen-area {
    background-position: left!important;
}
	.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
    font-size: 20px;
    letter-spacing: 2px;
}
}
.qodef-fullscreen-menu-opener.qodef-opener-icon .qodef-fullscreen-menu-opener-text {
    font-family: 'Euro-Light', sans-serif !important;
    font-weight: 300;
    letter-spacing: 2px;
}
#qodef-page-header .widget .qodef-button.qodef-layout--outlined {
    font-family: 'Euro-Light', sans-serif !important;
    font-weight: 300;
    letter-spacing: 2px;
}
#qodef-page-header .widget a:hover {
    color: #000 !important;
}
.header-social-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.header-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.3s ease;
  display: inline-block;
  
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: crisp-edges;
}

.header-icon:hover {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(86deg) brightness(108%) contrast(100%);
}

.header-icon.facebook {
  background-image: url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/facebook.svg');
}

.header-icon.instagram {
  background-image: url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/instagram.svg');
}

.header-icon.tiktok {
  background-image: url('https://cataleyarestolounge.co.uk/wp-content/uploads/2025/06/tiktok.svg');
}

/* Cataleya color via filter */
.header-icon {
  filter: brightness(0) saturate(100%) invert(64%) sepia(59%) 
          saturate(402%) hue-rotate(5deg) brightness(99%) contrast(87%);
}

/* White on hover */
.header-icon:hover {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) 
          saturate(0%) hue-rotate(0deg) brightness(108%) contrast(100%);
}

.qodef-qi-button.qodef-layout--outlined {
    font-family: 'Euro-Regular';
    font-weight: 400;
}
.qodef-button.qodef-layout--filled.qodef-html--link a:hover {
    color: #000 !important);
}
.rotating-circle {
  animation: spin 10s linear infinite;
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#qodef-fullscreen-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
#qodef-top-area {
    background-color: transparent!important;
}
#qodef-page-footer-top-area-inner>.qodef-grid.qodef-alignment--center>.qodef-grid-inner>.qodef-grid-item:not(:last-of-type):after
 {
        background: none;
    }
#qodef-page-footer #qodef-footer-logo-holder:before
 {
        background: rgba(215, 180, 106, .3);
    }
#qodef-page-footer #qodef-footer-logo-holder:after
 {
        background: rgba(215, 180, 106, .3);
    }
#qodef-page-footer .qodef-social-links-group .qodef-link-holder a {
    font-family: 'DM Sans';
}
#qodef-page-footer-top-area {
    background-position: top!important;
    background-repeat: repeat!important;
    background-size: auto!important;
}
#qodef-page-footer h5 {
    color: #ba9774!important;
}

.qodef-textual-links-group .qodef-m-items {
    display: inline-block;
}
.ctly-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-left: -20px;
}
.ctly-icon {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}
.ctly-icon-img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  image-rendering: auto;
  object-fit: contain;
}
.ctly-hover {
  opacity: 0;
}
.ctly-icon:hover .ctly-default {
  opacity: 0;
}
.ctly-icon:hover .ctly-hover {
  opacity: 1;
}
p.cat-footer {
    font-size: 14px;
    color: #FFF1DD;
    letter-spacing: 2px !important;
}
a.cat-footer-link {
	font-family: "Euro-Light", sans-serif;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s ease;
}
a.cat-footer-link:hover {
    color: #d3af37 !important;
}
#cc-main a {
    display: none !important;
}
#wpcc-floating-icon.show {
    display: none;
}
/* Mobile responsiveness: center icons */
@media (max-width: 600px) {
  .ctly-social-icons {
    justify-content: center;
  }
}
body ::selection {
    color: #000;
    background: rgb(211,175,55);
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    transform: rotate(0deg)!important;
}
.qodef-blog .qodef-e-title {
    font-size: 24px;
    color: #BA9774;
}
.qodef-blog .qodef-e-top-holder {
    display: none !important;
}
.entry-date {
    font-size: 12px;
    color: #eadfd5;
    line-height: 20px;
    font-family: "Euro-Light",sans-serif;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.qodef-blog .qodef-e-excerpt {
    margin: 0;
}
.qodef-blog .qodef-e-bottom-holder {
    margin-top: 18px;
}
ol, ul {
    list-style-position: inherit;
    padding-inline-start: 40px;
}
@media (max-width: 600px) {
	.swiper-button-prev.swiper-button-outside {
    left: 15px!important;
	color:#d3af37!important;
	}
	.swiper-button-next.swiper-button-outside {
    right: 15px!important;
	color:#d3af37!important;
	}
	#qodef-page-footer-bottom-area .qodef-copyright {
    max-width: 230px;
    margin: 0 auto;
  }	
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
    padding: 33px 8vw 42px;
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    font-size: 60px;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items:before {
    background: rgba(186,151,116,.3)!important;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:after {
    background: rgba(186,151,116,.3)!important;
}
.separator2 {
  color: #fff;
  margin: 0 8px;
}
a.cat-link {
    color: #fff;
    text-decoration: none;
}
a.cat-link:hover {
    color: #d3af37!important;
}

input[type=checkbox]:not(.wc-block-components-checkbox__input) {
    width: 20px;
    height: 20px;
    margin: 0 10px 20px 0!important;
    padding-left: 0;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input):before {
    width: 20px;
    height: 20px;
    border-radius: 0!important;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input):after {
    left: 6px;
    top: 18px;
    border-radius: 0!important;
}
/* Blog Heading Styles */
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
  font-family: "Euro-Regular", sans-serif;
  color: #BA9774;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}

.blog-post h1 {
  font-size: 2.25rem;
}
.blog-post h2 {
  font-size: 2rem;
}
.blog-post h3 {
  font-size: 1.5rem;
}
.blog-post h4 {
  font-size: 1.375rem;
}
.blog-post h5 {
  font-size: 1.25rem;
}
.blog-post h6 {
  font-size: 1rem;
  color: #fff;
}
.blog-post h1 strong,
.blog-post h1 b,
.blog-post h2 strong,
.blog-post h2 b,
.blog-post h3 strong,
.blog-post h3 b,
.blog-post h4 strong,
.blog-post h4 b,
.blog-post h5 strong,
.blog-post h5 b,
.blog-post h6 strong,
.blog-post h6 b {
  font-weight: inherit;
}
.blog-post a, p a {
    color: #d3af37;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3 {
  font-family: "Euro-Regular", sans-serif;
  font-size: 1.25rem;
}

@media (max-width: 600px) {
	.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
		font-size: 36px!important;
		}
}

h3.policy-title {
    color: #BA9774;
    font-family: Euro-Regular;
    font-size: 18px;
    font-weight: 400;
}