/*
Theme Name: onepress-child
Template: onepress
*/
/* ============================================
   Alberta Online Casino - LESS Styles
   Inspired by casinos-ontario.ca with unique variations
   ============================================ */
/* ============================================
   VARIABLES - Color Palette & Settings
   ============================================ */
/* ============================================
   MIXINS
   ============================================ */
/* ============================================
   RESET & BASE STYLES
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #1e293b;
  background: #f8fafc;
  font-size: 16px;
  overflow-x: hidden;
}
#primary {
  padding-top: 20px;
  padding-bottom: 20px;
}
.entry-content li {
  margin-left: 0;
}
.entry-content ul:not(.theme-list) {
  margin-left: 0;
}
.breadcrumbs {
  padding: 0;
}
/* ============================================
   HEADER SECTION
   ============================================ */
#header-section {
  background: #0f1419;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.site-branding {
  flex: 0 0 auto;
}
.site-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.site-text-logo {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}
.site-text-logo::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: #f4a21d;
  transition: width 0.3s ease;
}
.site-text-logo:hover {
  color: #f4a21d;
}
.site-text-logo:hover::after {
  width: 100%;
}
/* ============================================
   NAVIGATION
   ============================================ */
.current_page_item a {
  color: #0f1419;
}
.current_page_item a:hover {
  color: #f4a21d;
}
/* ============================================
   PAGE HEADER
   ============================================ */
@keyframes slidePattern {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.page-header {
  background: linear-gradient(135deg, #1a2332 0%, #2a3f5f 100%);
  padding: 2.7rem 0 1.5rem 0;
  text-align: center;
  position: relative;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
  animation: slidePattern 20s linear infinite;
}
.page-header .entry-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.site-header {
  padding: 10px 0 !important;
}
/* ============================================
   HEADINGS
   ============================================ */
.entry-content h2 {
  color: #0f1419;
  font-size: 2rem;
  font-weight: 800;
  margin: 3rem 0 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #f4a21d;
  position: relative;
}
.entry-content h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 120px;
  height: 3px;
  background: #1a2332;
}
.entry-content h3 {
  color: #2a3f5f;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1.2rem;
  padding: 0.5rem 0 0.5rem 1rem;
  background: linear-gradient(90deg, rgba(244, 162, 29, 0.1) 0%, transparent 100%);
}
/* ============================================
   LISTS
   ============================================ */
.entry-content ul:not(.theme-list) {
  margin: 1.5rem 0 1.5rem 1.5rem;
  margin-left: 0;
}
.entry-content ul:not(.theme-list) li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}
.entry-content ul:not(.theme-list) li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #f4a21d;
  font-weight: bold;
  font-size: 1.2rem;
}
/* Theme List - Special Styled List */
.theme-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
.theme-list li {
  background: #1a2332;
  color: #ffffff;
  padding: 1rem 1.5rem;
  margin-bottom: 0.8rem;
  position: relative;
  transition: all 0.3s ease;
  padding-left: 3rem;
}
.theme-list li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #f4a21d;
  font-weight: bold;
  font-size: 1.3rem;
}
.theme-list li:hover {
  background: #2a3f5f;
  transform: translateX(5px);
}
/* ============================================
   TABLES
   ============================================ */
.wp-block-table {
  margin: 2rem 0;
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.wp-block-table thead {
  background: linear-gradient(135deg, #1a2332 0%, #2a3f5f 100%);
}
.wp-block-table thead th {
  color: #ffffff;
  padding: 1.2rem 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #f4a21d;
}
.wp-block-table tbody tr {
  transition: background 0.2s ease;
}
.wp-block-table tbody tr:nth-child(odd) {
  background: #f8fafc;
}
.wp-block-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.wp-block-table tbody tr:hover {
  background: rgba(244, 162, 29, 0.1);
}
.wp-block-table tbody td {
  padding: 1rem;
  text-align: center;
  color: #1e293b;
  border-bottom: 1px solid #e2e8f0;
}
/* Top Block - Special Styling */
.top-block {
  background: linear-gradient(135deg, #1a2332 0%, #2a3f5f 100%);
  padding: 20px;
  margin: 3rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.top-block h2 {
  color: #ffffff !important;
  border-bottom-color: #f4a21d;
  margin-top: 0;
}
.top-block h2::after {
  background: #ffb84d;
}
.top-block .wp-block-list {
  list-style: none;
  padding: 0;
}
.top-block .wp-block-list li {
  color: #cbd5e1;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.top-block .wp-block-list li::before {
  content: "→";
  color: #f4a21d;
  font-size: 1.3rem;
  font-weight: bold;
}
.top-block .wp-block-list li:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(5px);
}
/* ============================================
   IMAGES
   ============================================ */
.wp-block-image {
  margin: 2rem 0;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image figure {
  margin: 0;
}
/* ============================================
   FOOTER
   ============================================ */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
/* Tablet Landscape */
@media (max-width: 1024px) {
  .page-header .entry-title {
    font-size: 2rem;
  }
}
/* Tablet Portrait */
@media (max-width: 768px) {
  .page-header .entry-title {
    font-size: 1.8rem;
  }
  .wp-block-columns {
    flex-direction: column;
    gap: 2rem;
  }
  .entry-content h2 {
    font-size: 1.6rem;
  }
  .entry-content h3 {
    font-size: 1.3rem;
  }
  #content-inside {
    padding: 0 2rem;
  }
  .top-block {
    padding: 1.5rem;
  }
}
/* Mobile */
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  .site-title {
    font-size: 1.2rem;
  }
  .page-header {
    padding: 2.5rem 0;
  }
  .page-header .entry-title {
    font-size: 1.5rem;
  }
  .entry-content h2 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
  }
  .entry-content h3 {
    font-size: 1.2rem;
  }
  .wp-block-table {
    font-size: 0.85rem;
  }
  .wp-block-table thead th,
  .wp-block-table tbody td {
    padding: 0.8rem 0.5rem;
  }
  #content-inside {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .custom-logo {
    max-width: 200px;
  }
  .followWrap {
    height: 95px !important;
  }
  .page-header {
    padding: 1.5rem 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
}
/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-center {
  text-align: center;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
