/*
 Theme Name:   Squrlgurl GeneratePress Child
 Theme URI:    https://generatepress.com/
 Description:  Custom child theme for GeneratePress
 Author:       Squrlgurl
 Author URI:   https://squrlgurl.com
 Template:     generatepress
 Version:      1.0.0
*/

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

/*------------------------------------*\
    Main Thangs:
\*------------------------------------*/
body {
  background-color: #171C25;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

#logo {
  height: 117px;
  overflow: hidden;
}

#logo a {
  display: block;
  height: 117px;
}

#logo a img {
  height: 117px;
}

/* HEADER CONTAINER */
.site-header {
  background-color: transparent !important; /* white background */
  padding: 0 !important; /* remove extra padding if needed */
  margin: 0 !important;  /* remove extra margin */
}

/* SITE LOGO */
.site-logo {
  margin: 0 !important; /* remove margin */
  padding: 10px 20px !important; /* adjust padding as needed */
  display: inline-block;
}

/* LOGO IMAGE */
.site-logo img {
  max-height: 60px; /* control logo size */
  height: auto;
  width: auto;
}

/* OPTIONALLY CENTER LOGO */
.site-header .site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTROL SITE TITLE (if text) */
.site-branding {
  margin: 0 !important;
  padding: 0 !important;
}

/* OPTIONAL: NAVIGATION MARGINS */
.main-navigation {
  margin: 0 !important;
  padding: 0 !important;
}


/* 1. Reset all spacing in the main nav and dropdowns */
.main-navigation .main-nav,
.main-navigation .main-nav ul,
.main-navigation .main-nav ul li,
.main-navigation .main-nav ul li a,
.main-navigation .main-nav ul ul {
  background-color: #2E1800 !important;
  margin: 0 !important;
  padding: 0 0 0 0 !important;
  list-style: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* 2. Style top-level menu items */
.main-navigation .main-nav > li.menu-item {
  position: relative;
  background: #2E1800;
}

/* 3. Style top-level links */
.main-navigation .main-nav > li.menu-item > a {
  display: block;
  color: white;
  background: #2E1800;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
}

/* 4. Style dropdown container */
.main-navigation .main-nav ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #444;
  min-width: 180px;
  display: none;
  border-radius: 0 0 8px 8px;
  z-index: 9999;
}

/* 5. Show dropdown on hover */
.main-navigation .main-nav li.menu-item:hover > ul.sub-menu {
  display: block;
}

/* 6. Style dropdown links */
.main-navigation .main-nav ul.sub-menu li.menu-item a {
  display: block;
  color: white;
  background: #444;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
}

/* 7. Hover states */
.main-navigation .main-nav > li.menu-item > a:hover,
.main-navigation .main-nav ul.sub-menu li.menu-item a:hover {
  background: #555;
  color: white;
}






/* Reset the main nav container */
ul.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #2E1800; /* base background color */
}

/* Top-level menu items */
ul.main-nav > li.menu-item {
  margin: 0;
  padding: 0;
  position: relative;
}

/* Top-level links */
ul.main-nav > li.menu-item > a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}

/* Remove spacing from sub-menu container */
ul.main-nav ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #444; /* dropdown background */
  min-width: 180px;
  display: none; /* initially hidden */
}

/* Show dropdown on hover */
ul.main-nav li.menu-item:hover > ul.sub-menu {
  display: block;
}

/* Sub-menu items */
ul.main-nav ul.sub-menu li.menu-item {
  margin: 0;
  padding: 0;
  position: relative;
}

/* Sub-menu links */
ul.main-nav ul.sub-menu li.menu-item a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  background: #444;
}

/* Hover state for dropdown links */
ul.main-nav ul.sub-menu li.menu-item a:hover {
  background: #555;
}

/* Optional: Rounded bottom corners on dropdown */
ul.main-nav ul.sub-menu {
  border-radius: 0 0 8px 8px;
}

/* Remove any unwanted bullets in nested lists */
ul.main-nav, ul.main-nav ul.sub-menu {
  list-style: none;
}



ul.sub-menu { background: transparent !important; }

/* Example: Style the dropdown background */
ul.sub-menu li a {
  color: #0E3800 !important;
  background-color: #2E1800;  
;   /* Dark background */
  border-radius: 0 0 8px 8px; /* Rounded bottom corners */
}
ul.sub-menu li {
  background-color: #2E1800;   /* Dark background */
  border-radius: 0 0 8px 8px; /* Rounded bottom corners */
}





/* Custom Header Styling */
.custom-header {
    background: none;
    padding: 0 0;
    border-bottom: 1px solid #eee;
}

