/*
Theme Name: Craftnest
Theme URI: https://happyonline.gr/
Author: happyonline.gr
Author URI: https://happyonline.gr/
Description: Craftnest Theme
Version: 1.0.0
Tested up to: 6.2.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpst

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
 :root {
    --size: 16px;
    --size-normal: 18px;
    --size-xsmall: 12px;
    --size-small: 14px;
    --size-medium: 20px;
    --size-large: 24px;
    --size-xlarge: 28px;
    --size-xxlarge: 36px;
    /* Paddings */
    --space-half: 10px;
    --space: 20px;
    --space-double: 40px;
    --space-triple: 60px;
    /* Colors */
    --black-600: #1A1A1A;
    --black-800: #161616;
    --main-color: #062131;
    --black: #000;
    --error: #FF5858;
    --white: #fff;
    --gold: #b87d07;
    --beige: #F3EDDF;
    --light-beige: #F8F4EC;

    /* Container */
    --width-container: 1760px;
}
 ::-moz-selection {
    background: #000;
    color: #fff;
}

 ::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: color 300ms ease-in; 
    -moz-transition: color 300ms ease-in; 
    -o-transition: color 300ms ease-in; 
    transition: color .300ms ease-in;
    color: var(--black-600);
}
a:hover {
    color: var(--main-color);
}
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: normal;
}
div,
p {
    font-weight: normal;
}
a:hover {
    text-decoration: none;
}
body {
    font-family: "sofia-pro",sans-serif; 
    font-size: var(--size);
    color: var(--black-600);
    background-color: #FEFDFB;
}
.container {
    width: 100%;
    max-width: var(--width-container);
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1760px
    }
}
/****************** GENERAL STYLE ******************/
.section-title {
    font-size: 24px;
    font-weight: bold;
}
.grid-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-double);
    display: grid;
}
.small-container {
    max-width: 1464px;
    margin: auto;
}
.container_1180 {
    max-width: 1180px;
    margin: auto;
}
.page-content {
    overflow: hidden;
    padding-bottom: 140px;
}
.control-form p {
    margin-bottom: 0;
}
.page-banner {
    background-color: var(--light-beige);
    padding: 31px 0;
    margin-bottom: 60px;
}
.page-banner h1 {
    font-size: var(--size-xlarge);
    color: var(--black-600);
    font-weight: 300;
    letter-spacing: 5.6px;
    text-align: center;
}
/****************** GENERAL STYLE ******************/

/****************** BREADCRUMBS ******************/
.breadcrumbs {
    text-align: center;
}
.breadcrumbs span, 
.breadcrumbs a {
    font-size: var(--size-small);
    color: var(--black-600);
    font-weight: 300;
}
.breadcrumbs a {
    position: relative;
}
.breadcrumbs a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    color: var(--black-600);
    padding: 0 4px;
    font-size: 11px;
}
.breadcrumbs .current {
    font-weight: bold;
}
/****************** BREADCRUMBS ******************/

