/*
Theme Name: UF - Dynamic
Theme URI: https://example.com/
Author: JJ
Author URI: https://example.com/
Description: MAde For Uncle Fiddler
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uf-dynamic
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #333;
}

.site-header {
  background:
    linear-gradient(0deg, rgba(20, 83, 45, 0.1), rgba(34, 197, 94, 0.6),rgba(20, 83, 45, 0.1)),
    linear-gradient(45deg, rgba(20, 83, 45, 0.5), rgba(34, 197, 94, 0.2),rgba(20, 83, 45, 0.5)),
    linear-gradient(180deg, rgba(34, 197, 94, 1), rgba(20, 83, 45, 1),rgba(20, 83, 45, 1))!important;
    /* linear-gradient(0deg, rgba(20, 83, 45, 1), rgba(34, 197, 94, 1)) /* Top layer with opacity */
                            /* Bottom layer */
  padding: 0.5rem 0.25rem;
  text-align: center;
}


.site-headline
{
  font-family: 'Poppins', sans-serif!important; /* Or Montserrat / Lato */
  font-size: 2.5rem!important;                   /* Adjust for responsiveness */
  font-weight: 700!important;
  color: #ffffff;                     /* Contrast against green */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); /* Subtle depth */
  text-align: center!important;
  text-decoration: none;              /* Remove underline from <a> */
  display: inline-block;
  /* margin: 0 auto; */
  padding: 0.5rem 1rem!important;
  width: 45%;
  line-height: 1.4rem!important;
  white-space: nowrap;
  max-width: 500px;

}
.site-tagline
{
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 400!important; /* Lighter for contrast with h1 */
  color: #ffffff!important;   /* Soft white/gray for less dominance */
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); /* Subtle glow for legibility */
  white-space: nowrap;
  opacity: 0.6;
}
.site-footer {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}
.layout {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    grid-auto-flow: dense;
    width: 80%; */
  text-align: center;
  position: relative!important;
  left: 10%!important;
}
h1 > a{
  text-decoration: none !important;
  color: black !important;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card, .box {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 20px;
    overflow: hidden;
}
.singlepagesubhead
{
  padding: 12px;
    text-transform: uppercase;
}
.card .wp-block-group .wp-block-group__inner-container h2,.subhead h2
{
  background:
    linear-gradient(0deg, rgba(20, 83, 45, 0.1), rgba(34, 197, 94, 0.6),rgba(20, 83, 45, 0.1)),
    linear-gradient(45deg, rgba(20, 83, 45, 0.5), rgba(34, 197, 94, 0.2),rgba(20, 83, 45, 0.5)),
    linear-gradient(180deg, rgba(34, 197, 94, 1), rgba(20, 83, 45, 1),rgba(20, 83, 45, 1))!important;
    width: 150%;
    right: 25%;
    position: relative;
    top: -25px;
    min-height: 30px;
    font-size: 1rem;
    color: white!important;
    line-height: 29px;
    opacity: 0.8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); /* Subtle depth */
    text-align: center!important;
    text-decoration: none;
    /* border-bottom: 10px solid gold; */
}
.bottomHead
{
  background-color:gold;
  min-height:32px;
  max-height:32px;
  position:relative;
  color: black;
}
.winning_marquee
{
  font-size:30px;
}
.tall {
    min-height: 300px;
}
.tall2 {
  min-height: 100px;
}
.wide
{
  grid-column: 1 / -1;
  width:100%;
  overflow: hidden;
}
.wide2
{
  grid-column: 1 / -1;
  width:100%;
}
.single-post-layout {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}
.single-post-layout .post-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
ul.display-posts-listing {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    /* min-width: 550px; */
}