.inside-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-branding {
    display: flex;
    flex-direction: column;
}

.site-logo img {
    max-height: 60px;
}






div.tree-house div.desktop { width: 1200px; } 
div.tree-house div.tablet { width: 1200px; } 
div.mobile { width: auto; }
div.mobile li.tv-show div.teaser-video { width: 100% !important;  }
div.mobile li.tv-show div.tvshow-info { width: 100% !important; }


ul.teleshows {  
  width: auto; 
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
}
li.tv-show {
  maring: 0;
  padding: 0;
}
li.tv-show h2, p, a, span { font-size: 16px; color: white; }
li.tv-show img {
  width: auto;
  height: auto;
}
li.tv-show img.tv-set {
  position: inherit;
  top: 0;  /* adjust as needed */
  left: 0; /* adjust as needed */
  pointer-events: none; /* optional, lets clicks pass through */
  z-index: 2;
}
li.tv-show div.teaser-video {
  position: relative;
  display: inline-block;
  width: auto; /* or fixed width if needed */
  float: left;
}
li.tv-show video {
  position: absolute;
  top: 42px;
  left: 15px;
  width: 300px;
  height: auto;
  display: block;
  border-radius: 20px; /* adjust as needed */
  overflow: hidden; /* may help in some browsers */
  z-index: 0;
}
li.tv-show div.tvshow-info {
  position: relative;
  padding: 12px;
  margin: 0 0 0 0;
}


/*


  background:
  linear-gradient(to bottom, #0b2c00, #0f3a00) left bottom,
  linear-gradient(to bottom, #0b2c00, #0f3a00) right bottom;
background-repeat: no-repeat;
background-size: 50% 100%;
background-position: left bottom, right bottom;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
overflow: hidden; /* ensures content and background don’t bleed outside */
/* box-shadow:
  0 2px 3px rgba(0, 0, 0, 0.5),  /* top-left corner */
  /* 0 2px 3px rgba(0, 0, 0, 0.5);   /* top-right corner */
  /* border-bottom: 1px solid #185d00;
   border-top: 1px solid #185d00;


  border-bottom: 1px solid #160c00;
   background:
     linear-gradient(to bottom, #412200, #2c1700) left bottom,
     linear-gradient(to bottom, #412200, #2c1700) right bottom;
   background-repeat: no-repeat;
   background-size: 50% 100%;
   background-position: left bottom, right bottom;
   border-top-left-radius: 18px;
   border-top-right-radius: 18px;   
   box-shadow:
     0 -2px 3px rgba(0, 0, 0, 0.5),  /* top-left corner */
   /*   0 -2px 3px rgba(0, 0, 0, 0.5);   /* top-right corner */


li.tv-show h2 {
  margin: 0; 
  padding: 10px 10px;

}

li.tv-show h2 a { 
  text-decoration: none;
  color: #F87F2E;
 }


/*------------------------------------*\
    SQURL NUTT CATEGORIES:
\*------------------------------------*/
ul#tv-list.desktop span.video-length {
  text-indent: 15px;
}

ul#tv-list.mobile div.details span.date {
  color: #532c11;
}

ul#tv-list.desktop li {
  margin: 20px 0;
}

ul#tv-list.mobile li {
  margin: 0 0 40px 0;
}

div.category ul#tv-list {
  border-top: 1px solid #331804;
}

div.category div.empty-cat {
  border-top: 1px solid #331804;
  padding: 20px;
  color: #fff;
  text-align: center;
}

div.details {
  color: #7c451f;
}

div.details span {
  display: block;
}

div.details span.date {
  color: #f87f2d;
}

div.details span.excerpt {
  color: #532c11;
}

div.details span.video-length {
  color: #f87f2d;
}

div.category h1#now-viewing {
  margin: 20px 0 0 0;
  padding: 20px;
  color: #fff;
  font-size: 28px;
  background: linear-gradient(0deg, rgba(27, 11, 0, 1) 0%, rgba(52, 24, 4, 1) 100%);
  border-bottom: 1px solid black;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

/*------------------------------------*\
    MOBILE: TV SHOWS - LIST OF TVS
\*------------------------------------*/
ul#tv-list.mobile {
  display: block;
  padding: 25px 0 0 0;
  margin: 0;
  width: 100%;
}

ul#tv-list.mobile .details {
  padding: 20px 20px 20px 95px;
  background: #110802;
  margin: -8px 20px 0 20px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}

ul#tv-list.mobile .tv-stand {
  padding-left: 10px;
}

ul#tv-list.mobile .television {
  width: 290px;
}

ul#tv-list.mobile .tv-show {
  background-size: 240px auto;
  background-repeat: no-repeat;
  background-position: 3px 14px;
}

