/*
Theme Name: YOOtheme Child - Station Gallery
Description: Child theme for YOOtheme theme customized for Station Gallery
Author: Station Gallery
Template: yootheme
Version: 1.0.0
Text Domain: yootheme-child
*/

/* Import parent theme styles */
@import url("../yootheme/style.css");

/*
==================================================
CUSTOM STYLES FOR STATION GALLERY
==================================================
*/

/* Custom Variables */
:root {
    --sg-primary-color: #B89D4F;
    --sg-tertiary-color:#388878;
    --sg-secondary-color: #666;
    --sg-accent-color: #999;
    --sg-background-color: #fff;
    --sg-text-color: #333;
    --sg-border-color: #ddd; 
    
    /* Typography Variables */
    --sg-font-primary: 'Avenir', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
    --sg-font-secondary: 'Droid Serif', Georgia, 'Times New Roman', serif;
    --sg-font-tertiary: 'Avenir', 'Avenir', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;

    --sg-font-display: 'Avenir', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
    
}

/* jobs */
ul.job_listings li.job_listing a div.position h3{
    font-family: var(--sg-font-tertiary) !important;
}
.job-manager-application-wrapper .application, .single_job_listing .application{
    text-align: center;
    display: none !important;
}
.uk-article-meta {
    display: none !important;
}

.uk-pagination a{
    color: var(--sg-primary-color);
    font-size: 1.1rem;
}
 
.uk-pagination a:hover{
    color: var(--sg-primary-color);
}
 
.uk-table thead th{
    font-size: 1.1rem !important;
    color: var(--sg-primary-color)
}
.droid{
    font-family: var(--sg-font-secondary);
}
strong{
    font-weight: bold !important;
}
/* uk-slider */
.uk-slider div.uk-text-meta{
    text-transform: uppercase;
    text-align: center;
}

.uk-slider .el-item{
    background-color: #f4f4f4;
    padding:10px;
}

.uk-slider .uk-panel h3{
    text-align: center;
    font-family: var(--sg-font-secondary);
}
.uk-slider .uk-panel div.uk-button{
    margin: 0 auto;
    display: none;
}

/* navbar */
.tm-header, .uk-sticky{
    background-color: #F6F6F6 !important;
}

.uk-navbar{
    padding: 20px 0 !important;
}
.tm-header .uk-navbar-nav > li > a{
    font-family: 'Avenir Next',   sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.footer-newsletter  input.uk-input{
    background-color: white!important;
    color: black !important;
    border-radius: 0;
    font-family: Inter, sans-serif !important;
}

.footer-newsletter  input.uk-input::placeholder{
    color:#808080 !important;
}

.footer-newsletter  .uk-button{
    background-color: #B89D4F !important;
}

.footer-newsletter  .uk-button:hover{
    background-color: #8a763b !important;
}


footer .uk-panel ul{
    padding-left: 15px !important;
}

/* Header Customizations */
.tm-header {
    /* Custom header styling */
    border-bottom: 1px solid var(--sg-border-color);
    font-family: var(--sg-font-primary);
}

.tm-header .uk-navbar-brand {
    /* Logo styling */
    font-family: var(--sg-font-display);
    font-weight: 900; /* Avenir Black */
    color: var(--sg-primary-color);
    letter-spacing: -0.02em;
}

/* Navigation Customizations */
.tm-header .uk-navbar-nav > li > a {
    /* Navigation links */
    font-family: var(--sg-font-primary);
    color: var(--sg-text-color);
    text-transform: uppercase;
    font-weight: 300; /* Avenir Light */
    letter-spacing: 0.1em;
}

.tm-header .uk-navbar-nav > li > a:hover,
.tm-header .uk-navbar-nav > li.uk-active > a {
    color: var(--sg-accent-color);
    font-weight: 400;
}

/* Content Area */
.tm-main {
    /* Main content area */
    padding: 2rem 0;
    font-family: var(--sg-font-secondary); /* Droid Serif for body text */
    line-height: 1.6;
}

/* Gallery Specific Styles */
.gallery-item {
    /* Gallery item styling */
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-2px);
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Exhibition Styles */
.exhibition-card {
    background: var(--sg-background-color);
    border: 1px solid var(--sg-border-color);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease;
}

.exhibition-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.exhibition-title {
    font-family: var(--sg-font-display);
    font-weight: 900; /* Avenir Black */
    color: var(--sg-primary-color);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.exhibition-date {
    font-family: var(--sg-font-primary);
    font-weight: 300; /* Avenir Light */
    color: var(--sg-secondary-color);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


h3.special-title[style*=center]::after {
    transform: translateX(50%);
}
h3.special-title::after {
    border-color: rgba(184, 157, 79, 1);
}
h3.special-title::after {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    border-left: 1px solid var(--sg-font-primary);
    height: 3em;
    max-height: 7rem;
    margin-top: 1rem;
}
/* sg grid */
.sg-grid-center div{
    text-align: center;
}
.sg-grid-center .el-meta{
    font-family: var(--sg-font-display) !important;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--sg-primary-color) !important;
}
/* Button Customizations */
.uk-button-primary {  
    border: 1px solid;  
}
.oval > a.uk-button-primary{

    border-radius: 100%;
}
.uk-button-primary:hover {
    background-color: var(--sg-secondary-color);
    border-color: var(--sg-secondary-color);
}

/* Station Gallery Arrow Button - Rounded Rectangle with Down Arrow */
.sg-arrow-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50px; /* Pill/oval shape */
    width: 60px;
    height: 110px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}
.sg-arrow-button svg{
    height: 100px;
}
/* Arrow Icon */
.sg-arrow-button a::after{

    transition: all 0.3s ease;
}

/* Hover State */
.sg-arrow-button a:hover {
    background-color: var(--sg-primary-color);
    border-color: var(--sg-primary-color);
}

.sg-arrow-button:hover a::after {
    border-color: #fff;
    transform: rotate(-45deg) translateY(3px);
}

/* Alternative Horizontal Version */
.sg-arrow-button.horizontal {
    width: 110px;
    height: 60px;
}

.sg-arrow-button.horizontal::after {
    transform: rotate(-135deg); /* Right arrow */
    margin-left: -4px;
    margin-top: 0;
}

.sg-arrow-button.horizontal:hover::after {
    transform: rotate(-135deg) translateX(3px);
}

/* Alternative Sizes */
.sg-arrow-button.small {
    width: 45px;
    height: 85px;
}

.sg-arrow-button.large {
    width: 75px;
    height: 135px;
}

.sg-arrow-button.large::after {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.uk-button-secondary {
    background-color: transparent;
    border-color: var(--sg-border-color);
    color: var(--sg-text-color);
}

.uk-button-secondary:hover {
    background-color: var(--sg-accent-color);
    border-color: var(--sg-accent-color);
    color: white;
}

/* Footer Customizations */
.tm-footer {
    background-color: var(--sg-primary-color);
    color: white;
    padding: 2rem 0;
}

.tm-footer a {
    color: white;
}

.tm-footer a:hover {
    color: var(--sg-accent-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .tm-main {
        padding: 1rem 0;
    }
    
    .exhibition-card {
        padding: 1rem;
    }
    
    .exhibition-title {
        font-size: 1.25rem;
    }
}

/* Custom Utility Classes */
.sg-text-center {
    text-align: center;
}

.sg-margin-large {
    margin: 3rem 0;
}

.sg-padding-large {
    padding: 3rem 0;
}

.sg-border-bottom {
    border-bottom: 1px solid var(--sg-border-color);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}