/****************** HEADER ******************/
header {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--black-600);
    transition: 300ms ease-in-out;
}
header .logo {
    display: flex;
    padding-left: 20px;
}
header .scrolled-logo {
    display: none;
    padding-left: 20px;
}
.menu {
    display: none;
}
.menu ul {
    display: flex;
    align-items: center;
    padding-right: 0;
}
.menu ul li:not(:last-of-type) {
   padding-right: 55px;
}
.menu ul li a {
    font-size: var(--size);
    color: var(--white);
    font-weight: 300;
    letter-spacing: 3.2px;
    display: flex;
    align-items: center;
    transition: 300ms ease-in-out;
}
.menu ul li a:hover {
    color: var(--gold);
}
header .menu {
    max-width: 70%;
    position: relative;
    margin: auto;
    align-items: center;
    justify-content: center;
}
header .header-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}
header .header-menu > li {
    padding-top: 30px;
    padding-bottom: 30px;
}
header .header-menu > li.current-menu-item > a {
    border-bottom: 1px solid white;
    display: inline-flex;
    line-height: 2;
}
header.scroll .header-menu > li.current-menu-item > a {
    border-bottom: 1px solid var(--black-600);
}
header .header-menu > li.current-menu-item:hover > a {
    border-color: var(--gold);
    color: var(--gold);
}
header .header-menu > li > ul {
    visibility: hidden;
    opacity: 0;
    transition: 300ms ease-in-out;
    position: absolute;
    top: 100%;
    left: auto;
    background-color: var(--black-600);
    padding: 32px 32px 0 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
header .header-menu > li:hover > ul {
    visibility: visible;
    opacity: 1
}
header .header-menu > li > ul li {
    margin-bottom: 30px;
}
header .header-menu > li > ul li a {
    color: white;
    font-size: var(--size);
}
.right-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}
.right-menu .language-toggler .lang-btn {
    display: none;
    font-size:var(--size);
    letter-spacing: 3.2px;
    color: var(--white);
    border-bottom: 1px solid transparent;
    line-height: 1;
    font-weight: 300;
}   
.right-menu .language-toggler .lang-btn.active {
    display: flex;
    border-bottom: 1px solid white;
} 
.right-menu .socials {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.right-menu .socials li a {
    color: white;
    transition: 300ms ease-in-out;
}
.right-menu .socials li a:hover {
    color: var(--gold);
}
.right-menu .socials li:not(:last-child) a {
    border-right: 1px solid white;
    padding-right: 1rem;
}
.mobile-utilities {
    display: flex;
    gap: 1px;
}
.mobile-utilities .mobile-menu {
    width: 64px;
    min-width: 64px;
    height: 62px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-utilities .mobile-menu i {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.mobile-menu {
    display: block;
}
/* SCROLLED HEAEDER */
header.scroll {
    background-color: white;
    box-shadow: 0px 3px 10px #0000001A;
}
header.scroll .menu ul li a {
    color: var(--black-600);
}
header .header-menu > li > ul {
    background-color: white;
    box-shadow: 0px 3px 10px #0000001A;
}
header .header-menu > li > ul li a {
    color: var(--black-600);
}
header.scroll .right-menu .language-toggler .lang-btn {
    color: var(--black-600);
}
header.scroll .right-menu .language-toggler .lang-btn.active {
    border-bottom: 1px solid var(--black-600);
}
header.scroll .right-menu .socials li a {
    color: var(--black-600);
}
header.scroll .right-menu .socials li:not(:last-child) a {
    border-color: var(--black-600);
}
header.scroll .logo {
    display: none;
}
header.scroll .scrolled-logo {
    display: flex;
}
/* SCROLLED HEAEDER */
/****************** HEADER ******************/

/****************** FOOTER ******************/
footer {
    background-color: var(--black-600);
    padding: 40px 80px 0 80px;
}
footer .footer-container {
    padding-right: 26%;
}
footer .footer-col span,
footer .footer-col h3 {
    font-size: var(--size-small);
    letter-spacing: 2.8px;
    font-weight: 300;
    margin-bottom: 1rem;
    color: white;
}
footer .footer-col span {
    padding-right: 3px;
    letter-spacing: 2.8px;
}
footer .footer-col ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
footer .menu-right ul,
footer .menu-middle ul {
    grid-template-columns: repeat(1, 1fr);
}
footer .footer-col ul li {
    margin-bottom: 25px;
}
footer .menu-middle ul li a,
footer .footer-col ul li a {
    font-size: var(--size-small);
    letter-spacing: 2.8px;
    font-weight: 300;
    color: #D5D5D5;
}
footer .menu-right ul li a {
    color: white;
    letter-spacing: 0.28px;
}
footer .menu-right ul li {
    margin-bottom: 10px;
}
footer .menu-middle ul li a {
    color: white;
}
footer .pre-copyright {
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--space-double);
}
footer .socials ul {
    display: flex;
    gap: 1rem;
}
footer .socials h2 {
    color: white;
    font-size: var(--size-xsmall);
    letter-spacing: 2.4px;
    font-weight: 300;
    margin-bottom: 20px;
}
footer .socials ul li a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--size);
    transition: 300ms ease-in-out;
}
.copyright {
    background-color: var(--black-600);;
    padding: 22px 0;
}
.copyright,
.copyright a {
    color: var(--white);
    font-size: var(--size-xsmall);
    transition: 300ms ease-in-out;
}
.fixed-side-buttons {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 9;
}
.fixed-side-buttons ul li {
    margin-bottom: 17px;
}
.fixed-side-buttons ul li a {
    background-color: var(--gold);
    color: var(--white);
    box-shadow: 0px 3px 10px #0000001F;
    width: 62px;
    min-width: 62px;
    height: 62px;
    min-height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-in-out;
    position: relative;
    z-index: 3;
    
}
.fixed-side-buttons ul li a i {
    position: absolute;
    font-size: 23px;
}
.fixed-side-buttons ul li a span {
    opacity: 0;
    position: absolute;
    right: 100%;
    font-size: 0;
}
.fixed-side-buttons ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    background-color: var(--gold);
    box-shadow: 0px 3px 10px #0000001F;
    z-index: -1;
    border-radius: 40px;
    font-weight: 300;
    transition: 300ms ease-in-out;
}
.fixed-side-buttons ul li a:hover:before {
    width: 160px;
    min-width: 160px;
}
.fixed-side-buttons ul li a span {
    transition: 300ms ease-in-out;
}
.fixed-side-buttons ul li a:hover,
.fixed-side-buttons ul li a:hover span {
    opacity: 1;
    font-size: 16px;
}
/****************** FOOTER ******************/