ul#tv-list.mobile li .details h1#now-playing {
  font-size: 26px;
  color: #f87f2d;
  padding: 0;
  margin: 0;
}

ul#tv-list.mobile li .details h1 img {
  left: 18px;
  margin-top: -30px;
  clip-path: inset(20px 0 30px 10px);
  position: absolute;
}

ul#tv-list.mobile li .details h2 a {
  display: block;
  font-size: 18px;
  color: #88fb60;
  padding: 0;
  margin: 0;
}

ul#tv-list.mobile li h2#price a {
  z-index: 1;
  position: static;
  margin-top: -35px;
  display: block;
  text-align: right;
  color: #f87f2d;
  font-size: 18px;
  padding: 5px 20px;
  background: repeating-linear-gradient(90deg, #341804 0%, #4e2407 20%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
}

ul#tv-list.mobile li h2#price a:hover {
  color: #88fb60;
}

ul#tv-list.mobile li #scenes {
  padding: 0;
  background-image: url('./img/pine-tree.png');
  background-repeat: no-repeat;
  background-position: 285px 0;
}

/*------------------------------------*\
    DESKTOP: TV SHOWS - LIST OF TVS
\*------------------------------------*/
ul#tv-list.desktop {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#tv-list.desktop li #now-playing {
  font-size: 24px;
  text-transform: uppercase;
  color: #f87f2d;
  padding: 0;
  margin: 0;
}

ul#tv-list.desktop .details p {
  width: 235px;
  color: #7c451f;
  padding: 0;
  margin: 0;
  height: 48px;
  text-indent: 15px;
  overflow: hidden;
  display: block;
}

ul#tv-list.desktop .details {
  float: left;
  width: 300px;
  padding: 30px 10px 0 10px;
  position: relative;
}

ul#tv-list.desktop li h2 a {
  display: block;
  font-size: 18px;
  color: #88fb60;
  padding: 0;
  margin: 0;
  text-indent: 15px;
}

ul#tv-list.desktop .tv-stand span {
  color: #44240e;
  padding: 10px 30px 10px 0;
  margin: 0;
  text-align: right;
  display: block;
}

ul#tv-list.desktop li .cellphone img {
  width: 220px;
  height: 409px;
}

ul#tv-list.desktop li .cellphone .tv-show {
  background-size: 210px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

ul#tv-list.desktop .television {
  width: 275px;
}

ul#tv-list.desktop li .tv-show {
  background-size: 210px auto;
  background-repeat: no-repeat;
  background-position: 5px 20px;
  float: right;
  width: auto;
  position: relative;
}

ul#tv-list.desktop li #scenes {
  padding: 0;
  background-image: url('./img/pine-tree.png');
  background-repeat: no-repeat;
  background-position: 240px 10px;
}

ul#tv-list.desktop li h2#price img {
  left: -18px;
  margin-top: -24px;
  clip-path: inset(20px 0 30px 10px);
  position: absolute;
}

ul#tv-list.desktop li h2#price a {
  display: block;
  text-align: center;
  color: #f87f2d;
  font-size: 18px;
  padding: 10px;
  background: repeating-linear-gradient(90deg, #341804 0%, #4e2407 20%);
  border-radius: 10px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
}

ul#tv-list.desktop li h2#price a:hover {
  color: #88fb60;
}

div.category div.empty-cat {
  border-top: 1px solid #331804;
  padding: 20px;
  color: #fff;
  text-align: center;
}


div.inside-site-info { background-color: #171c25 !important; } 
div.site-footer { background: #171c25 !important; }



/*------------------------------------*\
    CONTACT FORM 7 FORMS
\*------------------------------------*/
div.wpcf7-form p {
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: bold;
}

div.wpcf7-form label {
  color: #a70c0c;
  font-weight: bold;
}

div.wpcf7-form input {
  font-weight: bold;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.button,
button,
input[type="submit"] {
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #810502;
  cursor: pointer;
  border: none;
  outline: none;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  color: #ffb110;
  border-color: #f87f2d;
  text-shadow: 0 0 3px #ffb110;
  background-color: #730100;
  box-shadow: 0 0 6px #f87f2d;
  -webkit-box-shadow: 0 0 6px #f87f2d;
  -moz-box-shadow: 0 0 6px #f87f2d;
}

/*------------------------------------*\
    OTHER STUFF
\*------------------------------------*/
div.block-msg {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  text-align: center;
}

div.block-msg p {
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    GENERATEPRESS SPECIFIC OVERRIDES (optional)
\*------------------------------------*/
/* Example: Override container width */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
