/*
Theme Name: Antoaneta
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

.site-logo {
    float: none;
    margin-right: 0;
}


.site-title {
  width: 200%;
  margin-top: 15px;
}

@media only screen and (max-width: 425px){
  .site-title {
    width: 100%;
  }
}

.site-title {
    margin-top: -110px;
    margin-left: 165px;
}
.site-description {
    margin-left: 165px;
    width: 500px;
}
#mainnav ul li a {
  font-size: 20px!important;
}

.category-40 .header-slider .slide-item:nth-of-type(1) {
  background-image: url('https://www.antoanetabanu.ro/wp-content/uploads/2025/01/categorie-bijuterie-2025.jpg') !important; 
  content: url('https://www.antoanetabanu.ro/wp-content/uploads/2025/01/categorie-bijuterie-2025.jpg');
  
  
  /* Custom CSS for your Swiper.js hero slider */

/* Hide default Sydney header image/video if they appear on front page */
body.home .sydney-hero-area .header-image,
body.home .sydney-hero-area .header-video {
    display: none;
}

/* Ensure the Swiper container fills the hero area */
#swiper-hero-posts {
    width: 100%;
    height: 600px; /* Adjust height as needed, or use a percentage/viewport unit */
    overflow: hidden; /* Hide anything outside the slides */
    position: relative; /* For positioning navigation/pagination */
    z-index: 1; /* Ensure it's above other elements if necessary */
}

/* Style for individual slides */
.custom-hero-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative; /* For absolute positioning of content */
    background-color: #f0f0f0; /* Fallback background */
    height: 100%; /* Ensure slide fills the swiper height */
}

/* Style for slide images */
.swiper-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the slide area, cropping if necessary */
    display: block;
}

/* Style for slide content (title, excerpt) */
.swiper-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; /* Adjust content width */
    max-width: 960px; /* Max width for content */
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.swiper-slide-title {
    color: #fff;
    font-size: 3em; /* Adjust font size */
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Swiper Navigation (arrows) */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important; /* Make arrows white */
    opacity: 0.8;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

/* Swiper Pagination (dots) */
.swiper-pagination-bullet {
    background: #fff !important; /* White dots */
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}

/* Adjust for smaller screens (example media query) */
@media (max-width: 768px) {
    #swiper-hero-posts {
        height: 400px; /* Smaller height on mobile */
    }
    .swiper-slide-title {
        font-size: 2em;
    }
}
  