/****************** HOMEPAGE ******************/
.homepage .homepage-banner {
    position: relative;
}
.homepage .homepage-banner a:after {
    content: '';
    background: linear-gradient(180deg, #00000000 0%, #00000045 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.homepage-banner img {
    width: 100vw;
    max-height: 100vh;
    object-fit: cover;
}
.homepage .homepage-banner .homepage-banner-caption {
    z-index: 10;
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    color: var(--white);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.homepage .homepage-banner .homepage-banner-caption h1 {
    font-size: 52px;
    letter-spacing: 4.16px;
    font-weight: 300;
    color: white;
    max-width: 60%;
    position: relative;
    z-index: 10;
    text-shadow: black 1px 0 10px;
}
.homepage .homepage-banner .homepage-banner-caption h2 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 300;
    color: white;
    max-width: 50%;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    text-shadow: black 1px 0 10px;
}
.homepage .homepage-banner .homepage-banner-pagination {
    bottom: 30px;
  }
.homepage .homepage-banner .homepage-banner-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 300ms ease-in-out;
    background-color: rgba(255, 255, 255, .36);
    opacity: 1;
    margin: 0 10px;
}
.homepage .homepage-banner .homepage-banner-pagination .swiper-pagination-bullet:hover,
.homepage .homepage-banner .homepage-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}
.homepage .homepage-banner-prev,
.homepage .homepage-banner-next {
    top: unset;
    bottom: 1rem;
    width: 100%;
}
.homepage .homepage-banner-prev {
    left: 80px;
}
.homepage .homepage-banner-next {
    right: 80px;
}
.homepage .categories-prev,
.homepage .categories-next {
    width: 100%;
}
.homepage .categories-prev::after,
.homepage .homepage-banner-prev::after,
.homepage .homepage-banner-next::after,
.homepage .categories-next::after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 67px;
    height: 17px;
    display: block;
}
.homepage .categories-prev::after,
.homepage .homepage-banner-prev::after {
    content: '';  
    background-image: url('/wp-content/uploads/2024/10/arrowleft.svg');
    margin-right: auto;
}
.homepage .categories-next::after,
.homepage .homepage-banner-next::after {
    content: '';
    background-image: url('/wp-content/uploads/2024/10/arrow-right.svg');
    margin-left: auto;
}
.homepage .homepage-aboutus {
    margin-top: 140px;
}
.homepage .homepage-aboutus .grid-cols {
    align-items: center;
    grid-template-columns: 2fr 3fr;
    gap: 0;
}
.homepage .homepage-aboutus .about-left {
    position: relative;
    z-index: 3;
    text-align: right;
}
.homepage .homepage-aboutus .about-right .small-title {
    color: var(--gold);
    letter-spacing: 3.2px;
    font-weight: 300;
    font-size: var(--size);
}
.homepage .homepage-aboutus .about-right .title {
    font-size: 48px;
    font-weight: 500;
}
.homepage .homepage-aboutus .about-right .text {
    font-size: var(--size);
    margin: 50px 0;
    font-weight: 300;
    max-width: 70%;
}
.homepage .homepage-aboutus .about-right .button_contact a {
    font-size: var(--size-medium);
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1;
    display: flex;
    align-items: baseline;
    transition: 300ms ease-in-out;
}
.homepage .homepage-aboutus .about-right .button_contact a:hover {
    color: var(--gold);
}
.homepage .homepage-aboutus .about-right .button_contact svg path {
    transition: 300ms ease-in-out;
}
.homepage .homepage-aboutus .about-right .button_contact a:hover svg path {
    fill: var(--gold);
}
.homepage .homepage-aboutus .about-right .button_contact span {
    padding-right: 10px;
    transition: 300ms ease-in-out;
}
.homepage .homepage-aboutus .about-right .button_contact a:hover span {
    padding-right: 15px;
}
.homepage .categories-section {
    background-color: black;
    padding: 65px 0;
    margin-top: 140px;
}
.homepage .categories-section .categories-section-container {
    max-width: 1630px;
    margin: auto;
    padding: 0 25px;
}
.homepage .categories-section .categories-section-container .category-layout {
    display: flex;
    justify-content: center;
}
.homepage .gallery-section .title,
.homepage .title {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 0;
    margin-bottom: 45px;
}
.homepage .gallery-section .title {
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
}
.homepage .gallery-section .title h1,
.homepage .title h1 {
    color: white;
    z-index: 9;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 4px;
    font-weight: 300;
    font-size: var(--size-medium);
    text-align: center;
}
.homepage .gallery-section .title h1 {
    color: var(--gold);
}
.homepage .blog-section .button_contact {
    margin-top: 10px;
}
.homepage .gallery-section .button_contact,
.homepage .categories-section .button_contact {
    justify-content: right;
    margin-top: 45px;
}
.homepage .categories-section .title {
    max-width: 1480px;
}
.homepage .categories-section .button_contact {
    padding: 0 20px;
}
.homepage .blog-section .button_contact a,
.homepage .gallery-section .button_contact a,
.homepage .categories-section .button_contact a {
    color: var(--white);
    font-size: var(--size-medium);
    letter-spacing: 4px;
    font-weight: 300;
    transition: 300ms ease-in-out;
}
.homepage .blog-section .button_contact a,
.homepage .gallery-section .button_contact a {
    color: black;
}
.homepage .blog-section .button_contact svg path,
.homepage .gallery-section .button_contact svg path,
.homepage .categories-section .button_contact svg path {
    transition: 300ms ease-in-out;
}
.homepage .blog-section .button_contact a:hover,
.homepage .gallery-section .button_contact a:hover,
.homepage .categories-section .button_contact a:hover {
    color: var(--gold)
}
.homepage .blog-section .button_contact a:hover svg path,
.homepage .gallery-section .button_contact a:hover svg path,
.homepage .categories-section .button_contact a:hover svg path {
    fill: var(--gold);
}
.homepage .blog-section .button_contact span,
.homepage .gallery-section .button_contact span,
.homepage .categories-section .button_contact span {
    padding-right: 5px;
    transition: 300ms ease-in-out;
}
.homepage .blog-section .button_contact a:hover span,
.homepage .gallery-section .button_contact a:hover span,
.homepage .categories-section .button_contact a:hover span {
    padding-right: 10px;
}
.homepage .gallery-section {
    margin-top: 100px;
}
.homepage .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
}
.homepage .gallery-section .button_contact {
    margin-top: var(--space-triple);
    justify-content: end;
}
.homepage .blog-section {
    margin-top: 140px;
}
.homepage .blog-section h1 {
    color: var(--gold);
    font-weight: 300;
    font-size: 32px;
}
.homepage .blog-section .grid-cols {
    margin-top: 75px;
}
.homepage .blog-section .blog-layout .blog-button {
    margin-top: 20px;
}
.project-section .title {
  max-width: 1430px;
}
.project-section .grid-cols {
  grid-template-columns: unset;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-flow: column;
}
.project-post {
  position: relative;
  display: grid;
  width: fit-content;
}
.project-post > * {
  grid-area: 1 / -1;
}
.project-post:after {
  content: '';
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35%;
  width: 100%;
}
.project-post-1 {
  grid-row: span 2 / span 2;
}
.project-post-images img {
  height: 100%;
  width: 100%;
}
.post-project-1 .project-post-title {
  font-size: var(--size-xxlarge);
}
.project-caption {
  align-content: end;
  z-index: 9;
  padding-left: 40px;
  padding-bottom: 40px;
}
.project-post-title {
  color: white;
  font-weight: 300;
  letter-spacing: 2.88px;
  font-size: var(--size-xlarge);
  max-width: 80%;
  line-height: 1.4;
  padding-bottom: 60px;
}
.homepage .project-section .button_contact {
  text-align: right;
}
.category-button {
  letter-spacing: 3.2px;
  font-size: var(--size);
  font-weight: 300;
  line-height: 1.5;
  color: white;
  border-bottom: 1px solid white;
  transition: 300ms ease-in-out;
}
.category-button:hover {
  color: white;
}
.project-post-2 .project-post-title,
.project-post-3 .project-post-title {
  padding-bottom: 20px;
}
.project-post-2 .project-caption,
.project-post-3 .project-caption {
  padding-bottom: 20px;
}
/****************** HOMEPAGE ******************/

