/**
Theme Name: Weardale
Author: movingadverts
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weardale
Template: astra
*/

/*  event page */

/* Hero Section */
/* Hero */
.event-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 60px 20px;
}

.event-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.event-tag {
  background: #E5E5E4;
  color: #7C8073;
  font-size: 16px;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.event-title {
  font-size: 48px;
  font-weight: 500;
  color: #e45a1d;
  font-family: 'Platypi';
}

.event-subtitle {
  font-size: 18px;
  color: #333 !important;
  max-width: 600px;
  margin-top: 10px;
}

/* Main Layout */
.event-main {
  padding: 40px 20px;
  background: #fff;
}

.event-main-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left Content (Elementor) */
.event-left {
  font-size: 16px;
  line-height: 1.6;
}

/* Right Sidebar */
.event-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.event-card h3 {
  font-size: 16px;
  color: #e45a1d;
  margin-bottom: 8px;
}

.event-link {
  font-size: 14px;
  color: #0073e6;
  text-decoration: underline;
}

/* Buttons */
.event-btn {
  display: inline-block;
  background: #e45a1d;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.event-btn:hover {
  background: #c24917;
}

.event-btn.secondary {
  background: #f5f5f5;
  color: #333;
}


/* Responsive */
@media (max-width: 768px) {
  .event-main-inner {
    grid-template-columns: 1fr;
  }
  .event-hero {
    height: 50vh;
    align-items: flex-end;
  }
}


/*end */

/* event archive page*/
.events-hero {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-hero-overlay {
  background: rgba(0,0,0,0.5);
  padding: 40px;
  text-align: center;
  color: #fff;
}
.events-hero-title {
  font-size: 48px;
  margin: 0;
}
.events-filter {
  /*margin: 0px auto;*/
  /*text-align: center;*/
}
.events-filter select {
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.ece-archive-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}
@media(max-width:768px) {
  .ece-archive-grid {
    grid-template-columns: 1fr;
  }
}


/*.ece-archive-grid {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  gap: 40px;*/
/*}*/

/*@media(max-width:768px) {*/
/*  .ece-archive-grid {*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*}*/


.events-archive {
    /*max-width: 1200px;*/
    margin: 0 0;
    padding: 30px;
    background-color:#F9FAF5;
    padding-bottom:330px;
        background-image: url('https://weardale.movingadverts.co.uk/wp-content/uploads/2025/08/Path3.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: left;
}

.event-filter {
    margin: 20px 0;
    text-align: center;
    padding-bottom:20px;
}
.event-filter select {
    padding: 8px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.event-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.event-card-content {
    padding: 20px;
}

.event-tag {
    display: inline-block;
    background: #eee;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 10px;
}

/*.event-title {*/
/*    font-size: 20px;*/
/*    margin: 0 0 10px;*/
/*}*/

.event-excerpt {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
}

.event-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.event-meta span {
    display: inline-block;
    margin-right: 15px;
}

.event-link {
    display: inline-block;
    color: #0073aa;
    font-weight: bold;
}
