/*
 Theme Name:   New 2025 The Vanessa Perry Gallery
 Theme URI:    https://thevanessaperrygallery.com/
 Description:  New 2025 The Vanessa Perry Gallery theme
 Author:       Web Squared
 Author URI:   https://websquared.co.uk
 Template:     generatepress
 Version:      0.1
*/

/*
FONTS
Montserrat

COLOURS
text light ffffff
text dark 050d11
dark background 050d11 
login background 293f50
logo colour b2b4a6
page background e8e7e2


*/


        :root {
            --primary-color: #293f50;
            --secondary-color: #050d11;
            --text-color: #b2b4a6;
            --text-hover: #e8e7e2;
            --text-dark: #333333;
            --page-bg: #e8e7e2;
            --transition-speed: 0.3s;
            --menu-bg: rgba(5, 13, 17, 0.95);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            background-color: var(--page-bg);
            overflow-x: hidden;
        }

        .top-line {
            position: absolute;
            height: 4px;
            background-color: var(--primary-color);
            width: 100%;
            z-index: 101;
        }

.loginreg-container {
            max-width: 1422px;
            width: 100%;
            margin: 0 auto;
            position: relative; 
            padding: 0 15px; 
            box-sizing: border-box; 
        }

        .login-register-block {
            position: absolute;
            top: 4px;
            right: 15px;
            display: flex;
            background-color: var(--primary-color);
            z-index: 102;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            overflow: hidden;
        }

        .login-register-block a {
            color: var(--text-hover);
            text-decoration: none;
            font-size: 14px;
            font-weight: 300;
            padding: 4px 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all var(--transition-speed);
        }

        .login-register-block a:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .login-register-block span {
            color: var(--text-color);
        }

        .main-container {
            position: relative;
        }

        .header-with-nogradient {
            background: linear-gradient(
                to bottom,
                #050D11 0%,
                #050D11 100%
            );
            position: relative;
            z-index: 100;
            width: 100%;
			overflow: hidden;
        }


        .header-with-gradient {
            background: linear-gradient(
                to bottom,
                #050D11 0%,
                #050D11 70%,
                rgba(5, 13, 17, 0.80) 78%,
                rgba(5, 13, 17, 0.09) 94%,
                rgba(5, 13, 17, 0.05) 96%,
                transparent 100%
            );
            position: relative;
            z-index: 100;
            width: 100%;
			overflow: hidden;
        }

/*
        .header-with-gradient {
            background: linear-gradient(
                to bottom,
                #050D11 0%,
                #050D11 80%,
                rgba(5, 13, 17, 0.9) 82%,
                rgba(5, 13, 17, 0.7) 86%,
                rgba(5, 13, 17, 0.5) 90%,
                rgba(5, 13, 17, 0.3) 94%,
                rgba(5, 13, 17, 0.1) 98%,
                transparent 100%
            );
            position: relative;
            z-index: 100;
            width: 100%;
        }
*/

.header-with-nogradient .header-content {
            max-width: 1422px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
/*            padding: 0 15px 47px 15px;*/
            padding: 0 15px 13px 15px;
            position: relative;
        }

.header-with-gradient .header-content {
            max-width: 1422px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
/*            padding: 0 15px 47px 15px;*/
            padding: 0 15px 157px 15px;
            position: relative;
        }

/* .header-content {
            max-width: 1422px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px 47px 15px;
            position: relative;
        }*/

        .logo-container {
            position: relative;
            display: flex;
            align-items: center;
            margin: 20px 0;
            min-height: 162px;
        }

.logo-bg {
  position: absolute;
/*  height: 250px;*/
  height: 249px !important;
  max-width: none !important;
  width: auto;  left: -316px;
  z-index: 1;
  transition: transform 0.5s ease;
}


        .logo {
            height: 162px;
            width: auto;
            margin-top: 10px;
            z-index: 2;
            transition: transform 0.5s ease;
        }