main, .layout, .single-post-layout {
    flex: 1;
}
.inner
{
  /* background: */
    /* linear-gradient(0deg, rgba(20, 83, 45, 0.1), rgba(34, 197, 94, 0.6),rgba(20, 83, 45, 0.1)),
    linear-gradient(45deg, rgba(20, 83, 45, 0.5), rgba(34, 197, 94, 0.2),rgba(20, 83, 45, 0.5)),
    linear-gradient(180deg, rgba(34, 197, 94, 1), rgba(20, 83, 45, 1),rgba(20, 83, 45, 1))!important; */
    background-image:
      linear-gradient(180deg, rgba(34, 197, 94, 0.6), rgba(34, 197, 94, 0.6),rgba(34, 197, 94, 0.6)), url(http://unclefiddler.co.uk/wp-content/uploads/2025/06/images-for-going-over-the-green-on-the-side-bits-of-landing-page.jpg)!important;
    /* background-size: cover!important; */
    background-repeat: repeat;
background-size: 20% auto; /* or use both values for precise control */

}
.site-footer {
    margin-top: auto;
}
.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu li {
    display: inline-block; /* Optional: puts menu items in a row */
    margin-right: 10px;    /* Space between items */
}

.wp-block-heading,.layout p
{
  margin: 5px!important;
}
/* .wp-block-group p, .wp-block-group .ytd, .wp-block-group marquee, .wp-block-heading {
  text-shadow:
-1px -1px 0 white,
 1px -1px 0 white,
-1px  1px 0 white,
 1px  1px 0 white;
} */
.LogoLeft .custom-logo-link .custom-logo
{
  position: relative;
  width: 100px;
  height: 100px;
  float: left;
  padding-left: 20%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 1));
}
.LogoRight .custom-logo-link .custom-logo
{
  position: relative;
  width: 100px;
  height: 100px;
  float: right;
  padding-right: 20%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 1));
}
.w-center-li
{
  min-height: 90%;
}
.w-full-box-3-2,.w-full-box-3
{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6)), url(http://unclefiddler.co.uk/wp-content/uploads/2025/06/Racecourse.jpeg)!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}
.w-left-box-1{
  /* min-height: 44%; */
  background-image: linear-gradient(rgba(255, 255, 255, 0.6)), url(http://unclefiddler.co.uk/wp-content/uploads/2025/06/IMAGE-B-winning-post-to-go-on-past-results-section.jpg)!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}
.w-left-box-2{
    background-image: linear-gradient(rgba(255, 255, 255, 0.6)), url(https://unclefiddler.co.uk/wp-content/uploads/2025/06/image-c-ultimate-goal-to-make-a-consistent-profit.jpg)!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.w-right-box-1{
  min-height: 200px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6)), url(http://unclefiddler.co.uk/wp-content/uploads/2025/06/Image_A.jpg)!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}
.w-right-box-2{
  background-image: linear-gradient(rgba(255, 255, 255, 0.7)), url(http://unclefiddler.co.uk/wp-content/uploads/2025/06/IMAGE-D-PREMIUM-BETS-GIVEN-EVERY-MONTH.jpg)!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}
.w-left-box-1 .wp-block-group .wp-block-group__inner-container p{
  width: 100%;
    /* max-width: 300px; */
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.w-left-box-2 .wp-block-group .wp-block-group__inner-container p{
  width: 100%;
    /* max-width: 300px; */
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.w-right-box-2 .wp-block-group .wp-block-group__inner-container p{
  width: 100%;
    /* max-width: 300px; */
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.w-right-box-1 .wp-block-group .wp-block-group__inner-container p{
  width: 100%;
    /* max-width: 300px; */
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.past-results-table
{
  padding:25px;
}
.past_results-won
{
  color:green;
  font-weight: bolder;
}
.past_results-lost
{
  color:red;
}
.month-nav
{
  width:100%;
}
.month-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.month-nav-left,
.month-nav-center,
.month-nav-right {
    flex: 1;
    text-align: center;
}

.month-nav-left {
    text-align: left;
}
.month-nav-right {
    text-align: right;
}
.past_results_info
{
  margin-left: 10%;
  margin-right:10%;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  font-family: sans-serif;
  line-height: 1.5;
  padding:10px;
}
.past_results_info_more
{
  display:none;
}
.past_results_info_show_more {
  display: inline-block;
  background-color: #22c55e; /* Tailwind-style green */
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.past_results_info_show_more:hover {
  background-color: #15803d; /* Darker green on hover */
}
.todaystipNumber
{
  float: left;
}
.todaystipBlock {
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin: 20px 0;
  background-color: #fff;
  font-family: sans-serif;
  line-height: 1.5;
}
.todaystipBlock:hover
{
  background-color: #66CC99 ;
}

.todaystipBlock_learnMore
{
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin: 20px 0;
  background-color: #FF7F7F;
  color:white!important;
  font-family: sans-serif;
  line-height: 1.5;
}
.todaystipBlock_learnMore > .todaystipMain
{
  color:black;
  font-weight: bold;
}
.todaystipBlock_learnMore > .todaystipMain > .EB
{
  color:white;
  font-weight: bold;
  padding: 2px;
}
.todaystipBlock_learnMore:hover
{
  background-color: #66CC99 ;
}
.todaystipBlock_learnMore:hover .todaystipMain {
  color: black ;
}
.ebicon
{
  width: auto;
  height: 50px;
  transform: scaleX(-1);
  position: relative;
  left: -12px;
}
.ebicontext {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
<style>
.todaystipMain {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 6px;
}

.todaystipStake {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.todaystipAbout {
  color: #444;
  font-size: 0.95em;
}

.bold{
  font-weight: bold;
}

.upgrade-section
{
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin: 20px 0;
  background-color: #fff;
  font-family: sans-serif;
  line-height: 1.5;
}
.infotext p
{
  padding:10px;
}

.pms-form input[type="text"],
.pms-form input[type="email"],
.pms-form input[type="password"] {
    width: 100%;
    padding-bottom:20px;

    border: 1px solid #ccc;
    border-radius: 5px;
}

.pms-form input[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.pms-form input[type="submit"]:hover {
    background-color: #005f8d;
}


.custom-login-form {
    border-radius: 12px;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    max-width: 90%;
    margin: 50px auto;
}

.custom-login-form h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    color: #222;
}

.custom-login-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #444;
}

.custom-login-form input[type="text"],
.custom-login-form input[type="email"],
.custom-login-form input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.custom-login-form input[type="text"]:focus,
.custom-login-form input[type="email"]:focus,
.custom-login-form input[type="password"]:focus {
    border-color: #0073aa;
    outline: none;
}

.custom-login-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-login-form input[type="submit"]:hover {
    background-color: #005177;
}

.custom-login-form .login-register-link {
    text-align: center;
    margin-top: 20px;
}

.custom-login-form a {
    color: #0073aa;
    text-decoration: none;
}

.custom-login-form a:hover {
    text-decoration: underline;
}

/* Tablet */
@media (min-width: 0px) and (max-width: 900px) {
  .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      padding-top: 20px;
      padding-left:1%;
      padding-right:2%;
      grid-auto-flow: dense;
      text-align: center;
      position:relative;
      left: 0%!important;
      /* width: 98%; */
  }
  .site-header h1, .site-header h1 a {
    /* font-size: 20px !important; */
    width: 80%;s
  }
  .LogoLeft .custom-logo-link .custom-logo
  {
    padding-left: 0%;
    position: absolute;
    left: 15px;
    width: 75px;
    height: 75px;
  }
  .LogoRight .custom-logo-link .custom-logo
  {
    padding-right: 0%;
    position: absolute;
    right: 15px;
    width: 75px;
    height: 75px;
  }
  .site-headline
  {
    font-size: 18px!important;
    width: 50%!important;
    line-height: 10px!important;
  }
  .site-tagline
  {
    font-size:12px!important;
  }

}

/* Laptop */
@media (min-width: 901px) and (max-width: 1100px) {
  .layout {
    display: grid;
    grid-template-columns: 1.2fr 2fr 1.2fr;
    gap: 20px;
    padding-top: 20px;
    padding-left:1%;
    padding-right:2%;
    grid-auto-flow: dense;
    text-align: center;
    position:relative;
    left: 0%!important;
    width: 98%;
  }
  .site-header h1, .site-header h1 a {
    /* font-size: 25px !important; */
    width: 70%;
  }
  .LogoLeft .custom-logo-link .custom-logo
  {
    padding-left: 10%;
  }
  .LogoRight .custom-logo-link .custom-logo
  {
    padding-right: 10%;
  }
  .site-headline
  {
    font-size: 30px!important;
    width: 50%!important;
  }
}

/* Desktop */
@media (min-width: 1100px) and (max-width: 1350px) {
  .layout {
    display: grid;
    grid-template-columns: 1.2fr 2fr 1.2fr;
    gap: 20px;
    padding-top: 20px;
    /* padding-left:2%;
    padding-right:2%; */
    grid-auto-flow: dense;
    text-align: center;
    position: relative!important;
    left: 0%!important;
    width: 100%;
  }
  .site-header h1, .site-header h1 a {
    /* font-size: 40px !important; */
    width: 60%;
  }
  .LogoLeft .custom-logo-link .custom-logo
  {
    padding-left: 15%;
  }
  .LogoRight .custom-logo-link .custom-logo
  {
    padding-right: 15%;
  }
}

@media (min-width: 1350px) {
  .layout {
      display: grid;
      grid-template-columns: 1.2fr 2fr 1.2fr;
      gap: 20px;
      padding-top: 20px;
      padding-left:2%;
      padding-right:2%;
      grid-auto-flow: dense;
      text-align: center;
      position: relative!important;
      left: 18%!important;
      width: 60%;
  }
  .site-header h1, .site-header h1 a {
    /* font-size: 50px !important; */
  }
}