/****************** BLOG ******************/
.blog_archive .blog-content {
    margin-top: 160px;
}
.blog-section .grid-cols,
.blog-content .grid-cols {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 74px;
}
.blog-layout .blog-block {
    display: flex;
}
.blog-layout a {
    transition: 300ms ease-in-out;
}
.blog-layout .blog-caption {
    max-width: 34%;
    margin-left: auto;
    margin-right: auto;
}
.blog-layout .blog-day,
.blog-layout .blog-date {
    font-size: var(--size-xlarge);
    font-weight: 300;
    color: black;
}
.blog-layout .blog-title {
    font-size: var(--size-large);
    font-weight: 500;
    padding-bottom: 10px;
    color: black;
}
.blog-layout .blog-intro {
    font-size: var(--size);
    font-weight: normal;
    color: black;
}
.blog-layout .blog-button a {
    display: block;
    width: fit-content;
    font-size: var(--size);
    letter-spacing: 3.2px;
    font-weight: 300;  
    line-height: 1.5;   
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
    margin-top: 10px;
    transition: 300ms ease-in-out;
}
/****************** BLOG ******************/

/****************** BLOG PAGE ******************/
.blog_single_page {

}
.blog_single_page .blog-layout .blog-block {
    display: block;
}
.blog_single_page .blog-layout .blog-date-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_single_page .blog-layout .blog-date {
    border-right: 1px solid rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
    font-size: var(--size);
    padding-right: 10px;
    font-weight: normal;
    line-height: 1;
}
.blog_single_page .blog-layout .blog-author {
    color: rgba(0, 0, 0, .5);
    font-weight: normal;
}
.blog_single_page .blog-layout .blog-description {
    margin-top: var(--space-double);
}
.blog_single_page .blog-layout .blog-text {
    margin-top: var(--space-double);
    font-size: var(--size-normal);
    font-weight: normal;
    max-width: 1020px;
    margin-left: 0;
}
.share_buttons {
    max-width: 1170px;
    margin: var(--space-double) auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.share_buttons li a {
    background-color: var(--gold);
    color: white;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-in-out;
}
.share_buttons li a:hover {
    transform: translateY(10px);
}
/****************** BLOG PAGE ******************/

/****************** ABOUT US PAGE ******************/
.company-content .text-content {
    margin-top: var(--space-triple);
}
.company-content .text-content p,
.company-content .text-content {
    font-size: var(--size);
    text-align: center;
    font-weight: 300;
}
.company-content .text-content h2 {
    font-size: var(--size-xlarge);
    font-weight: bold;
    text-align: center;
    margin-top: var(--space);
}
/****************** ABOUT US PAGE ******************/

/****************** CATEGORIES ARCHIVE PAGE ******************/
.category-intro {
    text-align: center;
    font-size: var(--size-normal);
    margin-bottom: 80px;
}
.category-layout .category-block {
    display: grid;
    width: fit-content;
    position: relative;
    transition: 300ms ease-in-out;
}
.category-layout .category-block:after {
    content: '';
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    transition: 300ms ease-in-out;
    height: 35%;
}
.category-layout .category-block:hover:after {
    height: 50%;
}
.category-layout .category-block > * {
    grid-area: 1 / -1;
}
.category-layout .category-block .category-image {
    overflow: hidden;
    transition: 300ms ease-in-out;
}
.category-layout .category-block .category-image img {
    transition: 300ms ease-in-out;
}
.category-layout .category-block:hover .category-image img {
    transform: scale(1.1);
}
.category-layout .category-block .category-caption {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    position: relative;
    z-index: 9;
    padding-bottom: 48px;
}
.category-layout .category-block .category-caption .category-title {
    letter-spacing: 2.88px;
    font-weight: 300;
    font-size: var(--size-xxlarge);
    color: white;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.category-layout .category-block .category-caption .category-button {
    letter-spacing: 3.2px;
    font-size: var(--size);
    font-weight: 300;
    line-height: 1.5;
    color: white;
    padding-top: 80px;
    border-bottom: 1px solid white;
}
/****************** CATEGORIES ARCHIVE PAGE ******************/

/****************** PROJECT PAGE ******************/
.banner-image {
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: grid;
}
.banner-image > * {
  grid-area: 1 / -1;
}
.banner-image:after {
  content: '';
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-image .banner-title {
  align-self: center;
  justify-self: center;
  font-size: 40px;
  color: white;
  font-weight: 300;
  position: relative;
  z-index: 9;
  letter-spacing: 8px;
  text-align: center;
}
.project-description {
  max-width: 56%;
  line-height: 1.8;
  text-align: center;
  margin: auto;
  color: #707070;
  font-size: var(--size-normal);
  padding: var(--space-triple ) 0;
}
.project-container {
  max-width: 1660px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
/****************** PROJECT PAGE ******************/

/****************** CATEGORY PAGE ******************/
.column_left .main-top-wrap {
	display: none;
}
.product-image-title .column_left_title {
	display: none;
}
.product-image-title .column_left_title,
.column_left .column_left_title {
    font-weight: 300;
    letter-spacing: 3.2px;
    border-bottom: 1px solid var(--gold);
    max-width: 280px;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-bottom: 10px;
}
.filters_wrapper_block_title {
	font-family: "sofia-pro",sans-serif; 
	font-size: var(--size);
	color: black;
	font-weight: 300;
	letter-spacing: 3.2px;
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 30px;
	cursor: pointer;
}
.filters_wrapper_block .filters_wrapper_block_title i { 
	transition: 300ms ease-in-out;
}
.filters_wrapper_block .filters_wrapper_block_title.show i { 
	transform: rotate(180deg);
}
.filters_wrapper_block .filters_wrapper_body {
	display: none;
}
.filters_wrapper_block .filters_wrapper_body.show {
	display: block;
}
.filters_wrapper_block .facetwp-facet .facetwp-checkbox {
	margin-bottom: 20px;
	display: flex;
    background-size: 16px 16px;
    padding-left: 30px;
}
.facetwp-display-value {
	font-family: 'sofia-pro',sans-serif; 
	letter-spacing: 3px;
	font-size: 15px;
	font-weight: 300;
	color: black;
}
.facetwp-counter {
	display: none;
}
.category_page .category-content .category-intro {
    text-align: left;
    max-width: 86%;
}
.category_page .grid-cols {
	grid-template-columns: 1fr 4fr;
}
.category-items-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	row-gap: 50px;
}
.category-layout-item .category-block-item {
	display: flex;
	flex-direction: column;
}
.category-layout-item .product-image {
	overflow: hidden;
}
.category-layout-item .product-image img {
	transition: 300ms ease-in-out;
}
.category-layout-item .product-image:hover img {
	transform: scale(1.1);
}
.category-layout-item .product-title {
	font-size: var(--size);
	font-weight: 300;
	color: black;
	letter-spacing: 3.2px;
	border-bottom: 1px solid black;
	width: fit-content;
	margin-top: 10px;
	display: flex;
}
/****************** CATEGORY PAGE ******************/

/****************** PRODUCT PAGE ******************/
.product_page .page-banner {
    margin-bottom: 0;
}
.product-content {
    background-color: var(--black-600);
    padding-top: 60px;
    padding-bottom: 80px;
}
.product-content .grid-cols {
    grid-template-columns: repeat(2, 1fr);
}
.product-content .column_right {
    color: white;
    max-width: 79%;
    padding-left: 100px;
}
.product-content .column_right h2 {
    color: white;
    letter-spacing: 5.4px;
    font-size: var(--size-xxlarge);
    font-weight: 300;
    max-width: 70%;
    margin-bottom: 48px;
}
.product-content .column_right h3 {
    color: var(--gold);
    font-size: var(--size-medium);
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.product-content .column_right .product-details .details,
.product-content .column_right .product-description {
    font-weight: 300;
    line-break: 1.6;
}
.product-content .column_right .product-details {
    margin-top: 48px;
    margin-bottom: 80px;
}
.product-content .column_right .product-details .details {
    margin-bottom: 5px;
}
.product-content .column_right .product-details .details span {
    padding-right: 10px;
}
.contact-us {
    margin-bottom: 30px;
}
.contact-us a,
.download-pdf a {
    color: white;
    font-weight: 300;
    border-bottom: 1px solid white;
    line-height: 2;
    display: flex;
    letter-spacing: 3.2px;
    width: fit-content;
}
.grid {
    gap: 1rem;
    justify-content: center;
    margin-top: 100px;
}
.grid-item {
    break-inside: avoid;
    aspect-ratio: 8 / 3;
}
/****************** PRODUCT PAGE ******************/

/****************** CATALOG PAGE ******************/
.catalogs_page .list {
    max-width: 1320px;
    width: 100%;
}
.catalogs_page .list li {
    padding: 25px 0;
}
.catalogs_page .list li:not(:last-child) {
    border-bottom: 1px solid var(--black-600);
}
.catalogs_page .list li a {
    font-weight: 300;
    font-size: var(--size-xlarge);
    transition: 300ms ease-in-out;
}
.catalogs_page .list li a span {
    padding-right: 25px;
}
.catalogs_page .list li a i {
    transition: 300ms ease-in-out;
}
.catalogs_page .list li a:hover i {
    transform: translateY(10px);
}
/****************** CATALOG PAGE ******************/

/****************** GALLERY PAGE ******************/
.gallery_page {
    background-color: #FFFCF5;
}
.gallery_page .text-content {
    text-align: center;
    padding: 0 65px;
}
.gallery_page .grid-cols {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.gallery-grid {
    margin-top: var(--space-triple);
}
.gallery-grid a {
    display: grid;
    width: fit-content;
    position: relative;
}
.gallery-grid a > * {
    grid-area: 1 / -1;
}
.gallery-grid .image-caption {
    color: white;
    font-weight: 300;
    align-self: end;
    width: fit-content;
    margin: 0 auto 10px auto;
    padding: 5px;
    font-size: var(--size);
    position: relative;
    z-index: 2;
    margin-left: 1rem;
}
.gallery-grid a:after {
    content: '';
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    opacity: .55;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: 300ms ease-in-out;
    height: 15%;
}
.pagination {
    margin-top: var(--space-triple);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pagination ul li .page-numbers {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    border: 1px solid var(--black-600);
    font-size: 17px;
    transition: 300ms ease-in-out;
}
.pagination ul li .page-numbers:hover,
.pagination ul li span.current {
    background-color: var(--gold);
    border-color: var(--gold);
    color: white;
}
.pagination .next-page a,
.pagination .prev-page a {
    font-weight: 300;
    font-size: var(--size-normal);
    letter-spacing: 2.8px;
    width: fit-content;
    border-bottom: 1px solid transparent;
    transition: 300ms ease-in-out;
}
.pagination .next-page a:hover,
.pagination .prev-page a:hover {
    border-color: var(--gold);
    color: var(--gold)
}
/****************** GALLERY PAGE ******************/

/****************** CONTACT ******************/
.contact_page .page-content .grid-cols {
    gap: 70px;
    grid-template-columns: 1fr 2fr;
}
.contact_page h2.section-title {
    margin-bottom: 30px;
    font-size: var(--size-large);
    font-weight: 500;
}
.map-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.map-section .info {
    font-size: var(--size-normal);
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
}
.map-section .info-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.map-section .info span {
    letter-spacing: 1.8px;
    display: flex;
    margin-bottom: var(--space);
}
.map-section .info a {
    position: relative;
    width: fit-content;
    display: block;
}
.contact-section .form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.contact-section .control-form {
    margin-bottom: 20px;
}
.contact-section .control-form span {
    display: block;
    margin-top: 10px;
}
.contact-section .control-form label {
    width: 100%;
}
.contact-section form label,
.contact-section .form-wrapper label {
    color: var(--black);
    font-weight: normal;
    letter-spacing: 1.4px;
    font-size: var(--size-small);
}
.contact-section .form-wrapper select.wpcf7-select,
.contact-section form textarea.wpcf7-textarea,
.contact-section form input.wpcf7-text,
.contact-section .form-wrapper input.wpcf7-text {
    height: 45px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 3px;
    width: 100%;
    background-color: transparent;
    padding: 0 15px;
}
.contact-section form textarea.wpcf7-textarea {
    padding-top: 15px;
}
.contact-section .form-wrapper select.wpcf7-select:focus,
.contact-section form textarea.wpcf7-textarea:focus,
.contact-section form input.wpcf7-text:focus,
.contact-section .form-wrapper input.wpcf7-text:focus {
    border-radius: 0;
    outline: none;
}
.contact-section .form-wrapper select.wpcf7-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact-section .form-wrapper .select-form {
    position: relative;
}
.contact-section .form-wrapper .select-form::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    color: var(--black);
    font-size: 20px;
    right: 4%;
    top: 50%;
    position: absolute;
    pointer-events: none;
}
.contact-section form textarea.wpcf7-textarea {
    height: 256px;
}
.contact-section form textarea::placeholder,
.contact-section form input::placeholder,
.contact-section .form-wrapper textarea::placeholder,
.contact-section .form-wrapper input::placeholder {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
}
.row-agree {
    margin-top: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 100px;
}
.contact-section .row-agree p {
    margin-bottom: 0;
    display: flex;
}
.contact-section .row-agree label {
    display: flex;
    align-items: baseline;
    gap: 10px;
    max-width: 80%;
}
.contact-section .row-agree .wpcf7-list-item-label {
    letter-spacing: 0;
    color: #6A6A6A;
    font-size: var(--size-small);
}
.contact-section .row-agree .wpcf7-list-item-label a {
    text-decoration: underline;
    color: #6A6A6A;
    transition: 300ms ease-in-out;
}
.contact-section form .wpcf7-submit {
    background-color: black;
    border: 1px solid black;
    color: var(--white);
    padding: 0 40px;
    font-size: 18px;
    letter-spacing: 1.8px;
    height: 60px;
    min-height: 60px;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    transition: 300ms ease-in-out;
}
.contact-section form .wpcf7-submit:hover {
    background-color: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}
.wpcf7-list-item {
	margin: 0;
}
/****************** CONTACT ******************/

/****************** SIMPLE PAGES ******************/
.simple-pages .text p,
.simple-pages .text {
    font-size: 18px;
    color: var(--black-800);
}
.simple-pages .text {
    max-width: 1300px;
}
/****************** SIMPLE PAGES ******************/

/****************** 404 PAGE ******************/
.error-page-not-found {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.error-page-not-found .page-banner {
    width: 100%;
}
/****************** 404 PAGE ******************/

/*  */
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
  display:none!important;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0!important;
}