.logo-link {
    position: relative;
    z-index: 2; 
    display: block; 
    width: 100%; 
    height: 100%; 
    text-decoration: none; 
}


        .header-right {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 15px;
        }

        .header-icons {
            display: flex;
            gap: 25px;
            align-items: center;
        }

        .header-icons a {
            color: var(--text-color);
            font-size: 1.3rem;
            transition: all var(--transition-speed);
        }

        .header-icons a:hover {
            color: var(--text-hover);
            transform: translateY(-2px);
        }

        .nav-menu {
            display: flex;
            gap: 20px;
        }

        .nav-menu a {
            color: var(--text-color);
            text-decoration: none;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: 0.5px;
            transition: all var(--transition-speed);
            position: relative;
/*            padding: 8px 12px;*/
            padding: 8px 4px;
        }

        .nav-menu a:hover {
            color: var(--text-hover);
        }

        .nav-menu a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 0;
            height: 100%;
            transform: translateX(-50%);
            transition: width var(--transition-speed);
            z-index: -1;
        }

        .nav-menu a:hover::before {
            width: 30%;
        }

        .nav-menu a::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2px;
            background-color: var(--text-hover);
            transform: translateX(-50%);
            transition: width var(--transition-speed);
        }

        .nav-menu a:hover::after {
            width: 30%;
        }

        .nav-menu a.active {
            color: var(--text-hover);
            font-weight: 500;
        }

        .nav-menu a.active::after {
            width: 20%;
        }

        .hamburger {
            display: none;
            cursor: pointer;
            background: none;
            border: none;
            color: var(--text-color);
            font-size: 1.8rem;
            z-index: 101;
            padding: 10px;
            transition: all var(--transition-speed);
        }

        .hamburger:hover {
            color: var(--text-hover);
            transform: scale(1.1);
        }

        .mobile-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--menu-bg);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2px;
            opacity: 0;
            visibility: hidden;
            transition: all var(--transition-speed);
        }

        .mobile-menu.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-menu a {
            color: var(--text-color);
            text-decoration: none;
            font-size: 1.4rem;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 10px 30px;
            transition: all var(--transition-speed);
            position: relative;
        }

        .mobile-menu a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 0;
            height: 100%;
            transform: translateX(-50%);
            transition: width var(--transition-speed);
            z-index: -1;
        }

        .mobile-menu a:hover {
            color: var(--text-hover);
        }

        .mobile-menu a:hover::before {
            width: 100%;
        }

        .mobile-menu a::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 5px;
            width: 0;
            height: 2px;
            background-color: var(--text-hover);
            transform: translateX(-50%);
            transition: width var(--transition-speed);
        }

        .mobile-menu a:hover::after {
            width: calc(100% - 40px);
        }

        .close-menu {
            position: absolute;
            top: 30px;
            right: 30px;
            color: var(--text-color);
            font-size: 2rem;
            cursor: pointer;
            background: none;
            border: none;
            transition: all var(--transition-speed);
        }

        .close-menu:hover {
            color: var(--text-hover);
            transform: rotate(90deg);
        }

        .banner-container {
            position: relative;
            width: 100%;
            height: 800px;
            margin-top: -200px;
            z-index: 90;
        }
        .banner-container-small {
            position: relative;
            width: 100%;
/*            height: 300px;*/
            height: 170px;
            margin-top: -200px;
            z-index: 90;
        }
        .banner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--secondary-color);
            opacity: 0.5;
            z-index: 1;
        }

        .banner-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            padding: 0 20px;
            color: white;
            margin-top: 250px;
            display: flex;
            flex-direction: column;
            align-items: center;

/*border-top:4px solid white;*/
        }

        .banner-title {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            animation: fadeIn 1s ease-out;
        }

        .banner-title-small {
            font-size: 3.6rem;
/*            font-size: 59px;*/
            font-weight: 300;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
            line-height: 1.2;
        }

        .banner-title-large {
            font-size: 6.5rem;
/*            font-size: 95px;*/
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
            line-height: 1.1;
        }

        .discover-btn {
            padding: 12px 30px;
            background: transparent;
            color: white;
            border: 2px solid white;
            font-size: 1rem;
            cursor: pointer;
            transition: all var(--transition-speed);
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
            position: relative;
            overflow: hidden;
            margin-top: 1.5rem;
        }

        .discover-btn:hover {
            background: white;
            color: var(--primary-color);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .discover-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.7s;
        }

        .discover-btn:hover::after {
            left: 100%;
        }

        .content-section {
            padding: 80px 0;
            position: relative;
            z-index: 95;
            background-color: var(--page-bg);
        }

        .content-container {
            max-width: 1422px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 30px;
            color: var(--primary-color);
            text-align: center;
        }

        .section-text {
            font-size: 1.1rem;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            color: var(--text-dark);
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
/*MOBILES*/
        @media (max-width: 1085px) {
            .header-content {
                flex-direction: column;
                gap: 20px;
            }

            .logo-container {
                justify-content: flex-start;
                margin: 35px 0;
            }

            .nav-menu {
                display: none;
            }

            .hamburger {
                display: block;
                position: absolute;
                top: 3px;
                right: 15px;
            }

            .header-right {
                align-items: center;
                width: 100%;
                margin-top: -30px;
            }

            .header-icons {
                position: absolute;
                z-index: 102;
                margin-top: -20px;
            }

            .login-register-block {
                right: 50%;
                transform: translateX(50%);
            }

            .banner-container {
                height: 600px;
                margin-top: -150px;
            }

            .banner-content {
                margin-top: 200px;
            }

            .banner-title-small {
                font-size: 1rem;
            }

            .banner-title-large {
                font-size: 2.5rem;
            }

            .content-section {
                padding: 60px 0;
            }

            .section-title {
                font-size: 2rem;
            }
        }
/*MOBILES*/
        @media (max-width: 768px) {
            .header-icons a {
                font-size: 1.1rem;
            }

            .mobile-menu a {
                font-size: 1.2rem;
                padding: 10px 20px;
            }

            .login-register-block a {
                font-size: 13px;
                padding: 5px 10px;
            }
        }
/*MOBILES*/
        @media (max-width: 576px) {
            .logo-bg {
               height: 256px!important;
            }

            .logo {
                height: auto;
                margin-top: 20px;
            }

            .banner-container {
                height: 500px;
                margin-top: -120px;
            }

            .banner-content {
                margin-top: 150px;
            }

            .banner-title-small {
                font-size: 0.9rem;
            }

            .banner-title-large {
                font-size: 2rem;
            }

            .discover-btn {
                padding: 10px 25px;
                font-size: 0.9rem;
            }

            .content-section {
                padding: 40px 0;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .section-text {
                font-size: 1rem;
            }

            .header-icons {
                gap: 15px;
            }

            .header-icons a {
                font-size: 1rem;
            }

            .login-register-block a {
                font-size: 12px;
                padding: 4px 8px;
            }
        }














/* CSS */
 
.prev_next_buttons {
line-height: 40px;
margin-bottom: 20px;
clear:both;
}
 
.prev_next_buttons a[rel="prev"], .prev_next_buttons a[rel="next"] {
display: block;
}
 
.prev_next_buttons a[rel="prev"] {
float: right;
}
 
.prev_next_buttons a[rel="next"] {
float: left;
}
 
.prev_next_buttons::after {
content: '';
display: block;
clear:both;
}
